cancel
Showing results for 
Search instead for 
Did you mean: 

Commands

former_member237959
Participant
0 Kudos

Hi All,

Do we need to install an agent to run the below command or can we use the job definition 'System_External_Command' to run it. Please advise.

brconnect -u / -c -f stats -t all

Thanks,

Lohit

Accepted Solutions (1)

Accepted Solutions (1)

h_carpenter
Active Contributor
0 Kudos

Hi Lohit,

You would use SAP_ExternalProgramRun to run that, System_External_Command needs an agent.

Of course, the SAP system would need to have an ABAP stack, assuming you want to run it on an SAP system.

If you want to run it on an AS JAVA without agent, you would have to create a Java scheduler job, to schedule it through CPS/BPA, however, you would need an additional license for JXBP process server, see

If you want to run it on the BPA/CPS server, that is another matter. You could try and run the program using Java ... it is not very reliable, though.

Regards,

HP

former_member237959
Participant
0 Kudos

Thank you Gerben and HP:-)

Regards,

Lohit

Answers (1)

Answers (1)

gmblom
Active Contributor
0 Kudos

Hello,

You can use the System_External_Command to run this, but that still requires an agent.

Alternatively you can try to run SAP_ExternalCommandRun or SAP_ExternalProgramRun, which run through SAP.

Regards Gerben