OBIEE -oc4j service unable to start

oc4j is starting and with in few seconds it shut downs..what shall i do? anyone help me

oc4j is starting and with in few seconds it shut downs..what shall i do? anyone help me
Error while starting oc4j
The Oracle BI: OC4J Service on the Local Computer started and then stopped.
Hope it helps you.Award Points.
Best Wishes,
Kranthi.

Similar Messages

  • OBIEE Presentation Service unable to start by a batch job

    We are using OBIEE 10.3.4.1 in clustered environment with two BI servers and two presentation servers. We bounce the all the services on daily basis using windows batch job. Presentation Service on one of the bi presentation servers is failing with the following information in the Windows Event Log (We don't see any specific log in presentation server logs). When we start manually then it starts without any problems. It is happening only in production that's why it is critical. Please advise ASAP.
    Event Log:
    Event Type:     Error
    Event Source:     ¨ô     le BI Utility
    Event Category:     None
    Event ID:     21
    Date:          2/17/2011
    Time:          5:20:43 AM
    User:          N/A
    Computer:     Z02FDCVSC28
    Description:
    The description for Event ID ( 21 ) in Source ( ¨ô     le BI Utility ) cannot be found. The local computer may not
    have the necessary registry information or message DLL files to display messages from a remote computer.
    You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details.
    The following information is part of the event:
    Attempted to use an unconstructed lock.
    Current Owner thread id: 0 (0x0)
    Current thread id: 5672 (0x1628)
    Lock pointer: 0x6F0B291C
    Lock created in file: d:\views\nightly\Tue\101341\Windows\vobs\090414.1900\analytics\server\include\Utility/Generic/SUGRecursiveLock.h
    Lock created on line: 34
    Lock created in function: NQRecursiveLock<class NQCriticalSection>::NQRecursiveLock
    Error in file: .\NQThreads\SUGCriticalSection.cpp
    Error on line: 242
    Error in function: NQCriticalSection::Acquire
    Thank you,

    IMHO you shouldn't be restarting services on a daily basis. The only reason I can think off you will be doing that is to hide away real issues, such as memory leaks or stability issues. We run OBIEE in Linux and we have no need to restart services at all. In some cases the services have been running for several months without failing. We do use the autorestart option which means that the process will restart automatically should it crash, which sometimes happens. Unfortunately this option is not available on Windows, perhaps it is testament on the robustness and the Production readiness of that OS?
    I would think your issue is either due to the account you are using to run the scheduled batch job or a timing issue where you need to give the service a few seconds between stop/start to clear all file handles. But still it's very bad practice to do what you do, especially if you are running in cluster mode which should give you HA.

  • Oracle 10g Enterprise Manager web service unable to start

    I am unable to get Enterprise Manager web service for Oracle 10g to start in Windows. Anybody can tell me where to find out what is the problem and what are the possible problems and solutions? I do not wish to re-install or create a new database instance because there is existing data and will require extensive configurations to my web and app servers if I change the database instance. Thanks!

    Hi.
    What does the log say?
    From %ORACLE_HOME%\opmn\logs folder.
    rgds
    Kjell

  • OBIEE web services: unable to get an html working report

    Hi all,
    I am trying to get an html report using the OBIEE webservices and I am facing some problems when I try display the report.
    I have browsed a lot of websites and my conlusion is thah I might have missed the setBridge method even if I haven't really understood what this method allows me to do (an explanation is appreciated).
    Anyhow, my issue is the following:
    once I build the html page I can see the clock gif image loading ("Searching... To cancel, click here."), but nothing happens.
    I have used the following code:
    +//Get Locale+
    SAWLocale sawlocale = new SAWLocale();
    sawlocale.setLanguage(Locale.getDefault().getLanguage());
    sawlocale.setCountry(Locale.getDefault().getCountry());
    +//Set session parameters+
    SAWSessionParameters sessionParameters = new SAWSessionParameters();
    sessionParameters.setUserAgent( "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)" );
    sessionParameters.setLocale( sawlocale );
    sessionParameters.setAsyncLogon( false );
    +//login+
    SAWSessionServiceSoapClient myPort = new SAWSessionServiceSoapClient();
    myPort.setMaintainSession(true);
    String sessionID = myPort.logonex("xxx","xxx",sessionParameters).getSessionID();
    +//Get report xml definition+
    WebCatalogServiceSoapClient catalogClient = new WebCatalogServiceSoapClient();
    String xmlrep = catalogClient.readObject("<reportPath>",true,sessionID).getCatalogObject();
    +//Set page params+
    StartPageParams pgp = new StartPageParams();
    pgp.setDontUseHttpCookies(true);
    pgp.setIdsPrefix("Pg");
    +//Set report+
    ReportRef rr = new ReportRef ();
    rr.setReportPath("<reportPath>");
    rr.setReportXml(xmlrep);
    +//create page+
    HtmlViewServiceClient htmlClient = new HtmlViewServiceClient();
    String pageID = htmlClient.startPage(pgp,sessionID);
    htmlClient.addReportToPage(pageID,"report1",rr,null,null, null,sessionID);
    +//create html from page+
    String header =  htmlClient.getHeadersHtml(pageID,sessionID);
    String report = htmlClient.getHtmlForReport(pageID, "report1",sessionID);
    String body = htmlClient.getCommonBodyHtml(pageID,sessionID);
    String html = "<html><head>"header+"</head><body>"+body+report+"</body></html>";+
    +//Print out the code+
    System.out.println(html);
    If I put the resulting html code in a .html file, I get no javascript or css errors, but the report does not load.
    Any suggestion would be appreciated.
    Thanks a lot,
    Giovanni

    Hi Ryo,
    Try using the following method instead:
    getHtmlForPageWithOneReport(reportID, reportRef, null, null, null, pageParams, sessionID);
    invoked on HTML Service Object and populate the string returned from the above method into
    a div using inner html.
    Also make sure that you are using IE not any other browser..
    Thanks
    Sai

  • Reporting service unable to start after restoring on new hardware

    Hi,
    I have a SQL server that the hardware is failing. As a solution we restored the image of the server on a multicore (more less new) server. The problem is that SQL 2000 cannot be started if number of CPUs is not in power of 2. I found an article that helped
    me with a nice trick to load SQL just fine but the reporting service is having the same issue.
    So I am looking for a solution on how to load the Reporting Services on this new hardware. Here is the log of the Report Server Service.
    <Header>
    <Product>Microsoft SQL Server Reporting Services Version 8.00.1038.00</Product>
    <Locale>en-US</Locale>
    <TimeZone>SA Western Standard Time</TimeZone>
    <Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\LogFiles\ReportServerService__06_05_2014_13_45_41.log</Path>
    <SystemName>S*******R</SystemName>
    <OSName>Microsoft Windows NT 5.2.3790.0</OSName>
    <OSVersion>5.2.3790.0</OSVersion>
    </Header>
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing ConnectionType to '0' as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing IsSchedulingService to 'True' as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing IsNotificationService to 'True' as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing IsEventService to 'True' as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing MemoryLimit to '60' percent as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing MaximumMemoryLimit to '80' percent as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing InstanceName to 'MSSQLSERVER' as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing ProcessRecycleOptions to '0' as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing SecureConnectionLevel to '0' as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing DisplayErrorLink to 'True' as specified in Configuration file.
    ReportingServicesService!library!e24!6/5/2014-13:45:41:: i INFO: Initializing WebServiceUseFileShareStorage to default value of 'False' because it was not specified in Configuration file.
    ReportingServicesService!servicecontroller!e24!6/5/2014-13:45:41:: Error Starting Service: System.ArgumentException: Value does not fall within the expected range.
    at Microsoft.ReportingServices.Diagnostics.ResourceUtilities.BitsSet(Int32 nr)
    at Microsoft.ReportingServices.Diagnostics.ResourceUtilities.ThrottleCpu()
    at Microsoft.ReportingServices.Diagnostics.Globals.InitializeProcessParameters()
    at Microsoft.ReportingServices.Library.ServiceController.StartService()
    Thanks for your help!!

    Hi,
    Repair Reporting Services Features and see how it works.
    To reinstall an existing component with new properties, reinstall the component with the new properties you need. If using the command prompt, when you select a component to be removed, and then select the same component to be installed,
    Setup will remove the component first, then reinstall it with the new parameters specified.
    The repair of an installation is achieved through a reinstallation of all existing components. When repairing an installation, all components are repaired. When using the command prompt, use the
    REINSTALL="all" or REINSTALLMODE={
    omus | amus } property. For more information on the description of the properties and their values, see
    Installing Reporting Services from the Command Line.
    More information, please see:
    http://technet.microsoft.com/en-us/library/aa179352(v=sql.80).aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Oracle 11gr1 service unable to start in window 7 home basic

    Hi ,
    I have installed oracle 11gr1(64 bit) in window 7 home basic (64 bit).
    Database installed sucessfully completed and then when i tried to connect through SQL*PLUS i got erro like
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified.
    Then i checked whether oracle service is started or not. when service is showing status_type is automatic and not started.
    After installation i have restarted my laptop. i tried to start oracle srvice its throughing error is
    Window could not start the oracleserviceorcl service in local system.
    Error 1067: The process terminated unexpectedly.
    Can you please help me how to start service with out any error.
    Thanks

    11gR1 is not certified on any Windows 7 version.
    http://docs.oracle.com/cd/B28359_01/install.111/b32006/reqs.htm#CHDHGGFE
    Also, Home/Basic versions of Windows are not certified for any Oracle software installs.
    One option you have is to install VM software on your Win 7 machine, create a Linux VM, install Linux in the VM, then install 11gR2 in the Linux VM, Pl see my blog (linked in my profile) for detailed steps on how to do so.
    HTH
    Srini

  • DSC "tag engine" "unable to start the citadel 5 service" "unable to start the service"

    Hi, I don't know why, but I'm not able to start the
    tag engine anymore. First I thought of a corrupt *.scf-
    file, but this is not the case.
    To investigate the problem I wrote a nice program,
    perhaps it is of interest. And perhaps someone else
    had the problem and was able to find the reason for the
    problem. I also included screen shots of the error messages.
    I'm working with LV 7.1.1 (but the problem was there
    before upgrading from 7.1 to 7.1.1). I saved the example
    code also in previous versions of LV.
    Regards, Stefan
    Attachments:
    could not start tag engine.zip ‏1093 KB

    Hi, I asked the support to help me, but they were not able
    to help, they suggested a new installation.
    To avoid that, I tried to reinstall (repair) only the Datalogging and Supervisory Control (DSC) Module and afterwards I mass compiled the whole NI directory.
    For the moment, the problem is solved. Regards, Stefan

  • Vista got corrupt after power failure. sfc reports error and Event log service is unable to start itself.

    Hi,
    After a sudden power failure, I guess vista file system is corrupt.   I am able to start vista in normal mode, but it seems there are errors like Event Log service unable to start itself,  when I start IE, it closes automatically , 
    Norton antivirus does not start itself.  and so on.
    After Bing search, I went to safe mode and executed sfc /scannow and it reported error as below.
    "Windows resource protection found corrupt files but was unable to fix some of them"
    Unfortunately I am unable to upload log file, so I am pasting CBS.log content here....   Please advice.
    Some parts of logs are removed due to limit of 60000 characters.
    Please advice.
    Regards
    2014-07-07 14:55:57, Info                  CBS    Loaded Servicing Stack v6.0.6002.18005 with Core: C:\Windows\winsxs\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6002.18005_none_0b4ada54c46c45b0\cbscore.dll
    2014-07-07 14:55:58, Info                  CSI   
    00000001@2014/7/7:09:25:58.062 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6e9c8a50 @0x7147854e @0x714563a1 @0x341392 @0x341ed4 @0x3417cb)
    2014-07-07 14:55:58, Info                  CSI   
    00000002@2014/7/7:09:25:58.156 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6e9c8a50 @0x714ae7b6 @0x71490f93 @0x341392 @0x341ed4 @0x3417cb)
    2014-07-07 14:55:58, Info                  CSI   
    00000003@2014/7/7:09:25:58.187 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x6e9c8a50 @0x73981a0d @0x73981794 @0x34360b @0x342be3 @0x3417cb)
    2014-07-07 14:55:58, Info                  CBS    NonStart: Checking to ensure startup processing was not required.
    2014-07-07 14:55:58, Info                  CBS    NonStart: Windows is in Safe Mode.
    2014-07-07 14:55:58, Info                  CSI    00000004 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 00000004, progress = NULL,
    phase = 0, pdwDisposition = @0x2dfe70
    2014-07-07 14:55:58, Info                  CBS    NonStart: Success, startup processing not required as expected.
    2014-07-07 14:55:58, Info                  CSI    00000005 CSI Store 4780952 (0x0048f398) initialized
    2014-07-07 14:56:03, Info                  CSI    00000006 [SR] Verifying 100 (0x00000064) components
    2014-07-07 14:56:03, Info                  CSI    00000007 [SR] Beginning Verify and Repair transaction
    2014-07-07 14:56:10, Info                  CSI    00000008 Repair results created:
    POQ 0 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\ca20037dc599cf01650000007806a403._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:218{109}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa070f7dc599cf01660000007806a403.program_files_ffd0cbfc813cc4f1.cdf-ms", Destination = [l:130{65}]"\SystemRoot\WinSxS\FileMaps\program_files_ffd0cbfc813cc4f1.cdf-ms"
        2: Move File: Source = [l:244{122}]"\SystemRoot\WinSxS\Temp\PendingRenames\6aca137dc599cf01670000007806a403.program_files_common_files_d7a65bb2f0e854e7.cdf-ms", Destination = [l:156{78}]"\SystemRoot\WinSxS\FileMaps\program_files_common_files_d7a65bb2f0e854e7.cdf-ms"
        3: Move File: Source = [l:278{139}]"\SystemRoot\WinSxS\Temp\PendingRenames\2a8d187dc599cf01680000007806a403.program_files_common_files_microsoft_shared_818c5a0e45020fba.cdf-ms", Destination = [l:190{95}]"\SystemRoot\WinSxS\FileMaps\program_files_common_files_microsoft_shared_818c5a0e45020fba.cdf-ms"
        4: Move File: Source = [l:286{143}]"\SystemRoot\WinSxS\Temp\PendingRenames\4ab11f7dc599cf01690000007806a403.program_files_common_files_microsoft_shared_ink_3c86e3db0b3b254c.cdf-ms", Destination = [l:198{99}]"\SystemRoot\WinSxS\FileMaps\program_files_common_files_microsoft_shared_ink_3c86e3db0b3b254c.cdf-ms"
        5: Move File: Source = [l:292{146}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa12227dc599cf016a0000007806a403.program_files_common_files_microsoft_shared_ink_en_7a951cedcb9a5105.cdf-ms", Destination = [l:204{102}]"\SystemRoot\WinSxS\FileMaps\program_files_common_files_microsoft_shared_ink_en_7a951cedcb9a5105.cdf-ms"
        6: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa28487dc599cf016b0000007806a403.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        7: Move File: Source = [l:208{104}]"\SystemRoot\WinSxS\Temp\PendingRenames\6aeb4c7dc599cf016c0000007806a403.$$_ehome_40103e2da1d
    2014-07-07 14:56:10, Info                  CSI    121de.cdf-ms", Destination = [l:120{60}]"\SystemRoot\WinSxS\FileMaps\$$_ehome_40103e2da1d121de.cdf-ms"
    POQ 0 ends.
    2014-07-07 14:56:10, Info                  CSI    00000009 [SR] Verify complete
    2014-07-07 14:56:11, Info                  CSI    0000000a [SR] Verifying 100 (0x00000064) components
    2014-07-07 14:56:11, Info                  CSI    0000000b [SR] Beginning Verify and Repair transaction
    2014-07-07 14:56:19, Info                  CSI    0000000c Repair results created:
    POQ 1 starts:
    POQ 42 ends.
    2014-07-07 14:58:29, Info                  CSI    000000b1 [SR] Verify complete
    2014-07-07 14:58:30, Info                  CSI    000000b2 [SR] Verifying 100 (0x00000064) components
    2014-07-07 14:58:30, Info                  CSI    000000b3 [SR] Beginning Verify and Repair transaction
    2014-07-07 14:58:38, Info                  CSI    000000b4 Repair results created:
    POQ 43 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\4a5ad3d4c599cf01391100007806a403._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\4a5ad3d4c599cf013a1100007806a403.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        2: Move File: Source = [l:234{117}]"\SystemRoot\WinSxS\Temp\PendingRenames\cadfdcd4c599cf013b1100007806a403.$$_help_windows_en-us_b594929e73669c5e.cdf-ms", Destination = [l:146{73}]"\SystemRoot\WinSxS\FileMaps\$$_help_windows_en-us_b594929e73669c5e.cdf-ms"
        3: Move File: Source = [l:228{114}]"\SystemRoot\WinSxS\Temp\PendingRenames\2a41dfd4c599cf013c1100007806a403.$$_help_help_en-us_91e6e7979a9bf9c6.cdf-ms", Destination = [l:140{70}]"\SystemRoot\WinSxS\FileMaps\$$_help_help_en-us_91e6e7979a9bf9c6.cdf-ms"
        4: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\ea0ef7d4c599cf013d1100007806a403.$$_apppatch_1143992cbbbebcab.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_apppatch_1143992cbbbebcab.cdf-ms"
        5: Move File: Source = [l:218{109}]"\SystemRoot\WinSxS\Temp\PendingRenames\ea241dd5c599cf013e1100007806a403.program_files_ffd0cbfc813cc4f1.cdf-ms", Destination = [l:130{65}]"\SystemRoot\WinSxS\FileMaps\program_files_ffd0cbfc813cc4f1.cdf-ms"
        6: Create Directory: Directory = [l:48{24}]"\??\C:\Program Files\MSN", Attributes = 00000080
    POQ 43 ends.
    2014-07-07 14:58:38, Info                  CSI    000000b5 [SR] Verify complete
    2014-07-07 14:58:38, Info                  CSI    000000b6 [SR] Verifying 100 (0x00000064) components
    2014-07-07 14:58:38, Info                  CSI    000000b7 [SR] Beginning Verify and Repair transaction
    2014-07-07 14:58:43, Info                  CSI    000000b8 Repair results created:
    POQ 44 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\eac6f0d7c599cf01a31100007806a403._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa89f5d7c599cf01a41100007806a403.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        2: Move File: Source = [l:216{108}]"\SystemRoot\WinSxS\Temp\PendingRenames\6a4cfad7c599cf01a51100007806a403.$$_resources_fbee56ab048ab239.cdf-ms", Destination = [l:128{64}]"\SystemRoot\WinSxS\FileMaps\$$_resources_fbee56ab048ab239.cdf-ms"
        3: Move File: Source = [l:230{115}]"\SystemRoot\WinSxS\Temp\PendingRenames\caadfcd7c599cf01a61100007806a403.$$_resources_themes_4d0d4910e83c2273.cdf-ms", Destination = [l:142{71}]"\SystemRoot\WinSxS\FileMaps\$$_resources_themes_4d0d4910e83c2273.cdf-ms"
        4: Move File: Source = [l:240{120}]"\SystemRoot\WinSxS\Temp\PendingRenames\caadfcd7c599cf01a71100007806a403.$$_resources_themes_aero_3fd78bf4cb5fa2c4.cdf-ms", Destination = [l:152{76}]"\SystemRoot\WinSxS\FileMaps\$$_resources_themes_aero_3fd78bf4cb5fa2c4.cdf-ms"
        5: Move File: Source = [l:252{126}]"\SystemRoot\WinSxS\Temp\PendingRenames\8a7001d8c599cf01a81100007806a403.$$_resources_themes_aero_shell_a91dfa5124b343c4.cdf-ms", Destination = [l:164{82}]"\SystemRoot\WinSxS\FileMaps\$$_resources_themes_aero_shell_a91dfa5124b343c4.cdf-ms"
        6: Move File: Source = [l:276{138}]"\SystemRoot\WinSxS\Temp\PendingRenames\aa9408d8c599cf01a91100007806a403.$$_resources_themes_aero_shell_normalcolor_10be8ec981b35fb6.cdf-ms", Destination = [l:188{94}]"\SystemRoot\WinSxS\FileMaps\$$_resources_themes_aero_shell_normalcolor_10be8ec981b35fb6.cdf-ms"
        7: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\cab80fd8c599cf01aa1100007806a403.$$_schcache_f995a5d4decb8cc0.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_schcache_f995a5d4decb8cc0.cdf
    2014-07-07 14:58:43, Info                  CSI    -ms"
        8: Move File: Source = [l:212{106}]"\SystemRoot\WinSxS\Temp\PendingRenames\cad948d8c599cf01ab1100007806a403.$$_msagent_be90584645cb9b95.cdf-ms", Destination = [l:124{62}]"\SystemRoot\WinSxS\FileMaps\$$_msagent_be90584645cb9b95.cdf-ms"
        9: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\4a7578d8c599cf01ac1100007806a403.$$_system32_21f9a9c4a2f8b514.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_system32_21f9a9c4a2f8b514.cdf-ms"
        10: Move File: Source = [l:242{121}]"\SystemRoot\WinSxS\Temp\PendingRenames\cafa81d8c599cf01ad1100007806a403.$$_system32_manifeststore_7d35b12f9be4c20e.cdf-ms", Destination = [l:154{77}]"\SystemRoot\WinSxS\FileMaps\$$_system32_manifeststore_7d35b12f9be4c20e.cdf-ms"
        11: Move File: Source = [l:224{112}]"\SystemRoot\WinSxS\Temp\PendingRenames\aae18dd8c599cf01ae1100007806a403.$$_msagent_chars_9a5bcb5da392f588.cdf-ms", Destination = [l:136{68}]"\SystemRoot\WinSxS\FileMaps\$$_msagent_chars_9a5bcb5da392f588.cdf-ms"
    POQ 107 ends.
    2014-07-07 15:08:01, Info                  CSI    00000213 [SR] Repair complete
    2014-07-07 15:08:01, Info                  CSI    00000214 [SR] Committing transaction
    2014-07-07 15:08:01, Info                  CSI    00000215 Creating NT transaction (seq 1), objectname [6]"(null)"
    2014-07-07 15:08:01, Info                  CSI    00000216 Created NT transaction (seq 1) result 0x00000000, handle @0x4cc
    2014-07-07 15:08:01, Info                  CSI   
    00000217@2014/7/7:09:38:01.060 CSI perf trace:
    CSIPERF:TXCOMMIT;5
    2014-07-07 15:08:01, Info                  CSI    00000218 [SR] Verify and Repair Transaction completed. All files and registry keys listed in this transaction 
    have been successfully repaired
    2014-07-07 15:15:58, Info                  CBS    Scavenge: Package store indicates there is no component to scavenge, skipping.
    

    Hi,
    First, I would suggest you using last known good configuration:
    Using Last Known Good Configuration
    http://windows.microsoft.com/en-in/windows/using-last-known-good-configuration#1TC=windows-vista
    if this cannot bring your Windows Vista back to good state, I suggest you perform in-place upgrade to fix the corrupted files:
    How to Perform an In-Place Upgrade on Windows Vista, Windows 7, Windows Server 2008 & Windows Server 2008 R2
    http://support.microsoft.com/kb/2255099/en-us
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • WDS service will not start Windows Server 2012 R2 with Update

    Greetings,
    After building my WSE box clean with new hardware and with Update version of WiSE 2012 R2, I find that it let me set up Windows Client Restore but now the WDS Service will not start for love nor money.
    Any suggestions?  Am I missing a Win-PE boot Image?  Should I do something else?
    Please assist,
    Bob Hessenauer

    All,
    The problem was a conflict between DHCP and WDS.  Followed the instructions in this article and all is now fine:
    https://vkarthickeyan.wordpress.com/2013/05/21/wds-service-unable-to-start/
    Just so you know,
    Bob Hessenauer

  • Unable to Start IFS on Solaris-CORBA Error

    Hello,
    I am getting a strange message when I try to start the ifs service:
    Unable to start iFS ServerManager
    org/omg/CORBA/UserException
    Any ideas?
    Thanks in advance,
    Scott

    Read this:
    http://technet.oracle.com:89/ubb/Forum36/HTML/000035.html

  • Unable to start presentation services , in OBIEE 11g

    Hi ,
    Unable to start presentation services , in OBIEE 11g :
    [2013-01-18T13:38:49.000+05:30] [OBIPS] [INCIDENT_ERROR:1] [] [saw.webextensionbase.init] [ecid: ] [tid: ] Invalid item /system/mktgcache/01HW447397/sawguidstate.[[
    File:catalogimpl.cpp
    Line:660
    Location:
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.sawserver

    Follow the steps below:
    1.Shutdown all OBIEE services.
    2.Replace the files sawguidstate and sawguidstate.atrin the location:
    <Instance_Home>\instances\<instance_name>\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\<project>\root\system\mktgcache\<name>
    with the same files from a backup or from another working instance.
    3.Restart all OBIEE services.

  • Unable to start Oracle Process Manager from the windows services for OBIEE

    Hi,
    I have OBIEE 11g installed on a 32-bit windows machine. Of the two windows services installed, I am unable to start the Oracle Process Manager. When I try to start it I get the following error:
    Error 1053: The service did not respond to the start or control request  in a timely fashion.
    At the back end, this service is calling the file opmn.exe which is placed at MIDDLEWAREHOME\Oracle_BI1\opmn\bin. On trying to execute this file the error we get is:
    The procedure entry point longjmp could not be located in the dynamic link library orauts.dll
    I have tried replacing the orauts.dll file, but to no avail.
    Please let me know if you have any clue regarding what is to be done.
    Thanks
    Naman

    Hi Naman,
    This error occurs for the following reasons,
    *Path variable is not set properly
    *Multiple Oracle homes exists in the same machine.
    Follow the below steps and let me know if it works,
    1. Select My Computer -> Right Click -> Properties
    2. In the System Properties screen go to Advanced Tab
    3. Click on Environment Variables
    4. In the System Variables section select PATH variable & Click edit
    5. Now you will find that it will contain invalid directories. Remove the incorrect entries. This may happen when you have multiple oracle homes in the same machine
    6. Restart the service.
    Rgds,
    Dpka

  • Unable to Start OBIEE 11g Presentation Services,Javahost and BI Server

    Hi All,
    my friend installed OBIEE 10g and OBIEE 11g installed in same system.now i am unable to start OBIEE 11g obi server,presentation services,java host when i see in the properties presentation services ,obi server and java host in services.msc the path here is pointing to obiee 10g sawserver,javahost and presentation services.
    Reply ASAP.
    Thanks
    Kiran Kumar

    Nitin,
    My sawlog0.log file has last updated at month May. Hope it is not helpful... any thing else i can do?
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:824
    Location:
        saw.rpc.server.listen
        saw.sawserver
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0:14] [tid: 9400] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
        saw.dms.conext.unwrap
        saw.threadpool.socketrpcserver
        saw.threads
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0:14
    ThreadID: 9400
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:698
    Location:
        saw.sawserver
        saw.sawserver.terminatesawserver
        saw.sawserver
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0

  • Unable to start obiee service

    Hi All,
    When I tried to start the obiee service, following error shows up. I have confirmed the username and password in the boot properties and it is correct.
    012-05-09T15:10:20.149-04:00] [AdminServer] [WARNING] [WSM-02310] [oracle.wsm.resources.policymanager] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JSmzULm5qYWFLzUKOA1Fefzg000003,0] [APP: OracleRTD#11.1.1] Failed to retrieve requested documents due to underlying error "java.rmi.AccessException: [EJB:010160]Security Violation: User: '<anonymous>' has insufficient permission to access EJB: type=<ejb>, application=wsm-pm, module=wsm-pmserver-wls.jar, ejb=DocumentManager, method=retrieveDocuments,
    I am not able to start OPMN service.
    Thanks
    Sanjay
    Edited by: user13374633 on May 9, 2012 2:10 PM

    oc4j is starting and with in few seconds it shut downs..what shall i do? anyone help me
    Error while starting oc4j
    The Oracle BI: OC4J Service on the Local Computer started and then stopped.
    Hope it helps you.Award Points.
    Best Wishes,
    Kranthi.

  • Unable start my OBIEE server Services

    Hi,
    When i stop and start by OBIEE server service, after replacing the new rpd file, i am getting an application error::
    The instruction at "0x6fd6293d" referenced memory ar "0x00000010". The memory could not be "Read"
    After clicking on OK throwing an error:
    error 1053 the service did not respond to the start or control request in a timely fashion
    The server is getting restarted if i place with an other rpd file. The NQServer log is also not having any traces of aborting below are last lines of the server log.
    2009-07-31 21:48:24
    [14056] Finished loading subject area: eDART.
    2009-07-31 21:48:24
    [14055] Loading subject area: Moto SRT ...
    2009-07-31 21:48:29
    [14056] Finished loading subject area: Moto SRT.
    2009-07-31 21:48:29
    [14055] Loading subject area: LCOM KPI ...
    2009-07-31 21:48:29
    [14056] Finished loading subject area: LCOM KPI.
    2009-07-31 21:48:29
    [14055] Loading subject area: DUMMY BMM for New Projects ...
    2009-07-31 21:48:29
    [14056] Finished loading subject area: DUMMY BMM for New Projects.
    Finally it is not aborted.
    Tried to run it mannualy
    Oracle BI Server starting...
    Destroying a lock while it is still owned by a thread.
    Current Owner thread id: 3364 (0xd24)
    Current thread id: 3720 (0xe88)
    Lock pointer: 0x6DE6B35C
    Lock created in file: .\Source\NQSQueryEnvironment.cpp
    Lock created on line: 60
    Lock created in function:
    Error in file: .\NQThreads\SUGCriticalSection.cpp
    Error on line: 138
    Error in function: NQCriticalSection::~NQCriticalSection
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    Edited by: Chenna on Jul 31, 2009 9:30 AM

    Hi Could you please let me know whether your issue got resolved with out taking new catalog file from source system....

Maybe you are looking for