Closing tasks

I have set up some new task statuses and set up the transitions. However, after settiing the task status to one of the new ones, when i try and save the change, i get the message 'For closing task, assignment should have Cancelled, Closed, Completed OR Rejected status.'. The new ones are to do with closed tasks and have the closed box ticked in the setup.
Am i missing something?
Thanks
Trevor

You are moving the Task to CLOSED status. The message states that when the Task is moved to CLOSED, the Task Assignment should have already been CANCELLED / CLOSED / COMPLETED / REJECTED.
So, close your task-assignment before closing the task.

Similar Messages

  • UWL Closed Task Visibility

    Hi
    I have a question about UWL Task visibility.
    I have a role managers, all of them can see new task. But as soon as one of them close the task the task is visible only on his closed task list. I would like to make it visible to all managers. Is that possible

    Hi,
    Closing tasks to update does not remove assignments from existing timesheets.
    See reference in this article:
    http://www.mpug.com/articles/how-to-remove-completed-and-cancelled-projects-and-tasks-from-timesheets-in-project-server/
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How do you request to re-open a closed task/bug?

    I have been able to duplicate a bug and want to request to re-open it.  But I can't find anything when reviewing the closed bug that I can select to request it to be re-opened.
    Thanks,
    Sean

    Below the 'Closed by' part (above the comments, on the left) there's a 'Request re-open' button.
    Edit: You need to be logged in. To log in, you need to create an account (it's a separate one from the one you use on the forum or wiki).
    Last edited by karol (2012-09-19 04:44:37)

  • SavePointException occurring when closing task flow ran as dialog

    Hi,
    JDeveloper: 11.1.1.5
    Whenever I close a task flow that is run as a dialog, either using the 'X' button at the top, or by executing a return activity, I am getting the following exception. Before when I attempted to close the dialog, I would get a warning about unsaved changes, but I wouldn't get any exceptions. Any idea what is going on?
    <ControllerState> <deliverWindowCloseEvent> ADFc: Exception thrown by window close listener.
    oracle.adfinternal.controller.savepoint.SavePointException: ADFC-08011: The JNDI connection name is not specified in configuration file adf-config.xml.
         at oracle.adfinternal.controller.savepoint.SavePointUtil.createAndLogSavePointException(SavePointUtil.java:54)
         at oracle.adfinternal.controller.savepoint.SavePointUtil.createAndLogSavePointException(SavePointUtil.java:38)
         at oracle.adfinternal.controller.savepoint.SavePointDBConnectionFactory.getConnection(SavePointDBConnectionFactory.java:104)
         at oracle.adfinternal.controller.savepoint.SavePointDBPersistManager.getConnection(SavePointDBPersistManager.java:188)
         at oracle.adfinternal.controller.savepoint.SavePointDBPersistManager.createAndExecuteStatement(SavePointDBPersistManager.java:709)
         at oracle.adfinternal.controller.savepoint.SavePointDBPersistManager.createTable(SavePointDBPersistManager.java:173)
         at oracle.adfinternal.controller.savepoint.SavePointDBPersistManager.insertSavePoint(SavePointDBPersistManager.java:205)
         at oracle.adfinternal.controller.savepoint.DBSavePointManagerImpl.storeSavePoint(DBSavePointManagerImpl.java:126)
         at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.storeSavePoint(SavePointManagerImpl.java:263)
         at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.createAndStoreSavePoint(SavePointManagerImpl.java:228)
         at oracle.adfinternal.controller.savepoint.SavePointCreateListener.windowClosed(SavePointCreateListener.java:53)
         at oracle.adfinternal.controller.state.ControllerState.deliverWindowCloseEvent(ControllerState.java:1920)
         at oracle.adfinternal.controller.state.ControllerState.windowClosed(ControllerState.java:1931)
         at oracle.adfinternal.controller.application.WindowIdProviderImpl.windowClosed(WindowIdProviderImpl.java:221)
         at oracle.adfinternal.view.faces.context.RichPhaseListener._handleWindowClosed(RichPhaseListener.java:579)
         at oracle.adfinternal.view.faces.context.RichPhaseListener.afterPhase(RichPhaseListener.java:288)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:399)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Edited by: 912202 on Sep 20, 2012 12:44 AM

    Hi Frank
    Do you know of a good optician, I think I need some glasses :-)
    The hight and width proprieties of the command button did the trick.
    Kind Regards
    Paul

  • Several DAQmx Channels with Start and Clear Task VI's

    Hi,
    I'm trying to read in several DAQmx channels in a while loop. When I just place the channels within the while loop and connect them directly to the read VI's, everything is fine. But I read in the help, that this will slow down my system, because it's opening and closing the task each cycle. So I used Start Task and Clear Task VI's to open and clear them before and after the loop. But now it's only reading one of my channels in, although I wired all of them in exactly the same manner. Anyone has an idea, what I did wrong?
    Thanks,
    Miclas
    Attachments:
    Save&Stop DAQ.JPG ‏87 KB

    You would have seen the error if you had wired up and error indicator.
    You cannot run multiple tasks of the same type (i.e. an analog input) at the same time. What you read about stopping and closing tasks is correct but it was the only way your program could work. What you don't realize is that you can have multiple channels with a single task. If you used a physical channel constant, it would be something like 'dev1/ai0:2' if you had consecutive channels or 'dev1/ai0, dev1/ai2' for non-consecutive. Global channels are done in a similar fashion. You would have 'FSR1, FSR2, Knee Angle', etc.

  • Task List - Show Related Item URL in the EditForm.aspx

    Hello guys,
    I have a document library and a task list, I used a script to open the task directly in EditForm.aspx
    (so the approve\reject buttons will be available directly on the form)..
    what is happening is i'm not able to display (Related Item) link in the EditForm.aspx, it is available only in the DispForm.aspx.
    Thanks.
    Imad El-Qasem

    Hi Rajani,
    as simple as this, SP workflow is associated with the library, when the document status is "closed" Task will be assigned to a user.
    in the tasks, the related item will appear only on the Dispform.aspx but not on the Editform.aspx.
    how to display related item in the Editform.aspx task form
    Thanks

  • W7 64 Home: Task Scheduler looking for remote computer, can't defrag.

    Needed to defragment HD, went to task scheduler, found that it is looking for a remote computer and options to schedule tasks are grayed out.
    The option in the right panel for the local computer was selected (there are no "apply" buttons or such).  Closed Task Scheduler, reopened, found that it is still looking for a remote computer, options to schedule tasks still grayed out.
    Logged in as Admin. Not on a network.
    Thank you

    In Windows 7, Disk Defragmenter runs at regular intervals when your computer is turned on, so you don't have to remember to run it. It's scheduled to run once a week at an early hour in the morning. However, you can change how often Disk Defragmenter runs,
    and at what time of the day.
    Open Disk Defragmenter by clicking the Start button .
    In the search box, type Disk Defragmenter, and then, in the list of results, click Disk
    Defragmenter.‌  If you're
    prompted for an administrator password or confirmation, type the password or provide confirmation.
    Click Configure schedule, and then do one of the following:
    To change how often Disk Defragmenter runs, click the menu next to Frequency, and then click Daily, Weekly,
    orMonthly.
    If you set the frequency to Weekly or Monthly,
    click the menu next to Day to choose the day of the week or month that you want Disk Defragmenter to run.
    To change the time of day when Disk Defragmenter runs, click the menu next to Time, and then choose a time.
    To change the volumes that are scheduled to be defragmented, click Select disks, and then follow the instructions.
    Click OK.
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • How to use in PS2013 the previous PS2010 Close Tasks to Update

    Hi,
    I know that in PS2013 there is a solution regarding the 'Lock' field in a task, that replaces the former procedure 'Close Tasks to Update' in PS2010. (http://social.technet.microsoft.com/Forums/projectserver/en-US/44a84c3a-b20e-47d8-a675-1eaed9985a15/close-task-to-update-2013?forum=projserv2010setup)
    The issue is that I don't really know how to edit a Task in a PWA View, the only way for me to edit a task is through Project Pro 2013 and there I don't have the possibility to edit or view this field.
    Can anyone tell me how to do that?
    Thank you for your help.
    José Espases

    Hi,
    sorry, closing tasks for update was always only possible in Project Web App, and it is still the same with 2013 - just the way how to was changed. As you found, this field Lock is not available in client.
    Ask yor Project Server administrator to add this field to a simple Project Task view like
    Project Tasks Summary, you are allowed to use. (Server Settings - Manage Views - click on a view name in Section Project, and add field to view.)
    When you open Project Center, select your project and click on Open - In Browser for Editing. Or click on project name and click on
    Edit - In Browser. Select the view, your Project Server administrator added lock field to on tab Task, section Data from drop down list View. You will see the newly added field and can change value there. After changing, click on Publish and finally
    on Close, to check in project.
    Hope that helps?
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • Implement Closing Cockpit

    Hello all,
    I'd like to implement the Closing Cockpit for a portal use but I've seen that it's necessary to have SAP CPS implemented in the system to use this functionality.
    My customer would like to use the Closing Cockpit without implementing SAP CPS.
    I'd like to know if ithere is a way to implement and use the closing cockpit without SAP CPS and if yes, which functionalities will not be available?
    Thank you for your answers.
    Have a good day.

    Hi Eli,
    Thank you for your answer.
    I have one question about this link :
    You can comfortably accomplish all of the closing tasks within a single ERP system.
    If you nevertheless want to run the tasks of Closing Cockpit in multiple systems, you also can connect the SAP Central Process Scheduling application by Redwood to the Closing Cockpit application.
    Actually in the company we have the ECC 6 version of SAP but multiple servers with different production instances.
    I don't understand clearly what kind of "multiple systems" the SAP documentation is talking about.
    Does it represent multiple ERP systems or multiple servers?
    Thanks
    Edited by: Matthieu JEANBLANC on Aug 25, 2010 2:59 PM
    Edited by: Matthieu JEANBLANC on Aug 25, 2010 2:59 PM

  • "memory error at 0x0237a33c", task manager, & Java

    The past couple weeks, I've often been getting an error message when closing Firefox. I'd estimate that it happens 1:3 times. The message reads: "Firefox.exe - Application error. Instruction at 9x6200389e referenced memory at 0x0237a33c. The memory could not be read. Click OK to terminate the program."
    I haven't really modified the computer, except for Windows & anti-virus program updates. The only thing I've really messed with is cleaning out the Windows Temp file now & then.
    Then yesterday, I happened to bring up the Task Manager after I got the Firefox error. Even though Firefox was closed, Task Manager showed 4 Firefox processes running. I shut all of them down, & when I opened Firefox, it appeared in Task Manager. When I closed Firefox, it still showed in Task Manager. When I reopened Firefox, it showed up as a 2nd Firefox process in Task Manager. Again, when I closed Firefox, none of the Firefox processes in Task Manager closed or ended; they all remained running.
    I've been checking Task Manager often since & it's still the same thing. I downloaded Firefox 12 & I'm still getting the same error message. Firefox is still shown as running in Task Manager even though it's been closed. Also, since I updated Firefox 11 to Firefox 12, I checked my add-ons. It said my Java was outdated & disabled. Do I really need this? (I don't see Java listed under Programs in the Control Panel either.)

    Try to start Firefox in [[Safe mode|Safe mode]]. This mode disables all extensions, user customizations, hardware acceleration, etc. temporarily for diagnostic and troubleshooting. If Firefox works fine in Safe Mode, then this is likely an add-on issue. Restart Firefox in normal mode, then type "About:addons" (without the quotes) in the address bar. Disable your extensions one by one, restarting Firefox between each one, until you find the trouble maker. Once you do, you can disable that add-on and report the issue to that add-on's developer.
    A few other basic trouble shooting things you can try is this:
    Run all Windows Updates, install all needed service packs, etc.
    Update your graphics driver (Firefox uses your graphics card for some rendering, and an out of date graphics card driver can cause problems. [https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers].
    Update all your plugins (Flash, Java, etc.): [http://www.mozilla.org/plugincheck/ http://www.mozilla.org/plugincheck/].
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. You can uninstall this program after you clean off any infections.
    As for Java, it is needed to display some content on certain websites (example, Pogo games uses it for their online games). Old versions of Java were disabled due to major security flaws. If you aren't using Java, you don't have to have it installed, so it's up to you :) If you do want it, go to [http://www.java.com www.java.com] to get the most recent version.

  • I saved google tasks as a bookmark & the "space" is there but not the tasks

    I saved google tasks as a bookmark and then dragged them into the bar above my tabs. The Gmail envelope logo and the word Tasks appear nicely. However, when I click on it, I get a blank rectangle on the left side of my screen, with none of my Google tasks listed. It does say "Tasks" at the top - but no list.
    I would really like to be able to pop out google tasks and have them show at my option no matter what tab I'm on. (I can view them any time by going to Gmail or GCalendar, but if those tabs are closed, tasks are closed).
    Barring this, is there a different task and calendar I could use that is more compatible w/ firefox. I use an awful lot of gmail but don't use the integration features, so might just be able to use a different set of tools that I could keep "popped out" and viewable as I do my other work.
    Thanks
    Jeanne

    '''Opening in the side bar is the default for bookmarks that are created via a link or button on a website.'''
    Ok. I guess when I use the dragging technique, that is creating via a link?
    '''You can check the Properties of a bookmark via the right-click context menu in the side bar (Ctrl+B).
    In the Bookmarks Manager (Bookmarks > Organize Bookmarks) you can click the More button in the Details pane at the bottom right.'''
    Yes, I can do that, but I have no idea what the significance is of what I am seeing in Properties.
    '''Make sure that "Load this bookmark in the side bar" is not selected.'''
    It was not selected.
    May I ask this question another way, please. How DO I add the Google task list to Firefox, step-by-step?
    Sorry I am just not getting it. I appreciate your help. This one is just not intuitive for me and I can't extrapolate.
    Thank you
    Jeanne

  • Owbsys.wb_rt_api_exec.open fails after upgrade to OWB 11gR2

    The following code is used as a PLSQL wrapper to execute OWB mappings and is based on the good old run_my_own_stuff.sql. We have been mandated to use Tivoli as the corporate scheduler, meaning we do not have Workflow as a solution. We have implemented the audit_execution_id as an input parameter to all the mappings to be able to link the data to the OWBSYS audit tables, as well as return mapping performance and success info to the execution process/session. I have implemented this exact same procedure in 10gR1, 10gR2 and 11gR1 (current dev env) with no problems at all - the code ports easily. However following an upgrade (actually an export/import of the repository from 11gR1 on a 64bit solaris to 11gR2 on Exadata running enterprise linux 5) - actually the test server (I know, I know, I said the same thing!), the code now fails on the wb_rt_api_exec.open line (highlighted).
    CREATE OR REPLACE PROCEDURE bi_ref_data.map (p_map_name IN VARCHAR2)
    -- Procedure to execute ETL mapping package via command line call
    -- Mapping names are held in the BI_REF_DATA.MAP_NAME table
    -- with the mapping type and location data
    AS
    v_repos_owner VARCHAR2 (30) := <repository_owner>;
    v_workspace_owner VARCHAR2 (30) := <workspace_owner>;
    v_workspace_name VARCHAR2 (30) := <workspace_name>;
    v_loc_name VARCHAR2 (30);
    v_map_type VARCHAR2 (30);
    v_map_name VARCHAR2 (30) := UPPER (p_map_name);
    v_retval VARCHAR2 (255);
    v_audit_execution_id NUMBER; -- Audit Execution Id
    v_audit_result NUMBER;
    v_start_time timestamp := LOCALTIMESTAMP;
    v_end_time timestamp;
    v_execution_time NUMBER;
    v_record_rate NUMBER := 0;
    v_records_selected NUMBER;
    v_records_inserted NUMBER;
    v_records_updated NUMBER;
    v_records_deleted NUMBER;
    v_records_merged NUMBER;
    v_errors NUMBER;
    v_failure VARCHAR2 (4000);
    e_no_data_found_in_audit exception;
    v_audit_exec_count NUMBER;
    e_execution_id_error exception;
    BEGIN
    SELECT UPPER (loc_name), UPPER (map_type)
    INTO v_loc_name, v_map_type
    FROM bi_ref_data.owb_map_table
    WHERE UPPER (map_name) = UPPER (v_map_name);
    IF UPPER (v_map_type) = 'PLSQL'
    THEN
    v_map_type := 'PLSQL';
    ELSIF UPPER (v_map_type) = 'SQL_LOADER'
    THEN
    v_map_type := 'SQLLoader';
    ELSIF UPPER (v_map_type) = 'SAP'
    THEN
    v_map_type := 'SAP';
    ELSIF UPPER (v_map_type) = 'DATA_AUDITOR'
    THEN
    v_map_type := 'DataAuditor';
    ELSIF UPPER (v_map_type) = 'PROCESS'
    THEN
    v_map_type := 'ProcessFlow';
    END IF;
    -- Changed code for owb11gr2
    -- owbsys.wb_workspace_management.set_workspace (v_workspace_name, v_workspace_owner);
    owbsys.wb_rt_script_util.set_workspace (v_workspace_owner || '.' || v_workspace_name);
    v_audit_execution_id   := owbsys.wb_rt_api_exec.open (v_map_type, v_map_name, v_loc_name);
    IF v_audit_execution_id IS NULL
    OR v_audit_execution_id = 0
    THEN
    RAISE e_execution_id_error;
    END IF;
    v_retval := v_retval || 'audit_execution_id=' || TO_CHAR (v_audit_execution_id);
    v_audit_result := owbsys.wb_rt_api_exec.execute (v_audit_execution_id);
    IF v_audit_result = owbsys.wb_rt_api_exec.result_success
    THEN
    v_retval := v_retval || ' --> SUCCESS';
    ELSIF v_audit_result = owbsys.wb_rt_api_exec.result_warning
    THEN
    v_retval := v_retval || ' --> WARNING';
    ELSIF v_audit_result = owbsys.wb_rt_api_exec.result_failure
    THEN
    v_retval := v_retval || ' --> FAILURE';
    ELSE
    v_retval := v_retval || ' --> UNKNOWN';
    END IF;
    DBMS_OUTPUT.put_line (v_retval);
    owbsys.wb_rt_api_exec.close (v_audit_execution_id);
    v_end_time := LOCALTIMESTAMP;
    v_execution_time := bi_ref_data.get_seconds_from_interval (v_end_time - v_start_time);
    v_retval := 'Execution time = ' ||
    v_execution_time ||
    ' seconds.';
    DBMS_OUTPUT.put_line (v_retval);
    SELECT COUNT (w.rta_select)
    INTO v_audit_exec_count
    FROM owbsys.owb$wb_rt_audit w
    WHERE w.rte_id = v_audit_execution_id;
    IF v_audit_exec_count = 0
    THEN
    RAISE e_no_data_found_in_audit;
    END IF;
    SELECT w.rta_select,
    w.rta_insert,
    w.rta_update,
    w.rta_delete,
    w.rta_merge,
    rta_errors
    INTO v_records_selected,
    v_records_inserted,
    v_records_updated,
    v_records_deleted,
    v_records_merged,
    v_errors
    FROM owbsys.owb$wb_rt_audit w
    WHERE w.rte_id = v_audit_execution_id;
    v_retval := v_records_selected || ' records selected';
    DBMS_OUTPUT.put_line (v_retval);
    IF v_records_inserted > 0
    THEN
    v_retval := v_records_inserted || ' inserted';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_records_updated > 0
    THEN
    v_retval := v_records_updated || ' updated';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_records_deleted > 0
    THEN
    v_retval := v_records_deleted || ' deleted';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_records_merged > 0
    THEN
    v_retval := v_records_merged || ' merged';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_errors > 0
    THEN
    v_retval := v_errors || ' errors';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF v_execution_time > 0
    THEN
    v_record_rate := TRUNC ( (v_records_inserted + v_records_updated + v_records_deleted + v_records_merged) / v_execution_time, 2);
    v_retval := v_record_rate || ' records/sec';
    DBMS_OUTPUT.put_line (v_retval);
    END IF;
    IF (v_audit_result = owbsys.wb_rt_api_exec.result_failure
    OR v_audit_result = owbsys.wb_rt_api_exec.result_warning)
    THEN
    FOR cursor_error
    IN (SELECT DISTINCT aml.plain_text
    FROM owbsys.owb$wb_rt_audit_messages am
    INNER JOIN
    owbsys.owb$wb_rt_audit_message_lines aml
    ON am.audit_message_id = aml.audit_message_id
    WHERE am.audit_execution_id = v_audit_execution_id)
    LOOP
    DBMS_OUTPUT.put_line (cursor_error.plain_text);
    END LOOP;
    END IF;
    -- OWBSYS.wb_rt_api_exec.close (v_audit_execution_id);
    COMMIT;
    EXCEPTION
    WHEN e_execution_id_error
    THEN
    raise_application_error (-20011, 'Invalid execution ID returned from OWB');
    -- RAISE;
    WHEN e_no_data_found_in_audit
    THEN
    raise_application_error (-20010, 'No data found in audit table for execution_id - ' || v_audit_execution_id);
    -- RAISE;
    WHEN NO_DATA_FOUND
    THEN
    raise_application_error (-20001, 'Error in reading data from OWBSYS tables.');
    -- RAISE;
    END;
    Does anyone out there know if there is a difference between 11gR1 and R2 in the way that the wb_rt_api_exec function works?
    Is there a simple way to retrieve the audit_id before executing the mapping, or at a push during the mapping so that we can maintain the link between the session data and the OWBSYS audit data?
    Martin

    Hi David, I have been reading some of your posts and blogs around OWB and I still have not found the answer.
    OK, thereis/was a script that Oracle Support/forums/OTN sent out a while ago called "run_my_iowb_stuff" - I am sure you will be familiar with it. I based the code I uploaded on it and added additional functionality. In essence, I wanted to use the audit_id as an input parameter tot he mapping, so that I can register the audit_id in the management tables, and associate each row of loaded data with a specific mapping_id which would allow a simple link to the owbsys audit tables to complete the audit circle. To that end, I used the owbsys.wb_rt_api_exec.open procedure to register the mapping execution, and then on the execute procedure of the same package, I passed this audit_id in as a custom parameter:
    <<snip>>
    owbsys.wb_workspace_management.set_workspace (v_workspace_name, v_workspace_owner);
    v_audit_execution_id := owbsys.wb_rt_api_exec.open (v_map_type, v_map_name, v_loc_name, 'PLSQL');
    IF v_audit_execution_id IS NULL
    OR v_audit_execution_id = 0
    THEN
    RAISE e_execution_id_error;
    END IF;
    v_retval := v_retval || 'audit_execution_id=' || TO_CHAR (v_audit_execution_id);
    IF v_include_mapping_id > 0 -- if non-zero, submit owb execution id as an input parameter to the map process
    THEN
    owbsys.wb_rt_api_exec.override_input_parameter (
    v_audit_execution_id,
    'p_execution_id',
    TO_CHAR (v_audit_execution_id),
    owbsys.wb_rt_api_exec.parameter_kind_custom
    END IF;
    <<snip>>
    The execution is closed, also by the use of the audit_id ( "owbsys.wb_rt_api_exec.close (v_audit_execution_id)" )
    I can also use the audit_id to inspect the audit tables to retrieve the records processed as well as any associated error messages, and format them for the calling application (owSQL*Plus, which is normally the context of our current use).
    This procedure has been working weel up to now until we moved over to 11gR2 when all of a sudden the audit_id is not returned when executing "v_audit_execution_id := owbsys.wb_rt_api_exec.open (v_map_type, v_map_name, v_loc_name);". Prior to 11gR2 this worked like a charm - now it has crashed to a halt.
    As an interesting twist, I have tried to substitute a sequence number for the audit_id, and then tried to get the audit_id after the mapping completes, so that I can put both the sequence and audit id in a table so it maintains the link. However in attempting to use the owbsys.wb_rt_script_util.run_task procedure which now appears to be the only thing left working, I was astonished to see the following output in sqlplus:
    SQL> exec map1('stg_brand')
    Stage 1: Decoding Parameters
    | location_name=STAGE_MOD
    | task_type=PLSQLMAP
    | task_name=STG_BRAND
    Stage 2: Opening Task
    | l_audit_execution_id=2135
    Stage 3: Overriding Parameters
    Stage 4: Executing Task
    | l_audit_result=1 (SUCCESS)
    Stage 5: Closing Task
    Stage 6: Processing Result
    | exit=1
    --> SUCCESS
    Execution time = .647362 seconds.
    records/sec
    PL/SQL procedure successfully completed.
    SQL>
    This output seems so identical to the "run_my_owb_stuff" that either Oracle support generated their "run_my_owb_stuff" as a lightweight owbsys.wb_rt_script_util.run_task procedure, or Oracle incorporated the "run_my_owb_stuff" script into their owbsys.wb_rt_script_util.run_task procedure! Which way round I cannot say, but it is surely one or the other! To make matters worse, I have raised this with Oracle Support, and they have the temerity to claim that they do not support the "run_my_owb_stuff" script, but think enough of it to incorporate it into their own package in a production release!
    To overcome my problems, in the short term, I need to be able to access the audit_id either during or after the execution of the mapping, so that I can at least associate that with a sequence number I am having to pass in as a parameter to each mapping. In the longer term, i would like a solution to be able to access the audit_id before I execute the mapping, as I could by calling the "owbsys.wb_rt_api_exec.open " procedure. Ideally this would be solved first and I would not need to use a sequence at all.
    Hope this clarifies things a bit.
    Regards
    Martin

  • OWF_MGR ORA-01017

    Background
    We are in the processing of upgrading the Oracle database and the Oracle Warehouse Builder.
    The current platform is Oracle 10.2.0.2 on RH 32-bit 2-node RAC at SITE1.
    With the upgrade we are moving the platform to new hardware Oracle 11.2.0.3 on SLES 11 64-bit Standalone (ie no RAC) in SITE2.
    As a staging point we have created a standby database of the current platform in SIT@.
    This is Oracle 10.2.0.2 on SLES 11 64-bit Standalone.
    We have taken a clone of this standby environment to do some baseline testing.
    Testing
    The Environment is a split configuration as follows:
    RDBMS Version: 10.2.0.2.0 (64-bit)
    OWB Repository: 10.2.0.2.0
    Workflow Version: 2.6.4
    OWB Repository User: owb_des@oradev02vir:1521:repprod
    OWB Runtime User: owb_run@ptpdcodbp03:1521:wareprod
    NOTE: The /etc/hosts file has been modified so that all of the old RAC node hostnames point locally to the new hostname PTPDCODBP03
    172.24.4.21 oraprod04 oraprod04
    172.24.4.21 oraprod05 oraprod05
    172.24.4.21 oraprod04vir oraprod04vir
    172.24.4.21 oraprod05vir oraprod05vir
    172.24.4.21 oraprod04priv oraprod04priv
    172.24.4.21 oraprod05priv oraprod05priv
    172.24.4.21 PTPDCODBP03 PTPDCODBP03
    To Test... we are running a process flow called SAS_PF against the Runtime User:
    sqlplus owb_run/<password> @sqlplus_exec_template.sql OWB_RUN LOC_OWF PROCESSFLOW SAS_PF "," ","
    This fails with
    Session altered.
    Role set.
    Stage 1: Decoding Parameters
    | location_name=LOC_OWF
    | task_type=PROCESSFLOW
    | task_name=SAS_PF
    Stage 2: Opening Task
    | l_audit_execution_id=7789824
    Stage 3: Overriding Parameters
    Stage 4: Executing Task
    | l_audit_result=3 (FAILURE)
    Stage 5: Closing Task
    Stage 6: Processing Result
    | exit=3
    PL/SQL procedure successfully completed.
    Additional information in the owb log is:
    *2012/05/09-13:19:36-NZST [1DE256F] oracle.wh.runtime.platform.operator.owf_process.OWAFatalRuntimeException: RPE-02018: Oracle Workflow schema OWF_MGR on host ORAPROD04VIR cannot be accessed using service WAREPROD through port 1521. Please check the location details and try again.*
    - ORA-01017: invalid username/password; logon denied
    Troubleshooting
    Work though
    http://docs.oracle.com/cd/B28359_01/owb.111/b31280/diagnose_06.htm
    all ok
    SQLNet Connectivity
    The following connections work successfully and both point to the SAME database:
    sqlplus owf_mgr@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=PTPDCODBP03)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=WAREPROD)))'
    sqlplus owf_mgr@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ORAPROD04VIR)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=WAREPROD)))'
    OWB Repository Password
    The repository password was reset successfully
    @stop_service
    @set_repository_password
    @start_service
    OWB Security
    Followed note: Process Flow Execution Fails With RPE-02018 And ORA-01017 [ID 779557.1]
    We have logged into the Control Center as
    OWF_MGR@ptpdcodbp03:1521:wareprod
    And ticked
    Persist location password in metadata
    Share location password during run time
    We have also reinstalled Workflow Manager and re-run the Oracle Workflow Configuration Assistant successfully (then repopulated it with data from the production install).
    WE HAVE NOT REDEPLOYED THE FLOW as the customer is against this.
    Data Source Files
    Have updated the passwords in the data-sources.xml files under
    /u01/app/oracle/product/db/10.2/oc4j/j2ee/OC4J_Workflow_Component_Container/application-deployments/WFALSNRSVCApp
    /u01/app/oracle/product/db/10.2/oc4j/j2ee/OC4J_Workflow_Component_Container/application-deployments/WFMLRSVCApp
    Invalid Objects
    There is one java class under the owb_run schema which won't compile.. and is valid in production:
    OWB_RUN@wareprod SQL>alter java class "/ffa042cb_SubkeyResourceBundle" resolve;
    Java altered.
    OWB_RUN@wareprod SQL>select * from user_errors;
    NAME TYPE SEQUENCE LINE POSITION
    TEXT
    ATTRIBUTE MESSAGE_NUMBER
    /ffa042cb_SubkeyResourceBundle JAVA CLASS 1 0 0
    ORA-29552: verification warning: java.lang.VerifyError: (class: oracle/bali/rts/
    SubkeyResourceBundle, method: getRTSBundle signature: (Ljava/lang/String;Ljava/util/Locale;)Loracle/bali/rts/SubkeyResourceBundle;) Wrong return type in function
    ERROR 0
    But can't find any support documentation on it.
    Have also checked and tested all DB LINKS.
    Any help is appreciated please.

    Duplicate thread
    ORA-06512: at "OWF_MGR.WF_LOAD
    Srini

  • How to Synchronization Outlook with third party system?

    Our Customer has a website which has a table by name task. This task table on the website is populated by admin of the website. Each
    task is assigned to sales person. The Customer wants the website task to be synchronized with
    outlook task for each sales person.
    What we have already done
    We have already created a table and pages on the website. Allowing
    Admin user to create/edit/delete
    task on the website.
    We have created a web service that pulls and pushes data from the website's
    task table by sales person.
    We have added a "Synch" button in the sales person's outlook.
    On click of the "Synch" button we make a call to the
    web service
    and the synch between outlook task and website is done. I.E. task are
    created/updated in outlook, closed task marked in outlook are closed on
    the website.
    What I am unable to figure out
    We do not want sales person to click the Synch button after every few
    minutes, so we want outlook to call our process periodically, just like
    send-receive in outlook. However I am unable to find a hook provided by
    outlook to call a process periodically.
    How can we do this?
    Thanks
    Anand

    1. Use DRM Export to Table option, for that create an External Connection first for the Target Database and select the respective Tables to which you wish to Export the Hierarchy information.
    2. You can perform most of the DRM Actions via the DRM_BATCH_CLIENT.exe.
        Please refer to Using the Data Relationship Management Batch Client of DRM User guide.
    let me know if you have any issues.

  • Photoshop CS4 (64bit) & Win7 x64 problem fixed

    I just wanted to post this to help anyone who might be having this problem.
    Here's the problem. When you use Photoshop's lasso tool, you can press ALT at the same time, and it would turn into a magnetic lasso tool that you can use to make straight lines.
    Well, what would happen is that I would be making a selection, and then suddenly the screen (both screens, as I'm using a dual screen setup) would flicker, and the selection would complete by itself, and I would be SOL, as, obviously, the selection is not what I wanted.
    I could replicate this without fail. I'm halfway done with making a perfect selection, and bam!, this crap happens, and I have to start all over again. It happens ALL the time, no matter what Photoshop setting I used. Photoshop was completely updated, and all my device drivers (video card, mouse drivers, etc.) were all at their latest. So I started looking outside Photoshop, as I was thinking it might be another software problem.
    After much trial and error, I narrowed it down to Task Manager. I had Task Manager running in my tray. If I closed Task Manager (not minimize, close), restarted Photoshop, and made my selection using the lasso tool, the issue would go away, but would come back randomly.
    The fix? Run Photoshop CS4 in Vista compatibility mode. This solves the problem completely.
    I know a lot of you will probably say that you have Photoshop CS4 running flawlessly on Win7 x64, but I have 3 computers, each with completely different configurations, one of them being a laptop, that I was able to replicate this on. Once I ran Photoshop in Vista compatibility mode on each computer, the problem was completely solved.
    So I hope this helps anyone who has run into this problem.

    I confirm he is a blond wanna be.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Hudechrome wrote:
    It won't work for me. I never used Vista.
    (I will neither confirm or deny I am a blonde!)
    Thanks for sharing.

Maybe you are looking for

  • How do I add an Attachment to an E-mail letter ?

    I have to send two images of my art work to a gallery owner using E-mail. I have put each of these images on my desktop because I was told that it would be easier to attach them to the E-mail. But I'm unable to attach them. Please tell me how to do i

  • Landscape page printing problem in report 3.0

    Hi, I am facing the problem in printing the report output on the landscape page from report 3.0.I have changed the system orientation property from default to landscape.But still report output printing on as a portrait page. Is there any another way

  • SQL and JSP compatablility

    This part of code is not working properly as the JSP code has not been encorporated properly in the sql statement after LIKE. java.sql.ResultSet RS = statement.executeQuery("SELECT BookID, Ebook.AuthorID, Surname, BookTitle, FileSize, Description, Pr

  • How to use Bar code field in Item master

    Hi Experts I want to know that How to integrate Bar code scanner data with SBO. Bar code contain many information like price, serial no., description etc . For example I want that when I read a barcode by barcode scanner it automatically update itemc

  • Brand new Z30 shutting down automatically.

    Just opened up the box.  It starts booting and shutting down by itself.  Any suggestion?