cancel
Showing results for 
Search instead for 
Did you mean: 

MAR Transport Configurator ERROR

Former Member
0 Kudos

Hello CRM Mobile Guru's,

I have installed the Moblie Repository Server on a windows server 2003. The .Net framework release used is the 2.0

We have installed the SAP CRM Mobile client 7.0 SP4.

When I configure the MAR Transport Configurator for CRM connection server, i have git the followong error.

"Failed! Could not establish connection to "CRD".

Details:

Could not load file or assembly 'SAP.Connector, Version=2.0.0.0; Culture=neutral, PublicKeyToken=50436dca5c7f7d23' or one of its dependencies. The system cannot find the file specified

I have one question. Is the SAP Gui mandatory to use MAR?? I think it is note a prerequisites of the Mobile Server Reporsitory.

If you have an idea? please advice.

Best regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello

interesting issue. hearing this isuse again after a long time

At First, SAPGUI is not mandatory for MRS installation.Mobile installtion deploys all the relevant binaries required to commnicate with CRM server.

As you mentioned, .Net framework 2.0 is installed in MRS machine.SAP.Connector.dll reuqires to be installed in GAC (Global Assemly Cache) and GAC (GacUtil.exe) does not come along with .Net framework 2.0 installation. No idea why Microsoft did this. since Gacutil.exe is not available in MRS machine, Mobile installation is unalble to install SAP.Connector.dll and SAP.Connecto.rfc.dll in the GAC.

There are two ways to resolve this issue and are as follows

1. Install .Net framework 2.0 SDk in MRS machine.install SAP.Connector.dll and SAP.Connecto.rfc.dll in the GAC using GACutil.exe. Here is the link for .Net framework 2.0 SDK http://www.microsoft.com/downloads/details.aspx?FamilyID=fe6f2099-b7b4-4f47-a244-c96d69c35dec&displa...

2. Open GAC Folder located at <<Drive>>:\WINDOWS\assembly and manually add the assembly by dropping the files.

please note that SAP.Connector.dll and SAP.Connecto.rfc.dll are availble at %mobilerootdir%\bin.Net. After performing any of the above steps, verify the scenario as you have reported.

Best Regards

Shankar

Former Member
0 Kudos

Hello SHANKAR,

Great analysis. As you have mentionned, i have studied the GAC to see none reference to SAP .net Connector Assemebly. With your information, i have tried to find some trace of SAP .Net Connector. But according to the installation log it seems that the SAP.Net Connector library was not installed at ALL on the MRS.

So I will try to install the .net SDK first. And the next step will be to install the SAP .Net Connector V2.0.1. After that, i will try to insert manually SAP .Connector in GAC.

I Will inform you about the result.

Thank you for your help.

Best regards.

Julien

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks you to Shankar.

The problem is that the two file used for SAP .Net Connector (SAP. Connector.dll and SAP.Connector.RFC.dll) were not present in folder bin.Net.

Best regards,

Julien