Internal error after editing a correspondent letter in E-Recruiting

Hello,
Running E-Recruiting 6.0 SP10
As a recruiter whenever I try to prievew a correspondent letter I modified (note, I have no problems editing the letter) using the correspondent letter editor, I recieve an "Internal Error".  Additionally, the following SLG1 error is created:
Form or text 472FCB84F86804EDE10000000A321A does not exist
Prior to editing the letter I am able to preview it using the display link just fine.  E-Recruiting should allow me to edit a letter and preview it prior to sending it to a candidate, yet at present it does not.
Any idea what this could be?
Thanks, Ryan
Edited by: Ryan Hubbell on Mar 17, 2008 11:04 PM
Edited by: Ryan Hubbell on Mar 17, 2008 11:08 PM

Hello Ryan,
with release 600 SAP e-recruiting offers 2 different implementations for changing correspondences / invitations. The classical solution uses a web editor. Therefore the complete smartform is rendered and then put in a web editor. As this solution lead to some problems in the printing channel, sap developed another concept of changing. The new solution uses a text edit to change a text block you can assign to the smartform as changable area and only this can be changed ensuring the formating of the smartform is still fine.
You have to decide which of these 2 options you want to use. You either use the old or the new solution for all correspondences and invitations.
The solutions differ in the following configuration points:
- old: T77S0 RECFA INDCO is blank
- new: T77S0 RECFA INDCO is X
- old: document category for simple correspondence 1, for invitation 2
- new: document category for simple correspondence 3, for invitation 4
(category for confirmation is always 5, there is no other option no matter which concept you use)
- old: Assign changable letter sections to forms not available
- new: Assign changable letter sections to forms not available
- old: reference for SF interface simpl. corr. HRRCF_CS_APPLICANT, invitation HRRCF_CS_APPL_INVITATION
- new: reference for SF interface simpl. corr. HRRCF_CS_IT_APPLICANT, invitation HRRCF_CS_IT_APPL_INVITATION
(basically the smartform interfaces differ in the parameter THEAD which is needed for the new but not for the old correspondence change concept)
Please check if your configuration is consistend for the concept you chose for your project. If not try adjust configuration and check if the error disappears.
If the error is still existing please give another reply.
Best Regards
Roman Weise

Similar Messages

  • Adobe Reader 9/Mac OSX 10.5.4/Internal Error after installing

    Just purchased a new iMac with OSX 10.5.4 installed. I have 2.4 GHz Intel Core 2 Duo with 4 GB 667 MHz DDR2 SDRAM. Acrobat Reader v8.x won't run, so downloaded and installed v9 from the official Adobe web site. When I attempt to launch Acrobat Reader 9 I get the message "An internal error has occurred." I cannot go any further or do anything else. I've downloaded Reader 9 several times but the same problem keeps happening. I also purchased a new MacBook and Reader 9 installs and runs on that machine without any problems. Anyone have any idea why this might be happening on my iMac? Without Acrobat Reader it can really be a drag trying to work with PDF's.

    (Gary_Roger) wrote:
     I was wrong on both counts. With the help of the local Apple store, I found a solution. First, I Moved to Trash all adobe related files/folders from /Users/*myaccount*/Library/Cache and /Users/*myaccount*/Library/Preferences. When I started "Adobe Reader 9", I at least got the license agreement but again it failed with an "internal error". I then moved the /Users/*myaccount*/Library/Application Support/Adobe folder to my desktop. I was then able to start "Adobe Reader 9" successfully.
    I was having the "Internal Error" message on all my repeated installs of Reader in Mac OS 10.6 ("Snow Leopard") and this fixed it for me. The only thing I did different, was after the app finally launched without an error, I dragged all the non-Acrobat Reader folders inside of /Users/*myaccount*/Library/Application Support/Adobe back to the folder. I then re-launched Reader just to check and all was fine.
    Thanks! This fixed my Adobe Reader on Snow Leopard problem.

  • Facetime Internal Error after Mountain Lion Upgrade

    After upgrading to mountain lion on my mid 2011 imac I am recieving a facetime internal error. I tried the shutdown shift control option sequence and that fixed it for a few days but now the problem is back. Any suggestions on how to fix this would be appreciated.
    Thanks

    solved

  • Internal error after upgrading to 5.5 U1

    We were on the general release of vCenter 5.5 this morning and the latest release of Infrastructure Navigator (5.8.0.117 build 14466517).  I upgrade vCenter to 5.5 U1 successfully but the only thing I'm having issues with is infrastructure navigator.  When I go to Infrastructure Navigator > VIN Home > Settings it says internal error for Infrastructure Navigator Access to VMs.  I select Turn on access to VMs but it doesn't do anything.  I rebooted the vCenter server which effectively restarts the web client services and waited and it did not resolve the issue.  I also rebooted infrastructure navigator appliance and it didn't do anything.  Anybody experience this issue before?

    Thanks for the reply but according to the VMware Product Interoperability Matrixes that is incorrect.  When you read the installation / upgrade guide it says to check your plugins against the matrix before upgrading.  I did and it's compatible with vSphere 5.5 U1 and ESXi 5.5 U1 according to the matrix.

  • Outlook Contacts "invalid entryid" error after edit on iPod Touch and sync

    There are a few threads about this in the iPhone discussion, but so far nothing on the iPod Touch side and I'm encountering it in both Outlook 2003 and Outlook 2007 after testing on two different computers.
    Issue:
    1. Create or edit a contact on the iPod Touch
    2. Sync with Outlook Contacts
    3. You are no longer able to access the added or edited contact's e-mail address when composing e-mail. If you select the contact's properties from the e-mail interface, you receive an error message that an "invalid entryid was passed."
    My discovery:
    Deleting data from the "Display as" field in the Contact will fix the problem.
    1. In the Contacts folder, open the contact with the problem.
    2. Delete all data from the "Display as" field (displays with Email field).
    3. Select any other field on the Contact form - "Display as" will automatically re-populate
    4. Save the contact. Problem solved.
    Not sure how iTunes sync is corrupting this, but thought I'd share the discovery since suggestions in the iPhone discussion involve exporting, deleting, and importing affected contacts.

    Quick fix method for those who really can't be bothered with any manual methods. Below is a macro for Outlook that will, starting with the currently selected contact folder and including subfolders (mobileme groups), reset all email display names which effectively fixes the EntryID issue. There's no error checking, it's pretty raw but does the job. Hope it helps.
    <STARTMACROCODE>
    Option Explicit
    Sub FixEntryIDs()
    Call FixEntryID
    End Sub
    Sub FixEntryID(Optional ByVal contacts As folder)
    Dim item As ContactItem
    Dim subf As folder
    Dim changed As Boolean
    If IsMissing(contacts) Or contacts Is Nothing Then
    Set contacts = ActiveExplorer.CurrentFolder
    End If
    For Each item In contacts.Items
    changed = False
    If Len(item.Email1DisplayName) Then
    changed = True
    item.Email1DisplayName = ""
    End If
    If Len(item.Email2DisplayName) Then
    changed = True
    item.Email2DisplayName = ""
    End If
    If Len(item.Email3DisplayName) Then
    changed = True
    item.Email3DisplayName = ""
    End If
    If changed Then
    Call item.Save
    End If
    Next
    For Each subf In contacts.Folders
    Call FixEntryID(subf)
    Next
    End Sub

  • Error after editing makepkg.conf

    As the topic, I have edited my makepkg.conf in order to build via abs according to my cpu. When I try to run makpkg -csi on a pkgbuild i get this error:
    ==> ERROR: openbox is not available for the '' architecture.
    Note that many packages may need a line added to their PKGBUILD
    such as arch=('').
    (there is nothing wrong with the pkgbuid in question).
    My modified makepkg.conf looks like this:
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3'
    'http::/usr/bin/wget -c -t 3 --waitretry=3'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate'
    'rsync::/usr/bin/rsync -z'
    'scp::/usr/bin/scp -C')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CHOST="x86_64-pc-linux-gnu"
    CFLAGS="-march=athlon64 -O2 -pipe"
    CXXFLAGS="${CFLAGS}"
    MAKEFLAGS="-j3"
    #-- Exclusive: will only run on -march=x86-64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache !xdelta)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    #-- xdelta: Generate delta patch from previous to current package
    BUILDENV=(fakeroot !distcc color !ccache !xdelta)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip !docs libtool emptydirs)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries
    #-- docs: Save doc and info directories
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    OPTIONS=(strip !docs libtool emptydirs)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Info and doc directories to remove (if option set correctly above)
    DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/*/{info,doc,gtk-doc})
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source root: specify location where PKGBUILDs are located for '--builddeps'
    #SRCROOT=/home/pkgbuilds
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # BUILDSCRIPT/EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    BUILDSCRIPT='PKGBUILD'
    PKGEXT='.pkg.tar.gz'
    SRCEXT='.src.tar.gz'
    DB_COMPRESSION='gz'
    DB_CHECKSUMS=(md5)
    # vim: set ft=sh ts=2 sw=2 et:
    ps. I have an amd athlon 64 x2.

    You are missing the CARCH- field(?). Add
    CARCH="x86_64"
    into your makepkg.conf (it's above CHOST by default).

  • Unexpected error after editing navigation

    A Sharepoint developer was working on a sharepoint farm I manage and "suddenly" the page stopped working. Last thing he did was change the navigation. Subsites work fine.
    The following errors show up in the log:
    SPMicrofeedStore.UpdateFromListItem: Expected field 'HashTags' not found in list item, verify fieldList paramter.
    Application error when access /SitePages/Forsiden.aspx, Error=Object reference not set to an instance of an object. 
     at Microsoft.SharePoint.WebControls.AspMenu.OnMenuItemDataBound(MenuEventArgs e)   
     at System.Web.UI.WebControls.Menu.DataBindRecursive(MenuItem node, IHierarchicalEnumerable enumerable)   
     at System.Web.UI.WebControls.Menu.DataBindRecursive(MenuItem node, IHierarchicalEnumerable enumerable)   
     at System.Web.UI.WebControls.Menu.DataBindItem(MenuItem item)   
     at System.Web.UI.WebControls.Menu.PerformDataBinding()   
     at System.Web.UI.WebControls.HierarchicalDataBoundControl.PerformSelect()   
     at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()   
     at System.Web.UI.WebControls.Menu.EnsureDataBound()   
     at Microsoft.SharePoint.WebControls.AspMenu.OnPreRender(EventArgs e)   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()  
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
    System.NullReferenceException: Object reference not set to an instance of an object.  
     at Microsoft.SharePoint.WebControls.AspMenu.OnMenuItemDataBound(MenuEventArgs e)   
     at System.Web.UI.WebControls.Menu.DataBindRecursive(MenuItem node, IHierarchicalEnumerable enumerable)   
     at System.Web.UI.WebControls.Menu.DataBindRecursive(MenuItem node, IHierarchicalEnumerable enumerable)   
     at System.Web.UI.WebControls.Menu.DataBindItem(MenuItem item)   
     at System.Web.UI.WebControls.Menu.PerformDataBinding()   
     at System.Web.UI.WebControls.HierarchicalDataBoundControl.PerformSelect()   
     at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()   
     at System.Web.UI.WebControls.Menu.EnsureDataBound()   
     at Microsoft.SharePoint.WebControls.AspMenu.OnPreRender(EventArgs e)   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   

    Hi,
    Can you provide more details about your requirement? I’m not clear about the issue you come across.
    From my experience, I would access the term store ,check if the hashtags and keywords term sets were empty,
    and then I would check if the field "HashTags" was exist in your code.
    Best Regards
    Guangchao chen
    TechNet Community Support

  • Vector mask error after editing mask - Mac CS5

    Hi There,
    When I create a rounded corner vector shape then apply a gradient vector mask, the result is as expected - the gradient in the vector mask fades the object as per the mask.
    If I then edit the mask (either by moving the start/end points or try to make the end point not fully transparent) the gradient stops sharply.
    The result is an mask with a gradient that stops short about 30px from the end of the object - so I see the gradient stop and the mask just cuts off.
    Not sure what I'm doing wrong - any suggestions would be most welcome.
    Cheers
    Ben

    I've  run into this as well and believe it is a bug. While you can't avoid it, you can repair it.
    In the Layers panel, click the chainlink icon between the mask and maskee. This breaks the size relationship between the two objects.
    Select the mask in the Layers panel, then either use the Scale tool or the W and H fields in the Properties panel to correct the size.
    Relink the two objects by clicking in the chainlink area.
    HTH

  • Fresh install of Exchange 2013. 500 Internal error after trying to login via ECP

    Hi folks,In the process of migrating someone from their onsite infrastructure to Cloud ( local city's datacentre). They currently have AD/File+ Print (2008R2) with Exchange on same VM (yeah I know and I am fixing this with new move) and Terminal Server (2008R2).Cloud move will have Server 2012 R2 AD/F+P, Exchange 2013 SP1 on Server 2012 R2 and RDS on Server 2012 R2 VM's. Have setup VPN between the onsite infrastructure and Cloud VM's. AD/DC are in sync. Exchange has been installed with both mailbox and CAS roles after doing Schema & Domain prep and Domain updates. Exchange server and AD/DC in Cloud are joined to onsite infrastructure domain. Exchange on cloud is using cloud AD/DC's DNS.
    Cloud AD/DNS can ping onsite AD/PDC fine. Cloud Exchange can ping onsite TS fine but it cannot ping onsite AD/DNS. This is my 2nd issue. Onsite AD/PDC...
    This topic first appeared in the Spiceworks Community

    This is Exchange 2013 Sp1 or CU5 ?
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Javascript error when editing an Event Template

    I'm currently evaluating Adobe Connect to determine if it will work well for our company's webinars. As part of the evaluation, I attempted to create a custom event template. The first thing I did was to apply a custom background (using an image) to the template. The next thing I did was attempt to change the time zone from U.S./Michigan to U.S./Eastern. When the page refreshed, I got the error message included below. After that, every time I attempted to edit any template, I got the sam error message. I am accessing Adobe Connect using the Google Chrome browser Version 32.0.1700.107 m. I tried loggin in with Internet Explorer 9 version 9.0.8112.16421. At first, it seemed to work, but then I went to edit something in the catalog (adding a graphic), and, suddenly, I got the error again.
    I tried to contact Support through chat, but they don't support trials. Can anyone help me with this issue?
    Error during include of component '/apps/connect/components/eventlandingpage'
    Error Message:
    org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp
    Processing Info:
    Page
    =
    /content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing
    Resource Path
    =
    /content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing/jcr:content
    Cell
    =
    eventlandingpage
    Cell Search Path
    =
    eventlandingpage|page
    Component Path
    =
    /apps/connect/components/eventlandingpage
    Sling Request Progress:
          0 (2014-02-22 17:16:17) TIMER_START{Request Processing} 0 (2014-02-22 17:16:17) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message> 0 (2014-02-22 17:16:17) LOG Method=GET, PathInfo=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing.html 0 (2014-02-22 17:16:17) TIMER_START{ResourceResolution} 0 (2014-02-22 17:16:17) TIMER_END{0,ResourceResolution} URI=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing.html resolves to Resource=JcrNodeResource, type=cq:Page, superType=null, path=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing 0 (2014-02-22 17:16:17) LOG Resource Path Info: SlingRequestPathInfo: path='/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing', selectorString='null', extension='html', suffix='null' 0 (2014-02-22 17:16:17) TIMER_START{ServletResolution} 0 (2014-02-22 17:16:17) TIMER_START{resolveServlet(JcrNodeResource, type=cq:Page, superType=null, path=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing)} 0 (2014-02-22 17:16:17) TIMER_END{0,resolveServlet(JcrNodeResource, type=cq:Page, superType=null, path=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing)} Using servlet /libs/foundation/components/primary/cq/Page/Page.jsp 0 (2014-02-22 17:16:17) TIMER_END{0,ServletResolution} URI=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing.html handled by Servlet=/libs/foundation/components/primary/cq/Page/Page.jsp 0 (2014-02-22 17:16:17) LOG Applying Requestfilters 0 (2014-02-22 17:16:17) LOG Calling filter: org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter 0 (2014-02-22 17:16:17) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter 0 (2014-02-22 17:16:17) LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter 0 (2014-02-22 17:16:17) LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter 0 (2014-02-22 17:16:17) LOG Calling filter: com.day.cq.theme.impl.ThemeResolverFilter 0 (2014-02-22 17:16:17) LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet 0 (2014-02-22 17:16:17) LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter 0 (2014-02-22 17:16:17) LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter 0 (2014-02-22 17:16:17) LOG RedirectFilter did not redirect (MobileUtil.isMobileResource() returns false) 0 (2014-02-22 17:16:17) LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter 0 (2014-02-22 17:16:17) LOG Applying Componentfilters 0 (2014-02-22 17:16:17) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter 0 (2014-02-22 17:16:17) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter 0 (2014-02-22 17:16:17) TIMER_START{/libs/foundation/components/primary/cq/Page/Page.jsp#0} 0 (2014-02-22 17:16:17) LOG Including resource JcrNodeResource, type=connect/components/eventlandingpage, superType=null, path=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing/jcr:content (SlingRequestPathInfo: path='/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing/jcr:content', selectorString='null', extension='html', suffix='null') 0 (2014-02-22 17:16:17) TIMER_START{resolveServlet(JcrNodeResource, type=connect/components/eventlandingpage, superType=null, path=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing/jcr:content)} 0 (2014-02-22 17:16:17) TIMER_END{0,resolveServlet(JcrNodeResource, type=connect/components/eventlandingpage, superType=null, path=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing/jcr:content)} Using servlet /libs/foundation/components/page/page.jsp 0 (2014-02-22 17:16:17) LOG Applying Includefilters 0 (2014-02-22 17:16:17) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter 0 (2014-02-22 17:16:17) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter 0 (2014-02-22 17:16:17) TIMER_START{/libs/foundation/components/page/page.jsp#1} 0 (2014-02-22 17:16:17) LOG Including script head.jsp for path=/content/connect/c1/1127732221/en/events/event/shared/1127913809/event_landing/jcr:content, type=connect/components/eventlandingpage: /apps/connect/components/page/head.jsp 0 (2014-02-22 17:16:17) TIMER_START{/apps/connect/components/page/head.jsp} 16 (2014-02-22 17:16:17) LOG SCRIPT ERROR: javax.servlet.ServletException: java.lang.Exception: unable to initialize connect properties 16 (2014-02-22 17:16:17) LOG SCRIPT ERROR: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp 16 (2014-02-22 17:16:17) TIMER_END{16,/libs/foundation/components/page/page.jsp#1} 16 (2014-02-22 17:16:17) LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html],order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=org.apache.sling.jcr.resource.JcrPropertyMap@139256bf), Config(type=mobiledebug, config=org.apache.sling.jcr.resource.JcrPropertyMap@aa7fc53), Config(type=contentsync, config=org.apache.sling.jcr.resource.JcrPropertyMap@36182d6f), serializer=Config(type=htmlwriter, config={}))} 16 (2014-02-22 17:16:17) TIMER_END{16,Request Processing} Dumping SlingRequestProgressTracker Entries
    Full Exception:
    org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:385) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:456) at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:500) at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilterWithErrorHandling(WCMDebugFilter.java:183) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:150) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:219) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProcessorImpl.java:257) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.dispatchRequest(SlingRequestProcessorImpl.java:297) at org.apache.sling.engine.impl.request.SlingRequestDispatcher.dispatch(SlingRequestDispatcher.java:216) at org.apache.sling.engine.impl.request.SlingRequestDispatcher.include(SlingRequestDispatcher.java:103) at com.day.cq.wcm.core.impl.WCMComponentFilter$ForwardRequestDispatcher.include(WCMComponentFilter.java:381) at org.apache.jsp.libs.foundation.components.primary.cq.Page.Page_jsp._jspService(Page_jsp.java:106) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420) at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:59) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:233) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:85) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:453) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:456) at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:500) at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:147) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMComponentFilter.filterRootInclude(WCMComponentFilter.java:308) at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:141) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProcessorImpl.java:257) at org.apache.sling.engine.impl.filter.RequestSlingFilterChain.render(RequestSlingFilterChain.java:49) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.warp.TimeWarpFilter.doFilter(TimeWarpFilter.java:106) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter.doFilter(RedirectFilter.java:296) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter.doFilter(RequestProgressTrackerLogFilter.java:59) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet.doFilter(FormsHandlingServlet.java:220) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.theme.impl.ThemeResolverFilter.doFilter(ThemeResolverFilter.java:76) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:117) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMRequestFilter.doFilter(WCMRequestFilter.java:89) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.rewriter.impl.RewriterFilter.doFilter(RewriterFilter.java:83) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter.doFilter(BackgroundServletStarterFilter.java:135) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processRequest(SlingRequestProcessorImpl.java:153) at org.apache.sling.engine.impl.SlingMainServlet.service(SlingMainServlet.java:206) at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:96) at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:79) at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java:42) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:49) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:117) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at com.adobe.granite.license.impl.LicenseCheckFilter.doFilter(LicenseCheckFilter.java:179) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.security.impl.ReferrerFilter.doFilter(ReferrerFilter.java:238) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.engine.impl.log.RequestLoggerFilter.doFilter(RequestLoggerFilter.java:75) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.felix.http.base.internal.dispatch.FilterPipeline.dispatch(FilterPipeline.java:48) at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:39) at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:67) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at com.day.j2ee.servletengine.ServletRuntimeEnvironment.service(ServletRuntimeEnvironment.java:250) at com.day.j2ee.servletengine.RequestDispatcherImpl.doFilter(RequestDispatcherImpl.java:315) at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:334) at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:377) at com.day.j2ee.servletengine.ServletHandlerImpl.process(ServletHandlerImpl.java:351) at com.day.j2ee.servletengine.HttpListener$Worker.run(HttpListener.java:625) at java.lang.Thread.run(Thread.java:662) Caused by: org.apache.sling.api.SlingException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:563) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:499) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:59) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:233) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:85) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:453) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358) ... 93 more Caused by: org.apache.sling.api.SlingException: javax.servlet.ServletException: java.lang.Exception: unable to initialize connect properties at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:563) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:499) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:59) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:233) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:85) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:453) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:456) at com.day.cq.wcm.tags.IncludeTag.includeScript(IncludeTag.java:167) at com.day.cq.wcm.tags.IncludeTag.doEndTag(IncludeTag.java:87) at org.apache.jsp.libs.foundation.components.page.page_jsp._jspx_meth_cq_005finclude_005f0(page_jsp.java:178) at org.apache.jsp.libs.foundation.components.page.page_jsp._jspService(page_jsp.java:148) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420) ... 98 more Caused by: java.lang.Exception: unable to initialize connect properties at org.apache.jsp.apps.connect.components.page.head_jsp._jspService(head_jsp.java:337) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420) ... 112 more Caused by: javax.jcr.PathNotFoundException: /content/connect/connectinfo at org.apache.jackrabbit.core.session.SessionItemOperation.perform(SessionItemOperation.java:192) at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216) at org.apache.jackrabbit.core.SessionImpl.perform(SessionImpl.java:361) at org.apache.jackrabbit.core.SessionImpl.getNode(SessionImpl.java:1109) at org.apache.jsp.apps.connect.components.page.head_jsp._jspService(head_jsp.java:328) ... 115 more
    Day Communique 5 WCM Core Implementation / 5.5.6 ( (c) Day Management AG ) running on ApacheSling/2.2 (Day-Servlet-Engine/4.1.24, Java HotSpot(TM) 64-Bit Server VM 1.6.0_37, Windows Server 2008 R2 6.1 amd64)

    Hi tonua.carano,
    As you mentioned that editing was working first time but after changing the template and then when you refreshed the page it shows error. So can you check the following steps and see if editing works -
    1. Please ensure that the user should be member of Event Magnager group to edit the template.If the user who is getting error while editing is not a member of that group then please add this role to the user.
    2. How are you changing the page background color ? There is component available in sidekick to change the page background. Are you using the same component ?
    If still you are getting the same erro while editing the template with this user, then create a new user and provide this user Event Manager and Event Adminitrator group membership and try to edit the template using this user.
    It should work fine and you should not get any error while editing. Please let me know if you face any issue.
    Thanks,
    Vikash Acharya

  • Search help: Internal Error.

    Hi,
    I am getting information message : 'Search help: Internal Error' after incorporating code in RETURN event. My aim was to populate the value from Hit list to Value with restriction field and then by removing some search select criteria, again display the hit list. It is coming back to the value with restriction field screen  also populating the fields properly, below 1 information message is coming 'Search help: Internal Error'. If I remove some field from selection and again press the go button, it is doing nothing and system is hanging. The details are given below.
    I have created one search help ZTMVGR1 having the following details:
    Search help type : Elementary.
    Selection Method : MVKE
    Search help exit:  ZF4_MATGRP_EXIT1.
    Display value with restrictions : A
    Field          Import           EXPORT   LPOS      SPOS   SDis     Data Element
    MATNR       X                   X              5             5                     MATNR               
    VKORG      X                   X              1              1                     VKORG
    VTWEG      X                   X              2              2                     VTWEG
    MVGR1      X                   X               3             3                      MVGR1
    KONDM      X                   X               4             4                      KONDM
    MAKTX      X                   X               6              0                     MAKTX
    In the search help exit ZF4_MATGRP_EXIT1 I have used three events:
    1) PRESEL : Purpose of using this was I was not able to see F4 help for few fields in value with restriction screen . I found out that in SHLP-INTERFACE-F4FIELD is equal to 'X', sometimes in search help if that field's value is 'X' , F4 help does not come even if check table exists for that field.
    2) DISP : Purpose, I want to fetch material description field in exit only. MAKTX does not exist in MVKE, so either I need to create a view containing all my fields, or populate the one which is not there in selection method in exit.
    3) Return : Purpose,  I want to put VKORG, VTWEG and MATNR ( MATNR has collective search help, based on material description , we can put material ) . The hit list we get contains VKORG, VTWEG, MATNR, KONDM, MVGR1 and MAKTX. When we double click on hitlist the value returns , I want to populate these entries in value with restriction field. So KONDM and MVGR1 field will be populated. Now I will remove the value of material-low  from selection screen and find out for VKORG, VTWEG and MVGR1/KONDM what materials are there. But after writing the code for event RETURN I am getting information message 'Search Help: Internal Error'.
    My code snippet is given below.
    <removed by moderator>
    Moderator message: please post only relevant code parts, your posts must contain less than 5000 characters to preserve formatting.
    Edited by: Thomas Zloch on May 13, 2011 1:35 PM

    HI,
    In search help exit you need to use the below mentioned function modules
    'F4UT_PARAMETER_ALLOCATE'          For allocating fields
    'F4UT_PARAMETER_VALUE_GET'       Get Value
    'F4UT_PARAMETER_RESULTS_PUT'     put Value
    In the same order.
    Thanks & regards,
    Bhargav.

  • OWB 11.2 internal error during mapping generation

    Dear all,
    Ever since switching to OWB 11.2 I have been sporadically receiving unexplicable errors during mapping deployment. It only happens when I generate more than 1 mapping simultaneously, and it appears to be completely random. One or more mappings will fail during the generation phase of the deployment with an 'internal error', after which I get the option to continue deployment of those mappings that did generate correctly. What I usually do next is trying to deploy the failed mappings again, which always works - the internal error does not reoccur. But it seems to be that this second generation does not work properly either.
    For example, today I had to redeploy my entire set of mappings, due to a server change. Of the 60 mappings I had, about 5 failed with the forementioned error. (Sadly I can't include the exact error here since the job logs in the control center do not record this failure to generate, it looks like the failed mappings never were included in the job in the first place.) One of them I deployed aftewards, and found the query in the pacakge to look like:
        INSERT
        /*+ APPEND  */
        INTO
          "SA_BETMD_01" "SA_BETMD_01"
          ("DEWNKNR",
          "DEBTMCE",
          "DEBTMOM",
          "DEBTMO2",
          "DEBTMO3")
          (SELECT
    /*+ NO_MERGE */
    /* DRBETMD_RS.INOUTGRP1 */
      "DRBETMD_RS"."DEWNKNR" "DEWNKNR",
      "DRBETMD_RS"."DEBTMCE" "DEBTMCE",
      "DRBETMD_RS"."DEBTMOM" "DEBTMOM",
      NVL("DRBETMD_RS"."DEBTMO2", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO2.OGRP.DEBTMO2: EXPRESSION */ "DEBTMO2",
      NVL("DRBETMD_RS"."DEBTMO3", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO3.OGRP.DEBTMO3: EXPRESSION */ "DEBTMO3"
    FROM
      "SRC"."DRBETMD_RS"@"SRCDBP@SAFE_SRC_PRD_RET"  "DRBETMD_RS"
        ;However, generating the preview code in OWB results in a more correct and complete version of the code:
        INSERT
        /*+ APPEND  */
        INTO
          "SA_BETMD_01" "SA_BETMD_01"
          ("DEWNKNR",
          "DEBTMCE",
          "DEBTMOM",
          "DEBTMO2",
          "DEBTMO3",
          "DEBTMO4")
          (SELECT
    /*+ NO_MERGE */
    /* DRBETMD_RS.INOUTGRP1 */
      "DRBETMD_RS"."DEWNKNR" "DEWNKNR",
      "DRBETMD_RS"."DEBTMCE" "DEBTMCE",
      "DRBETMD_RS"."DEBTMOM" "DEBTMOM",
      NVL("DRBETMD_RS"."DEBTMO2", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO2.OGRP.DEBTMO2: EXPRESSION */ "DEBTMO2",
      NVL("DRBETMD_RS"."DEBTMO3", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO3.OGRP.DEBTMO3: EXPRESSION */ "DEBTMO3",
      NVL("DRBETMD_RS"."DEBTMO4", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO4.OGRP.DEBTMO4: EXPRESSION */ "DEBTMO4"
    FROM
      "SRC"."DRBETMD_RS"@"SRCDBP@SAFE_DGN_PRD_RET"  "DRBETMD_RS"
        ;The same goes for other packages, all of which crash due trying to insert NULL values in a mandatory column! (In case, DEBTMO4.)
    Funny enough, if I generate the mapping again a bit later - without making any changes to the mapping - the code is complete and everything works properly.
    Does anyone else ever had this problem? My main problem is that I can't just reproduce this problem, so I can't exactly report it as a bug and expect it to be solved...
    Kind regards,
    Kurt Geens

    Good morning Dave,
    I do mean during deployment. As you probably know all too well, the deployment of a package is split in two parts: generation of the code, and the actual deployment. The internal error occurs during that first part - the generation of code. The exact steps I went through when the error occured are the following:
    1) I selected about 15 mappings, and chose to 'replace' these mappings in the database. The code was generated, with 4 mappings having the forementioned 'internal error'. After pressing the play button the deployment of the 11 remaining packages continued without problem.
    2) Within the same session, I selected the 4 failed mappings, and chose to 'replace' these again. The generation and deployment was succesful - no internal errors occured.
    3) I exited OWB and started a daily workflow process. One of the mappings that had an internal error in step 1 crashed with a 'cannot insert null into' error.
    4) I restarted OWB, opened the mapping, chose to generate the code, and compared the generation result with the package code in the database. This resulted in the difference mentioned in my original mail.
    5) I deployed (replace) the mapping once more, and verified the code in the database. This time the code was complete (no missing column).
    Regards,
    Kurt

  • Error in editing section 80 details on porta

    Hello Experts,
                        I am getting error after editing section 80 details of employee.For more information;Use case has for 0585 been defined as B2;part of error is as follows.
    Regards,
    Milind Patil.
    com.sap.aii.proxy.framework.core.BaseProxyException: An exception occurred that was not caught., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
         at com.sap.xss.hr.per.in.sec80.model.HRXSS_PER_P0585_IN.hrxss_Per_Modify_P0585_In(HRXSS_PER_P0585_IN.java:293)
         at com.sap.xss.hr.per.in.sec80.model.Hrxss_Per_Modify_P0585_In_Input.doExecute(Hrxss_Per_Modify_P0585_In_Input.java:137)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:92)

    is it happening to all user? Can you change the use case and try?
    check the notes
    1375834
    1258246

  • Ipod manager internal error

    Can anyone help with the following query: whilst trying to update my ipod video the following error comes up- ipod manager internal error, and then it wont let me do anything else, its not being recognised on my computer anymore, has this happened to anyone else or can anyone offer advice.

    Hi,
    Hope this helps
    http://docs.info.apple.com/article.html?artnum=301907

  • Where do you assign the Applicant Acknowledgement letter in E-Recruiting?

    Hi All,
    Where do you go to assign the applicant acknowledgement email correspondent letter in E-Recruiting?  I want to be able to choose which applicant acknowledgment letter I wish to send to an applicant when they apply to a job.
    Additionally, what if you had two applicant acknowledgement letters you wanted to choose between sending when an applicant applies?  i.e. one for applicants wanting to become employees and another for say interns where the working in the letter may be different.
    Thanks!
    Message was edited by:
            Ryan Hubbell

    Not clear with your query....
    why do u want mail merge when you can get letters thru smartforms of E-rec......
    And how does a hr query comes in picture.....why this approach is being followed..
    Regards,
    divya

Maybe you are looking for