Error when performing the first backup using RMAN

I have installed Oracle 10g on a new server and created a fresh database.
I set up the backup to the disk using OEM and tested the credentials in OEM. The database is in noarchivelog mode. I created settings for an immediate backup and when I submitted the job, I got the following error. What can be the reason?
500 Internal Server Error
java.lang.NullPointerException
     at java.util.Hashtable.put(Hashtable.java:393)
     at oracle.sysman.eml.jobs.JobsController.checkJobExists(JobsController.java:194)
     at oracle.sysman.eml.jobs.ResultsController.prepareData(ResultsController.java:124)
     at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:389)
     at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
     at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
     at oracle.sysman.eml.app.Console.doGet(Console.java:285)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
     at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
     at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:151)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
     at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:282)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)

user4459361 wrote:
I have installed Oracle 10g on a new server and created a fresh database.
I set up the backup to the disk using OEM and tested the credentials in OEM. The database is in noarchivelog mode. I created settings for an immediate backup and when I submitted the job, I got the following error. What can be the reason?
500 Internal Server Error
java.lang.NullPointerException
     at java.util.Hashtable.put(Hashtable.java:393)
     at oracle.sysman.eml.jobs.JobsController.checkJobExists(JobsController.java:194)
     at oracle.sysman.eml.jobs.ResultsController.prepareData(ResultsController.java:124)
     at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:389)
     at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
     at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
     at oracle.sysman.eml.app.Console.doGet(Console.java:285)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
     at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
     at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:151)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
     at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:282)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)If the database is in the open stage and is in the noarchivelog mode, RMAN wouldn't be able to do the backup since the database is inconsistent and there are no archivelogs to make the backup usable in the case of recovery. If yes, bring the DB in the stage and then try to do the backup again and I would suggest to practice RMAN using the command-line interface. It's much better to diagnose the error messages appearing there rather than EM which adds it's own messages as well with RMAN.
HTH
Aman....

Similar Messages

  • WAD-Internal Error when generating the history. Use a different view!

    Hello,
    When i am trying to open the WAD(Webapplication designer), BEx Open Dialog is being displayed with the message "Internal Error when generating the history. Use a different view"
    how to solve this problem...?
    Thanks
    kumar

    Hello Jeff,
    Thanks for your help, and it has solved my problem. Under Activate Personalization in BEx...
    I have seen 2 more options
    -Variable Personalization
    -Web Reportperson
    Could you inform me the pupose of above 2 options?
    Regards..

  • SharePoint Foundation: Error when performing a Farm Backup

    Hi,
    I am trying to create a full farm backup of my organisations SharePoint Foundations installation.
    I've tried doing it via the Central Administration and PowerShell. However both ways give me errors. Here are some of the errors associated with the Central Administration way of doing a full backup:
    Requested By  Domain\Administrator 
    Start Time  1/10/2012 2:49 PM 
    Finish Time  1/10/2012 3:06 PM 
    Directory  D:\SharePoint\Backup\Test Back ups\spbr0000\ 
    Backup ID  553b4f4f-7542-4e80-b129-d3d294285486 
    Warning Count  72 
    Error Count  16 
    Failure Message  Object Query-0 (C: on SharePoint Server) failed in event OnBackupComplete. For more information, see the spbackup.log or sprestore.log file located in the backup directory.  
    I've also got error reason 15105 coming up a lot too.
    Can anyone please tell me how I overcome this problem please.
    Regards
    Stephen

    Hi Trevor,
    I've looked through the whole file and I cannot make any sense of it. The following list is the errors that where within the log file:
    [10/01/2012 14:49:58] Warning: [SharePoint_Config] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\0000005C.bak'. Operating system error 5
    (failed to retrieve text for this error. Reason: 15105).
    [10/01/2012 14:50:03] Warning: [StateService_121a4c703edd4d8485f22be52edb71a5] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\0000005E.bak'.
    Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    [10/01/2012 14:50:06] Warning: [WSS_Content] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000061.bak'. Operating system error 5(failed to
    retrieve text for this error. Reason: 15105).
    [10/01/2012 14:50:15] Warning: [SharePoint_Config] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\0000005C.bak'. Operating system error 5
    (failed to retrieve text for this error. Reason: 15105).
    [10/01/2012 14:50:18] Warning: [StateService_121a4c703edd4d8485f22be52edb71a5] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\0000005E.bak'.
    Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    [10/01/2012 14:50:21] Warning: [WSS_Content] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000061.bak'. Operating system error 5(failed to
    retrieve text for this error. Reason: 15105).
    [10/01/2012 14:51:15] Warning: [SharePoint_Config] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\0000005C.bak'. Operating system error 5
    (failed to retrieve text for this error. Reason: 15105).
    [10/01/2012 14:51:18] Warning: [StateService_121a4c703edd4d8485f22be52edb71a5] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\0000005E.bak'.
    Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    [10/01/2012 14:51:21] Warning: [WSS_Content] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000061.bak'. Operating system error 5(failed to
    retrieve text for this error. Reason: 15105).
    [10/01/2012 14:53:31] FatalError: Object SharePoint_Config failed in event OnBackup. For more information, see the spbackup.log or sprestore.log file located in the
    backup directory.
    SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\0000005C.bak'. Operating system error 5(failed to retrieve text for this error.
    Reason: 15105).
    [10/01/2012 14:53:32] Warning: [Temp2_Content] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000062.bak'. Operating system error 5(failed to
    retrieve text for this error. Reason: 15105).
    10/01/2012 14:53:33] FatalError: Object StateService_121a4c703edd4d8485f22be52edb71a5 failed in event OnBackup. For more information, see the spbackup.log or
    sprestore.log file located in the backup directory.
        SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\0000005E.bak'. Operating system error 5(failed to retrieve text for this
    error. Reason: 15105).
    [10/01/2012 14:53:37] FatalError: Object WSS_Content failed in event OnBackup. For more information, see the spbackup.log or sprestore.log file located in the backup
    directory.
        SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000061.bak'. Operating system error 5(failed to retrieve text for this
    error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:53:50] Warning: [Temp2_Content] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000062.bak'. Operating system error 5(failed to
    retrieve text for this error. Reason: 15105).
    [10/01/2012 14:53:52] Warning: [SharePoint_AdminContent_61a49b6b-f3d6-4b98-af1b-78ca06dc3fcf] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups
    \spbr0000\00000065.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    [10/01/2012 14:54:11] Warning: [SharePoint_AdminContent_61a49b6b-f3d6-4b98-af1b-78ca06dc3fcf] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups
    \spbr0000\00000065.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:54:20] Warning: [Secure_Store_Service_DB_26fc8782f473423f8b6fd76ec0222ead] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups
    \spbr0000\00000066.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    [10/01/2012 14:54:35] Warning: [Secure_Store_Service_DB_26fc8782f473423f8b6fd76ec0222ead] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups
    \spbr0000\00000066.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:54:50] Warning: [Temp2_Content] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000062.bak'. Operating system error 5(failed to
    retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:55:11] Warning: [SharePoint_AdminContent_61a49b6b-f3d6-4b98-af1b-78ca06dc3fcf] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups
    \spbr0000\00000065.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:55:35] Warning: [Secure_Store_Service_DB_26fc8782f473423f8b6fd76ec0222ead] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups
    \spbr0000\00000066.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:57:05] FatalError: Object Temp2_Content failed in event OnBackup. For more information, see the spbackup.log or sprestore.log file located in the backup
    directory.
        SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000062.bak'. Operating system error 5(failed to retrieve text for this
    error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:57:08] Warning: [WebAnalyticsServiceApplication_StagingDB_2504a5a5-71bc-4046-aa29-4766c031e70f] Cannot open backup device 'D:\SharePoint\Backup\Test
    Back ups\spbr0000\00000067.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:57:23] Warning: [WebAnalyticsServiceApplication_StagingDB_2504a5a5-71bc-4046-aa29-4766c031e70f] Cannot open backup device 'D:\SharePoint\Backup\Test
    Back ups\spbr0000\00000067.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:57:26] FatalError: Object SharePoint_AdminContent_61a49b6b-f3d6-4b98-af1b-78ca06dc3fcf failed in event OnBackup. For more information, see the
    spbackup.log or sprestore.log file located in the backup directory.
        SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000065.bak'. Operating system error 5(failed to retrieve text for this
    error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:57:28] Warning: [WebAnalyticsServiceApplication_ReportingDB_f9e3ab00-ef34-4562-b9e6-e512ea466ad5] Cannot open backup device 'D:\SharePoint\Backup\Test
    Back ups\spbr0000\00000068.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:57:43] Warning: [WebAnalyticsServiceApplication_ReportingDB_f9e3ab00-ef34-4562-b9e6-e512ea466ad5] Cannot open backup device 'D:\SharePoint\Backup\Test
    Back ups\spbr0000\00000068.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:57:50] FatalError: Object Secure_Store_Service_DB_26fc8782f473423f8b6fd76ec0222ead failed in event OnBackup. For more information, see the spbackup.log
    or sprestore.log file located in the backup directory.
        SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000066.bak'. Operating system error 5(failed to retrieve text for this
    error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:57:57] Warning: [Bdc_Service_DB_9a70ba5cb7e04a7386306c203fdf9dd0] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000069.bak'.
    Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:58:12] Warning: [Bdc_Service_DB_9a70ba5cb7e04a7386306c203fdf9dd0] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000069.bak'.
    Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:58:23] Warning: [WebAnalyticsServiceApplication_StagingDB_2504a5a5-71bc-4046-aa29-4766c031e70f] Cannot open backup device 'D:\SharePoint\Backup\Test
    Back ups\spbr0000\00000067.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:58:43] Warning: [WebAnalyticsServiceApplication_ReportingDB_f9e3ab00-ef34-4562-b9e6-e512ea466ad5] Cannot open backup device 'D:\SharePoint\Backup\Test
    Back ups\spbr0000\00000068.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 14:59:12] Warning: [Bdc_Service_DB_9a70ba5cb7e04a7386306c203fdf9dd0] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000069.bak'.
    Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:00:39] FatalError: Object WebAnalyticsServiceApplication_StagingDB_2504a5a5-71bc-4046-aa29-4766c031e70f failed in event OnBackup. For more information,
    see the spbackup.log or sprestore.log file located in the backup directory.
        SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000067.bak'. Operating system error 5(failed to retrieve text for this
    error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:00:51] Warning: [Search_Service_Application_1_PropertyStoreDB_45c02022f59f474f951968c1af057ae0] Cannot open backup device 'D:\SharePoint\Backup\Test
    Back ups\spbr0000\0000006C.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:00:51] Warning: [Search_Service_Application_1_CrawlStoreDB_1efdf6e816ac49afa9187bbe008f4ba9] Cannot open backup device 'D:\SharePoint\Backup\Test Back
    ups\spbr0000\0000006B.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:00:51] Warning: [Search_Service_Application_1_DB_fff3b084e2104326a6bdf065cc1bddfe] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups
    \spbr0000\0000006A.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:00:59] FatalError: Object WebAnalyticsServiceApplication_ReportingDB_f9e3ab00-ef34-4562-b9e6-e512ea466ad5 failed in event OnBackup. For more
    information, see the spbackup.log or sprestore.log file located in the backup directory.
        SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000068.bak'. Operating system error 5(failed to retrieve text for this
    error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:01:08] Warning: [Search_Service_Application_1_CrawlStoreDB_1efdf6e816ac49afa9187bbe008f4ba9] Cannot open backup device 'D:\SharePoint\Backup\Test Back
    ups\spbr0000\0000006B.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:01:11] Warning: [Search_Service_Application_1_PropertyStoreDB_45c02022f59f474f951968c1af057ae0] Cannot open backup device 'D:\SharePoint\Backup\Test
    Back ups\spbr0000\0000006C.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:01:11] Warning: [Search_Service_Application_1_DB_fff3b084e2104326a6bdf065cc1bddfe] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups
    \spbr0000\0000006A.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:01:27] FatalError: Object Bdc_Service_DB_9a70ba5cb7e04a7386306c203fdf9dd0 failed in event OnBackup. For more information, see the spbackup.log or
    sprestore.log file located in the backup directory.
        SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\00000069.bak'. Operating system error 5(failed to retrieve text for this
    error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:02:09] Warning: [Search_Service_Application_1_CrawlStoreDB_1efdf6e816ac49afa9187bbe008f4ba9] Cannot open backup device 'D:\SharePoint\Backup\Test Back
    ups\spbr0000\0000006B.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:02:11] Warning: [Search_Service_Application_1_PropertyStoreDB_45c02022f59f474f951968c1af057ae0] Cannot open backup device 'D:\SharePoint\Backup\Test
    Back ups\spbr0000\0000006C.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:02:11] Warning: [Search_Service_Application_1_PropertyStoreDB_45c02022f59f474f951968c1af057ae0] SQL command failed and needs to be restarted. The
    command will be re-started a total of three times before throwing an exception.
    [10/01/2012 15:02:11] Warning: [Search_Service_Application_1_DB_fff3b084e2104326a6bdf065cc1bddfe] Cannot open backup device 'D:\SharePoint\Backup\Test Back ups
    \spbr0000\0000006A.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:04:56] FatalError: Object Search Service Application 1 failed in event OnBackup. For more information, see the spbackup.log or sprestore.log file
    located in the backup directory.
        SqlException: Cannot open backup device 'D:\SharePoint\Backup\Test Back ups\spbr0000\0000006A.bak'. Operating system error 5(failed to retrieve text for this
    error. Reason: 15105).
    BACKUP DATABASE is terminating abnormally.
    [10/01/2012 15:06:11] FatalError: Object Search_Service_Application_1_DB_fff3b084e2104326a6bdf065cc1bddfe failed in event OnBackupComplete. For more information, see
    the spbackup.log or sprestore.log file located in the backup directory.
        Aborted due to error in another component.
    [10/01/2012 15:06:12] FatalError: Object Admin (C: on SharePoint) failed in event OnBackupComplete. For more information, see the spbackup.log or sprestore.log file
    located in the backup directory.
        Aborted due to error in another component.
    [10/01/2012 15:06:13] FatalError: Object Search_Service_Application_1_CrawlStoreDB_1efdf6e816ac49afa9187bbe008f4ba9 failed in event OnBackupComplete. For more
    information, see the spbackup.log or sprestore.log file located in the backup directory.
        Aborted due to error in another component.
    [10/01/2012 15:06:13] FatalError: Object Crawl-0 (C: on SharePoint) failed in event OnBackupComplete. For more information, see the spbackup.log or sprestore.log file
    located in the backup directory.
        Aborted due to error in another component.
    [10/01/2012 15:06:15] FatalError: Object Search_Service_Application_1_PropertyStoreDB_45c02022f59f474f951968c1af057ae0 failed in event OnBackupComplete. For more
    information, see the spbackup.log or sprestore.log file located in the backup directory.
        Aborted due to error in another component.
    [10/01/2012 15:06:16] FatalError: Object Query-0 (C: on SharePoint) failed in event OnBackupComplete. For more information, see the spbackup.log or sprestore.log file
    located in the backup directory.
        Aborted due to error in another component.
    [1/10/2012 3:06:22 PM] Progress: Completed with errors and warnings, please refer to the log file for details.
    [1/10/2012 3:06:22 PM] Finished with 72 warnings.
    [1/10/2012 3:06:22 PM] Finished with 16 errors.
    [1/10/2012 3:06:22 PM] FatalError: Backup failed for Object Query-0 (C: on SharePoint) failed in event OnBackupComplete. For more information, see the spbackup.log or
    sprestore.log file located in the backup directory.
    Hopefully you can make more sense of it than me.
    Regards,
    Stephen

  • Remaining text error when changing the database in use

    Hi
    This is my first post on this forum. I tried searching for this problem but could not find anything.
    I have a VS2005 Winforms application using a number of reports. The approach that I have taken is:
    report = new ReportDocument();
    report.Load(reportPath);
    report.SetDataSource(dataSet.Tables["Data"]);
    this.crystalViewer.ReportSource = report;
    selectPanel.SetParameterValues(report);
    where the datatable is populated with the results of a stored proc execution on SQL Server, and the last line is a virtual function that populates any parameters required by the report. The reports were originally created by referencing the stored proc on a test database, and everything worked great. The reports ran correctly in the design environment and in the application.
    Then I moved the application to a production database on the same server. This was done by changing a connection string parameter used by the sproc that populates the dataset. Now all the reports, including several that take no parameters, fail with the error message:
    The remaining text does not appear to be part of the formula
    Error in formula <Record_Selection>
    'UNUSED'
    The remaining text does not appear to be part of the formula
    None of the reports have a formula called <Record_Selection>, so I am assuming that this is an internal function of some sort.
    The databases are essentially identical and I have tested the sprocs in the new database. I have also confirmed that the data table is correctly populated before the above code is executed.
    Any ideas why this is happening and what I can do to stop this error?
    Many thanks
    Jonathan
    Edited by: Jonathan Dienst on Sep 22, 2008 5:47 PM

    Don
    Thanks for responding.
    The database connection is OLEDB for SQL Server, the report was built using this connection but the run-time data is not supplied by that connection. Rather the application populates the data table that is passed to the report's SetDataSource method. The application uses ADO.Net SQL native drivers.
    I am using the report designer in VS2005.
    I had assumed that I do not need to update the connection data for the report as the data is supplied in the data table. Does the report care about the connection if the data is supplied by a pre-filled data table?
    My problems is that I do not have a report selection field in the reports itself, as the selection is controlled when the application fills the data table. The reports worked properly until I changed the application's connection string to the production database. Now I get this error.
    I have confirmed that the data table contains the same data from the production database and the development database, so I am quite confused....
    Any more thoughts?
    Regards and thanks again
    Jonathan

  • Backup using RMAN

    Hi,
    I want to perform the first backup with RMAN and I used this command and I got error:
    RMAN> BACKUP AS COPY DATABASE;
    can not backup or copy active file in noarchivelog mode.
    But in order to turn on the log_mode to ARCHIVELOG, first I need to do shutdown the db and perform the backup. Right?
    So how can I get my first backup using RMAN if the log mode is in NOARCHIVELOG mode?
    I also performed controlfile autobackup on but I'm not sure the controlfiles are being backed up. How can I verify this and where I can find the controlfile backup file?
    Thanks,

    Hi
    Yes, you must shutdown the database and set it to start in ARCHIVELOG mode.
    After that you can connect to the rman catalog and the target database and execute a backup.
    eg. RMAN> backup database;
    You can search other example posted by me:
    eg.
    - Re: Backup with RMAN
    - Re: How do i set up this backup strategy?
    To be sure that you backed up your control file you can issue the rman-command:
    RMAN> list backup of controlfile summary;
    Bye, Aron

  • Error: Internal Erorr when generating the history. Use a different view.

    Hello,
    When I am trying to open an workbook in BEX. I get the message: Internal Error when generating the history. Use a different view.  (production system)
    How can I solve this problem? And what could be the reason? In our Development and QAS everything is OK!
    Regards,
    Boyke

    hi
    If nobody have change or write access in prod, then
    ensure that everything is OK in QAS,
    Execute the workbook and views in QAS.
    If it works fine there, some thing is missing in the transported objects.
    Ensure everything is transported correctly
    Thanks
    N Ganesh

  • WLST - error when i start managed server using nmstart() command.

    i am receiving an error when start the managed server using nmstart(). Please advise.
    Do I have add any parameter to nodemanager.properties file?
    Thankyou
    pasted below is the error message i am receiving when i start managed server.
    Starting server hssclient ...This Exception occured at Thu Mar 19 10:30:02 EDT 2
    009.
    java.lang.IllegalArgumentException: Invalid host name: Null or empty
    at weblogic.nodemanager.client.NMClient.checkNullOrEmpty(NMClient.java:7
    2)
    at weblogic.nodemanager.client.NMClient.setHost(NMClient.java:79)
    at weblogic.nodemanager.mbean.NodeManagerRuntime.getNMClient(NodeManager
    Runtime.java:527)
    at weblogic.nodemanager.mbean.NodeManagerRuntime.getNMClient(NodeManager
    Runtime.java:565)
    at weblogic.nodemanager.mbean.NodeManagerRuntime.start(NodeManagerRuntim
    e.java:188)
    at weblogic.server.ServerLifeCycleRuntime.startServer(ServerLifeCycleRun
    time.java:439)
    at weblogic.server.ServerLifeCycleRuntime.start(ServerLifeCycleRuntime.j
    ava:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean
    .java:428)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImp
    l.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
    BeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBea
    nServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:248)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.
    run(WLSMBeanServerInterceptorBase.java:443)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.inv
    oke(WLSMBeanServerInterceptorBase.java:441)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterce
    ptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:63)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.
    run(WLSMBeanServerInterceptorBase.java:443)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.inv
    oke(WLSMBeanServerInterceptorBase.java:441)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(
    SecurityInterceptor.java:426)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterce
    ptor$10$1.run(AuthenticatedSubjectInterceptor.java:582)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterce
    ptor$10.run(AuthenticatedSubjectInterceptor.java:580)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterce
    ptor.invoke(AuthenticatedSubjectInterceptor.java:573)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanSer
    ver.java:310)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnecti
    onImpl.java:1410)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectio
    nImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run
    (RMIConnectionImpl.java:1247)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(R
    MIConnectionImpl.java:1350)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImp
    l.java:784)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown S
    ource)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:553)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:443)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:439)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:6
    1)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicSer
    verRef.java:983)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    Hi I am getting below exception, is nmStart only start AdminServer ????
    There are 1 nested errors:
    weblogic.management.ManagementException: Booting as admin server, but servername, MS1, does not match the admin server name, AdminServer
    at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:67)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:803)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:493)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
    at weblogic.Server.main(Server.java:67)
    >
    <Feb 10, 2010 1:45:17 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Feb 10, 2010 1:45:17 PM UTC> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Feb 10, 2010 1:45:17 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Feb 10, 2010 1:45:17 PM> <FINEST> <NodeManager> <Waiting for the process to die: 8275>
    <Feb 10, 2010 1:45:17 PM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    <Feb 10, 2010 1:45:17 PM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    ~

  • Time Machine: Repeated errors when backing up for the first time using a new external firewire drive

    My Iomega 500GB firewire external drive failed on me last week and I have just replaced it with an identical model. I used to use the old drive with Time Machine on my MacBook Pro running 10.5.8 with no issues, until the drive had a hardware failure and stopped spinning up, hence the replacement.
    Two days ago I tried using Time Machine for the first time with the replacement external drive. The backup failed and each subsequent backup attempt has failed since then with a different error each time. The drive cannot be ejected using Finder (Finder says disk is in use and cannot be ejected even when no processes are running except for Finder and Time Machine has been disabled), by dragging it to the dock (hangs computer which can only be fixed by a hard reboot), in Disk Utilities (drive cannot be unmounted) or in Terminal ("no such file or directory").
    The first backup attempt failed after 3 hours of "preparing" with the message "The backup was not performed because an error occured while creating backup directory".
    I tried repairing the disk in Disk Utilities and Disk Utilities said the drive was OK ("the volume Time Machine Backups appears to be OK"). I tried ejecting the drive (hard reboot of computer and disconnecting the drive), plugging it back in again and trying again.
    This time it started backing up, then failed after a few minutes with the message "an error occured while copying files to the backup volume". I had a look at the troubleshooting suggested on http://web.me.com/pondini/Time_Machine/C3.html and followed instructions. It failed again, so I did a full reset as per http://web.me.com/pondini/Time_Machine/A4.html.
    It failed again, so I tried reparing the drive again in Disk Utilities and again it said it was OK. I tried using different cables and ports (Firewire 400 instead of Firewire 800), and backups still fail.
    I have turned off anti-virus scanning (Sophos). I have tried excluding it from Spotlight but this causes an error message from Spotlight. I have tried trashing the com.apple.TimeMachine.plist file and rebooting. I have tried selecting deselecting the drive as the back up in Time Machine preferences, selecting "None", then "Stop Backing Up" then quitting preferences, rebooting, disconnecting the drive, reconnecting the drive and selecting the drive again as the backup disk in Time Machine preferences. I have tried erasing the drive completely, rebooting, and trying to back up again.
    None of these have worked. This is a brand new drive and I do not want to have to replace it again if I do not have to.
    Does anyone have any suggestions? Thank you.

    Hello, some possible clues...
    Should you click “Start New Backup”? Not yet! If you see the dialog above, your existing Time Machine backup is corrupt, and you might not be able to recover data from it. But you can save a copy of the corrupt bundle and, perhaps, extract some data from it if needed.
    Ask yourself if Time Machine has saved data you might need before deciding what to do next:
    If you are sure you won’t need anything backed up before today, click “Start New Backup” and let Time Machine do its thing.
    Otherwise, click “Back Up Later” and save a copy before letting Time Machine start a new backup. Just look for a file called “computername.sparsebundle” (for network backups) or “Backups.backupdb” (for local ones) and create a copy with a different name. You can open sparsebundle files with DiskImageMounter and browse them like any other disk. More information is available here.
    There you go. If you click “Start New Backup” when you see this dialog box, Time Machine will erase all of your old backup data and start a new bundle. It won’t be corrupt, but it will be empty.
    Note that you can manually initiate a Time Machine backup integrity check by option-clicking the “Time Machine” icon in the menu bar and selecting “Verify Backups.”
    http://blog.fosketts.net/2010/08/11/time-machine-completed-verification-backups- improve-reliability-time-machine-create-backup/
    According to This Time Machine resource   “This appears only on Snow Leopard, and started with the Time Capsule Backup Update 1.0 in mid-May of 2010.  It also seems to have been included in the 10.6.3 v1.1 update and 10.6.4.”
    So, what can you do about it?  Grin and bear it, it seems, until Apple fixes it.
    One thing you can do to make the backup take less time is to connect your machine to your Time Capsule or other backup drive via Ethernet for the duration of the initial backup.
    http://www.theinternetpatrol.com/the-dreaded-time-machine-has-completed-a-verifi cation-of-your-backups-to-improve-reliability-time-machine-must-create-a-new-ba c kup-for-you-message-and-why-you-are-seeing-it/
    Time Machine: About "Time Machine completed a verification of your backups. To improve reliability, Time Machine must create a new backup for you."...
    http://support.apple.com/kb/HT4076
    Or a different/better solution in my experiences...
    Get carbon copy cloner to make an exact copy of your old HD to the New one...
    http://www.bombich.com/software/ccc.html
    Or SuperDuper...
    http://www.shirt-pocket.com/SuperDuper/
    Or the most expensive one & my favorite, Tri-Backup...
    http://www.tri-edre.com/english/products/tribackup.html

  • Error when performing full backup?

    Error when performing full backup, please help.
    Starting backup at 14-AUG-08
    current log archived
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 08/14/2008 17:43:18
    RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
    ORA-19625: error identifying file /u02/oracle/uat/uatdb/9.2.0/dbs/arch1_195.dbf
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    FAN

    Hi,
    It seems one of your physical archive file is not there...
    but to explore more first paste your backup command that you are using.
    Navneet

  • Error in Database backup using RMAN.

    Hi
    While taking full online backup using RMAN i got the following error.
    ORA-19566: exceeded limit of 0 corrupt blocks for file /oracle/DEV/sapdata2/dev640_6/dev640.data6
    Please help me how to resolve this issue.

    Hi,
    Please perform DBverify Job and Also analyze the alert<SID>.log file for your Database to get more information about such logical or physical corruption.  You may require Block level recovery for the complained DB Files. Please refer this useful document " [Early Detection and Correction of Data Block Corruptions Using RMAN |http://www.ioug.org/client_files/members/select_pdf/04q4/RMAN.pdf]" and share the same with your Oracle DBA.
    You can execute the following commands to get information about corrupted block(s), if its there.
    select * from v$backup_corruption;
    select * from v$database_block_corruption;
    Regads,
    Bhavik G. Shroff

  • PERFORMING A TEST BACKUP (VALIDATE BACKUP) USING RMAN

    제품 : RMAN
    작성날짜 : 2002-05-30
    PERFORMING A TEST BACKUP (VALIDATE BACKUP) USING RMAN
    =====================================================
    PURPOSE
    RMAN을 이용하여 Test Backup을 수행하기 위한 정보를 제공한다.
    EXPLANATION
    8.1.7 부터 RMAN에서 BACKUP command에 VALIDATE keyword를 사용할 수 있게 되었다
    이 명령의 수행은 다음과 같은 작업을 수행한다.
    - Datafile의 physical and logical corruption을 check한다.
    - 모든 database file들이 존재하는지, 그리고 올바른 위치에 있는지를 검증한다.
    RMAN은 실제적으로 backupset을 생성하지 않는다 그러나 그것들이 backup될 수
    있는지 없는지를 결정하기 위해서 기술된 file들을 scan한다.
    BACKUP VALIDATE 는 backup job을 수행시 수행되는 것을 제외하고는
    RESTORE VALIDATE와 거의 비슷하다.
    EXAMPLE
    아래와 같은 command들을 수행하여 backup하고자 하는 database file과 archived redo
    log들이 실제로 backup될 수 있는지를 검증할 수 있다.
    RUN {
    ALLOCATE CHANNEL ch1 TYPE 'sbt_tape';
    BACKUP VALIDATE
    DATABASE
    ARCHIVELOG ALL;
    Note: MAXCORRUPT or PROXY parameter는 VALIDATE option과 함께 사용할 수 없다.
    REFERENCE DOCUMENTS
    NOTE:121109.1

    Clint,
    I ran the command lines you wrote me after i placed the database in Startup MOUNT state, RMAN gave error messages that the database needs to be open:
    RMAN> SQL 'ALTER TABLESPACE USERTB2 OFFLINE IMMEDIATE';
    sql statement: ALTER TABLESPACE USERTB2 OFFLINE IMMEDIATE
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of sql command on default channel at 11/04/2005 15:31:33
    RMAN-11003: failure during parse/execution of SQL statement: ALTER TABLESPACE US
    ERTB2 OFFLINE IMMEDIATE
    ORA-01109: database not open
    Then I ran the same command lines after I opened the database, RMAN gave error messages that "offline immediate disallowed unless media recovery enabled":
    RMAN> SQL 'ALTER TABLESPACE USERTBS2 OFFLINE IMMEDIATE';
    sql statement: ALTER TABLESPACE USERTBS2 OFFLINE IMMEDIATE
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of sql command on default channel at 11/04/2005 15:48:17
    RMAN-11003: failure during parse/execution of SQL statement: ALTER TABLESPACE US
    ERTBS2 OFFLINE IMMEDIATE
    ORA-01145: offline immediate disallowed unless media recovery enabled
    I am stuck again and need your help!
    Thank you,
    Mitra

  • I got the above error while i restore the standby database using RMAN backu

    Dear All,
    RMAN> crosscheck archivelog all;
    using target database controlfile instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=14 devtype=DISK
    specification does not match any archive log in the recovery catalogi got the above error while i restore the standby database using RMAN backup from production.
    Help need.i take the backup without catalog database.
    regards,
    DB

    rman> list backup;
    it shows lengthier but i showed only the corresponding
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    3479    Full    17G        DISK        01:29:42     09-FEB-13
            BP Key: 3479   Status: AVAILABLE   Tag: 09FEB13_FULL_ESMSRV1_DB
            Piece Name: /oradatabkp/rman/esmsrv1_full_db_09feb13
      SPFILE Included: Modification time: 08-FEB-13
      List of Datafiles in backup set 3479
      File LV Type Ckp SCN    Ckp Time  Name
      1       Full 1759250260 09-FEB-13 /esmsrv1/dbs/system01.dbf
      2       Full 1759250260 09-FEB-13 /esmsrv1/dbs/undotbs01.dbf
      3       Full 1759250260 09-FEB-13 /esmsrv1/dbs/cwmlite01.dbf
      4       Full 1759250260 09-FEB-13 /esmsrv1/dbs/drsys01.dbf
      5       Full 1759250260 09-FEB-13 /esmsrv1/dbs/example01.dbf
      6       Full 1759250260 09-FEB-13 /esmsrv1/dbs/indx01.dbf
      7       Full 1759250260 09-FEB-13 /esmsrv1/dbs/odm01.dbf
      8       Full 1759250260 09-FEB-13 /esmsrv1/dbs/tools01.dbf
      9       Full 1759250260 09-FEB-13 /esmsrv1/dbs/users01.dbf
      10      Full 1759250260 09-FEB-13 /esmsrv1/dbs/xdb01.dbf
      11      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_default_seg_001.dbf
      12      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_property_ind_seg_001.dbf
      13      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_property_seg_001.dbf
      14      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_upload_ind_seg_001.dbf
      15      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_upload_seg_001.dbf
      16      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_rate_ind_seg_001.dbf
      17      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_rate_seg_001.dbf
      18      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_summary_ind_seg_001.dbf
      19      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_summary_seg_001.dbf
      20      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_overflow_seg_001.dbf
      21      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_overflow_seg_002.dbf
      22      Full 1759250260 09-FEB-13 /esmsrv1/dbs/dpipe_summary_seg_002.dbf
      23      Full 1759250260 09-FEB-13 /esmsrv1/dbs/perfstat_001.dbf
      39      Full 1759250260 09-FEB-13 /esmsrv1/dbs/oem_repository.dbf
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    3480    Full    17G        DISK        01:21:30     09-FEB-13
            BP Key: 3480   Status: EXPIRED   Tag: TAG20130209T200021
            Piece Name: /oradatabkp/rman/esmsrv1/esmsrv1_full_Feb09
      SPFILE Included: Modification time: 08-FEB-13
      List of Datafiles in backup set 3480
      File LV Type Ckp SCN    Ckp Time  Name
      1       Full 1759422265 09-FEB-13 /esmsrv1/dbs/system01.dbf
      2       Full 1759422265 09-FEB-13 /esmsrv1/dbs/undotbs01.dbf
      3       Full 1759422265 09-FEB-13 /esmsrv1/dbs/cwmlite01.dbf
      4       Full 1759422265 09-FEB-13 /esmsrv1/dbs/drsys01.dbf
      5       Full 1759422265 09-FEB-13 /esmsrv1/dbs/example01.dbf
      6       Full 1759422265 09-FEB-13 /esmsrv1/dbs/indx01.dbf
      7       Full 1759422265 09-FEB-13 /esmsrv1/dbs/odm01.dbf
      8       Full 1759422265 09-FEB-13 /esmsrv1/dbs/tools01.dbf
      9       Full 1759422265 09-FEB-13 /esmsrv1/dbs/users01.dbf
      10      Full 1759422265 09-FEB-13 /esmsrv1/dbs/xdb01.dbf
      11      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_default_seg_001.dbf
      12      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_property_ind_seg_001.dbf
      13      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_property_seg_001.dbf
      14      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_upload_ind_seg_001.dbf
      15      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_upload_seg_001.dbf
      16      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_rate_ind_seg_001.dbf
      17      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_rate_seg_001.dbf
      18      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_summary_ind_seg_001.dbf
      19      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_summary_seg_001.dbf
      20      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_overflow_seg_001.dbf
      21      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_overflow_seg_002.dbf
      22      Full 1759422265 09-FEB-13 /esmsrv1/dbs/dpipe_summary_seg_002.dbf
      23      Full 1759422265 09-FEB-13 /esmsrv1/dbs/perfstat_001.dbf
      39      Full 1759422265 09-FEB-13 /esmsrv1/dbs/oem_repository.dbf
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    3481    Full    4M         DISK        00:00:03     09-FEB-13
            BP Key: 3481   Status: AVAILABLE   Tag: TAG20130209T212205
            Piece Name: /oradatabkp/rman/esmsrv1/esmsrv1_controlfile_copy_Feb09
      Controlfile Included: Ckp SCN: 1759462488   Ckp time: 09-FEB-13
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    3482    Full    0          DISK        00:00:01     09-FEB-13
            BP Key: 3482   Status: AVAILABLE   Tag: TAG20130209T212212
            Piece Name: /oradatabkp/rman/esmsrv1/esmsrv1_spfile_copy_Feb09
      SPFILE Included: Modification time: 08-FEB-13
    ls -l /oradatabkp
    root@drsrv1#ls -l /oradatabkp
    total 1108672
    drwxr-xr-x   2 ovsd       dba             96 Sep 27  2009 alert_bkp
    -rw-r--r--   1 oracle     dba            195 Mar 15  2007 create.sql
    drwxr-xr-x   2 oracle     dba           8192 Aug  7  2009 ctrl_bkp
    -rw-r--r--   1 root       sys        565114880 Apr 24  2007 drsrv1.tar
    drwxrwxrwx   2 root       sys             96 Jun 17  2011 drsrv2-ignitebkp
    drwxr-xr-x   4 root       sys             96 Apr 24  2007 esmsrv1
    -rw-r-----   1 root       sys        1613824 Feb 22  2007 esmsrv1stby.ctl
    -rw-r--r--   1 esmsrv1    dba           5120 Dec 31  2009 esmtables.dmp
    -rw-r--r--   1 esmsrv1    dba            538 Dec 31  2009 esmtables.log
    drwxrwxrwx   4 root       sys           8192 Mar 10  2009 export
    drwxr-xr-x   8 root       sys           8192 Apr 24  2007 finalbackup
    -rw-r--r--   1 oracle     dba           3820 Sep  5  2008 invalid.sql
    -rw-r--r--   1 esmsrv1    dba         303104 Dec 31  2009 kirdevports.dmp
    -rw-r--r--   1 esmsrv1    dba            591 Dec 31  2009 kirdevports.log
    drwxr-xr-x   2 root       root            96 Feb 12  2007 lost+found
    -rw-r--r--   1 oracle     dba          24954 Aug  9  2009 ovcontrol-090909.ctl
    drwxr-xr-x  22 root       sys           8192 Apr 24  2007 ovpi
    drwxr-xr-x   2 oracle     dba           8192 Aug  7  2009 pfile_bkp
    drwxrw-rw-   4 oracle     dba           8192 Feb 10 15:25 rman
    drwxr-xr-x  28 root       sys           8192 Feb  1 17:15 schedbkp
    drwxr-xr-x   2 oracle     dba           8192 Jul 11  2011 sdnnm
    -rw-r--r--   1 esmsrv1    dba           2196 Dec 31  2009 srirdevports.log
    drwxr-xr-x   2 oracle     dba             96 Mar 13  2009 statsreport
    -rw-r--r--   1 oracle     dba            966 Mar 15  2007 tbs.sql
    drwxr-xr-x   5 oracle     dba             96 Mar 16  2007 testov
    drwxr-xr-x   2 root       sys         442368 Mar 11  2009 trendadm_files
    root@drsrv1#ls -l /oradatabkp/rman
    total 37244448
    drwxr-xr-x   2 oracle     dba           8192 Feb 10 15:25 esmsrv1
    -rw-r-----   1 oracle     dba        19068198912 Feb  9 14:21 esmsrv1_full_db_09feb13
    drwxrw-rw-   2 oracle     dba           8192 Feb  9 21:36 openview
    -rw-r--r--   1 oracle     dba         920442 Feb  9 21:37 rmanbkp-all.log

  • HT201250 I set up Time Machine yesterday (using a WD 2T drive) and got the message that the first backup was complete.  I can open every file I try except Quicken and TurboTax.  What am I doing wrong?

    I set up Time Machine yesterday (using a WD 2T drive) and got the message that the first backup was complete.  I can open every file I try except Quicken and Turbotax.  What am I doing wrong?

    burgessiii22 wrote:
    Thanks for the answer Linc, but how do I check to make sure the back-up process is working if I don't think I need to restore?
    Create a test file with Text Edit (or any other program) and save it to your desktop.
    Run Time Machine from the menu bar.
    When the Time Machine icon in the menu bar stops spinning, drag your test file to the trash.
    Open Time Machine and go back 1 page. You should see your test file on the desktop.

  • I got a error when i trying to backup my iphone with the usb cable

    i got a error when i trying to backup my iphone with the usb cable. After i update to ios7 and also update itunes to last version, i got a message like 'could not back up the iphone, because a session could not be start with the iphone'. does anyone know how to deal with it. I never meet this question before i update to ios7

    Hello Lazyboy7,
    Thank you for using Apple Support Communities!
    It sounds like you are getting an error message from iTunes when trying to manually backup with your USB cord.
    I found this article to help troubleshoot what might be going on here:
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    Take care,
    Sterling

  • Getting the below error when running the Baseline.grf for the first time

    I am getting the below error when running the Baseline.grf for the first time.
    Appreciate your support in resolving it.
    Error below:
    INFO [main] - *** CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License ***
    INFO [main] - Running with CloverETL library version 3.2.1 build#63 compiled 04/01/2012 12:53:21
    INFO [main] - Running on 4 CPU(s), OS Windows 7, architecture amd64, Java version 1.6.0_20, max available memory for JVM 901120 KB
    INFO [main] - Loading default properties from: defaultProperties
    INFO [main] - Graph definition file: graph/Baseline.grf
    INFO [main] - Graph revision: 1.114 Modified by: mkressirer Modified: Thu Apr 12 13:27:18 EDT 2012
    INFO [main] - Checking graph configuration...
    INFO [main] - Graph configuration is valid.
    INFO [main] - Graph initialization (Baseline)
    INFO [main] - [Clover] Initializing phase: 0
    INFO [main] - [Clover] phase: 0 initialized successfully.
    INFO [main] - register MBean with name:org.jetel.graph.runtime:type=CLOVERJMX_1306871483270_0
    INFO [WatchDog] - Starting up all nodes in phase [0]
    INFO [WatchDog] - Successfully started all nodes in phase!
    INFO [RUN_GRAPH1_0] - Running graph ./graph/InitDataStore.grf in the same instance.
    INFO [RUN_GRAPH1_0] - Checking graph configuration...
    INFO [RUN_GRAPH1_0] - Graph configuration is valid.
    INFO [RUN_GRAPH1_0] - Graph initialization (InitDataStore)
    INFO [RUN_GRAPH1_0] - [Clover] Initializing phase: 0
    WARN [RUN_GRAPH1_0] - WS messenger cleanup failed.
    java.lang.NullPointerException
         at org.apache.axis2.client.Stub.cleanup(Stub.java:134)
         at com.opensys.cloveretl.component.WebServiceClient.free(Unknown Source)
         at org.jetel.graph.Phase.free(Phase.java:487)
         at org.jetel.graph.TransformationGraph.freeResources(TransformationGraph.java:681)
         at org.jetel.graph.TransformationGraph.free(TransformationGraph.java:955)
         at org.jetel.graph.runtime.PrimitiveAuthorityProxy.executeGraph(PrimitiveAuthorityProxy.java:149)
         at org.jetel.component.RunGraph.runGraphThisInstance(RunGraph.java:511)
         at org.jetel.component.RunGraph.runSingleGraph(RunGraph.java:409)
         at org.jetel.component.RunGraph.execute(RunGraph.java:302)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    WARN [RUN_GRAPH1_0] - Some graphs wasn't executed (because graph "./graph/InitDataStore.grf" finished with error).
    WARN [RUN_GRAPH1_0] - Some graph(s) finished with error.
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node RUN_GRAPH1 finished with status: ERROR caused by: Graph './graph/InitDataStore.grf' failed!
    ERROR [WatchDog] - Node RUN_GRAPH1 error details:
    org.jetel.exception.JetelException: Graph './graph/InitDataStore.grf' failed!
         at org.jetel.component.RunGraph.execute(RunGraph.java:324)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
    INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
    INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 2
    ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
    INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
    INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
    INFO [WatchDog] - 0 ERROR 2 20132
    INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
    WARN [exNode_0_1306871483270_RUN_GRAPH1] - Attempt to unregister non-registered thread in the ContextProvider.
    ./graph/InitDataStore.grf: Execution of graph failed! Error during graph initialization: Phase 0 can't be initilized.
    INFO [WatchDog] - WatchDog thread finished - total execution time: 2 (sec)
    INFO [main] - Freeing graph resources.
    ERROR [main] - Execution of graph failed !

    It can't find an Endeca specific class when running via the clover command line utility. Thus, the classpath being set in that shell script is not incorporating the .jar files where the endeca-specific classes are packaged. I would start by adding an line to see what your classpath is set to. There are actually already some lines of shell script in clover that you can uncomment to see what .jars are getting loaded:
    #echo $CLOVER_LIB/*
    for i in $CLOVER_LIB/*.jar $CLOVER_LIB/*.zip; do
         LOCAL_CLASSPATH="$LOCAL_CLASSPATH:$i"
    done;
    #for i in `ls $CLOVER_LIB/*.jar`; do
    #echo $i
    #done;
    You could also echo LOCAL_CLASSPATH to see what is getting set there. At the end of the day, you will need the endeca-specific jars to load which can be found here: /Endeca/Discovery/2.3.0/Integrator/plugins/com.endeca.latitude_1.0.0/*
    HTH,
    Dan
    http://branchbird.com

Maybe you are looking for