Missing name in Hire notification

We are using a hire workflow using the business object BUS1065.
It is designed to send a hire notification to various department for each new employee hired.(Security,IS,payroll etc ).
The notification contains the employee name and NT login id (Infotype 105,subtype001 ).
The WF is triggered as soon as an employee is hired via PA40.
We are currently facing a problem.The SAP notifications are missing out the name or NT login id (Not both ) in few hire notification.
Although the frequency of such error is 1:20 . But still we need to find the root cause behind it.
Kindly suggest.
Thanks,
Nitu Kumari

We have included a step of Refresh container which executes 100 times with wait of 60 seconds.
There is already a condition imposed : Either the time limit exceeds ( 60 X 100 seconds ) or the name is fetched.
This condition is checked before the notifications are sent out of SAP.
In our case, the WF executes for 60 X 100 seconds , but is still unable to fetch the name or Login id from the PA tables.
Kindly suggest the reason.
Thanks,
Nitu Kumari

Similar Messages

  • Missing Name for TemplateBeginEditable

    Whenever I try to create a new page from a template, I get an error message saying: There is an error at line 115, column 33 (absolute position 3710) of "Macintosh HD:Users:mkeenanb:Desktop:Website:Goddard Portfolio:Templates:Goddard Portfolio.dwt": Missing name for TemplateBeginEditable
    But as far as I can tell, like 115 TemplateBeginEditable has a name.
    What am I doing wrong?
    Here is the code I'm using:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Getting to Know You</title>
    <!-- TemplateEndEditable -->
    <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    <meta name="author" content="Erwin Aligam - styleshout.com" />
    <meta name="description" content="Site Description Here" />
    <meta name="keywords" content="keywords, here" />
    <meta name="robots" content="index, follow, noarchive" />
    <meta name="googlebot" content="noarchive" />
    <link rel="stylesheet" href="../Colourise11/images/Colourise.css" type="text/css" />
    </head>
    <body>
    <!-- wrap starts here -->
    <div id="wrap">
        <!--header -->
        <div id="header">           
            <h1 id="logo-text"><a href="../Colourise11/index.html" title="">(Devising, Theatre, Community)<sup>Queered</sup></a></h1>       
            <p id="intro">
            A Goddard College MFAIA Portfolio
            </p>       
            <div  id="nav">
                <ul>
                    <li><a href="../Colourise11/index.html">Getting to Know You</a></li>
                    <li><a href="../Colourise11/style.html">Brainstorm</a></li>   
                    <li><a href="../Colourise11/index.html">Create</a></li>
                    <li><a href="../Colourise11/index.html">Praxis and Reflection</a></li>
                    <li><a href="../Colourise11/index.html">Presentation</a></li>   
                </ul>       
            </div>   
            <form  id="quick-search" action="../Colourise11/index.html" method="get" >
                <p>
                <label for="qsearch">Search:</label>
                <input class="tbox" id="qsearch" type="text" name="qsearch" value="Search..." title="Start typing and hit ENTER" />
                <input class="btn" type="submit" value="Submit" />
                </p>
            </form>   
        <!--header ends-->                   
        </div>
        <!-- content-wrap starts -->
           <!-- TemplateBeginEditable name="content" -->
        <div id="content-wrap">
            <div id=description>
                <h2>Getting to Know You</h2>
                <p>Short blurb about Getting to Know You step in devising.</p></div>
        <div id="main">
                <h2><a href="../Colourise11/index.html">Artist Statement</a></h2>
                <p>
             Aritst Statement goes here.
             </p></div>
            <!-- main ends -->   
            <!-- sidebar starts -->
            <div id="sidebar">
                <h3>C.I. Video</h3>
            <!-- sidebar ends -->       
            </div>
            <!-- TemplateEndEditable -->
        <!-- content-wrap ends-->   
        </div>
        <!-- footer starts here -->   
        <div id="footer-wrap"><div id="footer-content">
            <div class="col float-left space-sep">
             <h3>About Maggie</h3>           
                <p>
                <a href="../Colourise11/maggiekeenanbolger.com"><img src="../Images/Purple Headshot.jpg" width="60" height="84" alt="firefox" class="float-left" /></a>
                Maggie is an experienced Teaching Artist, Sex Educator, Applied Theatre Practitioner and Performer. As a teaching artist and sex educator, she has worked all around the country with a wide variety of populations from LGBT Homeless Youth to Seniors.
    <p>
    As a performer, she has performed on and off-Broadway in professional theatre productions as well as self-produced productions of her own creation. Passionate, intentional, ethical and fun, Maggie strives to bring an enviornment of creativity, questioning and joy to all of the work she does. </p>
    <a href="../Colourise11/maggiekeenanbolger.com">   Learn more...</a></p>
                </p>
                <p>
                &copy; copyright 2013 <strong> Maggie Keenan-Bolger</strong><br />
                <a href="http://www.bluewebtemplates.com/" title="Website Templates">website templates</a> by <a href="http://www.styleshout.com/">styleshout</a>
                <ul class="col-list">
                </ul>
            </div>
            <div class="col float-left">
        <!-- TemplateBeginEditable name="studyplan" -->
                <h3>Study Plan Quote</h3>
                <p>
                <strong>Study Plan #1</strong> <br />
                Cool quote from study plan here
                </p>
                <!-- TemplateEndEditable -->
                <ul class="col-list">               
                </ul>
            </div>       
            <div class="col2 float-right">
                <h3>Goddard College</h3>
                <p>This website is a final portfolio from the Goddard College Masters in Fine Arts Interdisciplinary Arts Program. For more information about this program, visit <a href="http://www.goddard.edu">www.goddard.edu</a>.</p>
            </div>       
        </div></div>
        <!-- footer ends here -->
    <!-- wrap ends here -->
    </div>
    </body>
    </html>

    Kuljeet Pal Singh wrote:
    whats the value of control_management_pack_access in your database.
    Is this something I should be worried about? i don't see any issue as the missing object also not doing much IO.
    however you may get the detail from v$segment_statistics
    query you may find from below post.
    Top accessed table
    Thanks for the answer, but for what should I query?
    It doesn't show me a segment name, only the text ** MISSING ** which clearly isn't one of my segments.
    I'm not concerned about the I/O it generates, I'm concerned about the fact that there is no segment name in the report.
    Could this be caused by tables/indexes that were created during the snapshot and were no longer available when the report was generated?

  • [svn] 3540: Fix for missing name of the exception class, when @ throw is used.

    Revision: 3540
    Author: [email protected]
    Date: 2008-10-09 11:20:44 -0700 (Thu, 09 Oct 2008)
    Log Message:
    Fix for missing name of the exception class, when @throw is used.
    Also fixes for:
    SDK-17212 - Add a line feed between messages in the ASDoc validation_errors.log file.
    SDK-17242 - The Constants.as and GlobalFunctions.as classes from system classes need to have their content added to __Global__.xml
    SDK-17256 - For methods of the mx.components.Group class, args or return values of type Object do not appear in the ASDoc output.
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17212
    http://bugs.adobe.com/jira/browse/SDK-17242
    http://bugs.adobe.com/jira/browse/SDK-17256
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/class-files.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Revision: 3540
    Author: [email protected]
    Date: 2008-10-09 11:20:44 -0700 (Thu, 09 Oct 2008)
    Log Message:
    Fix for missing name of the exception class, when @throw is used.
    Also fixes for:
    SDK-17212 - Add a line feed between messages in the ASDoc validation_errors.log file.
    SDK-17242 - The Constants.as and GlobalFunctions.as classes from system classes need to have their content added to __Global__.xml
    SDK-17256 - For methods of the mx.components.Group class, args or return values of type Object do not appear in the ASDoc output.
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17212
    http://bugs.adobe.com/jira/browse/SDK-17242
    http://bugs.adobe.com/jira/browse/SDK-17256
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/class-files.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

  • Asynchronous reserve finally failed: missing name server configuration

    Hi,
    can anybody give me a hint why we get these errors?
    "asynchronous reserveFinally failed: missing name server configuration, no logon known -> operation will be retried name reservation : name server=http://sapcoe01.bbn.hp.com:50000/,  category=SAP_DevelopmentComponentName, name=hp.com/appl/tax, reservationKey=63415681, state=FINALIZE_PENDING"
    The development objects are listed in SLD with status PRERES. The Name Server location is configured in DTR with the logon data. The name server is also listed in the development configuration.
    Where else could be the cause for this error?
    Many thanks for any hints!

    Hi Martin,
    Here you can see the *_PENDING items: http://<host>:50000/dtr/sysconfig/support/NameReservationList
    And here you can configure the name server: http://<host>:50000/dtr/system-tools/administration/NameServerConfiguration
    The solution is to define your name server a second time with a slightly different URL. The first entry you already defined probably uses the fully qualified hostname, e.g. <i>http://<host>.mycompany.com:50000/sld/cimom</i>. Define the same name server again but <b>without the domain</b> and <b>without the /sld/cimom path</b>, e.g. <i>http://<host>:50000/</i>. Actually it should correspond to what's shown in the error message, e.g. "operation will be retried name reservation : name server=<b>http://<host>:50000/</b>,". When you click Save Configuration, the pending items in the queue will be processed. The only problem we have left is that "after some time" the 2nd entry we just defined dissapears and we need to configure it again (and again and again...)
    Kind regards,
    Sigiswald

  • The messages on my Iphone and Mac don't match, My Mac is lacking messages. Do they only show if the sender has an iPhone, trying to figure out if thats what the missing names have in common, or if it a different problem?

    The messages on my Iphone and Mac don't match, My Mac is lacking messages. Do they only show if the sender has an iPhone, trying to figure out if thats what the missing names have in common, or if it a different problem?

    Messages on the mac will only show iMessages sent from an iPhone, another mac, iPad etc etc...
    It won't show SMS / Text messages.
    If the messages are green on your iphone then they are text messages... Blue are iMessages

  • How do I add the customer's name to Workflow Notification email subject line?

    How do I add the customer's name to Workflow Notification email subject line?
    I'm expecting that I need to add a tag, but I'm not sure what the correct tag would be, I have tried a few but it just writes the tag I inserted and not the customer's name.
    Thanks

    This is something you can not add at the moment. You can change the layout a bit of workflow notifications from the system but you can not change the subjects at this time to render a system tag like that.

  • N9 missed/received calls and notifications problem

    Hi, I have 2 problems with my N9, maybe someone will be able to help me:
    1) Missed calls. If i have missed call, it will be as notification on one of the screens unless i "click" on it. Then it goes away and thats all! No calling back as it used to be, no saving thin information into "missed calls" directory.
    2)  In/Out calls: Sometimes, i have such a problem: callers list is totally mess! For example, my N9 can show me, that i called my "Friend name", showing the number on my "Grandpa"! SOmetimes it shows me some internet link instead of the number! smth like "telepathy.org" Then i just delete calls list.
    I dont know, it seems to me that problems became after managing 2 Skype profiles, Gtalk and facebook. Could it be true, and can anyone help, please? 

    Hello,
    I have experienced same trouble as you are describing on your post. My device N9 has been in use now for 5 months and CPU is changed by my operator. Problem disappeared for a while and now starting again. 
    List of errors:
    Calls divert to wrong recipients
    SMS:s divert to wrong recipients
    Call list is showing wrong names
    SMS list is showing wrong senders
    Device overheats during phone calls
    I noticed that problems started after i sparked Skype and Gtalk as you did... I have left some comments to my operator and I hope there are some individuas working on the issue. From the time I have bought the phone it has been three weeks at prepair. As percentile it is kind of a lot out from 20 weeks of use.
    But least the WIFI options and web works just fine...
    Looks nice, feels nice but does not seem to work...

  • In iOS 7, how do you clear the "Missed" section of the Notification Center?

    The "Missed" seciton doesn't have the Clear button like the "Recent" seciton does, and I can't seem to get rid of the missed calls in that list. I even went as far as to erase all my missed and recent phone calls in the Phone list, but the notification center won't clear out.

    I've been trying to grok the new notification center on ios7 with Apple so notoriously light with the documentation so here goes:
    - missed notifications (the rightmost tab in ios7 notification center) collates all of your notifications that you got when the phone was locked (the ones you get on the lock screen only) so that you dont have to worry about unlocking the phone and losing those.
    - they sorted in reverse chronological order from newest to oldest
    - 'missed' only covers the last 24 hours so the oldest notification you will see is 24 hours old. this is seemingly by design and i guess its logical to assume people will check their phone once every 24 hours.

  • How to get colla..room name in the notification mail  while creating a task

    Hi All,
             I create a collaboration room, there i created one task. Asusal all the task assignees are getting notification mail. but in the mail content there is no mention of particular collaboration room. from where we created that particular task, this is creating some confusion to the users who are getting this notification mail,
    if any one knows please let us know.
    Regards,
    Navaneethan

    >
    PG wrote:
    > Now is there any way to get this obj name within the methodMETH by using some method like GET_OBJ_NAME(just making a guess)
    >
    > Regards
    > PG
    Please check the below code snippet
      DATA:
        lref_obj TYPE REF TO cl_abap_typedescr.
      lref_obj ?= cl_abap_objectdescr=>describe_by_object_ref( me ).

  • Missing name column in site view

    I'm testing Dreamweaver CS4 for Mac and when I imported my
    website, suddenly none of the files had names. In fact the name
    column is completely missing from both the local and remote side of
    the site view page. Can anyone tell me what I've done wrong? I've
    been using MX for years with no problem on Mac OS 10.4x, but now
    I'm on a new laptop with 10.5 and MX didn't want to work anymore,
    so I'm trying CS4 (also with no success :-(
    Thanks for any help!
    mzvetina

    In each of these views, you can go to their view-menu (upside-down triangle) and choose Layout->Select Columns...
    Marc

  • Missing names

    Names are missing from phone contacts. Iphone 4.   I have toggled the Icloud contacts to no avail. Other solutions?
    I was asked if I wanted to update, answered yes. Then told not enough memory but took away names?  So frustrated.
    Thanks for any help.

    Select
              View ▹ Show View Options
    from the Finder menu bar. In the dialog that opens, select
              Arrange by: None

  • Get logged in users name for email notification

    Hi all,
    I am using LC Update 1 with email notifications. In the notification email I would like to write:
    Hi "logged in users name"
    You have got a task in your to do-list...
    The thing is that I can not get the id of the user because the email is sent before he/she completes any step in the process. So I guess I need to look up the user in the same way as the notification-function makes the lookup... How is this done?
    Can you help me here?
    Sincerely
    Kim

    You can use a parameter for the user ID:
    http://livedocs.adobe.com/livecycle/8.2/wb_help/001330.html
    scott

  • N9, missing SMS and chat notifications during musi...

    Hope somebody can help, as I've spent many hours Googling for the solution.  Just got a new N9 64Gb, learning to find my way around.
    I have a huge problem with notifications.  Basically my phone is my MP3 player for my lifestyle.  I'm trying out free Sigma player since it plays by the folder.  With incoming phone calls, music stops and a ringtone comes through.  Not the case with SMS and chat notifications.  As long as music is paused, I hear SMS/chat notifications.  Nokia music player does the same thing.  N9 earbuds or 5800 earbuds, no difference.  Unless I'm staring at the screen, I miss SMS and chats.
    With 5800, I was able to listen to music/audio books all day (used FolderPlay), and SMS and chat notification interrupted the playback no problem.  I don't seem to be able to do the same with N9.  Is there a solution to this?  Am I missing something in the settings?
    I'm getting desperate.  Help?

    Hi,
    Welcome to the forum!
    You can try the following solutions:
    1. Uninstall and re-install the application.
    2. Update the application. If there's an available update.
    If it's still the same, then it's best to coordinate your concern with the publisher of the application. They'll be able to help you with your concern. 
    You can visit this link for the contact details of the publisher. The contact details are shown below the description: http://store.ovi.com/content/223031?clickSource=search&pos=1
    Note that you can also use the phone without the said application. 
    Hope this helps. 

  • Edit LabVIEW VI Call Missing Names

    All of the sudden, when viewing the VI Parameter Table in the Edit LabVIEW VI Call, the Name column is missing and I can not expand any of the clusters. It's as though the COM/ActiveX link is somewhat broken.
    I have previously configured many VI links using the Parameter Table and have mapped many individual cluster elements to TestStand items, but now I can not even expand the clusters (because the name column is completely missing) to view the mappings. Everything seems to run fine, and the mappings still seem to exist, but I can no longer view or edit them, and I can not see the name column for existing configurations or new ones.
    Thanks,
    Martin

    Hi Martin,
    If you put your mouse in the area with the red mark, near Type, your mouse cursor will change.  Then, you can expand the name column, even though it is currently hidden.
    Message Edited by AEDavid on 02-19-2007 11:44 AM
    Cheers,
    David Goldberg
    National Instruments
    Software R&D
    Attachments:
    mouse.JPG ‏57 KB

  • Missing Name in BBP_PD_SC_GETDETAIL

    Hello, I use BBP_PD_SC_GETDETAIL to get the details of a sc. Then I loop over the table e_partner. Then I select the partner_fct = '00000016'. Then I select BUT000 with die guid. But the field but000-xubname is empty
    Here is the Conding:
            if wa_partner-partner_fct = '00000016'.
              clear: but000,
                     adrp.
              select single * from but000 where
              partner_guid = wa_partner-partner_no.
              select single * from adrp where
                persnumber = but000-persnumber.
              wa_zselectsc-created_for = but000-xubname.
    In which table is the User-Id ???
    Marc

    Hello,
    The field xbuname is not filled for an employee in but000. 
    You can try this to retrieve the user name of the requester:
    data:  lr_employee TYPE REF TO if_bbp_es_employee,
           lv_partner_guid TYPE guid,
           lv_requester      type ERNAM.
        MOVE wa_partner-partner_no TO lv_partner_guid.
        TRY.
            lr_employee =
            cl_bbp_es_enterprise=>get_employee_by_guid(lv_partner_guid ).
            lv_requester = lr_employee->get_username( ).
          CATCH cx_bbp_es_not_found.
          CATCH cx_bbp_es_not_an_employee.
        ENDTRY.
    Rgds,
    Pierre

Maybe you are looking for

  • Can you help me deploying a GPO ?

    Hi , I try to deploy a GPO using MDT 2K13 , WDS and SCM 3.0 . I install my custom SEVEN by PxE . I'd like to deploy a GPO with these options changed : - Specific Wallpaper and theme  - Pevent changing Wallpaper and theme  So when i'm on SCM , I expan

  • Ipod not recognized in itunes or Windows

    I just went to update my itunes to the latest version which i think was itunes7. When i did so something went wrong and when i disconnected my ipod nothing on it worked. It wont turn on, and wont be recognized in itunes or Windows. I tried the 5 R's

  • How do i move itunes from my old desktop to new windows 7 laptop

    How do I move Itunes from my old desktop computer which runs Windows XP to my HP Laptop that runs Windows 7.

  • I only have 300 songs on my 8gb itouch and can't add any more-why

    I only have 300 songs on my 8gb itouch and not that many apps or photos-why can't I add more

  • Network icon, what is it??

    Hi everyone, I have a question about a network icon I found on the desktop window after applying the 10.4.5 combo update. It kind of freaked me out, can someone be connected to my computer without me knowing? After I closed the window I could not see