cancel
Showing results for 
Search instead for 
Did you mean: 

Change Transport Directory

Private_Member_19084
Active Contributor
0 Kudos

Hi experts,

I've installed a second instance (sandbox) on a host, where already a system is running.

As the system should be a separate system, I would like to change the transport directory of the sandbox.

Now it is /usr/sap/trans and as the other installed instance also uses this directory, I've created another transport directory called /usr/sap/test_trans.

But what do I have to do, to change the transport directory in the sandbox-intance.

I already changed the trans_dir parameter.

But now I get error like "access to /usr/sap/test_trans/log/.... not possible".

Clear, the test_trans directory is totally empty, so no directory called "log" exists.

Do I have to create the directories inthere manually or can I create them automatically via an SAP report/transaction (maybe via STMS)?

If yes, how can I create them.

If no, which directories do I have to create manually?

Thx in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member189725
Active Contributor
0 Kudos

Create the following directories  with the permissions below:

drwxrwx--xroot   sapsys bin
drwxrwx--xroot   sapsys buffer
drwxrwxrwxroot   sapsys cofiles
drwxrwxrwxroot   sapsys data
drwxrwx--xroot   sapsys EPS
drwxrwx--xroot   sapsys etc
drwxrwx--xroot   sapsys log
drwxrwx--xroot   sapsys sapnames
drwxrwx--xroot   sapsys tmp

Regards

Ratnajit

Former Member
0 Kudos

You will need one more directory EPS/in in addition to the ones specified by Ratnajit above.

use the same permissions as above.

You will also need to configure one more parameter DIR_EPS_ROOT=/usr/sap/test_trans/EPS/

Regards

Amit Padmawar

Answers (2)

Answers (2)

Private_Member_19084
Active Contributor
0 Kudos

Thx to all for help, it works fine.

Private_Member_19084
Active Contributor
0 Kudos

Thx to all for help, it works fine.