Cannot compile table 5050 due to unknown automatio

Navision standard 3.70 In table 5050 contacts there is an automation VAR OutlookContactID. I have installed Outlook from Office XP with the component “Collaboration Data Objects”. I am still not able to compile this object. Any advice?

reinstall Navision with all it’s componets, reinstall office with all it’s components, reinstall windows or upgrade or update… Must be one of those!

quote:


Originally posted by eromein
reinstall Navision with all it’s componets, reinstall office with all it’s components, reinstall windows or upgrade or update… Must be one of those!


Actually I would reverse the order, i.e. install office BEFORE you install Navision.

Thanks for the suggestions guys. [:D] I have found out that Navision have written a dll- “wrapper” (the name of it I dont know). This is a wrapper for the Outlook dll’s and is registered when running the client installation program, which I usually never do. If anyone knows the name of the wrapper I would be happy to know it. Cause then I could register the dll by myself. Regards Fredrik

Search the forum for “3.70” and “Terminal Server”. Then You should find the installation script for WTS where You can see all the thins that are being registred.

quote:


Originally posted by frgusto
…when running the client installation program, which I usually never do.


Hi Frederik, you can’t expect the installer to run if you don’t run it!

quote:


Originally posted by frgusto
Navision standard 3.70 In table 5050 contacts there is an automation VAR OutlookContactID. I have installed Outlook from Office XP with the component “Collaboration Data Objects”. I am still not able to compile this object. Any advice?


The following applies to 3.60. I don’t know if it holds true for 3.70. I have noticed that Navision uses CDO 9.0 library which comes with Outlook 2000. Outlook 2002 comes with CDO 10.0. These two are NOT interchangeable. I had to change the references to 9.0 library and recompile couple of codeunits to make it work on system with Outlook 2002 installed. Hope this helps, Jurica

There is a work around, IF no modifications are made to the object 5050, Open Cronus 3.7 export the object as a FOB then RE-IMPORT that OBJECT. [:)]

If there are no mods why on earth would you need to recompile the object. I have found that if you re register COMDLG32.DLL it geneally allow you to compile t5050. btw, I screwed up by renaming the navision directory where navision is installed. If you are installing multiple Navisions you need to install each one, I used to just install once then copy the directory for the others. PS Does anyone have a list of all the dll/ocx s that need to be registered for 3.70?

Here You are David: regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NFEncrypt.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NSObjectXProxy.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\ROTAccess.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\ImageSelector.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CompNotesHtml.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\comdlg32.ocx” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CGReqClient.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CPHandler.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CPTimer.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\csearch.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NATHash.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NSComCom2.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\OLWrapper.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\OLAddin.dll” regsvr32 /s “%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NaviService.dll” regsvr32 /s “%CommonProgramFiles%\Navision\Application Handler\NSAppHandler.dll” regsvr32 /s “%CommonProgramFiles%\Navision\Mapi\MSMAPI32.OCX” regsvr32 /s “%CommonProgramFiles%\Navision\Timer\NTimer.dll” regsvr32 /s “%CommonProgramFiles%\Navision\Communication Component\MSMQBusAdapter.dll” regsvr32 /s “%CommonProgramFiles%\Navision\Communication Component\NPipeBusAdapter.dll” regsvr32 /s “%CommonProgramFiles%\Navision\Communication Component\NSComCom2.dll” regsvr32 /s “%CommonProgramFiles%\Navision\Communication Component\SocketBusAdapter.dll”