cancel
Showing results for 
Search instead for 
Did you mean: 

CTS+ is searching for a mixed unix/windows filesystem name

Farid
Active Participant
0 Kudos

Hello,

I'm trying to implement CTS+.

Our SAP Solution Manager (NW 7.01 SPS 2) SOL is defined as our domain controler.

The Sap Solution Manager is hosted on a Windows 2003 server.

Source system (EPD) and target system (EPT) are EP portal (NW 701 SPS 3), they are hosted by two HP-UX servers.

I've followed SAP documentations , created the http connection, the logical port, the RFC destibnations, declared the EP systems in SOL STMS.

In the end, I was able to create a transport requests in EPD, release it but when it comes to deploy it I had the following error in EPT :

The error occurs during the deployment phase :

*Problem during file access, stopping. Error is:'The file (
solserver\sapmnt\trans\data/DV3K900001/test_cts_20091102_022510.epa) does

not exist on the filesystem.'.*

As you can imagine this mixed windows/unix file name doest not exist.

I checked SOL directories, and it tuns out that
solserver\sapmnt\trans\data\DV3K900001\test_cts_20091102_022510.epa exists

I doucle checked the CTS paramters, but I couldn't find where i can correct the filesystem name :

CTS_SYSTEM_TYPE JAVA

DEPLOY_DATA_SHARE
solserver\sapmnt\trans\data

DEPLOY_URL http://************:50018

DEPLOY_WEB_SERVICE CTSDEPLOY

NBUFFORM 1

NON_ABAP_SYSTEM 1

TP_VERSION 371

WBO_FILE_TRANSFER Stream

Any help would be highly appreciated.

Thank you very much.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, What was fix to this issue ? I ran into exact problem.

Former Member
0 Kudos

Hi Roul,

Myabe you should mount "solserver\sapmnt\trans\data" on unix file something like (This is for Red Hat)

"mount -t cifs //solserver/sapmnt/trans/data -o username=<Your Windows USER>,password=<Your Password> /<Your folder in Unix>

Then you should set DEPLOY_DATA_SHARE to  /<Your folder in Unix> for you Java System in STMS

I hope this help.

Best Regards.