cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy Usage - No Destination for Integration Server Found

Former Member
0 Kudos

Hello,

I've generated a stand alone java proxy for an Outbound Interface. I included the proxy runtime jar in my classpath. When I start my program, I get the following error: No Destination for Integration Server found. The file dbconnect.properties is filled. Do I also need the file technicalID.properties? And what do I fill in there? What about the file jpf.properties?

Thanks in advance,

Bart

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189324
Contributor
0 Kudos

Hi Bart,

U have to fill the Technical ID.properties file parameter:

SAPTechnicalSystemIdentification=<filename>.SystemHome.<hostname>

For Ex: SAPTechnicalSystemIdentification=example1.SystemHome.xxxxxx

Dont worry about jpf.properties file.

Regards

Prasad

Former Member
0 Kudos

What do you mean with <filename>?

Thanks,

Bart