We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
Yesterday my Data warehouse was refreshing and working fine.
Today when I refresh the data warehouse I get the message
Something went wrong
Internal error SqlLoginFailureException.
This is clearly a bug, I noticed also that my "Staging" schema is gone and I don't see my tables there anymore.
I tried to create a ticket with Microsoft support but I have to supply a Premier support ID!!!!
I don't understand why Microsoft doesn't want someone reporting a bug to them
I'm very concerned now that my work and the work of my team is gone.
Has anyone run into an issue like that? what could it be? and how can I resolve it?
Thank you guys
Solved! Go to Solution.
it was resolved by Microsoft Support it took 3 different calls with MS support, they didnt' give full explanation on the reason, but they said it shouldn't happen again. it might have been a code oversight and they modified it.
thank you for reaching out
John
Hi @JohnAG ,
Just checking in to see if your issue has been resolved. If so, feel free to share your solution and mark it as answered. it could really help others who might run into the same thing.
If we don’t hear back, we’ll go ahead and close this thread. Of course, if you need help in the future, you’re always welcome to post a new question on the Microsoft Fabric Community Forum.
We’re happy to assist anytime.
it was resolved by Microsoft Support it took 3 different calls with MS support, they didnt' give full explanation on the reason, but they said it shouldn't happen again. it might have been a code oversight and they modified it.
thank you for reaching out
John
Hi @JohnAG ,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution we provided for your issue worked for you or let us know if you need any further assistance?
Your feedback is important to us, Looking forward to your response.
Hi @JohnAG ,
Sorry for the inconvenience. Re-establishing the connection can often resolve internal authentication issues. Please try disconnecting and reconnecting the data warehouse in Fabric.
The Premier Access ID is a unique identifier for Microsoft Premier Support customers, used to track support cases and manage accounts. You can find your Premier Access ID by logging into the Microsoft Premier Support portal.
Similarly, the Contract ID is assigned to Microsoft support contracts to track support cases. If you are not a Microsoft Premier Support customer, you can find your Contract ID by logging into the Microsoft Support portal.
Below is a related issue concerning the Premier Support ID in Power Platform that might be helpful.
When raising a Support case for Microsoft on the powerplatform I am - Microsoft Community
Regards,
Yugandhar.
I initially suspected this was a UI issue, meaning the underlying objects would still be accessbible.
However, after running the following query in Microsoft Fabric Warehouse, I received the same error message "Internal error SqlLoginFailureException."
SELECT * FROM INFORMATION_SCHEMA.TABLES;
Additionally, I attempted to create a new connection via Azure Data Studio (ADS) but couldn't see the database associated with the SQL connection string, (Note that I've had a working connection in ADS before and it was working).
This is why I need to open a ticket with Microsoft Support. However, I encoutered the following issues while following your guidance:
Right now, my priority is to restore our work ( I also tried to use the restore point option which didn't work either), as it appears that everything has been lost. Unfortunately, the process of creating a support ticket seems overly complex, vague or even intentionally difficult to navigate.
I'd appreciate any additional clarification or guidance you can provide.
Hi @JohnAG ,
Thank you for providing the detailed information and outlining the steps you’ve already taken. I understand the urgency of restoring your data warehouse and the frustration this issue can cause.
Please consider these steps to resolve the issue.
The authentication errors in Fabric UI and Azure Data Studio might be caused by capacity or SQL endpoint issues. Please try connecting through Azure Synapse if possible. Additionally, check the Admin Portal → Capacity Settings to ensure everything is operating correctly.
For failing queries, use Power BI REST APIs to verify available schemas and recover the staging schema.
If restore points are ineffective, you may need assistance from Microsoft. Cloning could restore hidden objects, and revalidate connections if pipelines reference the staging schema.
If you’re blocked by the Premier Access ID requirement, try the following.
1. Submit a support ticket using different credentials (such as another admin account). Different accounts may have different permissions.
2. Submit a subscription management ticket via Contact Us - Microsoft Support These tickets are available without a Premier contract and can escalate incidents internally.
3. If your organization has an Azure support plan, it may also cover Fabric-related issues.
Given the consistent authentication errors across multiple tools and the missing schema, this appears to be a backend issue requiring Microsoft’s assistance.
I hope this information is helpful for you.
Regards,
Yugandhar.