Options

How to configuring biztalk 2006 r2 with commerce gateway 5.0

PauliusPaulius Member Posts: 2
edited 2010-02-17 in Navision e-Commerce
I have installed all the following programs for commerce gateway. But i'm having problems while deploying the assemblies and creating the appropriate entries on BizTalk Server(running setup.bat). I see that the problems are in BizTalk.

Can anyone give some tips how to configure BizTalk server 2006 R2 after installing it.

With regards.

Comments

  • Options
    bluesky29bluesky29 Member Posts: 29
    Hi,

    please provide further information.
    Is the CGRS registered already ?

    have you manually registered the needed DLL for CGrequest40.dll ?

    if not do the following:
    copy regasm from the .NET-Framework 2.x to the CGRS-Folder
    copy gacutil from the .NET-Framework 1.x to the CGRS-Folder
    copy cgreqclient40.dll from the installation CD - Folder CGRS\Global Assembly Cache to the CGRS-Folder

    open Command prompt - move to the CGRS-Folder

    do the following commands:

    regasm /tlb:cgreqclient40.tlb cgreqclient40.dll
    gacutil -i cgreqclient40.dll

    this registers the DLL needed for the CGRS.

    afterwards you should be able to use the setup.bat from the CGRS-Folder to install and deploy the Assemblies

    Regards,
    Markus
Sign In or Register to comment.