The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
IDispatch error (SLX 7.01) -- please help !
Posted: 31 Mar 08 8:43 AM
|
I start getting this error on Production environment, when I am trying to create a new ticket. We did not apply any upgrades or patches. (the only incident which I can think of is DB server rebooted while a user tried to create a new ticket. Is this possible to create the problem?). How do I fix it? I tried to reinstall the lates plugin for that form, but it did not work.
I cannot reproduce this error on TEST DB. I have sertup the same environment for TEST and PRODUCTION. What should I do?
--------------------------- Error --------------------------- Error calling method lveAccountChange
Error in IDispatch.Invoke(): 0x80020102
--------------------------- OK ---------------------------
|
|
|
| |
|
Re: IDispatch error (SLX 7.01) -- please help !
Posted: 01 Apr 08 9:21 AM
|
While you may have fixed the problem, I can almost guarantee you haven't fixed the error and will see it again.
The error text "Error in IDispatch.Invoke()" is actually suppressing the REAL error message, because your script debugger is corrupted and needs to be re-installed.
The "Error in IDispatch.Invoke()" error is coming from your debugger in other words and is NOT coming from SalesLogix. If you re-install your debugger you will once again see the actual SLX errors. |
|
|
|
Re: IDispatch error (SLX 7.01) -- please help !
Posted: 01 Apr 08 3:12 PM
|
We ran into this problem because one of the datagrid's events signature was changed. Therefore, if you have a 6.x script tied to a 7.x datagrid it can not correctly invoke its own event.
Interesting that you have seen this with a corrupt debugger install as well.
Timmus |
|
|
|
Re: IDispatch error (SLX 7.01) -- please help !
Posted: 03 Apr 08 2:39 PM
|
Yes, I've found personally and had a few clients that left their debugger services up and running while upgrading to version 7 had this occur. (It says to shut them off in the upgrade workplan - this is what happens if you skip that step ) |
|
|
|
Re: IDispatch error (SLX 7.01) -- please help !
Posted: 02 Nov 09 11:29 AM
|
Matt, How do you resolve this issue if the debugger services were running when the upgrade took place? I guess I skipped that step and now have this issue! HELP!
Thanks! |
|
|
|