- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Invalid connection credentials
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2018 05:07 AM
I am trying to set up a scheduled refresh using an on premises gateway on a Windows Server 2012 R2. The Sql database is on another server running Windows Server 2008. The following occurs when I referesh the data:
Something went wrong Invalid connection credentials. Please try again later or contact support. If you contact support, please provide these details. Cluster URIWABI-NORTH-EUROPE-redirect.analysis.windows.net Activity IDb1050a22-40de-48f4-9705-7d3555695475 Request IDdbbc5e64-8ae0-72f9-42a2-8d56016d960d Time2018-06-14 11:42:21Z Get help
Re: Invalid connection credentials
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2018 07:05 PM
@LenAiz,
Are you able to connect to the SQL database using same user and credential from the machine that installing gateway? You can install SQL Server Management Studio(SSMS) in the gateway machine to test the connetcion.
Regards,
Lydia
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Re: Invalid connection credentials
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-18-2018 12:46 AM
Thank you for the prompt response. I installed the SQL Server Management Studio(SSMS) on the gateway machine and the database and tables were fully visible. But I am still having connectivity / refresh problems. I have included a number of screen shots below:
Re: Invalid connection credentials
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-20-2018 02:30 AM
@LenAiz,
Please test network connectivity using the following PowerShell script. Also please post gateway log here. For more details about troubleshooting gateway, please review this article.
Test-NetConnection -ComputerName watchdog.servicebus.windows.net -Port 9350
Regards,
Lydia
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.