cancel
Showing results for 
Search instead for 
Did you mean: 

PROBLEM with SAPSERVER.CMD

Former Member
0 Kudos

I'm in the process of installing IDES in our test environment but I seem to have problems with the Oracle installation. when i double click the file sapserver.cmd nothing happens, just a quick flash.

This is the content in sapserver.cmd when i edit it

@set cmddrive=%~d0

@set cmdpath=%~p0

@set rootdir=%cmddrive%%cmdpath%

@set oracle_home=

@set tns_admin=

@set JAVA_HOME=

@%rootdir%\SETUP.EXE -RESPONSEFILE

%rootdir%\response\sapserver.rsp

ihave a doubt about the line setup.exe because i find setup.exe in this path %rootdir%\install\win32\setup.exe

can any one please help me how to fix the problem.Thanks

Message was edited by: Sreekanth Ratakonda

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I think the best way is

go to command prompt

switch to corresponding dir and press enter i.e

<ORA92_1\install\win32\>setup.exe ( Enter )

then work.

andreas_herzog
Active Contributor
0 Kudos

installation of a small, neat tool is recommended..

-> command here

is part of the resource kit for windows 2003 and can be downloaded free of charge form the microsoft website...when right clicking within the windows explorer you will be able to invoke a cmd right in the selected directory...

GreetZ, AH

Former Member
0 Kudos

Hai Guys,

First of all i should say thanks to you all for replying.

I have viewed all your replies and i tried all of them,but sorry to say none worked.I am using win 2003 standard server.i am using j2sdk 1.4.2_12.

This is what i set in environmental variables

In System variables i edited path and added the below

path =C:\j2sdk1.4.2_12\bin;..........

So inorder to confrim java is working fine i run sample java program every thing works fine

Message was edited by: Sreekanth Ratakonda

Message was edited by: Sreekanth Ratakonda

Former Member
0 Kudos

guys i got it fixed as i mentioned before there is a problem in sapserver.cmd that's true

PROBLEM with SAPSERVER.CMD

This is the content in sapserver.cmd when i edit it

@set cmddrive=%~d0

@set cmdpath=%~p0

@set rootdir=%cmddrive%%cmdpath%

@set oracle_home=

@set tns_admin=

@set JAVA_HOME=

@%rootdir%\SETUP.EXE -RESPONSEFILE

%rootdir%\response\sapserver.rsp

change the last line

@%rootdir%
install\win32\SETUP.EXE -RESPONSEFILE

%rootdir%\response\sapserver.rsp

now the oracle runs .You can check it out

Former Member
0 Kudos

I know u r trying to run pirated version in u r system,. thats why all files are moved

andreas_herzog
Active Contributor
0 Kudos

^^ what's that supposed to mean? or is it a joke? who you're referring to?

GreetZ, AH

Former Member
0 Kudos

I m referring the 1st person who started this topic not u Andreas

andreas_herzog
Active Contributor
0 Kudos

^^ OK....

GreetZ, AH

Former Member
0 Kudos

Hi,

The same problem i am facing while installing Oracle in win2003.

I have edited the sapserver.cmd as you said in reply, but that doesnot work, can you or anyone can help me out in this regard.

former_member204746
Active Contributor
0 Kudos

Sudha,

open a command prompt

start sapserver.cmd from there. you will see error messages.

I would also advise you to start a new topic of your own as you posted right in the middle of a crowded topic...

Former Member
0 Kudos

There are 2 possible issues when installing something using sapserver.cmd

1. if you copy the files from DVD/CD to a disk location do not use foldernames containing a blank. The installation is not able to handle paths containing blanks.

2. keep the path to the root directory of a CD short. On Windows we have a maximum of 260 Byte for a filename (as long as no unicode strings are used). Oracle CD already has a deep directory structure and if you put some unnecessary bytes in front of it filenames may become too long.

regards

Peter

Message was edited by: Peter Simon

Former Member
0 Kudos

Hi,

My problem was the OS version and then same warning message, but now it s running ok.

Thanks,

Fred,

Former Member
0 Kudos

hi sreekanth,

First letme know whether you installed oracle and java correctly...after the java installation u have to set the environment variables for java....

send me the information that u finished all the formalities......

eventhough you are facing the same problem then the problem with software it self...

Thanks,

chaitanya

Former Member
0 Kudos

Hi all,

I m facing the same problem and I tryed those solutions but still have this problem!

Any other idea please.

Regards,

Fred,

hamendra_patel
Explorer
0 Kudos

Sreekant,

I am sure you are running this sapserver.cmd from oracle disk_1 folder.

Their os work around - copy ORA92_1 folder to root drive c:\ and run sapserver.cmd . it will work

Thanks

H

Former Member
0 Kudos

go to command prompt

switch to corresponding dir and press enter i.e

<ORA92_1>sapserver.cmd ( Enter )