cancel
Showing results for 
Search instead for 
Did you mean: 

Number range for transport request re-initiliazed

Former Member
0 Kudos

Hello,

We use CTS+ to manage non-abap system transport request (in our case : portal content request).

We just change the domain controller and now the new domain controller begin to generate the transport request number from 0 (the first ONE is SIDK900001). AS you can understand we want to continue the transport request with the immediate following number from the last transport request generated in the old doimain controller.

How can we achieve that ?

Is there a number range to change in the new domain controller or anything else to customize it ?

Thanks for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

paul_power
Active Contributor
0 Kudos

Hello Mathias,

Honestly, I am not sure for non-abap transports.

For abap transport:

The number of the latest transport request is stored in field TRKORR

of table E070L. You can change this number using database tools.

Be aware that problems will occur if requests from another system with

the same <SID> are transported to this system, as they could have the

same range number.

Check also the following notes:.

106911 - Transport system: number range filled for requests

12799 - Old correction numbers reassigned after recovery

Hope this helps also in your situation.

Regards,

Paul