Thread: SAP R3 – Java
View Single Post
  #2 (permalink)  
Old 06-07-2007, 06:16 AM
Albert Albert is offline
Senior Member
 
Join Date: Jun 2007
Posts: 114
Albert is on a distinguished road
RE: SAP R3 – Java
Have you test changing the parameters of ashost? often it can cause similar problems, check if router String something like "/H/...", followed of the name of host you have it in the parameter of ashost.

For example check it in this string of example:
Code:
mConnection JCO.createClient("100","userid","pw","DE", "/H/SAPROUTER2.HCC.UNI- MAGDEBURG.DE/S/3299/H/A22Z","A22");
I hope that it serves to you!

Albert
Reply With Quote