reportsync
reportsync copied to clipboard
Sync fails when it hits a datasource in the folder
Hi, really great tool and has saved me a lot of work. I came across an issue as I was trying to sync up two servers and I think the issue was because the folder contained a datasource definition. In synctreenodes after the piece of code which deals with ItemType.Resource I had to put an if block around the rest of the code checking for ItemType.Report as I think the code was calling GetReportDefinition on an item type which wasn't a report.
Hope that makes sense. Thanks again Paul