|
"ClrObject static method invocation error" |
|
|
|
|
Écrit par Steeve
|
|
Lundi, 01 Mars 2010 12:40 |
|
I was trying to send an email with SysMailer class and got this error : "ClrObject static method invocation error". That was occuring at Classes\WinApiServer\CryptUnprotectData line 40. That problem appeared around the same time we change the user account used by the AOS Service.
The line of code that throwed the error was trying to decrypt the password for the mail server. But since the password was encrypt with the "old" service account, before we changed the AOS service account, the new service account couldn't decrypt it! So to fix that was only a matter of reinputing the password with the AOS running as the new account. That's it!
Now I have to troubleshoot a new message :
Method 'send' in COM object of class 'CDO.Message' returned error code 0x8004020E () which means: .
More challenge to come. |
|
|
NeTronic Gantt Chart trouble |
|
|
|
|
Écrit par Steeve
|
|
Jeudi, 25 Février 2010 12:42 |
|
When we started playing with Ax 2009 we encountered a problem with NeTronic Gantt Chart. We were not able to see any Gantt in Ax. But that was not the case on all the client machine. We found out that the problem was occuring only on machine that already had Axapta 3.0. So here's the step we followed to fix the problem :
1 - Unregister old Gantt de 3.0 regsvr32 /u "C:\Program Files\Navision\Axapta Client\Bin\Vcgantt.ocx"
2 - In "Microsoft Dynamics AX 2009 Configuration" (Admin tools), Developer tab, "Troubleshooting" section, click on "Repair client".
As easy as the solution looks, it took us much time to resolve the issue. |
|
|
|
|
|
|