cancel
Showing results for 
Search instead for 
Did you mean: 

Exception while synchronizing via http: Server returned HTTP response code:

Former Member
0 Kudos

I installed the Tutorial Inventory application ...

Synching, I get the error below. I looked at the trace, but there is just that message:

[20070808 12:18:37:004] E [MI/Sync ] Exception while synchronizing via http

com.sap.ip.me.api.services.HttpConnectionException: Exception while synchronizing (java.io.IOException: Server returned HTTP response code: 500 for URL: http://misapdev:8000/sap/bc/MJC/mi_host?sysid=mid&client=000&~language=DE&ACKNOWLEDGE=X&)

at com.sap.ip.me.sync.HTTPSynchronizer.synchronize(HTTPSynchronizer.java:334)

at com.sap.ip.me.sync.HTTPSynchronizer.synchronize(HTTPSynchronizer.java:484)

at com.sap.ip.me.sync.HTTPSynchronizer.exchangeData(HTTPSynchronizer.java:73)

at com.sap.ip.me.sync.SyncManagerImpl.processSyncCycle(SyncManagerImpl.java:847)

at com.sap.ip.me.sync.SyncManagerImpl.syncForUser(SyncManagerImpl.java:1304)

at com.sap.ip.me.sync.SyncManagerImpl.processSynchronization(SyncManagerImpl.java:941)

at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:440)

at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:303)

at com.sap.ip.me.api.sync.SyncManager.synchronizeWithBackend(SyncManager.java:79)

at com.sap.ip.me.apps.jsp.Home$SyncRunnable.run(Home.java:568)

at java.lang.Thread.run(Thread.java:534)

Nothing in MEREP_MON either.

Where could I look for more information on my system?

Cheers, Andre

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

.

Former Member
0 Kudos

Hi Andre,

Try the following link

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

If the test was successful, the browser displays a message containing a time that, for

example, looks like:

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

MEREPLICATION &MORE_PACKAGES_WAITING = &

If the test fails, the system generates an error message.

Let me know of the result.

Regards,

Rahul

Former Member
0 Kudos

Hi Rahul,

I tried

http://misapdev:<PORT>/meSync/servlet/meSync?sysid=MID&login=ZKIAGE&password=xxxxxx&client=000&language=DE&acknowledge=X&~test=true

For PORT I tried the Port for NWA, but I only get an empty page.

Using the ABAP sync port returns "page cannot be found"

Are you sure, the URL is correct?

Andre

Former Member
0 Kudos

Hi

The test url mentioned by Rahul will not work since that is applicable only for Java Sync Servlet whereas you are using ABAP Sync Service. Try to implement Note 1001292 and 984207 in your server. Refer to my replies in thread and and this might solve your problem.

Best Regards

Sivakumar

Message was edited by:

Sivakumar V

Former Member
0 Kudos

Excellent!!! I forgot about ST22.

- I am on 6.40 SP20. Both notes refer to SP19 and earlier.

- the shortdump in ST22 is below. The BAPI wrappers are not available... How can that be?

Runtime Error CALL_FUNCTION_NOT_FOUND

Except. CX_SY_DYN_CALL_ILLEGAL_FUNC

Date and Time 08.08.2007 16:32:57

ShrtText

Function module "MDK_INVENTORY_GETLIST" not found.

What happened?

The function module "MDK_INVENTORY_GETLIST" was called, but cannot be

found in the Function Library.

Error in ABAP application program.

The current ABAP program "SAPLZ_MEREP_GEN_S01_YMDK_INVEN" had to be terminated

because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

Andre

Former Member
0 Kudos

I think I have been running in circles. I went back to the inventory example ...

Sorry.

I will rollback and start again.

thanks for your help,

Andre