UWL task error for BPM

Hi,
I designed process with 3 human tasks and set Completion Deadline 2 days for each. Once task triggered in UWL on the same day I could able to open the task but If I tried to open old task means before 24 hours getting error - --Unable to open the task 719f51d72c8311e1b4af00000ccdc099 because of technical issues. Contact your system administrator for more details. The status of the task still showing up in NEW, and also this error is coming randomly. Sometimes old task also could able to open.
Working on CE7.2 , PAT006 verison of SP4 UWLJWF.
Please do advice if there is any time settings in UWL or in BPM to fix.
Appreciate your inputs to fix.
-Ian
Edited by: ian.sapce on Mar 9, 2012 8:27 PM

solved the issue.. there was a time lag between provider and consumer system... synchronizing the time between both the systems solved the issue..  

Similar Messages

  • Getting UWL task count for all users in a role.

    Hi.
    I recently posted a question regarding a very similar issue, but I haven't got any response yet. I think my question might have been somewhat poorly phrased, so I will try to do better at explaining what we need.
    We have a number of processes, most of which need to be dynamically assigned to a user when created. The way we want to assign those tasks is by executing a WebService which would receive a role name and get all the users for that role. Then, using the UWL API, it would check how many tasks each of the users have in their UWL, and return the UserID for whoever has the least tasks. I haven't been able to get this to work. I keep getting Logged in users context or session doesn't exist Exception.
    Please, any help on this will be greatly appreciated.
    Currently working with SAP NWDS 7.1 SP05 PAT0005

    Hi,
    Thank you for your response, however, that's not what I need.
    For you and anyone esle who might find this extra info useful...
    I know how to get a user's role(s), and how to get the users in a role.
    I also know how to assign a task to a specific user dynamically.
    Using the UWL API, I know how to get the tasks (or items) in a user's UWL from a WD application, I need to do that from a WebService and using pretty much the same code, with the necessary adjustments, I can't get it to work.
    Furthermore, I'm able to get the UWL tasks for ONE user, that user being the one I log into the application with. For example, if I write code to get the tasks for user testUser1, I need to log in with testUser1 to get it to work, if I log in with any different user or make it a non-authenticated application, it won't work.
    Again, help on this is much needed and will be appreciated.

  • Create Custom ADF Task Flow for BPM

    Hi,
    I'm working an project on BPM and I'm required to create a custom ADF task flow with multiple views based on the human tasks in BPM. Since I'm new to ADF, could some one please give me some pointers?
    Thanks,
    Debojit

    Hi,
    You have to implement your own custom worklist screens for such a subject. As you know the OOTB worklist screen shows the logged-in users' assigned, etc. tasks. You have to implement the API of SOA workflow.
    You can check Mark Nelson's blogs on Redstack to accomplish this. Hope this is the answer of the problem you are looking for.

  • UWL 404 error for 'LeaveRequestApproval'

    Hi,
    We are working on EP7 sp9 and ECC 6.0, Now the problem is when we are working with UWL in portal, when we click on worklist item(for leave request), we use to get ITS screen. At backend we changed it to 'Java Web Dynpro' USING  SWFVISU transaction. In UWL Adminstration we cleared the cache and also re-registered the item types. But when we click on the work item it is throwing the following error.
    Can anyone assist me, where we are mistaken?
    Service cannot be reached
    What has happened?
    URL http://sapXXX.XXXXX.com:9904/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestApprover call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system DV4 with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:klang_DV4_04-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    Thanks in advance.
    Regards,
    Raj

    Hi Raj,
    Looks like it is trying to open the WebDynpro application on the (ABAP R/3) backend system. This should be the system on which your ESS WebDynpro's have been deployed.
    I guess this is the EP7 system on which your UWL is also running. In this case, go to UWL administration in the portal, and select the system/connector configuration of the ECC backend system. Choose "edit".
    There is a property called "WebDynpro Launch System". Here you can enter the alias of the system definition in portal system landscape which refers to the WebDynpro application hosting system.
    If this is indeed the EP7 system on which UWL is running, you can use the builtin system alias "SAP_LocalSystem". Otherwise create a WAS system definition referring to the WAS installation hosting the WebDynpro's and use that alias.
    Regards,
    Johan

  • How to get current task ID in BPM

    Hi guys,
    I have a requirement where I need to get the current active UWL task id in BPM context. I  have seen the following code to create a direct execution url for a BPM task.
    // begin session
          IUWLSession uwlSession;
          uwlSession = uwlService.beginSession(uwlContext, sessionIdleTimeout);
          uwlContext.setSession(uwlSession);
          IUWLItemManager itemManager = uwlService.getItemManager(uwlContext);
          QueryResult result = itemManager.getItems(uwlContext, null, null);
          ItemCollection items = result.getItems();
          Item item = null;
          for (int i = 0; i < items.size(); i++) {
            item = items.get(i);
            Map params = new HashMap();
            params.put("taskId", item.getExternalId());
            String executionURL = WDURLGenerator.getApplicationURL("sap.com/tc~bpem~wdui~taskinstance", "ATaskExecution", params);
    This works fine, but this is looping through all the tasks assigned to a user.  How do I get the current task ID. I want to use the code inside webdynpro application which is caled as a human activity in BPM. When this WebDynpro application is called I would like to know the current task ID.
    As an FYI , UWL configuration passes the current task ID as a Dynamic parameter to "sap.com/tcbpemwdui~taskinstance"
    application.
    Please help if someone can identify how to get this value in my custom WD.
    Thanks,
    Yomesh.

    Yes. there is no API to get the current task.
    Try this:
    WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("wi_id");
    But i still say a bit confused with your requirement.
    The task id gets created only upon creation of a task. And you want this current task id in the BPM Process context? How is it possible unless and until some action takes place and the data is passed from WDJ to BPM Context?
    Please clear my doubt.

  • Error in executing process from the UWL task list

    Hi,
    I have created a process and assigned different users to different steps. For administrator, Overseer and Owner, i have kept role as initiator only. For the actions of the process, set the value as Initiation defined and in Default Roles tab, have assigned different users to each of the actions. From the URL generated on instantiation, i created a web dynpro iview and assigned it to a role R.
    The UWL has also been configured. The initiator of the process is assigned the role R.
    Now the issues are:
    1. When the process initiator opens this role R, an error is displayed " Page not found or not available", but the process gets initiated since an entry for the same is made in the UWL task list.
    2. Even when I click on the task entry in the UWL task list, i get the same error message.
    3. Presently if i click on the role R, then only entry is displayed in the UEL task list. Is there a way in which task may automatically appear in the task list of the initiator of the process without him/her having to click the role and then initiate?
    I am not able to figure out why this is happening. Can anyone please help me in this regard.
    Thanks & regards,
    Anupreet

    Hello Anupreet,
    Refer to these SAP notes
    1104652, 1131403 or 1026119.
    This should fix the issue.
    Let me know if this works.
    Cheers,
    Mandrake

  • Error when launching GP UWL tasks from consumer portal

    In our federated portal network we have configured the universal worklist in the consumer portal to display guided procedure tasks from a producer portal - both portals are NW 7.0 SP14.
    All GP tasks from the producer portal are displayed in the consumer portal without issue.
    When we attempt to launch one of the GP tasks in the consumer portal we recieve the following error - Could not retrieve process instance: contact your system administrator.
    If we launch the GP tasks in the producer portal there are no issues.
    Has anyone experienced a similar situation?

    I worked through this issue with SAP support.
    For the ItemType with name="uwl.task.gp.XXX", where XXX is the system alias of the remote GP system.
    Changed attribute from defaultAction="launchGP" to defaultAction="editItem" because the name of the Action described for this itemType is "editItem".
    The action handler that is used is "UrlLauncher" (handler="UrlLauncher") but this handler works only with attribute launchInNewWindow="yes". So in all actions with attribute handler="UrlLauncher" change the attribute launchInNewWindow from "no" to launchInNewWindow="yes".
    Uploaded new uwl.gp.config.xml with high priority.

  • UWL task item - On clicking shows Portal runtime error

    Hi Experts
    When clicking a task under Task tab in Inbox of UWL I am getting error
    *Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 04:17_20/05/10_0056_319362650
    Refer to the log file for details about this exception*
    Please help
    Thanks in Advance
    ASR

    Hi All
    Problem now solved.
    So I am documenting the steps used to solve it.
    1. Change these parameters for the content producer's backend system object
    Web Application Server information
    Web AS Host Name:     companyname.com
    Web AS Path:     /webdynpro/dispatcher/
    Web AS Protocol:     https
    2. Change UWL System Parameters for u201CSAP_ECC_HumanResources"
    Web Dynpro Launch Sytem = SAP_WebDynpro_XSS
    User Roles = Z_UWL_HR
    3. Re-register u201CSAP_ECC_HumanResourcesu201D UWL system
    4. Clear cache of select u201CSAP_ECC_HumanResourcesu201D UWL system.
    Hope this solves many users tricky UWL  issues.
    Thanks
    ASR

  • Which UWL API needed for Task Generation?

    Hi,
         We have a requirement to create a UWL task and assign it to a user dynamically  at runtime.
    Please provide me the list of APIs needed for this purpose.
    Although I have a list of all APIs of UWL but it is difficult to get the required without experience.
    Relevant APIs with example code will get full marks!!
    please reply!
    Sumit

    Hi,
    I have got this error log :
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[./log/applications/sap.com/uwl/uwl_defaultLog.log]/>
    <!PATTERN[uwl_defaultLog.log]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[Cp1252]/>
    <!FILESET[0, 5, 10000000]/>
    <!PREVIOUSFILE[uwl_defaultLog.4.log]/>
    <!NEXTFILE[uwl_defaultLog.1.log]/>
    <!LOGHEADER[END]/>
    #1.5#0013721FB784005C0000004600000DC80004350178D94669#1184180345203#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#0####c84643602fe011dca8cb0013721fb784#SAPEngine_Application_Thread[impl:3]_18##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB7840062000000220000082C0004350207872A57#1184182738770#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#0####5e70b3202fe611dc838d0013721fb784#SAPEngine_Application_Thread[impl:3]_8##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLnull#
    #1.5#0013721FB784007C0000000C00000ED00004350DDAFF617F#1184233531871#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#0####a17cd6f0305c11dc85c70013721fb784#SAPEngine_Application_Thread[impl:3]_18##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLnull#
    #1.5#0013721FB7840075000001BE00000ED00004350E0A60B1DF#1184234326777#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#1397####7b49de91305e11dcb1650013721fb784#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLnull#
    #1.5#0013721FB784006B0000031A00000ED00004350E0F253868#1184234406763#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#1479####a4d12020305e11dc8c370013721fb784#J-Integra for .NET TP Thread 2##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784007000000050000000C00004350E6357D270#1184235819383#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#0##blrkec91547d.ad_ES1_13638250#Guest#af5c8770306111dc9cb70013721fb784#SAPEngine_Application_Thread[impl:3]_9##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784006200000054000016F00004350EF7350580#1184238300103#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#533####b6fe34f0306711dcc4890013721fb784#SAPEngine_Application_Thread[impl:3]_38##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784005F00000022000013C40004350F650053F4#1184240142170#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#0####05886ba0306c11dc875e0013721fb784#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLnull#
    #1.5#0013721FB7840071000000BC000013C40004350F6AEB28B9#1184240241453#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#613####3c7b5870306c11dcb5c40013721fb784#SAPEngine_Application_Thread[impl:3]_24##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784005D000000510000118C0004351004717E6E#1184242817143#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#0####3eaa37a0307211dcae960013721fb784#SAPEngine_Application_Thread[impl:3]_2##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB78400750000009D00000D7C00043510657D767A#1184244444273#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#598####fc7d76e0307511dcaa580013721fb784#SAPEngine_Application_Thread[impl:3]_33##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB7840061000000240000154000043510ACCDA92D#1184245641313#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#0####d3470d10307811dc9d3c0013721fb784#SAPEngine_Application_Thread[impl:3]_5##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLnull#
    #1.5#0013721FB784007A000000C80000154000043510B07C9296#1184245703051#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#561####f3f1ef80307811dc96400013721fb784#SAPEngine_Application_Thread[impl:3]_37##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784007D0000002F00000BC00004351109BEB7D1#1184247199716#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#581####72b75e10307c11dc8b030013721fb784#SAPEngine_Application_Thread[impl:3]_31##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784006600000047000008F0000435133BDDF730#1184256633302#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#1371####65a9fd70309211dca9620013721fb784#SAPEngine_Application_Thread[impl:3]_20##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784006600000048000009E0000435137175AFAA#1184257530898#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#526####7b6bd5f0309411dcc88b0013721fb784#SAPEngine_Application_Thread[impl:3]_13##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784007E000000060000103C000435142CBF61E5#1184260672796#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#0####d2bd55c0309b11dc9b6f0013721fb784#SAPEngine_Application_Thread[impl:3]_18##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLnull#
    #1.5#0013721FB7840062000004520000103C000435143DE08ADA#1184260960084#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#755####79f6c880309c11dc930b0013721fb784#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784005F0000010B000005B400043523653EB198#1184326045678#/uwl#sap.com/irj#com.sap.netweaver.bc.uwl#Guest#1193####feb0b940313311dc86480013721fb784#SAPEngine_Application_Thread[impl:3]_4##0#0#Error#1#com.sap.netweaver.bc.uwl#Plain###UWLUniversalWorklistService was not bound in #
    #1.5#0013721FB784006A00000027000007A8000435FF4DD1C67E#1185270545369#/uwl/service/config#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Administrator#42124####1c5e2af039cb11dc9e9f0013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270386901##0#0#Warning#1#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Plain### No displayname found for action :launchUrl#
    #1.5#0013721FB784006A00000028000007A8000435FF4DD2DDA2#1185270545479#/uwl/service/config#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Administrator#42124####1c5e2af039cb11dc9e9f0013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270386901##0#0#Warning#1#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Plain### No displayname found for action :launchUrl#
    #1.5#0013721FB784006A00000029000007A8000435FF4DEC7F51#1185270547150#/uwl/service/config#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Administrator#42124####1c5e2af039cb11dc9e9f0013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270386901##0#0#Warning#1#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Plain### No displayname found for action :complete#
    #1.5#0013721FB784006A0000002A000007A8000435FF4DEC880A#1185270547150#/uwl/service/config#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Administrator#42124####1c5e2af039cb11dc9e9f0013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270386901##0#0#Warning#1#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Plain### No displayname found for action :delete#
    #1.5#0013721FB784006A0000002B000007A8000435FF4DEC892F#1185270547150#/uwl/service/config#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Administrator#42124####1c5e2af039cb11dc9e9f0013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270386901##0#0#Warning#1#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Plain### No displayname found for action :complete#
    #1.5#0013721FB784006A0000002C000007A8000435FF4DEC8A34#1185270547150#/uwl/service/config#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Administrator#42124####1c5e2af039cb11dc9e9f0013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270386901##0#0#Warning#1#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Plain### No displayname found for action :accept#
    #1.5#0013721FB784006A0000002D000007A8000435FF4DEC8BC2#1185270547150#/uwl/service/config#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Administrator#42124####1c5e2af039cb11dc9e9f0013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270386901##0#0#Warning#1#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Plain### No displayname found for action :reject#
    #1.5#0013721FB784006A0000002E000007A8000435FF4DEC8CCE#1185270547150#/uwl/service/config#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Administrator#42124####1c5e2af039cb11dc9e9f0013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270386901##0#0#Warning#1#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Plain### No displayname found for action :uwlTaskWizard#
    #1.5#0013721FB784006A0000002F000007A8000435FF4DEC91FF#1185270547166#/uwl/service/config#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Administrator#42124####1c5e2af039cb11dc9e9f0013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270386901##0#0#Warning#1#com.sap.netweaver.bc.uwl.core.config.ActionsHandler#Plain### No displayname found for action :complete#
    #1.5#0013721FB784007C00000168000007A8000435FF62DF3901#1185270898626#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Administrator#42124####f041ca2039cb11dc89140013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185270817497##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Plain###com.sap.netweaver.bc.uwl.UWLException: Tue Jul 24 15:24:58 GMT+05:30 2007
    Tue Jul 24 15:24:58 GMT+05:30 2007
    (Item) Item is missing from the UWL persistent cache #
    #1.5#0013721FB784006A00000038000007A8000435FF878C711D#1185271513903#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Administrator#42124####5efd9bf039cd11dc81750013721fb784#ID\#(J2EE13638200)ID13638250DB20068940681557766111End.WID1185271507924##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Plain###com.sap.netweaver.bc.uwl.UWLException: Tue Jul 24 15:35:13 GMT+05:30 2007
    Tue Jul 24 15:35:13 GMT+05:30 2007
    (Item) Item is missing from the UWL persistent cache #
    #1.5#0013721FB7840075000001B3000007A8000435FFE584FEF8#1185273090481#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Administrator#42371####0ab4521039d111dc8a260013721fb784#ID\#(J2EE13638200)ID13638250DB2009470336408950417End.WID1185273074972##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Plain###com.sap.netweaver.bc.uwl.UWLException: Tue Jul 24 16:01:30 GMT+05:30 2007
    Tue Jul 24 16:01:30 GMT+05:30 2007
    (Item) Item is missing from the UWL persistent cache #
    #1.5#0013721FB7840065000001AF000007A8000435FFFA21790E#1185273436284#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Administrator#42371####d8d1abc039d111dcbd460013721fb784#ID\#(J2EE13638200)ID13638250DB2009470336408950417End.WID1185273082582##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Plain###com.sap.netweaver.bc.uwl.UWLException: Tue Jul 24 16:07:16 GMT+05:30 2007
    Tue Jul 24 16:07:16 GMT+05:30 2007
    (Item) Item is missing from the UWL persistent cache #
    #1.5#0013721FB784007000000162000007A8000436011AE0CA66#1185278280705#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#inf71850#42901####1fb6c6a039dd11dcac630013721fb784#ID\#(J2EE13638200)ID13638250DB2009470336408950417End.WID1185278235413##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Plain###com.sap.netweaver.bc.uwl.UWLException: Tue Jul 24 17:28:00 GMT+05:30 2007
    Tue Jul 24 17:28:00 GMT+05:30 2007
    (Item) Item is missing from the UWL persistent cache #
    #1.5#0013721FB784006000000015000007A8000436011B8985EE#1185278291768#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#inf71850#42901####26c124e039dd11dc92330013721fb784#ID\#(J2EE13638200)ID13638250DB2009470336408950417End.WID1185278235413##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.utils.ServiceHelper#Plain###com.sap.netweaver.bc.uwl.UWLException: Tue Jul 24 17:28:11 GMT+05:30 2007
    Tue Jul 24 17:28:11 GMT+05:30 2007
    (Item) Item is missing from the UWL persistent cache #
    Please help me if anybody faced this situation error.
    regards,
    Sumit

  • Email Notifications for both UWL Tasks and Collaboration Tasks.

    Hello,
    I want to configure Email Notifications for both UWL Tasks and Collaboration Tasks.
    Could any one please give me the configuration steps.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi sri,
    Refer the following threads
    https://www.sdn.sap.com/irj/scn/thread?threadID=147316
    https://www.sdn.sap.com/irj/scn/thread?messageID=315715#315715
    https://www.sdn.sap.com/irj/scn/thread?messageID=1170132#1170132
    Regards,
    P.Manivannan

  • Email Notifications for UWL Tasks and Collaboration Tasks

    Hi,
    I want to configure Email Notifications for both UWL Tasks and Collaboration Tasks.
    I done with the all the Configurations suggested in the below link:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/706d054d-da24-2b10-f18a-fc82faf6468e]
    But Email Notifications are not reaching the users Lotus Mail ID. Could any one please suggest me that i am missing any Configurations.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi Sridhar,
    I created a Wiki page with usefull links to troubleshoot problems with the Email connectivity from KM:
    https://wiki.sdn.sap.com/wiki/x/g4KmAw
    Please see if it helps,
    Robert

  • Task 0085 for parallel SID assignment terminated with errors

    Hi,
    While activating the ODS object we are getting the following error
    Task 0085 for parallel SID assignment terminated with errors
    Can anyone help me on this issue.
    Thanks
    Sheela Datla

    Hi Sheela,
    Does the problem happen with activating the ODS object (definition) itself or with activating the data in the
    ODS? I think that there must be other errors apart from Task 0085. At the time of the error you should check in
    sm21 and st22 for additional error messages and dumps. If the problem is with the activation of data in the ODS
    you should also check sm37 for the job that is created for the ODS activation , you may find more detailed
    information in the job log. You should also check the activation step in the 'Details' TAB in the monitor for
    the load there may also be more detailed information here.
    In transaction rscusta2 (ODS customizing) you should try the following setting for the activation:
    No. of Par. Proc.    3          
    Min. No. Data Recs.  10000     
    Wait Time in Sec.      600
    Before changing the values you have in RSCUSTA2 please take note of the values you have already in
    case you want to change them back.
    Best Regards,
    Des.

  • Authentication error using PAPI-WS for BPM Studio 10.3

    I followed the steps laid out in the material from this thread using SOAP UI:
    PAPI Web Service (PAPI-WS) Example for Oracle BPM Studio
    It seems that BPM Studio does not recognize the default credentials user: "test" and password: "test"
    I receive the following error when I try to make any call:
    <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Body>
    <S:Fault xmlns:ns3="http://www.w3.org/2003/05/soap-envelope">
    <faultcode>S:Client</faultcode>
    <faultstring>Participant could not be authenticated. A wrong username or password might have been specified.</faultstring>
    <detail>
    <oens:OperationException xmlns:oens="http://bea.com/albpm/PapiWebService">
    <exceptionName>fuego.papi.webservice.handlers.AuthenticationException</exceptionName>
    <message>Participant could not be authenticated. A wrong username or password might have been specified.</message>
    <technicalInfo>fuego.papi.webservice.handlers.AuthenticationException: Participant could not be authenticated. A wrong username or password might have been specified.
         at fuego.papi.webservice.handlers.AuthenticationHandler.processAuthentication(AuthenticationHandler.java:144)
         at fuego.papi.webservice.handlers.AuthenticationHandler.handleMessage(AuthenticationHandler.java:74)
         at fuego.papi.webservice.handlers.AuthenticationHandler.handleMessage(AuthenticationHandler.java:46)
         at com.sun.xml.ws.handler.HandlerProcessor.callHandleMessage(HandlerProcessor.java:292)
         at com.sun.xml.ws.handler.HandlerProcessor.callHandlersRequest(HandlerProcessor.java:135)
         at com.sun.xml.ws.handler.ServerSOAPHandlerTube.callHandlersOnRequest(ServerSOAPHandlerTube.java:133)
         at com.sun.xml.ws.handler.HandlerTube.processRequest(HandlerTube.java:116)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:595)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:243)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:444)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160)
         at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         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.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: fuego.papi.exception.AuthenticationException: Cannot authenticate participant 'test'.
         at fuego.papi.impl.ProcessServiceImpl.authenticatePassport(ProcessServiceImpl.java:297)
         at fuego.papi.webservice.pool.ProcessServiceSessionPoolManager.getSession(ProcessServiceSessionPoolManager.java:185)
         at fuego.papi.webservice.WebServiceManager.getProcessServiceSession(WebServiceManager.java:156)
         at fuego.papi.webservice.handlers.AuthenticationHandler.processAuthentication(AuthenticationHandler.java:141)
         ... 45 more
    Caused by: fuego.directory.AuthenticationException: Login incorrect.
    Detail:Verify that the information provided is correct.
    If you cannot solve the problem, check with your administrator.
    ID [default] PARTICIPANT [test] REASON [Login incorrect.
    Detail:Verify that the information provided is correct.
    If you cannot solve the problem, check with your administrator.
    ID [Project:Test] PARTICIPANT [test] REASON [invalid username or password].
         at fuego.directory.AuthenticationException.wrap(AuthenticationException.java:104)
         at fuego.directory.project.engine.EmbeddedEngineAuthenticationAccessor.connect(EmbeddedEngineAuthenticationAccessor.java:69)
         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 fuego.directory.provider.DirectorySessionImpl$AccessorProxy.invoke(DirectorySessionImpl.java:756)
         at $Proxy12.connect(Unknown Source)
         at fuego.directory.provider.DirectorySessionImpl.connect(DirectorySessionImpl.java:250)
         at fuego.directory.provider.Factory.startSession(Factory.java:405)
         at fuego.directory.Directory.startSession(Directory.java:268)
         at fuego.papi.impl.ProcessServiceImpl.authenticatePassport(ProcessServiceImpl.java:287)
         ... 48 more
    Caused by: fuego.directory.AuthenticationException: Login incorrect.
    Detail:Verify that the information provided is correct.
    If you cannot solve the problem, check with your administrator.
    ID [Project:Test] PARTICIPANT [test] REASON [invalid username or password].
         at fuego.directory.project.engine.ProjectFullParticipantsAccessor.fetchHumanParticipant(ProjectFullParticipantsAccessor.java:82)
         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 fuego.directory.provider.DirectorySessionImpl$AccessorProxy.invoke(DirectorySessionImpl.java:756)
         at $Proxy15.fetchHumanParticipant(Unknown Source)
         at fuego.directory.project.engine.EmbeddedEngineAuthenticationAccessor.connect(EmbeddedEngineAuthenticationAccessor.java:66)
         ... 58 more</technicalInfo>
    </oens:OperationException>
    </detail>
    </S:Fault>
    </S:Body>
    </S:Envelope>
    Like I said above, it seems that BPM Studio does not recognize the default credentials user: "test" and password: "test"
    Is there anyway to change these default credentials?
    Thanks!
    Edited by: user9001687 on Feb 10, 2010 2:14 PM
    Edited by: user9001687 on Feb 10, 2010 2:16 PM

    Thanks so much Dan. I changed as you mentioned and then added WSS-Username Token as while processing BPM process as web service I have used the same opetion. Still I am getting the same error for Authorization Failure.
    SOAP Requests look like :
    <soapenv:Envelope xmlns:pps="http://bea.com/albpm/ProLogisBPM/PPSFTProcess" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header>
    <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken wsu:Id="UsernameToken-2" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:Username>Paul</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Paul</wsse:Password>
    <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">AlmoI4QkO2hp9z10BQGA0A==</wsse:Nonce>
    <wsu:Created>2010-03-17T15:48:04.843Z</wsu:Created>
    </wsse:UsernameToken>
    </wsse:Security>
    </soapenv:Header>
    <soapenv:Body>
    Adter
    <ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">fuego.webservices.security.AuthorizationException: Authorization Failed.
         at fuego.soaptype.ProcessWebServiceAuthorization.authorize(ProcessWebServiceAuthorization.java:57)
         at fuego.soaptype.AxisSoapService$HttpBasicAuthentitcationHandler.invoke(AxisSoapService.java:888)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453)
         at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
         at fuego.soaptype.AxisSoapService.invoke(AxisSoapService.java:357)
         at fuego.soaptype.AxisSoapService.invoke(AxisSoapService.java:122)
         at fuego.webservices.HttpSoapListener.process(HttpSoapListener.java:206)
         at fuego.http.HttpExecution$1.run(HttpExecution.java:71)
         at fuego.component.Message.process(Message.java:576)
         at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
         at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
         at fuego.http.HttpExecution$HttpPrincipal.processBatch(HttpExecution.java:190)
         at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
         at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    Caused by: java.lang.IllegalArgumentException: user: null
         at fuego.components.WebServiceSessionManager.createSession(WebServiceSessionManager.java:88)
         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 fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
         at fuego.lang.JavaObject.invoke(JavaObject.java:227)
         at fuego.lang.Invokeable.invokeImpl(Invokeable.java:234)
         at fuego.lang.Invokeable.invokeDynamic(Invokeable.java:188)
         at fuego.lang.Invokeable.invoke(Invokeable.java:160)
         at fuego.fengine.FEngineWebServiceExecutor$2.execute(FEngineWebServiceExecutor.java:133)
         at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
         at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
         at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
         at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
         at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
         at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
         at fuego.fengine.FEngineWebServiceExecutor$1.run(FEngineWebServiceExecutor.java:65)
         at fuego.component.Message.process(Message.java:576)
         at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
         at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
         at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
         at fuego.fengine.FEngineWebServiceExecutor$WebServiceExecutorPrincipal.processBatch(FEngineWebServiceExecutor.java:168)
         ... 2 more
    Caused by: fuego.directory.AuthenticationException: Login incorrect.
    Detail:Verify that the information provided is correct.
    If you cannot solve the problem, check with your administrator.
    ID [default] PARTICIPANT [null] REASON [participant is empty].
         at fuego.directory.AuthenticationException.error(AuthenticationException.java:50)
         at fuego.directory.AuthenticationException.participantIdIsWrong(AuthenticationException.java:94)
         at fuego.components.WebServiceSessionManager$SessionImpl.&lt;init>(WebServiceSessionManager.java:220)
         at fuego.components.WebServiceSessionManager.createSession(WebServiceSessionManager.java:79)
         ... 26 more</ns1:stackTrace>
    Any help or guiding pointer would be deeply appreciated. TIA

  • No administrator found for the task error message

    Dear all,
    I got the message "No administrator found for the task" when the MSS user try to approve and overtime. When i double click on the error for details, it actually give
    WF notification:work item cannot be executed message no. 5W141. As got overtime, i am using the standard task 20000460 which i already maintain the agent as general task. I am using the Agent (Default Rule) rule number 157 (Superior (chief position)).
    I tested it in my development and it works, however it does not work in my production. Do i miss any setting or parameter?
    My R/3 backend is 4.7 with Enterprise Portal 6.
    Thanks
    Regards,
    Bryan

    You hvae to refresh the organizational assignment and you can do it from SBWP txn ,
    1.Execute SBWP.
    2.On Menu clcik on Settings -
    > Workflow Settings -
    > Refresh Organizational Assignment .
    and now you try to execute the workitem now you find see the error.

  • Uwl error for the items listed in the work list

    Dear Experts,
    I am facing a problem with uwl.
    I am getting error in the uwl in the following scenarios
    1.when I am trying to view the document from the uwl iview
    Error :
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found: pcd:portal_content/ABCIntranet/ABCApplication/FrameworkContents/DesktopContents/IntranetDesktop/frameworkPages/IntranetFramePage/com.sap.portal.innerpage/com.sap.portal.contentarea.
    Exception id: 01:31_04/04/08_1321_8163951
    See the details for the exception ID in the log file
    2.when I click the display feedback selecting a file file appearing in the uwl same kind of error am getting
    3.when I try to skip the approval for the document inside the km
    4.Some times the file link which appears in uwl is appearing as non clickable link
    I searched for the above 4 scnarios in the default trace taking the error id but the id related inormation I am not finding in any of the default trace files.
    Can somebody help me in this regard,
    Thanks,
    Reagrds,
    Rudradev Devulapalli,
    Mobile:09940081434

    Hi,
    See this link in which you will get the document and demo on UWL:-
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_media&query=UWL&adv=false&sortby=cm_rnd_rankvalue#
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45
    Regards,
    Manorama Singh
    Reward Points if helpful answer.

Maybe you are looking for

  • How to get rid of cache in folder tempwebservicesdyn

    hello friends, i am working on a model where i have to invoke lots of webservices. i see that lots of cache gets generated in following directory... D:\usr\sap\P4S\DVEBMGS01\j2ee\cluster\server0\temp\webservices\dyn how do i get rid of it ?

  • Function Module to find 3 months Old Date

    Is there any function module to find out 3 months old date for a todays date....Pls Help me......

  • Default e mail address???

    i have 4 different e mail addresses on mail but every time i send a new message it doesnt matter which mail address i choose to send from it always sends from the address at the top of the list in preferences. i cant seem to change the order in prefe

  • Where has the iCloud icon gone in the menu bar

    When iCloud where in the trial stage they had a little cloud icon top right side in the menu bar to drag and drop files to. I recentlywanted to upload docs to iCloud and noticed it had gone. I never log into iCloud from the Internet, after reading th

  • Migration from old pc now in new user how do i fix

    I migrated from my old pc to a my imac.  Now it is in a new user but I want to merge the two together.  Any suggestions?