cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Requests from deployment queue

Former Member
0 Kudos

Hi

I have some pending deployment requests for a NW 7.3 runtime system. The requests are shown in the TCSDeployServlet, status = QUEUED. I don't want to deploy these requests (DCs) to the the runtime system. So how can I remove the requests from the queue, without deploying them?

Any help is appreciated, thanks in advance.

Regards, Werner

Accepted Solutions (0)

Answers (1)

Answers (1)

udaykumar_kanike
Active Contributor
0 Kudos

Hi Warner,

        You can remove entry by following below procedure.

Go to CBS and go to the particular buildspace for your requests. Search for the request that is sitting in the Deployer queue. You can do a simple search by entering the request ID. You can either confirm or suspend or resume the request by clicking one of the buttons in the WEBUI. By clicking confirm it should remove from the deployer queue.

Some helpful links

http://scn.sap.com/thread/445283

http://scn.sap.com/thread/2046287

http://scn.sap.com/thread/1492899

Hope it helps.

Regards

Uday

Former Member
0 Kudos

Hi Uday

Thank you for your input. Unfortunately it didn't help. Those requests are already fully processed, and these buttons are disabled. I suppose your solution works only when using synchronous deployment, but my deployments were asynchronous.

I "solved" my problem by first deploying the requests and then undeploying the DCs. That's not the easiest way, but it worked.

Regards

Werner

udaykumar_kanike
Active Contributor
0 Kudos

Anyway's, good to hear that you solved it by yourself.

Please close the thread by marking it as answered or assumed answered.

Regards

Uday