cancel
Showing results for 
Search instead for 
Did you mean: 

Unity Script for Data Set

Marawan_Elbaz
Star Contributor
Star Contributor

I currently have a keyword that has an external data set associated with a Unity Script, after upgrading from EP3 to V22.1, the script is no longer working. When running a diagnostic, the following error appeared

 

" A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) "

 

has anybody maybe experienced/found a solution to this?

 

Thank you in advance

1 REPLY 1

Marawan_Elbaz
Star Contributor
Star Contributor

Figured out the problem, In the Unity Script there is a SQL String Database connector. When looking through configuration items, we noticed that the data source and credentials were not connecting to our test environment(It was connecting to PROD) which is what we did not want. I definitely recommend looking into that if you experience the same issue.