cancel
Showing results for 
Search instead for 
Did you mean: 

ImportManagerBatch giving server connection error Error

Former Member
0 Kudos

I am using import manager batch to load a xml file. it is failing with

Login to 'server:1234 : Logon Error:Prerequisites not met failed

ImportManager Batch End

helpful answers will be rewarded

The command I am using is

ImportManagerBatch.exe /INI "ganesh.ini" /CLIENTSYSTEM "SAP PR5" /MAP "CM_CR_INBND_PR5_22JAN" /LANGUAGE "English [US]"

The ini file I am using is as below

[Source]

Type=XML

XML Schema="PR5 BAPI Response CREATE 22JAN"

File name="\TEST_INBND_SINGLE_DOUBLE.xml"

//DSN=

//DBMS Server=

//Database=

//User=

//Password=

//possible values are: True or False

Read-only=False

[Destination]

Repository="BP US FUELS CUSTOMER MASTER"

Server="ABCDEF"

Port=99999

User=Admin

Password=

ClientSystem="SAP PR5"

Map="CM_CR_INBND_PR5_22JAN"

Language=English [US]

[Batch Import Default Option]

//possible values are: Yes or No

Automap Batch Unmapped Value=Yes

//possible values are: Add or Ignore

Batch Unmapped Value Handling=Add

//possible values are: Yes or No

Always Use Batch Unmapped Value Handling=No

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello:

Can you try exporting the import map and feeding it as a file?

Regards

Alejandro

Former Member
0 Kudos

Thank you for the reply. I did not understand what your are saying where should I feed the exported map. can you please explain little more

Former Member
0 Kudos

hello:

In your ini file you have as one parameter the import Map:

Map="CM_CR_INBND_PR5_22JAN"

you don't have to place the physical route to this map because it's inside the repository. I've seen that there are issues sometimes with this set up.

What I'd suggest as an starting point is to export the Import Map (Import manager -> export) and save it somewhere on the server (ie c:\maps)

Then replace the relavite route for the map with something like this:

Map="c:\maps\CM_CR_INBND_PR5_22JAN.map"

hopefully we'll see some improvements, otherwise we can try something else

Regards

Alejandro

Former Member
0 Kudos

Hi ya

Check to log file on C:\Program Files\SAP MDM 5.5\Import Manager Batch\ImportManagerBat@@???

This will give you some exta info. to determin if the are conneted to source and the repositository, if the map is retrieved etc.

Check:

- that the map you have is created/saved against to Client System that you have set in the ini.

- that the Admin user does not have a passoword.

- check your map and run import in Import manager first to see it runs correct.

- Check the batch option in the ini and also the import manager config.

Hope this helps

C