cancel
Showing results for 
Search instead for 
Did you mean: 

How to start/stop XI processes

inigo_sacramento
Participant
0 Kudos

Hi everyone.

I'm facing one big problem. We're having problems with weekends backups so i want to stop all the processes in friday and restart them on monday.

I've checked SAP oss notes but i want an automatic process, a report that can be scheduled as a job.

does anybody know if exist a report that do this ?

Regards.

Inigo

Accepted Solutions (0)

Answers (5)

Answers (5)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

there is no automatic way to stop everything - the only correct way is described in this note:

870864 - Starting and Stopping an XI 3.0 System

there is no other proper way - sorry

Regards,

michal

former_member431549
Contributor
0 Kudos

We developed an ABAP report that looks something like SMQR and schedule it to deregister the queues before expected downtime, and schedule it again to register/activate queues after event is complete.

Former Member
0 Kudos

You COuld operate the channels outside XI using teh APIs available to handle channels. If its on UNIX, use a cron job to get that done otehrwise a windows script also can get it done.

Former Member
0 Kudos

If it is a unix box set up a cron job to stop and start XI at scheduled time

If it is a windows system use scheduler with a batch file to do the same

Regards

Bipin Joshi

former_member181959
Contributor
0 Kudos

hi,

you could go for scheduling adapters or scheduling messages .

plsz go tru the blogs below,

-Scheduling messages in SAP XI using SAP_XI_ADMINISTRATOR tcode

/people/alexander.bundschuh/blog/2006/01/04/scheduling-messages-in-sap-xi

-Adapter Scheduling - Hail SP 19

/people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

hope this helps.

kvr

Former Member
0 Kudos

may be u should try stopping and starting the J2EE engine according to your timings using scheduled batch files/shell scripts.

--Archana