cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with 'tp addtobuffer'

former_member759680
Contributor
0 Kudos

Hello,

We have implemented extended transport control for importing requests in all clients of Quality system.

However, now I need to add about 400 external requests to the import queue, but while trying to add the request from OS level, I get the following message and teh requests are not added to the queue.

tp addtobuffer DE1K918638 QEB client=220 pf=TP_DOMAIN_QEB.PFL

WARN: Option 'CLIENT' ignored for command ADDTOBUFFER because CTC=FALSE

Could someone suggest a workaround for this problem, because adding 400 requests in 5 different clients from SAP GUI is a waste of time.

Thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Kalyan is correct you need not to mention client while adding request to buffer.

Srini

JPReyes
Active Contributor
0 Kudos

WARN: Option 'CLIENT' ignored for command ADDTOBUFFER because CTC=FALSE

Client parameter was simply ignored because is not required to ADDTOBUFFER.

Regards

Juan

former_member603052
Contributor
0 Kudos

Hi Gautam,

You need not mention client=220 when adding requests to buffer of system QEB but client=220 should be mentioned when importing.

tp addtobuffer DE1K918638 QEB pf=TP_DOMAIN_QEB.PFL(add the request to buffer)

tp import DE1K918638 QEB client=220 pf=TP_DOMAIN_QEB.PFL(This will import that request to particular client 220 only)

Regards,

Kalyan

Former Member
0 Kudos

Hi,

Please refer to attached PDF file to resolve the problem.

[http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCCTSTLS/BCCTSTLS.pdf]

Hope this helps.

Manoj Chintawar