COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos 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.