SQLServer 2005 Connection Not Displaying List of Tables

I set up a connection to SQLServer 2005 with the Connection Navigator in JDeveloper and get a "Success!" when testing the connection. When I expand the connection tree I see the schema list - but I am unable to see any tables in any schema. I see the two folders, Tables and Views, but when I try to expand either one JDeveloper doesn't display any tables.
I know I am connecting the the database because I am able to load SQL Worksheet (Tools > SQL Worksheet) and select the connection I set up. I am able to run queries against tables in the database and get data back.
JDeveloper: Studio Edition Version 10.1.3.3.0.4157
I am using the sqljdbc.jar driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver
My connection string looks like: jdbc:sqlserver://myDatabaseServer;databaseName=myDatabaseName
Here's the steps I take:
1) create a new connection using the connection wizard.
2) Name the connection myTest and choose Third party JDBC driver
3) put in the username and password
4) Create a new driver class for SQL server com.microsoft.sqlserver.jdbc.SQLServerDriver
5) Use that connection and put in the URL jdbc:sqlserver://myDatabaseServer;databaseName=myDatabaseName
6) Test the connection and finish.
7) go to the connection navigator Database node, and expand "myTest"
8) go to any schema node and expand that.
9) go to the Tables node and try to expand that - no tables show (although there is a delay as if a query is being run).
10) try the same thing with the Views node - same results.
I would appreciate any help with this - I have been struggling with it for the past few days.
Thanks!

Hi
Has anyone found a consistent answer to what might be causing this?
I am experiencing the same issue trying to create ADF Business Components against a SQL Server 2005 database. The JDBC connection string is fine, as I can access the database in the Database Navigator and run queries against the tables.
However, the tables don't appear in the Tables folder of the dbo schema when looking in the Connections section of the Application Resources item - also the table names never appear in step 1 of the Create Business Components from Tables wizard. I have tried using a SQL Server 2005 database that was a SQL 2000 conversion and one that was a native 2005 database and I get the same results - I am using JDeveloper 11.1.1.0.0 on XP SP2 and with SQL Server 2005 Developer Edition.
I am trying to evaluate ADF against a C# tool for a major project. If I can't get this to work, I am going to have to recommend Microsoft on the basis that I can't get JDeveloper to work "out-of-the-box".
Thanks

Similar Messages

  • Data not displayed in Z-table when material code (MATNR) entered in selection screen.

    Hi Experts,
    I have a Z-table for a gatepass report which was already created by another developer. This table has many fields including plant, year, material code field. (MATNR) etc
    Now the problem is in SE11, I run the table to display the entries, when I enter plant and year and execute many entries are displayed.properly including material codes(e.g.50008536). 
    But when I execute the same entering plant, year and material code(e.g.50008536) then this message is displayed. " No table entries found for specified key"
    The same thing happens if I am writing a select query in my report to get the data of any particular material code. My internal table is not filled with the data including that particular material code.
    Some more info :
    1. The material code field in the Z-table is assigned the standard material code Data element. i.e. MATNR
    2. Even if I enter '000000000050008536' as input it is still not working. it is automatically changed to '50008536' after executing.
    So please help me where the problem is? I have spent alot of time on this but not able to find the problem..
    Thanks,
    Vishal .

    Hi Vishal,
    Hope I understand  that table content does not starts with zero for material, reply me if i am wrong.
    Use this code before where condition.
    loop at so_matnr.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = so_matnr-low
      IMPORTING
        OUTPUT        = so_matnr-low.
    if so_matnr-high is NOT INITIAL.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = so_matnr-high
      IMPORTING
        OUTPUT        = so_matnr-high.
    endif.
    MODIFY  so_matnr.
    endloop.
    if table content is filled with zero use  FM conversion_exit_alpha_input
    Regards,
    Venkat.

  • User-Defined Type does not display values in Table Data grid

    I have a User defined Type that is a collection of one character VARCHAR2 values. In the Table Data grid it does not display the character values. I know on all our other Oracle development applications these values display. Is this a bug or is there a snippet to display these values?

    Version: 1.0.0.15
    DB: 10.2.0
    Workstation OS: Windows XP

  • MY LIST OF 'DEVICES' ON 'FINDER' HAS 'TURNED OFF' ( does not display list and does not show as bright)  AND I CAN'T SEE MY LIST OF DEVICES (TO EJECT A DISK, OR ADD A FILE TO A DISK) ETC)??

    my list of 'devices' on 'FINDER' has 'turned off.  gone to not (bright ) does not display backup disks or I- pad etc.  I can't see my list to eject a disk or copy a file to I-Pad etc???
    Also how would I un-zip a file I have downloaded to "download" and then copy it to a disk??

    Hold down OPTION COMMAND and click S
    Regards,
    Captfred

  • How to display list of tables in order

    When i issue SELECT * FROM TAB command in SQL/Plus or anyother tools the list of table is not shown in alphabatic order, instead Oracle shows list in the order in which tables created.
    The problem is only with ORACLE 10g Release 2

    I am not sure what you are trying to do now? Anyway please review the posted links, assuming you wanted to view the objects of the current/present schema;
    SQL> select count(*) from user_objects
      2  where object_type='TABLE';
      COUNT(*)
             2
    SQL> select count(*) from user_tables;
      COUNT(*)
             2
    SQL> select * from tab;
    TNAME                          TABTYPE  CLUSTERID
    PLAN_TABLE                     TABLE
    TEST                                 TABLE
    SQL> select count(*) from tab;
      COUNT(*)
             2I think the confusion was that ALL_TABLES shows tables accessible to the current user.
    SQL> select count(*) from all_tables;
      COUNT(*)
          2652Adith

  • Firefox does not display button and table in High Contrast Theme

    When i'm using the high contrast theme in Windows 7, the webpage i'm accessing does not show layouts for tables, textboxes and buttons, whereas while accessing the same page with other browsers (i.e Chrome,IE) I can view them correctly. Please suggest whether it is possible to get the layouts in High contrast theme, if Yes, kindly tell the detailed steps to do that!
    TIA

    This is an image of what displays for me

  • Preview not displaying List View Data past first row

    I guess this is a simple question.  I have my Excel model working the way I wish it to.  The components before preview are functioning accordingly.  When Preview is run, the data in the two spreadheet tables is not displayed past the first row.
    Basically, is there some gremlin within Flash that is ignoring or deleting the functions (VLOOKUP) in the targeted display area?  By all rights, this should be working, and I am kind of surprised that it isn't

    If the data is static, it will display.  My research turned up that VLOOKUP and HLOOKUP functions will not display after the first row of data.
    Source:  Xcelsius 2008 Dashboard best Practices by Loren Abdulezer, pages 407-408
    My problem is that in making the data dynamically selectable, and using multiple functions to bring results to the top of the spreadsheet instead of their respective locations; it has created a situation where I have an Excel model that works, but an Xcelsius model that does not.
    Doesn't look like there really is a solution to what I am trying to do, short of completely rebuilding the model, which I do not have the ability to replicate.

  • Not displaying row of table

    Hi everyone,
    Lets say I have a node containing 5 rows that I display in a table element.
    For some reasons, I do not want to display row 4.
    Is it possible to display row 1, 2, 3, 5 without deleting row 4 from that node ?
    Thanks.
    Regards.

    Hi Fryda,
    Create two nodes in the context with same number of attributes.
    (a)TableNode  (Main node)
    (b)BackUpNode (BackupNode)
    Now when you don't want to display row 4, then do the following steps.
    (1) copy the Table Node to the Backup Node.
           WDCopyService.copyElements(wdContext.nodeTableNode(),wdContext.nodeBackUp());
    (2) Now delete the row 4 from Table node.
    IWDNodeElement nodeElement=wdContext.nodeTableNode().getElementAt(3);
    wdContext.nodeTableNode().removeElement(nodeElement);
    (3)And if you need the row 4 in future you can take it form BackUpNode or you can copy the backup node back to table node, as done in the first step
    WDCopyService.copyElements(wdContext.nodeBackUp(),wdContext.nodeTableNode());
    Regards,
    Praveen

  • Not Displaying List when called in subscreen

    Hi all
      My program is not showing the output screen(list) when it is called from the subscreen, it is returing back to the subscreen.
    Following is the program flow.
    1. I have a normal selection screen and a selection subscree.
    SELECTION-SCREEN BEGIN OF BLOCK b1. PARAMETERS: pa_bukrs LIKE t001-bukrs,
                pa_kunnr LIKE kna1-kunnr,
                pa_kdgrp LIKE knvv-kdgrp,
                pa_gjahr LIKE bsid-gjahr DEFAULT '2007'.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF SCREEN 2001 AS SUBSCREEN.
    SELECTION-SCREEN BEGIN OF BLOCK b2.
    PARAMETERS: p1 RADIOBUTTON GROUP g1 DEFAULT 'X',
                p2 RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN END OF SCREEN 2001.
    2. Now after displaying normal selection screen, with some input parameter combination i am calling new screen, as shown below.
      IF pa_kunnr <> ''.
        CALL SCREEN 100.
      ENDIF.
    following is the code of screen flow logic
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      CALL SUBSCREEN area INCLUDING sy-repid '2001'.
    PROCESS AFTER INPUT.
      MODULE cancel AT EXIT-COMMAND.
      MODULE TEST.
      CALL SUBSCREEN area.
      MODULE user_command_0100.
    3. Now in "user_command_0100" Module i am writing the commands to print the list, as shown below
      CASE sy-ucomm.
        WHEN 'BACK'.
          LEAVE PROGRAM.
          LEAVE TO SCREEN 0.
        WHEN 'EXIT'.
          LEAVE PROGRAM.
          LEAVE TO SCREEN 0.
        WHEN 'EXEC'.   "This is the button defined on the sub screen"
          IF ( p1 = 'X' ).
            PERFORM select_data_opt3_1.
            PERFORM rep_opt3_1_top.
            PERFORM rep_opt3_1_print.
          ELSE.
            PERFORM select_data_opt3_2.
          ENDIF.
      ENDCASE.
    _Problem:-_ Now i am writing the list in the perform statements,
    now problem is that after executing all the command the program is returing back to the subscree(OR screen no 100) without displaying the list.
    Please tell me where should i give the write command.
    Regards
    Sukhjinder Singh

    You have to write the follwoing statements if you want to switch list from screen :
      LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.
      SET PF-STATUS space.
      SUPPRESS DIALOG.
    Ex: Check the following code:
    REPORT demo_leave_to_list_processing .
    TABLES demo_conn.
    DATA: wa_spfli TYPE spfli,
          flightdate TYPE sflight-fldate.
    CALL SCREEN 100.
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE user_command_0100.
      CALL SCREEN 500.
      SET SCREEN 100.
    ENDMODULE.
    MODULE call_list_500 OUTPUT.
      LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.
      SET PF-STATUS space.
      SUPPRESS DIALOG.
      SELECT  carrid connid cityfrom cityto
        FROM  spfli
        INTO  CORRESPONDING FIELDS OF wa_spfli
        WHERE carrid = demo_conn-carrid.
        WRITE: / wa_spfli-carrid, wa_spfli-connid,
                 wa_spfli-cityfrom, wa_spfli-cityto.
        HIDE: wa_spfli-carrid, wa_spfli-connid.
      ENDSELECT.
      CLEAR: wa_spfli-carrid.
    ENDMODULE.
    TOP-OF-PAGE.
      WRITE text-001 COLOR COL_HEADING.
      ULINE.
    TOP-OF-PAGE DURING LINE-SELECTION.
      WRITE sy-lisel COLOR COL_HEADING.
      ULINE.
    AT LINE-SELECTION.
      CHECK NOT wa_spfli-carrid IS INITIAL.
      SELECT  fldate
        FROM  sflight
        INTO  flightdate
        WHERE carrid = wa_spfli-carrid AND
              connid = wa_spfli-connid.
        WRITE / flightdate.
      ENDSELECT.
      CLEAR: wa_spfli-carrid.
    screen 100
    PROCESS BEFORE OUTPUT.
      MODULE STATUS_0100.
    PROCESS AFTER INPUT.
      module cancel at exit-command.
      MODULE USER_COMMAND_0100.

  • External Content Type not displaying List.

    I am getting the following Error when i go to the External Content Type List i Created.
    Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.
    When i open it up in Sharepoint Designer and look at the page i get this error.
    soap:ServerException of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.An error has occurred.
    I'm connecting to a SQL Server with sql server credentials. I'm able to see the tables and columns in the Data Source Explorer.
    The permissions for the Content Type are all authenticated Users with everything checked.

    Hi,
    How did you supply username and password to the external content type?
    As i know, there are four options (user's identity, BDC's identity, impersonate windows identity, impersonate custom identity), you cannot directly input the SQL username and password.
    I suggest you to use impersonate custom identity.
    Before using it, you need to create a new target application ID in secure store service application. and select
    user name and password for filed type at second step. after that, you need to set credentials for this target application ID to input your sql user name and password there.
    Then you need to input this target application ID at connection properties (both default and client tabs) of the external content type.
    Regards,
    Seven

  • JTable column headers not displaying using custom table model

    Hi,
    I'm attempting to use a custom table model (by extending AbstractTableModel) to display the contents of a data set in a JTable. The table is displaying the data itself correctly but there are no column headers appearing. I have overridden getColumnName of the table model to return the correct header and have tried playing with the ColumnModel for the table but have not been able to get the headers to display (at all).
    Any ideas?
    Cheers

    Class PublicationTableModel:
    public class PublicationTableModel extends AbstractTableModel
        PublicationManager pubManager;
        /** Creates a new instance of PublicationTableModel */
        public PublicationTableModel(PublicationManager pm)
            super();
            pubManager = pm;
        public int getColumnCount()
            return GUISettings.getDisplayedFieldCount();
        public int getRowCount()
            return pubManager.getPublicationCount();
        public Class getColumnClass(int columnIndex)
            Object o = getValueAt(0, columnIndex);
            if (o != null) return o.getClass();
            return (new String()).getClass();
        public String getColumnName(int columnIndex)
            System.out.println("asked for column name "+columnIndex+" --> "+GUISettings.getColumnName(columnIndex));
            return GUISettings.getColumnName(columnIndex);
        public Publication getPublicationAt(int rowIndex)
            return pubManager.getPublicationAt(rowIndex);
        public Object getValueAt(int rowIndex, int columnIndex)
            Publication pub = (Publication)pubManager.getPublicationAt(rowIndex);
            String columnName = getColumnName(columnIndex);
            if (columnName.equals("Address"))
                if (pub instanceof Address) return ((Address)pub).getAddress();
                else return null;
            else if (columnName.equals("Annotation"))
                if (pub instanceof Annotation) return ((Annotation)pub).getAnnotation();
                else return null;
            etc
           else if (columnName.equals("Title"))
                return pub.getTitle();
            else if (columnName.equals("Key"))
                return pub.getKey();
            return null;
        public boolean isCellEditable(int rowIndex, int colIndex)
            return false;
        public void setValueAt(Object vValue, int rowIndex, int colIndex)
        }Class GUISettings:
    public class GUISettings {
        private static Vector fields = new Vector();
        private static Vector classes = new Vector();
        /** Creates a new instance of GUISettings */
        public GUISettings() {
        public static void setFields(Vector f)
            fields=f;
        public static int getDisplayedFieldCount()
            return fields.size();
        public static String getColumnName(int columnIndex)
            return (String)fields.elementAt(columnIndex);
        public static Vector getFields()
            return fields;
    }GUISettings.setFields has been called before table is displayed.
    Cheers,
    garsher

  • Transient bool VO attribute not displaying correctly in table on data fetch

    Hello Forum,
    I have a 'select all' button that programmatically sets a boolean transient attribute on a view object to 'true'. The code to iterate through all the rows in the VO is in a ViewObjectImpl subclass and looks like this:
        public int setAllRowsSelected(String attrDenotingSelection){
            RowSetIterator tempRSI = this.createRowSetIterator(null);
            tempRSI.reset();
            int count = 0;
            while(tempRSI.hasNext()){
                Row row = tempRSI.next();
                row.setAttribute(attrDenotingSelection, true);
                count++;
            tempRSI.closeRowSetIterator();
            return count;
        }The VOimpl method is invoked via an actionListener from a managed bean:
        public void rowSelectForBulkAction(ValueChangeEvent valueChangeEvent) {
            if (!PhaseId.INVOKE_APPLICATION.equals(valueChangeEvent.getPhaseId())) {
                valueChangeEvent.setPhaseId(PhaseId.INVOKE_APPLICATION);
                valueChangeEvent.queue();
            } else {
                String attrNameDenotingSelection =
                    (String)valueChangeEvent.getComponent().getAttributes().get("attrDenotingSelection");
                ArrayList params = new ArrayList();
                params.add(attrNameDenotingSelection);
                JUCtrlActionBinding actionBinding = (JUCtrlActionBinding)EL.get("#{bindings.getCountOfSelectedRows}");
                actionBinding.setParams(params);
                Integer count = (Integer)actionBinding.execute();
                if (!actionBinding.getErrors().isEmpty()) {
                    throw new RuntimeException("Error occured in \'getCountOfSelectedRows\' binding method. Investigate back end to find source of error.");
                EL.set("#{viewScope.countOfSelectedRows}", count);
        }The VOImple method is exposed for the bean to call it.
    The returned 'count' is used determine whether other UI controls should be enabled.
    The code works fine -- all rows have the attribute set to 'true', but the problem I have is when the table is scrolled and the next 25 (or whatever the rangesize is) is fetched for the table, the selectBooleanCheckbox component is not checked. The first 25 or so are checked (i.e., true), but the others aren't.
    The only way I can seem to get all selectBooleanCheckbox components to show as checked is if I set the range to a large number that will hopefully exceed the greatest number of rows ever.
    This seems wrong.
    Is this a bug or is there some setting I am missing in order to get the selectBooleanCheckbox to display correctly?

    In stead of custom method in VO try custom method in AM along following lines
    this.getVO().setRangeSize(-1);
    Row [] rows = getVO().getAllRowsInRange();
    loop through rows setting the transient attribute.
    Anyway setting rangeSize to -1 will force all records to be retrieve.
    HTH
    Kenneth

  • Swf flash files are not displaying neatly within table cells.

    The latest version of Firefox (3.6.12) The website I have design now shows thick lines underneath the flash files. URL Below. The table of pictures should be neat, instead the cells in which the flash files are contained are increasing in height and breaking apart the table . This does not happen in previous version of Firefox, Internet Explorer & Google Chrome.
    Is there anything i should be doing different when inserting flash files into web pages that have complex tables? Or is this a problem with Firefox?
    http://www.arnoldwills.co.uk/Master_Home.html

    Add a rule object { display: block } to the stylesheet. An object is an inline element by default.

  • Safari not displaying lists properly as defined in CSS

    I have been successfully using my .css file for a while on my website for work. Now I need to default to the 2nd level of ordered list as my first, but just for this page. However, Safari is showing it as 1st level ordered list even with override. Opera, Netscape, Explorer, and Firefox all display the page correctly, but Safari does not.
    I've got Safari 2.0.3 on Mac OS X 10.4.4. The page is ocean.tamu.edu/GCOOS/RA/memorandum.htm
    Thanks for any help you can provide.
    Susan

    Try checking that it is VALID CSS with W3C's CSS Validation Service.
    Beavis2084

  • Login window not displaying list of users

    Hello, i work in a networked office environment, where we regularly sync our networked users to mobile accounts, using homesync.
    On most of our computers, the login window displays the admin account, guest account, other (for network login) and any users synced. However on some computers, it just displays the username/password dialogue. I've checked the login preferences - and "display login window as: list of users" is selected. Also this information is grayed out as though it can't be changed. Is there a rogue system preference file that's causing this to not work correctly? If so where is it, can i delete it, or modify it to fix this situation? thanks!

    I tried the commands you've listed. Upon checking the com.apple.loginwindow.plist files, I noticed that the changes ARE being made to the file, but loginwindow.app is flat-out ignoring the settings. As for the stuff I tried earlier:
    Boot into Single-User Mode
    /sbin/fsck -fy
    /sbin/mount -uw /
    cd /Library/Preferences
    rm com.apple.loginwindow.plist
    rm com.apple.windowserver.plist
    cd /Library/Caches
    rm -r *
    cd /System/Library
    rm Extensions.kextcache
    cd /System/Library/Caches
    rm -r *
    reboot
    ...and after this had no effect, I deleted the loginwindow plists listed above several times from the Finder to force loginwindow.app to regenerate them.
    It seems like my problem has evolved slightly since my first post. At first, changes made in the Accounts preference pane would have no effect on the contents of /Library/Preferences/com.apple.loginwindow.plist. Now, the changes ARE made in the file, but loginwindow.app does not heed them. Any ideas?

Maybe you are looking for

  • Dvi to hdmi adapter

    I purchased a Dvi to hdmi adapter from the Mac store It works fine on my sons lcd but all I get on my Hitachi 42 inch plasma is a blank screen the display seems to change but no display on the tv

  • Performance counters for SQL database

    I have this need to carry out a performance test on our SQL database. What are the counters that I need to check and are there any tools that would assist me on this? mayooran99

  • Safari & system problems since Java updat

    Since updating to the new Java update (Java 1.3.1 and 1.4.2 Release 2), Safari will occasionally hang and it also hangs OS X. The only way to recover is to reboot. I have cleaned all the Java caches using the Java utilities. Have not done anything wi

  • Look and feel master detail form

    Hello i have difficulties at the time of trying to decorate a master detail form i have 2 blocks one is the master and the other is the detail the question is can i change the text item of the master which are in the same tab canvas that the detail t

  • Hue/Saturation of one Layer?

    Is that possible? I don't want the hue to change the entire image and what I'm trying to change is glowing text so selecting it is kinda out of the question. The text is on it's own layer though can I just adjust the color of that layer?