Salary Development iView (MSS) error

Hello,
I need some help when displaying Salary Development iView (General Information) in MSS. It shows a red exclamation and an error when reading data.
Could you please help me?
Thanks, 
Isabel

Hi,
I am having the same problem. In DEV the Salary Development graph appears fine. However when we moved to the QAS environment I get the error message "Salary Development: An error occurred while the data was read"
Can anyone help solve this?
Thanks
Tom

Similar Messages

  • MSS 60.1.19 - Salary Development iView - Internal error wh reading the data

    Hi guys!
    I face the problem of an iView Salary Development. I get error: Internal error while reading the data. I found a thread with the same problem, but there is no solution. Did anyone of you solve this problem?
    Thanx for answers!
    Peter

    HI Peter
    I have the ivew salary development wroking more or less.  There are some problems with totals from wage types including IT14 & 15 which I have reported and waitnig for response frmo SAP..... but at least IT0008 is working ok on it.
    I didn't get this message so let me know how to help...!  Ha<ve you done the config for the iview yet?
    helen

  • Salary Development iView in MSS has an issue

    Hi,
    We are implementing MSS.  I found the Salary Development iView is not getting data into the table (Table is empty). But it is showing properly in the Graphics with years and basic salary.( Please Navigate from Top Level Navigation :Manager Self Service->Team->General Information->SalaryDevelopment iView). I checked all possible ares but no useful info. Kindly help.
    Regards.
    Syam.T
    I have gone through the SAP Note 1029576 and still exploring
    Edited by: syam thupurani on Jun 22, 2010 8:39 AM

    Hi,
    The solution provided by SAP in a custom patch. Our SAP installation was 10 years old and the currency we have created was QR. But later the ISO standards are specifying QAR for Qatar Riyal. The WebDynPro is not recognizing the QR and showing the table empty. SAP has included the QR in the custom code patch and we have implemented and resolved the issue.
    Hope this is helpful.
    Regards.
    Syam.T

  • MSS Salary Development iView issue for specific country

    This iView works for most countries (Salary Development iView + the Graph) but for certain countries namely China, the table will be empty but the graph will show the bars/values. Any ideas as to why this could happen?
    Thanks,
    BR

    Solved.
    Created a new enhancement spot on FM  HRWPC_EP_READ_SALARY_IT when calling FM 'RP_SALARY_GENERIC_CALC', leaving USE_IT0014 and USE_IT0015 parameters empty.
    CALL FUNCTION 'RP_SALARY_GENERIC_CALC'
               EXPORTING
                    PERSONNEL_NUMBER             = PERNR
                    EVAL_WAGE_TYPE               = lt_buckets-LGART
                    CURRENCY                     = lv_CURRENCY
                    SALARY_AS_OF_DATE            = lv_salary_as_of_date2
                    BEGIN_OF_EVALUATION          = YEARS-BEGDA
                    END_OF_EVALUATION            = YEARS-ENDDA
                    USE_IT0008                   = 'X'
                    USE_IT0014                   = ' '
                    USE_IT0015                   = ' '
                    USE_P0008_ANSAL              = lv_USE_P0008_ANSAL_INDICATOR
               IMPORTING
                    SALARY                       = lv_AMOUNT
               EXCEPTIONS
                    ERROR_READ_0001              = 1
                    ERROR_READ_0008              = 2
                    ERROR_READ_0014              = 3
                    ERROR_READ_0015              = 4
                    NO_ENTRY_T511                = 5
                    ERROR_AT_INDIRECT_EVALUATION = 6
                    INTERNAL_ERROR               = 7
                    OTHERS                       = 8.

  • Salary Development iView is not pupulating table values

    Hi,
    We are implementing MSS. I found the Salary Development iView is not getting data into the table (Table is empty). But it is showing properly in the Graphics with years and basic salary.( Please Navigate from Top Level Navigation :Manager Self Service->Team->General Information->SalaryDevelopment iView). I checked all possible ares but no useful info. Kindly help.
    Regards.
    Syam.T
    I have gone through the SAP Note 1029576 and still exploring

    Does the manager have all the necessary authorization (Structural Authorization) assigned ?
    It might be because of that as well.
    Cheers-
    Pramod

  • Compensation Management- Planning page in portal - Salary development iview

    Hi Experts
    I am working on Enterprise compensation Management Planning by manger in protal.
    In that portal page there is a a link for employee data on the employee name. clicking this link takes you to another screen where it display the employee data, compensation history data, Eligibiltiy, guidline, employee salary data and guidline values etc.
    In this screen there is an iview called "Salary Development". But this iveiw does not display any info, It always says no data found. What data it will display here?
    Can you one explain this iveiw with some example?
    Thanks and regards
    Dhina Varadhan

    Hi,
    Column EC_APPRAISAL used standard function module HR_ECM_UI_DISP_APPRAISAL (unless you have replaced this with your own) to display the appraisal ratings. The view name is V_TWPC_COL_ERP. Please check it through transaction SM30/SM31.
    For your issue, can you check if OSS note 1522746 is relevant?
    Hope this helps.
    Donnie

  • "SAP_PAYSLIP_US does not exist" error in Salary statement iView of ESS

    Hi all,
    We have SAP EP7.0 (NW 2004s) with the ESS business package for MySAPERP 2005.Most of our iViews of the business package are working fine,but some are givig problems.
    When we try to launch the Salary Statement iView under BEnefits and Payments Workset we get the "SAP_PAYSLIP_US does not exist" error.
    The form name SAP_PAYSLIP_US is active and also we have specified the form name in the SPRO settings.
    If we change the form name (for e.g.UF01) then the error displayed is "UF01 does not exist".
    Can anyone point out as to what the problem is.
    Is there any settings we are missing?
    Thanks,
    Pradeep Shetty

    Hi To all!
    The Form SAP_TIMESLIP doesn't exist. The correct form to use in the feature HRFOR is SAP_TIM_99_0001 or SAP_TIM_99_0002.
    Activate the form in transaction HRFORMS.
    SAP didn't release the form SAP_TIMESLIP.
    Hope this information is usefull.
    Sónia

  • Error developing iViews in Java

    Hi @ all,
    I'm trying to develop iViews with Java. After connecting to the BW I try to get the content from different tables. But I always get this error message:
    java.lang.ClassCastException: com.sapportals.connectors.SAPCFConnector.connection.BWConnectorConnection incompatible with com.sap.ip.bi.sdk.dac.connector.IBIConnection
    This happens at the last line of the code. "IBIRelational....."
    IConnectorGatewayService cgService = (IConnectorGatewayService)PortalRuntime.getRuntimeResources    ().getService(IConnectorService.KEY);
    ConnectionProperties cp = new ConnectionProperties(request.getLocale(), request.getUser());   
    try {
          connection = cgService.getConnection(jdbcSystem, cp);                         
          IBIRelational rel =((IBIConnection)connection).getRelational();
    Can someone help me plz?
    And can someone tell me if I'm on the right way.
    Thx

    Above problem is solved .I found the missing jar file.
    But now I am having a following error:
    oracle.dmt.odm.ODMException: Exception in Java stored procedure: "It is failed.
    Failure Description: ORA-00942: table or view does not exist
    I am using 'sys as sysdba' username for connecting.I am able to build but i could not apply the model even from oracle data miner.
    Thanks.
    Prabesh Shrestha

  • Salary Data iview inside General Information

    Hello Colleagues,
    In MSS, we added the "Salary Data" iview to the "General Information" section/workset. However, when we select an employee in the "Search" area, no data is displayed in the "Salary Data".
    However, the "Salary Data" works when used inside the "Compensation Information" section/workset.
    The Search iview for General Information is com.sap.pct.erp.mss.generalinfo_employeesearch
    The Search iview for Compensation Information is com.sap.pct.erp.mss.compensationinfo_employeesearch
    My question is: Is there any way of having the "Salary Data" iview working under the "General Information" section (with General Information Search..)?
    Thanks in advance,
    Marco

    Hello Marco,
    The iView will not event on selection by just adding the standard delivered view  to the General Information Page. You'll probably have to do the following steps first:-
    1) Add the Salary Data FPM view to the General Information FPM application perspective using Self-Service Administrator
    2) Create a new Salary Data iView by selecting Webdynpro Java Application ->MSS Empl Profile application --> General Information --> Salary data. Add this new iView to your General Information Page
    Hope this helps.
    Pooja

  • IView Timeout Error in Production

    Hi
    We are having one application developed by JSPDynPage ...this application will do lots of DB transactions...Some times when the load is very high on the DB the users will get this Iview Timeout error and they will not see any thing in the portal Content Area.
    Please help.
    Thanks
    Ajay

    Hi,
    Note however, that you should not create any threads on the java application server, this is not allowed by the Java EE specifiction since the application server is responsible for handling threads.
    You could try to implement as a service (not sure if this will work), or a combination of a service and a message driven bean (service sends JMS message to MDB which process it, and sends back to the service which listens on a queue). Note however that the MDB solution has a high overheader (It does work, as I've implement it myself one time).
    Dagfinn

  • MSS Error in creating new requisition request

    Hi All,
              I am getting a error when I try to create a new requisition request .
    I had looked in to the below mentioned thread but i am not clear what I need to do ?
    MSS Error in creating new requisition request
    Can you please explain me in details what I need to do to overcome this error?
    I am also getting the error saying "Hiring manager Personnel number is required " when I try to create a new requisition request for hiring process?
    According to the above mentioned  thread I had created a Position and assigned a personnel number to that position. I am not sure what is mean by :
    You have to maintain the one more manager position (i mean requister line manager) and give the proper reporting relationship and ren the program RCF_CREATE_USER, it automatically creates the CP relationship.
    What the report "RCF_CREATE_USER" will do??
    Thanks for your help in advance.
    Thanks,
    Greetson

    Hello Deepak Kumar Sharma ,
                                                  Thanks for your reply. My main concern is to overcome the error Ia m getting. I know about the functionality of this program.  the reason why I had asked about the functionality of this report is because of this thread :
    MSS Error in creating new requisition request
    In this thread they had mentioned after creating a position and run this report the "hiring manager personnel number required" error is solved. Thst is the reason. Hope you understand my situation.
    I had tried this by creating this position and run that report as well.
    Let me know if you have any questions.
    Thanks,
    Greetson

  • Java Iview Runtime error after logon

    Hello,
    we are facing some problem regarding our EP 7.0 SP13. We have an anonymous page as our home page, with some anonymous ivews, like "help", "news", etc and one iview with authentication set to default where users log into the portal and access to the private section of the portal.
    That ivew does a redirection to /irj/portal and since the user is athenticated it will led him to the private home. The problem is that after logon, a Java iview runtime error appears, and users must refresh the browser to access the private section. (user is logged before the error appears).
    We have checked this is not happening with users with "super admin" o "content admin" role. They are able to log into the portal, and redirection is working fine. So we think there can be some problem with security zones or authentication somewhere in the portal, but since this is the standard logon component i don´t know why is this not working.
    We have checked that the redirection is working, and we have made some tests with different kind of iviews like KM iviews, URL iviews, pictures, etc. Only admin users are able to log in correctly, the others get the java iview runtime error, so we think the problem is with to standard logon...
    Here goes a trace of our problem (defaultrace.trc):
    #1.5 #000802B3F434005C00000434000024680004646E64997E00#1236325203820#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection#
    #1.5 #000802B3F434005C00000435000024680004646E64998C55#1236325203820#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:304)#
    #1.5 #000802B3F434005C00000436000024680004646E64998E05#1236325203820#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)#
    #1.5 #000802B3F434005C00000437000024680004646E6499900A#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at java.security.AccessController.doPrivileged(Native Method)#
    #1.5 #000802B3F434005C00000438000024680004646E64999183#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)#
    #1.5 #000802B3F434005C00000439000024680004646E649992D1#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)#
    #1.5 #000802B3F434005C0000043A000024680004646E6499941A#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)#
    #1.5 #000802B3F434005C0000043B000024680004646E6499955B#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)#
    #1.5 #000802B3F434005C0000043C000024680004646E64999690#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)#
    #1.5 #000802B3F434005C0000043D000024680004646E6499984F#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)#
    #1.5 #000802B3F434005C0000043E000024680004646E6499999C#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)#
    #1.5 #000802B3F434005C0000043F000024680004646E64999AEB#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)#
    #1.5 #000802B3F434005C00000440000024680004646E64999C2F#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)#
    #1.5 #000802B3F434005C00000441000024680004646E64999D76#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)#
    #1.5 #000802B3F434005C00000442000024680004646E64999EDA#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)#
    #1.5 #000802B3F434005C00000443000024680004646E6499A01D#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)#
    #1.5 #000802B3F434005C00000444000024680004646E6499A15E#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)#
    #1.5 #000802B3F434005C00000445000024680004646E6499A30A#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)#
    #1.5 #000802B3F434005C00000446000024680004646E6499A479#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)#
    #1.5 #000802B3F434005C00000447000024680004646E6499A5B7#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at java.security.AccessController.doPrivileged(Native Method)#
    #1.5 #000802B3F434005C00000448000024680004646E6499A718#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)#
    #1.5 #000802B3F434005C00000449000024680004646E6499A855#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)#
    #1.5 #000802B3F434005C0000044A000024680004646E6499B6CC#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: PortalRuntimeException#
    #1.5 #000802B3F434005C0000044B000024680004646E6499B86B#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:284)#
    #1.5 #000802B3F434005C0000044C000024680004646E6499BA7E#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     ... 20 more#
    #1.5 #000802B3F434005C0000044D000024680004646E6499CB8B#1236325203836#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###Caused by: com.sapportals.portal.prt.core.PortalRequestManagerException: PortalRuntimeException#
    #1.5 #000802B3F434005C0000044E000024680004646E6499CD54#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:143)#
    #1.5 #000802B3F434005C0000044F000024680004646E6499CE9B#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)#
    #1.5 #000802B3F434005C00000450000024680004646E6499CFDD#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)#
    #1.5 #000802B3F434005C00000451000024680004646E6499D130#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.connection.ContentExceptionHandler.handleException(ContentExceptionHandler.java:100)#
    #1.5 #000802B3F434005C00000452000024680004646E6499D277#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.connection.ContentExceptionHandler.handlePortalRuntimeException(ContentExceptionHandler.java:27)#
    #1.5 #000802B3F434005C00000453000024680004646E6499D512#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalRequestManager.handleRequestException(PortalRequestManager.java:917)#
    #1.5 #000802B3F434005C00000454000024680004646E6499D677#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:803)#
    #1.5 #000802B3F434005C00000455000024680004646E6499D7F3#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)#
    #1.5 #000802B3F434005C00000456000024680004646E6499D943#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     ... 20 more#
    #1.5 #000802B3F434005C00000457000024680004646E6499EB58#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###Caused by: java.lang.UnsupportedOperationException: this implementation does not support getComponentContext()#
    #1.5 #000802B3F434005C00000458000024680004646E6499ECFD#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.service.hook.RedirectNode.getComponentContext(RedirectNode.java:50)#
    #1.5 #000802B3F434005C00000459000024680004646E6499EE40#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:343)#
    #1.5 #000802B3F434005C0000045A000024680004646E6499EF97#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:238)#
    #1.5 #000802B3F434005C0000045B000024680004646E6499F0E1#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)#
    #1.5 #000802B3F434005C0000045C000024680004646E6499F21D#1236325203852#System.err#sap.com/irj#System.err#javier#7063####017208f00a2211de8d53000802b3f434#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###     ... 27 more#
    can anyone help us with this problem?
    Thanks in advance

    The problem was solved, it was a permission problem.
    The anonymous role which allow access to the anonymous section of the portal was assigned to anonymous user, but it hasn´t everyone permission. So anonymous users were able to see anonymous pages, but when they login they lose the role, and java iview error happened, unless they had admin rights.
    Solved assigned by assigning everyone to that role.
    Thanks

  • SQL Developer Tool Throws error on "/"

    I am executing a script which is creating a view using sql developer. The script at the end has a "/" but before the / there is a blank line on top. and another view does not have a blank line but has a few spaces before "/" both the cases the sql developer throws compilation error.
    there are other parts of the code which does have lot of balnk lines above eg in procedure & trgger (not views) and they compile perfect.
    When i run the same script in sql plus or command line sql plus both have no issues. Its only the tool which is behaving like this.
    Is this a known issue?

    Example 1:
    CREATE OR REPLACE VIEW x AS
    SELECT abc from A where (abc=3) AND (xyz,6)
    plz note two blank likes above /
    Example 2:
    CREATE OR REPLACE VIEW x AS
    SELECT abc from A where (abc=3) AND (xyz,6)
    plz note few spaces before the /
    error says command not ended properly.
    this works in sql plus

  • Java iview runtime error occuring in EP

    Dear Friends ,
    We are currently getting java iview runtime error while trying to
    access EP logon screen through one of our application server.
    We are not facing any errors while trying to access the same logon
    screen through the other 2 application servers.
    Please look into this issue.
    Regards
    Gaurav

    Hi,
    Check whether is there any network problem between application server and CI.
    This problem generally comes when there is a problem between connection of UME.
    Thanks
    Anil

  • Configuring UWL and developing iviews in the portal in BI

    what is the posibility of configuring Universal Worklist and developing iviews in the portal in BI?

    Hi,
    You will be able to see only the worklist items in your UWL window. Please go to  the SAP BW inbox and check if some workflow e-mails are there.
    If workflow e-mails are there, then it is a config issue in your configuration of UWL.
    Hope this helps.
    Regards
    Atul Shrivastava

Maybe you are looking for

  • Need help with haivng more than one Ipod.....

    Ok, I have gone through these posts and am still having trouble. I already had my daughters shuffle on our computer from last year. My husband and I both got Ipods for Christmas this year. I registered mine under a different email and created a new a

  • Virus with MacBook

    I realize Apple computers are for the most part, virus free. Still, I assume that my Windows VM (Parallels) can be infected with a virus IF I use IE from within Windows. Is this a correct assumption? If not, I would like to garbage can my Windows vir

  • Failover clustering Hyper-V + load balancing

    I have successfully setup a number of Hyper-V (5) on Server 2008 R2 fail-over cluster environment with two nodes connected to a SAN using MS iSCSI Target 3.3 with cluster shared volume and all is working well. Now each Hyper-v is run by node-A or nod

  • Migrate Inplace Custom Timer Job to Online

    Hi All, I am pretty new in SharePoint Online, we have planned to migrate all SharePoint 2010 In-place contents to SharePoint Online. We  have few timer jobs deployed in our farm and do not have access to Online servers to migrate custom timer jobs. H

  • Practical use for clickthru log

    Regarding the clickthru log (populated by the htmldb_util.count_click or Z procedure)... What is a practical use of this feature? Other than a "Huh, that many, eh? Nice" by glancing at it from the Admin pages. One thing I thought of was "self-destruc