Jump to content

Recommended Posts

Posted

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?

Posted

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?

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...