Workflow Agent Not found problem

Hi ,
  I have to send workflow to the initiator. In the Event Container I have defined one variable as requester.
I am getting correct value in the workflow container Requester variable. Buy How do I do the agent  assignment So the Requester get the workitem. I dont want to send the workitem to every body.
Please let me know
Thanks
Aman

Business Object ZBUS1001 (Deligate from BUS1001)
I have Created One dialog screen. After filling all the necessary data when user press the Reserver(Custom Push Button) then workflow initiated. When user press the Reserve button I am executing the following code.
  objtype = 'ZBUS1001'. "PLM Material
  MOVE zplm_pnr_scr-matnr TO objkey.
  event = 'CreatePLMMaterial'.
  REFRESH event_container.
  CALL FUNCTION 'SWC_ELEMENT_SET'
       EXPORTING
            element   = 'Attachment'    Value 'X'
            field     = zplm_pnr_scr-attachment (Screen field)
       TABLES
            container = event_container
       EXCEPTIONS
            OTHERS    = 1.
  CALL FUNCTION 'SWC_ELEMENT_SET'
       EXPORTING
            element   = 'Requester'
            field     = sy-uname
       TABLES
            container = event_container
       EXCEPTIONS
            OTHERS    = 1.
  CALL FUNCTION 'SWC_ELEMENT_SET'
       EXPORTING
            element   = 'Material'     
            field     = zplm_pnr_scr-matnr
       TABLES
            container = event_container
       EXCEPTIONS
            OTHERS    = 1.
  CALL FUNCTION 'SWE_EVENT_CREATE'
       EXPORTING
            objtype           = objtype
            objkey            = objkey
            event             = event
       TABLES
            event_container   = event_container
       EXCEPTIONS
            objtype_not_found = 1
            OTHERS            = 2.
  IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ENDIF.
  COMMIT WORK.
Event has three parameters
Requester
Attachment
Material
Workflow logic
If attachment = 'X'
Send the workitem to the initiator. that What I wanted to Achieve.
Please let me know if you need some extra stuff.
Thanks
Aman

Similar Messages

  • Ad-hoc agent not found ??? :-(

    Hi everybody,
    I was trying to activate the workflow por PO Approval (1 step):
    - Event Linking: WS14000089
    - Agent Assignment: TS14007970
    I assigned the agents without any problem, but.. when I want to test my config, I receive this error:
    "Ad-hoc agent not found "
    I have no clue about this =(    I dont know if this behavior is due to a configuration or the abap guy modified the standard WF   =(
    Any idea ?
    Thank you !
    Diego

    Diego,
    As Pierre explained, the PO standard WF in SRM assigns agent dynamically in the WF.
    You have to define the task as a general task to "allow" the WF to assign the right agent (purchaser's manager in your case).
    In fact if you want yto define the approver yourself, use the n-level WF based on BADI for PO.
    Regards.
    Vadim

  • After installation of Mavericks, I get the warning : Apple Qmaster File Agent not found.  Any solutions?

    Hello,
    Everything was great running Mavericks in FCPX and seemingly Compressor... up until I hit the 'submit' button on a project.  I found the following thread, which is related, but it doesn't mention Mavericks so I started a new one here.  I'm guessing my problem has to do with Mavericks because I was able to export videos fine yesterday before the upgrade.   I followed Russ' potential solution in that thread to no avail.  The same problem happens whether I try to use the systems cluster or not.  Here's the thread:
    https://discussions.apple.com/message/23434754#23434754
    After trying all of that, I decided to use FCS Remover to remove FCPX, Compressor and QMaster (like I've had to do in the past when something would stop working after an update).  I then re-installed everything and opened my Compressor project back up for export.  I was expecting it to go through at that point, but alas, the same dreaded warning message appears:  "An internal error occurred: Apple Qmaster File Agent not found."
    I'm stumped.  Don't know what to do besides uninstalling all my pro apps, including QMaster, and reinstalling.
    Any ideas? 

    I set QMaster Preferences for Compressor Services to "Share" = checked and "Managed" = Checked, then I set Instances to 4, it did not work, back to the original error "Qmaster file Agent not found".
    Look at some of your information I noticed that in Qmaster Preference the "Advanced" - Network - Use Network Interface: "All Interfaces". So I changed that to "Built-in Ethernet 2" (NIC my cable is plugged into) and set "Enable Port Range: From 50,000 with number of ports 1000".
    So, for the heck of it I tried setting Instances to 2 -- and it worked, look in Batch Monitor I see 5 segments, 1 audio and 4 video with 2 out of 4 video transcoding (each was assigned about a 2 min chunk of video). Progress -- ok, so now I set Instances to 3 and submit batch -- it's still working, I get 7 segments 6 video and 1 audio. Ok the big test, setting Instances to 4 and it still works!! 9 segments, 8 video and 1 audio, WoooHoo, its working!
    Just to be sure I open up Activity monitor and all 4 of my CPUs were cranking at 95% utilization.
    Also checked OS X firewall setting, they are set to most minimal. Checked my router also, 192.168.1.2 is the IP assigned to my MacPro and the router is set to DMZ that specific IP (meaning is basically open to any port).
    But I think the KEY in my case was to change the "Use Network Interface" from "All Interfaces" to "Built-in Ethernet 2" and then Enable Port Range from 50,000.
    On a side note, the progress bars in Batch Monitor and in Compressor are way off with the "Remaining" time estimates -- overall progress will suddenly jump -- it looks as if the remaining time isn't being divided by the number segments currently running or something?
    Thank you for your assistance.
    Rob.

  • Work around for server not found problems on FF36

    I have found a work around for all the people having server not found problems with FF36.
    If you manually set your network adapter DNS to an external DNS server (as opposed to your local ISP) then the problem goes away. I set mine to use the two google DNS servers:
    Preferred: 8.8.8.8
    Alternate: 8.8.4.4
    Not a clue why this works but it is 100% successful on my desktop PC, whereas before I could hardly connect to a webpage with FF36 without multiple page refreshes and much frustration, even though FF35 was fine and rolling back to FF35 was also fine.
    Something has changed in FF36 and either the way it handles DNS or the way it works with some network adapters.
    It is nothing to do with add-ons, profiles or firewall software as I have tried all of these things and only the DNS change made a difference. I even copied over a full working profile and the program files directory for Mozilla from my portable which was having no problems and the problem still existed on the desktop, which is why I started looking at the network adapater since everything else between the working PC and the non working one was identical.
    Hopefully this will help the developers to pin down the real cause of the problem and fix it in the next release.

    Well done. Thanks for finding that.
    That is not only assigned but has an approved patch included in the scheduled Fx36.0.1 release so it should be fixed in few days, watch out for the upgrade.
    * Bug 1093983 - DNS resolver should not use 'ANY' to get cached records for TTL <sup>[https://bugzilla.mozilla.org/show_bug.cgi?id=1093983#c35 c#35]</sup>
    * https://wiki.mozilla.org/Firefox/Channels/Meetings/2015-03-03#Schedule_Update
    With the bug now fixed it would not really be appropriate to add further comment. I do now see another related bug assigned but not being fast tracked, so if all goes well that will probably land in Firefox 39.
    * Bug 1138242 - DNS: Request A and AAAA record types rather than ANY when obtaining TTL on Windows

  • [ADF JDEV11.1.1.4] Timezone region not found problem in JDEV

    HEllo,
    I just moved my project to JDEV11.1.1.4 from 11.1.1.3.
    All is fine except for database Navigator.
    In 11.1.1.3, I was able to connect to my Oracle Database from Database Navigator Tab. I just needed to set the Java options -Duser.timezone="+01:00" to my project to resolve the timesone region not found problem when running my app onto the embedded WLS.
    In 11.1.1.4, I can run mu project fine with same Java options but I cannot anymore connect to my DB using Database Navigator.
    I got the famous ORA-01882: timezone region not found error.
    I tried adding this line into ide.conf:
    AddVMOption -Duser.timezone="+01:00"
    but still not working.
    Any idea what I should do pls?
    thx
    Jack

    OK, I made a mistake into the line:
    Adding :
    AddVMOption -Duser.timezone="+01:00"
    in ide.conf works fine.
    I just forgot to close and reopen JDEV.

  • "Apple Q-Master file agent not found"

    When I try to burn a Blu-Ray disk in FCP7 via the command 'Share', after a few seconds I get the message: "Apple Q-Master file agent not found' and the burn is aborted. It worked perfectly before, so I'm puzzled that is does not any more. What goes wrong? OS is Snow Leopard on a Mac Pro.

    I checked the Q-Master pane in 'system preferences' but which setting of the very many available is meant to enable Q-Master? Sorry if this is a dumb question, but I'm only a sporadic user of FCP...

  • Transfer workflow WF17900427 giving workitem not found problem

    Hi,
    I am testing workflow for employee transfer in HCM using tcode HRASR_TEST_PROCESS.But when i try to test it after entering data it's giving information message that 'workitem not found'.Also workflow is not getting start instead of WF17900427 it's starting error workflow.
    So can u tell me what to do for this.
    Thanks,
    Rahul

    Hi,
    I am testing workflow for employee transfer in HCM using tcode HRASR_TEST_PROCESS.But when i try to test it after entering data it's giving information message that 'workitem not found'.Also workflow is not getting start instead of WF17900427 it's starting error workflow.
    So can u tell me what to do for this.
    Thanks,
    Rahul

  • Workflow agent not created

    We are using employee workflow for last 1 year and there was no problem in using workflow to send the mail
    to the supervisor of the person, when the person is hired. This week we got the problem for the first time. In the employee workflow task, the agent was not found (or created), so other task of employee mail was never started. Normally it uses the rule EVALUATE_AGENT_VIA_RULE to get the agent name in the employee workflow but this time this rule
    was not called and so no mail was sent to the supervisor. I'm not sure if this is SAP bug or some problem with the customization. I am attaching the successful workflow log and failed workflow log for comparision.
    Successful workflow (Email was sent to the supervisor)
                             101182           1 Employee Workflow     
           E47066                    Start Event Received             
           E47066                    (Sub)workflow created            
           E47066                    Workflow started                 
           Workflow System           AC90000002                       
           Workflow System             EVALUATE_AGENT_VIA_RULE        
           Workflow System               AC90000002                   
                             101183           8  Employee Mail Wait   
           Workflow System           Background work item created     
           Workflow System           Work Item Submitted for Execution
           Workflow System           Execution started                
           Workflow System           Work Item Processing Complete    
                             108160           4  Employee Mail        
           Workflow System           Dialog work item created         
    Failed workflow (No Email was sent to the supervisor)
                            122001           1 Employee
    Workflow  
          C24619                    Start Event Received          
          C24619                    (Sub)workflow created         
          C24619                    Workflow started              
                           122002           8  Employee Mail Wait
          Workflow System           Background work item created  
    Please let me know if you have any idea about this problem.
    Thanks in advance for your help.
    - AP

    This is my message from Production:
    Resolution of rule AC00000168 for task TS93000019: no agent found                         
    Workflow WS93000005 no. 000004806372 activity 0000000004 role 'AC00000168': No agent found
    Agent determination for step '0000000004' failed                                          
    Workflow 'Post with Clearing Workflow' step number 4: _work item could not be created_      
    This is my message from development.. I recreted the scenario and getting different message.
    Workflow 'Journal Entry Approval- Approval WF' step number 36: work item could not be created 
    Agent determination for step '0000000036' failed                                              
    Workflow WS93000001 no. 000000986124 activity 0000000036 role 'AC93000003': No agent found    
    Resolution of rule AC93000003 for task TS00007914: _no agent found_
    Edited by: Sergey on Nov 2, 2010 5:05 PM

  • How do I get past the drivers not found problem during Windows 7 install?

    I have a brand new (March 2012) MBP running Mac OS 10.7.3 (Lion) with a SuperDrive.  I'm trying to use Boot Disk Assistant to install Windows 7 with a valid Windows 7 DVD burned from an .iso.  I've partitioned the 750 GB HDD with 500 GB for Mac OS and 250 GB for Windows.  The system reboots and starts to install Windows 7.  Then it pops up an error:
    "A required CD/DVD drive device driver is missing.  If you have a driver floppy disk, CD, DVD, or USB flash drive, please insert it now.
    Note: If the Windows installation media is in the CD/DVD drive, you can safely remove it for this step."
    Of course, I can't eject the Windows setup DVD because the eject button doesn't work so I can insert the Windows Support Software that I downloaded from Apple.  So, I copied the Windows Support Software to a USB drive.
    Once I get to this point, I can browse to the USB drive and I get the following file tree:
    Drivers
         Apple
              x64
         Asix
         Atheros
         ATI
         Broadcom
         Cirrus
         IDT SigmaTel
         Intel
              Chipset
                   All
                   ia64
                   Lang
                        Chip
                             (various languages)
                   WIN7
                   x64
         Marvel
         NVidia
              NVidiaChipset32
                   Ethernet
                        NAM
                   HDAudio
                   SMBUS
                   SMU
              NVidiaChipset64
                   Ethernet
                        NAM
                   HDAudio
                   SMBUS
                   SMU
              Win7_32
              Win7_64
         RealTek
    The only directory that the installer recognizes as having valid drivers is the Intel > Chipset > WIN7.  When I select all of the drivers listed, the installer acts like it's installing something but then it stops saying that new devices were not found.  I can't get past this point.  The Windows 7 installer will not continue.  If I select any of the other directories, I get the message "No device drivers were found.  Make sure that the installation media contains the correct drivers, and then click OK."
    Any thoughts?  Admittedly, this is the my first experience dealing with Mac OS and I'm completely out of my league.  However, this is a Windows installation issue and I'm getting hung up on device drivers.  Usually in the PC world, I can easily go to the manufacturer's website and just download the drivers I need directly.
    ...Mel    
    Sr. Systems Administrator - Windows, SharePoint

    valid Windows 7 DVD burned from an .iso.
    Usually burned ISO to DVD only works when burn speed is set to slowest.
    Otherwise there are a number of problems with the install failing to do proper install, sometimes not even booting to start the install. Trouble is from using Apple Disk Utility. Burned in Windows, the ISO will be fine. Using Disk Utility at slowest has become "try reburn again at reduced speed."
    You can use mouse on startup to eject DVDs but what you want is your drivers later after Windows is installed, and have them on USB flash or something.
    you don't need any drivers except in a few cases (MacBook Air that lacks DVD and uses USB-DVDs)
    Product support page is best place to start with every device and product.
    www.apple.com/support/bootcamp
    has manual pdf, faq, how to, support articles

  • CUP Issue in workflow - Approver not found after SP13

    Dear All,
    We are facing an issue after upgrade to SP13 in CUP. The request is not getting saved and throwing an error - Approver not Found.
    We uploaded the xml files also of SP13 after upgrade has completed.
    We have not changed the workflow after upgrade and verified all the attributes of Initiator, CAD and approver is already available in CAD - but still we are receiving the error "Approver Not Found"
    The same workflow is working succesfully in Production system which is under SP9.
    Is this an issue with SP13. If any body has encountered please let us know how to resolve.
    Thanks and Best Regards,
    Srihari.K

    Dear Chinmaya,
    Below is the error log
    Log :
    2011-05-09 08:13:17,375 [SAPEngine_Application_Thread[impl:3]_25] ERROR NoApproverFoundException in Save request
    com.virsa.ae.workflow.NoApproverFoundException: No approvers found for req no : 135, for reqPathId, 209, for path, CHNG_ANZ_Z6 and approver determinator : ANZ_LAC
    Also, we tried with simple workflow as well with just 2 attribute logic. Still we received the same error
    Thanks and Best Regards,
    Srihari.K

  • Import javax.mail not found problem

    I have downloaded the most recent mail.jar and activation.jar files and have created a library w/in JDev called javamail and have added these jars to that library. I have also included this library in my ViewController Project. The problem I am having is that the following imports statements are not found by JDev:
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.Multipart;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeBodyPart;
    import javax.mail.internet.MimeMessage;
    import javax.mail.internet.MimeMultipart;
    When I open up the mail.jar I can find all of these classes, so why are these imports not being recongnized?
    I have also tried import javax.mail.*; to include everthing and this does not work either.
    Does anyone have any suggestions on how to trouble shoot this issue?

    Try to add the J2EE library - which is predefined in JDeveloper- to your project's libraries.
    Worked for me.

  • Table or View Not Found Problem

    Hi all,
    I am facing a strange problem where-in I am calling a query from a normal SQl window which works but the same in Procedure gives me an error.
    User A...This runs this statement
    Select * from B.emp which gives results. The same statement when I compile in a procedure it gives an error saying Table or View not Found.
    User A has a select on B.Emp where B is the owner of table Emp.
    I am not able to get to the solution of the same. Is it apossibility of a synonym conflict? Can someone help in what ways this error can come?
    Thanks and Regards,
    Kapil Uppal

    Hi,
    >>Well the error is Table Or View Does not exist
    Interesting, what version of Oracle are you using ? As you can see below, the stored procedure does not recognized the privilege that have been granted through a role.
    LEGATTI@ORACLE10> create user user1 identified by user1;
    User created.
    LEGATTI@ORACLE10> create user user2 identified by user2;
    User created.
    LEGATTI@ORACLE10> grant connect,resource to user1,user2;
    Grant succeeded.
    LEGATTI@ORACLE10> create table user1.emp (id number);
    Table created.
    LEGATTI@ORACLE10> create role user1_role_tables;
    Role created.
    LEGATTI@ORACLE10> grant user1_role_tables to user2;
    Grant succeeded.
    LEGATTI@ORACLE10> grant select on user1.emp to user1_role_tables;
    Grant succeeded.
    LEGATTI@ORACLE10> connect user2/user2
    Connected.
    USER2@ORACLE10> select count(*) from user1.emp;
      COUNT(*)
             0
    USER2@ORACLE10> create or replace procedure my_test_procedure as
      2  n_id number;
      3  begin
      4  select count(*) into n_id from user1.emp;
      5  end;
      6  /
    Warning: Procedure created with compilation errors.
    USER2@ORACLE10> show errors
    Errors for PROCEDURE MY_TEST_PROCEDURE:
    LINE/COL ERROR
    4/1      PL/SQL: SQL Statement ignored
    4/38 PL/SQL: ORA-01031: insufficient privilegesCheers

  • Class not found problem in Tomcat Web app

    Hi,
    I created a Web Service using JWSDP. I want to invoke a Web service method from my servlet. It works fine on Win NT Workstation, but on Windows 2000 it gives class not found error because it fails to pick up the jars that come with the pack in common\lib directory. I copied the jars to all possible lib paths as below, but looks like there's something wrong with the class loader. This problem comes in all our win2k machines. Does anyone have any clue about this.
    /WEB-INF/lib/*.jar of your web application
    $CATALINA_HOME/common/endorsed/*.jar
    $CATALINA_HOME/common/lib/*.jar
    $CATALINA_HOME/shared/lib/*.jar
    Thanks in advance,
    Sriram.

    If it can't find servlet.jar in the Tomcat dir, you should do what I did. I copied servlet.jar to C:\j2sdk1.4.0_01\jre\lib\ext\servlet.jar
    Then I added that to my CLASSPATH, and it finally found servlet.jar (it never found it in the Tomcat folder where it was).

  • Page not found problem

    I hope someone can help me with this mystery.
    I added a first level page to my site and checked it in preview mode. Looks great. Everything works fine. But when I published it, the menu bar takes me to a page not found error.
    So I saved the site as html and uploaded that to my server. Still the same problem. Then I created a duplicate page with a different name and went through the whole process again but it is also not found.
    I don't think this is a hosting problem because all of my other changes are showing up instantly.
    I've never had this problem in Muse before. Can anyone tell me how to get the new page to show up online?

    Hi
    In Muse, Under site plan, go to page that shows this error, right click on thumbnail and see if "Export Page" option is checked or not. If not, check it, save and republish, this will resolve the problem.

  • DataControl not found problem

    Hello,
    I have a problem with my ADF application, when I try to load a simple jspx page in a browser it shows error message "Object AppModuleDataControl of type DataControl is not found".
    I can see it under the Data Controls node and I have it added in DataBindings.cpx file like this
    <BC4JDataControl id="AppModuleDataControl" Package="applicationModules"
    FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
    SupportsTransactions="true" SupportsFindMode="true"
    SupportsRangesize="true" SupportsResetState="true"
    SupportsSortCollection="true"
    Configuration="AppModuleLocal" syncMode="Immediate"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>
    Can anyone help me? On what descriptor does ADF depend to bee able to see Data Controls?

    Hi
    I too am facing the same problem .. Can you pls any conclusive solution to this issue
    Thanks

Maybe you are looking for

  • I have a $400 paperweight

    iPod photo 40GB bought February 2005, plus Applecare. I loved this iPod which gave me just under a year of impeccable service. A few weeks ago it started giving me problems. Symptoms: After a full charge overnight (via powerbrick, not computer), I wo

  • Strange Plug-In Behavior CS4 - Opening from Bridge

    Hello, I think that this is the right forum, but it could be bridge instead.  I've moved my Photoshop CS4 to my new Win 7 64 bit PC.  I am having a very strange situation with my optional Plug-ins and Bridge.  This us with the x86 32 bit version.  Wh

  • Lost the cables to my DTT 3500

    I am currently the lucky owner of a DTT 3500 sound system and a SoundBlaster Audigy 2 ZS soundcard, my problem is that I seem to have lost the cables I need to produce digital sound. From searching the internet I've discovered that I need to use the

  • Question about Quiz Screens in Captivate 2

    Is it possible to add an image to a quiz screen? I want to make an assessment in Captivate using some of the quiz question templates, but I want to add an image to it so the user can look at the image for reference. Is that possible? Or would it be b

  • I have a ipod 1st gen, its frozen and wont back up. comes up with error code 1 can someone please help.

    I have a ipod 1st gen. its frozen and wont back up. comes up with error code 1. can someone please help.