GeorgeVince Posted January 29, 2016 Posted January 29, 2016 Hi, I'm trying to get a report to run using the CommandReporter, my bat file contains the following: CommandReporter.exe /user:username /password:password /report:"GV Tutor Email" output: "C:\testOutput.xml" pause The command line reports I'm logged in, the report is found and run but I cannot see any output? Am I missing a trick or should some privileges be set to generate output?
siuko Posted January 29, 2016 Posted January 29, 2016 Does the GV Tutor Email output something when run in sims? (or is it asking for parameters etc?) Does the user account running the batch file have permissions to write to the C drive?
GeorgeVince Posted January 29, 2016 Author Posted January 29, 2016 Should do! Just created a batch file after and it worked, still no sign of the report output though? CommandReporter.exe /user:username /password:pword /report:"GV Tutor Email" output: "C:\testOutput.xml" echo > c:\test.xml echo 123>> test.xml pause
GeorgeVince Posted January 29, 2016 Author Posted January 29, 2016 Wow, missed out a slash in one of the report parameters....... you can tell it's been a long week!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now