A posted document link does not work in EP.

I am trying to add a posted page of BPC Web, into EP. But the posted link (as http://xxx.xxx.xxx.xxx/OSoft/Common/ShowFile.aspx?FILE=DESKTOP.HTML&TYPE=DOC) shows below error message. The link does not have any problem in case that it is displayed in BPC Web.
Does anyone know how to use the link as a separated link?
below -
Server Error in '/OSoft' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
   OSoft.Consumers.ZFP.WebBase.PageBase.get_UserCultureCode() +44
   OSoft.Consumers.ZFP.WebBase.PageBase.GetZFPText(Int32 intID, String strParam1, String strParam2, String strParam3, String strParam4, String strParam5) +42
   OSoft.OSoft_Error.Page_Init(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnInit(EventArgs e) +67
   System.Web.UI.Control.InitRecursive(Control namingContainer) +241
   System.Web.UI.Page.ProcessRequestMain() +197

Hi Jungho,
When we applied SSO22KerbMap module to BPC IIS web server, but the system encountered the error to folk the BPC web page. How do you fix the setting for enabling SSO22KerbMap and BPC both ?
Regards,
Rick Ni

Similar Messages

  • HP Laserjet 1536dnf MFP document feeder does not work

    HP Laserjet 1536dnf MFP document feeder does not work. I tried the suggested unplugged/plug and wait the required time but still no luck. Any suggestions?  It does not even recognize that there is paper in the document feeder.  Prior to this occuring, it used to say "document loaded"...now it says nothing.  I do not even get an error message.  It just does not work.

    Hi @jdm328 ,
    I see that you are having issues with the ADF not recognizing the paper loaded. I would like to help you out today.
    It might be a hardware or paper sensor issue with the printer, not detecting the paper being loaded.
    Make sure the printer is connected directly to a wall outlet. (don't use a power hub or a surge protector) This ensures the printer is receiving full power and may help this situation.
    I have provided a document with steps for cleaning the ADF rollers and the separator pad, to see if that will help.
    'Document feeder mispick' Message Displays on the Control Panel and the ADF Does Not Pick Up Paper o...
    Disregard the title.
    Try to make a copy again.
    If the issue persists, please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Reply link does not work on ipad

    After logging in to this group, the reply link does not work on either my ipad 2  running IOS 8.1.3 nor my iphone 4 running 7.1.2. Not helpful really. I have had to switch on my old laptop.Also I never know which group to post a new question in, The names like Snow Leopard dont really give me a clue, so if the key word does not find an existing topic, i just end up guessing.

    You seem to have double posted, Lynne.   I have replied on the other one.
    Snow Leopard is one of the Apple operating Systems (OS X) as opposed to iOS 

  • I'M AN AMERICAN ON TEMPORARY ASSIGNMENT IN ITALY AND CANNOT GET TO ANY HELP SOURCE ONLINE OR BY THE PHONE NUMBERS LISTED ONLINE.  I'M TRYING TO RENEW MY ONE TO ONE SUPPORT PROGRAM AND THE "RENEW NOW" LINK DOES NOT WORK!  HELP!

    APPLE SENT ME AN E-MAIL WITH A LINK TO RENEW MY ONE TO ONE SUPPORT.  THE LINK DOES NOT WORK.  AFTER I LOG INTO MY APPLE ACCOUNT AND CLICK "RENEW NOW" FOR ONE TO ONE, AN ERROR MESSAGE APPEARS SAYING "PAGE NOT FOUND".  AMAZING.  WHEN I TRY TO CALL THE TOLL FREE APPLE SUPPORT NUMBER FROM MILAN, ITALY WHERE I AM NOW LIVING, IT DOESN'T WORK. THE ITALIAN SUPPORT DESK APPEARS TO BE AVAILABLE ONLY ON WEEKDAYS DURING NORMAL BUSINESS HOURS.  HOW CAN I REACH A LIVE APPLE SUPPORT PERSON?

    Start by going here - https://expresslane.apple.com/GetproductgroupList.action?locale=it_IT
    Best of luck.

  • When I link to an external site, the link does not work, if I right click "Open in new tab" the link works.

    When I link to an external site, the link does not work, if I right click "Open in new tab" the link works.

    I have not changed any of my preferences and they look like they are as I would have left them.
    I tried resetting Firefox and deleting the preference file, no change.
    By the way, I hate that the tabs are on top and not where they belong above the pages they are for. There should still be a way in Firefox to put them back without having to use an add-in.

  • Link does not work for-End-of-Sale and End-of-Life Announcement for the Cisco Secure Access Control System 5.4

    Link does not work for
    End-of-Sale and End-of-Life Announcement for the Cisco Secure Access Control System 5.4
    How do we get Cisco to fix?
    see attachment

    Give it a couple of days - it looks like they just sent out the notification before the notice was published on the public page.
    Once the ACS 5.4 EoS/EoL notice is published you should see it linked from this page.

  • Copy Protection without DLT - Link does not work

    I'm trying to find out how I can protect DVDS with Encore. Or if anyone knows of reasonably priced software to do this. I see there is a link to something called, Protection without DLT, but the link does not work....
    Help!
    Jessica

    CSS keys are only licensed to replicators, player manufacturers, etc. so it is highly unlikely that there will ever be a free solution for creating encrypted DVDs.
    CSS encryption is worthless, by the way.  It has been compromised for over a decade.  There are more complex copy-protection methods available that work by creating malformed structures on the DVD meant to confuse "ripping" programs.  However, they are an additional cost from third parties and, more significantly, they run the risk of making your product incompatible with older players or with some computer DVD-ROM drives or software players. 
    Your replication facility can tell you which additional copy-protection methods they offer and what their cost is.

  • ADF Tabe's Pagination link does not work when embedded in iframe

    Hi experts,
    When I embedded ADF table(with JSF) in iframe like below code, the pagination link does not work. Is it a known bug?
    <iframe width=100% height=500 src="http://rst-act3ct2.us.oracle.com:8888/test/faces/modify.jspx" frameborder="0" scrolling="no"></iframe>
    When I use <object> instead of <iframe>, the pagination works again. However, <object> could not be used in my project.
    Any idea on it?
    Thank you in advance.
    Regards,
    Tony

    Hi,
    if you are on JDeveloper 10.1.3 then chances are that the problem can be pointed back to the mismatch of HTML and JavaServer Faces. At least you should make sure you work with a recent JDeveloper 10.1.3 release
    Frank

  • Satellite A660 BIOS update link does not work

    Hey, I got a message today (on Toshiba tempro) that the BIOS update is available.
    Unfortunately the link does not work.
    I hope someone reads this part of the administration of technical assistance.

    Hi
    For PSAW3E:
    http://support.toshiba-tro.de/tedd-files2/0/bios-20100920154827.zip
    Run it as admin.

  • XAV 601BT mirror link does not work at all ..app is crashing...its hopeless

    I am completely disappointed by this product of Sony. I had big regards for a brand like Sony and always believed that Sony delivers what they commit. But my heart broke when I installed this ****** stereo in my Honda car. The mirror link does not work on any compatible phone as they have shown in the box or website.<br>The App crashes system shows Device not detected. Tried many times.<br>So folks Dont buy this Mirrorlink ******....copy of this review is going to all major review sites..so people dont fall into this ditch.<br><br><br>

    I'm sorry to read about your disappointment with Sony Mikasony.
    I would just like to inform you that the available operations of  the MirrorLink function vary depending on the smartphone or the application being used. Therefore, some of the applications installed in the smartphone may not work when using the MirrorLink function. You can close the application and remove the USB connection between the smartphone and the car stereo then, reconnect again to resolve the issue. Here's the list of compatible devices.
    NOTE: For inquires about the application that is not working, contact the application vendor or the smartphone's manufacturer.
    Should you need further assistance, please reach out to Sony India Support here. Thank you!

  • I need to verify my apple ID sent to me by e-mail however the link does not work.What can I do?

    hi!
    I need to verify my apple ID sent to me by e-mail however the link does not work.What can I do?

    Hi,
    See this Link on Apple ID:
    http://support.apple.com/kb/HE37
    Go to the Very Last Section "How do I verify my Apple ID by email?
    Cheers,

  • Product: Accessories Assignment block - link does not work

    Dear all,
    We have an assignement block 'Accessories' to link products together.
    However, the link does not work :
    If I click on the first link, nothing happens.
    Is there any customizing to maintain for that point?
    Thanks a lot,
    Regards,
    Emilie.

    Hi ,
    See if this link is helpful for you.
    Product Proposal -Accessory assignment block cannot be expanded, CRM UI 7.0
    Rgds
    Hari

  • Pay each document alone does not work.

    "Pay each document alone" does not work at supplier level.
    I have a supplier with active flag in "Pay each document alone" but it doesn´t work.
    Only works at invoice level.

    Hi,
    The patch mentioned is already applied so no patch application in required. I reviewed the setup supplier and I found it was in error, I checked the flag "pay alone" at site supplier level.
    Regards
    BR

  • Project link does not work in Office 365

    We recently signed up for Office 365 and Project Online.  That adds a link "Projects" in the top nav, but when I click on it, I get error "Sorry, this site isn't available right now. Give us few minutes and try again. If it still does
    not work, contact your administrator." Any ideas?
    Darwaish

    Hi Darwaish,
    How long ago did you sign up?  We have seen some issues where it has take a while or needed re-provisioning.  I'd suggest you follow the support options from the page
    https://portal.microsoftonline.com/Support/SupportOverview.aspx# - the right hand section and the "Contact Support..." option.  We can look into this and get you sorted.
    Best regards,
    Brian Smith
    Blog |
    Facebook | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights.
    Project Server TechCenter |
    Project Developer Center |
    Project Server Help | Project Product Page

  • Download link does not work

    I have purchased Adobe Lightroom4 upgrade online in New Zealand, and the download link in my order does not work.  I contacted the Support via Chat and was told to call the 0800 NZ number.  I have been on hold for over an hour!  Any ideas on where I can get help?

    Hi PatriceN46,
    Can you try downloading using a different browser. Also, can you provide us with any error messages that you see when you try to download? Have you checked if pop-ups on your browser have been allowed?
    I suggest the following document for more info: http://helpx.adobe.com/x-productkb/global/troubleshoot-download-problems.html
    You should also hear from other experts on this forum. If you are still unable to solve your problem, let us know, and I'll request a customer support person to get in touch with you.
    Thanks,
    Preran

Maybe you are looking for