Expense management tutorial error

I have completed all the steps of expense management tutorial. but when I try to run the process using the start engine, I am getting the following error.
Error: The project publication has failed. Reason:'_ConfirmReceipts' is not a member of 'Feugo_AutoGen_Screenflows_'..
I have redone this example 3,4 times from the scratch.still this same error persists. What am I missing . Please help.

There were two errors in your project that showed up in the Problems tab. I put out the fixed version of your project on http://www.4shared.com/file/xPCET82f/ExpenseManagementFix.html
You followed the instructions in the tutorial and were bitten by a very poor practice that it recommends. I thought I'd corrected this in the errata that I sent you, but I'm must be mistaken. Both errors were caused by the argument mapping you did in the "Confirm Receipts" task in the "Confirm Receipts" Screenflow. One of the errors was
"Expressions can only be used on the right side of an assignment in argument mappings. The current invalid expression is: action located in Activity ConfirmReceipts"I first double clicked the description of the error. This took me to the Confirm Receipts screenflow. I right mouse clicked the "Confirm Receipts" task -> "Main Task" -> "Argument Mappings". Note that on the left of this dialog there are two mapping ("ConfirmReceiptsIn" and "ConfirmReceiptsOut"). Click the outgoing argument mapping called "ConfirmReceiptsOut". Once this was clicked, I saw the two mappings that the tutorial has you enter. What the tutorial recommends is a disasterously poor practice so I removed both of these and the errors in your project went away.
Your Confirm Receipts screenflow is now enhanced to work the way the way it should work with a cancel button. Added is a new Cancel task where the action variable is set to CANCEL. Note the new conditional transition going to it with the transition name of "cancel" the name of the button on your presentation.
Bottom line, ignore the screenflow argument mapping the tutorial has you doing for the Interactive Component Call. Argument mapping is done in Begin, End and where Interactive activities invoke screenflows and where processes invoke subprocesses. Do not change the default argument mapping in Interactive activities.
Dan

Similar Messages

  • Screenflow argument problems - Expense Management Tutorial

    Hi All,
    I'm new with ALBPM, and I get started with Expense Management tutorial, all its ok until:
    After I Implemented the Activity 4 (http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/tutorial/index.html) of this tutorial, I've gotten a "Problem"
    All arguments must be fulfilled when defining the incoming argument mapping of a screenflow invocation task (Activity:Edit Report, task: Edit Report)
    This message it seems self explained, but I review and I can't see where missing some data.
    Someone can help me?
    Thanks Gurus
    C.Arruda
    Edited by: user7996916 on May 7, 2009 1:14 PM
    Edited by: user7996916 on May 7, 2009 6:16 PM

    Without knowing the tutorial very well, it sounds like you either have 'extra' incoming arguments, or that you are not mapping them at all.
    If you right click the 'sub screenflow' activity in your main process, go down to 'Main Task'
    From here, select 'Argument Mapping', and then click the 'plus' sign on the right. It will create a drop down on the left that lists all the 'incoming arguments' If you have any there that aren't accounted for, you will need to select one from the right side to populate into it.
    Hope that helps!
    -Kevin

  • Problem with Expense Management tutorial

    In the tutorial, Activity 3, Designing a Screen flow, the tutorial states to add a Main Task to the Interactive Component Call.
    While adding the main task...
    4. In the Implementation Type list, select BPM Object Interactive Call. - This works fine.
    5. In the Select BPM Object Variable list, select reportSf. - this variable is not available, the list is blank.
    Has anyone else ran into this? What did you do to fix this?
    Is this just my installation or has anyone else run into this sometime in the past?
    THANK YOU!!

    Hi,
    I guess I see why it was written this way, but the tutorial takes the more difficult approach to argument mapping.
    The tutorial wants you to use an existing screenflow. The problem is that the existing screenflow was built for an Interactive activity inside the process that has work item instances flowing both into and out of the activity. This screenflow in the tutorial has incoming arguments that the tutorial is having you use for a Global Creation activity (an activity where instances get created and that no incoming arguments). In real life, when you're building a screenflow for a Global Creation activity, you'd not create it with the incoming arguments that you're having to set in step 17 on page 38.
    To get around this:
    1) Click "Submit Report In" in the upper right corner of the dialog it has you open in step 16
    2) Click the "+" in the upper right corner
    3) Click in the first row of the "Submit Report's input arguments" column
    4) Pick "reportSfArg" from the dropdown (ironically - this is the incoming argument variable coming into the screenflow of a Global Creation activity that should not have incoming argument variables)
    5) Click in the first row of the "Value" column
    6) You will not see any values in the dropdown, but manually type in the text "ExpenseReport()". This is the name of the constructor for the incoming argument variable's object that should not be there in the first place.
    I guess I see why it was written this way, but I sure wish the easy way would have been used.
    Dan

  • PR05 Travel Expense Manager.Messag : Error while initiating travel form

    Hi,
    We're upgrading from 4.6C to ECC6.0 . With transaction PR05 we're getting error message .
    Transaction PR05 -> entered in personnel no XXXXXXXXX and pressed the green checkmark. I then select a line - for this I selected the second line that said Transferred PAY. I then hit the RESULTs button on the menu bar and get the following error message:
    "Error while initiating travel form"
    Message no. 56568
    Please advise how to fix issue.
    Thanks.
    Saeed

    HI,
    My first participation.
    Entry the transaction SE16N in the table V_T702N_A and click F8.
    Select your variant code and double click.
    Displays 30 column (3 groups with 10 column)  and 6 lines.
    Change the column 4 (third group) and line 5 (Others calculation), is satisfied with 0, should change to 1.
    Helped ?

  • Contacts Management Tutorial -- MySQL error on last step!

    I just completed the contacts management tutorial and in the final exercise using the QuB I get the following error:
    "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY name_con' at line 1"
    This is interesting because you are instructed to remove the "ORDER BY name_con" from the SQL query (pg. 62) because, according to the author, "This step makes the query easier to view when you open MX Query Builder." Leaving the "ORDER BY name_con" produces the same result. Any ideas on why the error is generated? I was nearly done with my first ADDT tutorial and all had gone well up to this point!!!

    Hi Paul,
    just a bit frustrated after a rather long session
    yeah I understand this of course, but replies to whatever question may take some time, and - hey - we also had a weekend :-)
    Any idea how to access the complete SQL query?
    humm -- isn´t the complete query displayed close to the "You have an error in your SQL syntax..." error message ?
    I've a feeling the "nulls" may be guilty
    you can easily "debug" this by (temporarily) changing NOT NULL columns to NULL in the DB and hence get a clue whether this assumption is right or not.
    However, I think it´s probably just a tiny syntax error, as that error message indicates -- what exactly appears directly preceeding the 'ORDER BY name_con' part of your query ?
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Oracle BPM - Expense Management Example problem

    Hi,
    I have just started to explore Oracle BPM Version 10.3.2 and I am trying to execute the Expense Management Project as given in the starters documentation.
    http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/tutorial/index.html
    After deploying the process and going into the workspace using
    http://localhost:8585/workspace
    I am not getting anything listed in the Applications tab. It is showing the following error:-
    Could not retrievePrincipal applications for process '/ExpenseReporting'.
    I searched in this same forum and came across this post:-
    Re: Why there is no application in workspace?
    which says that it may be due to version conflicts or some error coming up in the problems tab.
    I checked my problems tab but it is not showing anything.
    Eliminating this I thought it may be due to version conflicts (as i am following the post) so I uninstalled all my JDK's and just installed jdk 1.6 update 21 but still I got the same problem - i think this solved the issue for some users (Satya Anareddy)
    Then in one comment in the same post given by Dan (Daniel Atwood ) i tried using the default 1.5 JM.
    But still I am getting the same error.
    I am completely confused as to what the problem could be.
    Please could anyone give me some directions.
    Thanks,
    Rohit
    Edited by: 801493 on Oct 11, 2010 6:02 AM
    Edited by: 801493 on Oct 11, 2010 6:03 AM

    Please follow this step may this solve your problem.
    please modify any thing in process "ExpenseReporting" for example any transition or any activity to place some where else or any other modification and then save that process. Then clean the project and build and deploy it.
    if this also not solve the problem then export that project to and import it again in your workspace (Create new workspace or change the project name in same workspace ) and then again clean, build and deploy the application then test in work space.
    Thanks,
    Brijesh Kumar Singh

  • ExpenseManagement Tutorial Error

    Hello Everyone,
    I tried the tutorial (not the Hands-on Lab) with the Expense Management Case. I went through everything and could do just until the screenflow comes up. I could add and embed the screenflow used for input in the process. My variables are just as they must be according to the tutorial.
    But as soon as i want to test it in the sandbox-test engine out of studio it crashes and tells me in the log:
    LOG_ERROR Fehler workspace-1228910301434
    The task could not be successfully executed.
    Reason: 'javax.servlet.ServletException: The task could not be successfully executed.
    Reason: 'java.lang.StackOverflowError'.'.
    Verursacht durch: The task could not be successfully executed.
    Reason: 'java.lang.StackOverflowError'.
    fuego.lang.ComponentExecutionException: The task could not be successfully executed.
    Reason: 'javax.servlet.ServletException: The task could not be successfully executed.
    Reason: 'java.lang.StackOverflowError'.'.
         at fuego.web.execution.InteractiveExecution.setExecutionError(InteractiveExecution.java:307)
         at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:166)
         at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
         at fuego.web.papi.TaskExecutor.processRedirect(TaskExecutor.java:239)
         at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:104)
         at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
         at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
         at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:66)
         at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:81)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:293)
         at fuego.web.execution.servlet.ServletExternalContext.forwardInternal(ServletExternalContext.java:197)
         at fuego.web.execution.servlet.ServletExternalContext.processAction(ServletExternalContext.java:110)
         at fuego.workspace.execution.WorkspaceInteractiveExecution.dispatchComponentExecution(WorkspaceInteractiveExecution.java:98)
         at fuego.web.execution.InteractiveExecution.invokePrepare(InteractiveExecution.java:351)
         at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:192)
         at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
         at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
         at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349)
         at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
         at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
         at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
         at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
         at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
         at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
         at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
         at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    Caused by: javax.servlet.ServletException: The task could not be successfully executed.
    Reason: 'java.lang.StackOverflowError'.
         at fuego.xobject.runtime.XORuntimeManager.initPresentationComponents(XORuntimeManager.java:241)
         at fuego.xobject.runtime.DataProcessing.initData(DataProcessing.java:38)
         at fuego.xobject.runtime.DataProcessing.process(DataProcessing.java:31)
         at fuego.xobject.runtime.XORuntimeManager.makeXScreen(XORuntimeManager.java:1033)
         at fuego.xobject.runtime.XOExecutionController.input(XOExecutionController.java:291)
         at fuego.xobject.runtime.components.XOInputController.service(XOInputController.java:40)
         at fuego.web.execution.servlet.ServletRedirector$ControllerRedirector.forward(ServletRedirector.java:197)
         at fuego.web.execution.servlet.ServletRedirector.redirect(ServletRedirector.java:58)
         at fuego.web.papi.TaskExecutor.processRedirect(TaskExecutor.java:224)
         ... 101 more
    What can I do to fix it? I'm not as fit in java...
    Thx
    Ivo

    Hi!
    This is probably a JRockit memory problem, the JVM maybe exceeds memory limits.
    In BEA's documentation you can find some info to resolve this: http://edocs.bea.com/jrockit/geninfo/diagnos/crash.html#wp998430
    Regards,
    Thiago

  • Adobe application manager - download error. please contact customer support

    trying to download cc apps to my laptop (my second computer) - mac os 10.8.3 - safari browser (failed w/ firefox too)
    been having this issue for a couple months... want to clear it up befor the new cc releases
    so I just uninstalled and removed all adobe apps from my computer - including the adobe application manager
    restarted my computer (shut down my desktop) - downloaded the 'new' adobe application manager
    tried to log in and got the following error (same error I have been getting for months)
    adobe application manager - download error. please contact customer support

    I renamed the OOBE folder to OOBE_old
    but I cannot find the opm.db file -
    I do not seem to have a library in my user h2oonstone folder...
    I did search the HD for the opm.db file - says nothing found

  • Sys.webforms.page request manager server error exception:An unknown error occured while processing the request on server. The status code returned from the server was:0

    sys.webforms.page request manager server error exception:An unknown error occured while processing the request on server. The status code returned from the server was:0 We got this response(In firebug console) when we try to click on link (after leave webpage for 3 minuts ideal) which is AJAX based. Please reply ASAP because its urgent.

    Hi SP,
    Please check if the following web config appSettins value settings from SSRS server could fix the issue (Note, back up your original web config file before any modification).
    http://stackoverflow.com/questions/10911610/ssrs-webpage-error-status-code-500
    http://srinivasbn.blogspot.in/2013/09/syswebformspagerequestmanagerservererro.html
    http://connect.microsoft.com/SQLServer/feedback/details/782155/ssrs-2012-failed-with-win32-error-0x03e3
    If you have more questions about the SSRS error logs related to this issue, you can post in the SSRS forum for a better assistance with more experts.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SAP Travel & Expense Management (TRIP) in the Enterprise Portal environment

    HI All
    I am Viki. In our organization they are planning to implement the SAP Travel & Expense Management (TRIP) in the Enterprise Portal environment. Can any one help me how to start this process other details like
    What is the business package for Travel and Expense Managment
    How many Iviews are there
    How to show the Travel data in portal
    How to configure the UWL for TRIP
    What are all roles?
    Please help me in this regard
    Thanks
    Viki

    Hi Viki,
    SAP Travel & Expense Management  comes under ESS Package,
    to use these service we need to take license and all So first
    you gather your requirement ,then check for license n with SAP.
    Check Below links for details
    [Link 1|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/a0b47200-9c6d-2910-afa6-810c12eb7eb3 [original link is broken]]
    [Link 2|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a]
    [Link 3|http://www.sap-img.com/human/what-is-ess-mss.htm]
    Regards,
    Piyush

  • Search Help for Region in travel expense manager

    All,
    The travel expense manager has a field called Region in the "general trip data" section . This region is used to to determine the Per diems and Flat rates for meals and accomodation.
    This values can only be the values that exist in T7020 table. That is T7020 is a check table for this field. But there is no search help provided for this field in the transaction PR05. When I click on the search help (f4), i do not get any values. It is impossible for the user to know the codes for the region in contention. Like for Phoenix, the code is AZ/PH. There is no way the user will know these codes without the F4 search help. Any ideas if this is a configuration thing or any round about way to get over this issue?
    Thanks in advance
    regards
    Sam

    hi
    create your customized search help and add to the field.

  • Adobe application manager getting error code : A12E6 please what can i do ?

    adobe application manager getting error code : A12E6 please what can i do ?

    Anass63113494 what Adobe software or service are you attempting to install?  Also which operating system are you using?

  • ORA-27023: skgfqsbi: media manager protocol error

    can some one please tell me what to do regarding this error, and how can i solve it. the result log is stated below...
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Oct 16 15:26:49 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN>
    connected to target database: MOT (DBID=2759813257)
    using target database control file instead of recovery catalog
    RMAN>
    echo set on
    RMAN> run {
    2> allocate channel oem_sbt_backup type 'sbt_tape' format '%U';
    3> backup as BACKUPSET current controlfile tag '10162007032648';
    4> restore controlfile validate from tag '10162007032648';
    5> release channel oem_sbt_backup;
    6> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on oem_sbt_backup channel at 10/16/2007 15:26:50
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    RMAN> allocate channel for maintenance type 'sbt_tape' ;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on ORA_MAINT_SBT_TAPE_1 channel at 10/16/2007 15:26:51
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    RMAN> delete noprompt backuppiece tag '10162007032648';
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=125 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of delete command at 10/16/2007 15:26:51
    RMAN-06168: no backup pieces with this tag found: 10162007032648
    RMAN> exit;
    Recovery Manager complete.

    can some one please tell me what to do regarding this error, and how can i solve it. the result log is stated below...
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Oct 16 15:26:49 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN>
    connected to target database: MOT (DBID=2759813257)
    using target database control file instead of recovery catalog
    RMAN>
    echo set on
    RMAN> run {
    2> allocate channel oem_sbt_backup type 'sbt_tape' format '%U';
    3> backup as BACKUPSET current controlfile tag '10162007032648';
    4> restore controlfile validate from tag '10162007032648';
    5> release channel oem_sbt_backup;
    6> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on oem_sbt_backup channel at 10/16/2007 15:26:50
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    RMAN> allocate channel for maintenance type 'sbt_tape' ;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on ORA_MAINT_SBT_TAPE_1 channel at 10/16/2007 15:26:51
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    RMAN> delete noprompt backuppiece tag '10162007032648';
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=125 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of delete command at 10/16/2007 15:26:51
    RMAN-06168: no backup pieces with this tag found: 10162007032648
    RMAN> exit;
    Recovery Manager complete.

  • Extending Expense Management Example in BPM Suite

    Hi All,
    I am a newbie for BPM Suite. I went through the expense management example.. Next, I would like to extend the example and integrate it with external resources like database and http server (apache tomcat will do).
    For eg, Can I store the list of participants in the database and retrieve them when I launch my workspace.
    I read about BPM Process API (PAPI), PBL, Fuego but I am not able to relate these. Can anyone please explain me how are they used in integration with BPM Suite ??? Next, How is BPEL Manager Used with BPM Suite ???
    I tried searching internet for tutorials/articals but was not able to find anything relevant.
    Kindly help...
    Many Thanks,
    Sophie

    Here are the steps:
    1. create an external source for your DB: right-click on External Resources -> New External Resource -> Type: SQL Database -> enter all necessary information on your DB (page 145 Oracle BPM StudioGuide)
    2. create a module: right-click on Catalog -> New -> Module -> enter name (page 167 Oracle BPM StudioGuide)
    3. catalog the external resource: right-click on the newly created Module -> Catalog Component -> SQL -> choose your ex. res.
    4. create a BPMObject according to your data structure you want to store.
    5. create a presentation based on this BPMObject
    6. use a BPM Object Interactive Call in your screenflow to display the form (presentation).
    7. implement an automatic activity (impl. type: method) and enter this SQL statement into the method (var1SF id my instance variable in the screenflow):
    INSERT INTO buch (id, titel, author, preis)
    VALUES (var1SF.id, var1SF.titel, var1SF.author, var1SF.preis)
    Have also a look at the thread:
    h4. BPM and database interaction
    and consider Dan Atwood's answer (i couldn't implement it yet...) on reading data from the DB

  • Cannot Connect to HP Connection Manager. Error 8008005

    I  have an HP Pavilion dv6 Notebook PC and keep getting an error "cannot connect to HP Connection Manager. Error 80080005" I have tried unsuccessfully to resolve through prompts. Any ideas?
    This question was solved.
    View Solution.

    Hello Mrmcmorris.  I understand you're wondering how to get the latest drivers for your notebook.
    The easiest way to get the latest drivers is to ensure that you have both the HP Software Framework and HP Support Assistant installed.  Then you can run HP Support Assistant.  It will scan your system and check HP's database for any updates to your drivers and HP-software.  
    If you find this helpful you can click the white star under my name to give me Kudos.
    Let me know the result.  Have a great day!
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

Maybe you are looking for

  • Mini-DVI out problem

    I recieved my mini-dvi -> dvi apple adaptor from ebay this morning (finally!), but am having a feew teething problems. The plug fits snugly in the back of the iMac, but if pressure( only a little) is applied to the side or top of the plug (the one go

  • Create opportunity using workflow rule

    Hi, Is there a way to create an opportunity record using a workflow rule. We want to be able to create a service opportunity to be triggered automatically by the sales person by either updating a flag or check box which inturn triggers a workflow rul

  • Database write using the Database Adapter

    i'm using Jdeveloper version 11.1.1.3.37.55.99 - and I'm not sure that I'm doing this right but: I've created a database table that has 3 attributes (id, name, description). I've then in the soa composite created a Database Adapter to have an insert

  • Thinkpad t41 dual monitor pivot

    I have recently got a new monitor with pivot feature. I am not able to make it work so it is usable though... I use arandr (xrandr frontend) for setting xorg, but as soon as I set the orientation of the secondary monitor to left (to use pivot), even

  • 9iAS Standard vs Enterprise

    To be able to user all J2EE/EJB functionality, do we need standard edition or Enterprise edition of iAS? How about to use BC4J? Thanks