PC-UI: Document Preview not working in Portal

Hello CRM Gurus,
I'm trying to use "Document Preview" as described in the PC-UI Book at Page 157. I've created my own structure ZCRMT_BSP_OPP_CREATE_QUOTATION which includes the structure CRMT_BSP_PREVIEW. I've created my own Modell access class and implemented the READ Method as follows:
method if_crm_bsp_model_access_il~read .
  data: lt_screen_structure type table of zcrmt_bsp_opp_create_quotation,
        lv_opp_guid         type crmt_object_guid,
        lv_account          type bu_partner,
        ls_screen_structure like line of lt_screen_structure,
        lv_lock                  type abap_bool,
        lt_object_key            type crmt_bsp_objectkey_tab,
        lv_screen_structure_name type crmt_bsp_scrstrucname,
        wa_portal type char32.
  lv_lock = iv_lock.
  lt_object_key = it_object_key.
  lv_screen_structure_name = iv_screen_structure_name.
* Create Quotation in R/3 from CRM Oportunity
  read table lt_object_key index 1 into lv_opp_guid.
  data: lt_header_guid type crmt_object_guid_tab,
        lt_orderadm_h type crmt_orderadm_h_wrkt,
        ls_orderadm_h like line of lt_orderadm_h,
        lt_partner type crmt_partner_external_wrkt,
        ls_partner like line of lt_partner.
  insert lv_opp_guid into table lt_header_guid.
  call function 'CRM_ORDER_READ'
   exporting
     it_header_guid                = lt_header_guid
   importing
     et_orderadm_h                 = lt_orderadm_h
     et_partner                    = lt_partner.
* Read Opportunity Number from Header
  read table lt_orderadm_h index 1 into ls_orderadm_h.
  read table  lt_partner
    with key ref_partner_fct = '00000021' mainpartner = 'X'
    into ls_partner.
* Call ZSDSL_400 via WinGUI
  call function 'Z_GET_PORTAL'
    importing
      wa_portal = wa_portal.
* Create Portal Application Integrator URL
  concatenate ls_screen_structure-url 'http://' wa_portal '/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.Transaction'
    into ls_screen_structure-url.
  concatenate ls_screen_structure-url '?System=SAP_R3&Technique=SSD&TCode=ZSDSLS_227&OkCode=ONLI&GuiType=WinGUI&ApplicationParameter='
    into ls_screen_structure-url.
  concatenate ls_screen_structure-url 'KUNNR%3d' ls_partner-ref_partner_no ';SUBMI%3d' ls_orderadm_h-object_id
    into ls_screen_structure-url.
* Open in new Window
  ls_screen_structure-object_key = lv_opp_guid.
  ls_screen_structure-new_window = 'X'.
  append ls_screen_structure to lt_screen_structure.
  et_screen_structure = lt_screen_structure.
endmethod.
I've created a new Event ZOPP_CREATE_QUOTATIO which is functional relevant. Added this Event to the Toolbar Group OPP_OIC. Added the Event to the Application Layout of "CRMD_BUS2000111" with position "New Window" and Screen type = PREV Preview. In the Application Set I've added the Modell Access Class ZCL_ANGEBOT_ANLEGEN to the structure ZCRMT_BSP_OPP_CREATE_QUOTATION which is dependent of OPP_HEADER.
When I test the application through CRMC_PCUITOOLS its working perfect. As soon as I run it in the portal the page is refresehed when I click the Button "Create Quotation" but no new window appears.
Any suggestions?
Regards
Gregor

Hi Gregor,
I'm facing the same issue. the print preview is not even working when the application is run thru CRMC_PCUITOOLS.
Also, what Field Group/Tool Bar Group have you assigned to the new entry in the Application Layout?
Regards,
Vishal

Similar Messages

  • Preview not working!!! Blank document appears!

    My Preview stopped working! I downloaded a few PDF documents, thinking that Preview would automatically launch and open the files. Preview did launch, however, all I saw were blank white documents, nothing on them.
    Next thing I did was open my Adobe Reader application and tried to read the PDF documents. Yes, it worked. I was able to see the documents.
    But why is Preview not working correctly? What is happening?

    Hi, Makiko. The version of Preview that came with Panther is old, and some of the features that newer PDF-creation software can build into PDF files may not be supported by it. In other words, your Preview application became static several years ago, while the PDF file format has continued to evolve. Your Preview can probably still open all the other file formats that it opened when it was new, but you may want to set things up so that all PDF files are handled by Adobe Reader instead. To do that, click once on any PDF file in the Finder and choose Get Info from the File menu. In the "Open with" section of the Get Info window, choose Adobe Reader from the drop-down menu, then click the Change All button. Close the Get Info window. Now all PDFs that you double-click will open in Adobe Reader.
    Note that at present, the latest version of Adobe Reader that works in Panther is 7.1.0. If you have an earlier version, you may want to update it.

  • Preview Not Working - pls helpp..

    Hi there,
    I'm running Lion on my Macbook Pro and have a problem with Preview not working.
    It seems to have almost jammed and has a document that I don't think I even have anymore in it's title bar.
    The timeout / loading wheels continues to spin and I have to Force Quit.
    I have tried deleting the com.apple.Preview.plist - but this hasn't done anything.
    Any ideas & help greatly appreciated.

    To add to this. When I open it (preview) the file that it looks like it's opening is titled 'ai.icns'. I've got no idea what this was but have seen that it's a large graphics folder. I very possibly clicked on it whilst doing some work the other day and went to shut it down quickly and now it looks like it's in a state of opening-up but without actually getting anywhere..

  • 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.

  • Add new document link not working in upgraded sharepoint 2013?

    Hello there,
    Upgraded SharePoint team sites from 2010 to 2013. add new document link not working for shared document in upgraded sharepoint 2013?. it is specially not working on machine where Office web apps set up with this sharePoint server and it
    is working fine with environment  Office web apps not configured with Sharepoint.
    Looking resoluion /suggestion, thanks in advance.
    Regards,
    Sushil

    Hi  Sushil,
    According to your description, my understanding is that the add new document link was not working on machine where Office web apps set up with this SharePoint server after you upgraded SharePoint team sites
    from 2010 to 2013.
    For your issue, it can be caused by integrating Office Web Apps with upgraded SharePoint Site.
    Firstly please make sure claims-based authentication is used by the SharePoint web application that is used to create the new document. Only web applications that use claims-based authentication can open
    files in Office Web Apps. To determine the authentication provider for a web application, follow these steps:
    1.In SharePoint 2013 Central Administration, click Manage web applications.
    2.Select the web application that you want to check, and click Authentication Providers on the ribbon.
    The authentication provider must be displayed as Claims Based Authentication for Office Web Apps to work correctly with the web application. To resolve this issue, you can delete the web application and recreate
    it using claims-based authentication, or you can change the authentication method of the web application.
    Secondly, make sure the WOPI zones match on the SharePoint 2013 and the Office Web Apps Server farm.
    To do this, run the following command on the SharePoint Server:
    Get-SPWopiZone
    The result will be one of the following:.
    internal-https
    internal-http
    external-https
    external-http
    Next, run the following command on the SharePoint Server.
    Get-SPWOPIBinding
    In the output, look for WopiZone: zone. If the results from Get-SPWopiZone don’t match the zone that is returned by Get-SPWOPIBinding, run the Set-SPWOPIZone -Zone cmdlet on the SharePoint Server to change
    the WOPI zone to match the result from Get-SPWOPIBinding.
    If not work, you can try to disconnect SharePoint 2013 from Office Web Apps Server and re-configure Office Web Apps for SharePoint 2013.
    For more information, please refer to the article:
    http://technet.microsoft.com/en-us/library/ff431687(v=office.15).aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • 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

  • 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

  • Preview not working in 10.6

    Preview not working in 10.6. Not able to open multiple JPG files. No problem in 10.5.7.
    Any solution?

    I've been following this thread and several others about this same issue with interest. Today I went to Astronomy Picture of the Day to take a look at the pix for August and downloaded eight of them. Whether it matters or not, I made a folder on my Desktop, then dragged the full picture from its "picture only" page into the folder. After I finished I opened the folder, did Command-A and double clicked the group. All eight opened in Preview and I used the down arrow to move from one to the next.
    I did an upgrade install of Snow Leopard on a VERY clean install of Leopard (pretty much no third party anything had been added, certainly no haxies, Contextual Menu items, Input Managers, menu bar extras, and only a limited number of third party applications).
    So unfortunately it looks like I can't investigate this issue since I can't reproduce it. Haven't seen anything in the discussions of the issue so far that lead me any theory about why some people have it and some, including me, don't.
    Francine
    Francine
    Schwieder

  • 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

  • Fuego.Util.Document is not working

    Fuego.Util.Document is not working.Please find code which is i am using to download the file from server.
    open Fuego.Util.Document
    using fileName = "/tmp/sample-encoded-receipt-image.txt"
    Anyone could you please help me to resolve the issue.
    Thanks&Regards,
    M.K
    Edited by: user640554 on Feb 16, 2010 2:23 AM

    If you are download the file from the server, in this case you have to use the anchor html tag in your JSP page
    In this tag you have to pass the source value ( where the file is located)
    and the file path will be like this:
    Download
    href value will be like this Fuego.Server.homeDir + "/tmp/sample-encoded-receipt-image.txt"
    you can also set this Fuego.Server.homeDir value from the Code and it will give the actual path when the code will run
    Thanks,
    Brijesh Kumar Singh

  • 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

  • Scan to preview not working properly

    Scanning to Preview recently stopped working properly.  Here are the issues:
    When I scan a new document to Preview, it doesn't open in Preview automatically like it once did.  I begin my scan by going to "system preferences" - "print-scan" - "open scanner". 
    When I click on the details section (where it says "no document loaded" above) it will open the preview window, however, the last scans made show up in the same .pdf document. 
    For example: I scan 1 page to Preview, then attach that page to an email and send it.  Done.  NEXT I scan a completely separate 2 page document the same way and when I open it up with Preview, the first (1 page scan previously made) document is added to the Preview document making it a 3 page document in error.  Any suggestions to fix this?
         I've uninstalled and reinstalled the HP officejet 8500 printer, and restarted my computer and it doesn't resolve it.

    The HP software is crap.  If is riddled through with problems and oversights.  But usually you can get things to work with enough perseverence. 
    1.  Per dturner608, you can change the mode from "document feeder" to flatbed.  I did this and found that it did work that way, but I also stumbled onto something: it was working on the document feeder as well, I just didn't know it.  When you close out of the scan (after it completes), go to Finder and look for your scan file (which is usually labeled "scan") and I think you will find it there.  So the scanner is scanning, saving, but not giving you any clue that it's doing so. 
    2.  There is yet another bug, which is the "one document" checkbox (it's not called exactly that), whose purpose is to make a multi-page scan into one document rather than separate pages.  Once you check that, it treats every scan from that point on like they're all one document.  Yes, incredibly that's true.  On my Mac at least, it doesn't reset itself to "zero" with every new multi-page scan.  It thinks the new scan is a continuation of the last one.  The only way I found is to trick it by doing a multi-page scan (as one document), unchecking the box and running a single page scan through that I don't intend to use, and then re-checking the box for the next multi-page scan.  That seems to tell the software that you are starting a brand new multi-page scan.
    3.  Somewhere in the midst of fiddling through the above, the HP driver decided that Preview should work again.  So all of a sudden it's working - go figure.  [But I couldn't "save as".]  Like I said - their software is crap.  I've had nothing but problems with HP printer driver software.  ....Latest thing is it tells me that faxes did not go through and printing out a "fax failed" status, when in fact they did go through.  I didn't discover that until I called the recipient.  ....Spent a good half hour trying to figure out why it wasn't going through - but it was.   Nice.

Maybe you are looking for

  • Hi all query on script

    what is the use of standard text in scripts.how to use styles in scripts.can u give me a detailed code for the subroutine what we write in se71 as well as the subroutine pool in se38 and scrreen shots if u have . my mail id is [email protected] rewar

  • How do I sync my iCal calendars on my mac with iCloud?

    how do i sync my iCal Calendars on my mac with iCloud calendars?

  • Approximate equality

    Sorry to clog the boards with my question but I've exhausted all other avenues of research. I have a program that recursively generates the powers of a number. Base x to the nth power. The numbers that this program generates are sometimes large and w

  • InstallAnywhere whom require Weblogic 10.0

    Hello, Currently I'm creating an installer which will deploy WAR/EAR files remotely, InstallAnywhere does only support the use of 10.0. It requires connection libraries to deploy the WAR/EAR remotely to weblogic. I am just not able to find a download

  • Two Domains

    I have a windows 2003 AD domain.  I need to change the domain name and also upgrade from 2003.  I am in the process of setting up a Windows 2008 AD Domain.  I will setup full trust between the two domains and slowly move resources. Can I setup the ne