BW query not working in portal

Hello Experts,
We have this issue when we have a BW query which is running well in RSRT but the query is not working in Portal.
The error message we have is
User when running the report is getting the error message “Error in File SMT-0454 - Contribution Analysis (Cx) :   Error in formula  Running Total Condition Formula: 'HierarchyLevel (GroupingLevel ({YPAXXM01_YPAXXM01_QC001.[YGLSUBBRD                     GSK1CXBRNDCATH]-NodeId})) = 1' This field name is not known..”
Explored the possibilties , Could this be issue with BW query.
We have this query getting fed to BO's. Please advise.
Thanks,
Santhosh

Hi Santhosh,
Error... This field name is not known, check your formulas in query, there might be some changes happenened with the characteristics used in formula.
Check the formula by going up to base level, you might removed some field ex: YGLSUBBRD from your query. Repair it appropriately.
Hope helps - Kumar

Similar Messages

  • Application not working on Portal

    Hi,
    I have a query regarding one of the application. The application is a transactional app like creating a new supplier/material.
    When i execute the application from backend ECC, it is running fine but the same application is not working on Portal.
    The application is working fine from NWBC as well. The problem is that the application navigation is not happening when i click on Create and throwing below errors. Please suggest at the earliest.
    com.sap.portal.appintegrator.sap.Generic::Generic/ConnectionLayer
    MandatoryParameters
    OptionalParameters
                         SAP_LocalSystem                     DE1CLNT110                     DE1CLNT130                     DF1CLNT100                     DG1CLNT100                     SAP-GRC                     SAP-GRC-AC                     SAP_BI                     SAP_ECC                     SAP_ERP_Common                     SAP_FMDM                     SAP_GATEWAY                     SAP_GRC                     WebEx              
    Authentication
    DebugMode
                         No                     Yes              
                         GET                     POST              
    Regards,
    Yuvraj

    Hi Yuvraj,
    Well, as it turns out.. we're at SP12 and this note does not apply for us. It's not really a solution for our system and we're still looking for the reason for this behavior of the portal.
    On the other hand, you've opened this thread and you are the only one who can award points and mark certain solution as correct
    Regards,
    Boris

  • WEBGUI  is not working in portal

    Hi
    I had conected to production server and created Transactional Iview with SAPGUI for WINDOWS and running it successfully.
    My aim is to make use of SAPGUI for HTML in the place of SAPGUI for WINDOWS.
    So i had activated ITS services successfully and the URL is working fine.As i am using integrated ITS i checked with the fallowing URL.
    http://server:port/sap/bc/gui/sap/its/webgui
    It had shown the screen of SAP WEB Application Server with portal SID and asking for credentials. after proving the credentials its showing SAP screen successfully.
    Now i had changed SAPGUI for HTML in transactional IVew and getting the same screen succesfully. as it ask for SAP user Id pwd. i had entered the same credentials wat i had entred earlier during the test. Now its showing an error like
    <b>Client, name, or password is not correct; log on again .</b>
    what could be the problem ?why its not working in portal while working fine with URL ?
    Please guide me .

    Hi
    U Need to enable SAPGUi for html
    goto se80 give internet services (in the drop down box)
    Below drop down give SYSTEM publish these service by right clicking system publish--complete service.
    and also publish same way WEBGUI
    Check SAP Note 698329
    Hope this helps you.
    Regards
    Krishna.

  • IF_FPM_WORK_PROTECTION is not working in portal

    Dear Experts.
    IF_FPM_WORK_PROTECTION is not working in portal . Which i have re-implemented in my Z-Wdp Component and in IS_DIRTY( ) method, following is the code which i have written.
      ev_dirty = abap_true.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_portal_manager TYPE REF TO if_wd_portal_integration.
      lo_api_component = wd_this->wd_get_api( ).
      lo_portal_manager = lo_api_component->get_portal_manager( ).
      CALL METHOD lo_portal_manager->set_work_protect_mode
        EXPORTING
          mode = if_wd_portal_integration=>co_wp_mode_application_only.
      lo_portal_manager->set_application_dirty_flag( dirty_flag = ev_dirty ).
    The scenario is : I have CANCEL button on my screen. And on click of that button,It is triggering go data loss popup.But on click of OK in that popup, It is giving the below message.
    When i click on OK button, Instead of closing the appl'n is it giving the above error.
    Thanks
    KH

    Hi KH,
    IF_FPM_WORK_PROTECTION is not working in portal .
    As per my knowledge, the method Is_Dirty( ) method just sets the EV_DIRTY flag and informs the portal about unsaved data on application.
    Please refer the below help link
    Work-Protect Mode - Floorplan Manager for Web Dynpro ABAP - SAP Library
    I don't think we need to do any thing else at WD side.
    Please consult portal team member to assist you in this case.
    Settings for WorkProtect Mode (SAP Library - iViews)
    Hope this helps you.
    Regards,
    Rama

  • Exit Plug not working in Portal

    Hi experts,
    I have a web dynpro application (WDP A) which fire an exit plug to another web dynpro application (WDP B). It works fine in normal web dynpro runtime. The architecture of the application is shown [here|http://img232.imageshack.us/img232/7172/exitplug.png].
    Now i have created an iView in the EP for WDP A. When the button which fires the exit plug is clicked, i get this error.
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when running in portal. Use portal navigation instead to navigate to another application!
    Seems exit plug is not working in portal run time. Any one has an idea on how to solve this?? Use portal navigation?? What is that?? any guideline and documentation on that??
    Thanks in advance.
    Best Regards,
    kityein
    Edited by: kityein lai on Aug 5, 2009 10:04 AM

    Hi,
    Now that your WD apps are running in a Portal they should be more "Portal aware".
    What I mean is that now they are part of a larger framework and you cannot just call the other WD app.
    To do this properly (as the error message says) you should use the portal navigation.
    Portal navigation consists of many variants: Normal, Dynamic, Quicklinks etc etc.
    I personally advice to use Quicklinks if you want to navigate between 2 applciations running in the portal but are not native-portal apps. Altough this might not fit your requrements in this scenario, I cannot say....
    In addtions here are some help resources:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/38/5dc53e5ae84d3be10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/97/b0ef8b24a64ae884f0ab246e54cae5/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/00c110606a5277e10000000a1553f7/frameset.htm
    Hope this helps you a bit...
    Benjamin Houttuin

  • Cancel Query not working

    Problem Summary
    Cancel Query not working on 11.5.10
    Problem Description
    While finding orders, window pops up the cancel query but when user tries to click the cancel button, query does not cancel.

    jemar98 wrote:
    Problem Summary
    Cancel Query not working on 11.5.10
    Problem Description
    While finding orders, window pops up the cancel query but when user tries to click the cancel button, query does not cancel.Please post the details of the application release, database version and OS.
    Was this working before? If yes, any changes been done recently?
    Please review (Canceling Long Running Queries in Oracle Applications 11i [ID 138159.1]) and make sure you complete all the steps.
    Thanks,
    Hussein

  • Oracle date parameter query not working?

    http://stackoverflow.com/questions/14539489/oracle-date-parameter-query-not-working
    Trying to run the below query, but always fails even though the parameter values matches. I'm thinking there is a precision issue for :xRowVersion_prev parameter. I want too keep as much precision as possible.
    Delete
    from CONCURRENCYTESTITEMS
    where ITEMID = :xItemId
    and ROWVERSION = :xRowVersion_prev
    The Oracle Rowversion is a TimestampLTZ and so is the oracle parameter type.
    The same code & query works in Sql Server, but not Oracle.
    Public Function CreateConnection() As IDbConnection
    Dim sl As New SettingsLoader
    Dim cs As String = sl.ObtainConnectionString
    Dim cn As OracleConnection = New OracleConnection(cs)
    cn.Open()
    Return cn
    End Function
    Public Function CreateCommand(connection As IDbConnection) As IDbCommand
    Dim cmd As OracleCommand = DirectCast(connection.CreateCommand, OracleCommand)
    cmd.BindByName = True
    Return cmd
    End Function
    <TestMethod()>
    <TestCategory("Oracle")> _
    Public Sub Test_POC_Delete()
    Dim connection As IDbConnection = CreateConnection()
    Dim rowver As DateTime = DateTime.Now
    Dim id As Decimal
    Using cmd As IDbCommand = CreateCommand(connection)
    cmd.CommandText = "insert into CONCURRENCYTESTITEMS values(SEQ_CONCURRENCYTESTITEMS.nextval,'bla bla bla',:xRowVersion) returning ITEMID into :myOutputParameter"
    Dim p As OracleParameter = New OracleParameter
    p.Direction = ParameterDirection.ReturnValue
    p.DbType = DbType.Decimal
    p.ParameterName = "myOutputParameter"
    cmd.Parameters.Add(p)
    Dim v As OracleParameter = New OracleParameter
    v.Direction = ParameterDirection.Input
    v.OracleDbType = OracleDbType.TimeStampLTZ
    v.ParameterName = "xRowVersion"
    v.Value = rowver
    cmd.Parameters.Add(v)
    cmd.ExecuteNonQuery()
    id = CType(p.Value, Decimal)
    End Using
    Using cmd As IDbCommand = m_DBTypesFactory.CreateCommand(connection)
    cmd.CommandText = " Delete from CONCURRENCYTESTITEMS where ITEMID = :xItemId and ROWVERSION = :xRowVersion_prev"
    Dim p As OracleParameter = New OracleParameter
    p.Direction = ParameterDirection.Input
    p.DbType = DbType.Decimal
    p.ParameterName = "xItemId"
    p.Value = id
    cmd.Parameters.Add(p)
    Dim v As OracleParameter = New OracleParameter
    v.Direction = ParameterDirection.Input
    v.OracleDbType = OracleDbType.TimeStampLTZ
    v.ParameterName = "xRowVersion_prev"
    v.Value = rowver
    v.Precision = 6 '????
    cmd.Parameters.Add(v)
    Dim cnt As Integer = cmd.ExecuteNonQuery()
    If cnt = 0 Then Assert.Fail() 'should delete
    End Using
    connection.Close()
    End Sub
    Schema:
    -- ****** Object: Table SYSTEM.CONCURRENCYTESTITEMS Script Date: 1/26/2013 11:56:50 AM ******
    CREATE TABLE "CONCURRENCYTESTITEMS" (
    "ITEMID" NUMBER(19,0) NOT NULL,
    "NOTES" NCHAR(200) NOT NULL,
    "ROWVERSION" TIMESTAMP(6) WITH LOCAL TIME ZONE NOT NULL)
    STORAGE (
    NEXT 1048576 )
    Sequence:
    -- ****** Object: Sequence SYSTEM.SEQ_CONCURRENCYTESTITEMS Script Date: 1/26/2013 12:12:48 PM ******
    CREATE SEQUENCE "SEQ_CONCURRENCYTESTITEMS"
    START WITH 1
    CACHE 20
    MAXVALUE 9999999999999999999999999999

    still not comming...
    i have one table each entry is having only one fromdata and one todate only
    i am running below in sql it is showing two rows. ok.
      select t1.U_frmdate,t1.U_todate  ,ISNULL(t2.firstName,'')+ ',' +ISNULL(t2.middleName ,'')+','+ISNULL(t2.lastName,'') AS NAME, T2.empID  AS EMPID, T2.U_emp AS Empticket,t2.U_PFAcc,t0.U_pf 
       from  [@PR_PRCSAL1] t0 inner join [@PR_OPRCSAL] t1
       on t0.DocEntry = t1.DocEntry
       inner join ohem t2
       on t2.empID = t0.U_empid  where  t0.U_empid between  '830' and  '850'  and t1.U_frmdate ='20160801'  and  t1.u_todate='20160830'
    in commond promt
      select t1.U_frmdate,t1.U_todate  ,ISNULL(t2.firstName,'')+ ',' +ISNULL(t2.middleName ,'')+','+ISNULL(t2.lastName,'') AS NAME, T2.empID  AS EMPID, T2.U_emp AS Empticket,t2.U_PFAcc,t0.U_pf 
       from  [@PR_PRCSAL1] t0 inner join [@PR_OPRCSAL] t1
       on t0.DocEntry = t1.DocEntry
       inner join ohem t2
       on t2.empID = t0.U_empid  where  t0.U_empid between  {?FromEmid} and  {?ToEmid} and t1.U_frmdate ={?FDate} and  t1.u_todate={?TDate}
    still not showing any results..

  • Learning Solution: Instructor / Tutor iView(s) not working in Portal

    Hi all . . .
    We just installed the Instructor/Tutor package in our sandbox portal.  I gave the role to myself so that I could see the Instruction and Tutoring tab. Yet, when I click on Work Overview to see the Instructor's Work Center iView, it throws a Portal Runtime Error.  I have already reviewed the following:
    Link: Instructot iview is not working in portal
    This gave me some ideas, but no real help. 
    I have also reviewed
    Link: http://help.sap.com/erp2005_ehp_03/helpdata/EN/44/5f713e28cf4688e10000000a11466f/content.htm
    and ensured that I created the entry for the system required (connection tests ran successfully - with the exception of the ITS connection test - citing that port number not found in host name - but it's like this in Production so apparently it's not needed ) . . . and I assigned the SAP_ERP_TrainingManagement alias name to the system.
    Here is the respective result in the defaultTrace file.  Any ideas?
    #1.5 #00145EC81CCC0046000001250016503800045BAA531ED439#1226687003939#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#44785#915##n/a##2f73d450b27911dd8ba700145ec81ccc#SAPEngine_Application_Thread[impl:3]_12##0#0#Error#1#/System/Server#Java###Exception ID:01:23_14/11/08_0002_8013050
    [EXCEPTION]
    {0}#1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.pct/specialist/com.sap.pct.erp.instructor.bp_folder/com.sap.pct.erp.instructor.roles/com.sap.pct.erp.instructor.instructor/com.sap.pct.erp.instructor.instructor/overview/com.sap.pct.erp.instructor.work_overview/com.sap.pct.erp.instructor.work_overview/com.sap.pct.erp.instructor.instructor_worklist
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : 44785
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(AccessController.java:246)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         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(AccessController.java:219)
         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.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &#39;&lt;System.Access.WAS.protocol>://&lt;System.Access.WAS.hostname>/sap/bc/webdynpro/&lt;WebDynproNamespace>/&lt;WebDynproApplication>/;sap-ext-sid=&lt;ESID[url_ENCODE]>?sap-ep-iviewhandle=007&lt;ESID[HASH]>&amp;sap-wd-configId=&lt;WebDynproConfiguration>&amp;sap-ep-iviewid=&lt;IView.ShortID>&amp;sap-ep-pcdunit=&lt;IView.PCDUnit.ShortID>&amp;sap-client=&lt;System.client>&amp;sap-language=&lt;Request.Language>&amp;sap-accessibility=&lt;User.Accessibility[SAP_BOOL]>&amp;sap-rtl=&lt;LAF.RightToLeft[SAP_BOOL]>&amp;sap-ep-version=&lt;Portal.Version[url_ENCODE]>&amp;&lt;ProducerInfo>&amp;sap-explanation=&lt;User.Explanation[SAP_BOOL]>&amp;&lt;StylesheetIntegration[IF_false PROCESS_RECURSIVE]>&amp;&lt;Authentication>&amp;&lt;DynamicParameter[PROCESS_RECURSIVE]>&amp;&lt;ForwardParameters[QUERYSTRING]>&amp;&lt;ApplicationParameter[PROCESS_RECURSIVE]>&#39;; the problem occured at position 310. Cannot process expression &lt;System.client> because Invalid System Attribute:
    System:    &amp;#39;SAP_LocalSystem&amp;#39;,
    Attribute: &amp;#39;client&amp;#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    #1.5 #00145EC81CCC0046000001270016503800045BAA531F1371#1226687003955#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#44785#915##n/a##2f73d450b27911dd8ba700145ec81ccc#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Java###01:23_14/11/08_0002_8013050
    [EXCEPTION]
    {0}#1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &#39;&lt;System.Access.WAS.protocol>://&lt;System.Access.WAS.hostname>/sap/bc/webdynpro/&lt;WebDynproNamespace>/&lt;WebDynproApplication>/;sap-ext-sid=&lt;ESID[url_ENCODE]>?sap-ep-iviewhandle=007&lt;ESID[HASH]>&amp;sap-wd-configId=&lt;WebDynproConfiguration>&amp;sap-ep-iviewid=&lt;IView.ShortID>&amp;sap-ep-pcdunit=&lt;IView.PCDUnit.ShortID>&amp;sap-client=&lt;System.client>&amp;sap-language=&lt;Request.Language>&amp;sap-accessibility=&lt;User.Accessibility[SAP_BOOL]>&amp;sap-rtl=&lt;LAF.RightToLeft[SAP_BOOL]>&amp;sap-ep-version=&lt;Portal.Version[url_ENCODE]>&amp;&lt;ProducerInfo>&amp;sap-explanation=&lt;User.Explanation[SAP_BOOL]>&amp;&lt;StylesheetIntegration[IF_false PROCESS_RECURSIVE]>&amp;&lt;Authentication>&amp;&lt;DynamicParameter[PROCESS_RECURSIVE]>&amp;&lt;ForwardParameters[QUERYSTRING]>&amp;&lt;ApplicationParameter[PROCESS_RECURSIVE]>&#39;; the problem occured at position 310. Cannot process expression &lt;System.client> because Invalid System Attribute:
    System:    &amp;#39;SAP_LocalSystem&amp;#39;,
    Attribute: &amp;#39;client&amp;#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(AccessController.java:246)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         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(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

    Hi Anagha,
    I am integrating the ABAP Webdynpro into GP Process callable object. When I click on the task I am getting the following error.
    Please help
    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:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bc/webdynpro/<WebDynproNamespace>/<WebDynproApplication>/;sap-ext-sid=<ESID[url_ENCODE]>?sap-ep-iviewhandle=007<ESID[HASH]>&sap-wd-configId=<WebDynproConfiguration>&sap-ep-iviewid=<IView.ShortID>&sap-ep-pcdunit=<IView.PCDUnit.ShortID>&sap-client=<System.client>&sap-language=<Request.Language>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Portal.Version[url_ENCODE]>&sap-wd-tstamp=<$TimeStamp>&<ProducerInfo>&sap-explanation=<User.Explanation[SAP_BOOL]>&<StylesheetIntegration[IF_true PROCESS_RECURSIVE]>&<Authentication>&<DynamicParameter[PROCESS_RECURSIVE]>&<ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>&\#39;; the problem occured at position 310. Cannot process expression <System.client> because Invalid System Attribute:
    System: &\#39;SAP_LocalSystem&\#39;,
    Attribute: &\#39;client&\#39;.
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)

  • SP 19 upgrade issue : Log off Button not working in Portal Masthead

    Hi All,
    We have recently performed an upgrade from EP 7.0 SP12 to EP 7.0 SP19 stack level.
    After the upgrade we are facing these 2 issues:
    1) Log off button is not working in Portal Masthead
    2) SSO to BW reports also not working.
    Any immediate pointers and help is highly appreciable.
    Regards,
    Shailesh

    Hi Tobias,
    Thanks for the reply.
    I have tried rebuilding and redloying the par file after removing the function "'releaseProducerSessions()' " which is not available in SP 19..but still the issue persists.
    Any other process to be followed?
    2) SSO is working for other stuff, and the issue is specifically for Bex iViews/Reports
    Regards,
    Shailesh

  • Bex Query is not working in portal

    Dear Experts,
    i have uploaded BI master role into portal, By default Bex Queries are assgined to Master Role. when I clcik on preview for particular Bex Query, it's working fine. but after assigning the master role to end user, that same Bex Query is not working. it's showing Below error..
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 05:22_18/08/10_0002_7116150
    Refer to the log file for details about this exception.
    please give me suggetions...
    Regards,
    VENU

    Hi Venu ,
    Can you please check the logs for details -  http(s):<host>:<port>/nwa . This may be a permissions issue . Check if the iview has read permission for everyone group and then test . Also post the error details here .
    Regards
    Mayank

  • F4 help Not Working in Portal but working in RSRT and BEx

    Hi All,
    We have a report in which a customized infoobject is used as one of the selection criteria. This field is a navigational attribute of main infoobject. There are other two navigational attributes of this infoobjects as well in the selection critera.
    When we run the report using portal and click on F4 for this variable, it is not reading master data whereas it is working fine if we are using RSRT or BEx.
    The other two variables are working fine in the portal as well.
    Please help us incase if you have encountered such problem.
    Thanks,
    Dinesh

    Hi Imran,
    thanks for the reply.
    I will explain the problem in detail
    We  have a query Q1 and its web template WT_Q1. We have the infoobjects a, b, c and d. the infoobjects b,c and d are the navigational attributes of the infoobject a. We have a cube C01 where all of these infoobjects are used.
    All the Infobjects are the selection variables in the Query Q1 which are actually the navigational attributes.
    When we F4 on c or d, it is picking up the master data and displaying it iin portal as well as BEx or RSRT.
    But the F4 on "B", it is not displaying in portal whereas in BEX or RSRT we are able to get the master data values.
    On further analysis, i have found that it is not hitting the specific SQL code from where the master data objects are read.
    Hope this is clear.
    Thanks,
    Dinesh

  • Keyfigure Calculation not working in Portal

    Hi Gurus,
         I have created a query in BEx query designer in BI 7.0 which has restricted key figures and calculated key figures. Restricted key figures are restricted based on Calweek customer exit variable, for calculating current week, previous year current week etc. When I ran the query in RSRT the customer exit code working properly and data is displaying correct. But when I ran same query in portal (EP) calculation for current week is fine but for previous year week we have problem. The data is not displaying for previous year week in portal.
    Would anyone please explain me why data is displaying fine in RSRT but there is no data for column previous year week in portal. Is there anyway I can debug in portal to check where the issue is like in RSRT. If yes please explain me in detail how to do that? IF anyone has faced this kind of problem please help me out I will appreciate your answer and time with points.
    Regards
    Baba.

    Hi All,
        The Customer exit varibles are working fine when I execute in RSRT or ABAP web in RSRT but when I ran on Java web its not working. When I click Java web in rsrt after entering query the values for that varibale is not displaying. I heard that there in one SAP note on this, would anyone please send me that note or explain me how to resolve this issue, thanks in adavnce.
    regards
    Baba

  • Check Button Not Working on Portal for BI report

    We have Vendor account group variable when I enter any random value and click on check its not working its not giving message as ' Invalid Input' on Portal ( Variable is single input optional variable) same Check Button Working in RSRT .
    And For all other Infoobjects ( Plant , Profit center) check Buitton is working on Port as well in RSRT.
    Please suggest.

    done

  • SWF file is not working in Portal PROD System

    Hi All,
              We have written custom mxml script in Adobe Flex 3 which displays the list of applications stored in the DB. Then we have posted that .swf file into our Portal KM and then we have created one URL iView with the location from KM.
    These days we are facing issue like the output of the script is not working means the applications are not listed on the portal prod system.
    Whenever the issue arieses we are requested to upload the file once again into KM and it works after the upload been done.
    We are not sure what could be the reason for this issue and I request any one to assist us to resolve this issue.
    Please let me know if you need more info on this issue.
    Thanks in advance.
    Best Regards,
    Vijaykumar K.

    Hi Vijay,
    I belive this should be a portal issue, anyways let me give it a try.
    I never worked on flex in SAP but did similar stuff in portal content development.
    Do you have any traces in that development..?
    Did you check any messages being loged in portal...?
    Check if there is any issue with the file like couldn't recognise a resource from KM which is required etc.
    Cheers,
    Sai

  • Inline transform for Sql Query not working in SAP MII 12.1 Version 12.1.8 B

    Hi All,
    I applied an xslt for an sql query which returns an xml file.
    I used inline transform icon in sql query to load an xsl file which has to return me a string
    Any idea why is not working for me..?
    My Sample XML file:
                                     <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="/XMII/CM/BatchDisposition/BatchQueueManagement/StyleSheets/ProductXsl.xsl"?>
    <Rowsets DateCreated="2011-05-05T07:27:45" EndDate="2011-05-05T07:27:45" StartDate="2011-05-05T06:27:45" Version="12.1.8 Build(20)">
         <Rowset>
              <Columns>
                   <Column Description="ProductName" MaxRange="1" MinRange="0" Name="ProductName" SQLDataType="12" SourceColumn="ProductName"/>
              </Columns>
              <Row>
                   <ProductName>Asprin 100mg Tablets 12 x10 strip</ProductName>
              </Row>
              <Row>
                   <ProductName>Asprin 300mg Tablets 12 x10 strip</ProductName>
              </Row>
              <Row><ProductName>Ibprooven 200mg Tablets 12 x 10 strip</ProductName></Row>
              <Row><ProductName>RipTide 50mg Tablets 40 x10 strip</ProductName></Row>
              <Row><ProductName>Seroquel 200mg Tablets 6 x10 strip</ProductName></Row>
              <Row><ProductName>Seroquel 400mg Tablets 12 x10 strip</ProductName></Row>
         </Rowset>
    </Rowsets>
    My Sample XSl File:
                                    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="/">
         <xsl:text>["</xsl:text>
         <xsl:for-each select="Rowsets/Rowset/Row">
              <xsl:value-of select="ProductName"/>
              <xsl:if test="position() &lt; last()">
                   <xsl:text>","</xsl:text>
                    </xsl:if>
              <xsl:if test="position()=last()">
                           <xsl:text>"]</xsl:text>
                    </xsl:if>
         </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>
    Any Suggestions  are Welcome:
    Thanks

    Something like this should work...
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:template match="/">
              <Rowsets DateCreated="{Rowsets/@DateCreated}" Version="{Rowsets/@Version}" StartDate="{Rowsets/@StartDate}" EndDate="{Rowsets/@EndDate}">
                   <xsl:copy-of select="/Rowsets/FatalError"/>
                   <xsl:copy-of select="/Rowsets/Messages"/>
                   <Rowset>
                   <Columns>
                        <Column Description="Mycol1" MaxRange="1" MinRange="0" Name="Mycol1" SQLDataType="12" SourceColumn="Mycol1" />
                   </Columns>
                   <Row>
                   <Mycol1>
                   <xsl:text>["</xsl:text>
                        <xsl:for-each select="/Rowsets/Rowset/Row">
                             <xsl:value-of select="." />
                             <xsl:choose>
                                  <xsl:when test="position() &lt; last()"><xsl:text>","</xsl:text></xsl:when>
                                  <xsl:otherwise><xsl:text>"]</xsl:text></xsl:otherwise>
                             </xsl:choose>
                        </xsl:for-each>
                   </Mycol1>
                   </Row>
                   </Rowset>
              </Rowsets>
         </xsl:template>
    </xsl:stylesheet>

Maybe you are looking for

  • IPhone deletes mail on Exchange server - how to uncouple?

    Whenever I delete company mail on my iPhone the mail is deleted from the Exchange server. Where can I toggle this? I want the mail to stay visible from my Mac but be cleared off my iPhone. Many thanks. Edited to reflect it's an Exchange server, not I

  • My Mac Pro keeps crashing

    Every once in a while my Mac Pro crashes and the screen just turns into a bunch of vertical cream colored bars. Any help would be very much apriciated. Thank you Error message: Interval Since Last Panic Report:  215528 sec Panics Since Last Report:  

  • QuickTime does not start on Windows 7. Error 2093.

    I am unable to launch QuickTime on Windows 7 Ultimate 32 bit, I get a "QuickTime failed to initialize. Error # -2093" error message. This is particularly disturbing since for some odd reason iTunes seems to require QuickTime and I need iTunes to sync

  • FWSM 4.0: switch from active/standby to active/active failover mode

    Hello, I have a pair of FWSM's running version 4.0 currently in active/standby failover mode, and I'd like to switch them to be active/active.  Is there a documented procedure for doing this?  What are the implications for any contexts switched to be

  • Is sticky table really FIFO ?

    Hi, looking at my sticky table on the CSS I can see entries that have been in their for an extremely long time - 3810341 seconds = 44 days. We have many services on the CSS but one service on the CSS has 14,000 logons per hours, with a 32K sticky tab