cancel
Showing results for 
Search instead for 
Did you mean: 

StartSystem" and "start" for sapcontrol

Former Member
0 Kudos

Dear colleagues,

Is there any difference between function

sapcontrol -prot PIPE -nr 01 -function StartSystem ALL

and sapcontrol -prot PIPE -nr 01 -function Start?

If the customer is java+abap stack,are the commands stop the same

process?

I checked the document

How to use the SAPControl Web Service

Interface

Stop( int softtimeout=0,

struct StopResponse{} *out)

StartSystem( enum StartStopOption options,

char *prioritylevel,

int waittimeout,

struct StartSystemResponse{} *out);

I think it would be the same.

Thank you very much for your confirmation.

Best Regards,

Ellen Wang

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you.