zhorvaticOccasional ContributorJoined 8 years ago5 Posts2 LikesLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: JDBC connections with Instanced database names in NG PRO I've managed to solve the problem by changing the database connection template in Preferences -> JDBC Drivers section. Driver: MSSQL(MicrosoftDriver)/com.microsoft.sqlserver.jdbc.SQLServerDriver Template: jdbc:sqlserver://<HOST:127.0.0.1>;databaseName=<DB>;user=<USER>;password=<PASSWORD> I just removed the <PORT:1433> section of the template and it allowed me to connect and set up my connections as I need them to. JDBC connections with Instanced database names in NG PRO Can somebody explain how to configure a database connection for a database that is hosted on: server\instanceName In free version I could make a connection with ease, however in pro version I cannot do it so far. jdbc:sqlserver://serverName;instanceName=sqlInstanceName;databaseName=XYZ;user=X;password=PASS_VALUE using this exact same syntax in database configurator I get an error saying that it cannot connect.. and it also forces a port 1433 in the connection string Also, using old test cases with such syntax, I can connect to a database and all jdbc requests can be run, but trying to edit the said connections gives an error "Connection string does not match Connection URL template" EDIT: I've narrowed the problem to the connection configuration wizard forcing me to use a specific TCP/IP port for the instance to operate on, which we do not have set up and we use a dynamic address for that instance. So the next question is, how do I circumvent the need of this software to force the port number in the connection string? Mind you, without using the port, the connection can be established.. but I cannot configure environments and connection strings without it -.- SolvedRe: JDBC connections with Instanced database names in NG PRO Yes, normal connection towards non-instanced server and database is established easily. There's no tunneling involved, it's a direct connection to a database server. How to disable useless information in diff comparison? Ok, so I just expanded and collapsed one project and definition. When I save a project I can see that versioning system tells me that files have changed. Clearly I haven't changed anything regarding the code, tests or anything else. How do I disable such behavior? I'm not interested in seeing "last opened" property since it obscures what was actually changed and I'm having difficulties merging and analyzing file changes because I do not know whats actual change and what is virtual.. How to change filenames of TestCases? Pretty self explanatory question. How do I change a filename of TestCases on a disk in a composite project? We have hundreds of test cases written in soapui free version that we've migrated into NG PRO and they need their name changed. After doing a name change inside NG PRO we found out that the names on the disk are the same as they were when the first save was performed. I saw some responses from 3 years ago when people asked about this problem and you still haven't fixed it? Please give us a solution. Thank you.