On a production environment we are deploying to, we are getting the following error when trying to execute a Subscription on a ssrs report by taking a Snapshot:
Failed to validate the delivery setting PATH.Object reference not set to an instance of an object.
We normally create the subscription and take a snapshot via code, but we have also tried to do the same manually and we are receiving the same error. We have also verified that the report will run by clicking on it, it just wont generate a word doc via the subscription/snapshot.
You can see the error message here: http://i.imgur.com/MGTcNJY.png
We have tried a different site collection under the same Sharepoint Environment and the same error occurs. We have also tried testing locally on a vm and we were not able to reproduce the error, as the documents were generated correctly.
It appears that the PATH where the document should be delivered is being set to Null, thus the Object Reference error. We are just stumped as to why this is happening when we are selecting the document library via the Sharepoint UI.
I have tried looking all over google, bing, and yahoo for this error message, but there really isn't anything relevant.
If you can provide any insight at all as to what is causing this, it would be greatly appreciated.
Thanks in advance.