(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.13 and 1.14

version 1.13, 2003/07/29 18:10:53 version 1.14, 2003/08/11 15:35:57
Line 38 
Line 38 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/Logger.h> #include <Pegasus/Common/Logger.h>
   #include <Pegasus/Common/MessageLoader.h> //l10n
 #include <except.h> #include <except.h>
  
 #include <stdio.h> #include <stdio.h>
Line 105 
Line 106 
                                             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, System::CIMSERVER, Logger::SEVERE,        //l10n
                  "cimserver_os400::cimserver_fork() - SBMJOB failed to start the QYCMCIMOM server program!!");        //Logger::put(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,
                    //"cimserver_os400::cimserver_fork() - SBMJOB failed to start the QYCMCIMOM server program!!");
           Logger::put_l(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,
                                   "src.Server.cimserver_os400.FAILED_TO_START_SERVER",
                                   "$0 failed to start the $1 server program!!",
                                   "cimserver_os400::cimserver_fork() - SBMJOB",
                                   "QYCMCIMOM");
  
      std::string errCode = rc5;      std::string errCode = rc5;
      std::string srvName = cppServ;      std::string srvName = cppServ;
Line 199 
Line 206 
  }  }
   catch (...)   catch (...)
   {   {
       Logger::put(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,        //l10n
                   "cimerver_os400::cimserver_os400_setup() - caught unknown exception\n");        //Logger::put(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,
                     //"cimerver_os400::cimserver_os400_setup() - caught unknown exception\n");
                   Logger::put_l(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,
                           "src.Server.cimserver_os400.CAUGHT_UNKNOWN_EXCEPTION",
                           "$0 caught unknown exception\n",
                           "cimerver_os400::cimserver_os400_setup() -");
  
       return(-1);       return(-1);
   }   }
Line 256 
Line 268 
                          ycmCTLCIMID);                          ycmCTLCIMID);
       message.joblogIt(UserError,ycmMessage::Diagnostic);       message.joblogIt(UserError,ycmMessage::Diagnostic);
  
       Logger::put(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,        //l10n
                   "cimserver_os400::cimserver_kill - FAILED to end the QYCMCIMOM job!!");        //Logger::put(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,
                     //"cimserver_os400::cimserver_kill - FAILED to end the QYCMCIMOM job!!");
           Logger::put_l(Logger::ERROR_LOG, System::CIMSERVER, Logger::SEVERE,
                           "src.Server.cimserver_os400.FAILED_TO_END_JOB",
                           "$0 FAILED to end the $1 job!!",
                           "cimserver_os400::cimserver_kill -",
                           "QYCMCIMOM");
  
       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.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2