Jump to content

Recommended Posts

Posted

Hi All, I am trying to run a report using command line reporter that needs an effective date supplied. I cannot seem to get this .bat file to work at all.

 

Here is my bat file :

 

cd "C:\Program Files (x86)\SIMS\SIMS .net"

commandreporter /USER:USERNAME /PASSWORD:PASSWORD /REPORT:"Booking System Export" /output:"C:\Scripts\sims-bookings.XML" /param:"EffectiveDateDate26/04/2016 00:00:00"

 

 

 

Here is the output that i am getting :

 

 

Any ideas where i may be going wrong ?

 

Thanks

Posted

seqeunce I did was:-

 

run the output with the paramdefs option to get the id of the effective date parameter

 

then run command reporter with the effective date parameter in an xml file.

 

the xml file is updated daily by a vb script and fed into command reporter.

 

I can PM you some files if you want them.

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...