-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssrs_migration.rss script #1366
Comments
The issue you're facing seems to be related to authentication or connectivity problems while running the 1. Verify Reporting Services URLs
2. Check User Credentials
3. Command SyntaxEnsure you are using the correct syntax to run the script. For example: rs.exe -i ssrs_migration.rss -s http://<SourceServer>/ReportServer -t http://<TargetServer>/ReportServer -u <Username> -p <Password>
4. Check SSL/TLS and Authentication Settings
5. Edit the Script for Debugging
6. Use Fiddler or Network Monitoring
7. Ensure Proper .NET Framework Version
8. Run Script with Elevated Privileges
If the issue persists, could you share:
These details will help pinpoint the problem further. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello All,
I am facing an issue when i am trying to copy one ssrs folder from one server to another server using ssrs_migration.rss script.
When the credentials are keyed in the command then it gives the reporting asmx could not connect error and Unauthorised exception.
When credentials are not given then some weird errors in the script are thrown.
Please if somebody can help.
Thanks
The text was updated successfully, but these errors were encountered: