cancel
Showing results for 
Search instead for 
Did you mean: 

Patching PI System with SUM get error with transport directory

DieterLorenz
Active Participant
0 Kudos

Hello all,

I wanted to path the PI System via sum. Now I am after the lock development phase. And SUM wanted to copy the Copy Templates in the Java Tab.

Unable to execute the SDT request ABAP operation pre-execute on

hostname sappidev1 instance 00 Pre-Uptime execution of the ABAP

upgrade request ABAP has failed Error from unit observer Tool

died unexpectedly with FATAL ERROR: File '\\sappiprdc1\sapmnt\trans\tmp'

does not exist: Access is denied.  '\\sappiprdc1\sapmnt\trans\tmp' is

not a directory. Read access to directory \\sappiprdc1\sapmnt\trans\tmp denied.

Write access to directory \\sappiprdc1\sapmnt\trans\tmp denied. Errors found while

checking transport directory '\\sappiprdc1\sapmnt\trans' obtained from system profiles


Have a look at the  Variables from the System:
DEFAULT.PFL
DIR_TRANS = \\$(SAPTRANSHOST)\P20trans
DIR_EPS_ROOT = \\$(SAPTRANSHOST)\P20trans\EPS
manually add this line
DIR_PUT = T:\SUM\abap

Transport Variables:

System

TRANSDIR (TMS Config)

D20

\\sappiprdc1\p20trans

I know that it is not the standard transport directory. But the Transport system works fine the last time. Anybody a idea to fix the problem ?

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

Can you please make the paramete DIR_TRANS at this point of the upgrade to point to the location same as
DIR_PUT . It should work.

Regards,

Varun.

DieterLorenz
Active Participant
0 Kudos

Hi,

thanks for your answer. But I change the parameter DIR_TRANS in the rz10 and reboot the server. But get the same error message:

FATAL ERROR: File '\\sappiprdc1\sapmnt\trans\tmp' does not exist: Access is denied.  '\\sappiprdc1\sapmnt\trans\tmp' is not a directory. Read access to directory \\sappiprdc1\sapmnt\trans\tmp denied. Write access to directory \\sappiprdc1\sapmnt\trans\tmp denied. Errors found while checking transport directory '\\sappiprdc1\sapmnt\trans' obtained from system profiles .

Reagan
Advisor
Advisor
0 Kudos

FATAL ERROR: File '\\sappiprdc1\sapmnt\trans\tmp' does not exist: Access is denied.  '\\sappiprdc1\sapmnt\trans\tmp' is not a directory. Read access to directory

Make sure the sidadm and sapserviceSID users have access to this share

Is the directory \\sappiprdc1\sapmnt\trans\tmp present there ?

Regards

RB

DieterLorenz
Active Participant
0 Kudos

Copy Transport Content wihout EPS Content to \\sappiprdc1\sapmnt\trans\ and backup the old Transport. Check the Permission from sapserviceSID User to access the share. Now it works. Many Thanks

Answers (1)

Answers (1)

alex_bernaards
Explorer
0 Kudos

Other solution for us, start commandline:
< CMD >
< net use * /delete >

Remote connections will be showned

Continue will cancel the connections, do you want to continue (Y/N): y

Maybe next question, perhaps you have to force them closed (Y/N): y

This worked for me