Php connectivity to Progress DB?

Status
Not open for further replies.
U

user3715001

Guest

We are trying to connect with progressdb through php.When i execute the below
command its not giving the sql connect screen.

isql -v qhn sysprogress sysprogress

its trying to connect with different ports like 1027,2018 and goes on. But we started the database on port 5555.

Here is the log file

2014/09/22@11:48:40.338-0400] P-5837 T-1073785728 I SQLSRV2 1: (-----) SQL Server 11.3.01
started, configuration: "qhn.virtualconfig"
[2014/09/22@11:48:40.341-0400] P-5837 T-1073785728 I SQLSRV2 1: (-----) "qhn" started on
IPv4 port 1028 for address 0.0.0.0, pid 5837 (0x000016cd).
[2014/09/22@11:48:40.341-0400] P-5837 T-1073785728 I SQLSRV2 1: (-----) Thread stack size:
1024000 (bytes).

[2014/09/22@11:48:40.341-0400] P-5837 T-1073785728 I SQLSRV2 1: (-----) DLC from
ENVIRONMENT VARIABLE is: /u/psc113f


[2014/09/22@11:48:40.341-0400] P-5837 T-1073785728 I SQLSRV2 1: (-----) WRKDIR from
ENVIRONMENT VARIABLE is: /usr/wrk/

[2014/09/22@11:48:40.341-0400] P-5837 T-1073785728 I SQLSRV2 1: (-----) JDKHOME from
DEFAULT is:
[2014/09/22@11:48:40.341-0400] P-5837 T-1073785728 I SQLSRV2 1: (-----) JREHOME from
ENVIRONMENT VARIABLE is: [[java-home]]

[2014/09/22@11:48:40.341-0400] P-5837 T-1073785728 I SQLSRV2 1: (-----) CLASSPATH from
DEFAULT is:

[2014/09/22@11:48:40.341-0400] P-5837 T-1073785728 I SQLSRV2 1: (-----)
PROSQL_LOCKWAIT_TIMEOUT value is: 5 seconds


why its not establishing the connection to progress db?

Continue reading...
 
Status
Not open for further replies.
Top