cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dbisql command line connection string behaviour change?

thomas_duemesnil
Participant
2,945

Hello.

I have multiple instances running. For each instance i have create links that start dbisql.exe with the Connection String for that instance. In the String i don't include the Password for security reason.

The behaviour since years the behaviour was that isql starts up with all parameters from the connection string prefilled in the Connections screen.

I installed EBF 17.0.11.7312.

Now the ENG and DBN paramters are missing from the dbisql login screen.

My command line is

"%SQLANY17%\\Bin64\\dbisql.exe " -c "ENG=XXX;DBN=yyyy;UID=myuser;links=tcpip(host=x.x.x.x;port=2638)"

When dbi sql comes up the Server Name and Database Name fields are empty.

When I provide the proper password on the command line with the PWD= parameter the connection is established correctly. So I see no problem with my code here.

The same call with the Client of ASA16 is working as expected.

"%SQLANY16%\\Bin64\\dbisql.exe " -c "ENG=XXX;DBN=yyyy;UID=myuser;links=tcpip(host=x.x.x.x;port=2638)"

Any ideas are welcome.

Probably somebody knows the latest version that is working without this problem.

Thomas

View Entire Topic
jack_schueler
Product and Topic Expert
Product and Topic Expert

This issue will be corrected in a later release (CR 828167).