alternateplanet

July 1, 2008

Transport Export

Filed under: BASIS — Tarun @ 10:37 am

If you have released an SAP transport and have had export problems or have (recently) lost the exported cofiles and data files, here’s a way to re-export the transports and get a new set of co files and data files.

A simple way is to run tp export on OS level and follow the syntax, the only problem with this is I have found inconsistencies with the target clients. I have not been able to set more than one target client while I might have a target group in my stms config. i.e.: the exported transport from DEV should come up as having 3 or 4 times in the QA import queue with different clients number.

A complicated and a not-so-recommended method is to sqlplus and change the status of the transport to not released in the table E070.

Relevant fields:
TRKORR and TRSTATUS

SAP startup/R3trans errors on AIX/HP-UX/Unix/Linux

Filed under: BASIS, Oracle — Tarun @ 10:22 am

If R3trans -d returns:
exec(): 0509-036 Cannot load program R3trans because of the following errors:
0509-150 Dependent module libsapu16.so could not be loaded.
0509-022 Cannot load module libsapu16.so.
0509-026 System error: A file or directory in the path name does not exist.

try setting LIBPATH to /usr/sap/’<'SID’>’/SYS/exe/run on AIX or SHLIB_PATH (HP-UX) or LD_LIBRARY_PATH (other UNIX systems)

Useful Notes:
602843 – Environment settings for R/3/Oracle on UNIX

Also look at related notes below the text on this note.

Powered by WordPress