Forum Discussion
Query Warehouse from PHP app
- 2 years ago
HI.
I'm using indeed the Microsoft Entra MFA et I have a valid Entra ID.
It seems indeed Port 1433 is not open.... :
Hi Expiscornovus .
Thank for the reply.
PHP to SQL server is already done as one of my PHP app is working with it already.
Already got the connection string as described and try to connect as for an SQL server. howeer for some reason it doesn't work.
I don't even have credential error. it is just returning no answer at all....
By the way, I'm on a Fabric Trial mode, if this can change anything.
- Expiscornovus2 years ago
Most Valuable Professional
Hi yulione,
Are you using a Entra Id user for authentication or a Entra Id service principal?
Have tried accessing the same warehouse via SSMS, does that work?
- yulione2 years agoFrequent Visitor
Connection through SSMS is not working. Following the method described here : https://learn.microsoft.com/en-us/fabric/data-warehouse/connectivity
and got an error 53 : Path to network not found (sorry translated from french ^^ )
But I do copy my SQL connection string has said in the method. As it doesn't seems to find the server, I was wondering if the trial mode was not in cause....
Thx
- yulione2 years agoFrequent Visitor
Hi, Just adding few test results :
Connexion through Power BI cloud version is working
Connexion through SSMS and Power BI desktop version are not.... got the same error on both