cancel
Showing results for 
Search instead for 
Did you mean: 

Slash ("\") path in windows

Former Member
0 Kudos

Hello,

I'm several problems with the sapinst (homogenous system copy), because I'm working with windows, and sapinst is trying to find the path G:\Exportdb/DATA when the correct path is G:\Exportdb\DATA.

Thank's in advanced

Francesc

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

SAPINST does not care about slashes or backslashes. it should work nonetheless on Windows.

so, make sure that G:\Exportdb\DATA really exists and that you can write in this directory, check permissions.

Former Member
0 Kudos

The directory exist, and it has the correct permissions.

I'm doing the export from a cluster server, where CI is in node A (clnodo1), and DB is in node B (clnodo2).

I'm executing the export from the DB node.

And the same problem occurs with the command :


clnodo1\sapmnt\CSP\SYS\exe\run/R3ldctl.exe -l ./R3ldctlExport.log -p G:\Export260908/DATA/

but if I execute manually with sentence :


clnodo1\sapmnt\CSP\SYS\exe\run\R3ldctl.exe -l ./R3ldctlExport.log -p G:\Export260908\DATA\

this working fine.

Regards

markus_doehr2
Active Contributor
0 Kudos

>
clnodo1\sapmnt\CSP\SYS\exe\run/R3ldctl.exe -l ./R3ldctlExport.log -p G:\Export260908/DATA/

What do you see in that logfile? What is the error message?

Markus

Former Member
0 Kudos

ERROR 2008-09-29 10:10:34

MOS-01012 PROBLEM: 'C:\usr\sap\csp\sys\exe\run/R3ldctl.exe -l ./R3ldctlExport.log -p G:\Export/DATA/ ' returned with '-1066598274' which is not a defined as a success code.

markus_doehr2
Active Contributor
0 Kudos

Please post the CONTENT of the mentioned logfile (R3ldctlExport.log ).

Markus

Former Member
0 Kudos

DbSl Trace: Couldn't initialize Oracle client library,

please check your installation!

markus_doehr2
Active Contributor
0 Kudos

- What Windows version are you using?

- What Oracle version do you use?

Markus

Former Member
0 Kudos

Oracle 9.2.0.7 + Microsoft Windows Server 2003 Enterprise Edition Service Pack 1

markus_doehr2
Active Contributor
0 Kudos

And you are using which kernel?

Your problem is, that the kernel program R3load can´t find its Oracle libraries.

Markus

Former Member
0 Kudos

Hi,

Kernel 640 NUC Patch 129.

I've download the last patches of the executables R3ldctl, R3load and R3szchk.

But if I try to execute the command manually and I change the slash, it's working fine.

Regards

Francesc

markus_doehr2
Active Contributor
0 Kudos

> But if I try to execute the command manually and I change the slash, it's working fine.

Are you are running the program as user <sid>adm?

Markus

Former Member
0 Kudos

Yes, with <sid>adm

carlos_zhang3
Participant
0 Kudos

Hi Francesc ,

Have you solved your problem ? Are you manually executing the program finally ? I have the same problem ...( 4.7 with MSCS )

Could you mind to let me know the solution ?

Many thanks .

Best Regards,

Carlos

Edited by: Carlos Zhang on Apr 17, 2010 5:37 AM

Answers (0)