ERecruitment:  Unregistered Application Wizard (hrrcf_a_reg_applwzd_unreg)

We have an issue where if you provide URL of application group to candidate, adn you have not registered, you get logon after filling in personal information (First, Last, Email Address x 2).  The candidate record is created, but the application wizard never presents, but instead you get a logon prompt.  Only logon that works for that is an internal candidate and then app wizard presents.
Note: If you take App Group URL and are already registered in the Talent Warehouse, you can click Application Wizard hyperlink, instead of completing personal information, and complete application wizard that way.
My user assigned to the SICF service hrrcf_a_reg_applwzd_unreg is a "service" user.   Help is appreciated.  Did I miss another service?  I don't think so, but maybe.

Hi Justin,
when E-Recruiting was released this whole application scenario was very buggy. Took quite a while to get fixed all bugs. If you are lower than SP11 for E-Recruiting 600 please check if you can upgrade to this support package to exclude the posiibility that these bugs cause the error, e.g. the standard roles for 2 server web dynpro scenario were wrong.
If you are on a current support package level this described error usually results from a misconfiguration / wrong customer roles which prevent the candidate from being created properly. When the candidate including the user can not be created the system cannot change from the service user to the candidate and so it cannot enter the application wizard and requires a login.
I think the system gives some information in application log on the error. Check SLG1 for messages. If you are not familiar with the meaning just post the message here. I think someone will be able to help.
Best Regards
Roman Weise

Similar Messages

  • SAP eRecruitment - req.new Application wizard excl.for MBA candidates

    Hi,
    In our requirement client want to have a seperate link provided in their career pages for MBA Candidates (freshers), whereas it should be linked to SAP eRecruitment system. Based on their requirement created :
    1.Defined Elements
    2.Created seperate Container sequence and assigned elements to that container sequence
    3.Defined a seperate Start Page for MBA candidate and in Application class defined it as external Application and assigned it to groups (In the start page groups created start page groups and assigned to Links)
    4.In the role hrcf_cand_ext assigned that start page
    5.Generated URLS and the URL got generated and when I went into that URL it displayed the reg.page and after reg..in the Personal page when tried to apply for the MBA jobs ( Job posting was done exclusively for MBA) and when it was clicked it took to the standard Application wizard instead of custom wizard defined exclusively for MBA.
    Should I clone the standard BSP page and make the changes for MBA candidates ? or should I create a seperate template for the MBA?
    Kindly share your thoughts of the configuration missed.
    Regards,
    Selva

    Hi Selva,
    Please check if you have provided the correct context value while generating the URLs. While configuring the container sequence the context value that you have provided must be used while generating the URLs. Check that out and let me know.
    Hi Ravi,
    Yes , I have created the correct context while generating the URL and even it goes to Log in page:
    http://sapgea.we.xxxxxxx.net:8055/sap/bc/bsp/sap/hrrcf_start_ext?sap-client=500&sap-language=EN&rcfSpId=9003&rcfContext=MBACAN
    ( I created a URL for MBA candidates)
    But after registering and getting into the system when I apply for those MBA Postings it is not displaying the Application wizard defined for MBA candidate,instead it is showing the standard one defined.
    1.Should I create a seperate Process Template for MBA candidate in the Portal ( with the id which has admin.rights to create a Process Template with the Questionnaire).
    2. Where to provide that Application wizard link to those MBA positions?
    Regards,
    Selva
    Edited by: S.V. Selva Kumar on Jun 17, 2009 6:00 PM
    Edited by: S.V. Selva Kumar on Jun 17, 2009 6:01 PM

  • In eRecruitment - Application wizard F4 Values are not getting displayed.

    Hi,
    I have created a seperate process template for MBA candidates (external) as per client requirement and in the Vacancy req.when the process template is selected the application wizard is getting displayed ( which has been defined according to new requirement). But in the Application wizard for e.g.:
    In Education Questionnaire for MBA candidates: It is not displaying Start date/End date /Country/Region/City ( F4Value to select).It only displays:
    Start Date*
    End date*
    Country*
    Region*
    City*
    The same is getting displayed in Work Exeprience ( I am unable to get the F4 entries - where the candidate can select from the entries displayed)
    Is there any role needs to be changed or any other configuration missed by me to get those F4 entries?
    Regards,
    Selva

    Hi,
    I have solved this issue.
    Selva

  • User interface for Application Wizard Questionnaire - Order of Questionnair

    Hi
    Hi We have ECC6, eRecruitment 603 and have a query regarding the user interface for application wizard for the Application HRRCF_A_REF_APPLWIZRAD_EXT, Web dynpro component HRRCF_C_QUESTIONNR_UI. 
    We need to know if it is possible to influence the order in which the questionnaires appear for the user to complete.
    Example:  We have designed the process template to have quesitonnaires in a certain order, Reason for Application first and then Additional Information and then Equal Ops questionnaire.  But when the user applies and clicks on the road map questionnarie they do not appear in this order.
    many thanks
    Julie

    We have found that SAP note 1386825 fixes this issue.  For existing requisitions to pick up the fix they have to be resaved.

  • Error while running "Create Application" wizard

    Hello,
    I'm trying to use the "Create Application" wizard (APEX 3.1.0) to generate a report/form application based on a table. When running the last step of the wizard, the process fails with the following info:
    ORA-20001: Unable to create modules. ORA-20001: Create pages error. ORA-20001: Unable to create form page. ORA-20001: Error page=2 item="P2_SZRXSTG_APPL_COLLEGE_STATE_" id="1625410167910413" ORA-20001: Error page=2 item="P2_SZRXSTG_APPL_COLLEGE_STATE_" id="1625410167910413" has same name as existing application-level item. ORA-0000: normal, successful completion
    Unable to create application.
    These are the three table columns that seem to be causing the error:
    SZRXSTG_APPL_COLLEGE_STATE_1
    SZRXSTG_APPL_COLLEGE_STATE_2
    SZRXSTG_APPL_COLLEGE_STATE_3
    From what I can tell, when generating the code, APEX seems to be cutting off the last character from the column names and it's attempting to create multiple items for the same column.
    Any ideas on how to work around this?
    Thank you,
    Teddy
    Update:
    Seems the reason is because total length of an item name in APEX is 30 chars. My column name is 28 characters, and when the wizard is creating the page items, it prefixes each column name with a "P2_" which pushes the last char off the column name.
    As a work around, I just created the report and form pages separately, and chose not to add those three columns to the form page.
    Out of curiosity, is this something we can avoid or work around any other way, or will I have to always be wary of my column names in this sense?

    Looks like the long column names mess up the wizard. You can create an application on a "similar" table, one with shorter column names. Then edit it the page processes that refer to the column names/table name to refer to the real table name and column names.
    Scott

  • JDeveloper 11.1.2.0.0 Version Application wizard : File Backup Error

    hi
    As shown in the scenario (sc1) screencast at http://screencast.com/t/GA7OcgYZ
    the JDeveloper 11.1.2.0.0 Version Application wizard can fail sometimes, showing a "File Backup Error" dialog, with the message
    "Failed attempting to back up imported resource
    D:\screencast\VersionAppLockedIssueApp-v0.01\VersionAppLockedIssueApp\Model.
    Check that there are no file system explorers viewing files in this location and that none of the files are open in other applications before resuming."
    This even occurs when there are no other processes (like Windows Explorer or an editor) using/locking the file.
    It should be possible to reproduce the behaviour using the example application
    at http://www.consideringred.com/files/oracle/2011/VersionAppLockedIssueApp-v0.01.zip
    which is really nothing special I think, so it might also reproduce using another application.
    First open the application and also open the file "browseEmployees.jsf" in design view.
    After that, as it seems, the Version Application wizard fails.
    Note that it might be relevant that I am using Windows 7, as I can imagine that this could behave differently when using JDeveloper on other operating systems.
    Also note, if I try to ZIP the application folder (instead of using the Version Application wizard) after opening the file "browseEmployees.jsf" in design view, I get a message like "WARNING: The process cannot access the file because it is being used by another process.
    : D:\screencast\VersionAppLockedIssueApp-v0.01\VersionAppLockedIssueApp\.data\00000000\je.lck ",
    as can be seen in the scenario (sc2) screencast at http://screencast.com/t/rFiL47Bil
    As it seems that the Version Application wizard has managed to commit the source files, one workaround could be to checkout the source in another location and continue working there.
    Other suggestions to avoid this issue, or deal with it, are welcome.
    questions:
    - (q1) Can this "File Backup Error" behaviour for the Version Application wizard be reproduced?
    - (q2) How can this "File Backup Error" behaviour for the Version Application wizard be explained?
    many thanks
    Jan Vervecken

    fyi
    Today I noticed that there is a My Oracle Support note about this:
    - note id 1353389.1 , "In JDeveloper11.1.2.0.0 the Version Application Wizard Failed with the Error: File Backup Error "
    Its "Solution" section currently says:
    "The problem is still investigated by development.
    But there is a possible workaround for Bug 12912410 by unchecking the checkbox 'Perform Checkout' in step 5 of 6 in the wizard screen. "
    regards
    Jan

  • Post Create/Import Application Wizard Action

    I'm fairly new to working with SCCM 2012 R2 so most of this will be pure ignorance.
    I've had a fairly easy time learning how to craft my own forms and extensions using C# and xml. I'm even getting more and more comfortable using the Admin UI Console Editor; though the sheer amount of detail in that is a bit overwhelming trying to digest
    (Series of walkthroughs anyone?)
    What I'm wondering is there a way and if so how do I link up a post wizard action to run after the standard create or import application wizard finishes.
    Right now I already have a custom wizard that sends an existing application information including it's parent folder tree and it's deployments to our intranet document repository, But that's based on our Application Section in configuration manager organized
    in the following way (All are folders obviously except the final item)
    Applications
    <Manufacturer/Publisher>
    <Product>
    <Version>
    <Actual Application>
    I would like to fire up a follow up action to automatically create the folder structure based on the above information provided in the application wizard, and then move the application into its intended destination folder
    I could add the logic into my custom documentation form but I would rather have it be something that happens when an application is created so it's one less thing our software packaging staff has to worry about.
    Thanks in advance for any help and direction on this.
    Ryan

    Hi,
    How about writing a script to create a application and the script contains codes of creating folder and moving application to a folder?
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • CF/Flex Application Wizard Details Page

    Hi,
    Not sure if this is possible (seems like it should be). I
    have the following data model in SQL Server (2005):
    table name (relevant columns)
    person (first name, last name)
    member (member number)*
    contact (email)*
    location (state)*
    Person is the base object/table and the other three tables
    have foreign keys connecting them to the person table (all have a
    personId column).
    I setup a master page, no problem. I can grab the person's
    first and last name, member number, email and state and display
    them on the member-master page.
    The issue comes when I go to create a member details page. I
    can step through and create the necessary form fields from the
    tables (connecting them all via their common personId column). When
    I go to save the detail's page details, Eclipse (v3.2.x) crashes on
    me. Every time. However, if I only create a form for the details
    page with two tables (say member and person data), I can create the
    details page and use it without any issues.
    To get around this seeming two-table limitation, I edited the
    Adobe/CF generated content to manually add the beans, DAOs,
    gateways and AS files for the other tables. Doing this does create
    the desired details page, however, Flex and CF are REALLY slow to
    grab/return the requested data to the respective form fields (and
    there is not that much to grab in any of these tables).
    I'd like to know if this is just how I have to go about it.
    Does the CF/Flex Application Wizard have a limit on how many tables
    can be joined in a details page?
    I have a project with a much more complex data model and
    would love to generate a quick application for my client to check
    out and I do not know if I've encountered a limit of the
    application or if I am doing something wrong in the Query Builder
    itself?
    Also, any thoughts on why Flex and CF would be so slow to
    return the data when I manually added the other tables to the
    details page form? I'm on an intra-office network, connecting to a
    computer via an ethernet router and the sample DB only has 2000
    records in it...all with simple text and date columns?
    Sorry for the long post and thanks, very much, in advance for
    any thoughts or advice.
    Best,
    Craig

    Never mind, I figured it out.
    I'm Using IIS
    I needed to go look at the properties.
    On the web site tab, the TCP port was set as 80.
    In FlexBuilder Window > Preferences > Cold Fusion >
    RDS Configuration
    Select localhost > The default port number added there was
    8500
    Once I changed that to 80 and clicked on test connection, all
    was hunkey dorry

  • E-Rec - Add text to Notes tab of Int. candidate application wizard

    Hello,
    I have a requirement to add some more text to the Notes Tab of the Internal candidate application wizard. I have defined the text using SOTR_EDIT.
    I find that texts available in the notes tab of the internal applicant start page are logically grouped in the package/ alias PAOC_RCF_UI/TITLE_REG_APPLN_ENTRY_M (From M1 to M10)
    Hence i created the additional text as PAOC_RCF_UI/TITLE_REG_APPLN_ENTRY_M11
    Iam not sure how to group the text items from M1 to M11 to make the new text i have added to display in the notes tab. Can this requirement be handled in configuration or does it require activation of BADI "BTFR_CONTEXT". If this can be handled only through BADI activation, pls. let me know the steps how to modify the BADI.
    Thanks
    G Raj

    Hello Sebastian,
    My requirement is to add customer text only to the Notes tab of the Employee application wizard.
    I was able to make modifications to the standard text in the Notes tab of the Employee application wizard using SOTR_EDIT.
    But i suppouse, the Package and Alias is commonly used in Employee as well as external candidate application wizard. This has resulted in the changes reflecting in the External candidate application wizard also.
    How do i restrict the changes to reflect only in the Employee application wizard and not in External candidate application wizard.
    Can this be handled only by modifying the BSP??? your inputs please.
    Thanks
    G Raj

  • Coldfusion Application Wizard?

    I was trying to access the Coldfusion Application Wizard in
    Flex 3 Beta and it told me it's unavailable. So I switched back to
    my install of Eclipse 3.2 with Flex 2 and I don't have an option
    for the Coldfusion Application Wizard under File -> New ->
    Other. Can anyone supply a link to where I can download the
    Application Wizard? I looked on labs.adobe.com but I didn't see any
    Coldfusion extensions.
    Why doesn't it work in Flex 3? :)
    Thanks!
    Mike

    Hi Randy,
    Are you on Windows or Mac? Also, if you could check the
    Eclipse/Flex Builder error log to see if any errors were logged at
    the time of the crash, that would be very helpful. The error log is
    a text file called ".log" in "<workspace-dir>/.metadata". You
    can also access it through Flex Builder, by going to Help >
    About, then Configuration Details, then View Error Log, or
    something like that.

  • Firefox.exe is an unregistered application in Windows XP. What's up?

    I am using a "registry cleaner" which reports that the .pdf file type association references an unregistered application "firefox.exe"
    Should I tell the cleaner to "delete this erroneous value" or is it not a problem?

    Thanks for the suggestion, Guys, but neither provided the solution. I'd already updated both BIOS and Chipset drivers to the latest available.
    Incidentally, the OS is the version of XP that came already loaded - subsequently updated via Windows Update, of course.
    Any further thoughts anyone??
    Bob

  • Cold Fusion/Flex Application Wizard crippled in Trial Version?

    Hi,
    I am using the 60 Day trial version of Flex Builder
    3/Eclipse.
    I wanted to try out the much vaunted Cold Fusion/Flex
    Application Wizard, mainly because I could not get my head around
    access from Flex to an existing CFC from the documentation alone.
    So, I followed the directions:
    Click the plus sign (+).
    In the Name: text box, enter the name for the page.
    Select the page type (master, detail, or master/detail).
    Click Edit Master Form or Edit Detail Form, depending on the
    type of form you are creating.
    The Visual Query Builder starts.
    But for me, when I click on 'Edit Master Form' the Visual
    Query Builder does not start.
    Now I have checked and confirmed that my RDS is working, and
    that I can access the database via RDS in the Eclipse RDS browser
    window. The RDS concerned is on another PC.
    The PC on which Flex Builder is installed is a Vista
    Ultimate/32 and the database is MS SQl server 2005 (running on the
    other PC). Cold Fusion 8 is installed on both PC's.
    So, my question is 'Is the CF/Flex Application wizard
    deliberately hobbled/crippled in Flex 3 Trial version, or is there
    something wrong with my installation.?
    If this works for everyone else, then how do I debug my
    installation ?
    Thanks,
    Bryn Parrott

    in addition, I can say that I installed the same flex builder
    trial on an XP machine, using its own local RDS, and found that the
    wizard worked just fine.
    So what is the variable here, why is the wizard not working
    on the vista PC ?
    Is it Vista ?
    Is it the fact that I'm trying to use RDS against a remote
    server and not the local one ?

  • EPMA workspace does not show Planning Application Wizard

    Hi ,
    I am beginner of EPMA,and faced a serious problem.I could not move forward as EPMA workspace does not show " *Navigate | Administrator| Application Wizard| Classic Administrator* .
    And also when tries to open Application Library got the following error message.
    ; nested exception is:
    HTTP transport error: javax.xml.soap.SOAPException:
    javax.xml.soap.SOAPException:Bad response: 401 UnauthorizedCode:
    Code: java.rmi.RemoteException
    Description: An error occurred processing the result from the server.
    Actor: none "
    Please help me out .

    I still not sure which EPM version you are referring to but are you sure the console was installed, for 11.1.2.x it should usually be under <MIDDLEWARE_HOME>\EPMSystem11R1\products\Essbase\eas\console\bin
    If EPMA has definitely been configured and the web server run as the last part then maybe the user you are logging in with does not have the correct roles assigned in Shared Services.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Problems with ColdFusion Extensions and CF/Flex Application Wizard

    I have configured the Eclipse RDS according to the
    instructions in the help documentation. The RDS Fileview and
    Dataview work OK, but I haven’t had any luck with the
    Services Browser: when I try to expand (+) the localhost item, the
    only thing that appears is the message “Unable to get meta
    data for cfc.”
    The Dreamweaver 8 Components panel, which shows exactly the
    same information, works fine.
    Perhaps related to the above: when I create a Flex project
    with the CF/Flex Application Wizard and look at the project
    properties, in the Flex Server section, I get "Since this project
    does not use a server, these setting do not apply". I find this
    odd: a ColdFusion project that doesn’t use a server? Anyway,
    using the wizard, I have not been able to create a simple project
    that works.
    If anyone has had similar problems and has been able to solve
    them, I would appreciate some light on the subject.
    Carlos

    Well I was able to resolve this problem by un-installing and
    re-installing CF.
    I did some further testing (un/re-install again) and it
    appears that this problem occurs when CF is installed in devnet
    version mode and not if in developer mode.
    To check if CF is installed in devnet mode look in the CF
    Administrator under "server settings->settings
    summary->version information" You will see a notation for
    devnet.
    I also did a little poking around and this happens whenever
    you install CF using a certain range license keys. The keys in this
    range are valid keys for installation but they alter some critical
    settings in CF (the flash paper/pdf watermark and apparently some
    RDS stuff) The solution is to install with a non dev-net key or in
    developer mode.

  • Wher to download Oracle Application Wizard from

    I've been trying to find the link to the download for the Orcle Application Wizard for use with Pro*C/C++ and MS Visual C++ 6, but cannot find it anywhere. The ORacle documentation mentions that the product is available for download from Technet, but I cant find it.
    Does anyone know where it's hiding?

    Check the following link to see if you can find what you are looking for. There is a toolkit for Visual Studio .Net.
    http://www.oracle.com/technology/tech/windows/index.html

Maybe you are looking for

  • Ibooks for mac did not completely sync with my ipad

    Hi I have recently upgraded to Mavericks. I have been looking forwardto this upgrade especially for iBooks. I was surprised to notice onced i had synced that not all the items in my ibooks on my ipad had been syncronised. Some  collections, such as t

  • Log file sync spike

    We have just deployed a 4-node RAC cluster on 10GR2. We force a log switch every 5 minutes to ensure our Dataguard standby site is relatively up to date, we use the ARCH to ship logs. We are running to a very fast HP XP 12000 with massive amounts of

  • Non-functioning iPod

    My iPod (colour display model) had been working fine up until yesterday when it froze while in the middle of playing a track. A few minutes later it switched off, and when I turned it back on I could cycle through all the menus as normal, but when it

  • PREMIERE ELEMENTS 10 PRESET FOR JPEG 720P 30 FPS VIDEO

    I have a Panasonic Lumic DMC FZ35 camera which can take videos in jpeg hd (720p) 30 fps.  What would be the appropriate preset?

  • # of iPhones Per Household?

    How many iPhones are allowed per household?