IE warning when viewing payslip iView in Portal

Hi there,
Several years ago, we developed a simple ESS solution in our portal. We have 3 pages - 1 for viewing payslips, 1 for address data, and 1 for bank details. Each of these is an iView that simply runs a transaction in our backend ERP system.
When a user clicks to display the address or bank details, the SAP GUI for HTML screen for these transactions appears - no problem. However, when we click to view the payslip, we are presented with an Internet Explorer message "this page contains both secure and nonsecure items" If we click the OK button, the SAP GUI for HTML screen appears as normal.
I'm assuming that there must be something particular with the payslip transaction that causes this error to appear. The iview for all these screens are set up the same, but its only this 1 iview which gives the error. The transaction being called by the iview is PZ11_PDF.
Our Portal and our ERP system are both NW7.0 SPS18, and both are enabled for https. Both systems have SSL certificates through an external certificate authority. Users are verified between the systems using Tickets.
Can anyone provide a solution, or any insight, into this problem?
Thanks,
Michael.

Hi Nick,
In our Portal, we have our ABAP system configured to use SSL. ie. The ITS Hostname has the https port defined in it, and the ITS Protocol is https. Is this the only configuration that needs to occur on the portal?
In our ABAP system, we have an active https port defined - we can see this through transaction SMICM.
Upon further investigation, it appears at though it may be similar to the errors described at...
https://wiki.sdn.sap.com/wiki/display/JSTSG/%28JSTSG%29%28Web%29Problems-P156
https://wiki.sdn.sap.com/wiki/display/BSP/Thispagecontainsbothsecureandnonsecure+items
I conclude this because if I click "No" on the "do you want to display both secure and nonsecure items" popup, i can see the standard IE 404 page tries to be displayed in the main iframe before it is covered by the "correct" iframe content for this transaction. On the 404 page, the images are not being displayed.
Does anyone know any way to correct this, so that the iframe doesn't show a 404 error before it displays the correct content. This is a standard SAP transaction, so i'm not too keen on hacking it apart if there is a better way to do it.
Thanks,
Michael

Similar Messages

  • Problem in viewing Accounts iview through portal.

    I am facing problem when i am trying to view the Accounts iView through
    portal. The same iView is running well directly through CRM system.
    In portal a small window is poped  asking for username and password for
    Site      : crmprd.ssg.local and
    Realm  : SAP Web Application Server [CP1]
    I tried by providing the user name and password of CRM but it's not
    working. When I cancel that popped window then that Accounts iView is
    displayed but all the tabs and links in that page are inactive.
    And also when i am clicking on the any of the tab then at lower left corner of
    the browser "access is denied"  message is coming.
    I will be thankfull for the reply.

    The BSP is just a URL as far as the portal is concerned. Just make sure the same URL is being generated as if you called the BSP directly.
    Cheers

  • Unable to view transacion iview on portal,

    I have created a Transaction iview on tcode cm25 and assigned it to a role ABC.
    I can view the transaction in Preview but NOT in the Portal.Any help will be appreciated.

    Go step by step
    first make a new role as a test.
    Let say role test. With entry point on top. Assign it to your user.
    Add a iview to this role on the top level. An iview that already works.
    test. This should work.
    Then replace the iview with your iview. If this doesn`t work, the iview settings are to blame.
    Then go on step by step
    make an iview of the same type with tray on. ....

  • Adobe 8 - Unexpected Corrupt or incorrect file type warning when viewing a PDF file from the Web

    Hi,
    On downloading a PDF file from my web site using Adobe 8 on the client machine I expect the file to open automatically however I receive encounter the "File Download" dialog. It has the following warning message: "The file you are downloading cannot be opened by the default program. It is either corrupted or it has an incorrect file type. As a security precaution, it is recommended that you cancel the download."
    This issue did not occur within previously tested versions of Adobe Reader (e.g. Version 5.1).
    On investigating the issue I discovered the factor that results in Adobe 8 failing to open the file automatically is the Content-Type = "application/pdf; Charset=utf-8". However, if I intercept the response and alter the Content-Type to contain only "application/pdf;" the issue on Adobe 8 does not occur.
    I have even tested when the Content-Type contains an empty Charset (i.e. "application/pdf; Charset=") but this issue still occurs. In addition setting the Charset to other encodings (e.g. "ISO-LATIN-7", "iso-8859-1") the issue occurs.
    QUESTION(s):
    1. Why is it necessary for Adobe 8 when opening PDF files from the web to expect no Charset within the Content-Type?
    2. If this was not an issue within previous versions of Adobe surly this is a bug?
    Since I cannot ensure that the Response's Content-Type does not contain a Charset at all please can someone suggest either a work-around or more importantly a solution to the issue?
    Please Note:-
    1. Within Adobe, Edit -> Preferences -> Internet option it's compulsory for our users to have "Display PDF in browser" ticked!
    2. We cannot prevent a Charset from being present within the Content-Type of the response sent to the client, hence this issue.
    Many Thanks in advance,
    Martin.

    Bill,
    This is exactly the same behavior I observed when I rendered a PDF stored in a database through a .NET page. If I chose to save it, it would open fine after the save, but if I chose to open it in the browser without saving it, I would get the error.
    The problem was not with the PDF or Acrobat. It was with the way I was delivering the PDF. Putting the following code before my binarywrite fixed the issue completely:
    Response.ClearHeaders()
    Response.ClearContent()
    Response.ContentType = "application/octet-stream"
    Response.AddHeader("content-disposition", "attachment; filename=" + saveFilename)
    where saveFileName is the name you want to give the PDF.
    You can use 'inline' instead of 'attachment' above if you just want the PDF to open (no option to save first). You can also use 'pdf' instead of 'octet-stream' (not sure the difference).
    The trouble seems to be that .NET puts some info in the header and/or content by default prior to anything your code says to write. If you don't clear this, IE has an issue with it. Other browsers seem to ignore it.
    Bottomline is that this is an issue the website programmer needs to fix and is not something the user can fix by changing some setting(s).
    I hope this helps.

  • Error when viewing Payslip

    Hi,
    I have two users who are getting error (You have encountered an unexpected error. Please contact the System Administrator for assistance.) when trying to open the payslip. I have already checked that they have the proper responsibility.
    Any idea how to solve this?

    The problem was with the position, the position was not entered for those users

  • Publish to portal error when creating a iview

    hi gurus,
    I have done complete BI-EP integration. SSO is also working fine. But when i publish a query from query designer to portal, i am geting a error when creating a iview for the query as show below.
    Error:
    Java system error: call FM RSRD_X_MAP_TO_PRTL_USERS_PROXY to ProgId EPD_PORTAL_B07 on host epdev with SSO not authorized: Authentication failed.
    when i manually create a BI Query iview,its working fine but to create a iview from publish to portal in query designer it is througing me error.
    Regards

    yes i have used that tool,,,i am getting below error.
      RED
    Web Template Validation failed due Java to ABAP communication problem (return code:ERSBOLAP018) Check Connector Connection of System Object in Portal System Landscape -
      RED
    Call ABAP->Java for function RSWR_RFC_SERVICE_TEST failed for destination 'SAP_EP' Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway. -
      RED
    Call ABAP->Java for function RSRD_MAP_TO_PORTAL_USERS failed for destination 'SAP_EP' Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway. -
      RED
    Web Template Validation failed due Java to ABAP communication problem (return code:ERSBOLAP018) Check Connector Connection of System Object in Portal System Landscape -
      RED
    Call ABAP->Java for function RSWR_RFC_SERVICE_TEST failed for destination 'SAP_EP' Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway. -
      RED
    Call ABAP->Java for function RSRD_MAP_TO_PORTAL_USERS failed for destination 'SAP_EP' Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway. -
      RED
    Calls from WebAS ABAP to WebAS Java will fail because the certificate of the BI mastersystem is not imported into J2EE ticket keystore Import the certificate to establish a trust relationship -
      RED
    The issuer DN of the imported ticket 'EPD_certificate' is the same as the issuer DN of SAPLogonTicketKeypair-cert Most likely, you are running an Add-In Installation. See note 917950, section 'Add-In Installation and importing Certificates with identical system ID (SID)' for details Display note 917950
    I have checked everything,,but still geting red lights
    Regards

  • Error when launching Key figure monitor iview in portal

    Hi all,
    I get an error when launching a key figure monitor iview in portal ; the error is RABAX-STATE
    In r/3 under transaction ST22 i got following :
    "UNCAUGHT_EXCEPTION" "CX_WDR_RT_EXCEPTION"
    "CL_WDR_INTERNAL_WINDOW========CP" or "CL_WDR_INTERNAL_WINDOW========CM00B"
    "IF_WD_WINDOW~SUBSCRIBE_TO_BUTTON_EVENT"
    Anybody knows how to resolve the problem?
    Regards
    Gwen

    Hey was your problem resolved ???
    I am facing the same problem..
    please help!!!
    reply asap.
    ~Veena.

  • Iviews in home page not visible when I assign eu_role to portal users

    Hey guys,
    For the tool area search, I had access denied error. So I have assigned eu_role to the portal users and I am able to search now in the tool area.. But the problem is when I assign this eu_role to the portal users I am not able to see some iviews in my home page.. Like I had webdynpro iview and km document iview which are not visible now. And in place of KM document iview its showing me with this message:
    Links :There are no items to display (Organize Entries)
    Suggest me with some help.
    Regards
    PP

    Hi Priyanka,
    Just refer these helps for getting idea on PCD Repository Manager.
    http://help.sap.com/saphelp_nw04/helpdata/en/76/a8934259a5cc6ae10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/b2/d59a4271c80a31e10000000a1550b0/content.htm
    It is clearly mentioned in this document that ,
    <i>To index the PCD repository, always choose the Portal Roles Search service. Do not choose the services TREX Search or TREX Search and Classification, because these services index the entire PCD. Thus, the search results would also contain iViews and portal pages that are not part of the role of the logged-on user. This ensures error-free navigation.</i>
    Regards,
    Kishor Gopinathan

  • Directly access iview in Portal without furthernavigation when URLis clickd

    Hi Gurus,
    My requirement here is that :
    1. when a users  wants  the portal screen to get displayed  when he clicks a link in the Workflow
    2.And he should enter the Login credentials and after then he should go directly to Particular Iview.
    3.No further Navigation should be there.
    Is it possible to do.
    If so Please help me in doing this
    Regards,
    Anand.

    Hi,
    You can build the URL to your portal component like this:
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/appName.compName
    Check this for explaination on the above URL:
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/42c2ed81ce2152e10000000a114a6b/frameset.htm
    This call will first show login screen and then after successful authentication, shows the component.
    Regards,
    Praveen Gudapati

  • TableView LINEEDIT works differently when viewed through Portal

    I have a simple table with a few columns of data that I display and allow the user to change a row using the selectionMode = "lineedit".  The columns are all controlled using htmlb tableViewColumns.
    When I test my application from the WebAs the table looks fine.  If a user selects a row they can see the entire amount of text that appears in a column they want to change
    However, when the BSP comes up in our SAP portal and the user selects a row only the first 20 (or so) characters can be seen and the user must use the arrows keys to get to the part of the text they wish to change.  Is this a setting somewhere?

    For the <htmlb:inputField> look at attributes maxlength, size and width.
    <b>width:</b> Determines the text width for the input field. We recommend that you use the size attribute instead of width.
    <b>size:</b> Determines the size of the input field.
    <b>maxLength:</b> Maximum length of the user input.
    I must admit that this documentation is not tell me enough. Will ask on Monday about this.
    As for your remark "works differently when viewed through Portal": You keep in mind that once a BSP application is running with the portal, all stylesheets (*.CSS) files are loaded from the portal server, and not the webAS.
    Now it could happen that you are running an EP and an older (or incompatible) patch level than your BSP stylesheets are at the moment. For EP6, starting from what I remember at SP11, there is planned a technique to install the latest stylesheets from service market place. You ask about this via OSS, queue EP-PIN-?-STY (something like this).

  • How to navigate from a view to an IView in portal

    Hi all,
             Onclick of an application in my portal my appliaction gets opened.But the problem here is onclick of cancel in my applcation i want to navigate to my IView in portal.
    For navigation between view2 to view1  i used wdThis.wdFirePlugtoView1();
    by creating a navigation link.
    How to navigate from view1 to Portal IView
    Regards
    Padma N

    Hi padma,
                 Go to Iview Property in portal Content managment and take the PCD location.
    It may look something like this
    ROLES:portal_content/ZABC/ZPROJECTS/com.abc.ZPortfolio/com.abc.ZPortfolio/com.abc.ZRoles/com.abc.ZPortfolioReconle/com.chep.ZReconciliation/com.chep.ZReconEnquiry_IView
    Create a string variable with the PCD location
    String pcdLocation = <pcd location>
    And call using the iview using the following code
    WDPortalNavigation.navigateAbsolute(pcdLocation, WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,"&reference="+reference);
    Here &reference is the application parameter, if the application with which the iView is created has parameter and is not mandatory.
    Hope this helps.

  • Page not found error when  navigating in Iview  application

    Hi,
    I have developed an application,and I am able to view a sucessfull preview of the Page as well.There are htmlb links on the page.When clicked,they navigate to the next jsp page.This iview was assigned to a user,and the portal was logged in though a local ip address.The application works fine.
    In trying to access the portal though an external Url,the initial page comes up perfectly fine.However the next page,does not come up,when a link on the first page is clicked.I get initially a popup with the message:
    "This page contains both Secure and Non secure Items
    .Do you want to display the non secure Items."
    The options on the Popup were yes,no,More Info.
    When I clicked yes then I get the display page not found error.The error is:
    " <b>The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</b> "
    The Information I get when I click on More Info is-
    <b>Downloading non-secure content from a secure Web site
    The Web site you are viewing is a secure site. It uses a security protocol such as SSL (Secure Sockets Layer) or PCT (Private Communications Technology) to secure the information you send and receive.
    When sites use a security protocol, information that you provide, such as your name or credit-card number, is encrypted so that other people can’t read it. However, this Web page also contains items that do not use this secure protocol.
    Given what you know about this Web site and your computer, you must decide whether to continue working with this site.
    If you do not feel confident about working with this site, click No.</b> "
    This problem occurs only to a particular user.If I add the role to another user,and view the iview I am able to navigate without problem(there is no popup as well).Even for this User,it is happening only when,I access through extrenal url,not when I access the portal through the local IP Address.
    Regards,
    Harish

    Hi,
    This is a further Update.The problem described above has  something to do with the roles.When some roles(cusom) are assigned the navigation occurs.Can you please let me know if there is any role related configuration with SSL.
    Regards,
    Harish

  • MSS - Unable to work teamviewer with generic view table iview

    Hi Portal experts !
    I work on a portal migration project from EP5 to EP6 and I have a problem to work together a "teamviewer" iview and a "generic view table" iview.
    The teamviewer displays all my employees and when I click on a employee, the "generic view table" iview must display me his/her career in the company (the iview execute a SAP query with in input the personal ID of the selected employee).
    On EP5, it is working.
    But on EP6, it is not working. I have no error message displayed but it throughs me on the first folder of the test portal role I have created.
    I have used the same templates from EP5 to create EP6 iviews.
    There are few parameters on each iviews, so I don't know where can be the origin of problem :/.
    If you have any clue, it would be great !
    Thanks by advance
    Best regards,
    Nicolas

    I've found the solution: I have to set the "isolation method" property to "Pumped" for the iView which catches the event launched by the teamviewer.
    What is looked strange is that isolation method is deprecated
    Hope that it will help someone on this subject.
    Nicolas

  • Import Visual Composer iView to portal

    Hi experts,
    My question is: how can I import the VC generated iView into the portal as a fix iView?
    To give you an example: When I am in the portal I would like to access the VC generated iView by clicking on a fix navigation item, in order to be able to open this iView(Report) anytime I want.
    I would appreciate any suggestions
    Thanks!
    Thomas

    Hi Thomas,
    Follow the following steps:
    1. When you are deploying from VC, click check button and noe down the name of the par file.
    2. open your portal page using administrator credentials using the following link as example - http://<ip address>:50000/irj/portal
    3. Click the tab Java Developer
    4. Click the "PDK Component Starter&Viewer" link on the right-hand side frame.
    5. Go to Overview tab.
    6. Select your par, for example - com.autogen.guimachine.testbapi1.iView_GYI
    7. Click Details link
    8. Click Start link.
    Check out the url in the browser, save it if you need that for future use.
    Thanks in advance,
    Deep.

  • How to configure annuity payslip generation in portals

    Hi Experts,
    I am a beginner in portals......
    We have a predefined iviews for generating payslip for the employees in an organisation........
    but i need to generate the payslip for the retirees who will get annuity payment from their last company.......
    Higher points will be rewarded for useful inputs
    Thanks &  Regards,
    Jasmine

    Hi patricio,
    Thanks for ur input,
    Yes, i have integrated portal system with R/3 now i have to retrieve the payslip for the retirees ,which is configured in the bankend(R/3).
    Data will store in R/3 only.
    Retriees should be able to access the payslip monthly through portals...
    They should be able to view and update their the Bank ,contact and Personal Details
    Kindly Give me ur Detailed input on the same.....
    Thanks is Advance,
    Jasmine
    Hi,
    Jasmine, could you give me more information ? I mean, where is store this information ? Portal allow you to show information but from where must be obteined ?
    Is store in R/3, DB so on ? Have you integrated Portal to R/3 ?

Maybe you are looking for