Hi there,
I'm evaluating ReportCommander v2.2. I've created a project and it runs properly and both exports to a file and emails me properly.
When I run CommandLineBuilder to read the project file to get the command line options to be able to schedule it with the windows Task Scheduler, the database login info is not correct. It only has this:
-login!={password:******************==}
And when running the full command line from a command prompt, it errors with:
Error: Export failed: Database logon failed.: Database logon failed.
It seems to be missing the userid. If I edit the -login parameter to include both the userid and password, it works properly.
What am I doing wrong where CommandLineBuilder is not picking up this information from the saved project file correctly?
Thank you.
Barry