i get an error message and the client crashes in compiling after installation of axapta application and axapta client on ms windows 2003 server… the error message is as follows: c:/program files/axapta 30/client/bin/gridex20.ocx (3.4) 05/14/04 14:06:45 - Dispatcher initialising error trapping exceptions… anyone who could help me with this?
Hi, Looks like the error message is triggered by a 3rd party ActiveX control from a company called Janus (http://www.janusys.com/janus/beta/products.htm) Can you please let us know the version of GridEX20.ocx in the bin directory please? Also have you tried to unregister and re-register this component? Regards, Harish Mohanbabu
Hi Trond, This is caused when you compile on Windows Server 2003 SP1. I found this information on a Google search: http://www.postcastserver.com/forums/shwmessage.aspx?ForumID=2&MessageID=3947 The version of gridex20.ocx library that is distributed with the program has been shrunk with shrinker and it is not compatible with Data Execution Prevention in Windows XP SP2. Data Execution Prevention is a virus protection system in Windows. The solution is to replace the gridex20.ocx library with the newer version. You can download the new version of the file from this location: http://www.postcastserver.com/pub/gridex20.zip Unpack the zip file and copy the gridex20.ocx file into the program’s main folder. Press Start/Run and register the file using the following command: regsvr32 “c:\program files\postcast server professional\gridex20.ocx” If the program is installed into a non-default directory on your hard disk, change the path above accordingly. This has solved the problem for others. Hope this helps. Best regards, Hari Technology Support Engineer Microsoft Business Solutions Asia Pacific & Greater China Region Disclaimer: This is a recommendation and not publicly available through the Microsoft website as it has not gone through full Microsoft regression testing. Please be aware, that this needs to be tested in a test environment from your side based on your customisation. Microsoft is not able to make any warranties or guarantees regarding this recommendation.