Unable to view Logon page for Infoview after successsful installation

Hi,
After successfull installation of BO Edge series on windows 2008 server, i am unable to see logon details in infoview.
When i open with infoview URL, i can see only heading 'WELCOME TO BUSINES OBJECTS' in the page. I am unable to see
user id, password and authentication options. I also installed integration kit without any errors.
What else should i need to do , to get logon details.

see if [disabling IE enhanced security helps|http://blah.winsmarts.com/2008-4-Disable_IE_Enhanced_Security_Mode_in_Windows_2008.aspx]
Regards,
Tim

Similar Messages

  • Bypass login page for InfoView in BOE 3.0

    Hi
    Could anyone let me know how to redirect to a user's home page on InfoView panel  directly without the login page coming in between for BOE 3.0. This functionality is currently working fine for BOE 2.0 as I am passing user credentials as name , value pair.
    I am not aware how to pass user credentials in the URL for BOE 3.0 infoview and bypass the loging page. I am working on Single Sign On
    Cheers
    Nissar

    Hi Vishal,
    How to create a logon page for InfoView with hardcoded username and password
    I have developed this code below but it does not work, let me know how to fix
    Thanks in advance.
    Antonio
    <%@ page contentType="text/html; charset=utf-8" %>
    <%@ page import="com.crystaldecisions.sdk.exception.SDKException" %>
    <%@ page import="com.crystaldecisions.sdk.framework.CrystalEnterprise" %>
    <%@ page import="com.crystaldecisions.sdk.framework.IEnterpriseSession" %>
    <%@ page import="com.crystaldecisions.sdk.framework.ISessionMgr" %>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.IInfoStore" %>
    <%@ page import="java.io., java.net., javax.servlet., java.util."%>
    String authMethod = "secEnterprise";
    /* Log on using the Enterprise SDK */
    String userID = "curso_2013";
    String userPwd = "Curso2013&&";
    String cmsName = request.getServerName()+":6400";
    try {
    IEnterpriseSession enterpriseSession = CrystalEnterprise.getSessionMgr().logon(userID, userPwd, cmsName, authMethod);
    session.setAttribute("EnterpriseSession", enterpriseSession);
    IInfoStore iStore = (IInfoStore)enterpriseSession.getService("InfoStore");
    session.setAttribute("InfoStore", iStore);
    String logonToken = enterpriseSession.createLogonToken();
    String openDocURL="http://xp-sp3-limpio:8080/InfoViewApp/logon/start.do?ivsLogonToken=" + logonToken;
    response.sendRedirect(openDocURL);
    } catch(Exception e) {
    out.println("Error: User, Password or CMS name is wrong or Not all parameters sent by URL");
    No se puede compilar la clase para JSP Error de servlet generado: Syntax error on token ".", Identifier expected after this token Error de servlet generado: Syntax error on token ".", Identifier expected after this token Error de servlet generado: Syntax error on token ".", Identifier expected after this token Error de servlet generado: Syntax error on token ".", Identifier expected after this token Ha tenido lugar un error en la línea: 15 en el archivo jsp: /logonpruebaok2.jsp Error de servlet generado: The method createLogonToken() is undefined for the type IEnterpriseSession

  • Unable to view safari and music longway after software update

    Hi after i updated my ipod touch 4th gen, it became unable to view safari pages and music long ways. I am also unable to view videos the short way. Motion gesture however is still working fine on games.

    Hello again, Buckeye_85.
    Thanks for the update on your issue. Due to the nature of your issue you may find more information by using another one of Apple's support resources - https://getsupport.apple.com/GetproductgroupList.action to get a more hands-on response.
    Cheers,
    Pedro

  • Downloaded JVM-still unable to view web page

    Downloaded Java Virtual Machine; still unable to view web page. Directed to Microsoft Updates...updated...still not able to view page. Help. THX

    dons magic helmet
    Try this:
    Tools > Internet Options > Advanced
    Uncheck the box that says "Use Java 2 <version> for applet (requires restart)". Restart your browser.
    HTH

  • Unable to view PDF files in Infoview

    I am unable to view pdf files in InfoView (Business Objects Edge Series XI 3.0)
    When I select the pdf file from Infoview, I receive the message 'Do you want to save this file' which only allows me to save the document to a location on my computer.
    Other users can view the file in Infoview, so it probably relates to a setting on my computer.
    Any ideas?
    Thanks

    I've had a little look on Adobe's knowledge base; try this to check whether the issue is related with opening PDF in your browser in general:
    "Determine if the web browser can open the PDF file from your local hard drive rather than from the web:
    In the web browser, choose File > Open (or Open File).
    Choose All Files from the Files Of Type pop-up menu (Windows)
    Click Browse
    Select the PDF file you saved in step 1 of task 5, and then click Open to open the PDF file. If Acrobat or Adobe Reader displays the file, but won't display it on the web, the web server has a problem serving the PDF file. Contact the webmaster of the site from which you downloaded the PDF file."
    If so, try the troubleshooting steps mentioned here:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=328233&sliceId=2

  • How to create a Dynamic Logon pages for a portal.

    Hi all ,
    Is it possible to create a dynamic logon pages for a portal.My requirement is when ever we enter the Portal url in the browser we will get logon page ..now when we reenter the Portal link the logon page should change. is it possible .
    thanks
    Rajeev.

    Hi Rajeev,
    Your requirement isn't very clear here.
    Do you meant that is userA is trying to logon, he must see different logon pages at different tims he tries to logon?
    Thanks  Hermann, I too was thinking about the same...just need to have some clarity on what really needs to be achieved.  Also unless the whole logon page needs to be different then cookies are best -- if its just some images then some javascript would be good enough.
    Thanks,
    GLM
    Edited by: GLM on Sep 26, 2008 12:11 PM

  • Multiple logon Page for single portal.

    Hi Experts,
    I am trying to have two logon pages for the same portal with diffrent URL
    eg:-   url-http://SALES-A.company.com/portal
                 http://SALES-A.company.com/portal 
    The code i have used is
    <%
    String strReqURL = request.getRequestURL().toString()==null?"" :
    request.getRequestURL().toString() ;
    //String strReqURL = " http://SALES-A.company.com/portal ";
    int iSlash = strReqURL.indexOf("//") ;
    int iDot = strReqURL.indexOf(".") ;
    System.out.println("iSlash: "+iSlash);
    System.out.println("iDot: "+iDot);
    * out-put for the below substr is '//SALES-A'.Check with this to switch
    between
    * the TWO LOGIN pages. One for the SALES-A Portal and other for the SALES-B.
    strReqURL = strReqURL.substring(iSlash+2,iDot) ;
    System.out.println("strReqURL: "+strReqURL);
    * Sample URL : " http://SALES-A.company.com/portal "
    if ( strReqURL != null && strReqURL.toUpperCase().startsWith( "retepdev") )
    System.out.println("Inside if of strReqURL");
    %> <jsp:forward page="/umLogonPageA.jsp"/>
    <% } else { %>
    <%
    System.out.println("Inside else of strReqURL");
    %>
    <jsp:forward page="/umLogonPageB.jsp"/>
    <%
    %>
    This does not display anything but a blank page.
    Please help its really very urgent.
    Points would be awarded to helpful answers.
    Regards,
    Sanjyoti.

    hi All,
    the problem is solved.
    Thank you for reading my query.
    Regards,
    Sanjyoti.

  • How to set two different logon pages for a portal

    Hi experts,
      I have 2 different URLs for the same portal.
      i am trying to set up 2 different logon pages for these two.
      How to achieve this . Could u please tell me which files i have to change  inside the logon par .
    Thanks in  advance,
        John

    John,
    Please check this threads,
    Logon Page Customization Based on URL
    Two Urls for the same portal server
    Ram

  • Edit The Logon Page for anonymous user

    HIII frnds.
    I am working on concept of anonymous user. For this I have created a Anon user group and it is working succesfully . Now i have to design a  Logon page for this group of users.
    Pls anybody help me out , becoz i have no idea that  how to edit a logon page for a particular user .
    Thanks in advance
    regards,
    Mayank Saxena

    Hi
    The portal provides a form of anonymous logon with u2018namedu2019 anonymous users. Named anonymous users are users that exist either in the user data store or as service users. You configure the names of these users in the UME properties. These users are automatically assigned to the group Anonymous Users. You can assign roles containing anonymous content to the users individually or to the group Anonymous Users.
    Here is the reference link request you to go tru:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/cd/1aad4abcb98c4597f9e395a6b62f43/frameset.htm
    Here is the link for Configuring Anonymous Logon with Named Anonymous Users:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/cd/1aad4abcb98c4597f9e395a6b62f43/frameset.htm
    Rajnikanth

  • Modify logon page for Standalone Application

    Hi,
    I need to modify logon page for a standalone web dynpro application ( not in enterprise Portal).
    I only find documentations for change it in EP, but nothing about standalone application.
    Some ideas?
    Thanks
    Andrea

    Hi Andrea,
             you can modify the design of the WD appln using the properties that is listed for each UI elements.
             You can also change the layout of the root container Element properties to Matrix layout to satisfy ur kind of design.
            For displaying different lanuages in a dropdown box.
    1) select DropdownbyKey UI Element.
    2) set this to context attribute.
    3) Go to Dictionary -- Local dictionary -- simple type --create new simple type.
    4) In the datatype select the Enumeration tab and give the different text and values.(In ur case give ur different type of languages.)
    5) Go to WD appln. select the attribute that u hav created and change its type to the corresponding simple type.
    6) select dictionary simple type>Local dictionary>package that u hav declared-->inside that select ur simple type and execute it.
    Hope this one satisfies ur query.
    Regards,
    Nagarajan.

  • Unable to view a folder in InfoView

    Hi,
    A user is unable to see a folder in InfoView even though he is added to a Windows AD sub-group. The sub-group is nested to a parent Windows AD group and parent Windows AD group is added to this folder.
    Other members in the group are able to view the folder, but not this member. When I checked the u201CMember Ofu201D property for this member, the Parent Windows AD group is not seen.
    We are using Windows AD credentials for logon to InfoView and Business Objects XI 3.1 version.
    Have anyone came across similar issue.
    Thank you.

    Hi,
    Restart the CMS server once and test the issue again. Also refer the following SAP Notes:
    SAP Note - 1328995
    SAP Note - 1325901
    Regards,
    Nakul

  • Preview 3.0.7 Unable to View Multi-page TIFF Files

    I currently use fax-to-email service from j2 to receive my faxes; the faxes arrive in TIFF (.tif) format, and opened by Preview to view/print. After updating to OS X 10.4.7, the new version of Preview (3.0.7) broke the multi-page TIFF support again. Only the first page could be viewed, so I am forced to use Graphic Converter in the meantime, but really very inconvenient. This is the second time Preview is broken after Tiger update, Apple should really test it more thoroughly before releasing it as a lot of people depend on fax-to-email services for work purposes these days.

    I am getting faxes emailed from microsoft fax server and although the attachment clearly has all pages in the tiff file (I can save the file, then view it from an external windows based viewer), I can only see the first page in preview.
    I am using OS X 10.4.7 on a macbook with preview 3.0.7.
    Even within the sidebar window by clicking on the drawer icon, I do not see multiple pages. I see a single page with a little grey circle with the number of pages in it in the lower right hand corner of the page image in the sidebar indicating the proper number of pages, but there is no way to change pages.
    macbook Mac OS X (10.4.7)
    edit:
    Never mind I didn't read the previous message closely enough. It works for me after all. I am new to the OS X interface and didn't notice the tiny little triangle pointer beside the page in the sidebar.
    If you click it to "expand" the contents of the page it does in fact show me all my fax pages.
    I agree with Fred that this is in no way intuitive and I never would have guessed on my own.
    In any case problem solved. Thank you.
    Message was edited by: norespectforthedevil

  • Different logon pages for same server.

    hi Expert,
    I have created two different logon pages with different URL's for the same server, now i can use both the pages to logon in to the system.
    what i need to do now is :-
    URL "A"  users set ="A"
    URL "B"  users set ="B"
    If we have the above two different URL and respective users for those URLs.
    Now if i am User from the User set "A"  and try to Login by using URL "B".
    I am able to login, but i want to restrict.
    ie.
    users from set ="A" login only by the link URL "A" 
    users from set ="B" login only by the link URL "B" 
    Points would be given to helpful answers.
    Regards,
    Sanjyoti.

    Hi Sanjyoti,
    I am not sure if this would work, but if time permits then do try this.
    User A -- URL A
    User B -- URL B
    Now make User A a part of Group A, and set conditions in code that Group A can logon only through URL A and User B can logon through URL B.
    Then in code check the association user - group and group - url and accordingly allow / disallow the user to go ahead.
    This is just a thought.....do tell me if this works.....or if it doesnt then do post the solution you use....
    Thanks,
    GLM
    P.S: PLEASE CLOSE THE THREAD IF THE ISSUE HAS BEEN RESOLVED
    Edited by: GLM on Aug 27, 2008 2:08 PM

  • Unable to view next page of report in Crystal Viewer using JAVA

    Post Author: sartu
    CA Forum: JAVA
    We have been able to successfully deploy a report through Crystal viewer XI /Java /Sun Solaris, report works fine, able to suppress group tree, but unable to veiw 2nd page of report.    The suppression of the group tree in the web page required a simple command , is there one that allows us to proceed to the next page?  I am not JAVA savvy so I will be communicating this to the person who will be making the correction, please pardon me if I left something out.
    Thank you!

    Post Author: Ted Ueda
    CA Forum: JAVA
    It's not clear whether your issue is with the Page Navigation controls not working, or whether you wish to programmatically skip the first page and go to the next page.  If the latter, then the CrystalReportViewer class has a showNthPage method.
    Sincerely,
    Ted Ueda

  • Why won't my computer load my homepage on start-up, which is the sign-on page for "gmail", after up-grading to Firefox-6?

    Upgraded to Firefox6 a week ago when "suggested" by pop-up screen. Since then, computer will not open gmail using Mozilla but will access it through IE. I get the following message:-
    * The connection has timed out
    * The server at www.google.com is taking too long to respond.
    * The site could be temporarily unavailable or too busy. Try again in a few moments.
    * If you are unable to load any pages, check your computer's network connection.
    * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web
    What is the problem? Anything to do with "incompatibility with Microsoft and/or Google" - again?
    I can access all my other regular sites through Mozilla.

    Apple's Wireless Diagnostics may supply some additional helpful information.
    To use it, hold an option key while you click your Mac's Wi-Fi icon, and choose Open Wireless Diagnostics...
    The following authentication dialog will appear:
    Authenticate with your Admin password, then click the Continue button in the following:
    The network analysis and diagnostic tests will take several minutes to complete:
    When it completes, if your wireless network is functioning properly the following will result:
    If something is amiss, supposedly the results will be different and you will be presented with helpful information.
    Assuming your connection is "working as expected" select Continue to summary and click Continue:
    Ignore the pre-populated text field, which is provided as a place for you to type in additional information should Apple ask for it in the course of obtaining technical assistance from them. Apple has no way of knowing where your router is located in your home, and certainly doesn't know if you even have an upstairs bedroom closet.
    Click Continue.
    The next step will also take a few minutes:
    When it finishes, you will be presented with a summary that may or may not be useful to you. Let me know if it is.
    The WirelessDiagnostics-xxx.tar.gz file deposited on your Desktop can be dragged to the Trash, or you may wish to expand it and examine its contents. It's up to you.

Maybe you are looking for

  • Network Drives not showing

    Hello, I have a outlook 2013 and windows 8, network drivers are showing on my computer. However, when i try to attach file the insert file dialog box does not show the network drive. For God, and Country.

  • LIS Not showing correct values

    Dear All We are having a peculiar situation in MCSI report which is customized.  where order quantity is "0" after changing it from original quantities where as the gross order value(field name - KZWI1) is having same value despite change in the orde

  • Oracle 9i client Release 2 (9.2.0.10)

    Hi, Im trying to install Oracle 9i client Release 2 (9.2.0.10) and I get an error trying to write to the local temp directory. I have check the permissiona and itrs all ok, hence I'm login as administrator. The o/s Im running is Windows 2000 server,

  • IPhone/iPad calendar holidays show one day early?

    I recently noticed that all of my holidays on my iPad Air and iPhone 5 show one day early.  For example, Christmas shows as being on December 24th.  Every holiday is like this.  I sync with Outlook 2007 and in there are 3 calendars:  "Calendar", "Cal

  • Badi SD_CIN_LV60AU02

    has anybody ever tried to use this badi SD_CIN_LV60AU02 to create collective invoices with different payment term/customer