Weblogic 6.0 sp 1 Informix Driver -- ResultSetMetaData get ColumnName NOT returning correctly

Hi,
I am not able to get Column Name:
String columnName = rsmd.getColumnName(i);
When I print out:
System.out.println ("Column = [" + columnName + "]");
I get:
[expression] for each value in the row.
I do get data via table.toString...
Here is the row with correct data. I see (expression) here as well.
#### <2001.08.21.15.54.13.PDT> <VERBOSE> Table: [(expression)]:[40731049 ,
, 1234589353, 223475628, 999-00990099 , 00120, , , ,
N , , , null, -1, NW:NO SA:NO HW:NO , S , Y , REG , 2001-08-10,
1, N , 10077973 , , 0, null, null, null, null, null, -1, ]
Have any out there experienced this trouble or have any ideas?
Thanks
Margot Vafides
Autodesk Inc.
IT - Web Application Group
([email protected])

I recommend you use the Informix jdbc driver available from Informix
website. It is free and is from the vendor. If you have to use this feature
with the weblogic driver please call support and file a case.
hth
sree
"Margaret (Margot) Vafides" <[email protected]> wrote in message
news:3b83061e$[email protected]..
>
Hi,
I am not able to get Column Name:
String columnName = rsmd.getColumnName(i);
When I print out:
System.out.println ("Column = [" + columnName + "]");
I get:
[expression] for each value in the row.
I do get data via table.toString...
Here is the row with correct data. I see (expression) here as well.
#### <2001.08.21.15.54.13.PDT> <VERBOSE> Table: [(expression)]:[40731049,
, 1234589353, 223475628, 999-00990099 , 00120, , ,,
N , , , null, -1, NW:NO SA:NO HW:NO , S , Y , REG ,2001-08-10,
1, N , 10077973 , , 0, null, null, null, null, null, -1, ]
Have any out there experienced this trouble or have any ideas?
Thanks
Margot Vafides
Autodesk Inc.
IT - Web Application Group
([email protected])

Similar Messages

  • Driver problem, x1600, XP not displaying correctly on large display

    I am using the ATI x1600 radeon mobility graphics card in my Macbook pro. When running bootcam and XP I try to get it connected to my 1080p television.
    I am using XP to play games, so all want is a wide screen resolution, 1280x720, 1360x768 ect. (so it doesn't stretch, I am using 1024x768, looks good, but stretched)
    But when i try to get it to display those, it just displays either half the screen, or a little screen in the middle. I try to adjust the display setting on the tv, but smart strech, or strech, or zoom, or dot by dot all do nothing.
    One other thing I notice, I tried to get it to display 1920x1080, but it just displays a very short, very long screen in the middle of my TV.
    Its clear it has no idea what its doing. I installed the latest drivers, nothing workd right.
    Thanks!
    NOTE: I am using a DVI-HDMI cable, same one that I use w/ OSX works fine in OSX.

    i guess http://laptopvideo2go.com provides only NVidia drivers. For ATI, go to http://ati.amd.com and download latest XP drivers for Radeon X1600 (not mobility). Then go to http://www.driverheaven.net/modtool.php and download modtool. After extracting, mod the downloaded driver by following the instructions and install. You will have the latest drivers for your GPU.

  • JDBC Informix Driver Error -908

    I have this problem of connecting to a informix database server. I have successfully loaded the database driver with the following code:
    Class.forName("com.informix.jdbc.IfxDriver");
    and does not return any error, but when connecting to the database with the following code:
    private Connection con;
    con = DriverManager.getConnection(url);
    where the url is a correct connection string. It returns an exception error -908 saying that I cannot connect to the specified server.
    Please anyone I need help on this.
    Thanks
    Ice

    Don't know if you have already resolved the problem, but connections from applets (in a browser) can only be made to the hosting server.
    If the database is on another server, the security context will reject the connetion.
    If this is your problem, the informix jdbc dist has a proxy app (located in the proxy dir of the jdbc intall) that can be installed in the web server to redirect connections - at least that is my understanding, as I only glanced at the docs about it.

  • WebLogic 8.1 SP2 bug in JDBC Pool creation for IBM Informix Driver - Type 4 XA

    Funny business happens when you create a JDBC Connection Pool with IBM's Informix Driver - Type 4 XA under WebLogic 8.1 SP2
    I have included the ifxjdbc.jar and ifxjdbcx.jar in the classpath in the the extENV.cmd, but I kept getting errors on connection:
    weblogic.common.ResourceException: 0:com.informix.asf.IfxASFException: Attempt to connect to database server (myhost) failed. - with nested exception:
    [weblogic.common.ResourceException: com.informix.asf.IfxASFException: Attempt to connect to database server (myhost) failed.]
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1180)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1040)
    Then I realised the WebLogic console was swapping these properties:
    serverName=ol_myserver
    ifxIFXHOST=myhost
    Terrible forehead-slap!
    I rechecked and this what happens:
    Informix Server: -> ifxIFXHOST
    Host Name: -> serverName
    But the URL is correct.
    jdbc:informix-sqli://myhost:1543/mydb:informixServer=ol_myserver
    Notice that the exception message says:
    Attempt to connect to database server (myhost) failed.
    Alpha

    Alpha Lau wrote:
    Funny business happens when you create a JDBC Connection Pool with IBM's
    Informix Driver - Type 4 XA under WebLogic 8.1 SP2
    I have included the ifxjdbc.jar and ifxjdbcx.jar in the classpath in the
    the extENV.cmd, but I kept getting errors on connection:
    weblogic.common.ResourceException: 0:com.informix.asf.IfxASFException:
    Attempt to connect to database server (myhost) failed. - with nested
    exception:
    [weblogic.common.ResourceException: com.informix.asf.IfxASFException:
    Attempt to connect to database server (myhost) failed.]
    at
    weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1180)
    at
    weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1040)
    Then I realised the WebLogic console was swapping these properties:
    serverName=ol_myserver
    ifxIFXHOST=myhost
    Terrible forehead-slap!
    I rechecked and this what happens:
    Informix Server: -> ifxIFXHOST
    Host Name: -> serverName
    But the URL is correct.
    jdbc:informix-sqli://myhost:1543/mydb:informixServer=ol_myserver
    Notice that the exception message says:
    Attempt to connect to database server (myhost) failed.
    AlphaHi. If the URL has a particular property value, then don't add the property
    redundantly in the pool's properties.
    Joe

  • Informix Driver :  Message -23197 not found.

    hello, do you know this error?
    weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: [BEA][Informix JDBC Driver][Informix](Internal Error) Message -23197 not found.
    It appears when I configure a driver for an informix database. The driver is weblogic.jdbc.informix.InformixDriver. I think the driver is ok but I don´t find any information about this error.
    Thank you.

    Yes, it has a DSN. It is:
    DSN Test Homer
    User Name ******
    Server homer.cs.odu.edu
    The connection string is:
    Provider=MSDASQL.1;Password=*******;Persist Security Info=True;User ID=******;Extended Properties="DSN=Test Homer;UID=******;PWD=******;SERVER=homer.cs.odu.edu;"
    with the appropriate user name and password filled in.

  • CachedRowSet problem in Weblogic 6.1 and Oracle thin driver 9.0.1

    Has anyone used the CachedRowSet class successfully? (this classes are
    new and from the JDBC extension pack)
    I am experiencing "Not in a transaction" errors when executing
    cachedrowset.populate(resultset), even though I'm inside a correct
    ut.begin and ut.commit transaction.
    Note I don't have these problems when I don't use the CachedRowSet
    classes.
    If I remove the setFetchSize(50) line, then I receive the ORA-01002:
    fetch out of sequence error, which is discussed in another post on
    this newsgroup.
    I don't have any of these problems at all, if I use the Oracle Thin
    Driver directly (i.e. not using Weblogic 6.1).
    -H
    Example of code:
    stmt = getConnection().createStatement();
    stmt.setFetchSize(50);
    stmt.executeQuery("SELECT * FROM ASSET");
    rs = stmt.getResultSet();
    crs = new CachedRowSet();
    crs.populate(rs);

    Hi Arturo,
    What kind of a problem do you have? Any stacktraces?
    Regards,
    Slava Imeshev
    "Arturo Fernandez" <[email protected]> wrote in message
    news:[email protected]..
    Hi! I have a problem with CLOB column in Oracle 8.1.7. My enviroment
    is:
    Windows 2000, BEA WLS 6.1 and Oracle 8.1.7. I'm trying to use
    'classes12.zip' provided by Oracle. I added 'classes12.zip' to
    CLASSPATH after than 'weblogic.jar' in my startup server script, but
    it fails when trying to retrieve a CLOB data from database. Script
    includes:
    setCLASSPATH=.\classes12_01.zip;.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;
    >
    But this driver and the code runs sucessfully with the same database
    and weblogic 5.1. I'm interesting in use this driver and this code
    because i'm trying to migrate two applications from WLS 5.1 to WLS 6.1
    I cannot find a solution.
    Can everybody help me, please? It's urgent for me...

  • How do i upgrade my hard drive and get it to boot in Mountain Lion?

    I have a Late 2009 Macbook 6,1 and want to install a new, larger capacity hard drive. Currently I am running Mountain Lion and don't have any install disks, so the question is, what is the process to change out the drive and get the Mac to boot after the new drive is installed. Since it is a new drive it won't have a recovery partition or any operating system files. My plan is to migrate my data using my Time Machine backup, but I worry that when I try to boot after the new drive is installed, all I will be greeted with will be a flashing question mark. I'm really having a hard time finding a step-by-step set of instructions for someone attempting what I'm trying to do. I do have an external enclosure I could put the new drive into before I put it into the Mac. Would I try using something like Migration Assistant to transfer all of the files to the new drive and then just swap out drives afterward? Would the OS migrate as well, or would I still not have a bootable drive? Or is there some kind of minimal boot disk I could burn onto a CD or flash drive and then once the machine boots go with a restore from Time Machine Backup? I'm open to any ideas anyone may have on the least painful way to go about this process. Maybe use some (hopefully free) software of some sort to clone the current drive onto the new drive while it's still in the external enclosure? Any help or ideas would be greatly appreciated!

    How to replace or upgrade a drive in a laptop
    Step One: Repair the Hard Drive and Permissions
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Step Two: Remove the old drive and install the new drive.  Place the old drive in an external USB enclosure.  You can buy one at OWC who is also a good vendor for drives.
    Step Three: Boot from the external drive.  Restart the computer and after the chime press and hold down the OPTION key until the boot manager appears.  Select the icon for the external drive then click on the downward pointing arrow button.
    Step Four: New Hard Drive Preparation
      1. Open Disk Utility in your Utilities folder.
      2. After DU loads select your new hard drive (this is the entry with the
          mfgr.'s ID and size) from the left side list. Note the SMART status of
          the drive in DU's status area.  If it does not say "Verified" then the drive
          is failing or has failed and will need replacing.  Otherwise, click on the
          Partition tab in the DU main window.
      3. Under the Volume Scheme heading set the number of partitions from
          the drop down menu to one. Set the format type to Mac OS Extended
          (Journaled.) Click on the Options button, set the partition scheme to
          GUID  then click on the OK button. Click on the Partition button and
          wait until the process has completed.
      4. Select the volume you just created (this is the sub-entry under the
          drive entry) from the left side list. Click on the Erase tab in the DU main
          window.
      5. Set the format type to Mac OS Extended (Journaled.) Click on the
          Options button, check the button for Zero Data and click on OK to
          return to the Erase window.
      6. Click on the Erase button. The format process can take up to several
          hours depending upon the drive size.
    Step Five: Clone the old drive to the new drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         1. Select Disk Utility from the main menu then press the Continue
             button.
         2. Select the destination volume from the left side list.
         3. Click on the Restore tab in the DU main window.
         4. Select the destination volume from the left side list and drag it
             to the Destination entry field.
         5. Select the source volume from the left side list and drag it to
             the Source entry field.
         6. Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    Step Six: Open the Startup Disk preferences and select the new internal volume.  Click on the Restart button.  You should boot from the new drive.  Eject the external drive and disconnect it from the computer.

  • Upload to Google Drive ignores my "Do not OCR" setting

    I love the HP AiO app on my iPhone. I use it to scan all my snailmail, which helps a lot with my personal administration.
    However, when I scan a document to PDF and then upload that PDF to Google Drive, I get a file with a .pdf.gdoc extension, which attempts to OCR my document. While this can be useful, there are also documents like a diploma, passport etc that I want to keep as PDF files. My Google Drive settings are configured to not perform any OCR nor to try to convert a PDF to a Google Doc. But it looks like the app ignores these settings. Would it be possible to fix this?

    Hi zeptimius, welcome to the HP Forums. I understand when you scan PDF files, and save them to Google Drive it is being OCR'd regardless of your setting on Google Drive to not OCR.
    I am not certain how Google processes these documents, but I suggest you scan somewhere else to see if it ends up being OCR'd. This will tell you if the OCR option is being done before getting to Google Drive. If it does not, then you would have to contact Google to ask how to prevent this undesirable action.
    Let me know what you come up with.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for

    I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for the HP driver when i boot up. It also will not save in any print or postscript format. Does anyone know how to fix?
    Currently use a Mac with the latest Mavericks 10.9.4

        Oh boy! Acting kind of weird seems to be an understatement, aquaequus!
    What type of troubleshooting were we able to do with you? I want to make sure that we can get some sort of resolution for this problem.
    It is quite possible the battery door may get your phone in working order again. I'm not sure if the store has it in stock, but it is available in our warehouse for $14.99 which can be ordered via customer service.
    Tamara H.
    Follow us on Twitter @VZWSupport

  • Crystal Export Tab Text (TTX) Not working correctly in program using Objects Driver XI

    I have created a report in Crystal 2013 that I need to export as a tab delimited file for import into QuickBooks.  If I run the export from within Crystal 2013, the export works fine.  All the data is there delimited by tabs.  Each field is set to "Can Grow".
    The image in Excel shows I am in cell A3 and it has only one item in it TRNS, each field is in its own column.
    We purchased software that uses the Business Objects XI Driver (the Crystal Redistributable program).  When I run the program to export the data (the software only lets you export this report) and choose tab delimited, none of the data is delimited, it is all concatenated together in one big long string for each line.
    If the data is longer than the field length in Crystal, the "Can Grow" option moves all the extra information to line 2, and all fields that had extra data and went to line 2 is concatenated together in one string.  And if the data went to a line 3 it concatenated all the line 3 data together.
    The image in Excel shows I am in cell A3 and it has everything on row 3 combined into one string, data that is not set to "Can Grow" is cut off like the date which is showing 6/13/20 (does not show the 14) and it continues to the 1100 (which is the General Ledger code, but cuts off "Account Payables").  The company name is set to "Can Grow".  The company name is CASTS  CAST SERVICES AND MACHINGING.  You can see CASTS  CAST on line 3 but the rest of the company name moves down to row 4 and 5.
    If I export the file from the software as txt, I get the same thing as exporting it as tab delimited.
    I cannot figure out why this is doing this.

    Hi Les,
    Unfortunately CR XI is end of life and end of support so we can't get any patches to you, if one existed for this issue or not.
    Only option is to ask them if they have an update to current supported CR Versions and runtime, CR 2011, 2013 and the runtime is CR for Visual Studio.
    FYI, your TTX in the title is NOT the correct acronym to use because we had a legacy export type to ttx file format, it's no longer supported at runtime, so you you should refer to it as Tab Delimited and not TTX.
    Don

  • My computer recently crashed.  I had everything on an externa drive.  I'm trying to reload my music into itunes from my external drive.  I do not have an itunes library document for some reason.  How do I get my library back onto itunes?

    I'm trying to figure out how to access my music library from my external drive.  I do not have a media library document and believe that I would have to create one based on the music that is on my external drive.  Can someone help?

    If you're running Windows 8.1, this seems to be a common theme, or some variation there of at least. Myself, I can't even back-up on my iPhone 4S which has iOS 7.1.2 and I'm running iTunes 11.3.0.54 and have resorted to purchased the iTunes Match service to ensure that music on my primary desktop PC (which is paired to my iPhone) will be available on both the iPhone and my Windows 8.1 laptop. Regarding backing up of the iPhone, I'm thinking about going to a third party solution until either Apple and/or Microsoft can figure out why Windows 8.1 is having so many problems with the current version of iTunes (as of this writing 11.3.0.54).

  • I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I'm not really sure how to get those source files back

    I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I’m not really sure how to get those source files back and get rid of the extra long path to where the source files are now located. If I re-link files to their current catalog (many different paths to files in same catalog) can I merge (import catalogs) into one master catalog?  Will the new (Master catalog) have the correct link to the source file?  If not, how or can this be done?
    I have tried to explain my situation as clearly as I can.  Do you understand my situation?
    This maybe something you don’t have time to help me with.  If not can you suggest somewhere I can get an answer?  I really need help.  PLEEEZZZ HELP ME.
    Bruce Schuerman
    Norman, OK
    405_514-4875 (call collect)
    [email protected]

    Is there any solution (other than buying
    I really think 'buying' is the best solution on this one.  Ideally, you would have at least five internal hard drives.
    System
    Projects
    Cache/Scratch
    Media
    Exports
    Use externals and network drive only for backup.

  • I just purchased Time Capsule today.  I ONLY want to use it as an external drive.  I do not need it for Time Machine. I can see the TC in my finder, but when I click on a file or video to drag and drop, I get message that TC can't be modified. Help please

    I just purchased Time Capsule today.  I ONLY want to use it as an external drive.  I do not need it for Time Machine. I need to free up room on my computer. As of now, I can't even load updates. I can see the TC in my finder, but when I click on a file or video to drag and drop, I get message that TC can't be modified. Help please!

    I agree with Kappy.. passing files and especially via wireless is slow as slow.
    Just need to be sure your TC is the new AC model??
    And the OS on the computer is Lion?
    Have you completed the setup of the TC via the utility? You do still need to get internet via the TC so it has to be plugged into the main router..
    Give us the full picture of the network.
    Then we can help you get into it.. whether you should put your files on it is another question.

  • I converted aif files to mp3 files in I tunes so I could put them on a flash drive.  Now when I transfer an album to the flash drive I get both the aif files and the mp3 files in the flash drive.  How do I get the iTunes to only copy the smaller file?

    I converted aif files to mp3 files in iTunes so I could put them on a flash drive.  Now when I transfer an album to the flash drive I get both the aif files and the mp3 files on the flash drive.  How do I get the iTunes to only copy the smaller file?

    My suggestion to use the smart playlist was more along the lines of making one list with rules to show everything in your library as long as it was kind "mpeg" (= mp3).
    Smart playlists cannot be edited manually, only by changing the rules.  You can use them as the basis for another smart playlist though.
    There is added overhead to using smart playlists, so don't go overboard.

  • On my macbook pro the hard drive icon is not on my desktop and I don't know how to find the hard drive or get the icon back on my desktop

    on my macbook pro the hard drive icon is not on my desktop and I don't know how to find the hard drive or get the icon back on my desktop

    Click on the Desktop. From the Finder menu select Preferences. Check the boxes for what you want on your Desktop. If they are already checked, then try unchecking and rechecking.

Maybe you are looking for

  • How to use this USER_COMMAND and ALV grid

    hi all, I have requirement. there are 2 radiobutton in selection screen.     when rad1 is clicked,       some plain report display with button 'SUM" at the application toolbar.       when i click this SUM button , ALV grid report opens when rad2 is c

  • Query output format

    Hello I would like to have this out put: PID PCODE P_NUMBER L_NAME USED     NEW 191 TI4-35304     4-3530 POS     6     2                TCC      0     1 192 PI4-36701     4-3670 POS     4     23                TCC     0     18 193 TI4-34906     4-349

  • Bline date(urgent)

    Hi, Is it possible to restrict that one can not change baseline date through (FB02)  in case of 'RV' document type. Thanks in advance Manisha

  • Need help in WAD 7.0 - anaylsis item cell value as filter to another web...

    Hi , I need help in WAD 7.0 i have 2 web items, analyis item 1 & 2 when user clicks any cell value in column xxx of analysis item1, then i need to filter the analysis item 2 values for  column xxx  , for that user clicked value. how do i enable this

  • Design Studio behaviour according to query read mode property

    How does Design studio behave according to the Read Mode property set here in SAP : (RSRT transaction, query properties) : It seems like Business Objects tools (Analysis, Webi, …) don’t behave in the same way according to these properties, even if th