KM Scheduler Service Properties

Hello experts. I am trying to build a scheduler service in KM that runs an RFC, retrieves some data and stores it into KM once a day. To do this, I tried starting with JCA but that did not work so I ended up using the IConnectionFactory framework and it does work. However, in using that, I have to put the SAP system values and the User ID/Password in the connection properties. I do not want to put this in the code so I wanted to create properties exposed in the System Config -> Knowledge Management -> Content Management -> Global Services -> Scheduler Tasks -> My Scheduler Service. That way, I can maintain those properties there and use them in my code. However, since I do not have experience with the Scheduler Service, I do not know how to expose and read those properties. In a regular component, I would put it in portalapp.xml but it does not seem to work for this one. So, could someone guide me on where to put those properties and how as well as the Java code to read them in at runtime.
Would really appreciate any help.

Hi
Did you find a solution fo this problem?
Florin

Similar Messages

  • Creation of InitialContext fails when i hot-deploy scheduler-service.xml

    Creation of InitialContext fails when i hot-deploy scheduler-service.xml
    I configured scheduler-service as follows in Jboss 3.2:
    scheduler-service.xml
    <mbean code="org.jboss.varia.scheduler.Scheduler"
         name=":service=Scheduler">
    <attribute name="StartAtStartup">true</attribute>
    <attribute name="SchedulableClass">com.beta.my.utils.FMScheduler</attribute>
    <attribute name="SchedulableArguments">Schedulabe Test,12345</attribute>
    <attribute name="SchedulableArgumentTypes">java.lang.String,int</attribute>
    <attribute name="InitialStartDate">0</attribute>
    <attribute name="SchedulePeriod">10000</attribute>
    <attribute name="InitialRepetitions">-1</attribute>
    </mbean>
    Schedulable Class
    package com.beta.my.utils;
    import java.util.Date;
    import org.jboss.varia.scheduler.Schedulable;
    public static class FMScheduler
    implements Schedulable
    private String mName;
    private int mValue;
    public FMScheduler(String pName,int pValue)
    mName = pName;
    mValue = pValue;
    public void perform(Date pTimeOfCall,long pRemainingRepetitions)
    try {
              Context context = new InitialContext();//properties taken from jndi.properties file
              } catch (Exception e){
                   e.printStackTrace();
    I started my jboss..,FMScheduler created successfully, perform method in FMScheduler called succesfully after SchedulePeriod(1000)
    The problem occurs(NullPointerException) while i changed SchedulePeriod time and hot-deployed(just saved scheduler-service.xml).
    The following Exception occures due to InitialContext creation fails*(Context context = new InitialContext();)* in FMScheduler.
    17:46:27,361 ERROR [STDERR] java.lang.NullPointerException
    17:46:27,361 ERROR [STDERR] at org.jboss.mx.loading.UnifiedClassLoader.findR
    esources(UnifiedClassLoader.java:374)
    17:46:27,361 ERROR [STDERR] at java.lang.ClassLoader.getResources(ClassLoade
    r.java:825)
    17:46:27,361 ERROR [STDERR] at com.sun.naming.internal.VersionHelper12$5.run
    (VersionHelper12.java:145)
    17:46:27,361 ERROR [STDERR] at java.security.AccessController.doPrivileged(N
    ative Method)
    17:46:27,377 ERROR [STDERR] at com.sun.naming.internal.VersionHelper12.getRe
    sources(VersionHelper12.java:142)
    17:46:27,377 ERROR [STDERR] at com.sun.naming.internal.ResourceManager.getAp
    plicationResources(ResourceManager.java:468)
    17:46:27,377 ERROR [STDERR] at com.sun.naming.internal.ResourceManager.getIn
    itialEnvironment(ResourceManager.java:159)
    17:46:27,377 ERROR [STDERR] at javax.naming.InitialContext.init(InitialConte
    xt.java:215)
    17:46:27,377 ERROR [STDERR] at javax.naming.InitialContext.<init>(InitialCon
    text.java:195)
    17:46:27,377 ERROR [STDERR] at com.beta.my.utils.FMScheduler.perform
    (FMScheduler.java:42)
    17:46:27,392 ERROR [STDERR] at org.jboss.varia.scheduler.Scheduler$Listener.
    handleNotification(Scheduler.java:1263)
    17:46:27,392 ERROR [STDERR] at org.jboss.mx.server.NotificationListenerProxy
    .handleNotification(NotificationListenerProxy.java:69)
    17:46:27,392 ERROR [STDERR] at javax.management.NotificationBroadcasterSuppo
    rt.sendNotification(NotificationBroadcasterSupport.java:95)
    17:46:27,392 ERROR [STDERR] at javax.management.timer.Timer.sendNotification
    s(Timer.java:441)
    17:46:27,392 ERROR [STDERR] at javax.management.timer.Timer.access$000(Timer
    .java:31)
    17:46:27,408 ERROR [STDERR] at javax.management.timer.Timer$RegisteredNotifi
    cation.doRun(Timer.java:612)
    17:46:27,408 ERROR [STDERR] at org.jboss.mx.util.SchedulableRunnable.run(Sch
    edulableRunnable.java:164)
    17:46:27,408 ERROR [STDERR] at org.jboss.mx.util.ThreadPool$Worker.run(Threa
    dPool.java:225)
    please help me if u have any idea,thanks

    Hi Hamsa,
    Did you also create and configure an "Execution Destination"?
    You can test the Metadata destination configuration on Web Service Navigator.
    On the web service navigator (http://hostname:portnumber/wsnavigator) search in the metatda destination you have created for the service you imported in web dynpro as a model. If you can find it there test it on the ws navigator.
    Best regards,
    Yasar

  • Oracle BI Scheduler Service is stopping

    Hi All,
    I have installed OBIEE 10g ( vesion : 10.1.3.4.1 ) on Microsoft Windows server 2003.
    I am facing issue with Oracle BI Scheduler service when particular ibot is running.
    unable to find out root cause for this as error log is not getting crated.
    Can anyone please guide me how to identify root cause for this.
    Thanks.

    Also I have this log error, but it is sanscrit to me... and when I look it up it points me to a problem on Bursting but it is not even enabled on the Reports Properties.
    LOG: bi_server1-stdout-obiee_error_log:
    # ROTATION_TYPE = TIME
    # TIME_INTERVAL_MINS = 1440
    <Mar 25, 2015 12:00:48 AM BRT> <Error> <Diagnostics> <BEA-320142> <An error was encountered while performing size based data retirement on archive EventsDataArchive
    weblogic.diagnostics.accessor.DiagnosticDataAccessException: weblogic.store.PersistentStoreException: weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 15,920 could not be found
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.deleteDataRecords(PersistentStoreDataArchive.java:1368)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.retireOldestRecords(PersistentStoreDataArchive.java:1211)
      at weblogic.diagnostics.archive.DataRetirementByQuotaTaskImpl.performDataRetirement(DataRetirementByQuotaTaskImpl.java:92)
      at weblogic.diagnostics.archive.DataRetirementByQuotaTaskImpl.run(DataRetirementByQuotaTaskImpl.java:49)
      at weblogic.diagnostics.archive.DataRetirementTaskImpl.run(DataRetirementTaskImpl.java:261)
      Truncated. see log file for complete stacktrace
    Caused By: weblogic.store.PersistentStoreException: weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 15,920 could not be found
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.readRecord(PersistentStoreDataArchive.java:698)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.readRecord(PersistentStoreDataArchive.java:668)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.getWrapper(PersistentStoreDataArchive.java:1767)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.removeGarbageInPage(PersistentStoreDataArchive.java:1813)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.cleanupPages(PersistentStoreDataArchive.java:1697)
      Truncated. see log file for complete stacktrace
    Caused By: weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 15,920 could not be found
      at weblogic.store.io.file.FileStoreIO$TypeRecord.getSlot(FileStoreIO.java:1064)
      at weblogic.store.io.file.FileStoreIO.readInternal(FileStoreIO.java:244)
      at weblogic.store.io.file.FileStoreIO.read(FileStoreIO.java:235)
      at weblogic.store.internal.ReadRequest.run(ReadRequest.java:34)
      at weblogic.store.internal.StoreRequest.doTheIO(StoreRequest.java:64)
      Truncated. see log file for complete stacktrace
    >

  • BI Scheduler services not starting

    Hi,
    I am trying to use BI Scheduler for the first time. for this purpose i am following this link of Venkatakrishnan J
    http://oraclebizint.wordpress.com/2007/09/13/oracle-bi-ee-10133-configuring-delivers-ibots
    i have configured the first 5 steps but i am not able to understand what to do next.......... what to change and check in instanceconfig.xml.
    2nd problem is my BI Scheduler services are not starting and error is could not start oracle bi scheduler service on local computer
    lastly what is OCI and its functionality.... should i have to install it separately as i read that it should be installed for scheduler
    these might be ordinary questions but i am a new learner.......... so....
    Regards,
    Mimran

    hi,
    thanks for help sir. i am able to start schedule service but now i am getting another problem. when i configure my account (More Products>Delivers>My Account) at the bottom i found an error
    System Delivery Profile not available:
    Error finding SA System subject area. See the Oracle BI Presentation Server log for details. you can see the pic as well
    http://202.59.89.124/tes/myaccount.jpg
    But i ignored the problem and completed the rest of process. i configured the iBot and tried to send a report on my email address and dashboard. so as expected i did't received any alert. in the presentation server log file the error was
    Type: Error
    Severity: 42
    Time: Wed May 20 11:19:40 2009
    File: project/websubsystems/ssremote.cpp Line: 1515
    Properties: ThreadID-4336;HttpCommand-IBotPicker;RemoteIP-172.170.9.113;User-Administrator
    Location:
    *     saw.httpserver.request*
    *     saw.rpc.server.responder*
    *     saw.rpc.server*
    *     saw.rpc.server.handleConnection*
    *     saw.rpc.server.dispatch*
    *     saw.threadPool*
    *     saw.threads*
    ****kmsgNoDisconnectedApplicationFound: message text not found ****
    and if i go to the iBot log file the error is like this
    +++ ThreadID: 1494 : 2009-05-20 10:42:30.171
    *Global Error: [nQSError: 77006] Oracle BI Presentation Server Error: Authentication failed.*
    Error Codes: WKY9UVRD:
    Authentication Failure.
    Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Odbc driver returned an error (SQLDriverConnectW).
    *State: 08004.  Code: 10018.  [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.*
    *[nQSError: 43001] Authentication failed for Administrator in repository Star: invalid user/password. (08004)*
    lastly in scheduler configuration in the iBot tab the presentation server name and port is ..........see pic below
    http://202.59.89.124/tes/jobmanager.jpg
    does this mean presentation server which is on port 9704 actually ...... should i change it........
    any help sir,.....................
    Regards,
    Mimran

  • Scheduler services is not up in obiee 11g

    Hi All,
    When rested the OPMN service Scdhuler not comeing up all services working fine this is log file.
    please help me what is issue before it is working fine.Database is running.
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41020940] [16020] Metadata Database Type: Oracle 11g [[
    Data Source Name: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.2.116.7)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=Test)))
    Data Source Type: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64b
    [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41020940] [nQSError: 46066] Operation cancelled. [[
    PRIMARY_POOL RetrieveColumnInfo from table S_NQ_JOB Exchange
    [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41020940] [nQSError: 46066] Operation cancelled. [[
    PRIMARY_POOL RetrieveColumnInfo from table S_NQ_JOB_PARAM Exchange
    [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41020940] [nQSError: 46066] Operation cancelled. [[
    PRIMARY_POOL RetrieveColumnInfo from table S_NQ_INSTANCE Exchange
    [OracleBISchedulerComponent] [ERROR:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41020940] [nQSError: 46066] Operation cancelled. [[
    PRIMARY_POOL RetrieveColumnInfo from table S_NQ_ERR_MSG Exchange
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 871b810] [68013] Scheduler service started.
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 871b810] Scheduler service started.
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 871b810] [71076] Oracle BI Scheduler crmtest6:9705 has been changed to an Inactive state.
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41222940] [43071] A connection with Cluster Controller CRMTEST6:9706 was established.
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41222940] [71075] Oracle BI Scheduler crmtest6:9705 has been changed to an Active state.
    [OracleBISchedulerComponent] [WARNING:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41222940] [43065]

    998365 wrote:
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 871b810] [68013] Scheduler service started.
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 871b810] Scheduler service started.
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 871b810] [71076] Oracle BI Scheduler crmtest6:9705 has been changed to an Inactive state.
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41222940] [43071] A connection with Cluster Controller CRMTEST6:9706 was established.
    [OracleBISchedulerComponent] [NOTIFICATION:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41222940] [71075] Oracle BI Scheduler crmtest6:9705 has been changed to an Active state.*
    [OracleBISchedulerComponent] [WARNING:1] [] [] [ecid: 004rSLEMUx3AtH4pzSt1iW000119000000] [tid: 41222940] [43065]from the log it looks like its started as it changed the state to active. are you able to connect to database using biplatform schema details?

  • Scheduler Service Status failed - XIMDD Upgrade to 9.1.0.2 BP09

    Diagnostic Dashboard Test Result failed Scheduler Service Status
    Details:
    java.io.FileNotFoundException: http:/10.10.10.11:80/xlScheduler/ddstatus
    at sun.nt.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1147)
    I noticed that per documentation file <ORACLE_HOME>/j2ee/OAS_INSTANCE_NAME/application-deployments/XIMDD/orion-application.xml should be modified (<imported-shared-libraries></imported-shared-libraries> replaced with .....) But my original file does not have lines <imported-shared-libraries>
    Could this be related to the patch level on Oracle Application Server?
    I use 10.1.3.3 without additional patches
    I would appreciate any feedback

    Did anybody have the same error?

  • BI Scheduler Service is not getting started

    BI scheduler service is not getting started and showing this error
    Could not start the oracle BI Scheduler Service on local computer.
    Error 1064:An Exception occured in the service when handling the control request

    Refer to Oracle Business Intelligence Infrastructure Installation and Configuration Guide.
    Chapter 10 discussed configuring Oracle BI Scheduler.
    The steps include:
    Create a scheduler schema.
    Create tables in the scheduler schema using scripts.
    Updating configuration options in Job Manager.
    Updating the config files: instanceconfig.xml & credentialstore.xml.
    Start the Oracle BI Scheduler.
    If all goes well, the BI Scheduler should start.

  • BI Scheduler service stuck in stopping state

    Whenever I try to stop BI Scheduler service on my machine, it gets stuck in a 'stopping' state and I have to restart the box to get it to work again. When I look at the log, I see the following error.
    [nQSError: 12002] Socket communication error at call=recv: (Number=10004) A blocking operation was interrupted by a call to WSACancelBlockingCall
    The environment is Windows 2003. If anyone has anyone faced this issue before, can you please share your solution?

    hi,
    No need to restart the box just Click on Task Manager-->Process-->NQScheduler.exe (search for this process) and click on End Process.Thats it and go back to services it will trun to Start mode...
    thanks,
    saichand.v

  • Task scheduler service fails to run after windows update

    OS: W2008R2x64
    We noticed that our daily tasks are not running anymore since the last windows updates few days ago. When running the task scheduler mmc, we get the following:
    Looking further, the service did not seems to be running. If we try to start the service we get the follow message:
    "The Task Scheduler service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."
    Now we noticed that did problem started after following updates, though not all machines are infected!!:
    Cumulative Security Update for Internet Explorer 9 for Windows Server 2008 R2 x64 Edition (KB2925418)
    Security Update for Windows Server 2008 R2 x64 Edition (KB2930275)
    Windows Malicious Software Removal Tool x64 - March 2014 (KB890830)
    Update for Windows Server 2008 R2 x64 Edition (KB2929733)

    Hi,
    Here is a similar thread for your reference, please go through it and troubleshoot the issue:
    http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/task-scheduler-wont-start/11394a52-d7de-496b-880b-733123579b9b
    Regards,
    Yan Li
    Regards, Yan Li

  • How to Stop and Start Scheduler Service

    Does anyone know how to stop and start the Scheduler service for Hyperion Financial Reporting in release 9.3.1?

    please see the metalink note
    How to Start/Stop MWA Services Using Control Scripts adstrtal.sh/adstpall.sh? [ID 731320.1]
    This is how i startup and shutdown WMA
    for stopping :
    1) login to Applications tier
    2) To see if the MWA (telnet) server is running use:
    ps -ef|grep DPID
    3) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx stop_force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa
    for starting
    1) login to Applications tier
    2) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx start _force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa

  • MS Services error 1064 when trying to start Oracle BI Scheduler service

    I am trying to configure Oracle BI Scheduler. After working through the config routines the Oracle BI Scheduler Service needs to be re-started. The Microsoft error message I get in the Services dialog is both consistent and persistent: "Could not start the Oracle BI Scheduler on local computer. Error 1064: An exception occurred in the service when handling the control request." This error seems to be well-known among users of this product, but the solution - if there is one - is not at all well-known... at least to me. Any help?

    Follow this article and make sure you defined all the steps. If any of these steps are wrong, the service throws the error.
    http://oraclebizint.wordpress.com/2007/09/13/oracle-bi-ee-10133-configuring-delivers-ibots/
    and also check is scheduler database is up and running.
    - Madan

  • Error While Starting BI Scheduler Services

    [68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
    [nQSError: 67004] Registry value for SchedulerScriptPath not set.
    Any Suggestions?
    let me know
    Thanks
    Raghu

    Resolved The Issue. Ran Schconfig and Reset the Password (Administrator). Craeted Schema tables.
    Scheduler Services has started now.

  • Cannot start Oracle BI Scheduler service ---pls help.

    Hi all,
    I'm new in OBIEE.
    I already installed and created some reports and dashboards in OBIEE. I found the problems that they are not updated data when new data loaded into DB.
    I tried to start the Oracle BI Scheduler service but it has had the error like the message below;
    "The description for Event ID ( 21 ) in Source ( Oracle BI Scheduler ) 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: [68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
    [nQSError: 67004] Registry value for SchedulerScriptPath not set.."
    Could anyone suggest me how would I be able to solve this error ?
    Thank you in advance.
    NNN

    hi
    First I do thank you for your answer quickly.
    For now, I have tried to follow your suggestion but I found a new error when I start bi scheduler service.
    ==========================================================================================
    The description for Event ID ( 21 ) in Source ( Oracle BI Scheduler ) 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: [68008] Scheduler Error:
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed..
    ===================================================================
    Any concern that I should know and how can I hanle this error ?
    Thank you

  • Oracle BI Scheduler service inactive

    Hi all, when I try to save an Ibot, I get the following error:
    Oracle BI Scheduler Error: [nQSError: 76012] The Scheduler client connection was closed.
    Impactos del error
    Códigos de error: GYFPI8RN
    I have the Scheduler Service running and the Presentation services is also running. However, when I started the Scheduler Service, I got the following message in the log:
    2010-02-24 12:38:30
    [68013] Service started.
    2010-02-24 12:38:30
    Service started.
    2010-02-24 12:38:30
    [71076] Oracle BI Scheduler localhost:9705 has been changed to an Inactive state.
    How can I change the state from Inactive to Active, if this is the problem?
    Thanks in advance!

    hi elena, i am encountering same issue now but when i checked the instanceconfig.xml, there is no tag for PartOfCluster. May I know the format for this tag and where to put it in the instanceconfig.xml?
    thanks a lot!

  • Oracle BI Scheduler service

    Hi,
    To run my iBot i need to start the Oracle BI Scheduler service.
    When i try to start it i get error..
    In the NQScheduler.log..i am having following error....
    2009-02-18 14:14:40
    [68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
    [nQSError: 67004] Registry value for SchedulerScriptPath not set.
    I am not able to understand the error....can somebody help me ?
    Thanks
    Vishal

    I had the same error when I tried to start the scheduler after install. Then I read this chapter on how to configure the scheduler +"Oracle® Business Intelligence Infrastructure Installation and Configuration Guide Version 10.1.3.2.1 April 2007 - 10 Configuring Oracle Business Intelligence Scheduler"+. After I had completed the configuration the scheduler then started without the error. Did you do this bit?
    In summary the steps were;
    1) Create the scheduler schema S_NQ_ tables using SAJOBS.xxx.sql and SAACCNT.xxx.sql
    2) Run schconfig to configure the scheduler(unix) with the database schema connection
    3) Add Scheduler Administrator Credentials to Oracle BI Presentation Services Credential Store (cryptotools)
    4) Configure Oracle BI Presentation Services to Identify the Credential Store (instanceconfig.xml)

Maybe you are looking for

  • Error : FZ010 : Enter a payment method for incoming payments

    Hi, I am running F110 and paying intercompany vendors/customers. I am running payment run for Compony 0050 and paying my vendor VEND0060 and CUST0060. The balance of vend0060 is 2 million(credit) and  balance of CUST0060 is 1 million (Debit). So I am

  • HP Officejet Pro 8500 A 910 - Missing entry: RunDLLEntry

    Each time I boot up my computer, I get the following error message on the Desktop: Error in C:\Program Files\HP\HP Officejet Pro 8500 A 910\bin\HPStatusBL.dll Missing entry: RunDLLEntry I can't find this file. I uninstalled the printer and reinstalle

  • Exchange forward to distribution group error

    Hello I would like to create a forwarding rule on my Office365 Outlook account so that, when a new mail comes in with a certain pre-defined string in it (alert for a Sharepoint teamsite), it gets forwarded to every member of a distribution group. How

  • BIOS - HP Pro 3015 MT - MotherBoar​d: M2N78-LA (Violet6)

    Desktop: HP Pro 3015 MT  MotherBoard: M2N78-LA (Violet6) Issue: Used update sp54083.exe to update my BIOS to version 5.16. Upgrade succeeded but now my fan is out of control. I read on the internet that a lot of people have these issues. I can't find

  • How to archivate Opportunities according to sales organization?

    Hi Experts: We have closed organizational unit and want to archivate (trx. SARA) existing opportunities of this org. unit. Is there a possibility to filter opportunities to be archivated by sales organization? Best regards, Cristina