SAP Transport Request (TR) Cannot Release and “TIME OUT”

This case was showed after i was created SAP transport configuration (STMS). Configuration transport runnig well, but after release TR (Transport Request) always timeout. SO TR was not released. You can view like this case :

From this case, we can use sapnotes Note 358688 – Performance for request release: TLOCKPC. From this note, we must create secodary index at table TLOCKPC. Steps below are show you how to create secondary index.

  1. Call transaction SE11, display the table TLOCKPC, and choose ‘Indexes…’ (Ctrl+F5).TLOCKPC1
  2. Specify “ZT2” as the index name (Name index must start with Z, because isn’t standart).TLOCKPC2
  3. On the subsequent creation screen, enter the following properties: Short description: “Index for Finding Conflicts Quickly”.
  4. Chose “Non-unique index” and “Index on all database systems” from radio button. TLOCKPC3
  5. Field name: TABNAME and activate the index.

Secondary index need to activate before use. To activate secondary index, do this SE14->Enter table name->Edit->Indexes->Select new index->Create database index. For more information about activate index click links below:

I hope, help your case. Thanks

Leave a comment