Output location wrong when running SQL Doc from SQL Agent
ebh
Posts: 2
I've created a SQL Doc project, \RedGate\SQLDoc\Bob.sqldoc which is set to output to \\FileServer\IT\Docs\Bob. In the options dialog box the "Append server name and timestamp to output folder" option is clear.
When I run:
"D:\Program Files\Red Gate\SQL Doc 1\SQLDoc.exe" /project:D:\RedGate\Doc\Bob.sqldoc /f
from the command line every thing works fine. However when I run the exact same command as part of a SQL Agent Job a new sub folder is created in \\FileServer\IT\Docs\Bob for each instance it is run with the name of the database and time stamp.
I'm using SQL Doc 1.3.0.596
When I run:
"D:\Program Files\Red Gate\SQL Doc 1\SQLDoc.exe" /project:D:\RedGate\Doc\Bob.sqldoc /f
from the command line every thing works fine. However when I run the exact same command as part of a SQL Agent Job a new sub folder is created in \\FileServer\IT\Docs\Bob for each instance it is run with the name of the database and time stamp.
I'm using SQL Doc 1.3.0.596
Comments