cancel
Showing results for 
Search instead for 
Did you mean: 

MI sync problem

Former Member
0 Kudos

• Unable to synchronize data. File N01.props cannot be found in the synchronization servlet configuration on the J2EE Engine.

N01 is SYSTEM ID

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Yzme,

Have you created the N01.props file in your SAP J2EE engine?

If not, follow this process

1. Start the J2EE Engine on your SAP MW.

2. Start the J2EE Visual Administrator and connect to the J2EE Engine. To do this you

need the administrator password.

3. Choose the service Configuration Adapter from the Server → Services menu.

Choose the Runtime tab page, followed by the Display Configuration tab page.

4. Navigate in the tree to Configurations → apps → sap.com →

com.sapmarkets.mesyncjco → appcfg

5. Change into editing mode by confirming the popup with Yes.

6. Click appcfg with the secondary mouse button and choose Create Subnode.

You must provide a property file for each SAP Web AS (SAP MI ABAP server

component) you want to connect to. This file must contain the application server

and system number of the corresponding SAP Web AS.

7. Make the following entries in the Create dialog box

File -


Entry

Dropdown Box -


Select File Entry

Name -


<sysid>.props, for example, abc.props.The name of the property file must be identical to the system ID of the SAP Web AS to which

you want to connect. For example, if the system ID of the SAP Web AS is m25, the name of the file must be m25.props. <b>Enter the name of the file in lowercase letters.</b>

Display -


Select Text in the dropdown box and specify

the content of the file, for example:

ashost=myserver

sysnr=06

Alternatively you can upload a file that already exists. Choose Upload to do this. The name and the contents of the file you uploaded appear in the dialog box.

9. Choose Create to generate the properties file.

10. Change into the display mode and leave the J2EE Visual Administrator.

Regards,

Rahul

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Adding to the above:

You can check the synchronization connection URL by :

Name: <sysid>.props eg.CMI.props

ashost:myserver( system hostname eg.pciib6666 )

sysnr:06 (system no.)

check these parameters are correct...

Testing Synchronization

Type this url with relavant data in it...

____________________________________________________

http://<Server>:<Port>/meSync/servlet/meSync?sysid=<SystemID>&login=<Username>&password=<Password>&client=<Client>&language=<Language>&acknowledge=X&~test=true&

______________________________________________________

Check if u get this result

&WAF_SYNC&STATUS=&Execution Time =103129& HeaderType = MEREPLICATION

&MORE_PACKAGES_WAITING = &

_______________________________________________________

Cheers,

Karthick

Former Member
0 Kudos

URL Connection Test

&WAF_SYNC&EXCEPTION_INFO_CODE=9&

Error with props file:

com.sap.engine.frame.core.configuration.NameNotFoundException: A file entry with the name "n01.props" cannot be found in the configuration "apps/sap.com/com.sapmarkets.mesyncjco/appcfg".

after create the subnode

it works...

thanks a lot..

i have reward you with the points you deserved

thanks a lot

Message was edited by:

yzme yzme

Former Member
0 Kudos

URL Connection Test

&WAF_SYNC&STATUS=&Execution Time= & HeaderType = MEREPLICATION &MORE_PACKAGES_WAITING = &

[no syncCounter in the URL ]

According to this

http://help.sap.com/saphelp_nw04/helpdata/en/7c/a3214174abef23e10000000a155106/frameset.htm

should be either

&WAF_SYNC&STATUS=&Execution Time= & HeaderType = MEREPLICATION &MORE_PACKAGES_WAITING = & SyncCounter = 0 &

Or

&WAF_SYNC&STATUS=&Execution Time= 143629& HeaderType = MEREPLICATION &MORE_PACKAGES_WAITING = &

2)

There are two ways to check if the required property file is available:

1. If you have access to the file system on which the corresponding J2EE Engine is installed, you can navigate directly to the System_Properties folder of the MI sync servlet application.

2. If you do not have access to the file system of the J2EE Engine, you can check it by opening the following link in a Web browser:

http://<HOST>:<PORT>/meSync/System_Properties/<SYSTEM_ID>.props

Sytem_Properties folder is located in which directory

Message was edited by:

yzme yzme