COGNOiSe.com - The IBM Cognos Community

Archived Content => Cognos 10 BI Platform => Cognos 10 Administration => Topic started by: jburchill on 21 Aug 2013 02:57:21 PM

Title: Cogstartup
Post by: jburchill on 21 Aug 2013 02:57:21 PM
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.