‎2010 Jan 15 12:16 PM
Hi
I've setup af system commando called ZMYSQL using SM69.
When I try run the function
SXPG_COMMAND_EXECUTE using
ADDITIONAL_PARAMETERS = '-h xxx.xxx.xxx.xxx --user=<uid> --password=<pwd> < c:\file.sql'
it for some reasson removes the '<' sign from my parameters, which make it fail.
Any knows how its possible to avoid this ? or is there a workaround ?
I can execute the system comand from the application server using.
mysql -h xxx.xxx.xxx.xxx --user=<uid> --password=<pwd> < c:\file.sql
Edited by: Henrik Mortensen on Jan 15, 2010 1:17 PM
‎2010 Jan 15 1:22 PM