cancel
Showing results for 
Search instead for 
Did you mean: 

Entries for "jco.middleware.allow_start_of_programs"

0 Kudos

Hi Everyone,

I've got a problem regarding the jco.middleware property "jco.middleware.allow_start_of_programs".

How do I have to add the programms to the list?

With or without path?

Which character is used as a separator between the different programm's names?

Could someone give an example?

Thanx in advance

jochen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

try the follwing code it worked for me for saphttp.exe and sapftp.exe.

JCO.setMiddlewareProperty("jco.middleware.allow_start_of_programs","ftp;sapftp;sapftpa;sapkprotp;http;saphttp;saphttpa");

if you ar using w2k just place the programs under system32

enjoy

Amit

david_fryda2
Participant
0 Kudos

Hi Amit,

Where do you get those files ?

Thanks.