cancel
Showing results for 
Search instead for 
Did you mean: 

Import ServerBatch not able to connect to server

Former Member
0 Kudos

I am trying to use import server batch to update some customer master recprds.

I am using xml schema and an xml file with data. These are succesfully processed through import manager.

I tried import server using the same and hit a bug in MDM import server we are MDM SP04 pck1. our os is 64 bit. this I am following in another thread.

As work around I am trying to use importmanager batch to automate my imports.

I am getting an error in the log unable to connect repository. I am giving my ini file and log getting generated Helpful answers will be rewarded.

The command I am using to execute is

ImportManagerBatch.exe /INI abc.ini

INI file

[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="XXXXYYY"

Port=12345

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

LOG FILE

<?xml version="1.0" encoding="utf-8"?>

<?xml-stylesheet type="text/xsl" href="MDM_Log.xsl"?>

<MDM_Log version="1.0" path="I:\Program Files\SAP MDM 5.5\Import Manager Batch\ImportManagerBat@@U@070123@223536.xml"

>

<Open ts-long="22:35:36 GMT, Tuesday, January 23, 2007" ts="2007/01/23 22:35:36.588 GMT" pid="7284" compile-type="RELEASE_32">

<Trace ts="2007/01/23 22:35:36.573 GMT" tid="6440" entry-no="0">Import Server job started</Trace>

<Trace ts="2007/01/23 22:35:36.588 GMT" tid="6440" entry-no="1">Command line parsed</Trace>

<Trace ts="2007/01/23 22:35:36.588 GMT" tid="6440" entry-no="2">OLE and socket initialized</Trace>

<Failure ts="2007/01/23 22:35:38.994 GMT" tid="6440" entry-no="3" operation="Cannot connect to server: &apos;&quot;BP1TULAP454&quot;&apos;"/>

<Trace ts="2007/01/23 22:35:39.026 GMT" tid="6440" entry-no="4">ImportManager Batch End</Trace>

</Open>

</MDM_Log>

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi ya

For this kinda error you should first check

- The Port and IP address for the server are correct

- The User and Password are correct in the ini

- The map you created for this import was created logging on to the import manager using the same client system and user that you are specifying in the ini

Regards

C

Former Member
0 Kudos

Hi Balaram,

When you added the password to admin file, did you also make sure that you typed exactly the same into the console for the Admin user?

Former Member
0 Kudos

Hi Balaram,

What you have is the right one. Just add the password and see if that connects to the server.

Thanks

Savi

Former Member
0 Kudos

I tried that I am geeting Logon Error: Winsock error on connect

ImportManager Batch End

any clue why it might be happening

Bala

Former Member
0 Kudos

Hi ya

We had a similar problem. Check your client system "SAP PR5". If the type is just inbound change it to Inbound/Outbound and try again. This did it for us.

Rgs

C

Former Member
0 Kudos

Thank you for your inputs.

It is inbound and outbound port. Now I am getting error like this

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

ImportManager Batch End

Regards

Bala Pochareddy

Former Member
0 Kudos

Add a passwrod to your Admin role, and try with the password. I encountered this problem once...

Here is my ini file:

[Source]

Type=XML

File name=C:\Conversion Files\Source Files\CategoryLevel2ByDivisions.xml

DBMS Server=

Database=

User=

Password=

Read-Only=false

[Destination]

Repository=CT_MOC1.3

Server=MDMD1

Port=2600

User=CONV

Password=cleanup

Automap Batch Unmapped Value=Yes

Batch Unmapped Value Handling=Add

Always Use Batch Unmapped Value Handling=No

Let me know

Thanks

Savi

Former Member
0 Kudos

Thank you for the reply. I am using XML schema so do I need to give xml and the file path along with inbound file. that is the only difference in the xml schema I put in the forum. Can you please let me know what is the right INI structure if I am using a XML schema.

Regards

Bala Pochareddy