Reg - Work flow not receive...

Gurus,
  Workflow is working fine.  1 person only not receive the PR / PO's in workplace.  The release strategies & Zwf_relcodes  are ok.
Pls advise how to check...
Rajesh

HI,
How you are doing the agent assignment???
IF you are doing from the rule , check the rule in the debug mode , what users are getting appended in the agent tab internal table .
If you are doing with the role or org unit , check whether that user is assigned or not .

Similar Messages

  • Informatica work flow not connecting to integration service

    Hi I am OBIEE admin, i am having the following error when i am trying to run workflow manually.
    Informatica work flow not connectied to integration service,
    Pls help me asap

    Do this:
    Open Workflow manager or If it is already opened...then disconnect all the folders...
    1. Click on the folder you want to connect
    2. Go to 'Service' tab and select "Assign Integration Service"
    3. This will open "Assign Integration Service" window from where you can choose the Integration Service and can assign the workflows or all workflows. Click "Assign" button to assign the selected Integration Service.
    Now connect to the folder and you can run the workflows.
    Hope this helps and please mark if it does. :)

  • Have Mail Version 4.6 (1085), is not working properly not receiving mail.  I sent a test message to my computer; it took over an hour delivering.

    Have Mail Version 4.6 (1085), is not working properly not receiving mail.  I sent a test message to my computer; it took over an hour delivering. There are multiple copies of messages appearing in the recovered folder
    My computer is a MacBook, version osx 10.6.8
    All help appreciated
    <E-mail Edited by Host>

    Hi vin rouge,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots.
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Configuring Mail for your email account 
    http://support.apple.com/kb/HT1277
    Cheers,
    - Judy

  • CreateListItem Action at work flow not trigger Event reciever

     
      Hello ,
    I have two Lists (List1 , List2).
    I have attached Workflow by SharePoint designer to List 1 .
    I have attached event receiver (Item was added) to list 2 .
    In the workflow . I use "CreateListItem"  to create new item in list 2.
    I have test the work flow . The item is added in List 2 , but the Event receiver not triggered .
    if I Create new item in List2 from browser , the event receiver is triggered.
         so  why  "CreateListItem" action not triggered event receiver ?
        Thanks
    ASk

    Hi himo,
    I made a test in my environment and when I start workflow in List1, then the event receiver in List2 is Triggered.
    Here are my test steps:
    1. Create a workflow for List1 in SharePoint Designer using CreateListItem action set the Title field to "Test" which is in List2.
    2. Create an event receiver for List2 with the below code
    public override void ItemAdded(SPItemEventProperties properties)
    string siteUrl = "http://sp2013sps/sites/testdevsite";
    ClientContext clientContext = new ClientContext(siteUrl);
    List oList = clientContext.Web.Lists.GetByTitle("List2");
    ListItem oListItem = oList.GetItemById(1);
    oListItem["Title"] = "My Updated Title.";
    oListItem.Update();
    clientContext.ExecuteQuery();
    base.ItemAdded(properties);
    3. Deploy the event receiver.
    4. When I execute the workflow in List1, then the title field in List2 will be updated to "My Updated Title". The event receiver has been triggered.
    I suggest you recreate a new List and follow the steps to above to check whether it works.
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Event linakge for PO work flow not transporting to Qualty system

    This is Sudhakar ,
    I have a problem in Event linkage for PO Release strategy work flow.
    I have created a work flow for PO release strategy and done the event linkage through SWETYPV transaction code.
    I have added a new entry in SWETYPV transaction code and tick the 'Linkage Activated' check box. I have done this in development server. When I saved it prompted for a request and I have saved this Under the request( Customize request).
    When I create the purchase Order  for the first time the work flow is getting triggered. When I run the second time its not triggering.
    If I observe the reason is 'Linkage Activated' check box  is getting unchecked  when I create the PO. If I check it again it is asking for a request again.But after next run the linkage is again deactivated.
    Can you please help why this is happening.
    I have created another request in Customize client and transported first the development client, next the customise client request. When I observe in quality system an entry is created in SWETYPV transaction code for my work flow but 'Linkage Activated' check box is not checked.
    How to transport 'Linkage Activated' check box  to quality.
    This is an urgent one. Any body please help me
    Thanks
    Sudhakar

    Hi Imthiaz,
    What you said is correct. Its throwing one error in event trace
    Feedback after error - The message is.
    The mandatory input parameters of the workflow must be set.
    I think I am missing some input parameters.
    One more queation, I had transported this already to Quality
    But the linkage activation flag is not moved.  What could be the reason.
    Thanks
    Sudhakar

  • Trouble shooting for work flow not getting triggered

    Hi everyone,
    I am doin a work flow for which the zfipp-> created event is the trigeering event.
    I parked a document using FB03,but still the workflow is not geeting trigered.
    I checked SWEL ,i see that the event is trigered.
    Also whe i simulate the event using SWU0
    I see that the workflow triggeres then.
    Any advice where the problem could be..
    regards,
    Aditya

    Hi,
    Have u done the event linkaga?
    If not goto SWE2  and do the event linkage.
    Thanks and Regards

  • Reg - Work Flow Program ( ABAP )

    Hi,
    Pls advise Where i get the Program ( ABAP Code ) in the Work Flow.
    Example : I need to add one more plant in the WorkFlow ..
    Thanks
    Roy..

    Hi Roy,
    You can Program Your workflow in Two ways
    make use of an object(Bor-Business object repositry)
    or make use of  a class.
    write your coding in a method in Object and call that object in a workflow task.
    do necessary bindings to ensure that your data is communicated between task and workflow.
    Thanks & Regards
    Hari Sankar M

  • Reg: work flow in abap corssapplications

    Hi,
    I don't know about work flow, iam interested  to work on work flow.So can u  help  me  with detailed explanation.
    Thanks & Regards
    Ravicharan

    Hi,
    Check out these links and kindly reward points by clikcing the star on the left of reply,if it helps.
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4b7eb453d11d189430000e829fbbd/frameset.htm
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html

  • Get mail button not working can not receive any mail

    Hello
    my mail stops working half way. I can sent messages but suddenly my get mail is not working anymore. not through the button and not through the mailbox menu.
    any help
    regards

    Who is your ISP, how is your mail configured - POP or IMAP and do you get any error messages and if so what are they?

  • Custom object in work flow not opening in CRM webclient ui

    Hi,
    I have designed a workflow in SAP Ecc 6.0 CRM.
    There are some work items and a single custom popup screen in this workflow.
    This popup screen is used to get data and pass to the subsequent workitem.
    This screen opens in SAP CRM in the workflow inbox (SBWP) , and works as expected.
    Also, mails are sent to the SAP user IDs of the concerned people through the workflow (as per process).
    At this stage, we have done all settings reqd in SWU3.
    However, when this entire workflow process is trigerred using the CRM WEBCLIENT UI, the following problems occur:
    1) There are no mails received at any stage in the workflow inbox.
    2) When the work item for the popup screen appears in the WebUI workflow inbox, and it is clicked, there is an error.
    "Associated object cannot be opened. Contact your system administrator"
    So, the customised pop-up does not open in this CRM WEBUI workflow inbox at all.
    Question:
    1) How do we ensure that the mails are received in the CRM WEBUI workflow inbox? Are there any settings to be done for that?
    2) How can we make the custom popup open in the CRM WEBUI workflow inbox?
    Regards,
    Sachin

    Hi,
    Please check IMG path.
    The path CRM->Basic functions->Worklists->Define Alert Inbox and Workflow Inbox->Define Object-Specific Navigation
    Input like
    BOR   Your_Object   Your_Method  BT_XXX  OPEN
    Hope it work.
    Deripmav

  • Custom object in work flow not opening in CRM webui

    Hi,
    I have designed a workflow in SAP Ecc 6.0 CRM.
    There are some work items and a single custom popup screen in this workflow.
    This popup screen is used to get data and pass to the subsequent workitem.
    This screen opens in SAP CRM in the workflow inbox (SBWP) , and works as expected.
    Also, mails are sent to the SAP user IDs of the concerned people through the workflow (as per process).
    At this stage, we have done all settings  reqd in SWU3.
    However, when this entire workflow process is trigerred using the CRM WEBUI, the following problems occur:
    1)  There are no mails received at any stage in the workflow inbox.
    2)  When the  work item for the popup screen appears in the WebUI workflow inbox, and it is clicked, there is an error.
    "Associated object cannot be opened. Contact your system administrator"
    So, the customised pop-up does not open in this CRM WEBUI workflow inbox at all.
    Question:
    1) How do we ensure that the mails are received in the CRM WEBUI workflow inbox? Are there any settings to be done for that?
    2) How can we make the custom popup open in the CRM WEBUI workflow inbox?
    Regards,
    Sachin

    Hi,
    Please check IMG path.
    The path CRM->Basic functions->Worklists->Define Alert Inbox and Workflow Inbox->Define Object-Specific Navigation
    Input like
    BOR   Your_Object   Your_Method  BT_XXX  OPEN
    Hope it work.
    Deripmav

  • My Mac Mail no longer works (does not receive or send mail)

    I have had my MacBook for maybe a year now, and I don't really use the mail often. The last time I was able to send and receive mail was back in October. Now it will no longer work.. I get a pop up that's always asking me to put in my mail password, but nothing happens. I even tried going to preference to change my password and it won't allow me.
    When I try to send mail, the little paper plane icon is not clickable. Nothing happens. The only thing I can do is exit out of the message or save the draft. And I can not seem to get mail at all from anyone. I haven't touched any setting either, so I don't understand why it no longer works. My bank can no longer send me emails nor can my friends send me emails anymore.
    Does anyone know how I can possibly fix this problem and get my email up and running again. Thanks in advance for all the advice.

    Sorry but I'm really not to sure what I have. I'm not good with knowing my computer model. All I know is that its a MacBook running with Leopard. I got my computer last year so I suppose its fairly new. Is there a place on my computer where I can check to see what it is (sorry to be so dumb with my own mac)
    And everything else works fine. I love Safari. It's just my mail that doesn't work. Here's the message that pop up several times.
    "The MobileMe IMAP server “mail.mac.com” rejected the password for user “akcastaldo”
    Please re-enter your password, or cancel."
    The only problem here is, even though I enter my password it doesn't do anything. It makes that message go away for about 3-5 mins. After that it pops right back up. And I can't even go into my preference and change my email password. So I don't know what to do.

  • WSUS server no longer works/clients not receiving updates after replacing domain controller

    I first logged into the WSUS server and found that I couldn't launch the console, event log was full of errors about different web services not working.  I ran
    wsusutil.exe usecustomwebsite true
    which appeared to correct that problem, but the WSUS server and all workstations report the following error code when checking for updates: 
    80072F76
    Client WindowsUpdate log is full of the following:
    2014-10-29 23:36:22:935  832 f48 Misc WARNING: WinHttp: WinHttpQueryHeaders(WINHTTP_QUERY_LAST_MODIFIED) failed. error 0x80072f76
    2014-10-29 23:36:22:935  832 f48 Misc WARNING: GetServerFileTime failed. error 0x80072f76
    The upstream server and another downstream server are working fine.  It is only this one WSUS server and clients on this segment of the network where a new domain controller was put in place last week.
    Thoughts?

    Hi,
    What's the port used by your WSUS server?
    Usecustomwebsite will change the port number used by the WSUS Web services from 80 to 8530 or vice versa.
    If you set this value to true, WSUS Setup will use port 8530 for its Default Web site. If you set it to
    false, WSUS will use port 80.
    If it doesn't work, please post the entire windowsupdate.log here. It may give some hints.
    Best Regards.
    Steven Lee
    TechNet Community Support

  • UAR work flow not work

    Dear Experts,
             For the process User access review, I had done following configaration:
    1)Upload all neccessary .xml file into CUP,
    2) Create workflow initiator, stage and path
    3) I use Admin review process in option panel
    the problem is after I schedule the UAR load job from ERM, the request has been generated in "Admin Review" but not appear in
    reivewer's workplace after run update workflow background job.
    can someone advise?
    thanks!

    Hi Fang,
    Hope you have configured UAR functionality as defined in the accelerator "Access Control 5.3 User Access Review".
    If you haven't reviewed the document, following is the link and make sure all config. steps are inorder.
    http://www.sdn.sap.com/irj/bpx/go/portal/prtroot/docs/library/uuid/b05010a3-ed45-2c10-79b2-96df60a6bf2b?quicklink=index&overridelayout=true
    If you still facing the issue after verification, please open a message with SAP, so that GRC support can logon to your system and identify the issue.
    Best Regards,
    Sirish Gullapalli.

  • Work flow not created for the Shopping Cart

    Hi one of the customers created a shopping cart,in approval overview it is showing as no need of approvals,but the status of approval is 'awaiting approval', but workflow is not created for the Shopping cart. advised to re-order in change mode but still no use. please advise.

    Hi,
      what do you see in SLG1? Check the below t.codes
    SM58 - check for stuck remote function calls
    ST22 - check for system dumps
    SM13 - check for stuck update requests
    SM21 - check in the system log for anything unusual
    SWUD - run a consistency check on the workflow
    Saravanan

Maybe you are looking for

  • NullPointerException while Inserting New  Entity in EJB 3.0

    Hi I have created an entity with Three underlying database tables using "SecondaryTables" annotation. I have set "insertable" property to "false" on the columns derived from secondary tables. While persisting a new entity using "EntityManager.persist

  • Always have to type in password

    Since there was an overhaul a few months ago, Apple Discussion Forums no longer allows the passwords to be remembered by Firefox' password manager or by keyword access (whichever does it here for this forum) It used to work that I could just access t

  • Modification in FD32

    Hi,    I am new to this forum.   I have a requirement to add 5 more selection fields to the standard screen in FD32 transaction code. Can any one help me how to do this. Thanks bha

  • HT4623 problem after update

    i have iphone 3gs gsm after updating it from 4.3.3 to 6.1.3 give this msg "your iphone could not activated becuause the activation server is temporarily unavailable". My iphone is unlocked this is IMEI "012162007569977". Can u solive the problem?

  • My touch will not restore, error code 1600.

    I have not used it in about a year since getting my iphone. I am not sure what generation it is but I have had it for about 3 years. I do not have any security software on my compter and everything is updated. I am using a macbook pro. HELP!