No rows returned in the BIS views

I am new to Discoverer. I had connected to Financials Intelligence responsibility using discoverer desktop. When I tried to create a workbook in General Ledger Business Area to display the GL accounts, I get no rows returned message. I get the same message for any kind of report I try to create not only in GL business area but also in any of the seeded business areas provided by the Oracle. I can query it in toad and see the data but it is not retrieved in discoverer. what could be the problem? is there any profile options to be setup for my username or am I missing something?
Any help is greatly appreciated
Thanks

Here's the metalink note for those interested.
It's basically laying out all the steps to setup the info in Oracle Apps as alluded to by Simon and then perform a complete refresh of the BIS views in the database, bring in the new .eex file for changes, etc.
Russ
===========================================================
Applies to: Oracle Discoverer - Version: 10.1.2.48.18
This problem can occur on any platform.
Oracle Applications 11.5.10.2
Oracle Applications Concurrent Manager SymptomsUnable to retrieve any data on standard General Ledger (GL) business areas and standard workbooks after migrating the EUL from Discoverer 4.1 to 10.1.2 and upgrading Oracle Applications to 11.5.10.2.
These same workbooks and business areas worked fine before the upgrade to Discoverer 10.1.2.
A custom business area and custom workbooks return data, but none of the standard pre-seeded "BIS" or "Financials Intelligence General Ledger (GL) business areas return data when testing in Discoverer Plus, Viewer or Desktop.
ChangesMigrated the Discoverer EUL and Oracle Application Server environment from Discoverer 4.1.48.08 to 10.1.2.48.18. CauseIncomplete setup of Oracle E-Business Suite and Discoverer environment for Business Intelligence (BIS) and/or Financials Intelligence, including missing profile options for Oracle Applications Administrator and custom Super User responsibility.
SolutionTo implement the solution, please execute the following steps:
1. Login to Oracle Applications Systems Administration function as SYSADMIN user and set the profile option as described below:
a. Profile > System
b. Check the 'Site', 'Responsibility' and 'Profiles with No Values' checkboxes
c. Enter "Applications Administration' in 'Responsibility' field
d. Enter FII: GL BIS Discoverer access (if it does not display the profile option, please try wildcard option "FII%GL%BIS%" )
e. Then in the next screen, select 'Yes' from LOV under 'Site' and 'Responsibility' column
f. Save the settings
g. Again repeat the same steps for custom responsibility "My_Company General Ledger Super User"
2. Complete/confirm the following steps from Note 313418.1, Section 6, Post Installation Tasks
a) Step 4. Regenerate your Business Views - done throughNote 313418.1, Section 6, Post Installation Tasks
a) Step 4. Regenerate your Business Views - done through Oracle Applications Concurrent Manager as SYSADMIN user with the "Business Views Setup" responsibility.
b) Recommend all steps under 4 and steps under 5
c) Step 8. Refresh the Discoverer 10.1.2 End User Layer - via SYSADMIN user/responsibility - as described in note
d) Step 9 -> Need to make sure Applications Administrator responsibility has all
security and access to the EUL and business areas. Be sure to grant to responsibility
rather than SYSADMIN user since the "Applications Administrator" responsibility is used to perform Discoverer Administration tasks.
$ORACLE_HOME/bin/eulapi \
-CONNECT <EUL schema>/<password>@<db> \
-GRANT_PRIVILEGE \
-ROLE "Applications Administrator" \
-PRIVILEGE all_admin_privs
$ORACLE_HOME/bin/eulapi \
-CONNECT <EUL schema>/<password>@<db> \
-GRANT_PRIVILEGE \
-ROLE "Applications Administrator" \
-PRIVILEGE all_user_privs
AND
$ORACLE_HOME/bin/eulapi \
-CONNECT <EUL schema>/<password>@<db> \
-GRANT_PRIVILEGE \
- ROLE "Applications Administrator" \
-BUSINESS_AREA_ADMIN_ACCESS % \
-WILDCARD \
-LOG <log file name>
Note: The above commands need to be in one continuous line. For Unix/Linux, you may separate lines with continuation character "\"
3. Once all steps have been completed, the standard General Ledger (GL) workbooks and newly created workbooks based on standard GL usiness areas will return data.
Note: If you are unsure if you are encountering this specific issue, it is always beneficial to test the data via SQL using the same Oracle E-Business Suite user and responsibility.
The following reference will guide you how to accomplish this:
Note 279736.1 'How To Run SQL From An Apps Mode Discoverer Workbook In SQL*PLUS'
ReferencesNote 313418.1 - Using Discoverer 10.1.2 with Oracle E-Business Suite 11i
Note 279736.1 - How To Run SQL From An Apps Mode Discoverer Workbook In SQL*PLUS
Keywords'BUSINESS~AREA' 'PROFILES-SYSTEM' 'FII~~GL~BIS~DISCOVERER~ACCESS' 'DISCOVERER~4.1.48.08' 'BUSINESS~VIEWS' 'UPGRADE~TO~11.5.10.2' 'PROFILES-SYSTEM' 'UPGRADE~TO~10.1.2'
--------------------------------------------------------------------------------

Similar Messages

  • Error :cannot show the value of the filter.The Field may not be filterable or the number of items returned exceeds the list view threshold enforced by administrator

    Issue : In sharepoint 2013, I am experiening below error while using filter in the list view due to the number of items in this list exceeds the list view threshold, which is 10000 items. Tasks that cause excessive server load (such as those
    involving all list items) are currently prohibited.
    Error :cannot show the value of the filter.The Field may not be filterable or the number of items returned exceeds the list view threshold enforced by administrator
    Could you please suggest a way to avoid this issue apart from incrementing the list view threshold limit .
    Prashanth

    Reorganizing content, or creating more specific views. sharepoint is warning you that the content is structured in such a way that it can cause performance issues, which should be addressed in some way.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • When I open firefox it is returning to the last viewed page instead of my homepage even though I have the settings set to clear history every time I close Firefox. I check and all of the previous history is still there and not deleted..

    When I open firefox it is returning to the last viewed page instead of my homepage even though I have the settings set to clear history every time I close Firefox. I check and all of the previous history is still there and not deleted..

    Make sure that Firefox closes properly and that that there are no longer Firefox or plugin-container processes left on the Processes tab in the Task Manager. Otherwise session restore will reopen the page(s) from the previous session.
    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * https://support.mozilla.com/kb/Firefox+hangs

  • Small Bug : People detection - O key does not return to the grid view

    Windows 7
    When I hit the O key, I go into the face detection module.
    But when I hit th O key again, I do not come back into the grid view.
    To do so, I have to click on this icon to return to the grid view.

    Grid View is always G key

  • Number of rows returned by the resultset is wrong

    Hi All,
    I have pasted the code i used for JDBC. The problem is the number of rows returned by the resultset is 5 times that of the original data. Is something wrong with my code. Can anyone pls point out the mistake I have done if any.
        public ArrayList dataBreakup(String team, int monthNo, int year) {         String sqlDataBreakup = "";         Connection con1 = null;         Statement stmt = null;         ResultSet rs = null;         ArrayList data = new ArrayList();         int noRows = 0;         Calendar cal = Calendar.getInstance();         Calendar cal2 = new GregorianCalendar(cal.get(Calendar.YEAR), monthNo, 1);         int days = cal2.getActualMaximum(cal2.DAY_OF_MONTH);         String start_date = "01-Jan-" + year;         String end_date = days + "-" + monthName[cal2.get(Calendar.MONTH)] + "-" + cal2.get(cal2.YEAR);         System.out.println("START: " + start_date);         System.out.println("END: " + end_date);         databaseConnection dbObject = new databaseConnection();         try {             con1 = dbObject.GetConnection();             stmt = con1.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE);             sqlDataBreakup = "Select * from EXPENSE_STORE WHERE " +                     "team='" + team + "'AND category != 'Pending PO''s' AND ACCOUNTING_DATE " +                     "BETWEEN to_date('" + start_date + "') AND to_date('" + end_date + "')";             rs = stmt.executeQuery(sqlDataBreakup);                         ResultSetMetaData rsmd = rs.getMetaData();             int numColumns = rsmd.getColumnCount();             data.add(numColumns);             for (int i = 1; i < numColumns + 1; i++) {                 data.add(rsmd.getColumnName(i));             }                        while (rs.next()) {                                noRows++;                 for (int i = 1; i < numColumns + 1; i++) {                     switch (rsmd.getColumnType(i)) {                         case java.sql.Types.NUMERIC:                             data.add(rs.getFloat(i));                             break;                         case java.sql.Types.DATE:                             data.add(rs.getDate(i));                             break;                         default:                             data.add(rs.getString(i));                             break;                     }                                    }                     }             data.add(1, noRows);             rs.close();         } catch (SQLException SQLe) {             System.out.println("DumpData() : SQL Exception" + SQLe.getMessage());             SQLe.printStackTrace();         } catch (Exception e) {             System.out.println("DumpData() : Other Exception");             e.printStackTrace();         } finally {             dbObject.CloseConnection(con1);         }         return data;     }
    Thanks
    Cheers N...

    Only thing i can say is
    try the following
    replace your function by this one and tell us the console output of the same
    public ArrayList dataBreakup(String team, int monthNo, int year) {
            String sqlDataBreakup = "";
            Connection con = null;          
            ArrayList data = new ArrayList();
            int noRows = 0;
            Calendar cal = Calendar.getInstance();
            Calendar cal2 = new GregorianCalendar(cal.get(Calendar.YEAR), monthNo, 1);
            int days = cal2.getActualMaximum(cal2.DAY_OF_MONTH);
            String start_date = "01-Jan-" + year;
            String end_date = days + "-" + monthName[cal2.get(Calendar.MONTH)] + "-" + cal2.get(cal2.YEAR);
            System.out.println("START: " + start_date);
            System.out.println("END: " + end_date);
            System.out.println("START: " + start_date);
            System.out.println("END: " + end_date);
            databaseConnection dbObject = new databaseConnection();
            try {
                con = dbObject.GetConnection();          
                sqlDataBreakup = "Select * from EXPENSE_STORE WHERE " +
                        "team = '"+team+"' AND category != 'Pending PO''s' AND ACCOUNTING_DATE " +
                        "BETWEEN to_date('"+start_date+"') AND to_date('"+end_date+"')";
                   System.out.println("-----------sql starts---------------");
                   System.out.println(sqlDataBreakup);
                   System.out.println("-----------sql ends---------------");
                PreparedStatement pstmt = con.prepareStatement(sqlDataBreakup);
                   pstmt.setString(1, team);
                pstmt.setString(2, start_date);
                pstmt.setString(3, end_date);
                ResultSet rs = pstmt.executeQuery();
                ResultSetMetaData rsmd = rs.getMetaData();
                int numColumns = rsmd.getColumnCount();
                data.add(numColumns);
                for (int i = 1; i < numColumns + 1; i++) {
                    data.add(rsmd.getColumnName(i));
                while (rs.next()) {
                    noRows++;
                    for (int i = 1; i < numColumns + 1; i++) {
                        switch (rsmd.getColumnType(i)) {
                            case java.sql.Types.NUMERIC:
                                data.add(rs.getFloat(i));
                                break;
                            case java.sql.Types.DATE:
                                data.add(rs.getDate(i));
                                break;
                            default:
                                data.add(rs.getString(i));
                                break;
                //data.add(1, noRows);
                   System.out.println("no of Rows : " +noRows );
            } catch (SQLException SQLe) {
                System.out.println("DumpData() : SQL Exception" + SQLe.getMessage());
                SQLe.printStackTrace();
            } catch (Exception e) {
                System.out.println("DumpData() : Other Exception");
                e.printStackTrace();
            } finally {
                dbObject.CloseConnection(con);
            return data;
        }and try running the sql printed on the screen in your db and then let us know the result.
    in this code i have removed some of your code in order to simplify the problem.

  • Af:commandButton only works for the first 10 rows returned in the af:table

    Using JDeveloper 10.1.3.2.0.
    I am new to ADF programming. I have attempted to create an ADF page that contains a search and return table in the same page. The search appears to work fine but the return table displays odd behavior. If the search returns more than 10 rows such that it is possible to page forward through the rows returned the command button associated with the return table that allows the user to pick a particular row and navigate to another page does not work. If the user finds what he/she is looking for in the first ten rows then the command button works fine and the user is taken to the next page. The command button is actually defined to have an af:setActionListener to set a value in a backing bean and then command button has an action to invoke a backing bean. Both of these fire just fine if the selection is made from the first 10 rows. However once the user pages forward to another set of rows then neither seem to happen. Any advice on where to figure out what I did wrong?

    When I get a component that seems to do nothing under certain circumstances, the first thing I usually check for is Javascript errors. Sometimes errors on page load can keep a component's Javascript from firing properly.
    Try reproducing your problem in Firefox (or another browser with a decent Javascript error console; IE doesn't have one, although I think you can get extensions that provide JS debugging). Check the error console:
    # Before scrolling off the first 10 rows.
    # Right after scrolling off the first 10 rows.
    # After unsuccessfully clicking the command button.
    Do any interesting errors show up in steps 2 or 3?

  • Why clicking the same tab of tab bar returns to the top view of navigation?

    Hi, I have a problem combing the UITabBarController and UINavigationController.
    I have 5 tabs and in some tab using navigation controller to switch the view layers.
    Suppose i'm on tab 0 and go to the second view layer of navigation controller.
    When i click the tab 0 again in the tab bar, it takes me back to the top view. It's really weired.
    Why do this happen? Can i override the effect?
    Thanks.

    Never mind. Apparently a duplicate of other threads. Possible fix: update the defective OSX Lion to Mountain Lion.

  • Aperture 2 return of the black viewer

    I'm using the trial (waiting for my boxed version to arrive) on a project with about 70 images I took last night with my 40D. The problem that I used to have in an earlier version of 1.5 but was fixed in 1.5.6 or one of the later updates has returned in 2.0. This is that after doing some adjustments the viewer will turn black. If I go into full screen or if I resize the viewer the image will show up, but only for a moment, and then go back to black. I've also seen it that if I show two images side by side, only one image will show up and the other will be black. This is very frustrating because it makes editing impossible.

    When this issue occurs (viewer doesn't match selection) I see the following in the console:
    2008-02-19 8:32:18 PM Aperture[23842] 23842 Main Thread Exception in Aperture: * -[NSCFArray objectAtIndex:]: index (1) beyond bounds (1)
    Backtrace:
    0x00073b04 (in Aperture)
    0x941bbccc: +[NSException exceptionWithName:reason:userInfo:] (in CoreFoundation)
    0x941bbe00: +[NSException raise:format:arguments:] (in CoreFoundation)
    0x941bbe3c: +[NSException raise:format:] (in CoreFoundation)
    0x92ce4bbc: -[NSCFArray objectAtIndex:] (in Foundation)
    0x004e71d0 (in Aperture)
    0x004e8dcc (in Aperture)
    0x00341aa8 (in Aperture)
    0x92ce6624: -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] (in Foundation)
    0x00043620 (in Aperture)
    0x9552e744: -[NSToolbarButton sendAction:to:] (in AppKit)
    0x9552ddcc: -[NSToolbarItemViewer mouseDown:] (in AppKit)
    0x95409340: -[NSWindow sendEvent:] (in AppKit)
    0x009ac50c (in ProKit)
    0x953dc79c: -[NSApplication sendEvent:] (in AppKit)
    0x00381f44 (in Aperture)
    0x95349a6c: -[NSApplication run] (in AppKit)
    0x00987b80 (in ProKit)
    0x0000379c (in Aperture)
    0x000034a0 (in Aperture)

  • Getting the no. of rows returned from the resultset

    Could somebody tell how can I get the count of rows from the resultset object.
    Thanks a lot in advance

    hmmm 20,710 topics and 69,000 odd posts and no one has EVER asked this question before.. it's a miracle....
    or maybe it has been asked and dealt with approx... 11,000 times.
    here is a discussion from 1998 for example http://forum.java.sun.com/thread.jsp?forum=48&thread=83958

  • Second Printed Page of a Report Is Corrupted As Well the Report View When Focus Is Returned To It

    I am having a problem with a report in Access 2010. The report detail has a linked subreport in it. I build a query dynamically for both the report and subreport. There is a form that builds the queries and then displays the report in Report View. Everything
    is displayed correctly. In this view I have a command button that will print the report using “DoCmd.RunCommand acCmdPrint.”The printed report’s first page is correct. The second page has #error for all the fields for next record detail and that is it. At
    this point, there are still multiple records to print. When focus is returned to the Print View, it is corrupted and usually freezes.
    If after the Report View is displayed, I right click on the header and choose to display the Print Preview, all pages are displayed correctly. If I right click again, and select print, all pages are printed correctly, and the Report View is not corrupted.
    To see if I had corrupted the database, I imported everything into an empty database. After compiling the code, the behavior did not change at all.
    Once I place the database into production, everything will be driven by command buttons on the forms and reports so the left-click drop-down menus or any ribbons will not be available.
    Does anyone know what is happening?
    Thanks, in advance.

    Hi Ray,
    I failed to reproduce this issue in my test environment (Access 2013).
    Steps:
    #1 Create a table with the attachment field, add multiple records
    #2 Create a report with the table
    #3 Click Print Preview of the report, it worked correctly
    Can you also reproduce this issue in a newly created database, if no, I will suspect that issue is related to the specific database file (data issue or database is corrupted). You could use the link below to compact and repair the database.
    Compact and repair a database
    If the methods above do not work, it would be helpful if you could share us a simple demo to reproduce this issue. Due to privacy issues, I will also suggest you submitting a professional support incident to get the 1-1 support service so that Microsoft
    engineers can work closely with you to resolve this issue.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • XMLTable - 65535 limit on rows returned

    Hi,
    I've come across a problem with the Oracle XMLTable command as follows:
    - I have an XML doc (approx 30Mb) which contains 79k entries
    - I have this referenced in Oracle as a BFile
    - If I count the number of rows returned by the XMLTable command it does not equal 79k - instead the number is 79k - 65535
    Is there a limit on the number of rows XMLTable can handle (ie. < 2 ^ 16) or am I missing something?
    declare
    xbfile BFILE;
    res BOOLEAN;
    countrows number;
    begin
    xbfile := bfilename('XML_DIR', 'test.xml');
    res := DBMS_XDB.createResource('/public/test.xml', xbfile);
    select count(*) into countrows from XMLTable('for $i in doc("/public/test.xml") return $i/ROWSET/ROW'
    columns ID INTEGER);
    dbms_output.put_line('count=' || countrows);
    end;

    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    5 rows selected.
    SQL> set autotrace on
    SQL> select count(*)                                                                                       
      2  from xmltable( '$d/ROWSET/ROW'                                                                   
      3               passing xmltype( cursor( select rownum from dual connect by level <= 70000 ) ) as "d"
      4               columns rnum integer path 'ROWNUM'                                                  
      5               )                                                                                   
      6  /            
    COUNT(*)
        70000
    1 row selected.
    Execution Plan
    Plan hash value: 1051571446
    | Id  | Operation                            | Name                   | Rows  | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT                     |                        |     1 |    29   (0)| 00:00:01 |
    |   1 |  SORT AGGREGATE                      |                        |     1 |            |          |
    |   2 |   VIEW                               |                        |  8168 |    29   (0)| 00:00:01 |
    |   3 |    VIEW                              |                        |  8168 |    29   (0)| 00:00:01 |
    |   4 |     COLLECTION ITERATOR PICKLER FETCH| XMLSEQUENCEFROMXMLTYPE |       |            |          |
    Statistics
          70005  recursive calls
         148263  db block gets
          30391  consistent gets
              0  physical reads
              0  redo size
            411  bytes sent via SQL*Net to client
            385  bytes received via SQL*Net from client
              2  SQL*Net roundtrips to/from client
              1  sorts (memory)
              0  sorts (disk)
              1  rows processed

  • Inserting static text in between rows returned from a pivot table

    Is there a way to type static text (eg. “Note that the data for Land has an accuracy of 98%”) in between rows returned from the dataset in the rtf template. The alternative would be to break the BI analysis report (which is the source of the template data) into 2 parts and then insert each part into the template one below the other with the text typed in between.

    Oracle support has confirmed that this requirement is not possible to implement

  • How to get total number of rows return by query

    hi all
    i am using forms 6i with oracle 10G in windows environment....
    i have a tabular form now i want to know that how many rows return by the query...like when user click on enter query and then give any search criteria and then execute query..it displays the records but i want to count the records that how many rows are return.............
    hope you understant what i mean
    Thanks in advance
    Regards

    U can use
    "Select count(*) from <table> where <condition>"
    <condition> is the where clause being used during "Execute Query"
    this will give u the no of records in query.
    And second option is to take a summary column. whose function is set "COUNT" and
    "Summarized item" should contain a column that will never be blank. After execute query this column will give u no of records in block.
    Regards....

  • SDO_FILTER / SDO_RELATE - no rows returned

    Hi, I'm having some troubles with SDO_FILTER and SDO_RELATE functions.
    I inserted some spatial data into a table and I can see that spatial information in mapbuilder, but when I query de same data with SQL command line, there are no rows returned. The spatial data isn't georeferenced.
    I used this SQL query:
    SELECT g.GEOM.Get_WKT() FROM SHPSDO2 g
    WHERE sdo_filter(g.GEOM, mdsys.sdo_geometry(2003,NULL,NULL,
    mdsys.sdo_elem_info_array(1,1003,3),
    mdsys.sdo_ordinate_array(-180, 180, -90, 90)),
    'querytype=window') = 'TRUE';
    and also this one:
    SELECT g.GEOM.Get_WKT() FROM SHPSDO2 g
    WHERE SDO_RELATE(g.GEOM, mdsys.sdo_geometry(2003,NULL,NULL,
    mdsys.sdo_elem_info_array(1,1003,3),
    mdsys.sdo_ordinate_array(-180, 180, -90, 90)),
    'mask=ANYINTERACT querytype=WINDOW') = 'TRUE';
    When I execute this query: SELECT SDO_AGGR_MBR(g.GEOM).Get_WKT() FROM SHPSDO2 g
    the following row is returned:
    POLYGON ((-179.144806 -14.60521, 179.76416 -14.60521, 179.76416 71.332649, -179.144806 71.332649, -179.144806 -14.60521))
    That means the data is inside the GEOMETRY filter that I passed.
    Can some one help me please ???
    Operator
    Thanks in advance

    when using an optimized rectangle enter lower left x,y, then upper right x,y (or long/lat).
    so change:
    mdsys.sdo_geometry(2003,NULL,NULL,
    mdsys.sdo_elem_info_array(1,1003,3),
    mdsys.sdo_ordinate_array(-180, 180, -90, 90))
    to:
    mdsys.sdo_geometry(2003,NULL,NULL,
    mdsys.sdo_elem_info_array(1,1003,3),
    mdsys.sdo_ordinate_array(-180, -90, 180, 90)),

  • Repeating frame with no rows returned messing up display

    I have a repeating frame nested within a frame among other items. When there are no rows returned for the repeating frame query, the report is shifting all the objects below the repeating frame upward in the page. How do I get the space held by the repeating frame to just stay blank if no rows are returned?

    Hi:
    Is the Image and the Text within a Frame?If not, put these within a frame. If the text still moves up, then use an anchor.
    what I mean is if your report looks like this:
    <REGULAR FRAME>
    <REPEATING-FRAME>
    TEXT1
    IMAGE
    <REGULAR FRAME>
    TEXT2
    then put the TEXT1 and IMAGE inside a FRAME.
    HTH
    Srini Ramanujam.

Maybe you are looking for

  • How do you get your experts with negative stance for new things / innovations to HANA

    We have over 50 ABAP developer (senior experts). Primarily we develop in the old core module (SD, MM, FI, CO, HR, PP, CS, IH, PS) on ERP systems / business suite. We have three groups of developer: Group 1: They can’t await to work on new architectur

  • "Validation" enabled for the composite and my testsuites are not working

    I have posted the below issue in Test suite in JDEV - Studio Edition Version 11.1.1.2.0 But I felt that this is the right forum, so posting this again here: I have mediator calling bpel. Mediator is exposed as web service. Whenever I run the service

  • Cannot create a new account

    As long as I can not change my email address in my profile, I am trying to create a new profile with my new email address and It tells me that username is already in use. Perhaps I have registered before and I can not remember? I request a "password

  • Help! Dell Latitude Laptop

    Any one even install Solaris 8.0 on Dell Latitude Laptop, Can you give me help by sharing your success experience. The keyboard does not work when I install Solaris 8.0 Help! Thanks in advance.

  • How to remove unused Sync devices?

    If some Firefox profile gets deleted, the Sync device still remains on the server and there is no apparent way to decommission it. How can one manage sync devices to remove the unused ones?