I'm not sure about your syntax error, but I would recommend a few changes to your command line. *There is a specific version of the import tool intended to be used from the commandline, it's typically called arimportcmd, I would recommend using that instead. * I would also recommend not using spaces in your command line, so turn 'Program Files' into 'Progra~1' * and I would say you want to do a cmd /c not just a cmd, because the /c tells the command processor to run the command after it, and then exit, whereas you may end up with numerous cmd processors running in the background on your server.
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sanford, Claire Sent: Friday, March 14, 2008 10:57 AM To: [email protected] Subject: Command Line / Run Process Help I am trying to create "Run Process" command line for arimport. I ultimately want this to run from an escalation in the middle of the night. Each time I try it I get a syntax error. Can someone please tell me what I've got wrong??? Where I have "checkin" I am using real information. cmd E:\Program Files\ARSystem\Admin\arimport.exe -u <checkin> -p <checkin> -m <checkin> -d <E:\ARHome\ARCmds\checkin.arm> -l <checkin.log> ARS 6.3 Patch 18 HD 6.0 Oracle 10 w/9 libraries Oracle lives on a remote server Windows 2003 4 gig on app server and 8 gig on DB server Claire Sanford Information Systems Division Memorial Hermann Healthcare System Phone: 713 448 6035 [EMAIL PROTECTED] ____________________________________________________________________________ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

