Unable to start process via GP API in which group is exposed as input

Hi,
     I am not been able to start process using GP API for the particular senario.
I created Process at design time.
In this process I mapped parameters to a group and exposed this group, So that input is required for initiating the process.
Now I want to initiate this process via GP API.
I got sucess in starting processes which takes parameters as inputs or which does not need any inputs, but i was not been able to start process where group is exposed.
it's giving me GP INVOCATION Exception.
Please Help ASAP
Regards,
Pratik

Pratik,
I try to simulate with scenario described by you and I got success with my test.
Follow my java code:
     public boolean initiateProcessSDN () {
          boolean ret = false;
          try {
               IUser user = UMFactory.getUserFactory().getUserByLogonID("uces");
               IGPUserContext userContext = GPContextFactory.getContextManager().createUserContext(user);
               IGPProcess processTemplate
                    = GPProcessFactory.getDesigntimeManager().getActiveTemplate(
                              "8DC0B411957D11DDB7910017F2EBE4A5", userContext);
               IGPRuntimeManager rtm = GPProcessFactory.getRuntimeManager();
               IGPStructure params     = GPStructureFactory.getStructure(processTemplate.getInputParameters());
               params.setAttributeValue("NameGroup", "Pedro");
               params.setAttributeValue("AddressGroup", "XPTO");
               IGPProcessRoleInstanceList roles = rtm.createProcessRoleInstanceList();
               IGPProcessInstance prInstance
                    = rtm.startProcess(     processTemplate,
                                        "Test 1",
                                        "Test 2",
                                        user,
                                        roles,
                                        params,
                                        user);
               ret = true;
               } catch (Exception ex) {
                    ret = false;
          return ret;
Print screen about my GP design:
Callable Object with 4 parameters
http://img530.imageshack.us/img530/16/sdngpgroup001bt5.jpg
Action grouping CO parameters into 2 groups
http://img147.imageshack.us/img147/2006/sdngpgroup002xy3.jpg
Process reflecting these groups as input parameters
http://img147.imageshack.us/img147/9184/sdngpgroup003pp0.jpg
Process started by java code above
http://img530.imageshack.us/img530/8833/sdngpgroup004no4.jpg
Best Regards,
Pedro Nunes

Similar Messages

  • Exception on process deployment leads to unability to start process

    Dear BPMers,
    <br><br>
    when I try to deploy my BPM process with a custom message for start, I get the following exception:
    <br><br>
    Interface Definition : sap.com_DynamicWSProxies_proxyName_{http://www.sap.com}proctest_demo.sap.com~proctest~BPMcomponent_03eac373-70c3-46e7-8650-5df83af53088_WS
    [EXCEPTION]
    com.sap.esi.esp.lib.mm.config.exceptions.ObjectNotExistsException: Interface Definition : sap.com_DynamicWSProxies_proxyName_{http://www.sap.com}proctest_demo.sap.com~proctest~BPMcomponent_03eac373-70c3-46e7-8650-5df83af53088_WS
    at com.sap.esi.esp.lib.mm.config.profiles.SingleService.createRuntimeService(SingleService.java:272)
    at com.sap.esi.esp.service.server.WSConfigurationImpl.createSingleServiceLocal(WSConfigurationImpl.java:943)
    at com.sap.esi.esp.service.server.WSConfigurationImpl.onCommitStart(WSConfigurationImpl.java:777)
    at com.sap.esi.esp.service.server.ESPDeploymentInterface.onCommitStart(ESPDeploymentInterface.java:180)
    at com.sap.engine.services.webservices.server.deploy.wsclients.notification.WSClientsStartNotificationHandler.onCommitPhase(WSClientsStartNotificationHandler.java:46)
    at com.sap.engine.services.webservices.server.deploy.wsclients.notification.WSClientsAbstractDNotificationHandler.onShortPhases(WSClientsAbstractDNotificationHandler.java:110)
    at com.sap.engine.services.webservices.server.deploy.wsclients.notification.WSClientsAbstractDNotificationHandler.onShortPhases(WSClientsAbstractDNotificationHandler.java:50)
    at com.sap.engine.services.webservices.server.deploy.WSBaseAbstractDNotificationHandler.onCommitPhase(WSBaseAbstractDNotificationHandler.java:46)
    at com.sap.engine.services.webservices.server.deploy.wsclients.WSClientsStartProcess.commitProcess(WSClientsStartProcess.java:123)
    at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.commitStart(WebServicesDeployManager.java:844)
    at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.commitStart(ContainerWrapper.java:485)
    at com.sap.engine.services.deploy.server.application.StartTransaction.commonCommit(StartTransaction.java:332)
    at com.sap.engine.services.deploy.server.application.StartTransaction.commit(StartTransaction.java:315)
    at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:718)
    at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:755)
    at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesSequentially(ParallelAdapter.java:382)
    at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhases(StartTransaction.java:673)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:2980)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationOnInstanceWait(DeployServiceImpl.java:3439)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationOnInstanceAndWaitAuth(DeployServiceImpl.java:3587)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:2907)
    at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:112)
    at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:76)
    at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:42)
    at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:105)
    at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:69)
    at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:1131)
    at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:1020)
    at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:808)
    at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deployInternal(DeployerImpl.java:443)
    at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:217)
    at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:904)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:456)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:72)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:43)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:59)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:315)
    <br><br>
    The web service accepting the start message is created (I used an asynchronous web service). I can execute it but the process is not started. If I try to start it via the process repository, I get the following error:
    <br><br>
    Nachricht:  Failed to start the process; Process manager adapter may not be started
    Datum:  2010-04-16
    Zeit:  18:56:34:893
    Kategorie:  /Applications
    Ort:  com.sap.tc.bpem.wdui.procstarter.procstarter.comp.ProcStarterComp
    Applikation:  sap.com/tc~lm~itsam~ui~mainframe~wd
    <br><br>
    Any ideas?

    Hi Patrick
    How did you fixed it?
    Greets from switzerland
    Alex

  • 11G and activation agents , starting processes via mail

    Hi !
    Is it possible to start BPEL processes via an activation agent as in 10g by having the process waiting for a mail ?
    I can't find anything about this in the developer guide .

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Unable to start instance via EM

    Hi,
    i'm having trouble with a windows based rack.
    after a crash the oracle database had some problems and now i can't start instance.
    this is the error in Enterprise Manager:
    Srvctl Error
    An error occurred when executing the operation.
    Ensure that CRS processes and SRVCTL are functioning properly.
    Refresh the page to see the current status.
    Refer to the following error: SQL*Plus: Release 10.2.0.3.0 - Production on Mer Lug 9
    10:18:40 2008 Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    SQL> SQL>
    ERROR: ORA-01031: insufficient privileges
    PRKP-1001 : Error starting instance i1 on node db1
    CRS-0215: Could not start resource 'ora.db.db1.inst'.
    PRKP-1001 : Error starting instance i2 on node db2
    CRS-0215: Could not start resource 'ora.db.db2.inst'.
    PRKP-1001 : Error starting instance 13 on node db3
    CRS-0215: Could not start resource 'ora.db.db3.inst'.
    any suggestion??
    ah...is a 3 node cluster on windows server 2003 standard x64 and oracle 10.2.0.3 patchset 6 with CRS
    Message was edited by:
    Ciuoto

    Chen,
    this is crs_stat -t
    C:\>c:\oracle\product\10.2.0\crs\BIN\crs_stat -t
    Nome Tipo Dest...ne Stato Host
    ora....D1.inst application ONLINE OFFLINE
    ora....D2.inst application ONLINE OFFLINE
    ora....D3.inst application ONLINE OFFLINE
    ora....3D3.srv application ONLINE OFFLINE
    ora....DMIN.cs application ONLINE OFFLINE
    ora....3D1.srv application ONLINE OFFLINE
    ora....PROC.cs application ONLINE OFFLINE
    ora....3D2.srv application ONLINE OFFLINE
    ora....VIEW.cs application ONLINE OFFLINE
    ora.S3D.db application ONLINE OFFLINE
    ora....SM1.asm application ONLINE ONLINE s3dbw1
    ora....W1.lsnr application ONLINE ONLINE s3dbw1
    ora.s3dbw1.gsd application ONLINE ONLINE s3dbw1
    ora.s3dbw1.ons application ONLINE ONLINE s3dbw1
    ora.s3dbw1.vip application ONLINE ONLINE s3dbw1
    ora....SM2.asm application ONLINE ONLINE s3dbw2
    ora....W2.lsnr application ONLINE ONLINE s3dbw2
    ora.s3dbw2.gsd application ONLINE ONLINE s3dbw2
    ora.s3dbw2.ons application ONLINE ONLINE s3dbw2
    ora.s3dbw2.vip application ONLINE ONLINE s3dbw2
    ora....SM3.asm application ONLINE ONLINE s3dbw3
    ora....W3.lsnr application ONLINE ONLINE s3dbw3
    ora.s3dbw3.gsd application ONLINE ONLINE s3dbw3
    ora.s3dbw3.ons application ONLINE ONLINE s3dbw3
    ora.s3dbw3.vip application ONLINE ONLINE s3dbw3
    and...
    crs is up&running
    C:\>crsctl check crs
    CSS appears healthy
    CRS appears healthy
    EVM appears healthy
    and again...
    starting via srvctl
    C:\>srvctl start database -d s3d
    PRKP-1001 : Error starting instance S3D1 on node s3dbw1
    CRS-0215: Impossibile avviare la risorsa 'ora.S3D.S3D1.inst'.
    PRKP-1001 : Error starting instance S3D2 on node s3dbw2
    CRS-0215: Impossibile avviare la risorsa 'ora.S3D.S3D2.inst'.
    PRKP-1001 : Error starting instance S3D3 on node s3dbw3
    CRS-0215: Impossibile avviare la risorsa 'ora.S3D.S3D3.inst'.
    and the same starting signle instances
    starting via sqlplus
    SQL> startup
    ORA-00119: invalid specification for system parameter REMOTE_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENERS_S3D'

  • Unable to start Process Scheduler

    HRMS 9.1, PeopleTools 8.5.03, Oracle 11gR1, WebLogic 10.3, Windows XP Pro SP3.
    I have app and web servers up and running on a single machine. I have configured a process scheduler but when I try to start it I get the following error:
    CMDTUX_CAT:1685 ERROR: Application initialization failure
    tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initializing user error handler
    Shutting down all admin and server processes...
    I believe I configured it properly. What could be causing this error?
    Thanks...

    Issue resolved. In the configuration, DBBIN was pointing to the wrong directory. Thanks

  • Disabling resources via OIM API. Which appKey?

    Hi gurus!
    I'm developing my own scheduler tasks that use the OIM API to manage users and their resources. I'm working with OIM version 9.0.3
    One of these tasks has to disable a provisioned resource for an user, by using the tcUserOperationsIntf.enableAppForUser() method. This method has two parameters: the user key and the app key. So, before the invokation, I have to find them.
    I know how to get the user key, but I don't know which object key must I choose between the OBI_KEY, ORC_KEY and OIU_KEY.
    I've tried to do it with obi_key and oiu_key, and sometimes works with obi_key and sometimes with oiu_key. What is the difference between these two keys?
    This is my code:
         tcResultSet users = findUser(userLogin); //this method uses the tcUserOperationsIntf.findUsers() api method
         if (users != null) {
    tcResultSet resources = findResource("resource_name"); // this method uses the tcObjectOperationsIntf.findProvisionableObjects() api method
    long userKey = users.getLongValue("Users.Key");
    long resourceKey = resources.getLongValue("Objects.Key");
         tcResultSet resource = findResourceByUser(userKey, resourceKey, "Objects.Key"); //this method uses the tcUserOperationsIntf.getObjects() api method
    if (resource != null) {
    long obiKey = resource .getLongValue("Object Instance.Key");
    String status = resource .getStringValue("Objects.Object Status.Status");
    long oiuKey = recurso.getLongValue("Users-Object Instance For User.Key");
    if ("Disabled".equals(status)) {
    userUtil.enableAppForUser(userKey, oiuKey); //userUtil is an instance of tcUserOperationsIntf
    Edited by: bucle on 25-nov-2008 4:49

    What these are is roughly explained in the API Usage Guide for Meta Data mapping.
    OBI = Object Instance : There are lots of object instances including users.
    OIU = Object Instance for User : These are the object instances that actually belong to a user, for example a provisioned resource.
    You want the OIU which is returned by the getObjects method as the first value.
    Edited by: user809225 on 25-Nov-2008 14:09

  • Initiating a process via the GP API

    Hi,
    I am writing code that starts a GP process via GP API.  Is there way to discover the appropriate processID without using the GP Design-Time UI.  For example,  the code:
    IGPProcess process = GPProcessFactory.getDesigntimeManager().getActiveTemplate(processId, user);
    requires the processID. 
    Is there a way that I can find the processID via the GP API.  Perhaps,  by using the path to the appropriate process ("Examples/Time-Off Process/Time-off Process").
    Thanks
    Dick

    Hi Richard,
    You can find the process ID in the "Instantiation" tab of the process in the Design Time.
    Otherwise, you can create your own application that retrieves the processes list and you can pick one of them.
    The method "getRootCategory" will return you the root folder in the gallery. Then, the method "getActiveProcessTemplateByCategory" will return you a list of process template info objects. There you can aslo get the ID.
    Hope this helps.
    Best regards,
    David

  • Unable to Start OBIEE 11g Presentation Server

    Hello All,
    I am trying to Start the OBIEE 11g (11.1.1.6) Services. Checked EM, Presentation Server is showing Down. Not Started.
    Tried to Restarted the particular service alone, but no use. Getting the below error messages...
    Module - oracle.sysman.emai.view.bi.AvailabilityView
    Message - Can not restart selected component.
    Supplemental  - Detailoracle.sysman.emai.model.bi.ModelException: Failed to invoke method: start for bean: oracle.biee.admin:oracleInstance=instance1,type=BIDomain.BIInstanceDeployment.BIComponent,biInstance=coreapplication,process=coreapplication_obips1,
    group=Service
    Message - Error in starting component: oracle instance: instance1, component: coreapplication_obips1
    Supplemental - Detail oracle.bi.management.adminservices.opmn.ProcessControlException: Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obips1; msg: 0 of 1 processes started.
    Message    - MBean operation failed.
    Supplemental - Detail    oracle.bi.management.adminservices.model.ProcessManagementException: Unable to start process: instance1: coreapplication_obips1
    Please let me know if you need more details.
    Thanks in Advance...

    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 coreapplication obips1 component in OBII 11g

    Hi ,
    I have deployed the Rpd(Name - NdwCm) and webcatalog(Name - NdwCm)(obiee11.1.1.6.0) into EM,but I am unable to start the presentation services.
    If I deploy any another rpd and webcatalog then, Im able to start all services.. including presentation services.. Im using OBIEE11.1.1.6.0
    I am getting the following error msgs...
    In sawlog1 file .
    [2013-01-30T20:38:55.000+05:30] [OBIPS] [ERROR:10] [] [saw.views.evc.activate] [ecid: c4b0e92a0fcfb3d1:32fbcd80:13c8ba072d2:-8000-00000000000022cd,0:1] [tid: 4460] Error reading object: /system/metadata/_datatype_formats
    Sax parser returned an exception.
    Message: Invalid document structure, Entity publicId: , Entity systemId: , Line number: 1, Column number: 1[[
    File:catalogimpl.cpp
    Line:1240
    Location:
         saw.views.evc.activate
         saw.httpserver.processrequest
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadpool.socketrpcserver
         saw.threads
    RptPath: /shared/Animal Health/Test Results Report - Medical Tests
    SID: k1lk3o8os1o9ipashcj5f7l3ci
    SessionID: gprgf574nflptbo6gp06b8fldjahtqd4jhirgba
    AuthProps: AuthSchema=UidPwd|PWD=******|UID=bharat|User=Bharat
    ecid: c4b0e92a0fcfb3d1:32fbcd80:13c8ba072d2:-8000-00000000000022cd,0:1
    ThreadID: 4460
    In EM_
    #SEARCH_CRITERIA
    #     START_TIME: 2013-01-31T11:16:08.430+05:30
    #     END_TIME: 2013-01-31T12:16:08.430+05:30
    #     MESSAGE_TYPES:INCIDENT_ERROR, ERROR, WARNING, NOTIFICATION, TRACE, UNKNOWN
    #     ecid [OP_IS_IGNORE_CASE] c4b0e92a0fcfb3d1:5b85336b:13c8f4ebb4c:-8000-0000000000000219
    [2013-01-31T12:15:19.523+05:30] [AdminServer] [ERROR] [EM-02667] [oracle.sysman.emai.view.bi.AvailabilityView] [host: bchappidi] [nwaddr: 192.168.1.39] [tid: Thread-196] [userId: weblogic] [ecid: c4b0e92a0fcfb3d1:5b85336b:13c8f4ebb4c:-8000-0000000000000219,1:18167] [APP: em] [TARGET: /Farm_bifoundation_domain/bifoundation_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] Can not restart selected component.
    [2013-01-31T12:15:19.523+05:30] [AdminServer] [NOTIFICATION:32] [EM-02667] [oracle.sysman.emai.view.bi.AvailabilityView] [host: bchappidi] [nwaddr: 192.168.1.39] [tid: Thread-196] [userId: weblogic] [ecid: c4b0e92a0fcfb3d1:5b85336b:13c8f4ebb4c:-8000-0000000000000219,1:18167] [APP: em] [TARGET: /Farm_bifoundation_domain/bifoundation_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] Can not restart selected component.[[
    oracle.sysman.emai.model.bi.ModelException: Failed to invoke method: start for bean: oracle.biee.admin:oracleInstance=instance2,type=BIDomain.BIInstanceDeployment.BIComponent,biInstance=coreapplication,process=coreapplication_obips1,group=Service
         at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:191)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.processComponent(AvailabilityAssistant.java:634)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.restartComponent(AvailabilityAssistant.java:609)
         at oracle.sysman.emai.view.bi.AvailabilityView.restartComponent(AvailabilityView.java:553)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.sysman.emas.sdk.progress.WorkWrapper.run(WorkWrapper.java:96)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.management.MBeanException: Unable to start process: instance2: coreapplication_obips1
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
         at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:184)
         ... 9 more
    Caused by: javax.management.OperationsException: Unable to start process: instance2: coreapplication_obips1
         at oracle.bi.management.adminservices.mbeans.impl.ExternalExceptionHelper.externalize(ExternalExceptionHelper.java:42)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:183)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:156)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:1012)
         at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor$2.run(JpsJmxInterceptor.java:358)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalInvoke(JpsJmxInterceptor.java:374)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:103)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalInvoke(LoggingMBeanInterceptor.java:524)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:924)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
         at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         ... 15 more
    [2013-01-31T12:15:19.524+05:30] [AdminServer] [ERROR] [] [oracle.sysman.emas.sdk.progress.WorkWrapper] [host: bchappidi] [nwaddr: 192.168.1.39] [tid: Thread-196] [userId: weblogic] [ecid: c4b0e92a0fcfb3d1:5b85336b:13c8f4ebb4c:-8000-0000000000000219,1:18167] [APP: em] [TARGET: /Farm_bifoundation_domain/bifoundation_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] WorkWrapper caught exception:
    [2013-01-31T12:15:19.524+05:30] [AdminServer] [NOTIFICATION:32] [] [oracle.sysman.emas.sdk.progress.WorkWrapper] [host: bchappidi] [nwaddr: 192.168.1.39] [tid: Thread-196] [userId: weblogic] [ecid: c4b0e92a0fcfb3d1:5b85336b:13c8f4ebb4c:-8000-0000000000000219,1:18167] [APP: em] [TARGET: /Farm_bifoundation_domain/bifoundation_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] WorkWrapper caught exception: [[
    oracle.sysman.emSDK.app.exception.EMSystemException
         at oracle.sysman.emai.view.bi.AvailabilityView.restartComponent(AvailabilityView.java:557)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.sysman.emas.sdk.progress.WorkWrapper.run(WorkWrapper.java:96)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.sysman.emai.model.bi.ModelException: Failed to invoke method: start for bean: oracle.biee.admin:oracleInstance=instance2,type=BIDomain.BIInstanceDeployment.BIComponent,biInstance=coreapplication,process=coreapplication_obips1,group=Service
         at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:191)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.processComponent(AvailabilityAssistant.java:634)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.restartComponent(AvailabilityAssistant.java:609)
         at oracle.sysman.emai.view.bi.AvailabilityView.restartComponent(AvailabilityView.java:553)
         ... 6 more
    Caused by: javax.management.MBeanException: Unable to start process: instance2: coreapplication_obips1
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
         at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:184)
         ... 9 more
    Caused by: javax.management.OperationsException: Unable to start process: instance2: coreapplication_obips1
         at oracle.bi.management.adminservices.mbeans.impl.ExternalExceptionHelper.externalize(ExternalExceptionHelper.java:42)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:183)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:156)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:1012)
         at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor$2.run(JpsJmxInterceptor.java:358)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalInvoke(JpsJmxInterceptor.java:374)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:103)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalInvoke(LoggingMBeanInterceptor.java:524)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:924)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
         at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         ... 15 more
    #MESSAGE_COUNT: 12
    Can anyone have any clue about it?.
    Pls help me..
    Thanks & Regards
    Bharath Kumar

    Hi srini,
    Thanks Srini for ur Reply,
    Actually I created one empty catalog folder in this path(D:\OBIEE11g\instances\instance2\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog) next what i did is ,from the source catalog folder I was copyied all shared reports,dashbords into target (catalag->root-->) shared folder
    I have done the same way as u said. Im able to start the presentation services but
    when Im trying to open or edit some reports(few reports are opening with no issues),Im getting below error msg..
    Path not found (/shared/Analytical Testing/(171.0) Nutrient Analysis - Hills Vs External)
    Error Details
    Error Codes: U9KP7Q94
    Regards
    Bharath
    Edited by: 944656 on Jan 31, 2013 11:48 PM

  • Powershell start-process argumentlist

    I have an issue with powershell 4.0 where start-process converts my credentials from a type of System.Management.Automation.PSCredential to System.String.  Use the following lines to replicate this:
    $Credentials = Get-Credential
    get-member -InputObject $Credentials
    start-process C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -ArgumentList "Get-Member -inputobject $Credentials | out-file C:\results.txt"
    If you look at the results of the 1st get-member command, the type is System.Management.Automation.PSCredential.  If you look at the results of the 2nd get-member command, the type is System.String.  Does anyone know if this is intended behavior? 
    Is there a way around it?

    I am using start-process to run a command which interfaces with VMware PowerCLI.  One of the cmdlets of powercli is Set-OSCustomizationSpec.  Set-OSCustomizationSpec has an argument that accepts PSCredentials, -DomainCredentials.  When the
    credentials are passed without start-process, the cmdlet succeeds.  If I call it with start process, the cmdlet fails with the error
    'Set-OSCustomizationSpec : Cannot bind parameter 'DomainCredentials'. Cannot convert the "System.Management.Automation.PSCredential" value of type "System.String" to type "System.Management.Automation.PSCredential"'
    The actual command i am using is: "start-process powershell -argumentlist "<Add VMwareSnapins>;Set-OSCustomizationSpec <SPEC> -NamingScheme <Scheme> -NamingPrefix <Name> -DomainCredentials <Credentials>; new-vm..."
    If you issue the command "get-member -inputobject $Credentials | out-file C:\results.txt" the type shows system.management.automation.pscredential.  If you issue the exact same command with start-process(start-process powershell.exe -argumentlist
    "get-member....) the type shows system.string. 
    The issue has nothing to do with piping to a text file.  The original post was simply a demonstration of the error.  I apologize for the initial lack of clarity. 

  • 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 BPm process

    Hi
    I have a process model with a start process (wsdl which takes some inputs) and then next task assigned to a dynamic user based on inputs in start process.
    While I try to start the process manually from nwa by giving inputs i see teh error "Failed to start the process; Process manager adapter may not be started; error= com.sap.glx.adapter.api.AdapterException: Process start failed due to TransitionException"
    This error pops up randomly whenever I change some user mapping at the second level task (not start process and next task)
    Any clues?
    Regards
    Lavanya

    Hi Lavanya,
    Could you please tell me how you resolved. I am also getting same error.
    com.sap.glx.adapter.api.AdapterException: Process start failed due to TransitionException
    Thanks in advance.
    cheers,
    dev

  • Trying to connect my iPad Air 1 to my iPhone 5S set as a hotspot via WiFi method.  iPad sees the iPhone as wifi hotspot, but an error appears 'Remote Hotspot Failure .. Unable to start personal hotspot'.   How do I fix this issue??

    Trying to connect my iPad Air 1 to my iPhone 5S set as a hotspot via WiFi method.  iPad sees the iPhone as wifi hotspot, but an error appears 'Remote Hotspot Failure .. Unable to start personal hotspot'.   How do I fix this issue??

    iOS: Troubleshooting Personal Hotspot - Apple Support

  • Unable to start Extract and Replicate process?

    Hi,
    I have setup GG b/w two 10.2 databases in two different server(RHEL 5) . But unable to start the extract and replicate process
    Source
    GGSCI (prod.naveed.com) 1> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     STOPPED                                          
    EXTRACT     STOPPED     EXT1        00:00:00      00:43:42   
    GGSCI (prod.naveed.com) 2> start mgr
    Manager started.
    GGSCI (prod.naveed.com) 3> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     RUNNING                                          
    EXTRACT     STOPPED     EXT1        00:00:00      00:43:48   
    GGSCI (prod.naveed.com) 4> start extract ext1
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    GGSCI (prod.naveed.com) 5> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     RUNNING                                          
    EXTRACT     STOPPED     EXT1        00:00:00      00:43:56   
    GGSCI (prod.naveed.com) 6> view params mgr
    PORT 7809
    USERID GG_ADMIN, PASSWORD GG_ADMIN
    PURGEOLDEXTRACTS /home/oracle/golden_gate/dirdat/ex, USECHECKPOINTS
    GGSCI (prod.naveed.com) 7> view params ext1
    –extract group–
    extract ext1
    –connection to database–
    userid GG_ADMIN, password GG_ADMIN
    –hostname and port for trail–
    rmthost 172.168.1.11, mgrport 7809
    –path and name for trail–
    rmttrail /home/oracle/golden_gate/dirdat/lt
    –DDL support
    DDL INCLUDE ALL
    ddl include mapped objname NAVEED.*;
    –DML
    table NAVEED.*;
    GGSCI (prod.naveed.com) 8> exitTarget
    [oracle@Test golden_gate]$ ./ggsci
    Oracle GoldenGate Command Interpreter for Oracle
    Version 11.2.1.0.1 OGGCORE_11.2.1.0.1_PLATFORMS_120423.0230_FBO
    Linux, x86, 32bit (optimized), Oracle 10g on Apr 23 2012 07:06:02
    Copyright (C) 1995, 2012, Oracle and/or its affiliates. All rights reserved.
    GGSCI (Test.naveed.com) 1> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     RUNNING                                          
    REPLICAT    STOPPED     REP1        00:00:00      00:35:39   
    GGSCI (Test.naveed.com) 3> start replicat rep1
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (Test.naveed.com) 4> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     RUNNING                                          
    REPLICAT    STOPPED     REP1        00:00:00      00:36:06   
    GGSCI (Test.naveed.com) 5> view params mgr
    PORT 7810
    USERID GG_ADMIN, PASSWORD GG_ADMIN
    PURGEOLDEXTRACTS /home/oracle/golden_gate/dirdat/ex, USECHECKPOINTS
    GGSCI (Test.naveed.com) 6> view params rep1
    -Replicat group-
    replicat rep1
    –target database login –
    USERID GG_ADMIN, PASSWORD GG_ADMIN
    –file for dicarded transaction –
    discardfile /home/oracle/golden_gate/discard/rep1_discard.txt, append, megabytes 10
    –ddl support
    DDL INCLUDE ALL
    DDLERROR DEFAULT IGNORE RETRYOP
    –Specify table mapping —
    MAP NAVEED.*,       TARGET NAVEED.*;
    GGSCI (Test.naveed.com) 7>

    Thanks it worked, I m able to start both extract and replicate process.
    But when i create a new table and do some DML it is not getting replicated in the TARGET DB?
    Source
    GGSCI (prod.naveed.com) 1> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     RUNNING                                          
    EXTRACT     RUNNING     EXT1        00:30:52      00:00:10   
    GGSCI (prod.naveed.com) 2> view mgr
    ERROR: Invalid command.
    GGSCI (prod.naveed.com) 3> view params mgr
    PORT 7809
    USERID GG_ADMIN, PASSWORD GG_ADMIN
    PURGEOLDEXTRACTS /home/oracle/golden_gate/dirdat/ex, USECHECKPOINTS
    GGSCI (prod.naveed.com) 4> view params ext1
    --extract group
    extract ext1
    --connection to database
    userid GG_ADMIN, password GG_ADMIN
    --hostname and port for trail
    rmthost prod.naveed.com, mgrport 7809
    --path and name for trail
    rmttrail /home/oracle/golden_gate/dirdat/lt
    --DDL support
    ddl include mapped objname NAVEED.*;
    --DML
    table NAVEED.*;Target
    GGSCI (Test.naveed.com) 3> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     RUNNING                                          
    REPLICAT    RUNNING     REP1        00:00:00      00:00:02   
    GGSCI (Test.naveed.com) 4> view params mgr
    PORT 7810
    USERID GG_ADMIN, PASSWORD GG_ADMIN
    PURGEOLDEXTRACTS /home/oracle/golden_gate/dirdat/ex, USECHECKPOINTS
    GGSCI (Test.naveed.com) 5> view params rep1
    --Replicat group
    replicat rep1
    --target database login –
    USERID GG_ADMIN, PASSWORD GG_ADMIN
    --file for dicarded transaction –
    discardfile /home/oracle/golden_gate/discard/rep1_discard.txt, append, megabytes 10
    --ddl support
    DDL INCLUDE ALL
    --Specify table mapping
    MAP NAVEED.*, TARGET NAVEED.*;Source
    SQL> conn NAVEED/NAVEED
    Connected.
    SQL> create table tab_1 (id number,rnd_str varchar2(12));
    SQL> insert into tab_1 values (1,'test_1');
    SQL>commit;
    SQL> select * from tab_1;
            ID RND_STR
             1 test_1Target database:
    SQL> conn NAVEED/NAVEED
    Connected.
    SQL> select * from tab_1;
    select * from tab_1
    ERROR at line 1:
    ORA-00942: table or view does not exist

  • Unable to start Hyperion EPM Architect - Process Manager after upgrade

    Hi All,
    I'm unable to start Hyperion EPM Architect - Process Manager after upgrading from EPMA 11.1.1.3.0 to 11.1.1.3.03. I get the following error in the Event Viewer.
    Service cannot be started. Hyperion.DimensionServer.ProcessManager.Interface.ProcessManagerException: Cannot initialize the Session Manager. ---> Hyperion.DataAccessLayerCore.DataAccessLayerException: Database version mismatch:  Hyperion.SessionManager schema version is 9.5.0.0.0.10,  database schema version is 9.5.0.0.9.1.
    at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion)
    at Hyperion.SessionManager.DAO.SessionManagerDataAccessLayer..ctor(NameValueCollection settings)
    at Hyperion.DimensionServer.SessionManager.SessionStoreRdbms.Initialize(String rdbmsVendor, String rdbmsConnParams, Int32 rdbmsCommandTimeout)
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String jvmPath, String classPath, String ctgLibPath, String cssConnInfo, String hubHost, String hubPort, Boolean enableNestedGroups, String rdbmsVendor, String rdbmsConnParams, Int32 rdbmsCommandTimeout, Boolean restorePastInstanceSessions, Boolean ...
    I've run through all the steps of patching EPMA ran the Oracle_Upgrade 9.5.0.0.0.10 to 9.5.0.0.9.1.sql script per the patch readme. But can't figure out where it's pulling the schema version number from. Any ideas?
    Thanks,
    Chuck

    Hi,
    you forgot to update the EPMA database. Last step in patching is:
    Now, you must run the database upgrade script before starting the process manager.
    Run the single database upgrade script that corresponds to your database vendor.
    Oracle_Upgrade 9.5.0.0.0.10 to 9.5.0.0.9.1.sql
    SQL_Server_Upgrade 9.5.0.0.0.10 to 9.5.0.0.9.1.sql
    DB2_Upgrade 9.5.0.0.0.10 to 9.5.0.0.9.1.sql
    The scripts are located in the following directory:
    %HYPERION_HOME%\OPatch\EPMA_11_1_1_3_01\files\products\Foundation\BPMA\Server\conf\
    hope that helps.

Maybe you are looking for