Does CF actually work with DB2 udb v9.1

I have posted other messages before and received a few
replies of documentation on how to configure CF with DB2. Each one
has a different connection string that must be keyed in.
i have been fooling around with this for 16 days now and i
still can not get a connection that will work. I can access the
data thru DB2 Version 9.1 and via the DSN system connection on the
windows server. i can connect to the data via ASP but not cold
fusion i have tried very connection string that has been sent to me
plus others i have found on the net. i am not sure what any of them
do or why i even need them, the doc does not even explain what they
are.or what they do. Connecting to databases is usually a slam
dunk.
is there anyone out there that is using DB2 udb v9.1 as a DB
working with coldfusion enterprise edition? if so did you get it to
work or did you have to return the Coldfusion product?

Bear in mind that CF doesn't actually talk to the DB, it
talks to a JDBC
driver. It sounds like you're having trouble with the JDBC
side of
things... it might help if you ask on a JDBC-specific forum
or a java one,
or something? You're more likely to get help. Once you get
the driver
working properly, CF will be able to talk to it. I'd be
surprised if it
was the CF->JDBC end of things that was amiss; it's more
likely to be the
JDBC->DB2 end of things.
Adam

Similar Messages

  • Does iSync actually work with any phones yet??

    I need a new phone but I'm still very reluctant to use Apple's iSync compatilibity list.
    The last time I used it I had to buy a USB cable to sync my address book, and as for iCal....forget it.
    So here's the big question:
    I like the Motorola V551 and wonder if anyone knows if it can sync my address book AND ical via bluetooth AUTOMAGICALLY without the need for system file edits, USB cables Etc Etc Etc.
    If not, are there any other GSM phones that DO work. Ideally ones available from Cingular Wireless.
    And if that's too much to ask, how about any phone from any provider. There's a place in Redmond that can "unlock" phones for around $25.
    I'm willing to go that route if necessary seeing it's almost impossible to just go into a store a buy a cellphone these days.
    Any feedback MUCH appreciated.

    I am surprised at your lack of confidence for isync. i myself use a sendo x with isync and it works absolutely fine via bluetooth and syncw addresse, ical, ical subscribed calendars, and i can send and receive files and ictures via bluetooth as well as install software on my sendo.
    for more compatibility, try this fledgling of a forum www.macandmobile.com and check the just being built list of sunc apps. many of these also support phones that isync doesnt.
    for anyone wanting to get a PDA phone with a Mac my best advice would be a Treo 650. its simpll the best out there with its ease of use, the range of availbale software and comparativel fast speed. i have used GPRS email over a sendo x and a plam tungsten w and the palm wins hands down (versa mail).
    blackberry is a great PDA phone as well and is well supported with PocketMac. in fcat if i am not mistaken, Cingular was offering a Blackberry 7100g WITH pocketmac for some USD 99 or so... only for Mac users.
    the sony ericsson 750i is supposed to work very well with macs as well, i have heard that connecting it via usb makes teh phone mount on the desktop and may even launch iphoto...

  • SAP ECC 6.0 SR3 Cluster failover not working in AIX with DB2 UDB V9.1 FP6

    Hi Gurus,
    We have installed the SAP ECC 6.0 SR3 High Availability  with DB2 UDB V9.1 FP6 in AIX cluster environment.
    After installation we are doing the cluster fail test.
    Node A
    Application Server
    Mount Points:
    /sapmnt/<SID>
    /usr/sap/<SID>
    /usr/sap/trans
    Node B
    Database Server
    Mount Points:
    /db2//<SID>
    The procedure followed to do the cluster failover:
    We have down the cluster on Node A and all the resources of the Node A has been moved to Node B.
    On Node B when we issued a command to start the SAP. It says u201Cno start profiles foundu201D
    WE have down the cluster on Node B and  moved the Resource from Node B to Node A .  There the db2 User IDu2019s are not available. We have crated the user Idu2019s manually on Node A. however it did not work.
    Please suggest the procedure to start the sap in cluster failover.
    Best Regards
    Sija

    Hi Sija,
    Can i have detailed scenario in your cluster configuration.
    Means you are saying that going to start cluster package manually, if it is right please make sure that you had the same copy of start, instance profiles of NodeA to Node B. Means you need to maintain two startup, two instance profiles for both nodes. In a normal situation it will picik the profile of node A to start databse from A node. But in a failover situation it will not pick node A profile to start, it should pick Node B s profiles.
    Just make a copy from node A and change the profile name accordingly to Node b. Then try to restart.
    Regards
    Nick Loy

  • SAP ECC 6.0 SR3 Cluster failover not working in windows with DB2 UDB V9.1 F

    Dear Expertise,
    We have installed the SAP ECC 6.0 SR3 High Availability with DB2 UDB V9.1 FP5 in windows cluster environment.
    We have installation following instances on nodes 1 and 2.
    Node 1                                                                               
    DB2 database software                                                                       
    Central service instance for ABAP Installation on Shared drive G:          
    First MCSC node to create a cluster group u201Cpdssapgrpu201D                            
    Database group u201Cpgsdbgrpu201D(Shared Drive)                                                  
    Enqueue replication service                                                                  
    CI (central instance)(local Drive)
    Node 2
    DB2 database software
    Additional cluster node
    Enqueue replication service
    DI(dialog instance)(local Drive)
    I can login into the system using both CI and DI.
    if my SAP Cluster group is moved from one node to another i can still login into the system
    But when my DB2 group is moved from node A to node B my SAP services are getting closed
    and i am getting the message database not found
    so please Guide me as soon as possible Friends.
    Thanks and Regards,
    Ravindra
    Edited by: Ravindra Bade on Mar 6, 2009 10:22 AM

    Hi Ravidra
    Have u solved the probelm I also have the same problem when i move the groups from node1 to node2 manually my 2 servrces 00 and 01 are failed not able to bring up again. If You solve the problem please guide me the solution to solve this.
    THanks in advance

  • How does SUM actually works

    Hi,
    I'm puzzled by how SUM actually works.
    I've got a table with the following fields:
    SET_OF_BOOKS_ID NOT NULL NUMBER(15)
    SUMMARY_CODE_COMBINATION_ID NOT NULL NUMBER(15)
    DETAIL_CODE_COMBINATION_ID NOT NULL NUMBER(15)
    TEMPLATE_ID NOT NULL NUMBER(15)
    LAST_UPDATED_BY NOT NULL NUMBER(15)
    LAST_UPDATE_DATE NOT NULL DATE
    ORDERING_VALUE NOT NULL VARCHAR2(25)
    Using the below, I was able to get the total value of all the ordering value.
    select sum(ordering_value) from gl_account_hierarchies where set_of_books_id = 1 and summary_code_combination_id = 1147;
    I was happy that I could get the total value but am puzzled as ordering value is of data type VARCHAR2.
    Is sum(ordering_value) a VARCHAR2 or a NUMBER then?
    I did a simple test, inserting the following record:
    insert into gl_account_hierarchies values(1,1024,1,2,3,'11-APR-2002','xyz');
    After committing, I double check by using the following statement:
    select * from gl_account_hierarchies where last_update_date = '11-APR-2002';
    and was able to retrieve the newly inserted record.
    But when I did another check with the following statement:
    select * from gl_account_hierarchies where set_of_books_id = 1 and summary_code_combination_id = 1147;
    I wasn't able to retrieve the newly inserted record.
    Why is that so? How does SUM actually works? Is the output of SUM a VARCHAR2 or NUMBERIC value?
    thanks in advance!!
    Yu S.S

    SUM() gives a number.
    What you have come across is an implicit data conversion. Basically the SQL parser doesn't reject your query as being syntactically invalid just because you're attempting a mathematical function on a non-numeric column. Instead when you execute your query SQL substitutes this
    select sum(to_number(ordering_value)) from gl_account_hierarchies where set_of_books_id = 1 and summary_code_combination_id = 1147;
    If you want to check this create a view
    create order_value as select sum(ordering_value) sum_val from gl_account_hierarchies ;
    and then desc it.
    Cheers, APC
    SUM(

  • Does Apple TV work with iPod Classic?

    I was told by an Apple Store person on the phone that Apple TV will allow me to get my iPOd to work on the Tv I purchased the next day.  Then I come to this website and it does not mention iPod Classic.  DOes iPod Classic work with Apple TV?  From my understanding Apple TV allows access to a person iTunes library and actually uses iTunes rather than the ipod.  So I am not sure why it would not work with an iPod classic.  Please advise.

    Winston, 
    So what does this mean?  You never stated weather or not IPOD Classic will work with Apple TV.  It insinuates that Classic doesn't run with iOS, but doesn't state it.  Why can't Steve's question have a yes or no answer?  Do you work for Apple?  Apple has a terrible reputation for not fulfilling implied functions.  If it requires a lot of headache to make it work with Classic, then call it out clearly on the box.
    To anyone who knows;
    Is the answer "yes"......"no".......or "not without installing ?? application found ???"

  • Does Nokia N9 work with Ovi Sync?

    I had an old Nokia N8 and I sync all contacts and calander entries with Ovi sync (http://contactsui.ovi.com/).  Does Nokia N9 work with Ovi Sync?  I cannot find where it is in N9.  Thanks for help!
    Solved!
    Go to Solution.

    I just tried it by doing in that way:
    - Go to "Accounts"
    - Choose your Nokia account.
    - Enable "Schedule" and configure it according your personal need (Peak time intervall, Peak time, Peak days, Off-peak time intervall)
    - For synching with Ovi Sync click on the Sync button in case you want to sync it manually.
    I just tried it and can see an actual timestamp in Ovi Sync for my N9:
    (Unfortunately in German language )
    Nokia N9: +
    Synchronisationsstatus: Aktiv
    Ihre letzte Synch.: 11/24/2011 23:59
    Hope this helps!
    winny

  • Does Boot Camp work with Fusion Drive

    After having Boot Camp fail this morning while partitioning the drive, and now having to erase and restore my entire hard drive, 500GB worth of crap, I am wondering -- does Boot Camp work with the fusion drive?  My new iMac has one of these things, and I am wondering if that is maybe the reason it did not work.
    Thanks
    Bob

    mende1 wrote:
    A virtual machine is less risky because it doesn't modify your hard disk. However, it gives you less performance because it doesn't use all the hardware of your computer.
    While that is true the actual performance available depends on how much resources you have, and how much is made available to Windows. (Win 7 in BC on my iMac gets a 5.9, in a VM it gets a 4.8) all the reduction is in the graphics performance. Disk performance in the VM is faster. I have 16GB or Ram, the VM gets 8 of that when it is running.
    If games are to played a VM is useless.

  • Does creative cloud work with windows 8

    does creative clould work with windows 8?. I see windows 7 as a minimum requirement with no mention of windows 8

    lewis0,
    Welcome to Adobe Community .
    Minimum requirements means that you have to have these as the minimum configuration to install the Adobe Products . You can surely go ahead and install the product on a windows 8 PC and it should work fine.
    Regards,
    Kartikay Sharma

  • Does apple tv work with hdmi to VGA hd15 cable?

    I have a Phillips tv and there is no hdmi to hdmi connection. But there is a VGA 15 input. Does apple tv work with it? I seem to be getting a black screen.

    I tried hard. Four different manufacturers, including Belkin, none of HDMI to VGA works with rMBP. However, all of them work with other sources, like Dell notebook.
    HDMI directly from rMBP to HDMI intput works fine.

  • Does apple tv work with ee router

    does apple tv work with my ee smartbox router

    Doubtful.
    What allows for streaming content from an iPad to a television thru an Apple TV is Apple software included with iOS on the iPad and the Apple TV software. Unless there is a 3rd party android app that provides for this, no.

  • Does Apple TV work with ipads?

    Does Apple TV work with ipads?

    http://www.apple.com/airplay/
    http://support.apple.com/kb/HT5209
     Cheers, Tom

  • Does apple tv work with both N wireless bands

    Does apple tv work with both wireless "N" bands

    Yes, I have both the 1G and 2G ATVs working off a 5 GHz n only network. Since the 2.4 GHz band can be set up to be backwards compatible with b/g networks it will work here too.
    I use an Apple Time Capsule to create a dual band network. Running my ATVs and Airport Expresses on the 5 GHz band improved streaming and AirPlay speaker reliability substantially in my location. I suspected interference from my neighbor's networks as well as other 2.4 GHz sources. I had to create the 2.4 GHz network for my 1G touch and an older laptop to work which don't need as reliable of a network connection.

  • Does apple tv work with Hannspree tv's?

    does apple tv work with Hannspree tv's?

    Welcome to the Apple Community.
    Never heard of them, but the Apple TV requires a TV with an HDMI connection that supports 720p input and is widescreen.

  • Does apple tv work with android tablets

    Does apple tv work with android tablets.

    Doubtful.
    What allows for streaming content from an iPad to a television thru an Apple TV is Apple software included with iOS on the iPad and the Apple TV software. Unless there is a 3rd party android app that provides for this, no.

Maybe you are looking for

  • N8 music player has to refresh library every time ...

    N8 music player has to refresh library every time after switching on the phone. why?

  • G20 - Problems with volume wheel

    My volume wheel isn't working as it should, when i'm trying to turn the volume down, it jumps up again. same when turning up, it's jumping down. To turn it up or down i have to turn and turn and turn before it moves. If I'm turning the sound up its l

  • Variable restriction

    Hi: When I run a query on web, On selection screen for 0CUSTOMER, when I do drop down, It shows me all customers. I want to restrict this list by the attribute of 0CUSTOMER but I do not see filter Icon on the screen. My question is How can i restrict

  • What looks good in Bridge, Lightroom & Safari, looks too light in CS4

    When I get things just the way I want them in Lightroom, and export them, when I open them up in Photoshop CS4, they look way too light and even undersaturated. The same image looks the same in Safari, LIghtroom and Bridge, but not CS4.   CS4 is set

  • Dual display colour variation.

    I had 2year old 23" ACD , i bought New 23" ACD (same model, not LED model). And placed both togather for dual view. Now the problem is that color of new is more bright and white while my old ACD panel shows warm and dull color. Is there any ways to r