If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Cogstartup

Started by jburchill, 21 Aug 2013 02:57:21 PM

Previous topic - Next topic

jburchill

Hello, we are having an issue with a job server not being able to prepare access datablocks, or GTP or really do anything.  We compared the settings of one working job server and the non working job server.  What we found was this:  Only difference is that working has disable ="true".
Working:
- <crn:parameter name="CognosContentDatabase" opaque="true" disabled="true">
- <crn:value>
- <!--
CognosContentDatabaseListeningPort: Specifies the port the product uses to listen
           for commands on. 
  -->
- <crn:parameter name="CognosContentDatabaseListeningPort" disabled="true">
  <crn:value xsi:type="xsd:unsignedShort">1527</crn:value>
  </crn:parameter>
  </crn:value>
  </crn:parameter>

Non-working
- <crn:parameter name="CognosContentDatabase" opaque="true">
- <crn:value>
- <!--
CognosContentDatabaseListeningPort: Specifies the port the product uses to listen
           for commands on. 
-->
- <crn:parameter name="CognosContentDatabaseListeningPort">

We changed it in the xml config file and were able to GTP, but when restarting the cognos config it reverts it.  where do I change the settings to the xml will read like the working job server.