Focal Point
JDBC Socket Error - unable to start distribution server

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2721080562

January 08, 2008, 07:27 AM
kenH
JDBC Socket Error - unable to start distribution server
This is a new installation of version 7.1.3, and we are unable to resolve the JDBC error when starting the distribuiton server. The MRE is executing reports, so the data adapter must be working. What configuration steps have we missed?


WebFOCUS 713, preparing to migrate to 763
Windows platform
Output: Excel, HTML, PDF.
preparing to use Visual Discovery and Compound Reports
January 08, 2008, 09:28 AM
GinnyJakes
Ken,

I'm on a Unix platform with DB2 so I can't tell you exactly what the problem is but I can give you a couple of ideas.

First, it may be that when the RC installation was done, the JDBC drivers were mis-typed. Check your classpath file in the RC bin directory to make sure that it is correct.

Also to test, you can use the testcfg utility in the same directory. Make sure that it runs successfully before you even attempt to start the distribution server. It might also give you better/different error messages.

Sorry I can be more help.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
January 09, 2008, 04:24 AM
FinSource
Try adding:

ENGINE SQLMSS SET TRANSACTIONS AUTOCOMMITTED

to the edasprof.prf file of your server. We had the same error and this resolved it.

Also remember:
ENGINE SQLMSS SET VARCHAR OFF
ENGINE SQLMSS SET OPTIFTHENELSE ON
ENGINE SQLMSS SET ISOLATION RU

This also sorted other JDBC errors for us.
January 09, 2008, 04:52 AM
GamP
Ken,
Some questions for you:
- Exactly what error do you get and at what point in starting the Distribution server?
- Is there anything in the log file(s)?
- Have you switched on the tracing of the distribution server and if so, does that reveal some more info?
- What database are you trying to connect to?
- Are you able to create the databases using the create utility provided?
- What exactly is in the connect string in your config that connects to the database?

It always helps me greatly to try and find out what's wrong when as much as possible relevant information is provided.

Sometimes, just by checking again, I find a small typo or something else that's wrong, and then I wonder why I haven't seen that before.

Hope this helps


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
January 12, 2008, 09:25 PM
kenH
Thanks to all for their replies,

It started working after the DBA performed additional maintenance on the database.


WebFOCUS 713, preparing to migrate to 763
Windows platform
Output: Excel, HTML, PDF.
preparing to use Visual Discovery and Compound Reports