Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Multiples tnsnames Connetions

Hello!

Is this possible?

Actually I have a connection

C:\app\client\Administrador\product\12.1.0\client_1\Network\Admin

In my file txt connection I have this:

ORCLPROD =

   (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.55)(PORT = 1234))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = LI)

    )

  )

This work perfect....

Now I need to create another environment with the same coneection but of course different IP direction.

ORCLPROD2 =

   (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.56)(PORT = 1234))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = LI)

    )

  )

But Doesn´t work.

Is there a way to reach out a good solution?

Thanks!

2 Replies
pgalvezt
Specialist
Specialist
Author

Any Help...

Thanks!

pgalvezt
Specialist
Specialist
Author

Found the solution.

Into the tnsname txt you have to put the other script connection. And then configure the ODBC 32 bit.