Nicola Attico
2004-05-17 20:06:08 UTC
Dear SAP Experts-
I have to do my first transport with my MiniSAP (SAP Web Application
Server 6.20 ABAP Engine).
I'm not experienced with SAP.
I've a newly installed MiniSAP that works apparently well. I've
started the following workprocesses in C:\MiniWAS\BSP_D00.pfl :
rdisp/wp_no_dia = 2
rdisp/wp_no_btc = 1
rdisp/wp_no_spo = 1
rdisp/wp_no_vb = 1
rdisp/wp_no_enq = 1
All the processes are active in SM50.
I've configured the Transport System following the instructions found
in D:\DOCU\admin.htm, in the MiniSAP CD #1 (for convenience, I've
copied the procedure at the end of this message).
I also configured my laptop as a stand-alone instance in TMS >
Transport Routes.
Then I tried to import the examples cofiles/datafiles
(Example_Transport.zip from "ABAP Objects").
Test connect and addtobuffer seems good but when trying to import, the
TP command loops giving the error message "sapparam(1c): No Profile
used." and the more explicit error:
ERROR: Background job RDDIMPDP could not be started or
terminated abnormally.
Please check that the R/3 system is running.
Please check the system. Use transactions SM21, SM37, SM50.
every 3 minutes approx. I've to end it with a CTRL+C.
If I try to import from STMS as DDIC user, a black DOS windows appears
with the title "tp.EXE" and import never ends (truck icon).
WHAT HAPPENS THERE? It seems something went wrong with the RDDIMPDP
job, but I don't know how to check it.
Someone can help me?
Nicola Attico/Italy
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
C:\MiniWAS>tp pf=trans\bin\TP_DOMAIN_BSP.PFL connect BSP
This is tp version 320.56.75 (release 620)
Connection to Database of BSP was successful.
This is R3trans.exe version 6.07 (release 620 - 23.04.02 - 10:12:00).
R3trans.exe finished (0000).
tp finished with return code: 0
meaning:
Everything OK
C:\MiniWAS>tp pf=trans\bin\TP_DOMAIN_BSP.PFL addtobuffer DEVK999314
BSP
This is tp version 320.56.75 (release 620)
Addtobuffer successful for DEVK999314
tp finished with return code: 0
meaning:
Everything OK
C:\MiniWAS>tp pf=trans\bin\TP_DOMAIN_BSP.PFL import DEVK999314 BSP
Client=000
This is tp version 320.56.75 (release 620)
This is R3trans.exe version 6.07 (release 620 - 23.04.02 - 10:12:00).
R3trans.exe finished (0000).
sapparam(1c): No Profile used.
sapparam(1c): No Profile used.
sapparam(1c): No Profile used.
ERROR: Background job RDDIMPDP could not be started or
terminated abnormally.
Please check that the R/3 system is running.
Please check the system. Use transactions SM21, SM37, SM50.
sapparam(1c): No Profile used.
sapparam(1c): No Profile used.
sapparam(1c): No Profile used.
ERROR: Background job RDDIMPDP could not be started or
terminated abnormally.
Please check that the R/3 system is running.
Please check the system. Use transactions SM21, SM37, SM50.
sapparam(1c): No Profile used.
INFO: Exiting on signal CTRL+C. Further signals will be ignored ....
tp returncode summary:
TOOLS: Highest return code of single steps was: 0
ERRORS: Highest tp internal error was: 0219
tp finished with return code: 219
meaning:
tp got a signal (and terminated?)
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
INSTRUCTIONS FOR SETTING UP THE TRANSPORT SYSTEM
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Setting up the Transport System ( optional )
Before configuring the Change and Transport System please unpack
TP.zip .
To enable the export or import of transports, you have to initialize
the Transport Management System.
Proceed as follows:
*Log on to system BSP as user DDIC.
*Call transaction SE38 and execute program ZR3_TMS_CONFIG.
*Change the profile <BSP_DIR>\BSP_D00.pfl using the editor
<BSP_DIR>\sappad.exe:
*Configure one background process by setting the parameter
rdisp/wp_no_btc = 1 and restart the BSP system.
*Execute program RDDNEWPP (transaction SE38), which schedules the
background job RDDIMPDP within the BSP system.
*For beeing able to export out of the BSP system please read the TMS
documentation regarding virtual systems.
*For beeing able to import into the BSP system please read the TMS
documentation about external systems.
To export or import transport requests, use the transport program tp
as follows:
*Open a DOS-box and change to the BSP directory (C:\MINIWAS, for
example).
*Run the command file dbenv.cmd to set the environment variables for
the database connection.
*Start the transport program tp directly with tp
pf=trans\bin\TP_DOMAIN_BSP.PFL <options> or as user DDIC within the
BSP system from the Transport Management System (transaction STMS) .
*For more information about administrative functions consult the
respective documentation in the SAP Library.
Example
To import the example programs of the book ABAP Objects (ISBN of
English edition: 0-201-75080-5, ISBN of German edition: 3-89842-147-3)
, proceed as follows:
*Get the transport files from Example_Transport.zip.
*Copy K8A0H5B.B20 to <BSP_DIR>\TRANS\COFILES.
*Copy R8A0H5B.B20 to <BSP_DIR>\TRANS\DATA.
*Open a DOS-box, change to <BSP_DIR>, and run dbenv.cmd .
*Execute tp pf=trans\bin\TP_DOMAIN_BSP.PFL addtobuffer B20K8A0H5B BSP.
*Now you can import the import queue either as user DDIC in
transaction STMS (recommended) or via tp
pf=trans\bin\TP_DOMAIN_BSP.PFL import B20K8A0H5B BSP.
After a succesful import you will find package S_ABAP_BOOK in the
Object Navigator (transaction SE80).
I have to do my first transport with my MiniSAP (SAP Web Application
Server 6.20 ABAP Engine).
I'm not experienced with SAP.
I've a newly installed MiniSAP that works apparently well. I've
started the following workprocesses in C:\MiniWAS\BSP_D00.pfl :
rdisp/wp_no_dia = 2
rdisp/wp_no_btc = 1
rdisp/wp_no_spo = 1
rdisp/wp_no_vb = 1
rdisp/wp_no_enq = 1
All the processes are active in SM50.
I've configured the Transport System following the instructions found
in D:\DOCU\admin.htm, in the MiniSAP CD #1 (for convenience, I've
copied the procedure at the end of this message).
I also configured my laptop as a stand-alone instance in TMS >
Transport Routes.
Then I tried to import the examples cofiles/datafiles
(Example_Transport.zip from "ABAP Objects").
Test connect and addtobuffer seems good but when trying to import, the
TP command loops giving the error message "sapparam(1c): No Profile
used." and the more explicit error:
ERROR: Background job RDDIMPDP could not be started or
terminated abnormally.
Please check that the R/3 system is running.
Please check the system. Use transactions SM21, SM37, SM50.
every 3 minutes approx. I've to end it with a CTRL+C.
If I try to import from STMS as DDIC user, a black DOS windows appears
with the title "tp.EXE" and import never ends (truck icon).
WHAT HAPPENS THERE? It seems something went wrong with the RDDIMPDP
job, but I don't know how to check it.
Someone can help me?
Nicola Attico/Italy
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
C:\MiniWAS>tp pf=trans\bin\TP_DOMAIN_BSP.PFL connect BSP
This is tp version 320.56.75 (release 620)
Connection to Database of BSP was successful.
This is R3trans.exe version 6.07 (release 620 - 23.04.02 - 10:12:00).
R3trans.exe finished (0000).
tp finished with return code: 0
meaning:
Everything OK
C:\MiniWAS>tp pf=trans\bin\TP_DOMAIN_BSP.PFL addtobuffer DEVK999314
BSP
This is tp version 320.56.75 (release 620)
Addtobuffer successful for DEVK999314
tp finished with return code: 0
meaning:
Everything OK
C:\MiniWAS>tp pf=trans\bin\TP_DOMAIN_BSP.PFL import DEVK999314 BSP
Client=000
This is tp version 320.56.75 (release 620)
This is R3trans.exe version 6.07 (release 620 - 23.04.02 - 10:12:00).
R3trans.exe finished (0000).
sapparam(1c): No Profile used.
sapparam(1c): No Profile used.
sapparam(1c): No Profile used.
ERROR: Background job RDDIMPDP could not be started or
terminated abnormally.
Please check that the R/3 system is running.
Please check the system. Use transactions SM21, SM37, SM50.
sapparam(1c): No Profile used.
sapparam(1c): No Profile used.
sapparam(1c): No Profile used.
ERROR: Background job RDDIMPDP could not be started or
terminated abnormally.
Please check that the R/3 system is running.
Please check the system. Use transactions SM21, SM37, SM50.
sapparam(1c): No Profile used.
INFO: Exiting on signal CTRL+C. Further signals will be ignored ....
tp returncode summary:
TOOLS: Highest return code of single steps was: 0
ERRORS: Highest tp internal error was: 0219
tp finished with return code: 219
meaning:
tp got a signal (and terminated?)
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
INSTRUCTIONS FOR SETTING UP THE TRANSPORT SYSTEM
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Setting up the Transport System ( optional )
Before configuring the Change and Transport System please unpack
TP.zip .
To enable the export or import of transports, you have to initialize
the Transport Management System.
Proceed as follows:
*Log on to system BSP as user DDIC.
*Call transaction SE38 and execute program ZR3_TMS_CONFIG.
*Change the profile <BSP_DIR>\BSP_D00.pfl using the editor
<BSP_DIR>\sappad.exe:
*Configure one background process by setting the parameter
rdisp/wp_no_btc = 1 and restart the BSP system.
*Execute program RDDNEWPP (transaction SE38), which schedules the
background job RDDIMPDP within the BSP system.
*For beeing able to export out of the BSP system please read the TMS
documentation regarding virtual systems.
*For beeing able to import into the BSP system please read the TMS
documentation about external systems.
To export or import transport requests, use the transport program tp
as follows:
*Open a DOS-box and change to the BSP directory (C:\MINIWAS, for
example).
*Run the command file dbenv.cmd to set the environment variables for
the database connection.
*Start the transport program tp directly with tp
pf=trans\bin\TP_DOMAIN_BSP.PFL <options> or as user DDIC within the
BSP system from the Transport Management System (transaction STMS) .
*For more information about administrative functions consult the
respective documentation in the SAP Library.
Example
To import the example programs of the book ABAP Objects (ISBN of
English edition: 0-201-75080-5, ISBN of German edition: 3-89842-147-3)
, proceed as follows:
*Get the transport files from Example_Transport.zip.
*Copy K8A0H5B.B20 to <BSP_DIR>\TRANS\COFILES.
*Copy R8A0H5B.B20 to <BSP_DIR>\TRANS\DATA.
*Open a DOS-box, change to <BSP_DIR>, and run dbenv.cmd .
*Execute tp pf=trans\bin\TP_DOMAIN_BSP.PFL addtobuffer B20K8A0H5B BSP.
*Now you can import the import queue either as user DDIC in
transaction STMS (recommended) or via tp
pf=trans\bin\TP_DOMAIN_BSP.PFL import B20K8A0H5B BSP.
After a succesful import you will find package S_ABAP_BOOK in the
Object Navigator (transaction SE80).