Hi, I'm having some more Excel job woes.
It seems that there's a bug in the Excel - Create task where, when creating an Excel file with the source file being on a network share it either requests an incorrect path, or doesn't actually use the provided credentials for reading the source file.
I created a job with a set of test steps. All steps use the same credentials, which has full access to the network share in question.
1. Write a set of comma separated values from a variable to a local text file -
OK2. Create an Excel file in a local directory from the text file created in step 1 -
OK3. Create an Excel file on a network share from the text file created in step 1 -
OK (proving that the credentials have write access to the network share)
4. Write the values to a text file on a network share -
OK5. Read the values from the file created in step 4 -
OK (proving that the credentials have read access to the file)
6. Create an Excel file on the network share from text in a variable. -
OK7. Create an Excel file in a local directory from the file created in step 4 -
Error, "Exception in Task: Access to the path \\server\share\ is denied."
8. Create an Excel file on the network share from the file created in step 4 -
Error, "Exception in Task: Access to the path \\server\share\ is denied."
Edited by user
2015-06-15T15:57:28Z
|
Reason: Not specified