We are running NAV 4.0 SP1 and when setting up the Employee Portal (Administration - Application Setup - Employee Portal - Security - Create Back End Key Pair) we receive an error. The error indicates that in GenerateBEkeys the CREATE(Crypto) can not be executed. The current license shows we should be able to use the Employee Portal. Can you tell me how to get around this error?
Error: Could not create an instance of the old control or automation server identified by GUID={0D89FED2-374D-45F2-B413-044F9146BAA6} 1.0:{A42B9894-CBC2-41D6-9D57-54273CD01B59}: Unknown Automation Server.Unknown Class. Check that the ole control or automation server is correctly installed and registered.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
this error indicates that some necessary DLLs for NEP are not in the client directory (or if they are in, they have not been registered correctly).
So please check the DLLs and if they are in there, you may run regasm DLLName.dll /tlb: DLLName.tlb
The DLLs should be:
All start with Microsoft.Navision.EmployeePortal.
- ErrorUtility.dll (no regasm necessary)
- Hash.dll
- NavisionUtility.dll
- PictureDisplay.dll
- Security.dll
KR
Rainer