Update Personal Information ERROR

Dear all brothers,
I am facing this error "java.lang.NullPointerException" when i update the personal information in the Self-Service screen, any help how to solve it please ?
Thank you

Did you tried Enabling the Trace. Is it happeining only for one employee. Is this happening for otjher Self Service Responsiblity too( provided you have multi BG and multi Self Service Functionality)

Similar Messages

  • ESS Personal Information Errors

    Hi All,
    I want to implement ess mss for Finland country. I can see the country specific iViews in portal content.
    But as mentioned in business package guide, for Finland country there are no screens for services like personal data, address, bank , family for country code:44 - Finland.
    We want personal information too in portal for this country code.
    Currently I am getting following error for Family member iView:
    failed to create or init instance of model 'com.sap.xss.hr.per.us.family.model.HRXSS_PER_P0021_US' in scope APPLICATION_SCOPE with instanceId 'null'  
    Bank and addresses iView are getting open but that too without any particular subtypes like create permanent , temporary options are not there.
    In case of Personal data following error is coming:
    java.lang.StringIndexOutOfBoundsException
    +     at java.lang.String.substring(String.java:1019)+
    +     at com.sap.xss.per.fc.persinfo.FcPersInfo.CreateOverview(FcPersInfo.java:994)+
    Please let me know What needs to be done ?

    Also just wanted to update you that there are no Resource entries like EMPLOYEE_ADDRESS_XX_SERVICE05  for   FI (finland) country code.

  • ESS - Personal Information error

    I have installed the business package (ESS 60.2)latest support pack on EP 6.0 SP19.
    The backend is ECC 5.0 HR support pack 15.
    I am facing an issue with the personal information service.
    When i launch personal information screen (of the ess role) i am getting the following error message.
    Syntax error in program SAPLHRXSS_PER_MAC                       ., error key: RFC_ERROR_SYSTEM_FAILURE
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Syntax error in program SAPLHRXSS_PER_MAC                       ., error key: RFC_ERROR_SYSTEM_FAILURE
        at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
        at com.sap.xss.per.fc.persinfo.FcPersInfo.initPernr(FcPersInfo.java:356)
        at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.initPernr (InternalFcPersInfo.java:500)
        at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.initPernr(FcPersInfoInterface.java:167)
        at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface.initPernr(InternalFcPersInfoInterface.java :217)
        at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface$External.initPernr(InternalFcPersInfoInterface.java:345)
        at com.sap.xss.hr.per.ar.personal.overview.VcPerPersonalArOverview.onInit(VcPerPersonalArOverview.java :266)
        at com.sap.xss.hr.per.ar.personal.overview.wdp.InternalVcPerPersonalArOverview.onInit(InternalVcPerPersonalArOverview.java:276)
        at com.sap.xss.hr.per.ar.personal.overview.VcPerPersonalArOverviewInterface.onInit (VcPerPersonalArOverviewInterface.java:164)
        at com.sap.xss.hr.per.ar.personal.overview.wdp.InternalVcPerPersonalArOverviewInterface.onInit(InternalVcPerPersonalArOverviewInterface.java:144)
        at com.sap.xss.hr.per.ar.personal.overview.wdp.InternalVcPerPersonalArOverviewInterface$External.onInit (InternalVcPerPersonalArOverviewInterface.java:220)  
    Can anyone tell me if there is anything specific HR Backend configuration needed to enable this scenario ?
    Any pointers to the solution of this problem ?
    Thanks and Regards,
    Manoj

    Hi,
    I am trying with ESS business package version 10 ( as i am on ECC 5.0 Support Pack 15, which includes HR Support pack level 15 as well).
    I am still getting the same error message.
    the error message on the portal is as follows.
    Syntax error in program SAPLHRXSS_PER_MAC ., error key: RFC_ERROR_SYSTEM_FAILURE
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Syntax error in program SAPLHRXSS_PER_MAC ., error key: RFC_ERROR_SYSTEM_FAILURE
    at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
    at com.sap.xss.per.fc.persinfo.FcPersInfo.initPernr(FcPersInfo.java:336)
    at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.initPernr(InternalFcPersInfo.java:492)
    at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.initPernr(FcPersInfoInterface.java:166)
    when i checked it in the backend (HR System) using transaction ST 22 to see the problem in backend RFC.
    I am getting following dump (please see below) of ABAP Program SAPLHRXSS_PER_MAC. The error message has been highlighted in bold letters.
    Since i am not ABAP developer can anybody please help me with what kind of problem this could be ?
    It's very urgent matter to me. I would surely give points for any kind of help that i get.
    Information on where terminated
    The termination occurred in the ABAP program "SAPMSSY1" in
    "REMOTE_FUNCTION_CALL".
    The main program was "SAPMSSY1 ".
    The termination occurred in line 68 of the source code of the (Include)
    program "SAPMSSY1"
    of the source code of program "SAPMSSY1" (when calling the editor 680).
    Source Code Extract
    Line SourceCde
    38
    39 module %_rfcdia_call output.
    40 "Do not display screen !
    41 call 'DY_INVISIBLE_SCREEN'.
    42 perform remote_function_diacall.
    43 endmodule.
    44
    45 module %_cpic_start.
    46 if sy-xprog(4) = '%RFC'.
    47 perform remote_function_call using rfctype_external_cpic.
    48 else.
    49 call 'APPC_HD' id 'HEADER' field header id 'CONVID' field convid.
    50 perform cpic_call using convid.
    51 endif.
    52 endmodule.
    53
    54
    55 form cpic_call using convid type c.
    56 communication send id convid buffer header.
    57 if sy-subrc eq 0.
    58 perform (sy-xform) in program (sy-xprog).
    59 else.
    60 message a800.
    61 endif.
    62 endform.
    63
    64 form remote_function_call using value(type).
    65 do.
    66 * test if sy-xprog and sy-xform are set
    67 * sy-xform = 'quatsch'. sy-xprog = 'quatsch'.
    >>>>> call 'RfcImport' id 'Type' field type.
    69 perform (sy-xform) in program (sy-xprog).
    70 rsyn >scont sysc 00011111 0.
    71 enddo.
    72 endform.
    73
    74 form remote_function_diastart.
    75 do.
    76 call 'RfcImport' id 'Type' field rfctype_rfcdia.
    77 perform (sy-xform) in program (sy-xprog).
    78 "Parking position for next request
    79 rsyn >scont sysc 00011111 10.
    80 "ALternativ : Free mode
    81 "COMMIT WORK.
    82 "SYSTEM-CALL FREE MODE 0.
    83 enddo.
    84 endform.
    85
    86 form remote_function_diacall.
    87 sy-xcode = '%_@no@'.
    Thanks,
    Manoj

  • HRSS:Can't approve update personal information when admin update backend.

    For this step of issue is:
    1. User submit update personal info. => send notif. for approve => Management.
    2. Admin. update something about user above before management approve => update transaction complete.
    3. Management submit approve but show error:
    "The changes were not applied because This transaction has failed because the employee's record or eligibility status has changes.Submit a new transaction."
    Please help me resolve this case.
    Thank you.

    Please see these docs.
    Transaction Failed, Employee's Record Or Eligibility Status Has Changed Error Occurs While Updating A Contact In SSHR [ID 458258.1]
    Employee's Record Eligibility Changed Error When Manager Changes Employee Assignment In SSHR [ID 728611.1]
    Error While Changing Employee DetailsThrough Sshr [ID 1300998.1]
    Thanks,
    Hussein

  • Errror Update the data service Personal Information -- Personal Data

    We have a problem in ESS at the time of updating the data, somebody knows as it can be the cause
    In the portal --->Personal Information -->Personal Data
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Screen output without connection to user., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
         at com.sap.xss.per.fc.persinfo.FcPersInfo.save(FcPersInfo.java:411)
         at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.save(InternalFcPersInfo.java:768)
         at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.save(FcPersInfoInterface.java:186)
         at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface.save(InternalFcPersInfoInterface.java:275)
         at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface$External.save(InternalFcPersInfoInterface.java:423)
         at com.sap.xss.per.vc.reviewnavi.VcPersInfoReviewNavi.onEvent(VcPersInfoReviewNavi.java:213)
         at com.sap.xss.per.vc.reviewnavi.wdp.InternalVcPersInfoReviewNavi.onEvent(InternalVcPersInfoReviewNavi.java:171)
         at com.sap.xss.per.vc.reviewnavi.VcPersInfoReviewNaviInterface.onEvent(VcPersInfoReviewNaviInterface.java:115)
         at com.sap.xss.per.vc.reviewnavi.wdp.InternalVcPersInfoReviewNaviInterface.onEvent(InternalVcPersInfoReviewNaviInterface.java:124)
         at com.sap.xss.per.vc.reviewnavi.wdp.InternalVcPersInfoReviewNaviInterface$External.onEvent(InternalVcPersInfoReviewNaviInterface.java:200)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:533)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:437)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.access$600(FPMComponent.java:78)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.raiseSaveEvent(FPMComponent.java:951)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.raiseSaveEvent(FPMComponent.java:1114)
         at com.sap.xss.per.vc.reviewnavi.VcPersInfoReviewNavi.next(VcPersInfoReviewNavi.java:227)
         at com.sap.xss.per.vc.reviewnavi.wdp.InternalVcPersInfoReviewNavi.next(InternalVcPersInfoReviewNavi.java:175)
         at com.sap.xss.per.vc.reviewnavi.ReviewNaviView.onActionNext(ReviewNaviView.java:153)
         at com.sap.xss.per.vc.reviewnavi.wdp.InternalReviewNaviView.wdInvokeEventHandler(InternalReviewNaviView.java:173)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1257)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:325)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:826)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.aii.proxy.framework.core.BaseProxyException: Screen output without connection to user., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
         at com.sap.xss.per.model.mac.HRXSS_PER_MAC.hrxss_Per_Save(HRXSS_PER_MAC.java:476)
         at com.sap.xss.per.model.mac.Hrxss_Per_Save_Input.doExecute(Hrxss_Per_Save_Input.java:137)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:92)
         ... 64 more

    > We have a problem in ESS at the time of updating the
    > data, somebody knows as it can be the cause
    >
    > In the portal --->Personal Information -->Personal
    > Data
    >
    >
    > com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFC
    > ExecuteException: Screen output without connection to
    > user., error key: RFC_ERROR_SYSTEM_FAILURE
    > at
    > t
    > com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCMo
    > delClassExecutable.execute(DynamicRFCModelClassExecuta
    > ble.java:101)
    > at
    > t
    > com.sap.xss.per.fc.persinfo.FcPersInfo.save(FcPersInfo
    > .java:411)
    > at
    > t
    > com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.sav
    > e(InternalFcPersInfo.java:768)
    > at
    > t
    > com.sap.xss.per.fc.persinfo.FcPersInfoInterface.save(F
    > cPersInfoInterface.java:186)
    > at
    > t
    > com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInte
    > rface.save(InternalFcPersInfoInterface.java:275)
    > at
    > t
    > com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInte
    > rface$External.save(InternalFcPersInfoInterface.java:4
    > 23)
    > at
    > t
    > com.sap.xss.per.vc.reviewnavi.VcPersInfoReviewNavi.onE
    > vent(VcPersInfoReviewNavi.java:213)
    > at
    > t
    > com.sap.xss.per.vc.reviewnavi.wdp.InternalVcPersInfoRe
    > viewNavi.onEvent(InternalVcPersInfoReviewNavi.java:171
    > )
    > at
    > t
    > com.sap.xss.per.vc.reviewnavi.VcPersInfoReviewNaviInte
    > rface.onEvent(VcPersInfoReviewNaviInterface.java:115)
    > at
    > t
    > com.sap.xss.per.vc.reviewnavi.wdp.InternalVcPersInfoRe
    > viewNaviInterface.onEvent(InternalVcPersInfoReviewNavi
    > Interface.java:124)
    > at
    > t
    > com.sap.xss.per.vc.reviewnavi.wdp.InternalVcPersInfoRe
    > viewNaviInterface$External.onEvent(InternalVcPersInfoR
    > eviewNaviInterface.java:200)
    > at
    > t
    > com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(F
    > PMComponent.java:533)
    > at
    > t
    > com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMC
    > omponent.java:437)
    > at
    > t
    > com.sap.pcuigp.xssfpm.wd.FPMComponent.access$600(FPMCo
    > mponent.java:78)
    > at
    > t
    > com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.raiseSaveEve
    > nt(FPMComponent.java:951)
    > at
    > t
    > com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.raiseSa
    > veEvent(FPMComponent.java:1114)
    > at
    > t
    > com.sap.xss.per.vc.reviewnavi.VcPersInfoReviewNavi.nex
    > t(VcPersInfoReviewNavi.java:227)
    > at
    > t
    > com.sap.xss.per.vc.reviewnavi.wdp.InternalVcPersInfoRe
    > viewNavi.next(InternalVcPersInfoReviewNavi.java:175)
    > at
    > t
    > com.sap.xss.per.vc.reviewnavi.ReviewNaviView.onActionN
    > ext(ReviewNaviView.java:153)
    > at
    > t
    > com.sap.xss.per.vc.reviewnavi.wdp.InternalReviewNaviVi
    > ew.wdInvokeEventHandler(InternalReviewNaviView.java:17
    > 3)
    > at
    > t
    > com.sap.tc.webdynpro.progmodel.generation.DelegatingVi
    > ew.invokeEventHandler(DelegatingView.java:87)
    > at
    > t
    > com.sap.tc.webdynpro.progmodel.controller.Action.fire(
    > Action.java:67)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.window.WindowPhaseMo
    > del.doHandleActionEvent(WindowPhaseModel.java:420)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.window.WindowPhaseMo
    > del.processRequest(WindowPhaseModel.java:132)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.window.WebDynproWind
    > ow.processRequest(WebDynproWindow.java:335)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.cal.AbstractClient.e
    > xecuteTasks(AbstractClient.java:143)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.ApplicationS
    > ession.doProcessing(ApplicationSession.java:313)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.ClientSessio
    > n.doApplicationProcessingPortal(ClientSession.java:733
    > )
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.ClientSessio
    > n.doApplicationProcessing(ClientSession.java:668)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.ClientSessio
    > n.doProcessing(ClientSession.java:250)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.RequestManag
    > er.doProcessing(RequestManager.java:149)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.core.Applica
    > tionHandle.doProcessing(ApplicationHandle.java:73)
    > at
    > t
    > com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicatio
    > nProxy.sendDataAndProcessActionInternal(AbstractApplic
    > ationProxy.java:860)
    > at
    > t
    > com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalAppli
    > cationProxy.sendDataAndProcessAction(LocalApplicationP
    > roxy.java:77)
    > at
    > t
    > com.sap.portal.pb.PageBuilder.updateApplications(PageB
    > uilder.java:1257)
    > at
    > t
    > com.sap.portal.pb.PageBuilder.SendDataAndProcessAction
    > (PageBuilder.java:325)
    > at
    > t
    > com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.ja
    > va:826)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.window.WindowPhaseMo
    > del.processPhaseListener(WindowPhaseModel.java:755)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.window.WindowPhaseMo
    > del.doPortalDispatch(WindowPhaseModel.java:717)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.window.WindowPhaseMo
    > del.processRequest(WindowPhaseModel.java:136)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.window.WebDynproWind
    > ow.processRequest(WebDynproWindow.java:335)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.cal.AbstractClient.e
    > xecuteTasks(AbstractClient.java:143)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.ApplicationS
    > ession.doProcessing(ApplicationSession.java:313)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.ClientSessio
    > n.doApplicationProcessingStandalone(ClientSession.java
    > :713)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.ClientSessio
    > n.doApplicationProcessing(ClientSession.java:666)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.ClientSessio
    > n.doProcessing(ClientSession.java:250)
    > at
    > t
    > com.sap.tc.webdynpro.clientserver.session.RequestManag
    > er.doProcessing(RequestManager.java:149)
    > at
    > t
    > com.sap.tc.webdynpro.serverimpl.defaultimpl.Dispatcher
    > Servlet.doContent(DispatcherServlet.java:62)
    > at
    > t
    > com.sap.tc.webdynpro.serverimpl.defaultimpl.Dispatcher
    > Servlet.doPost(DispatcherServlet.java:53)
    > at
    > t
    > javax.servlet.http.HttpServlet.service(HttpServlet.jav
    > a:760)
    > at
    > t
    > javax.servlet.http.HttpServlet.service(HttpServlet.jav
    > a:853)
    > at
    > t
    > com.sap.engine.services.servlets_jsp.server.HttpHandle
    > rImpl.runServlet(HttpHandlerImpl.java:401)
    > at
    > t
    > com.sap.engine.services.servlets_jsp.server.HttpHandle
    > rImpl.handleRequest(HttpHandlerImpl.java:266)
    > at
    > t
    > com.sap.engine.services.httpserver.server.RequestAnali
    > zer.startServlet(RequestAnalizer.java:387)
    > at
    > t
    > com.sap.engine.services.httpserver.server.RequestAnali
    > zer.startServlet(RequestAnalizer.java:365)
    > at
    > t
    > com.sap.engine.services.httpserver.server.RequestAnali
    > zer.invokeWebContainer(RequestAnalizer.java:944)
    > at
    > t
    > com.sap.engine.services.httpserver.server.RequestAnali
    > zer.handle(RequestAnalizer.java:266)
    > at
    > t
    > com.sap.engine.services.httpserver.server.Client.handl
    > e(Client.java:95)
    > at
    > t
    > com.sap.engine.services.httpserver.server.Processor.re
    > quest(Processor.java:175)
    > at
    > t
    > com.sap.engine.core.service630.context.cluster.session
    > .ApplicationSessionMessageListener.process(Application
    > SessionMessageListener.java:33)
    > at
    > t
    > com.sap.engine.core.cluster.impl6.session.MessageRunne
    > r.run(MessageRunner.java:41)
    > at
    > t
    > com.sap.engine.core.thread.impl3.ActionObject.run(Acti
    > onObject.java:37)
    > at
    > t java.security.AccessController.doPrivileged(Native
    > Method)
    > at
    > t
    > com.sap.engine.core.thread.impl3.SingleThread.execute(
    > SingleThread.java:100)
    > at
    > t
    > com.sap.engine.core.thread.impl3.SingleThread.run(Sing
    > leThread.java:170)
    > Caused by:
    > com.sap.aii.proxy.framework.core.BaseProxyException:
    > Screen output without connection to user., error key:
    > RFC_ERROR_SYSTEM_FAILURE
    > at
    > t
    > com.sap.aii.proxy.framework.core.AbstractProxy.send$(A
    > bstractProxy.java:150)
    > at
    > t
    > com.sap.xss.per.model.mac.HRXSS_PER_MAC.hrxss_Per_Save
    > (HRXSS_PER_MAC.java:476)
    > at
    > t
    > com.sap.xss.per.model.mac.Hrxss_Per_Save_Input.doExecu
    > te(Hrxss_Per_Save_Input.java:137)
    > at
    > t
    > com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCMo
    > delClassExecutable.execute(DynamicRFCModelClassExecuta
    > ble.java:92)
    >      ... 64 more
    version 32 Mexico.

  • There was a problem updating InDesign CC For more information see the specific error below.  Update Failed Download error.  Press Retry to try again or contact customer support.(49)

    Posted the entire text from the error window, when trying to update, using the normal NON-TECHIE way to update any and all Adobe CC products, via the Creative Cloud updater installed when Adobe Creative Cloud subscription was purchased when first offered.
    The following occurs, ad nauseam:
    There was a problem updating InDesign CC
    For more information see the specific error below.
    Update Failed
    Download error.  Press Retry to try again or contact customer support.(49)
    Here's the crux of my frustration:
    (1) Customer Service is NOT contact-able, to receive LIVE help.
    (2) There is NO way for me to mitigate this "Download error", being a student learning InDesign, and NOT in any way capable of tweaking folders/files here and there.
    Therefore, the real question:
    Given that a significant number of subscribers are having the above referenced issue with attempting to download the current update for InDesign, WHAT ARE WE SUPPOSED TO DO, in order to get our contractually paid-for updates to our legally and contractually paid-for Adobe software, specifically in my case, InDesgin's current update?
    Please, NO TECHNICAL mumbo-jumbo which most likely will cause the overwhelming majority of users, like me, to seriously corrupt their computer files, but rather an honest, straightforward "what to do" from real CS/Engineers working for Adobe, as to how to FIX this issue, period.
    ===========================================================
    UPDATE:
    Here is a way in which I think I was able to "update" my InDesign CC application:
    (1) Sign-In to your Adobe Account
    https://www.adobe.com/
    (2) Click on the MENU icon
    (3) Click on the product InDesign icon
    Your browser should display the page for Adobe InDesign CC
    https://www.adobe.com/products/indesign.html?promoid=KLXLU
    (4) Click on the Download icon,
    Your browser should now display the page to download InDesign,
    https://creative.adobe.com/products/download/indesign
    (5) a Pop-Up window should open, and display:
      Launch Application
      This link needs to be opened with an application.
    with the first option to select being the CreativeCloud(URIHandler)
    (5) Select this application and click OK.
    What happened when I followed steps (1) thorugh (5) is that:
    (a) InDesign CC(2014) was installed,
    (b) InDesign CC, updated, and then
    (c) InDesign CC(2014), also updated.
    Why this all worked, is a mystery to me.
    Looks like a separate, "new" version of InDesign, InDesign CC(2014), was installed, the existing "old" InDesign was updated, and then the newly installed Indesign CC(2014) was further updated.
    A BIT MORE, when I launched my InDesign CC app, and checked to see if there were Updates Available, there in fact was an Adobe InDesign CC 64 bit (9.2.2) update.
    I clicked on UPDATE and my "old" InDesign CC app was "successfully updated."
    FURTHER INFO:  I may have neglected to list some important info ... OS:  Windows 8.1 Pro with Media Center, 64-bit
    Confused, I am able to launch BOTH of these apps, and hopefully I may use one of these versions of the InDesign CC app, to do some InDesign work.
    Will keep y'all posted!
    Message was edited by: Richard Yapkowitz, about an hour after I first posted this issue.

    Jackdan error 49 indicates the installer was unable to access a critical file or directory.  You can find additional details at Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html.

  • RFC Call Error - from Portal End - For ESS Personal Information service

    Hi,
    I am getting "Syntax error in program SAPLHRXSS_PER_MAC                       ., error key: RFC_ERROR_SYSTEM_FAILURE  " error Message on the portal (ESS--->Personal Information Screen).
    When I did RFC trace analysis (using ST 22) this is what i get.
    Can you let me know what could be the issue.
    We are running HR Backend(Support Pack 15,ecc 5.0).
    Portal (EP 6.0 SP19, ESS 100 (SP 10)).
    Could you please let me know what could be the issue ?
    Syntax error in program "SAPLHRXSS_PER_MAC ".
         What happened?
              Error in ABAP application program.
              The current ABAP program "SAPMSSY1" had to be terminated because one of the
              statements could not be executed.
              This is probably due to an error in the ABAP program.
              In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred
              in the Include "IF_HRPA_PERNR_INFTY_XSS=======IU " in line 114:
              "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."
              Author and last person to change the Include are:
              Author "SAP "
              Last changed by "C5069405 "
         What can you do?
              Please eliminate the error by performing a syntax check
              (or an extended program check) on the program "SAPLHRXSS_PER_MAC ".
              You can also perform the syntax check from the ABAP/4 Editor.
              If the problem persists, proceed as follows:
              Print out the error message (using the "Print" function)
              and make a note of the actions and input that caused the
              error.
              To resolve the problem, contact your SAP system administrator.
              You can use transaction ST22 (ABAP Dump Analysis) to view and administer
               termination messages, especially those beyond their normal deletion
              date.
              is especially useful if you want to keep a particular message.
         Error analysis
              In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred:
              "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."
         How to correct the error
              Probably the only way to eliminate the error is to correct the program.
              If you cannot solve the problem yourself and you wish to send
              an error message to SAP, include the following documents:
              1. A printout of the problem description (short dump)
                 To obtain this, select in the current display "System->List->
                 Save->Local File (unconverted)".
              2. A suitable printout of the system log
                 To obtain this, call the system log through transaction SM21.
                 Limit the time interval to 10 minutes before and 5 minutes
                 after the short dump. In the display, then select the function
                 "System->List->Save->Local File (unconverted)".
              3. If the programs are your own programs or modified SAP programs,
                 supply the source code.
                 To do this, select the Editor function "Further Utilities->
                 Upload/Download->Download".
              4. Details regarding the conditions under which the error occurred
                 or which actions and input led to the error.
         System environment
              SAP Release.............. "640"
              Application server....... "srv006"
              Network address.......... "167.116.230.56"
              Operating system......... "HP-UX"
              Release.................. "B.11.11"
              Hardware type............ "9000/800"
              Character length......... 8 Bits
              Pointer length........... 64 Bits
              Work process number...... 1
              Short dump setting....... "full"
              Database server.......... "srv006"
              Database type............ "ORACLE"
              Database name............ "H81"
              Database owner........... "SAPR3"
              Character set............ "en_US.iso88591"
              SAP kernel............... "640"
              Created on............... "May 21 2006 20:29:01"
              Created in............... "HP-UX B.11.00 A 9000/800"
              Database version......... "OCI_920 "
              Patch level.............. "129"
              Patch text............... " "
              Supported environment....
              Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
               10.2.0.."
              SAP database version..... "640"
              Operating system......... "HP-UX B.11"
              Memory usage.............
              Roll..................... 16128
              EM....................... 4189928
              Heap..................... 0
              Page..................... 0
              MM Used.................. 629192
              MM Free.................. 3558216
              SAP Release.............. "640"
         User and Transaction
         Information on where terminated
              The termination occurred in the ABAP program "SAPMSSY1" in
               "REMOTE_FUNCTION_CALL".
              The main program was "SAPMSSY1 ".
              The termination occurred in line 68 of the source code of the (Include)
               program "SAPMSSY1"
              of the source code of program "SAPMSSY1" (when calling the editor 680).
         Source Code Extract
         Line     SourceCde
            38     
            39     module %_rfcdia_call output.
            40         "Do not display screen !
            41         call 'DY_INVISIBLE_SCREEN'.
            42         perform remote_function_diacall.
            43     endmodule.
            44     
            45     module %_cpic_start.
            46       if sy-xprog(4) = '%RFC'.
            47         perform remote_function_call using rfctype_external_cpic.
            48       else.
            49         call 'APPC_HD' id 'HEADER' field header id 'CONVID' field convid.
            50         perform cpic_call using convid.
            51       endif.
            52     endmodule.
            53     
            54     
            55     form cpic_call using convid type c.
            56       communication send id convid buffer header.
            57       if sy-subrc eq 0.
            58         perform (sy-xform) in program (sy-xprog).
            59       else.
            60         message a800.
            61       endif.
            62     endform.
            63     
            64     form remote_function_call using value(type).
            65       do.
            66     *   test if sy-xprog and sy-xform are set
            67     *   sy-xform = 'quatsch'. sy-xprog = 'quatsch'.
         >>>>>         call 'RfcImport' id 'Type' field type.
            69         perform (sy-xform) in program (sy-xprog).
            70         rsyn >scont sysc 00011111 0.
            71       enddo.
            72     endform.
            73     
            74     form remote_function_diastart.
            75       do.
            76         call 'RfcImport' id 'Type' field rfctype_rfcdia.
            77         perform (sy-xform) in program (sy-xprog).
            78         "Parking position for next request
            79         rsyn >scont sysc 00011111 10.
            80         "ALternativ : Free mode
            81         "COMMIT WORK.
            82         "SYSTEM-CALL FREE MODE 0.
            83       enddo.
            84     endform.
            85     
            86     form remote_function_diacall.
            87         sy-xcode = '%_@no@'.
         Contents of system fields
         Name     Val.
         SY-SUBRC     0
         SY-INDEX     2
         SY-TABIX     0
         SY-DBCNT     0
         SY-FDPOS     0
         SY-LSIND     0
         SY-PAGNO     0
         SY-LINNO     1
         SY-COLNO     1
         SY-PFKEY     
         SY-UCOMM     
         SY-TITLE     CPIC and RFC Control
         SY-MSGTY     
         SY-MSGID     
         SY-MSGNO     000
         SY-MSGV1     
         SY-MSGV2     
         SY-MSGV3     
         SY-MSGV4     
         Active Calls/Events
         No.   Ty.          Program                             Include                             Line
               Name
             2 FORM         SAPMSSY1                            SAPMSSY1                               68
               REMOTE_FUNCTION_CALL
             1 MODULE (PBO) SAPMSSY1                            SAPMSSY1                               30
               %_RFC_START
         Chosen variables
         Name
             Val.
         No.          2     Ty.      FORM
         Name      REMOTE_FUNCTION_CALL
         %_DUMMY$$
                 2222
                 0000
         SY-REPID
              SAPMSSY1
                 5454555322222222222222222222222222222222
                 310D339100000000000000000000000000000000
         SYST-REPID
              SAPMSSY1
                 5454555322222222222222222222222222222222
                 310D339100000000000000000000000000000000
         %_ARCHIVE
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         TYPE
              3
                 0000
                 0003
         SY-XPROG
              SAPLSYST
                 5454555522222222222222222222222222222222
                 310C393400000000000000000000000000000000
         SY-XFORM
              HRXSS_PER_CLEANUP
                 455555545544444552222222222222
                 82833F052F3C51E500000000000000
         %_SPACE
                 2
                 0
         No.          1     Ty.      MODULE (PBO)
         Name      %_RFC_START
         %_PRINT
                  000                                                                                0 ##
                 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         RFCTYPE_INTERNAL
              3
                 0000
                 0003
         Internal notes
              The termination occurred in the function "ab_genprog" of the SAP
              Basis System, specifically in line 1374 of the module
               "//bas/640_REL/src/krn/runt/abgen.c#10".
              The internal operation just processed is "CALY".
              The internal session was started at 20070502223335.
              Program name.........: "SAPLHRXSS_PER_MAC ".
              Error message........: "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown.".
         Active Calls in SAP Kernel
         Lines of C Stack in Kernel (Structure Differs on Each Platform)
         ( 0)  0x40000000016d6a8c   CTrcStack2 + 0x2bc  [dw.sapH81_DVEBMGS33]
         ( 1)  0x40000000016d67c0   CTrcStack + 0x18  [dw.sapH81_DVEBMGS33]
         ( 2)  0x4000000001d41438   rabax_CStackSave__Fv + 0x100  [dw.sapH81_DVEBMGS33]
         ( 3)  0x4000000001d4dbf8   ab_rabax + 0x1f68  [dw.sapH81_DVEBMGS33]
         ( 4)  0x40000000018cc09c   ab_genprog__FPcPvUii + 0xdbc  [dw.sapH81_DVEBMGS33]
         ( 5)  0x4000000000d3b4cc   newload__FPcP13TmpSubpoolDirUi + 0x29c  [dw.sapH81_DVEBMGS33]
         ( 6)  0x40000000016a7324   ab_LoadProg__FPcUi + 0xec  [dw.sapH81_DVEBMGS33]
         ( 7)  0x40000000016831fc   ab_link + 0x334  [dw.sapH81_DVEBMGS33]
         ( 8)  0x40000000015694d4   ab_rfcimport + 0xccc  [dw.sapH81_DVEBMGS33]
         ( 9)  0x40000000018cff98   ab_jcaly__Fv + 0x598  [dw.sapH81_DVEBMGS33]
         (10)  0x4000000000f98df8   ab_extri__Fv + 0x17a0  [dw.sapH81_DVEBMGS33]
         (11)  0x40000000016ab2d8   ab_xevent__FPCc + 0x38  [dw.sapH81_DVEBMGS33]
         (12)  0x400000000189c9a8   ab_dstep + 0x120  [dw.sapH81_DVEBMGS33]
         (13)  0x4000000000ed4c00   dynpmcal + 0xd0  [dw.sapH81_DVEBMGS33]
         (14)  0x4000000000ed1554   dynppbo0 + 0x1e4  [dw.sapH81_DVEBMGS33]
         (15)  0x4000000000ed0af4   dynprctl + 0x43c  [dw.sapH81_DVEBMGS33]
         (16)  0x4000000000ecb7a0   dynpen00 + 0x2118  [dw.sapH81_DVEBMGS33]
         (17)  0x4000000000fa598c   Thdynpen00 + 0x6a4  [dw.sapH81_DVEBMGS33]
         (18)  0x4000000000fa49b8   TskhLoop + 0x50d8  [dw.sapH81_DVEBMGS33]
         (19)  0x4000000000f999f8   tskhstart + 0x1e0  [dw.sapH81_DVEBMGS33]
         (20)  0x4000000000d42194   DpMain + 0x484  [dw.sapH81_DVEBMGS33]
         (21)  0x400000000220d41c   nlsui_main + 0x14  [dw.sapH81_DVEBMGS33]
         (22)  0x4000000000992794   main + 0x14  [dw.sapH81_DVEBMGS33]
         (23)  0xc000000000020ab0   $START$ + 0xa0  [/usr/lib/pa20_64/dld.sl]
         List of ABAP programs affected
         Index     Ty.     Program     Group     Date     Time     Size     Lang.
              0     Prg     SAPMSSY1          0     06.11.2003     20:53:07         18432     E
              1     Prg     SAPLSYST          1     10.05.2006     09:57:38         30720     E
              2     Typ     SYST          0     04.12.2000     14:54:51         27648     
         Directory of Application Tables
         Name                                     Date       Time       Lngth
             Val.
         Program      SAPMSSY1
         SYST            .  .            :  :          00002404
         ABAP Control Blocks (CONT)
         Index     Name     Fl     PAR0     PAR1     PAR2     PAR3     PAR4     PAR5     PAR6     SourceCde
           118     CLEA     00     0035                                   SAPMSSY1
           119     CLEA     00     0036                                   SAPMSSY1
           120     CLEA     00     0037                                   SAPMSSY1
           121     MESS     00     001C                                   SAPMSSY1
           122     ENDF     00     0000                                   SAPMSSY1
           123     -
         00     0000                                   SAPMSSY1
           124     PERP     00     0001                                   SAPMSSY1
           125     PERP     02     0000                                   SAPMSSY1
           126     WHIL     00     0002     0000     0000     0000     0000     0000     0000     SAPMSSY1
           130     WHIL     00     0003     0000     0000     0000     0000     0000     0000     SAPMSSY1
           134     BRAN     05     000E                                   SAPMSSY1
           135     CALY     00     0003     0038     002A     0005     002B     0000     0000     SAPMSSY1
         >>>>>     CALY     02     0000     0039     8000     0000     0000     0000     0000     SAPMSSY1
           143     xper     02     0000     0010     0011                         SAPMSSY1
           145     PERP     80     0000                                   SAPMSSY1
           146     SYSC     1F     0000                                   SAPMSSY1
           147     BRAX     00     FFEF                                   SAPMSSY1
           148     WHIL     00     0004     0000     0000     0000     0000     0000     0000     SAPMSSY1
           152     ENDF     00     0000                                   SAPMSSY1
           153     -
         00     0000                                   SAPMSSY1

    Hi,
    The error is occuring in the program file SAPLHRXSS_PER_MAC.
    In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred 
    in the Include "IF_HRPA_PERNR_INFTY_XSS=======IU " in line 114:      
    "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."    
    Information on where terminated                                              
        The termination occurred in the ABAP program "SAPMSSY1" in               
         "REMOTE_FUNCTION_CALL".                                                 
        The main program was "SAPMSSY1 ".
    This place  where it has terminated is highlighted in bold letters.                                       
    form remote_function_call using value(type).   
      do.                                          
      test if sy-xprog and sy-xform are set      
      sy-xform = 'quatsch'. sy-xprog = 'quatsch'.
    <b>    call 'RfcImport' id 'Type' field type.     </b>
        perform (sy-xform) in program (sy-xprog).  
        rsyn >scont sysc 00011111 0.               
      enddo.                                       
    endform.                                       
    Thanks,
    Manoj

  • Error in ESS Personal information on deployment of ess/per.ear

    Dear Gurus,
    we have configure NWDI on our development server. we successfully checkout ess/in/bank application and made changes to a lable UI element to notice it on our server. since it refers to ess/per application, we check-out that too and deployed by right click--> deploy on the sandbox server(not dev server by normal route of check-in).
    after successful deployment all personal information services address, bank e.t.c are not working properly.
    Please suggest what to do.
    shall I copy the ess/per.ear file from dev to sandbox ?
    regards,
    Ankur

    Detailed  error log is:
    Exception occured during processing of Web Dynpro application sap.com/essinfam/Per_Family_IN. The causing exception is nested.
    [EXCEPTION]
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.sap.xss.hr.per.in.family.overview.VcPerFamilyINOverview. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:940)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:141)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$ComponentUsageManager.createVACComponentUsage(FPMComponent.java:747)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:783)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:303)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:761)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:696)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:869)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:229)
    at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1346)
    at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:356)
    at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:549)
    at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:595)
    at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:867)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:333)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:219)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:80)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:44)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:315)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
    ... 57 more
    Caused by: java.lang.UnsupportedClassVersionError: (com/sap/xss/per/model/mac/Hrxss_Per_Subtype_Info) bad major version at offset=6
    at java.lang.ClassLoader.defineClassImpl(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:254)
    at com.sap.engine.services.deploy.server.ApplicationLoader.defineClassWithInterception(ApplicationLoader.java:168)
    at com.sap.engine.services.deploy.server.ApplicationLoader.loadLocalClass(ApplicationLoader.java:140)
    at com.sap.engine.frame.core.load.ReferencedLoader.loadRefClass(ReferencedLoader.java:573)
    at com.sap.engine.core.classload.impl0.LoaderInfo.loadClassByReference(LoaderInfo.java:34)
    at com.sap.engine.frame.core.load.ReferencedLoader.loadClassByReference(ReferencedLoader.java:301)
    at com.sap.engine.frame.core.load.ResourceLoader.loadClass(ResourceLoader.java:119)
    at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:365)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:119)
    at com.sap.xss.hr.per.in.family.overview.wdp.InternalVcPerFamilyINOverview.<init>(InternalVcPerFamilyINOverview.java:47)
    ... 62 more

  • HT1222 How I can update new changesInclude your product name and specs such as processor speed, memory, and storage capacity. Please do not include your Serial Number, IMEI, MEID, or other personal information. Provide the version numbers of your operatin

    how to update new things on iPhone 6?

    Don't post order information or other personal information here. We're all just fellow users here - you are not communicating with Apple when you post here - and so posting such information just risks your privacy. I've asked the Hosts to remove all the private information from your post.
    The serial number was included in the box ARD came in; the Apple Store will not have a record of it. If you've lost the serial number, you'll need to purchase a new copy of ARD, probably a good idea anyway since 2.2 won't run on any version of Mac OS X since, if memory serves, 10.4. It's a lot cheaper through the Mac App Store than it was back when you first purchased.
    Regards.

  • Error in the Bank Details in the Personal information

    Hi,
    I am getting the following error message when clicking to the Bank Details in the Personal information.
    500   Internal Server Error
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Access via NULL object reference not possible., error key: RFC_ERROR_SYSTEM_FAILURE
        at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:102)
        at com.sap.xss.per.fc.persinfo.FcPersInfo.onCleanup(FcPersInfo.java:536)
        at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.onCleanup(InternalFcPersInfo.java:796)
        at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.onCleanup(FcPersInfoInterface.java:246)
        at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface.onCleanup(InternalFcPersInfoInterface.java:299)
        ... 56 more

    Hi,
    have you checked the config settings for the resprective country molga under spro->Employee Self-Service->service specfic settigs->own data->define active subtypes and application case ?
    also, once you set the infotype and subtypes please also check in backend pa30, infotype 9, the various subtypes. also, check the user case assigned to them. please read the config node help and check with PA consultant on the time constraints for these subtypes so that the user case can be assigned accordingly
    Regards
    Reshma

  • Error (com.sap.xss.per.model.mac.types.Hrxss) in ESS  personal Information

    Hi ALL,
    When I click on Address Tab under personal Information, I am getting this exception
    com.sap.dictionary.runtime.DdException: Type com.sap.xss.per.model.mac.types.Hrxss_Per_Subtype_Allowed does not exist
    Please provide your inputs
    Thanks
    Rishi

    Hi Rishi ,
    Your server is dual stack?
    if it is dual stack . did u maintain abap system as technical system for maintaining jco settings?
    check the below thread
    ESS iViews - 500 Internal Server Error
    see below links for more information
    http://buzz.omgili.com/preview/aHR0cHM6Ly9mb3J1bXMuc2RuLnNhcC5jb206NDQzL3RocmVhZC5qc3BhP3RocmVhZElEPTkwMDc1NA==
    com.sap.dictionary.runtime.DdException
    Koti Reddy

  • Error Regarding Personal Information in ESS

    Hello Everybody,
    Here I am facing a problem related ESS iviews.We are having ECC6 and we installed ESS. I did all configurations of SLD (Post Installation) and also mantained JCO connections properly.I have done all settings related to HR.
    Now all Iviews are working properly except Personal Information's iviews. Here I am getting error in Addresses , Bank Information, Personal Data. Error is :
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.dictionary.runtime.DdException: Type com.sap.xss.per.model.mac.types.Hrxss_Per_Subtype_Allowed does not exist
        at com.sap.dictionary.types.mdi.util.ProviderUtil.createAbapTypeXmlMap(ProviderUtil.java:400)
        at com.sap.dictionary.runtime.mdi.DataProvider.createSimpleTypeFromAbapType(DataProvider.java:587)
        at com.sap.dictionary.runtime.mdi.DataProvider.getDataType(DataProvider.java:287)
        at com.sap.dictionary.runtime.DdDictionary.getDataType(DdDictionary.java:94)
        at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:164)
    Please help me out.I'll be highly thankfull as it is very urgent.(I'll reward points for sure)
    Thanks and regards
    Nivedita

    Hello
    In the IMG of the ECC you set up infotypes and subtypes that are to be used in the HR, both in the PA and XSS. Ask your HR consultant to check if the correct subtypes for XSS is configured:
    Addresses
    Bank Information
    Personal Data
    There could also be a mismatch of the support package leve. There are some restrictions of which SP level you can use regarding Portal, ECC (EA_HR and SAP_HR) and ESS. I.e the EA_HR and SAP_HR is too low and ESS is too high, some functionality will create errors. But first of all, check the subtypes.
    Best Regardas
    Kristoffer Engh

  • Getting an error when trying to update payment information on iTunes

    Getting an error when trying to update payment information on iTunes

    If you would like help from these user forums then saying what the error message was would be useful.

  • Personal Information produces a Portal Runtime Error

    When we access the portal and click on Employee Self-Service > Overview >  Personal Information > Display Personnel File
    It displays a Portal runtime error - Exception ID: 05:0#_29/9/10_0080_3746050
    Please advice.

    hi,
    search in the portal log for an error "29/9/10_0080_3746050" by using e.g the log viewer oder portalurl:port/nwa
    Please post the Error text here.
    Regards,
    Kai

  • Display error In Personal Information of ESS

    Hi all,
    When we goto Personal Information of the ESS, and then to Family members/dependents- it displays a screen with details of family members added, if mother details are added , the details of Mother are displayed with the following entries.
    First Name - " first name"
    Last Name- " empty"
    Date of Birth - " last name"
    message.BizcardField4 - "date"
    So if you observe, the entries are arranged wrongly(misplaced) and a new field is displayed.
    How do we rectify this error ?
    Appreciate your inputs...
    Regards,
    NR
    (Note: we are on ECC5.0,erp2004,ep6)

    Plz chk the note 997806...
    1. Select Web Dynpro Components. Here select the component
    VcPerPersonalFIReview. Here select ReviewView under Views.
    2. In the layout of the ReviewView select Name Prefix label.
    3. Select the Name prefix Text View which is in the Outline window.
    For this text view in the properties of this text view delete
    SelectedInfotype.Vorsw from the text field.
    4. The same needs to be done for the fields Title and Name Affix.
    5. In the layout of the Review View select Title label. Now select the
    Other_title text view in the properties of this text view delete
    SelectedInfotype.Titel from the text property.
    6. For Name Affix field, Select Name Affix in the layout of the
    ReviewView. For the Name affix text view in the Outline window delete
    SelectedInfotype.Vors2 text property.
    7. Save the changes build and deploy the DC

Maybe you are looking for