cancel
Showing results for 
Search instead for 
Did you mean: 

Workbench request not seen in target client

Former Member
0 Kudos

Hi all,

I created a workbench request in 800 client and it move to 812 through SCC1 transaction. THe transation shows 'program run successfuly' message. but in 812 client the request (text) does not seen in Workbench......

What is the reson...? Why it dont show in 812...?

Awaiting for your replays...

Regards

Sajmal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

CORRECT ANSWER

=================

follow This Two links step by step.....

1)http://www.saptechnical.com/Tutorials/Smartforms/Client/Index.htm

2)Client Copy of Standard Text using SCC1 and RSTXTRAN

Then LOGON to a another client.....

Enter,  SO10,

and enter the Text name we created in the other client.......... & Click on Dislplay...

The text may show there.....

It may help you.... Thanks for all,

Regards

Sajmal

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

It create & copy workbench request through that link........ but at last check SE09 the request number is only seen unser workbech of the source clien...? Is it correct..? or can we see the request number in the destination client..... please give replay..

Regards

Sajmal

Sriram2009
Active Contributor
0 Kudos

Hi Sajmal

After created the transport workbench request it will there on local development system, if you want to transport the same request to across the landscape you have to release the Transport request by using the transaction code SE01

BR

SS

Former Member
0 Kudos

Hi Sriram,

Thanks for your replay. release the transport request through SE01, after it the released request sen in the sourse client but not seen in the Targent client... why ? how the request seen in the target system after the transportion...???

Regards

Sajmal

Sriram2009
Active Contributor
0 Kudos

Hi Sajaml

After release the request you have to check the transport request in target client (as per the TMS configuration on your landscape). you can refer the youtube clip

SAP BASIS TMS (Transport Management System) - YouTube

BR

SS

Former Member
0 Kudos

Hello Sajmal,

You should see the CR in the buffer of your system, If you cant, you can try to add it and try again.

Anyway you can import the CR in clinet that you want manually in OS.

If you wanna do this, you must run this command with your <SID>adm user in /usr/sap/trans/bin (or your custom path/bin):

tp addtobuffer     <SID>K9XXXXX     <target SID>     client=XXX pf=TP_DOMAIN_SID.PFL

tp import  <SID>K9XXXXX     <target SID>     client=XXX pf=TP_DOMAIN_SID.PFL

Regards,

Former Member
0 Kudos

If you are running in a windows OS you can try with this script:

#!/usr/bin/sh

# Program: To use "tp" to transport to <SID>

echo "This program will transport from list"

echo "Do you want to continue? [Y/N]"

read input

if [ $input = "Y" ]; then

echo "Transporting $list"

echo "Adding $list to buffer"

tp addtobuffer $list <SID>

echo "Importing $list"

tp import $list <SID> client<812>

elif [ $input = "N" ]; then

echo "Transport for $list is cancel"

else

echo "Input $input not a valid option"

echo "Program Tranport ended due to invalid input"

exit

fi

Note:

list is a file with all the TR list

SID : system ID

I found it in other discusion.

Regards,

Former Member
0 Kudos

Hi Jose,

When i trying that commants i will get some errors.... can you please help me, i paste that message below....

Microsoft Windows [Version 6.1.7601]

Copyright (coffee) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Administrator>E:

E:\>CD E:\usr\sap\trans\bin

E:\usr\sap\trans\bin>tp addbuffer PCPK900125 PCP client=800 pf=TP_DOMAIN_SID.PFL

tp=>sapparam(1c): No Profile used.

tp=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

This is tp version 380.13.51 (release 721, unicode enabled)

E-TP_DOMAIN_SID.PFL could not be opened.

EXIT

Error in TP_DOMAIN_SID.PFL: transdir not set.

tp returncode summary:

TOOLS: Highest return code of single steps was: 0

ERRORS: Highest tp internal error was: 0208

tp finished with return code: 208

meaning:

  error in transport profile (parameter missing or unknown)

E:\usr\sap\trans\bin>tp import PCPK900125 PCP client=800 pf=TP_DOMAIN_SID.PFL

tp=>sapparam(1c): No Profile used.

tp=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

This is tp version 380.13.51 (release 721, unicode enabled)

E-TP_DOMAIN_SID.PFL could not be opened.

EXIT

Error in TP_DOMAIN_SID.PFL: transdir not set.

tp returncode summary:

TOOLS: Highest return code of single steps was: 0

ERRORS: Highest tp internal error was: 0208

tp finished with return code: 208

meaning:

  error in transport profile (parameter missing or unknown)

E:\usr\sap\trans\bin>

Former Member
0 Kudos

Hello Sajmal

You must use the command like this:

tp addbuffer PCPK900125 PCP client=812 pf=TP_DOMAIN_PCP.PFL

(P_DOMAIN_<your domain controller SID>.PFL)

(and if you want to import it ion client 812, you must use client=812, not 800)


So could be:

tp pf=TP_DOMAIN_PCP.PFL addbuffer PCPK900125 PCP client=812 (adding in buffer)

tp pf=TP_DOMAIN_PCP.PFL import PCPK900125 PCP client=812 (importing it to 812 client)


Regards,

magexposito
Active Participant
0 Kudos

Hello,

The problem with the command is that it couldn't find the TMS profile, try writing the full path for the PFL file. It should be something like E:\usr\sap\trans\bin\TP_DOMAIN_SID.PFL

Best regards.

Former Member
0 Kudos

Hello Migue Ángel,

I don't think so, if he are running the command in the path that I said him (E:\usr\sap\trans\bin\), he dont have to expecific the full path in the command. The problem is in TP_DOMAIN_SID.PFL.

Sajmal can you try this?

tp pf=./TPPARAM addbuffer PCPK900125 PCP client=812 (adding in buffer)

tp pf=./TPPARAM import PCPK900125 PCP client=812 (importing it to 812 client)


Remember, execute this comman in E:\usr\sap\trans\bin.


Regards,

Former Member
0 Kudos

Hi Jose,.

When i use that commants, i get these error message.....

E:\usr\sap\trans\bin>tp pf=./TPPARAM addbuffer PCPK900125 PCP client=812

tp=>sapparam(1c): No Profile used.

tp=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

This is tp version 380.13.51 (release 721, unicode enabled)

E-./TPPARAM could not be opened.

EXIT

Error in ./TPPARAM: transdir not set.

tp returncode summary:

Former Member
0 Kudos

Hello Sajmal,

You must use pcpadm user to run this commands.

Anyway If your are using this user, try with the full path of your profile path:

tp pf=E:\usr\sap\trans\bin\TP_DOMAIN_PCP.PFL addbuffer PCPK900125 PCP client=812

tp pf=E:\usr\sap\trans\bin\TP_DOMAIN_PCP.PFL import PCPK900125 PCP client=812


Please dont import anything in 800 client, is a preinstalled IDES client, you dont have to change it.


Regards,

Former Member
0 Kudos

Hello Sajmal,

Any news?

Former Member
0 Kudos

Hi Jose,

Now its working well..... Thanks for your valuable replays

Regards

Sajmal

Former Member
0 Kudos

Hello Sajmal,

Great news!! And you are welcome.

If my answers were helpful or correct, pls mark them helpful or correct.

Thank you and reagrds,

ACE-SAP
Active Contributor
0 Kudos

Hello,

Workbench orders does contain cross client objects... thus trying to transport it to different clients in the same system does not make sense... as the modifications made from source client are already effective for other clients !

Best regards

magexposito
Active Participant
0 Kudos

Hello,

If you are trying to transport a text with SCC1 take a look to this URL:

http://www.saptechnical.com/Tutorials/Smartforms/Client/Index.htm

Did you do something as it is described on that link?

Best regards.