Options

Employee Portal Create Backend Key Pair is not working

mihai.valceamihai.valcea Member Posts: 95
edited 2008-09-11 in Navision e-Commerce
Hello,

I have an incredible problem with Employee Portal BackEnd Key creations.
The function Create Back End Key Pair from Employee Portal Setup tells that NEP Security Tools.AsymmetricToolCom cannot be registered.
I tryied to register it using Client installation procedure 10 times but it tells the same thing again and again.

Is there any way to register it manually, using some tools othen that regsvr32 ?

Because of this I get error 10114 (communication error) in webpage.

Thanks,
Mihai

Comments

  • Options
    FAFLFAFL Member Posts: 2
    I have even the same problem.

    Doesn't have anyone some hints to solve this issue.

    best regards

    FAFL
  • Options
    IHateLinuxIHateLinux Member Posts: 223
    Hi,

    because they are .NET Interops you can not use regsvr32.

    Instead:
    - Be sure you have .NET Framework 2.0 installed

    Open a command line (cmd).
    Navigate to the folder where you have installed the client (e.g. C:\Program Files\Microsoft Dynamics\client)
    cd "C:\Program Files\Microsoft Dynamics\client"
    

    Type in the command to run regasm which should be
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe
    Please keep in mind that this path depends on your installation!!!
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe Microsoft.Navision.EmployeePortal.Security.dll /tlb: Microsoft.Navision.EmployeePortal.Security.tlb
    

    Before you do this CLOSE ALL RUNNING NAV CLIENTS!

    Then try again.

    KR
    Rainer
Sign In or Register to comment.