1. bharathi shetty
  2. PowerBuilder
  3. Wednesday, 9 August 2023 08:31 AM UTC

// Profile data_changes
SQLCA.DBMS = "ORA Oracle"
SQLCA.LogPass = <***********>
SQLCA.ServerName = "CTL-SERVER"
SQLCA.LogId = "GLARP"
SQLCA.AutoCommit = False
SQLCA.DBParm = "PBCatalogOwner='GLARP'"

 

here it is connecting thru database profile. but not connecting thru powerbuilder script giving TNS connect error.

I tried putting connectstring also but still it not working givng the same error.

we have lot of client IPadress to connect to the same server. 

how to connect to the client ipadress aceesing to same server.

 

also i tried this 

SQLCA.DBParm="ConnectString='192.168.1.91:1521/ora8i'"

thru database painter it is connecting but not thru script.

 

what to do ?.

Francisco Martinez @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 9 August 2023 14:46 PM UTC
  2. PowerBuilder
  3. # 1

What version of Oracle are you trying to connect to?

 

Regards,
Francisco

Comment
  1. Armeen Mazda @Appeon
  2. Thursday, 10 August 2023 17:25 PM UTC
And what version of PowerBuilder?
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.