Error 1064 An exception occurred in the service when handling the control

Hi all,
I downloaded Oracle Business Intelligence 10.1.3.4.1 on windows XP successfully, once I try to start any service of Oracle BI [scheduler/server]. This error is shown *1064 An exception occurred in the service when handling the control request*.
Could anyone help me out?
Thanks in advance
Maitha

I checked the file
[68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
[nQSError: 67004] Registry value for SchedulerScriptPath not set.
How the issue can be resolved ?

Similar Messages

  • BI scheduler error, 1064: An exception occurred in the service

    I am getting an error below while trying to restart BI scheduler,
    "could not start the oracle bi scheduler service on local computer, error 1064: An exception occurred in the service when handling the control request".
    Obiee is running on windows 2003 server. Scheduler was working fine until env went down, when l tried to restart it, suddenly i get this error message. The other services restart fine. Answers, dboard work fine. Its only the scheduler.
    I tried a couple suggested things on the Forum,
    1) l tried to connect the scheduler user using sqlplus, i get an error, ORA-12560: TNS:protocol adapter error. i cant connect. checked with the DB the user is not locked.
    2) I checked the tnsnames.ora everything is fine.
    3) I tried tns ping the user from cmd line i get an error TNS-03505: Failed to resolve the name.
    The scheduler log details are below
    2010-09-24 07:44:01
    [68008] Scheduler Error:
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 17014] Could not connect to Oracle database.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 17014] Could not connect to Oracle database.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 17014] Could not connect to Oracle database.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 17014] Could not connect to Oracle database.
    If enable tracing on sqlnet.ora i get
    (4472) [24-SEP-2010 09:10:14:390] nnftmlf_make_system_addrfile: entry
    (4472) [24-SEP-2010 09:10:14:390] nnftmlf_make_system_addrfile: system names file is E:\oracle\product\10.2.0\client_1\network\admin\tnsnames.ora
    (4472) [24-SEP-2010 09:10:14:390] nnftmlf_make_system_addrfile: exit
    (4472) [24-SEP-2010 09:10:14:390] nnftboot: exit
    (4472) [24-SEP-2010 09:10:14:390] nnftrne: entry
    (4472) [24-SEP-2010 09:10:14:390] nnftrne: Original name: S_NQ_SCHED
    (4472) [24-SEP-2010 09:10:14:390] nnfttran: entry
    (4472) [24-SEP-2010 09:10:14:390] nnfgrne: Query unsuccessful, skipping to next adapter
    (4472) [24-SEP-2010 09:10:14:390] nnfgrne: exit
    (4472) [24-SEP-2010 09:10:14:390] nnfun2a: address for name "S_NQ_SCHED" not found
    (4472) [24-SEP-2010 09:10:14:390] niqname: Return code from nnfsn2a is 1
    (4472) [24-SEP-2010 09:10:14:390] nigtrm: Count in the NI global area is now 0
    Thanks
    Farai

    hi,
    I tried tns ping the user from cmd line i get an error TNS-03505: Failed to resolve the name.Is there any whitespaces in your DSN name or in tnsnames(.ora) file ? please check it once
    Confirm this ,are you using same DB connection in Job manager and connection pool settings ??
    thanks,
    Saichand.v

  • Error 5 - An exception occurred in SMO while trying to manage a service

    Hi
    I use an instrument
    made by myself in vb.net using SMO
    objects to manage a mixed group of about
    80 MS Sql Server (rel. 2005-2008 r2 & 2012)
    With this tool I check the status of services,
    change service accounts and their passwords,
    etc.
    A few days ago one server
    started to return an error when I run
    the first operation on any property of the object
    ManagedComputer just created.
    Error: "Error 5 - An exception occurred in SMO while trying to manage a service"
    This is my code:
    If UserID = "" Then
                '//Use the credentials of current user
                                mc = New ManagedComputer(serverName)
                            Else
                             '// Use the credentials provided by interface
                                mc = New ManagedComputer(serverName, UserID, UserPsw)
                            End If
                            str = ""
                            For x = 0 To mc.Services.Count - 1
                                With mc.Services.Item(x)
                                       servNome = .Parent.Name.ToUpper
                                        srvNome = .Name
                                        srvStato = .ServiceState.ToString
                                        srvStartMode = .StartMode.ToString
                                        srvAccount = .ServiceAccount
                                    End If
                                End With
                            Next
    The instruction mc.Services.Count generates the error below:
    smoex = {"An exception occurred in SMO while trying to manage a service."}
        Microsoft.SqlServer.Management.Smo.FailedOperationException = {"An exception occurred in SMO while trying to manage a service."}
        _HResult = -2146233088
        _message = "An exception occurred in SMO while trying to manage a service."
        Data = {System.Collections.ListDictionaryInternal}
        FailedObject = Nothing
        HelpLink = "http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.2100.60+((SQL11_RTM).120210-1846+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.InnerWmiException&LinkId=20476"
        HResult = -2146233088
        InnerException = {"Failed to retrieve data for this request."}
        IPForWatsonBuckets = 1670498764
        IsTransient = False
        Message = "An exception occurred in SMO while trying to manage a service."
        Operation = ""
        ProductName = "Microsoft SQL Server"
        ProdVer = "11.0.2100.60 ((SQL11_RTM).120210-1846 )"
        RemoteStackTrace = Nothing
        SmoExceptionType = FailedOperationException {12}
        Source = "Microsoft.SqlServer.SqlWmiManagement"
        StackTrace = "   in Microsoft.SqlServer.Management.Smo.Wmi.WMIProxy.ExecProcess(Object request)     in Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.EnumChildren(String childTypeName, WmiCollectionBase
    coll)     in Microsoft.SqlServer.Management.Smo.Wmi.ServiceCol...
        TargetSite = {System.Object ExecProcess(System.Object)}
        WatsonBuckets = Nothing
    The server not have problems and the local Sql Server Configuration Manager work fine.
    I copied the tool on the server to run it
    locally. Strangely, if I use the credentials of the current logged user the tool works
    (mc = New ManagedComputer(serverName) )
    If I provide explicit the credentials
    (domain\username and password, but  the same of user logged in the server)
    is not working 
    ( mc = New ManagedComputer(serverName, UserID, UserPsw) )
    From a remote server instead
    does not work in both modes.
    The server configuration:os Win 2008 R2 EE Sp1 , Ms Sql 2008 R2 Sp2 10.50.4321
    Any suggestion is
    much appreciated
    Many thanks in advance

    Hi Lydia
    Thanks for your quick
    response.
    Unfortunately I had already considered this hypothesis
    and the security settings on the object WMI
    seems correct.
    The user with which I run the program
    is part of a domain's
    group inserted into
    the local administrators group. This group
    has the flag "Remote Enable" active.
    However, I verified that the
    problem occurred since I updated my tool
    to monitor and manage the new systems Sql
    2012. The tool now uses objects
    SMO 11.0 that I installed in the development environment,
    and on server where it is scheduled
    the tool, through the package
    SharedManagementObjects.msi.
    The documentation says that SMO 11 is
    compatible with SQL 2005
    and higher and, in fact, I only had problems
    with one server. The old version of tool in fact work fine again.
    This information will suggest
    some ideas?
    Thanks again
    Giovanni Camurri

  • Error: 28005, Severity: 16, State: 2...An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impe

    I've seen some similar questions, but want to make sure I can get an answer quickly and how to fix.
    Thanks,
    Paul
    spid24s     Error: 28005, Severity: 16, State: 2
    spid24s     An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated,
    or you do not have permission.

    Hi Paul,
    I also had the same error on one of my servers, and it was because the user that created the database no longer worked for the company.
    So when his AD account got deleted, the database had NULL as owner
    Using the following query I asked for the owners of the databases:
    select name, suser_sname(sid) from master.dbo.sysdatabases
    So changing the owner of the databases that had a NULL owner solved the issue for me.
    use <databasesname>
    go
    exec sp_changedbowner 'sa'
    Thanks for triggering the solution.
    Peter

  • Portal runtime error. An exception occurred while processing.....

    Hi!
    In a collaboration-Room, I see in one room in the Collaboration Detailed Navigation null and below I receive windwos with the message:
    Portal rumtime error.
    An exception occured while processing your request. Send the exeption ID to your portal adminisistrator.
    I have all permissions of that room and I'm admin. What is happend? In other rooms with this template, I see all areas.
    Best Regards,
    Emma

    Hi Emma,
    Please check the default trace log file to search the message to find the root cause of the issue.
    It might be some problem with your access to collaboration room or may be some problem in colaboration room setup.
    Best Regards
    Arun Jaiswal

  • Servlet error: Security sensitive exception occured. , where is log files?

    thank you for reading my post
    i get this message , where should i look for log files ?
    Servlet error: Security sensitive exception occured. Please consult application log for details.

    I ran into this just myself last week.
    We used to show the Exception type and a stacktrace in the browser as the default error message.
    In 10.1.3.1 we've modified it so that the details of the application (ie the stack trace and exception) are output by default.
    Avi indicated the correct log file to look at.
    If you do want to revert to the old behaviour for development time, then you can do so by setting the attribute development="true" in the orion-web.xml file of the deployed application.
    <orion-web-app .... development="true"/>
    cheers
    -steve-

  • What happens if the exception occurs in a thread when it has a lock

    what happens if the exception occurs in a thread when it has a lock
    on object. Is the lock released ?

    Rastogha wrote:
    ok so lock is released if we are putting code in try-catch block. . right ?
    1) But suppose what abt runtime exceptions which i am not catching. It doesn't matter what kind of exception it is. The lock is released when control is transferred outside the sync block.
    2)Also the thread will be suspended in both the cases or not ( both cases mean for runtime exception and checked exception)Again, the kind of exception doesn't matter. Whether you're in a sync block or not doesn't matter: When an exception occurs, control transfers to the nearest catch block that can handle it. If you don't provide a handler for it, the thread terminates.
    If something is not clear, post code that shows the specific situations you're curious about. Make sure you use the CODE button or [code] and [/code] tags.

  • Error:The navigator cannot handle the following request containing constant

    Hi,
    When i try to call a evaluate function using the 3 presentation variables(x,y,z),the report is showing the error as below.but when i tried to call some other function with one parameter it is working.Can anyone help me..
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14027] The navigator cannot handle the following request containing constants only: Evaluate( P_INPUT_VALIDATION(%1,%2,%3) as varchar2,'8633-/shelf=1/slot=6/port=23', 'Port', 'UII') as c1. (HY000)
    SQL Issued: SELECT EVALUATE('P_INPUT_VALIDATION(%1,%2,%3) as varchar2','8633-/shelf=1/slot=6/port=23','Port','UII') saw_0 FROM inventorybrowsing WHERE EVALUATE('P_INPUT_VALIDATION(%1,%2,%3)','8633-/shelf=1/slot=6/port=23','Port','UII') = 'Y' ORDER BY saw_0
    And the Evaluate function is like this - EVALUATE('P_INPUT_VALIDATION(%1,%2,%3) as varchar2','@{x}{8633-/shelf=1/slot=6/port=23}','@{y}{Port}','@{z}')
    Can anyone help me..
    Edited by: 883410 on Oct 15, 2011 1:43 AM

    Hi,
    Ensure, you add atleast one presentation column in your request along with the column containing Evaluate function.
    Refer the below thread:
    Using Evaluate function as columns source in Presentation services.
    Thanks

  • Alternative option to updating the services file on the local computer

    Hi,
    Our project needs to add updates to the file C:\windows\system32\drivers\etc\services in order to allow excel reports to work from the SAP enterprise portal.
    The client will need to apply this change in the services file to all the desktop computers of the end-users. They are now asking whether there is an alternative solution to updating the services file on the local machine. Our team does not think that there is one but maybe one of you experts out there can provide some more insight.
    Any help would be greatly appreciated.
    Thanks.
    Best Regards,
    Giwan Persaud

    For our normal sapgui rollout we never change the services file.
    This is only possible if you change in saplogon.ini the MSSrvPort section, the names to numbers:
    instead of
    Item88=sapmsPS1
    you use
    Item88=3600
    Then you don't need the services file ( excepte the standard ones which you can rollout once )
    sapdp*
    sapgw*
    you to check if this works for Excel also!

  • PowerPivot - SP2013 - Cannot create the service instance because the parent Service does not exist

    Unable to setup PowerPivot using PowerPivot configuration tool.
    I have One server which has SQL 2012 SP1 and SP2013.
    The farm is configured with all service applications.
    SQL has default instance with DB Engine and SSAS Tabular. Reporting Services has been configured using SharePoint mode and has a service application.
    The Power Pivot instance is set up with DB Engine and the SSAS.
    I keep getting this error. Ive tried so many times uninstalling, making sure features removed, rebuilding the farm (thank god for autospinstaller..)
    11/07/13 12:06:17:6858 Verbose: CreateSystemServiceInstance.NeedsExecute
    11/07/13 12:06:17:6858 Verbose: Running function IsFarmConfigured to check whether SharePoint is configured regardless of availability
    11/07/13 12:06:17:6858 Verbose: Farm is configured
    11/07/13 12:06:17:6858 Verbose: Entering function GetService(Guid)
    11/07/13 12:06:17:6868 Verbose: Service is not installed.
    11/07/13 12:06:17:6868 Verbose: Service instance not found in local server.
    11/07/13 12:06:17:6868 Verbose: CreateSystemServiceInstance.NeedsExecute(True)
    11/07/13 12:06:17:6868 Verbose: CreateSystemServiceInstance.CanExecute
    11/07/13 12:06:17:6868 Verbose: CreateSystemServiceInstance.CanExecute(True)
    11/07/13 12:07:41:5662 Verbose: CreateSystemServiceInstance.Execute
    11/07/13 12:07:41:5682 Verbose: Entering function GetService(Guid)
    11/07/13 12:07:41:5702 Verbose: Service is not installed.
    11/07/13 12:07:41:5702 Verbose: CreateSystemServiceInstance.Execute(Skipped)
    11/07/13 12:07:41:5702 High: Cannot create the service instance because the parent Service does not exist.
    11/07/13 12:07:41:5702 High: Prerequisites check for execution failed. Farm is not in a valid state.

    Did you install the PowerPivot add-in for SharePoint? There are 2 parts to this - the SQL Server Power Pivot for SharePoint which is the Analysis Services instance running in Tabular Mode and the PowerPivot Add-in. The last line in your error message seems
    to tell you that you have a missing component in the farm, possibly the PowerPivot Add-in
    Edwin Sarmiento SQL Server MVP | Microsoft Certified Master
    Blog |
    Twitter | LinkedIn
    SQL Server High Availability and Disaster Recover Deep Dive Course

  • Phone hog links give me error message "an error occuredon the server when processing the URL

    When ever I click on the links sent from phone hog.com to earn free minutes I get the following error message. "An error occurred on the server when processing the URL. Please contact the system administrator" I have made several contacts with phone hog help and they claim it is my settings on my computer. However I contacted my internet provider TDS telecom and they indicated that this is a phone hog issue. I do not have any other problems with any other links I click on with this type of error message.

    Hello msFit,
    it's well known, that in all these cases you describe I'm not a friend of a detailed troubleshooting. To be able to be independent in all this things It is one of the reasons why I prefer an external FTP program. The difficulties with which you have to fight encourage me in this opinion, not least because we always search for experts, we don't charge a "jack of all trades".
    To manage several websites or to upload my files and sometimes for the opposite way, for a necessary download from my server or to use a "a site-wide synch", I'm using FileZilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Mac: Mac OS X (Use: Show additional download options)
    http://filezilla-project.org/download.php
    Of course, you also need all the access data to reach your server and for MIME issues, you should contact your web host/provider.
    Good luck!
    Hans-Günter
    P.S.
    Since I use two screens, the whole thing became even more comfortable.

  • Defaulting the Service Provider for the receipts pulled from credit card

    Hi,
    When the Associate goes on a business trip , some of the expenses are processed through the AMEX corporate credit card. Using a custom PRCC , these credit card transactions are uploaded into the system and are available as buffer during the trip creation. Associates creates the trip using ESS Portal. When the Associate selects the expense from the credit card buffer , we want the Service Provider to be defaulted to AX (AMEX). The service provider code for AMEX is configured as AX.
    In the following configuration (Travel Expenses->Master Data->Credit Card Clearing->Define Assignment Table for Credit Card Clearing , we updated the Service Provider as AX for all the expense types related to AMEX.
    Now we notice that AX is not defaulted in the Service Provider when the Associates pulls the expense from the AMEX credit card buffer.
    Is there a way to default the service provider for all the expenses pulled from the credit card buffer?
    Thanks
    Sukumar

    Hi Nandagopal,
    You are right that the origin column has Amex logo when selected from the Buffer. We are using Service provider in determining who the payment should go to. If the expense is from the credit card buffer , the payment should go to AMEX directly. If the expense is non-AMEX (i.e manual entry and not from buffer) , then the payment will go to the employee themselves. Different wage types are determined based on the Service Provider for the same expense type. For example for expense type ACAR (Rental) , if the Service Provider is AX , then wage type say WJ67 is selected by the system . For expense type ACAR and no Service provider , then wage type WJ17 is derived. The accounting is determined based on the wage type.
    So Service Provider is one of the key field that determines the accounting. When the associate selects from credit card buffer , the associate should also select the service provider as AX so that payment goes to AMEX. If the Associate forgets to select the service provider , then the payment goes to the Employee. Then the employee has to pay AMEX separately. In order to avoid this, we want to default the service provider as AX when the associate pulls from the credit card buffer.
    We maintained the default service provider as AX for AMEX credit card clearing in img node Travel Expenses->Master Data->Credit Card Clearing->Define Assignment Table for Credit Card clearing. In this node we link the credit card company transaction keys to SAP expense type and you have the option to select the Service Provider. But his default is not working in Portal.
    Please let me know if this default setting should work.
    Thanks
    Sukumar

  • الترجمة I have a problem how can I cancel all operations evaluated by so I can use the service again in the same payment method because Apple stuck processes evaluated by on my account and I can not purchase again

    الترجمة
    I have a problem how can I cancel all operations evaluated by so I can use the service again in the same payment method because Apple stuck processes evaluated by on my account and I can not purchase again

    If your CC was banned for fraudulent activity, you will need to use another CC. If the account was disabled, try changing the password to enable it at : https://appleid.apple.com
    Otherwise, try contacting the iTunes store via : https://expresslane.apple.com , choosing iTunes and then iTunes store and from there selecting the topic as it pertains to your query.

  • Wow how can i find myself out of this? Need to find the service provider of the phone !!

    So i bought a blackberry pearl 8100 and it is black and silver in color.
    I don't know what its service provider is.
    Its clearly not an AT&T since it gives the invalid simcard sign when its in it.
    The only way how i can get it to work is by unlocking it.
    But i can't unlock it witt not knowing the service provider or am i wrong with that assumption?
    So is there anyway i how could figure out the service provider of the phone

    You want to know the branded vendor of the device.
    On the keyboard on the homescreen, type E A C E (or with the Suretype keyboard, R A C E).
    There will not be a place to type these letters, just type them.
    Then, find the Vendor ID on that Help! page.
    and refer here:  http://www.blackberryfaq.com/index.php/RIM_Vendor_Codes
    http://www.blackberryfaq.com/index.php/How_do_I_determine_if_my_BlackBerry_is_%22unlocked%22%3F
    http://www.blackberryfaq.com/index.php/How_do_I_unlock_my_BlackBerry%3F
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • This is crazy I paid for the service. logged into the site. downloaded the launcher. attempted to launch the app. and...nothing?  what the deuce!

    this is crazy I paid for the service. logged into the site. downloaded the launcher. attempted to launch the app. and...nothing?
    what the deuce!

    We are sorry for the trouble that this has caused you. Can you please suggest if you did the migration from a previous version of MAC OS to Yosemite(10.10.1)? If yes, are you having trouble while Launching the Desktop Application? If yes, there are two steps available for us.
    1) First , please check the permission on /Library folder and see if you have full read & write access. If you don't, I would request you to have a conversation with Apple support.
    2) If the permissions are all fine on this folder, please check the same on ~/Library folder as well.
    If all is fine, i would request you to please reinstall the product and try again.

Maybe you are looking for

  • Memory leak in a client using EJBs deployed in a Bea Weblogic 10.0.0 cluste

    Hi all, We are having a memory leak in a client using stateless EJBs deployed in cluster. The client is a Tomcat 6.0.18 with java 6 but it is reproduced using Tomcat 5 with java 5. The client is calling a Weblogic Server 10.0 making calls to an EJB d

  • HT4097 My ipad and mini pad won't update though it says several apps are in need of update. Please help!

    My ipad and mini pad won't update though it says several apps are in need of updates. Please help!

  • Newbee Q: Image transition movement issue?

    Apologies if this is a dumb question, i'm just getting the hang of things and this what should be a simple problem has me baffled. I have two 720p PNG images imported into the timeline. When I add any transition the images during the transition are f

  • Unresolved error message

    On my psc 2410xi, the error message is: Remove and check Print cartridge.  I have followed the removal and cleaning instructions provided for this message but I still get the same message.

  • Styling In Mail

    Hi all, Just a quick one, in Outlook you can easily add unordered lists and align things right all left fairly easily... Can this be done in Mail? I am trying to style my signature... I want to add some leading, tabbing and an unordered list... Or do