cancel
Showing results for 
Search instead for 
Did you mean: 

some basis questions(answers needed)-Urgent

Former Member
0 Kudos

Hi all,

Please help me ..........

1)Difference between Synchronus and asynchronus transports?

2)How to set the trace level for file dev_rd?

3)How to find who moved the transport request from DEV to QUA?

4)How to trobuleshoot long running background job?

5)How to define transport directory when configurinh Domain controller?

Regards,

Nagarjun.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Just a few addtions to 4 & 5 as 1-3 have been answered.

(4) Check sm50 and also run a trace using st05 for generic long running jobs when possible for troubleshooting (could be index ir corrupts as an example). Check also the work process logs. I guess your long running bkgrd job concerns would be in relation to transports I presume. Ensure that the RDDIMPDP jobs have been released. Check the transports lngs in /usr/sap/trans/log dir structure for why your transports are taking a log time. maybe locks haven't been released.

(5) Goto to STMS, select a system and then goto Transport Tool tab. You should see a TRANSDIR parameter. You can make the chnage here or in your SAP profile.

rgds,

Hamish

Former Member
0 Kudos

Hi Reddy,

hope barry and ben have answerd the complete list ))

all the best

Br,

Sri

Former Member
0 Kudos

1)

import is executed synchronously, dialog or background process is blocked until import has ended.

import is executed asynchronously, dialog or batch process is released after import was started

2)

You can increase the trace level

Tcode sm50-> select work process (F5 select all)

---> CTRL SHIFT (F7) (press keys ctl shift F7 F7 function key

---> select component and trace level

-->save and exit

3)

Check the import queue of QUA

4)

Tcode ---> sm37

search for active jobs

5)

bye default it will <Drive>:usr>/sap/Trans/

Regards

Ben

Former Member
0 Kudos