‎2006 Feb 20 11:01 AM
hi expert.
i made external command using sm69
command is 'java sso_TEST 10.10.10.10'
i think it looks right but it doesn't work.
pleaze help me!! i have to use java command.
‎2006 Feb 20 11:09 AM
Hi,
did you try to execute the command with the transaction SM49? What was the message you've got?
Regards,
Stefan
‎2006 Feb 21 2:11 AM
this is my error message
Command executed: c:\eptray\GROUP\command_execute.bat : :
Target host: swbwda01
C:\usr\sap\DSW\DVEBMGS01\work>java.exe sso_TEST
'java.(it's not a external or internal system command and not a batch file)
External program terminated with exit code 1
‎2006 Feb 21 3:31 AM
Hi Jeongluen Lim,
First try executing the transaction in SM49.
The target host is swbwda01. This may be your application server. Check whether the PATH variable has been defined and set to your <b>JAVA HOME</b> like : C:\j2sdk\bin
You can set this using Environment variables.
Hope this helps.
Regards,
Wenceslaus.
‎2006 Feb 21 3:43 AM
‎2006 Feb 21 3:46 AM
Hi,
The target host is swbwda01. This may be your application server.
It is neccessary to set the PATH variable not in your local system. It must be set in your target host machine swbwda01. Check whether this variable is set properly.
Reward points if helpful.
Regards
Wenceslaus.
‎2006 Feb 21 5:06 AM
hi what is the excat difference between sm49 and sm69.
Iam finding both screens same
‎2006 Feb 21 5:11 AM
Hi Hymavathi,
SM49 is used to EXECUTE the commands
SM69 is used to ADD or CHANGE commands.
Note: See the icons, they are different.
‎2006 Feb 21 5:20 AM
hi wenceslaus,
I am working with latest version WAS 6.40, probably here
both may be same.
iam not at all finding any difference :(.
in both iam able to add and change and execute
‎2006 Feb 21 9:21 PM
I'm not understanding the message from your SM49 execution.
Why is the command <b>c:\eptray\GROUP\command_execute.bat</b>?
I thought you configured <b>java sso_TEST 10.10.10.10</b> in them SM69.
Did you created a .BAT commandfile for this? Can you post this file?