CF 4.5 and MS SQL 2005

Any quick and easy points or guidance to getting these two to
play together?
We are in the unenviable position of having to get some
maintenance,
enhancement code installed on the venerable 4.5 ColdFusion
server that
will interact with the new MS SQL 2005 server before we are
able to
migrate the entire CFML code to the awaiting ColdFusion 8
production server.
I tried to create a connection in the 4.5 administrator and I
am just
being presented with errors that give me little idea what the
root issue
is.
Can anybody provide some guidance before I start bumbling
blindly forward?

Ian,
It's been 20 years since I used Unix. Like you I also have
only used the bundled drivers.
But having said that, I'm wondering if the following will
work.
You can get a jdbc driver for unix and 2005
Here's
a link to one
After installing this, I wonder if you can then use "other"
as the driver in cf 4.5.
As far as installing the driver into 4.5, I'm not sure if
this would work either. But would be worth a try.
In the short term, if nothing else is left
You could install mysql on the unix box and dump the data or
(not sure if mysql can do this) just link through mysql to sql
server 2005.
I know in sql server 2005 you can link to sybase and then
query sql server and the data is returned from the sybase db.
Ken
Ken

Similar Messages

  • VC Installation with IIS 6.0 and MS SQL 2005 on MSServer2003

    Dear all,
    Is it possible, if we plan to install VC6.0 with IIS6.0 and MS SQL 2005 on MS Server 2003?
    Now I have installation guide for install VC6.0 but it 's recommend to use MS SQL 2000 [Now MS SQL 2000 is very old and my company plan to use 2005]
    Another question is If I want to change or install VC7.0, pls guide me the path and the name of VC7.0 in Service Marketplace that I have to download it. When I seach in service marketplace, I found the result as below. Which file that I have to download it, if I want to install VC7.0
    000001   VISUAL COMPOSER BASE 7.01   
      Installation Software Component (Current View)
    000002   VISUAL COMPOSER BASE 7.11   
      Installation Software Component (Current View)
    000003   VISUAL COMPOSER BI KITS 7.01   
      Installation Software Component (Current View)
    000004   VISUAL COMPOSER BI KITS 7.11   
      Installation Software Component (Current View)
    000005   VISUAL COMPOSER FLEX   
      Installation Software Component (Current View)
    000006   VISUAL COMPOSER FLEX 7.01   
      Installation Software Component (Current View)
    000007   VISUAL COMPOSER FRAMEWORK 7.01   
      Installation Software Component (Current View)
    000008   VISUAL COMPOSER FRAMEWORK 7.11   
      Installation Software Component (Current View)
    000009   VISUAL COMPOSER GP KITS   
      Installation Software Component (Current View)
    000010   VISUAL COMPOSER GP KITS 7.01   
      Installation Software Component (Current View
    Regards,
    Pannee

    Hi,
    Am not sure this would answer your question or not, but this is for your info:
    Visual Composer is now built in or provided as default component in EP7.0 SPS12 onwards.
    If you have the portal installation then you can access this by http://hostname:5xx00/VC.
    Regards,
    Vamshi.

  • SQL Injection with CF7 and MS SQL 2005

    I looked through a bunch of SQL injection posts and couldn't
    find a definitive answer to this...
    Let me introduce this by saying that I know I should be using
    CFQUERYPARAM with EVERY CF variable in a CFQUERY tag. No excuses.
    But for a necessary quick fix, if I only use it for numeric
    DB fields, is SQL injection still possible (using MS SQL 2005)?
    I've yet to successfully perform SQL injection while manipulating a
    variable surrounded by single quotes in the query.
    Scenario 1) select * from users where user_id=#form.user_id#
    ...is a gimme to hack, but
    Scenario 2) select * from users where
    password='#form.password#' ...is another story
    Has anyone ever heard of a successful SQL injection attack in
    a Scenario 2 situation.
    I'll fix everything up eventually, but I've got a Pen Test
    coming up soon, and a lot of raw code to review.
    Thanks

    quote:
    Originally posted by:
    Dan Bracuk
    What others can do is more relevent than what we think. When
    in doubt, test.
    very true, although my final solution went more like, "When
    in doubt, manually add about 600 cfqueryparams in 406 cfquery
    tags".

  • SPS 2003 and MS SQL 2005 Server

    I have a question? Can SPS 2003 use MS SQL 2005 Server?

    I am not sure what is SPS In this context, but i understand from Shanky's answer that it is an external application (dose he mean SharePoint?)
    [Personal Site] [Blog] [Facebook]

  • Glassfish v2 and ms sql 2005

    Hi experts,
    Whats is the best way for db connection and connection pooling in the above environment. I hope the integration will be easier with netbeans ide.
    Thanks

    quote:
    Originally posted by:
    Dan Bracuk
    What others can do is more relevent than what we think. When
    in doubt, test.
    very true, although my final solution went more like, "When
    in doubt, manually add about 600 cfqueryparams in 406 cfquery
    tags".

  • Connecting Xcelcius and MS SQL Server 2005

    Hi All,
    I need to create report dashboards in Xcelcius fetching data from MS SQL 2005 server. I've found different options for setting the connection between Xcelcius and MS SQL 2005, like using Reporting Service, using XML Maps etc. Which is the best option for setting up  the connection?
    Thanks and Regards,
    Shyam.

    Shyam,
    You may wish to refer the link below..
    Re: Integration of the xCelsius and SQL Server 2005 database
    What i suggest is, create web service to retrieve data from SQL database and call this WSDL url in your Xcelsius.
    -Anil

  • SQL Upgrade 2000 to SQL 2005

    We are upgrading to new server and installing SQL 2005.  Using Crystal Server 10.  Where can I find a step by step?  Can I just backup Business Objects Database, install the app on the new server, restore the database to SQL 2005?
    Thanks,
    SS

    Hi Samuel
    You can refer the below link for more information on SQL Server 2005 upgrade.
    [http://www.microsoft.com/technet/prodtechnol/sql/2005/sqlupgrd.mspx#top]
    Regards
    Girish.

  • Dsml and SQL 2005 reporting services?

    I usually post over in the IDM forum so be nice to the newbie here :)
    I have a Sun Directory server that I've enabled DSML on. On that side everything is good. However, ideally I want to pull this data into a MS SQL 2005 reporting services report. They have support for XML and web services, but the DSML front end doesn't accept GET requests and I don't know how to send the request as post in reporting services.
    Has anyone else be able to get something like this working?
    Thanks!

    No idea about MS SQL, but is your reporting service able to use files on disk? If so I guess your problem is easily solved by using an app to fetch data from directory server to disk. If you're more adventerous, you write a script in perl/python which acts as a proxy and translates GET requests to POST and relays data back in real time. Not sure if these help or not, just my thoughts.

  • I downloaded Mozilla 4 and tried to use it then, I had to delete it and go back to 3.6 vs now I am having problems with my MS SQL 2005 why? What was changed to enable Mozilla 4 to sync with MS SQL and how do I get it corrected?

    After, trying Mozilla 4 beta and then having to go back to a previous vs of Mozilla 3.6.11 my MS OLE DB Provider for SQL 2005 Server has this error message '80040E57' I am using Windows 7 which was pre-installed on my new computer. I do not know how to fix it?

    The latest flash player release is 11,0,1,152.
    Can you upgrade to this version and see whether the crash stil exists?
    Go to get.adobe.com/flashplayer to download and install flash player.
    In case you need direct link to installer/uninstaller, please go to http://forums.adobe.com/message/3952360#3952360 to find them.
    saranlee wrote:
    My computer crashes repeatedly and I get the message pages are not responding do you want to stop, and/or shockwave is not responding do you want to stop. I have Windows XP Service Pack 3, I am having the same issues whether I use Internet Explorer, Google Chrome, or Mozilla Firefox. My HP Pavilion Desktop has 504 MB of Ram and I am using high speed internet connection. Because it was crashing so much, I used the uninstall program for Flash player to uninstall Flash, I checked my registry and removed anything I saw that was Flash. I then uninstalled Google Chrome and Mozilla Firefox, then I reinstalled the most recent versions from their websites. I did the same for FlashPlayer and Shockwave Flash. I went to the Adobe website and had them check to see if it was working and it shows I have FlashPlayer 10.3.181.36. The page that shows  which version of flash player goes with Windows XP states that I should have 10.3.181.34 (This is what I thought I had before I updated, I was having the same problems). When I went into my computer to see what version I have, it shows 11.5.9.620 Activex and both Flash Player and Flash Player Object is listed as 10.3.181.34. My firewall for Windows is set to medium. I also am running Norton Internet Security. It takes anywhere from 3-6minutes for some of my games to load, and I have to refresh at least 3-4 times in order to play. When I do start to play it freezes frequently and I use escape to free it up. This has been going on for a month. I have no idea what to do. I am not very computer savy and I have been learning as I go.

  • Microsoft SQL 2005, Terminal Services and Tiger

    We found a great application we need to use at work. Unfortunately, it runs only on Windows. We will need to run it on a Windows server, running SQL Server 2005, and Macs interacting with it using MS Terminal Server. At least that is what someone at Dell said. This ends up being a huge and complicated purchase for us.
    All this is totally foreign to me. I set up our Mac network, using OSX Server 10.2, migrating up to 10.4. We have 16 computers on the network, and it runs reasonably well. I did not need months of training to set it up. There are many things I do not understand and features that I have zero idea about...but for email, web, ftp and application serving, it works well.
    We have 13 Macs, 2 Windows boxes and one UNIX box on the network.
    Has anyone used SQL 2005? Has anyone had to connect thru Terminal Services to a Windows Server?

    Hi John!
    Using Terminal Services on a Windows server is common in corporate environments and solves a lot of issues where Macs can't run Windows-only software.
    Since the Windows server will be the only Windows machine on your network and you only need it for a specialized purpose, you can probably get by with purchasing Windows Small Business Server Premium, which comes with a SQL Server. You'll have to ask the vendor if this version will work with their product. See this link on Microsoft's website http://www.microsoft.com/windowsserver2003/sbs/default.mspx.
    Many third party database applications will facilitate the setup of the datbase with the SQL server, but they won't support the SQL software and its security. I'd advise hiring a contractor to help with the installation and setting up a backup (preferably someone that can become familiar with your environment and provide ongoing support).
    Hope this helps! bill
    1 GHz Powerbook G4   Mac OS X (10.4.3)  

  • Can SQL 2000 and SQL 2005 drivers co-exist in PI?

    Hi,
    Currently in our PI environment, we have JDBC Adapter connections to SQL 2000 database servers for which the Driver has already been installed.
    For connecting to new SQL 2005 database servers, I understand that we have to install the SQL 2005 drivers. I also came to know that SQL 2005 Driver is backward compatible and supports JDBC connection to SQL 2000 server.
    But the question I have is whether both the SQL 2000 and SQL 2005 drivers can be installed together in a way that connection to SQL 2000 use the 2000 driver and the connection to 2005 uses 2005 Driver.
    (They have different connection strings)
    Many thanks in advance,
    Regards,
    Rosie Sasidharan

    The SQL Server 2005 JDBC driver is far better than the SQL Server 2000 JDBC driver.  The 2005 JDBC driver primarily consists for one file, sqljdbc.jar.  ( if you want to use windows authentication there is another file you would need based on your platform x64 vs x86 called sqljdbc_auth.dll. If in the connect string you list ;integratedSecurity=true which means integrated security would be used and this second file would be required.  The 2000 driver did not support integrated security.
    The SQL 2000 JDBC driver was made up of the 3 jar files:
    msbase.jar,mssqlserver.jar and msutil.jar.
    If you want to use a Microsoft JDBC driver to connect to SQL Server 2005, than you should use the 2005 driver, sqljdbc.jar.
    Follow the instructions in point 1 of the note #831162 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 JDBC Adapter questions 1 and 13.
    Since the jar are different I assume you can use the both drivers, but it doesnt make sense.

  • CF8 and connection pooling using MS SQL 2005 JDBC Driver

    After upgrading one of our production servers to CF8 we're
    getting errors under load while connecting to MS SQL 2000 data
    bases using the MS SQL 2005 JDBC 1.1 driver instead of the driver
    cf8 ships with. The following error is recorded in the logs:
    Error Executing Database Query. The TCP/IP connection to the
    host has failed. java.net.BindException: Address already in use:
    connect
    Confirmed by the database statistics, Coldfusion is no longer
    pooling the database connections. After changing the data source to
    use the build in driver everything works fine. We've been using
    this driver and CF7 for some time without this error.
    Is this a compatibility issue between the driver and Java 6?
    Or is there a conflict between this driver and the build in driver?
    Has anyone seen similar issues? We’d like to use this driver
    rather then the build in one.
    Thanks,
    Remy Becher

    thanks for the answer...I have been waiting for one..I do agree that connection ppooling is same ..but I would appreciate it if someone could point me to some example implemenations using MS JDBC type 4 driver..
    Thanks again..
    PS: I did search the forum before posting this..

  • SQL Express 2008 R2 and SQL 2005 Server SP1 in single Windows 2003 server

    Hi,
    I am using a Windows Server 2003 R2 Enterprise Ed SP2 OS with SQL 2005 SP1 intallled on it for our Nav 5 database.
    As my backup software requires SQL Express 2008 R2 as default daabase, is it possible to install this in the same server with the SQL 2005 currently running on it? Would there be any impact on the existing SQL 2005 and the application and the Navision database
    on it?
    Appreciate your help.
    Sharon Lo

    Hi,
    I am using a Windows Server 2003 R2 Enterprise Ed SP2 OS with SQL 2005 SP1 intallled on it for our Nav 5 database.
    As my backup software requires SQL Express 2008 R2 as default daabase, is it possible to install this in the same server with the SQL 2005 currently running on it? Would there be any impact on the existing SQL 2005 and the application and the Navision database
    on it?
    There is no issue with installing multiple versions of SQL Server on a machine.I have SS 2005 ,2008 R2 and 2012 all on same machine and they work just fine. You can install all version instances side by side and all will work independently from
    each other.
    Now issue which might cause problem  your SQL Server 2005 is SP1 which is a Blunder IMO. Please ASAP patch it to SP4 because you are running very old version of 2005 which is unsupported by Microsoft and also SP4 includes MANY fixes for SQLServer
    2005. Applying SP4 will fix many issues and will bring you under Microsoft support.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • SQL 2005 and ODI

    Dear all,
    I've tried to reserved tables from my SQL 2005 from my designer..But there some strange problem which is the tables can not be reserved. Is there any setting that i was missed..??
    Thanks.
    Rgds,
    Vien

    Thanks guys for trying to help
    Previously, I used to see this error
    com.sunopsis.sql.c: com.microsoft.sqlserver.jdbc.SQLServerDriver
    and so I downloaded the driver and installed it on /orahome_1/oracledi/drivers directory.
    Once I installed the driver, I am getting
    7000 : null : com.sunopsis.sql.l: Oracle Data Integrator Timeout: connection with URL
    So, I am thinking the agent is recognizing the driver but still not able to connect.
    CTS, If you are saying whether I tested the connection using the agent. Yes, I did and it is resulting in the same error.
    Can you please elaborate if you suggest trying something else.

  • Install Mini SAP and SQL 2005

    Hi there,
    I hope someone can help me with the question.
    I’ve bought the ABAP objects book called “An Introduction to Programming SAP Applications” from Horst Keller and Sascha Kruger (black color). There are 2 CD's to install the application Mini Basis SAP and work with the ABAP workbench. I was able to install that on a pc Win2000 and it worked and that pc had no sql server/database installed
    But I've now another pc Windows XP and has has SQL 2005 Dev edition. I need to keep this.
    My problem is when I try to install the Mini Basis I get error. Is it because of I’ve already installed the Ms SQL 2005 dev edition? 
    I’m using Windows XP prof edition. How can I install on XP pro this software on my pc keeping the SQL 2005?
    I have tried resume_setup.bat and also enabled remote_services for the registry update. no hope.
    Can someone please help?
    Cheers, mesut
    Book reference: ISBN 0-201-75080-5  (SAP Press)

    Hi Sravan,
    That's exactly what I did. I bought the book and I try install on Win XP pro with SQL 2005 dev edition pre-installed.
    I'm in possession of the Mini SAP, I own the book. I also looked at the site you suggested
    http://www.sap-img.com/mini-sap.htm.
    It seems to be I should be able to install on WIN XP pro due to the site above.
    This is how a work
    1) CD 1 starts with home page
    2) I choose REsume (because I have already pre-installed the SQL 2005)
    3) Setup starts
    4) asks me which directory, it proposes C:\MBS  -- I accept
    5) It asks me where is the DATA and the KERNEL CD --- it proposes D: ---I accept
    6) at the mean time I click on switch view and I see the logs and this is finally I get (I just copy/paste below the errors no the whole log)
    So I don't know how to proceed further. I contacted SAP and they propose me this forums.
    Could you please advice?
    thanks mesut
    Error: DBCOMMONDBENV_IND_MSS SubstituteVariables 2 416
           The function RegOpenKeyEx with the parameterlist    
           (Software\Microsoft\MSSQLServer\MSSQLServer\Parameters) returned with error code 2 and error text:
            The system cannot find the file specified.
    Error: DBCOMMONDBENV_IND_MSS InstallationDo 2 416
          Phase failed.
    Error: Main {} 2 416
           Installation aborted.

Maybe you are looking for

  • OBIEE11g: Set user privileges to  Open RPD in Read Only mode.

    Hi All, Can some one help me , how to set user privileges to open RPD in read only mode. 1) If a user ( xxxx) logs into the RPD then the rpd should open in Read Only Mode for xxxx user. 2) If other user (YYYY) logs in online mode then it should open

  • Do I need BootCamp in order to work with Publisher files?

    I need to be able to create and work with Publisher files. From what I've read, the only two options are: 1. buy a PC (UGH) and then purchase Windows and Publisher. OR 2. Purchase BootCamp, Windows and Publisher. I was hoping that by some miracle, so

  • Trouble compiling servlet example

    Hi All, I am trying out an example for servlets and I ran into trouble compiling the the file called "FormProcessingServlet.java" in tutorial located here: http://developer.java.sun.com/developer/onlineTraining/Servlets/Fundamentals/magercises/FormPo

  • Getting description of product from another table

    Hi, I am getting the level from the user, and based on that creating an internal table.  I am getting product code (PRODH) and level (STUFE) from one table (T179), and getting product description (VTEXT) from another table (T179T).  I need to create

  • Clarification on Determining the Receivers

    Hi, Here i have one requirement like...... I have 1000 receivers based on the payload it should be determined at the time of runtime How can i achieve this Regards Suman