You must be logged in to reply to this topic.
Trying to automate a SQL Task that will execute a Report using Report Commander from another location, the user won't be logged onto the Server
Instead of C:\Program Files\Arcana\Report Commander\adcrutil.exe
I need to use \\wpi\c$\Program Files\Arcana\Report Commander\adcrutil.exe
Is there a way to do this?
We use a UNC all the time. (\\MACHINENAME\SHARENAME) The one you showed may not work as the C$ share may be restricted to just System Admins. We use a product called WinBatch and create batch type files on the server calling Report Commander from a batch file. We then use the Windows Scheduler to run the batch files. We call out to multiple servers where ever the report is and to where ever we want the output to go. We have many Crystal Reports that we automate using Report Commander that run every day.
Hope this helps.