I'm trying to understand the server install section regarding MS SQL Server. In regards to the changes for envset.bat, are those edits mentioned supposed to match what is already configured by your database admin?
I'm presented with the "Specify Microsoft SQL database parameters" screen and if this succeeds, does the envset.bat get executed at that point?
Right now if I enter the Server, Port, Database name, Application user/password I get
"Unable to connect to database server. Check the hostname and port that you specified. Further, make sure that the database server is actually up and running and that access to the database server is not blocked by a firewall. Further, if you did not specify a database port, make sure that SQL Browser Service is running and that you specified the correct DB instance name."
David Tabaka Author on
After setting up the database and user as specified in the envset.bat file and then connecting the database through SQL Server Management Studio, I still get this error after specifying this information (database instance, port, database, app user and password) I'm STILL getting the error above.
Why would the connection/credentials work from SSMS but not the the ARIS Server setup.exe?