Problem establishing a database connection in RoboHelp 8.0
I'm attempting to configure RoboHelp 8.0 to use RoboSource Control 3.1 with RSC Server being on one server and the SQL database being on another server.
An SQL Server 2005 Standard Edition database named cg_help_test was created for me on our corporate SQL server sql-pdpw01.
I installed RSC 3.1 Server on our virtual corporate Windows 2003 Server robo-pavw01. I then used RoboSource Server Configurator to successfully register the cg_help_test database with the connection string server=sql-pdpw01;database=cg_help_test;User ID=cgadmintst;Password=RoboTest;persist security info=False; I set the RSO3 Server Service to logon with our tech support team's domain account xxoats. And I verified that RSO3ServerRemoting.config specifies port 8039.
I installed RH 8.0 on Windows XP workstation pc50410. I set the RSO3 MiddleTier Service to logon with our tech support team's domain account xxoats. And I verified that RSO3MiddleTierRemoting.config specifies port 8042.
However, when using RSC 3.1 Explorer on pc50410, I am unable to create a new connection to the cg_help_test database. Here's what I've entered in the fields on the form:
Connection Name: cg_help_test (also tried test)
Port No.: 8039
Server: robo-pavw01 (also tried the IP address)
Port Type: TCP
Database: cg_help_test
When I click the Create Connection button, I receive a RoboSource Error window that says Invalid object name 'NG3Node' with a link to Show Stack Trace, which doesn't help me at all.
Does anyone know what's not working here?
Brian