You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: