Candidate registration populating with other records details

I'm implementing iRecruitment 12.1.3
When a candidate does a new registration on the external visitor site, it will sometimes come up with a page pre-populated with another person's record details.
I'm sure that a metalink note was released for this not too long ago but I cannot find it. Can anyone help?!
Thanks,
Dan

This seems seeded error in your version of iRecruitment it better if you can raise SR for same to oracle.
Thanks

Similar Messages

  • Candidate registration issues with e-Recruitment

    Hello,
    We are trying to prototype e-Recrutiment for a simple business process.
    We have ECC 6.0 with EHP4, SP level SAPK-60403INERECRUIT
    We are trying to go with a single server model for the prototype.
    I am getting confusing/incosistent behaviour -
    I access transaction SICF.
    Then I filter the services by hrrcf*.
    I close the bsp folder since I am only interested in the Webdynpro.
    then I click "test service" on any of the following -
    hrrcf_a_candidate_profile_ext
    hrrcf_a_reg_applwizard_ext
    Sometimes, I get a blank page. Some times, I get a message "unfortunately the system is not available at this time".
    Sometimes, I see the login screen with a button "Register Here".
    Sometimes, I directly get a User profile screen on "Personal Data" tab, but none of the dropdowns are available (not even for country) and it doesnt go any further from there.
    I try to click "Register Here" - then I enter all the registration information and click "Register" - nothing happens.
    I am a little confused.
    Please provide any clues you may have to help us move forward.
    Thanks much!

    Hello,
    seems this is still a topic of interest. So I'd like to share some information.
    First of all, if you like to work with SAP E-Recruiting 600 EhP4 upgrade to the newest SP level which is currently SP5. No matter if it is only a test / sandbox system, due to some "software quality" issues please use the newest patch / support stack. If not you will invest the time needed for patching many times when testing and evaluating e-recruiting and still not get to a valid result. With SP4 sap brought several important functions missing in the original web dynpro ui for recruiter which existed in the prior BSP solution (see business function HCM_ERC_CI_3) and SP 5 has some quite importat correctios for the application. You will save you a lot of trouble that way.
    About ICF services and testing them. For running e-recruiitng with web dynpro ui you mainly need ICF services from the web dynpro folder and a folder named erecruiting but there are still bsps used. These BSPs are called hrrcf_wd*. You will find details on this in the IMG under the ui settings for candidate and recruiter. The documentation for the nodes to define e-recruiting services describe which services to activate and which need service users assigned.
    Testing servies from SICF or SE80 is not a good idea for e-recruiting. Most of the services are either called from other services which pass information or need information from URL parameters. For an example you cannot test any wd application of the application wizard as they need the publication which the candidate applies to passed in the url. In many cases the system will give you the "An internal error occured, Please try again later." error as a result. A general hint, if you get this message anywhere in e-recruitng check SLG1 for information on the reason for the error.

  • Strange Problem in dynamically list population with record group

    Hello Room,
    I am dynamically populating a single list with 2 record groups. I am having a strange problem. All the code are written in 2 seperate buttons. The code of every button is given below.
    Button 1 code:-
    DECLARE
    rg_reports RECORDGROUP;
    rg_name VARCHAR2(40) := 'REPORTS';
    vTemp NUMBER;
    BEGIN
    -- Pls make sure Group doesn't already exist
    rg_reports := FIND_GROUP(rg_name);
    -- If it doesn't exist then create it and add ur query to it
    IF Id_Null (rg_reports) THEN
    rg_reports:=CREATE_GROUP_FROM_QUERY(rg_name , 'SELECT companyname,to_char(co) from companymaster order by companyname');
    end if;
    --Populate the Record Group
    vTemp:=POPULATE_GROUP(rg_reports);
    POPULATE_LIST('REPORTS.EXAMPLELIST', rg_name);
    Delete_Group( rg_reports );
    END;
    Button 2 Code:-
    DECLARE
    rg_reports RECORDGROUP;
    rg_name VARCHAR2(40) := 'REPORTS';
    vTemp NUMBER;
    BEGIN
    -- Pls make sure Group doesn't already exist
    rg_reports := FIND_GROUP(rg_name);
    -- If it doesn't exist then create it and add ur query to it
    IF Id_Null (rg_reports) THEN
    rg_reports:=CREATE_GROUP_FROM_QUERY(rg_name , 'SELECT accountname,to_char(co) from accountmaster order by accountname');
    end if;
    --Populate the Record Group
    vTemp:=POPULATE_GROUP(rg_reports);
    POPULATE_LIST('REPORTS.EXAMPLELIST', rg_name);
    Delete_Group( rg_reports );
    END;
    The code is same here only the sql is different in these 2 buttons. Now the problem point.
    when i press button 1, I get the list populated ok. when i try to click on the list item and keep the button pressed the list gets scrolled properly.
    when i press button 2 after that i get account names well populated in the same list item as well, but this time, when i keep the button pressed the list does not scroll below as in button 1. It does not even allow to select different item from the list of button 2 code.
    I tried to clear cache, cookies, exit browser everything and try to run the button 2 first, but still the problem in button 2 code.
    Following are my system details.
    windows 7 professional edition.
    Oracle database 11g on windows 7
    Oracle forms 10g patchset 10.1.2.0.2 on windows 7
    Browser Netscape Navigator with oracle jinitiator 1.3.1.22
    But this form is run by a client side html file where oracle forms 10g is not installed on windows xp. html file is just referring server url to run the module. The file is run on Netscape navigator browser with oracle jinitiator 1.3.1.22
    My question is that is this a bug ? if button 1 gets the list item scrolled, why is the problem with button 2 even though i press it first. Here I am deleting the record group also. after the code is over. Initially I thought this may be the character length problem so I took the maximum character length for that list item as given by the 2 columns in database.
    Why is the list scrolling not happening in button 2 but in button 1 with same codes on both ?
    Anybody please help me.

    The problem is the second query. I would guess that the TO_CHAR(co) is not unique for each account, but is the same for the accounts. And as the second item in the select-list is the listitems values, all your listitem-entries have the same value. therefore, of you select any entry, the list will always go the the first entry again.
    Adjust your query.

  • Updating values with in the same table for other records matching conditions

    Hi Experts,
    Sorry for not providing the table structure(this is simple structure)
    I have a requirement where i need to update the columns of a table based on values of the same table with some empid and date  match. If the date and empid match then i have take these values from other record and update the one which is not having office details. I need the update query
    Before update my table values are as below
    Sort_num     Emp_id   office      start_date
    1                      101     AUS    01/01/2013
    2                      101                01/01/2013
    3                      101               15/01/2013
    4                      103     USA    05/01/2013
    5                      103               01/01/2013
    6                      103                05/01/2013
    7                      104     FRA    10/01/2013
    8                      104               10/01/2013
    9                      104                01/01/2013
    After update my table should be like below
    Sort_num     Emp_id   office      start_date
    1                      101     AUS    01/01/2013
    2                      101     AUS    01/01/2013
    3                      101               15/01/2013
    4                      103     USA    05/01/2013
    5                      103               01/01/2013
    6                      103    USA     05/01/2013
    7                      104     FRA    10/01/2013
    8                      104     FRA     10/01/2013
    9                      104                01/01/2013
    Thanks in advance

    I do not have time to create the table with data but basically you should be able to code the following
    update table a
    set office = ( select office from table b where b.emp_id = a.emp_id
                                                                 and     b.start_date = a.start_date
                                                                 and     b.office is not null
    where exists ( [same query as in set]  )
    and a.office is null
    I believe that will do the trick.
    HTH -- Mark D Powell --

  • Populating list item with a record group

    I'm trying to populate a list item (TList) with a Record group with a simple query: SELECT FRM_NAME FROM FORM
    In the forms WHEN_VALIDATE_NEW_FORM trigger, I use POPULATE_LIST('FORM_LIST', 'RG_FORM_LIST');
    Am I missing something? I get the error FRM-41334: Invalid record group for list population.

    thanks, i've tried that, but still nothing. I must be doing something simple, but very wrong. I tried with oracle's default scott/tiger schema, created a simple form with a record group with 2 columns, and populating a manually made poplist (populate_list('LIST4', 'RG1'); Still get errors:
    FRM-30191: No list items defined for required poplist.
    List LIST4
    Item: LIST4
    Block: EMP
    Form: MODULE5
    FRM-30085: Unable to adjust form for output.

  • How to Insert record in IT0014 along with cost Assignment details - FM Pls.

    Hi,
    I want to insert record in info type 0014 along with Cost Assigment details.
    I used FM - HR_INFOTYPE_OPERATION and RP_PLANT_DATA_UPDATE_TABLES.
    It works fine, but if I go and check PA20 after execution of program, ICON (Cost Assignment details) is not showing up on screen PA20. But If I check cost assignment tables (ASSOB & ASSHR) the record is present.
    Please let me know how to insert record in IT0014 along with Cost Assignment details.
    Thanks in Advance,
    Krishna

    Hi,
    I want to insert record in info type 0014 along with Cost Assigment details.
    I used FM - HR_INFOTYPE_OPERATION and RP_PLANT_DATA_UPDATE_TABLES.
    It works fine, but if I go and check PA20 after execution of program, ICON (Cost Assignment details) is not showing up on screen PA20. But If I check cost assignment tables (ASSOB & ASSHR) the record is present.
    Please let me know how to insert record in IT0014 along with Cost Assignment details.
    Thanks in Advance,
    Krishna

  • While send/receive email, I have received an error message "Sending of password d"? However with same login details, I am able to login with other application.

    While send/receive email, I have received an error message "Sending of password d"?
    However with same login details, I am able to login with other application.
    I have changed password still the issue remains as it is.

    https://support.mozilla.org/en-US/kb/cannot-send-messages

  • CS6 stamp tool doesn't work with action / record ( tool record is enabled ) other tools works

    CS6 stamp tool doesn't work with action / record ( tool record is enabled ) other tools works

    At one time tool  recording was not possible and if you install Adobe Scriptlistener Plug-in Adobe will disable tool recording its never an option.
    I use and record actions all the time and was looking forward to tool recording when Adobe announced it.  However I found what they delivered was  of very limited value because of the restrictions. I do not care that Adobe disables tool recording on my machine.
    The amount of data that gets reordered seems also vary between machines.  I found that Action recorded on fast machine are not usable on slow machine.  Fast machine recorder too much data.
    Documents you use such action on must also have the same size and resolution as the document you recorded the action on. Quite a restriction.
    You problem may also be foxed in CC 2014 sett here Photoshop CS6 - Recording the clone tool in an action gives incorrect results on replay.

  • Drill down  with all other records

    Hi, All
    how can I see all other records after drilling down but not only record wich i drilled into?
    i mean drilling like it works in Discoverer or in other words i'd like some records to be expanded and all other collapsed. Does anybody know whether it is possible?
    Thanks in advance
    Message was edited by:
    altimer

    NO, it's not, but anything requiring a major UI overhaul would require some parsing-wrapping with some server-side scripting (like you could wrap it around a php-script - but again - this is a long shot plus you'd have problems with support in case something goes awry). I've seen at someone's blog that such functionality might be released later. For now, the best thing to do would be designing your Dashboards around it. Also, have you looked at Siebel CRM? Because last time I checked - there was something like that there - and you can integrate BI to CRM (at least you could a few years ago).

  • Recording birthday dates with other contact information

    I would like to be able to record birthday dates along with other contract info in my phone directory and at the same time, have my calendar app. "remember" and "record" these dates so that I will automatically be reminded of upcoming birthdays without making a separate entry.
    I could do that on my Blackberry but not with the Razr. Any suggestions.
    Pjone3rd

    I remember signing into my Google calendar from a computer  and adding a calendar called contacts birthdays. Then whichever Gmail/Google contacts had birthdays and any I added afterwards were added to that calendar and synced with my phone.
    Hope this helps.

  • External Candidate Registration - ERecruitment

    Hi Team,
    We have an issue in External Candidate registration process. After, the external candidate registration got completed, the user id to be created in the backend is not happening.
    Thus, the candidate is not able to login with the user id he has provided while registration.
    But the details are available in the Talent Pool regarding the candidate.
    Please through some light on how system actually creates an User in the backend when an external candidate registers.
    Thanks in Advance.
    Sadhar

    Hi Siddharth,
    I am also having an issue in case of external candidate registration and application.
    We are also implementing E-Rec as standalone server. We have not yet integrated with 3rd party system. But our client wants integration with their company careers site. Before that I was trying to test the WD services through SICF.
    As you mentioned above, I have done with the Service User creation and assigned the role for unregistered candidate also. Still i am facing the below error.
    When i try testing the Candidate registration page I am getting the following error i am getting an Internal error in function module HRRCF_MDL_AWZD_IS_APPL_GROUP
    When I tried testing the Application wizard, the system is throwing the following errors:
    * Internal error in function module HRRCF_MDL_AWZD_IS_APPL_GROUP
    * Internal error in function module HRRCF_MDL_AWZD_POSTHEADER_GET
    * HRRCF_MDL_AWZD_POSTHEADER_GET does not exist
    The publication period is over. You can no longer apply.
    Can you please look into this and help me on this.
    It would be great pleasure if you give me some inputs.
    Thank you.
    Sekhar.

  • E-Recruiting - Candidate registration

    while testing the candidate registration servce (txn sicf) - after entering the details to register as an external candidate, upon saving i get what seems to be an error message - a red dot with an exclamiation mark and the numbers - " I:00:279 "
    Has anyone come across this before while testing a servce in e-recruiting?

    Hi,
    Please read carfelly note 1301479 and apply it in your system. Hopefully it will solve your issue.
    Kind Regards
    Christine

  • Problem with update record, then link to file

    Environment:
    Dreamweaver 8, MySQL, PHP.
    I have a repeating record from my database. I added an Update
    Record server behavior for each search result for the result table.
    I added a button to the form and changed "submit" to "view".
    Pressing "view" is supposed to allow the user to view the detailed
    record information.
    The Update Record server behavior is supposed to do two
    things:
    1) add 1 to the 'numViews' filed of the record's database
    entry when the "view" button is pressed
    2) After updating the numViews field, the form is supposed to
    redirect the user to the detailed record
    I found that depending on how I create the record, I an do
    one of the above 2 behaviors, but not both. HELP!
    To add 1 to the numViews field, I created a form variable
    called incNumViews, which does the following:
    <?php echo $row_rsSearchResults['recipeNumViews']+1; ?>
    Very simple.
    The Update Record ends up changing the form action to the
    following:
    <?php echo $editFormAction; ?>
    Looking at the code for this, I ee the following:
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
    $editFormAction .= "?" .
    htmlentities($_SERVER['QUERY_STRING']);
    But when the "view" (ie: submit" button for the form is
    pressed, I get redirected back to the same repeating record search
    result page, not to the record detail page.
    However, the numViews field in the record is getting properly
    incremented.
    I tried to get around this by changing the Update Record
    behavior "After updating, go to:" field to point to the record
    detail page, and tried passing a parameter tot he recordID I want
    to see details of, as a URL parameter, but that does not work.
    If I change the Update Record form action from
    <?php echo $editFormAction; ?>
    to
    record_detail.php?recordID=<?php echo
    $row_rsSearchResults['recordID']; ?>
    Then I am able to link to the detail page, but NOT update the
    numViews field.
    HOW can I fix this to both update the record, then jump to
    the detail page with a URL parameter being passed, when I click the
    "view" (submit) button o the form??
    Thanks in advance.

    If the user's computer doesn't know what to do with a TIFF file, I guess that Open button would be missing.  Tiff is not a web normal file format, or even a common one for graphics applications....

  • ERecruitment external candidate registration pages goes Blank after SPS7

    HI All ,
    We have recently upgraded our system from NW 701 SPS3 to SPS7 .
    Information :
    Our eRecruitment setup is , External candidates will login through a
    different server and we have eRecruiting integrated with the ERP but with
    the frontend for the External Candidate on a different
    server.
    We have checked the SICF nodes (active)and Trex working fine , however when a
    candidate registration page or job search is opened the page remains
    blank .
    The logs in SM21 are as below when we tried to reproduce the same .
    RCF_UNREGSER R2 G HTTP/RFC session has been deleted following timeout
    Can you please guide us on this .
    Regards
    Rahul

    Hi all ,
    I myself resolved the issue thanks
    Regards
    Rahul Shady

  • Problems Importing LPs and other recorded music to my iMac

    Hi All
    I am trying to import my vinyl LPs and other music to my iMac using my JVC MIDI System with a record dec attached. The only output connection is for a standard jackplug (headphone) socket, other than the cable connection point for stereo speakers (at the rear of the system). I was sold a standard cable with a jackplug at either end and told that by connecting this to the input side of my Mac it should work. This does not seem to regognise any form of imput from my MIDI system can anybody help please!
    Thanks in advance.

    Hi Martin
    Thanks for your response I have only used this forum once before and wasn't tosure what details where relevant. I am also not sure if I can provide answers to all your questions but will do my best;-
    It would help if you tell us the exact make & model of the equipment you are using.
    Your Mac? -IMac 11,1
    What JVC MIDI system? Unfortunately it is an old system now and I don't appear to have kept the manual. It is a JVC COMPACT COMPONENT MD SYSTEM MX-MD9R R-D-S EON.
    What "record dec?"   Actually, what do you mean by "record dec" in the first place?  Do you mean yourturntable? It is an AIWA PX-E800 turntable which i connect and play through the aux side of the JVC system
    Is your JVC MIDI system capable of providing the RIAA EQ for vinyl LP's? dont know
    What software are you using on your Mac to do the recordings? ITunes 11.0.2
    In general, I wouldn't use a MIDI device for recording analog audio.  They weren't intended for that purpose.
    Thanks for your help Paul

Maybe you are looking for