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.
0
Comments
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