(file) Return to cimserver_os400.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Server / Attic

Diff for /pegasus/src/Server/Attic/cimserver_os400.cpp between version 1.9 and 1.10

version 1.9, 2003/03/04 17:58:06 version 1.10, 2003/03/27 17:25:44
Line 98 
Line 98 
                                             YCMJOB_CCSID_37,                                             YCMJOB_CCSID_37,
                                             YCMJOB_THREAD_YES))                                             YCMJOB_THREAD_YES))
   {  // QYCMCIMOM Server Failed on Submit Job   {  // QYCMCIMOM Server Failed on Submit Job
      Logger::put(Logger::ERROR_LOG, "", Logger::SEVERE,        Logger::put(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,
                  "cimserver_os400::cimserver_fork() - SBMJOB failed to start the QYCMCIMOM server program!!");                  "cimserver_os400::cimserver_fork() - SBMJOB failed to start the QYCMCIMOM server program!!");
  
      std::string errCode = rc5;      std::string errCode = rc5;
Line 184 
Line 184 
  }  }
   catch (...)   catch (...)
   {   {
       Logger::put(Logger::ERROR_LOG, "", Logger::SEVERE,        Logger::put(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,
                   "cimerver_os400::cimserver_os400_setup() - caught unknown exception\n");                   "cimerver_os400::cimserver_os400_setup() - caught unknown exception\n");
  
       return(-1);       return(-1);
Line 241 
Line 241 
                          ycmCTLCIMID);                          ycmCTLCIMID);
       message.joblogIt(UserError,ycmMessage::Diagnostic);       message.joblogIt(UserError,ycmMessage::Diagnostic);
  
       Logger::put(Logger::ERROR_LOG, "", Logger::SEVERE,        Logger::put(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,
                   "cimserver_os400::cimserver_kill - FAILED to end the QYCMCIMOM job!!");                   "cimserver_os400::cimserver_kill - FAILED to end the QYCMCIMOM job!!");
  
       return -1; // Note: this return code is ignored by the CIMOM server.       return -1; // Note: this return code is ignored by the CIMOM server.


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2