I'm trying to have a connection to database from this dbconn_realsecure.xml and the code is as follows:
<?xml version="1.0" encoding="UTF-8" ?>
<DBConn>
<DBINFO>
<DB_NAME>CPSC</DB_NAME>
<DB_TYPE>MSSQL</DB_TYPE>
<DATABASE>CPSC</DATABASE>
<USER_NAME>mydomain\idtest</USER_NAME>
<PWD>encrypted:31Tb/r/YtebbCqbg8.s/Fu</PWD>
<DB_SERVER>10.65.145.34</DB_SERVER>
<DB_PORT>1433</DB_PORT>
</DBINFO>
</DBConn>
But when I implement this, the connection did not work. I am using SQL windows authentication user in the <USER_NAME>. Am I do it wrong? Kindly need your suggestion

New Topic/Question



MultiQuote



|