Hi,
We're trying to install TS but got stuck in Common Services connection to the database.
TS Version : 7.3.1
OS : Windows 2008 R2 Enterprise SP1
Database : Oracle 11g RAC
We have followed the URL pattern as specified in Web Solutions Authoring Components 7.3 Installation Guide Revision 1 - page 58.
Our URL is:
jdbc

racle:thin@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ip1)(PORT=1521)(ADDRESS=(PROTOCOL=TCP)(HOST=ip2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=)))
But it throws us the error below everytime :
java.sql.SQLException: Invalid Oracle URL specified
Can anybody tell me what is wrong with my URL? I can't proceed with the installation from here.
Thank You!