URL iview issue for intranet sites

Hi Guys,
I am creating a simple url iview for one of our Sharepoint site. when I preview the iview it works fine. but when I assign it to some Role, it doesn't load. "Page cann't be displayed" error comes. Some prefix with the text  "res://ieframe.dll/dnserror.htm#" added it the url.
At the same time when I create url iview for internet sites they works. I have checked the Proxy settings and browser setting but no help.
Please suggest if you something to try ?
Regards
Amit

Hi Amit,
Can you check the NWA Logs --> Default Trace to see if there are any log messages captured for this error. And analyse them.
Also run a HTTP trace to check if the request calls generated. See if the Sharepoint URL is getting called or not. And status of response from that.
Looking at the error, would suggest you to check the host names used on the URLs, should be FQDN.
Also if your browser is IE8, may also want to add the portal and sharepoint domains to be shown in compatibility view. Can do this from Tools --> Compatibility View settings.
Finally below is a help link to set up iViews in portal for sharepoint. Can refer to this and check the steps done at your end.
[http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0489149-5c93-2a10-8aaa-da1cd0b6edf3]
Thanks,
Swapna Priya.

Similar Messages

  • Mobile View for Intranet Site

    Will a mobile view (responsive UI) required for Intranet site?
    I believe the URL not accessible through mobile.

    Hi Sunil,
    According to your description, my understanding is that you want to know if the mobile view of intranet site can be accessed through mobile device.
    If the mobile devices have wifi and are on your internal network, then we can access the mobile view of intranet site through mobile device.
    But if you are using a cellular network (and thus are external to your LAN) you will indeed need to publish your site externally for these devices to access.
    Here is a similar thread for you to take a look:
    http://social.technet.microsoft.com/Forums/en-US/e7e83692-625a-47b5-9cab-9230a9a3341b/how-to-access-sharepoint-intranet-site-on-mobile?forum=sharepointdevelopment
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • WAAS 4.1.1c Upgrade causing issues with intranet site access

    We recently upgraded to 4.1.1c and are now experiencing page not displayed errors when accessing our intranet site via the WAN. Disabling the HTTP AO fixes the issue, so I believe we may be experiencing bug ID CSCsv69306. Any idea when there will be a fix for this as we could really use the http acceleration since there is a significant amount of http traffic on our WAN.

    Jeff,
    If you are encountering CSCsv69306, then it's scheduled to be fixed in release 4.1.3 which is due out mid-late March.
    Hope that helps,
    Dan

  • IE9 requesting Authentication for Intranet site.

    Hi Guys,
    Having a problem with IE where when we access a intranet site it is requesting authentication, if we access via the FQDN. NetBIOS name works without issue.
    IE: Ver 9 +
    IIS:Ver 7
    If we add FQDN to local intranet sites then it works without a problem. So it looks like the feature to automatically detect intranet sites is not working correctly. I know I can use Group policy to push these FQDN out to client yet was wondering if anyone
    know what the problem is and a solution.
    Thanks
    Craig
    Craig

    Advanced tab of Internet Options.... check "go to intranet site for a single word entry in the Address bar"
    File>Properties to find out which IE Security zone a domain is mapping to.
    Regards.
    Rob^_^

  • AD DNS resolution Issue for specific Site

    Hello Experts,
    Currently I am facing issue for DNS Resolution.
    I have 2 Sites
    Site A(2003 R2 DC) & Site B(2008 R2 ADC)
    my domain name is abc.co.in
    and I have another forwardlookup zone abcl.com (mail.abcl.com/Dev.abcl.com)
    I am able to resolve host recoreds for abc.co.in & abcl.com from site A
    I am facing issue for Site B
    unable to resolve A records for mail.abcl.com
    when I am trying to resolve using
    ============================================================
    nslookup mail.abcl.com 192.168.0.5 (Site B ADC)
    getting below output
    Server : adc01siteB.abc.co.in
    Address : 192.168.0.5
    Non autoritative answer :
    Name : com.co.in
    address : 192.254.185.209
    Aliases : mail.abcl.com.co.in
    ==============================================================
    mail.abcl.com - 192.168.0.11 (Actual Internal A record)
    I want to know why this trying to resolve from external DNS (192.254.185.209)
    your help / pointers will be appreciable
    R Udeg

    Is your settings for site B the same for site A in the DNS Server properties?
    Did you make sure that UDP and TCP port 53 is open both ways?
    Did you make sure all resource records have been updated?
    Did you flush the cache/ scavenging happened?
    Did you check the DNS forwaders and recursion?
    Remember if a DNS server fails to resolve a name for which it is not authoritative, the cause is usually a failed recursive query. Recursive queries are used frequently by DNS servers to resolve remote names that are delegated to other DNS zones and servers.
    Note: If you disable recursion on the DNS server, you will not be able to use forwarders on the same server.

  • URL iView Issue

    Hello All,
    I created a URL iView and I can preview it successfully. However, upon embedding the URL iView in a page and previewing the page, I get a blank container/iView. Any ideas on why this happens and how it can be fixed?
    Regards,
    Motaz

    Dear Motaz,
    Are you seeing any javascript error at the left bottom corner while accessing this URL iview during runtime?
    If the portal host and the ivew has different domains, then
    this contravenes the javascript same origin policy:
    http://en.wikipedia.org/wiki/Same_origin_policy
    You can Relax the domain also in the called application (you can use
    javascript code like provided in Note 764773 ' iView Automatic Height
    feature limitations' to do that). But note that if the javascript code
    does other manipulations on the portal parent, you might get unexpected
    effects, like the portal framework being replaced by the application
    content.
    Please also refer the Note 632440 'Domain barrier in the browser of the SAP Enterprise Portal
    Regards,
    Sowmya K

  • MSS Salary Development iView issue for specific country

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

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

  • URL scheme issues for v20 'web viewer'

    Hello all,
    I've recently created a multi-folio app with DPS, but I am having trouble with the 'Social Sharing' option. In the Viewer Builder, I enabled Social Sharing via email and Twitter, made selected articles unprotected via the Producer Builder, and made sure that the folios were not uploaded with PDF (pinch and zoom) images enabled.
    However, when I test the link in my app, my desktop browser says that the webpage does not exist. Am I missing a step or a piece of the setup? I thought that the process would be automated, but I can't seem to get the web viewer to work with my content. Any advice or insight would be greatly appreciated.
    Thanks for the help!
    Designer with DSG

    @DSG
    I'd be willing to look into it for you. I'm an Adobe employee.
    If you are willing to post the link here that would be ideal but you can also just post the "guid" portion of the URL.
    So for example, given this link
    http://www.adobepublish.com/s/18e01039-3307-4142-ba7f-36ffc33f718e/02_DPS_Overview_Stack.h tml
    I would need this part. "18e01039-3307-4142-ba7f-36ffc33f718e"

  • SharePoint 2010 Session issue for Internet site

    Hi,
    We have migrated one application from MS.net to SharePoint 2010. Session is used allover application. The issue is, when we are using this site from Intranet, session is working absolutely fine, but when we use this site over Internet, Session is getting
    null frequently for both FBA & windows authentication. 
    We have enabled session in web.config as below :
    <sessionState mode="InProc" timeout="600" cookieless="false" />
    & one more point i would like to add is, our internet site is on different port(extended port). We have cross-checked web.config from both port to resolve this issue, but nothing helped us out. 
    Please help..!!!

    Hello,
    Just try to enable session state in SP server. You may run below powershell command:
    Enable-SPSessionStateService -DatabaseName [-DatabaseServer ] [-DatabaseCredentials ]
    Later edit each web app web.config file (from virtual directory) and set the enableSessionState property of the pages element as follows: <pages enableSessionState="true"
    http://blogs.msdn.com/b/markarend/archive/2010/05/27/using-session-state-in-sharepoint-2010.aspx
    Once you done then see the result
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • It doesn't allow me to add security excerption for intranet site I need to use

    It happens only after downloading the latest Firefox. When I try to added a website we use for testing, I got a failure due to the certificate being self-signed. Your system is not allowing me to added as trusted site either.
    Please help is an intranet site

    An iPod (and iPad) ony have a phone number for Messages (and FaceTime) if there is an iPhone with Messages/Facetime using the same ID for Messages and facetime.
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    If you can't change the Settings that means that the Restrictions that prevent changing accounts is set. Settings>General>Restrictions

  • Regarding OpenLDAP installation issue for Webcenter Sites

    Hi,
    Iam trying to install OpenLDAP 2.3.x in RedHat 6.5 in order to integrate the LDAP with WebCenter Sites.
    I followed the below steps..
    Downloaded openldap-stable-20070110.tgz .
    then,
    tar-xvzf openldap-stable-20070110.tgz
    cd openldap-2.3.32
    on running the below command,
         ./configure --enable-crypt --with-tls
    Iam getting this error:
    configure: error: Could not locate TLS/SSL package
    Please help on this.
    Thanks

    I am going to move this thread from Certification Communities to Webcenter Sites.
    Thank you,
    Lisa Fedynich
      Global Customer Support Engineer, Middleware Certification Support and Community Team

  • Passing URL parameters to WD app in URL IView

    Hi experts,
    I'm using EP 7.2 and as I found out this version doesn't support Web Dynpro Java iview template so I'm using URL iview template for my Web Dynpro Java application. My requirement is to somehow pass some URL parameter (which is id for something in my app) to the WD app in the URL iview. So in this scenario setting the URL parameters and their values during design time for the iview is not suitable. I tried DynamicParameter=id%3D154 for example but it doesn't work. Do someone has any ideas to solve this problem? Any help will be appreciated.
    Regards,
    Martin
    Edited by: musaka on Oct 27, 2009 1:12 PM

    Hi Musaka,
    If i am not mistaken, your requirement is to display a URL iView to user with some parameters (contained within the Address Bar of the Browser) to be passed to the iView. Initially as no parameter value can be defined on previewing the iView or opening the iView, no value is passed to iView. But in case, when you directly enter the Parameter Values against Parameter Names in Address Bar and then say go, the page should reload and pick the parameter values from URL in Address Bar instead.
    Steps to follow:
    1. Put     CustomerId=0&RequestId=0            in the Application Parameter property of the URL iView.
    2. Put the following lines of code in the wdDoInit() in the implementation tab of the View Controller to retrieve and use the passed parameter value in the View of the application and then say Organize Imports from the context menu.
    int customerId = WDProtocolAdapter().getProtocolAdapter().getRequestObject().getParameter("CustomerId");
    int requestId = WDProtocolAdapter().getProtocolAdapter().getRequestObject().getParameter("RequestId");
    Please revert in case of any issue.
    Regards,
    Tushar Sinha,
    Infosys Technologies Limited,
    Hyderabad,
    India
    Edited by: tushar sinha on Oct 29, 2009 10:51 PM

  • Multi-language with URL-iViews

    hi folks,
    I have the following little problem:
    Our EP is mostly based on URL-iViews to static HTML-sites in german. Now, we are planning to extend the EP with an english Version. The Users should see the portal in the language they choose in the portal personalization menu.
    My first thought was to use the portal-content-translation but this doesn't work for URL-iViews, as there is almost no text to be translated.
    Now, my idea is to put a little script between the portal and the HTML-sites that checks the chosen language and redirects the user to the specific version.
    The Problem is, I have no idea how to do that.
    It would be really nice if anyone could tell me how to do this or maybe you have a better solution for my problem.
    Thank you in advance for your efforts.
    Kind regards
    Norbert

    Hello Michael,
    unfortunately that doesn't work.
    If I put an URI like http://yourcontentserver.com/<request.language>/content1.html
    in the URI file of the URL-iView Editor and after that on preview I get the following error: page could not be found
    When I use a PHP-Script to catch the variable like http://yourcontentserver.com/index.php?lang=<request.language>
    I can't put it like that in the URI field cause I can't save it.
    When I use the URL-parameter fields and enter "lang" and "<Request.Language>" I get the following URL as an result:
    http://yourcontentserver.com/index.php?lang=%3CRequest.Language%3E
    As you can see, the variable isn't "translated".
    Maybe you could I didn't understand you right?
    Message was edited by: Norbert Stroh

  • Url iview - application sessions maximum reached.

    Hi,
    In a role there is an url iview created for a visual composer application. The role contains four such iviews. When the user clicks in an order say iview1 - iview2 -iview1 - iview2 -iview1 - iview2 . On the seventh time its showing an error.
    'The maximum number of application sessions for this user session has been exceeded. At least one of the running application sessions must be closed before a new one can be started.'
    When I tried to open the same iview using the link open in new window multiple times on the seventh time its showing the same error.
    When I closed one window and refresh the window which is having error the iview comes properly.
    So from these my guess is that the iviews open the windows internally and not closing it. So we are getting this error.
    Kindly let me know wheter i am correct and guide me how to resolve this.
    Best Wishes
    Idhaya R

    Hi IdhayaR,
    Could you solve this moving a parameter or how did you solve the session problem?
    Thanx in Advanced!
    Kind Regards,
    Gerardo J

  • Use of Parameters in URL iViews

    I'm looking for information/documentation/examples of using parameters in URL iViews.  In particular, I'm hoping that we can pick up some portal runtime info to include as parameters in the URL  for a URL iView.
    For example, here at my customer, Kodak, we plan to have country specific roles.  The US Role will have a US specific Welcome Page which has a URL iView that points to a Content Management document for the US Welcome Page.  The problem is that I could have one US user who's preferred language (and Portal Language Preference) is English and another who's preference is Spanish.  Thus, I would need to point to the correct language version for the user.  To do this, I would like to be able to pick up the language preference in the current Portal session and include it in the URL.
    Is this possible?  Is it standard stuff? What types of user or session context information or parameters can we pick up to use in the target URL of a URL iView and how would I use or code it in the iView.
    Thanks for you help.

    Hi John & Luis,
    The standard solution is the <i>Application Integrator</i> :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/the application integrator in ep 6.0
    A flexible way of providing parameters to it (if the standard options described in the above document are not enough) is to write a <i>Customer Parameter Provider</i> :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/how to start transaction iviews with a dynamically computed language.pdf
    Hope that helps,
    Yoav.

Maybe you are looking for