Discoverer Viewer Login

Hi All ,
I get this error when i try to connect using login page
Error
The application encountered an invalid state.
- Contact with backend server lost
OracleBI Discoverer Viewer was unable to find the necessary data for displaying the results of this event. Please correct any errors and try again.
Thanks

Did you find a solution to this problem?
Thanks

Similar Messages

  • Discoverer Viewer login through Apps errors out

    Hi All,
    May I request for inputs on the following issue please.
    SR : 5428453.993
    Customer upgrades discoverer from 4i to 10g (10.1.2.48.18)
    While running discoverer reports from the APPS
    A connection error has occurred.
    - OracleBI Discoverer was unable to authenticate using the password
    provided. This can happen due to an invalid password or because the
    password was lost while using back, forward, or refresh in your browser.
    Please enter the password again to continue.
    - Failed to connect to database - Unable to connect to Oracle Applications
    database (afscpgcs)
    Modified the following profile option value.
    ICX: Discoverer use Viewer
    Set the value as No from Yes. This change forces the Discoverer to launch
    Discoverer Plus rather than viewer.
    After changing the profile option, customer can access discoverer workbooks without any issues (through Plus).
    Logged a bug 5305401 for this issue.
    The log file (AFLOG enabled) contains the following error.
    STATEMENT fnd.src.security.afscp.afscpcon: Retrieve session values from ticket
    ERROR *: SQL-GENERIC ERROR (ERRNO=6502) (ROUTINE=afscpcon) (REASON=ORA-06502: PL/SQL: numeric
    or value error
    ORA-06512: at "SYS.OWA_UTIL", line 325
    ORA-06512: at "SYS.HTP", line 852
    ORA-06512: at "SYS.HTP", line 967
    ORA-06512: at "SYS.HTP", line 985
    ORA-06512: at "APPS.ICX_SEC", line 3331
    ORA-06502: PL/SQ) (SQLSTMT=SELECT SES.USER_ID, SES.RESPONSIBILITY_ID,
    SES.RESPONSIBILITY_APPLICATION_ID, SES.SECURITY_GROUP_ID, FSG.SECURITY_GROUP_KEY, U.USER_NAME,
    U.ENCRYPTED_USER_PASSWORD, SES.SESSION_ID FROM ICX_SESSIONS SES, FND_SECURITY_GROUPS FSG, FND_USER
    U WHERE SES.SESSION_ID = ICX_SEC.GetSessionCookie(:tik) AND NVL(SES.SECURITY_GROUP_ID, 0) =
    FSG.SECURITY_GROUP_ID AND SES.USER_ID = U.USER_ID AND DISABLED_FLAG = 'N' AND COUNTER + 1 <
    LIMIT_CONNECTS AND FIRST_CONNECT + LIMIT_TIME/24 > SYSDATE )
    PROCEDURE fnd.src.security.afscp.afscpcon: End: Failure
    Cusotmer applies the following patches to resolve the above issue.
    Patch 3902820 : FND:New CONSOLIDATED FIXES - POST AOLJ PATCH
    3313291
    Patch 4173903 : EBiz Home Page v1.5D
    Verified s_appserverid_authentication .. it is set to OFF
    Regards,
    Ramana Panyam.
    Further verification revealed the following.
    Enabled AFLOG for discoverer and found that the ICX ticket is not get created properly. It should be haxdecimal code rather than the plain session cookie name.
    From the customer's instance..
    PROCEDURE fnd.src.security.afscp.afscptik: Begin(ticket = eimbh005_test)
    From working environment.
    PROCEDURE fnd.src.security.afscp.afscptik: Begin(ticket = Wx3myvLOvse5BsRDrFVuJdkz:S)
    seems the session cookie name is replacing the cookie value. Cookie value is not being populated.
    Any inputs are highly appreciated.
    Regards,
    Ramana
    Message was edited by:
    user483846

    Are you on a 11.5.10 environment? If so please make sure your DBC-file is generated correctly. Since 11.5.10 Discoverer will be started using SSL mode.
    Do you have the same issue when connecting thourg the Desktop or even with the Plus (directly from the /discoverer/plus url)? If so, please make sure the 'ICX: Launch Discoverer Plus/Viewer' have the correct value. E.g. http://<server.domain>:<port>/discoverer/plus?Connect=[APPS_SECURE]

  • Removing fields from Discoverer Viewer Login Page 10g

    Hi,
    I am new to discoverer 10g. I wanted to know if its possible to remove the non mandatory fields from the Disco viewer home page like Locale, End user layer and Connect To since they can be configured to take default values.
    Once a user logs in, he views a set of workbooks. Can this page be replace with a customized report?
    Thanks
    Sujatha

    Are you on a 11.5.10 environment? If so please make sure your DBC-file is generated correctly. Since 11.5.10 Discoverer will be started using SSL mode.
    Do you have the same issue when connecting thourg the Desktop or even with the Plus (directly from the /discoverer/plus url)? If so, please make sure the 'ICX: Launch Discoverer Plus/Viewer' have the correct value. E.g. http://<server.domain>:<port>/discoverer/plus?Connect=[APPS_SECURE]

  • Workbook works fine in discoverer plus but shows error in discoverer viewer

    Hi,
    I have some issues with the parameter of a report.
    one of the parameters is
    mgr_id (eg: 1,2,3) -- from database table.
    manager names are not available in the database but they are known to users like
    1 - david
    2 - alan chris
    3 - peter
    so the requirement is
    (i) the input parameter wud be entered as 1 or 2 or 3 or null ( or in multiple combination or all).
    But the report shud have parameters in the header of the report.
    for eg: if the input parameter is mgr_id = '1' then the report shud have manager name: 'david' in the header.
    if the input is mgr_id = '1',' 2', '3' then on the report header, it shud display as manager name: 'david','alan chris','peter'
    (ii) the default value of mgr_id shud be 'ALL'. if the user enters mgr_id as 'ALL' then it shud take all the values of mgr_id and pull all the values of mgr_id (like 1,2,3)
    and the report header shud display as department name: 'ALL'
    i have developed a custom query where i used,
    select dept_id, decode(mgr.mgr_id,'1','david','2','alan chris','3','peter') as mgr_name, ..... etc.
    in discoverer admin,
    I have created LOVs (item classes) for mgr_name.
    after that going to properties of mgr_name, i have selected mgr_id as indexed item.
    and in the report i have created parameter dept based on mgr_name and selected the option -- allow to select both indexes and values.
    and in the default value i mentioned 'ALL'.
    after that i changed the condition as
    ((mgr_name = :manager name) OR (mgr_name LIKE DECODE(:manager name,'ALL','%')))
    and in the header, i used &department name --- then it displays correctly.
    but the problem is ---
    the report works fine in plus. the problem is only when parameter value is 'ALL'
    when i run the report from discoverer viewer for the very first time (after logging in), the report works fine with correct data.
    but when i run the same report second time with parameter value 'ALL', it gives an error ---
    Invalid value "''" for parameter "department name"
    i dont understand, why it works for first time and doesn't afterwards. If i logout and login again, it works fine in viewer.
    am i doing anything wrong in conditions or declaring the parameters?
    I came to know that, the very first time, when we enter 'ALL' it is taking '%' but when we run for the second time, it is taking NULL. since NULL isn't there in mgr_id or mgr_name, it is throwing that error.
    How do i fix this error?
    Thanks

    Hi Puppethead,
    I have tried with your suggestions.
    the following condition -- did not work
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(:manager name, 'ALL', '%', NULL)))
    but for the other condition ---
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(nvl(:manager name, 'ALL'), 'ALL', '%', NULL)))
    is wrong because, :manager name cud be null, when it is null, it takes 'ALL' i.e. '%' which shud not be the case.
    if the user enters null, it has to display records with null only but with the above condition it takes '%'
    The main issue which i dont understand is, the report works fine for the first time. for the second time, the report takes null values . why is it taking null values for the second time.
    Thanks

  • Error after changing password in Discoverer Viewer (11.1.1.4)

    I (and all other users) get the below error after changing the password used to login to Discoverer Viewer...
    Weblogic Version 10.3.4
    Discoverer Version 11.1.1.4
    Error
    The application encounters an invalid state. .
    - java.rmi.RemoteException: ORA-06510: PL/SQL: unhandled user-defined exception ORA-06512: at "REP_DISCOVERER_PS.WWSSO_API_PRIVATE", line 279 ORA-01403: no data found ORA-06512: at line 1 ; nested exception is: oracle.discoiv.beans.ConnectionStoreException: ORA-6510: unhandled user-defined exception ORA-06512: at "REP_DISCOVERER_PS.WWSSO_API_PRIVATE", line 279 ORA-01403: no data found ORA-06512: at line 1
    I have already tried the following oracle note (which did not work): http://docs.oracle.com/cd/E17904_01/doc.1111/e14770/discoverer.htm#BABDJJBE
    "43.1.1 Issues with Metadata Repository and Oracle Database 10g Release 1"
    But we have Oracle Database 11g.
    If anyone has any suggestions please advise. I have had a ticket open with Oracle Support now for a few months and they cannot reproduce.
    Thanks,
    Justin

    We also see this same error when attempting to Create a Connection in Oracle BI Discoverer 11g. I am able to connect to a database but not able to save a connection to said database....
    A connection error.
    - Oracle BI Discoverer Viewer cannot save the connection. Check for other errors.
    - ORA-06510: PL/SQL: unhandled user-defined exception ORA-06512: at "REP_DISCOVERER_PS.WWSSO_API_PRIVATE", line 279 ORA-01403: no data found ORA-06512: at line 1

  • Generate discoverer viewer output directly to excel

    hi all
    i am using discoverer viewer 10g and i am able to export the sheet to an excel pivot table and its work fine .
    but can i make the output directly go to an excel and not show the sheet to the user ?
    i am running the sheet using a parameter form with a post method and its login and open the worksheet directly
    but is there a parameter indicate that the sheet run as batch to a file ?
    thanks

    I just installed a 10.1.2 to look at this...look at the export URLs.
    /discoverer/app/exportdata?event=refreshExportUI&source=exportType
    &stateStr=eNqFktFPqzAUxv%24ZQjSLuxS3qQ88oMPEuIkZd7vxiZS2y9hKQdq1sL
    %2FeAyO5e1Ff%24nE%24fv04pwXZg9pp5PgTZlKmQB1%2Fti2c23lTCHj8FCotHB97
    4MRHXR31eEPEkTt3ke8l6%24WAnADBgDwVFbP9u1AS0apc9cXGH69lrge4%24RX%24
    4KQe4Hb4%24PfwU3mUugZuRkoL5JYIxS%2F6%24nl3ZLi8bMz%2FP%24icaNJj72Xe
    MfdwPA8X6G9tFUXJct03Vn9eNMaYMrwGA%2FfHDktzuMGFGIGr8lKeLB57dnRoG2ZG
    GTlZKKg6WX9q26aiIwOA3bfNnhkIn1gGy5A9EbS%2FQojV2Y%2FBOmubLFdCd0J3ZZ
    fahw7mvke6eNP9FRh7%24NzurisRlcg1VAfKMJfKQ0C3KcGej0iFugm3MB2oOIs6i6
    RnZZ2NeFMJ5KoqcGXJeDB1eXcTAdhEMldponlwha%2FwNX64duuy1IHn2kwHPqrqnK
    Hn5SJNwuX7Ikr%2FxavXxzh%24TdO%2Fq%2FAteY5Xy2iexi%24LJAJN4o%2FHKHxL
    N%24FiHSUY%2F7mdzhDVbYVMzi2vvwDeIPNZ&exportType=1
    It looks like they changed the URL parameters, but it should still work. The key parameters are:
    event=refreshExportUI
    source=exportType
    exportType=1
    View the source on the export page and get the correct export type for xls and you should be able to export your excel.
    Matt

  • Accessing discoverer viewer over internet

    URL's host name is changed when i am clicking to expand report link for work sheet selection. I have installed Oracle 10g AS and discoverer and trying to access work sheets over internet using discoverer viewer.

    Hello Michael,
    Thank you for your response. I did not changed fully qualified domain name. I am trying to access the discoverer viewer from outside of our LAN through internet. I have configured firewall to allow HTTP trafic to exposed server and mapped public IP and port to local discoverer server (port forwarding) to route discoverer viewer requests to discoverer server. Discover server is in our local domain with local IP address. I am able to view the viewer login and Worksheet list page with public IP in discoverer URL. When i am clicking to expand worksheet in worksheet list page, viewer changes the IP address part of URL to local host name. This local host name is not resolved outside and IE shows the 'Page Not Found' error. Pl suggest the way to resolve this issue.
    Thanks,
    Sambhaji Ghorpade

  • Discoverer Viewer Configuration File

    Hi,
    There is a scenario where in, most of the users use Discoverer viewer reports from the same login ID, They do changes and save the Workbook. Now when a new user logins he see the changes saved by the previous user . Now we dont want to allow the users to save changes and want to change the config setting so that no user can do any changes.
    As per my unerstanding, one way of doing so it by login to application server and Uncheck the preference check box and save the changes. Doing this the preference tab will not be visible to any user.
    Want to know is there any other way by which preference tab can be Disabled but still can be seen on the right corner of the viewer page?
    Or is there a way we can change the configuration setting in any of the config file of discoverer viewer so that users are not able to change the setting...
    Discoverer version is 10g.
    Thank You.
    Regards,
    Anuj Malhotra

    Hi Michael,
    The Scenario is like, most of the users use Viewer only to access reports.
    The main aim right now is to some how not allow users to change the settings whcih they change using the preference tab or presentation options.
    I checked it the config document of Discoverer viewer and found:
    The Steps to remove Preference tab or presentation options in Oracle Application Server Discoverer Configuration Guide
    10g (9.0.4) are as follows:
    1. Open the ui_config.xml file in a text editor or XML editor
    2. Locate the <appearance> tag in the file
    change the value of the display_preferences_link tag to false
    change the value of the display_presentation_options_link tag to false
    3. Save the ui_config.file
    But I didnt not find the steps to remove the preference tab or presentation option using Configuration.xml file in Oracle® Business Intelligence Discoverer Configuration Guide 10g Release 2 (10.1.2.1 ).
    It was mentioned that to remove the presentation option in 10g version we need to login to Oracle Application server and uncheck the preference tab Option.
    Want to know is that the only way of removing presentation options or preference tab from 10g Version or something can be done from configuration.xml file also.
    Regards,
    Anuj Malhotra.

  • Discoverer Viewer sporatically not working

    Discoverer Version: 10g
    Browser: IE 6.0.2900.2180
    I have an instance where Discoverer Viewer will work on one persons machine and not another's. We are both using the same Discoverer Viewer and the same browser. By not working, I mean that when I run the reports it shows the Query Progress screen and then eventually will show me the results. When my coworker tries it, the flag in the corner just waves and nothing happens. Eventually he gets a "This page cannot be displayed" error.
    This issue not only happens to my coworker but other users of the system. It will work for some and not others. We tested out all the Workbook permissions and did not see it being an issue with that.
    The only thing we noticed was that reports have the same List Box on them. This is not a row in the displayed table, but used as part of a 2 admin folders being joined. For example, we get a lot of information out of one folder, then we join it to a second folder, where the List Box values is used to filter.
    Any ideas or suggestions on how to handle this or where to look? We also have the same .NET framework and same version of Windows. All of our machines are from the same image.

    Hi,
    Are these users using the same windows login? Could be that there is a difference in the windows set up, for example, the language settings which is affecting the report.
    Can the user go back and continue after the page not found error or is the database connection lost? If the database connection is lost you can trace the Discoverer session to find out why the connection is being dropped.
    Rod West

  • Discoverer plus login problem

    hai,
    i getting error while login to discoverer plus 10.1.2.0.2
    is " Error
    Unable to open a new browser window. Ensure that you do not have popup windows disabled for this site."
    if i worked with discoverer viewer, it working fine
    where is the problem, please let me know it.

    It appears Java pop-up window could not be opened, You could try
    1. You can uncheck the 'Turn on Pop-up Blocker' under Privacy tab in IE
    2. Turn off the Google/Yahoo pop-up blocker if you have these plug-ins
    3. Also, ensure you can download ActiveX Control signed and unsigned with prompting enabled
    4. After entering the user/name password, press Control Key down then click the login button

  • Customize Viewer Login page

    Hi All,
    We are trying to Customize Viewer Login page by defaulting 'Oracle Applications' in the Connect To dialog box. Now it is 'OracleBI Discoverer'. Can anyone help me with that? I am not very familiar with uix scripts. I went into ViewerConnections.uix file, but couldn't figure out where can I make the change.
    Thanks.

    Hi,
    Please review Doc ID 312463.1 in MetaLink for additional details but, I would assume you could just re-order the list in the ConnectionAccessTypes.uit file located at $BIHome\j2ee\OC4J_BI_Forms\applications\discoverer\discoverer\templates
    I've not tried it personally so, ensure you shutdown everything before, backup the file and restest. The note is very helfpul...basically it'll be something like this
    Before
    <contents xmlns="http://xmlns.oracle.com/uix/ui">
    <option value="RELATIONAL" text="${uix.data.nls['text.access.type.RELATIONAL']}"/>
    <option value="APPS" text="${uix.data.nls['text.access.type.APPS']}"/>
    <option value="OLAP" text="${uix.data.nls['text.access.type.OLAP']}"/>
    <rootChild name="contents"/>
    </contents>
    After
    <contents xmlns="http://xmlns.oracle.com/uix/ui">
    <option value="APPS" text="${uix.data.nls['text.access.type.APPS']}"/>
    <option value="RELATIONAL" text="${uix.data.nls['text.access.type.RELATIONAL']}"/>
    <option value="OLAP" text="${uix.data.nls['text.access.type.OLAP']}"/>
    <rootChild name="contents"/>
    </contents>

  • 11g Discoverer - Custom Login and private workbooks questions

    I would like to know if anyone has experience with the following issues.
    It appears that you could configure a custom login for Discoverer Plus/Viewer (users are authenticated via a custom application > provide a link within the custom application to launch Discoverer Plus > Discoverer Plus authenticate with the database as a generic single/service oracle username for a given EUL).
    My questions:
    1. Since we authenticate users in our application, could we just pass generic user information to allow a Discoverer Plus login via a URL (without the generic password being exposed to the user)?
    2. If a custom login works using a generic discoverer database username, how could you pass a unique user identifier so that a user could create and save their own workbooks privately?
    Essentially, we would like to authenticate the Discoverer Plus session via our own application (since the user is already authenticated within our application). And, we would like the Discoverer Plus database session to be generic so we do not require unique database accounts for every end-user. However, we also want the generic Discoverer Plus "session user" to be able to save private workbooks (possibly using sys_context('USERENV', 'CLIENT_IDENTIFIER')).
    Thanks for any insight

    Hi,
    1. Since we authenticate users in our application, could we just pass generic user information to allow a Discoverer Plus login via a URL (without the generic password being exposed to the user)?You can use an HTTP post to send a Discoverer URL that contains both the username and password, so this should allow you to connect ot a generic user.
    2. If a custom login works using a generic discoverer database username, how could you pass a unique user identifier so that a user could create and save their own workbooks privately?I don't think you can do this without using Oracle SSO. I workaround you could explore is for your Discoverer URL to run an initialisation workbook, which takes an encrypted username as a parameter and if this is OK the workbook sets the database environment using PL/SQL and DBMS_SESSION package. The user would then always see the results of the initialisation workbook when they connected which could just show a welcome message.
    Rod West

  • Ora 03001 unimplemented feature in Discoverer viewer

    Hi ,
    I created a report in Desktop and all reports are run using discoverer viewer.
    User are able to run detail worksheets but not summary sheets for these details reports in discoverer viewer or plus.
    If I login as same user I can run in desktop.
    Any help is highly appricated.

    Hi All,
    I opened SR and oracle suggested these steps and it worked.
    1.) Backup the pref.txt file in the $ORACLE_HOME/discoverer/util/ directory ;
    2.) Stop the Discoverer and Oc4j instance (you can use "opmnctl stopall" command)
    3.) Edit the parameters in the pref.txt to be :
    EnhancedAggregationStrategy= 0
    UseNoRewriteHint=0
    UseOptimizerHints = 1
    then save the file.
    4.) Once the file is successfully edited, run the applypreferences.sh file in the same directory to get the new preferences into ef
    fect.
    5.) Start Discoverer and Oc4j instance (you can use "opmnctl startall" command).
    It works.
    Thanks
    Ameen

  • Discoverer plus login screen

    Hi,
    The discoverer plus 4i and viewer works fine with 9ias 1.0.2.2.X on Win2000 platform.
    The discoverer viewer 4i also works with Linux SuSe 7.2 and 9ias 1.0.2.2.
    We are facing problem with discovere plus 4i with Linux Suse 7.2 and 9ias 1.0.2.2. The applet is downloaded to IE browser but we cant get the login screen. The applet continue to show for long. There are no error messages shown. It only shows applet as busy.
    Thanks
    Shailesh Akhouri

    Hi,
    The discoverer plus 4i and viewer works fine with 9ias 1.0.2.2.X on Win2000 platform.
    The discoverer viewer 4i also works with Linux SuSe 7.2 and 9ias 1.0.2.2.
    We are facing problem with discovere plus 4i with Linux Suse 7.2 and 9ias 1.0.2.2. The applet is downloaded to IE browser but we cant get the login screen. The applet continue to show for long. There are no error messages shown. It only shows applet as busy.
    Thanks
    Shailesh Akhouri Check jvm version. On win2000, I had problem with jvm 1.3 and jvm 1.4, but it worked fine with 1.2.2.
    Regards,
    Vladan Kovacevic

  • Discoverer viewer -- export to pdf doesn't retain page settings.

    Hi,
    The report output in discoverer viewer is much different from that of plus. I am concerned abt the report headers. In discoverer plus, the headers are left, center and right aligned.
    But in viewer, every thing is aligned center. How can I get the report o/p (same as that of plus) in viewer??
    Thanks
    Message was edited by:
    boyz

    Hi there
    did you fix it in Viewer?
    I am also getting the same issue, I have made my page setting in Discoverer Plus , when I go use Discoverer Viewer use the Printable page to get the PDF file, the layout does not shows the same page settings what I did in Discoverer Plus.
    Thanks
    ASIM

Maybe you are looking for

  • "Motion 4" icon greyed out after upgrading to Yosemite - Did Yosemite break "Motion 4" in Final Cut Studio?

    Against my better judgement (now that Apple has turned into Microsoft 10 years ago, breaking apps with every OS update, followed by radio silence from Apple, pretending like they didn't do anything), I just upgraded from Mountain Lion to Yosemite and

  • How to use NETFLIX on Apple TV

    I cannot login to my NETFLIX account.  I've had an account for many years and it works on my MacBook. However, I cannot login on my new Apple TV. Since I have an account, I enter correct email address and password. Inevitably, receive message that lo

  • Losing my patience with install of iPhoto

    I have tried all of the suggestions in the discussion in regards to getting iPhoto to print. Nothing works. I have reinstalled this program for the 4th time and am still not able to print. I can click the button but nothing happens. Running a G4 mirr

  • FM for change partner of a quotation

    Hi experts i need a FM for change the partner of a specific partner function on a quotation in r3. This because i can't map the currier from crm->r3. Can anybody help me? best regards Marco

  • XDK support for UTF-16 Unicode

    Hi, Does the Oracle Java XDK, specifically the XSQL servlet and api, support UTF16-Unicode. Presumably, .xsql files have to be stored, read and queries executed in a Unicode compliant format for this to work. Is this possible currently??? Thanks, - M