ODBC Standard with Coldfusion 9

Hello,
I have a customer using Coldfusion 9. Our ODBC driver is not working with Coldfusion and I was wondering what version of ODBC standard is used with this product.
Thank you.

waltereo001 wrote:
> Hi,
>
> I got the following problem when I try to acces a Oracle
9 database. with
> the an ODBC datasource.
> With the JDBC, the same query is working fine.
>
> Someone has an idea of the problem ?
>
>
======================================================================
>
> Error Occurred While Processing Request
> Error Executing Database Query.
> [Macromedia][SequeLink JDBC Driver][ODBC
Socket][Oracle][ODBC]Restricted data
> type attribute violation.
>
> The error occurred in
>
D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\itdm_portal\ITDM\pc_tdm_ToolPar
> ams.cfm: line 88
>
> 86 : <cfelse>
> 87 : AND (TDM_PARAM_CONFIG.FAMILY_ID IN
> ('#replace(Variables.strLFIDList,",","','","ALL")#'))
> 88 : </cfif>
> 89 : ORDER BY CODE_ID_PK
> 90 : </cfquery>
If FAMILY_ID is a number you don't need the quotes. And you
should use
cfqueryparam:
<cfelse>
AND (TDM_PARAM_CONFIG.FAMILY_ID IN
(<cfqueryparam cfsqltype="cf_sql_integer"
value="#Variables.strLFIDList#" list="true">)
</cfif>
Jochem
Jochem van Dieten
Adobe Community Expert for ColdFusion

Similar Messages

  • Unable to get SQL Server Agent to run after installing SQL 2012 Standard with SP1

    I am unable to get SQL Server Agent to run after installing SQL 2012 Standard with SP1. Log message is as follows:
    Attempting to load library 'xplog70.dll' into memory. This is an informational message only. No user action is required.
    Failed to verify Authenticode signature on DLL 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\xplog70.dll'.
    Error: 17750, Severity: 16, State: 0.
    Could not load the DLL xplog70.dll, or one of the DLLs it references. Reason: (null).

    Hi JFriedley,
    According to your error message, there might three reasons for this issue.
    xplog70.dll is corrupt, you need to check if you have any SQL Server running on same file version and same production
     edition. If xplog70.dll is corrupt, you can copy it from the new server where agent is running fine to your problematic server.
    Native client not installed properly. If you try applying any latest Service Pack or Cumulative Update then check if the SQL Server Agent can start, if that also doesn’t solve issue then try to reinstalling SQL Server Native client from SQL Server setup
    files.
    There is a similar issue about error 17750, you can review the following article.
    http://blogs.lostincreativity.com/sqldba/sqlserver-error-17750-could-not-load-the-dll-xpstar90-dll/
    Regards,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • I have design standard with creative cloud, I have installed this on 2 computers, my office and home which I was told was allowed, I have just tried to open an indesign file from the office at home and and error message said that this was created with a n

    I have design standard with creative cloud, I have installed this on 2 computers, my office and home which I was told was allowed, I have just tried to open an indesign file from the office at home and and error message said that this was created with a newer version? they are the same versions and both are up to date, I was asked this morning to put in my adobe id email and password to connect to CC which I have never been asked to do before, can anyone help?

    what's your home version (click help>about) and was that just a warning so you were able to open the file?

  • Apple MacBook Pro 13" 2012 with OS Mountain Lion ships standard with iWorks?

    We recently purchased an Apple MacBook Pro 13" new, but from a recommended third party seller because we needed the 2012 version with OS Mountain Lion on it due to Pro Tools incapatability with Maverick.  Our Apple consultant told us that all Laptops ship standard with iWorks, but our college student who we purchased it for, says it is not on the laptop & that no software was included except what was already installed on the laptop.   Is this typical now with Apple, that you have to go & download your own software from the ITunes App store?  And is there a purchaser's code or something showing that there is no additional charge for the software?  Please help!  These laptops are expensive & should come with the typical Apple tools & software!  Also missing iPhoto, is this the same condition or did the seller rip us off?

    Just a caution when reading this forum for ML information ...
    Over 3 million have downloaded ML.  Count the number of "complaints and b*tching" like some in this thread, and you will find the number in the thousands.  Simple math will tell you how many users have enough of an issue, real or imagined, to actually say so.  Most users who are happy are too busy just using it to say anything.
    Now, as a reminder, you can download ML and load it on an external drive.  That way you can play with it to see what issues *you* may have based on your specific uses.  Of course external drives will respond more slowly than internal drives, but you should know if certain applications do not open.
    Also, check this site for applications that simply do not work under ML as "research": http://roaringapps.com/apps:table

  • Flex 3 App not working in with ColdFusion 9

    We have a Flex 3 application that uses flash remoting to connect to ColdFusion.   This app was working great with ColdFusion 8,  but will not work after installing ColdFusion 9.
    I am looking for any suggestions on what I might look for to fix this issue.

    Hey Tikis,
    There are a few factors that could be throwing this thing
    through a loop. I've had this exact same thing happen to me once
    before and the culprit for me was that my crossdomain.xml file
    wasn't 100% perfectly formed. Apparently Firefox didn't care enough
    and went on with it's life however IE decided it wasn't going to
    read it and I received that error, so that would be the first thing
    I would check.
    The next thing is what version of PHP are you running on the
    server, it seems to me that the newest release of 5.2.2 is throwing
    this error more often then ever before, something I might suggest
    is upgrading to AMFPHP 1.9. RemoteObjects natively send data in
    what's called the AMF3 format which is much speedier then it's
    predecessor of AMF0. Only AMFPHP 1.9 has the ability to receive /
    send the data back in AMF3 format, where as with the 1.2 version
    it's sending the call, converts it down to AMF0 sends the data (at
    a slower pace) and generates a result. The other advantage to being
    able to use AMF3 is having true type casted results such as if PHP
    returns a number you can check it by if(event.result == 0) where as
    AMF0 everything is converted into a string and then sent back to
    Flash / Flex. So aside from all of these advantages the last one is
    less code, you no longer need to use the RemotingConnection to
    convert everything down to AMF0. I would make a copy of amfphp on
    your linux of the 1.9 version and send the remote object at that
    first and see what happens, if you are still receiving the same
    error then the problem lies in something else.
    Hope this helps.

  • Does Adobe have some beef with ColdFusion developers?

    I think I will be keeping FB 4 after the trial expires. There are some very nice things about it and I especially like the new styling/skinning tools.
    I am not impressed with the new “data-centric” paradigm in FB 4. I see it as Adobe’s way to market FB 4 to hobbyists and other people who are not really serious about development, of whom there are many. Other than repeatedly pitching that you can do a bunch of things “without writing a single line of code”, there is not a lot of information out there about how the thing really works, and am hoping that situation improves as time passes. At this point, I am not planning to use those data-centric features, except perhaps for quick prototyping. Anybody who agrees can add to this thread: http://forums.adobe.com/thread/617704?tstart=30, in which I describe a few things I learned while playing with these features.
    I do my Flex back end work with ColdFusion and am also trying the new CF Builder. The $300 bucks it costs doesn’t affect us CFers because it comes with FB 4. From what I have seen so far, it does not do much more than the ColdFusion Extensions for Flex Builder, which were free.
    But there is one thing about which I am somewhat miffed: they took away two of the best things about the extensions:
    the ACtionScript to CFC wizard;
    the CFC to ActionScript wizard.
    Those make it very easy to generate a CFC from an AS value object and viceversa. I tried to install them in FB 4, but it won’t allow it, generating an error about a dependency or something.
    Those 2 items are great time - and error - savers. Without them, you have to do double the coding. I can’t figure out Adobe's reasoning for not making them available anymore; they are already there and all we need is a way to install them. Is Adobe so intent in pitching this “without writing a single line of code” that they are willing to take this great tool away from us?
    Am I the only one who would like to have these available?
    I would really appreciate it if someone can provide some logical reason for this and please, CORRECT ME IF I AM WRONG OR MISSING SOMETHING!
    Greetings to all,
    Carlos

    Following Ansury’s suggestion, I did some more digging (which I should
    have done from the beginning) and found 4 extensions to CF builder that
    are there for the taking. By installing two of them, I can now generate
    an AS class from a CFC and create a mapping between the two; but I
    cannot generate a CFC from an AS class. The FB 3 wizards did this both
    ways, but this is better than nothing.
    That's good news. The rest you'll probably find out about by doing further reading. I don't use CF, but I really doubt FB4 has less than before.
    2.    it looks like you have to
    call the service each time you want to bind the data to another control
    or to somehow use it more than one time. I could not figure out how to
    access the data that has come in from a service call and been bound to x
    control – and no one in these forums was willing or able to answer that
    when I asked the question in a previous post.
    Regarding 2, I'm assuming you're talking about PHP, No, you don't have to call the service each time you want to bind the data. You define the service, call it once to bring in the data, then bind to that data using .lastResult because the data is already in.
    Here's the process I follow when I need data. I set up the class which let's say has a getRecords() method that returns data. I then use the data/services wizard as usual to introspect the class and set up the return types.
    THEN in design mode, I just drag a useless datagrid (that I delete later) onto the screen. With the datagrid on the screen, I drag my method (getData() from the data/services view) to the datagrid. This sets up the service call and wires the dataProvider property of the datagrid. All I do after that is move around the code that's been generated to where I need it, before deleting the useless datagrid.
    This defined your service. It can stay where it is.
           xmlns:myservice="services.myservice.*"
            <myservice:MyService id="myService"
                                             fault="Alert.show('some event fault message')"
                                             showBusyCursor="true" />
            <s:CallResponder id="getRecordsResult" />
    This is the call to your service that actually brings the data in. I move it to the init() function.
    private function init():void{
        getRecordsResult.token = myService.getRecords();
    Then to use the data returned from getRecords(), you could either instruct the <s:CallResponder itself to wire its data when returns using result.
            <s:CallResponder id="getRecordsResult"
                                           result="{doFurtherDataProcessing()}" />
    or tap into the data from anywhere at anypoint using lastResult. In this case the list is asking for the data.
    <s:List dataProvider="getRecordsResult.lastResult" />
    The first way with result means that the source of the data passes it to destination structures. The second way with lastResult means that the destination structures call for the data. But still they call for the data from its inside location, from where it's already sitting inside the app, they don't have to bring it in again from the outside, because the data has already been brought into the app by CallResponder once and is sitting and waiting to be used whenever.
    Hope this helps you. For PHP, I recommend you watch the 2 videos by Tom Lane from Adobe on ADC. Must watch and very helpful. Rest will come from use. For CF, not sure, others may pitch in.

  • How do I get flex remoting to work with Coldfusion 11

    Hi,
    Coldfusion 11 (Developer)
    Flex 3
    Existing Flash Application works with Coldfusion 8
    Flex Integration is turned on.
    Running latest update
    CentOS 6.1 with latest updates
    I have done the following:
    http://127.0.01/flashservices/gateway  ---> Page Not found
    http://127.0.01/flashservices/gateway/  ---> Page Not found
    http://forums.adobe.com/message/5621721#5621721
    Confusion Blog » Apache + Debian + Coldfusion 10 + flex2gateway = Error 404
    https://groups.google.com/forum/#!topic/railo/6j2i6gl8Ac4
    \config\wsconfig\1\uriworkermap.properties file to include:
    /flashservices/gateway/* = cfusion
    /flashservices/gateway = cfusion
    I have modified the mod_jk.conf like so:
    # Select the timestamp log format
    JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
    # Fix para Flex2gateway
    <IfModule jk_module>
        JkMount /*.cfm ajp13
        JkMount /*.cfc ajp13
        JkMount /*.do ajp13
        JkMount /*.jsp ajp13
        JkMount /*.cfchart ajp13
        JkMount /*.cfres ajp13
        JkMount /*.cfm/* ajp13
        JkMount /*.cfml/* ajp13
        JkMountCopy all
    </IfModule>
    AddHandler jakarta-servlet .cfm .cfml .cfc .cfr .cfswf
    Alias /CFIDE "/opt/coldfusion10/cfusion/wwwroot/CFIDE"
    I uncommented the "start flex 2" section in web.xml
    Nothing has worked.
    I have searched Google and Adobe.
    I was hoping that Adobe would have the "Flex Integration Check Box" working
    by now.  It only been around since ColdFusion 8 and basically does nothing.
    Adobe could post a tutorizl on how to get this working.
    Job Security for "Tech Support".
    Any ideas.
    Brian

    Do you have internet when wired to the router?
    What exactly is the problem? What error messages do you get?
    What are the current settings on the WRT?

  • [Fwd: Creating an ODBC Driver with Forte]

    Has anyone created an ODBC driver with Forte? The Microsoft ODBC
    Software Development Kit (SDK) assumes that ODBC drivers will be
    developed in C. I would like to write the driver in Forte TOOL. Even
    though C++ code can be generated from TOOL code, I am not certain that
    the generated C++ code will conform to the ODBC API, and be compatible
    with other ODBC components, such as the ODBC Driver Manager, ODBC
    Installer, and ODBC Test applications supplied by Microsoft with the
    ODBC SDK. Any advice would be appreciated. (The purpose of my ODBC
    driver is to enable data access by any ODBC client application, using
    calls to Forte service objects to retrieve and process the data before
    it is sent to the client application.)
    Chris Johnson
    Unified Information, Inc.
    425-814-4007
    MailTo:[email protected]

    The following is extracted from Oralce's Metalink: (sorry lost the link)
    "This is an NLS related issue. The ODBC driver uses the values derived from the NLS_LANG setting from the Oracle Home where the driver is installed.
    The application actually uses the number setting from the NT Regional Settings.
    When these two settings differ, then the decimal character will be cut off. This behaviour is also described in Bug:694323.
    Example:
    You have set your NLS_LANG in the ORACLE_HOME of your ODBC driver to GERMAN_GERMANY.WE8ISO8859P1. This will result in a value for the NLS_NUMERIC_CHARACTERS of ",." (the first part of the NLS_NUMERIC_CHARACTERS being the decimal character and the second part being the group separator).
    So the "." is used by the Application and the "," is used by the Oracle ODBC driver.
    As a result numeric values in your Oracle Database with an integer and a decimal part will thus be displayed by the application without the decimal character, i.e. a value of 10,734 will be displayed as 10734 a value of 0,123 will be displayed as 123.
    To fix this, you will either have to correct the character used for the Decimal Symbol of your NT Regional settings to match the value of your Oracle NLS_LANG setting or vice versa. To change the value for NLS_LANG, go to your registry and change the NLS_LANG parameter that is situated under HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/HOMEnnn/NLS_LANG where HOMEnnn is the home where your Oracle ODBC driver is installed."
    Hope this helps, resolved our issue with this problem.

  • Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11

    Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11.  I can see the tables and views in the database tab, but no stored procedures.  If I connect to a data source created in ColdFusion Server 6 I am able to see the stored procedures.

    Ben thanks for the reply!
    Yes that is the process I am following:
    In Dreamweaver, open the page that will run the stored procedure.
    In the Bindings panel (Window > Bindings), click the Plus button, and then select Stored Procedure.
    In the Data Source pop‑up menu, select a connection to the database containing the stored procedure
    Enter the ColdFusion Data Source user name and password.
    At this point in the procedure drop down I would get a message that said No Stored Procedure Found.
    Right now it appears to be working, I had to create a new site that pointed to the older CF 6 server's data source and create a page following the process above, then when I went back to the CF 11 site the stored procedures were now populated.  I need to make sure it is pulling from the correct server but right now it appears to be working.
    Thanks
    Dwight

  • Creating A New MySQL Database With Coldfusion Code

    Hi,
    I was wondering if anyone knew how to create a whole entire
    new database simply by executing a Coldfusion template (via a form
    for example).
    I'm pretty confident at creating a new table in an already
    existing database but not sure how to go about creating an entirely
    new database from pure ColdFusion code using MySQL.
    I basically want to create some portal for myself to do this
    to save on arduous time. It'll need to be a form because I'll have
    to give it a name, username, password etc. I need the seperate
    databases for my separate clients you see.
    One point I should make is that it is on a shared server so I
    don't have direct access to the CF Administrator.
    Any advice on achieving this or highlighting the pitfalls
    would be greatly appreciated.
    Many thanks in advance!
    Michael.

    quote:
    Originally posted by:
    Sabaidee
    if it is on a shared server, then you very likely do not have
    enough permissions to create new batabases in MySQL either...
    is there an option for you in your hosting control panel (or
    whatever it is called) to create a new MySQL database for your
    account without any involvement of server admins? if so then,
    technically you may be able to create a new db programmatically.
    but i doubt you can...
    I know it sounds cheeky but any chance you could supply
    example code for doing this with ColdFusion and MySQL? This way I
    will then be able to try it rather than waiting for my host to get
    back to me.
    I would have tried doing it already because I use SQL quite
    often with queries etc, but I just don't have the technical know
    how for this specific task at hand.
    Many thanks for your help!

  • What is best method for learning how to use mySQL with Coldfusion?

    I have been using access databases for years with Coldfusion. I have a client that wants me to build an online classroom. I figure it's time to finally start using mySQL, but there is so much info out there, I don't know which way to turn.
    Where do you experts recommend I get started?
    Also, I am using coldfusion entrprise on my system at home. My machine is a 64-bit, 3.30Ghz AMD FX - 6100 six-core processor with 8gig of ram. Can I install mySQL on the machine and run CF8 without any problems?

    How much RAM left on your system? If the computer is strictly for development, then you have more than enough to run ColdFusion, MySQL, browsers, and other development tools.
    For MySQL download the MySQL Community Server and MySQL Workbench. There is also all-in-one package for Windows, http://dev.mysql.com/downloads/windows/installer/ that you don't need to download the server and workbench separately. The installation should be straight forward.
    By the way, other CF users may suggest you to use MariaDB (https://mariadb.org/), which is a branch of MySQL.

  • Web Services with ColdFusion and PHP mixed

    Hi,
    We need to used web services provided by remote server. The
    problem is the
    remote server is on PHP and our server is on ColdFusion. Is
    there a way to
    use the web services on PHP server with our ColdFusion
    server?
    I understand ColdFusion automatically generate the WSDL by
    adding ?wsdl
    after the CFC, but I can't do the same thing because the
    remote server is
    not on ColdFusion. They have given us the wsdl web address,
    but it seems
    using the wsdl address directly without CFC is not working.
    Is that right?
    Please let me know.
    YC

    From the coldfusion side of things, it all seems okay what
    you are doing. It
    is an issue with the php/wsdl side of things. I can access
    the wsdl ok, but
    got the same error as PaulH just then when I tried to use web
    service in
    cf..
    "YC" <[email protected]> wrote in message
    news:[email protected]...
    > OK, I learned a good thing. I tired the Dreamweaver +
    icon with a
    > ColdFusion CFC file and it works fine. Now I learned I
    don't have to code
    > the <cfinvoke> tag, but just drag and drop. But
    when I tried the WSDL
    file:
    >
    http://cyfernet.ces.ncsu.edu/ws/resources.wsdl,
    and "ColdFusion MX" as the
    > proxy generator, I had an error. Do I need any other
    option to choose
    from?
    > It seems "Edit Proxy Generator list" doesn't provide a
    sufficient answer.
    >
    > I know the URL of the WSDL file is correct because I
    used it to create a
    web
    > service in PHP locally on my laptop, and it works. From
    the previous
    > answers of you and PaulH, it seems if the WSDL works
    with PHP, it should
    > also work with any other language, right?
    >
    > Have you tried yourself? Did it work?
    >
    > YC
    >
    > "Eric" <[email protected]> wrote in message
    > news:[email protected]...
    > >
    > >
    > > An easy way to do this is to use the dreaweaver
    'components' palette.
    > > Select
    > > 'web services' from the drop down list and then
    click the '+' icon to
    > > create
    > > the call to the web service. (this uses the
    cfinvoke tag)
    > >
    > >
    > > "YC" <[email protected]> wrote in message
    > > news:[email protected]...
    > >> I feel very sorry to keep asking this
    apparently very basic question,
    but
    > >> please be patient with me.
    > >>
    > >> Yes, it is right that I just need to consume
    the pre-existing web
    > >> service.
    > >> This is the WSDL page:
    http://cyfernet.ces.ncsu.edu/ws/resources.wsdl
    and
    > >> this is the web service page on the server
    using it:
    > >>
    http://cyfernet.ces.ncsu.edu/ws/getresources-client.php,
    provided as an
    > >> example.
    > >>
    > >> So in order to have the page run in ColdFusion,
    at least the following
    > >> tag
    > >> below should come up without an error?
    > >> <cfset
    > >>
    > >
    ws=createObject("webservice","
    http://cyfernet.ces.ncsu.edu/ws/getresources-c
    > > lient.php")>
    > >>
    > >> Sorry, but I still get an error message.
    > >> I need to provide "getResourcesByCatid" as the
    method and "catid" as
    the
    > >> parameter, but it should work only if the
    previous tag works without an
    > >> error, right?
    > >>
    > >> YC
    > >>
    > >>
    > >> "Eric" <[email protected]> wrote in
    message
    > >> news:[email protected]...
    > >> >>>We need to used web services
    provided by remote server.
    > >> >
    > >> > Right, so the web service already exists -
    you just want to consume
    it?
    > >> >
    > >> >>Is there a
    > >> >> >> way to use the web services
    on PHP server with our ColdFusion
    > > server?
    > >> >
    > >> > Yes - thats the whole point of web
    services, you can create them in
    one
    > >> > language/platform and consume them in
    another.
    > >> >
    > >> >> Whey you say "create a web service,"
    do you mean I need to create a
    > >> >> <cfcomponent> tag in CFC format?
    Creating a CFC is not a problem,
    but
    > >> >> how
    > >> >> can I place it on the remote server
    because it is running with PHP,
    > >> >> not
    > >> > with
    > >> >> ColdFusion?
    > >> >
    > >> > Sorry if I am not understanding the
    question clearly, but it seems to
    > >> > me
    > >> > that you want to make use of an existing
    php based web service. Why
    do
    > > you
    > >> > you need to place a CFC on the php server?
    You just need to execute
    the
    > >> > web
    > >> > service from the coldfusion server using
    cfml. As Paulh says:
    > >> >
    > >> > <cfset
    ws=createObject("webservice","url to the php based web service
    > >> > here")>
    > >> >
    > >> > The variable 'ws' being your hook into the
    php web service from
    within
    > >> > your
    > >> > cfml code.
    > >> >
    > >> >
    > >> >
    > >> >
    > >> >
    > >> >
    > >> > "YC" <[email protected]> wrote in
    message
    > >> > news:[email protected]...
    > >> >> Eric,
    > >> >> Whey you say "create a web service,"
    do you mean I need to create a
    > >> >> <cfcomponent> tag in CFC format?
    Creating a CFC is not a problem,
    but
    > >> >> how
    > >> >> can I place it on the remote server
    because it is running with PHP,
    > >> >> not
    > >> > with
    > >> >> ColdFusion?
    > >> >>
    > >> >> YC
    > >> >>
    > >> >> "Eric" <[email protected]>
    wrote in message
    > >> >>
    news:[email protected]...
    > >> >> > >We need to used web services
    provided by remote server. The
    > >> >> > >problem
    > >> >> > >is
    > >> >> > >the
    > >> >> > remote server is on PHP and our
    server is on ColdFusion.
    > >> >> >
    > >> >> > Thats one of the main nenefits of
    web services - this does not
    > > matter.
    > >> >> >
    > >> >> >>> I understand ColdFusion
    automatically generate the WSDL by
    adding
    > >> > ?wsdl
    > >> >> >> after the CFC, but I can't do
    the same thing because the remote
    > > server
    > >> > is
    > >> >> >> not on ColdFusion.
    > >> >> >
    > >> >> > Sounds like you want to consume a
    web service, not create one. You
    > > can
    > >> >> > create the call in Dreamweaver,
    just look up help on calling a web
    > >> >> > service. Also see Adobe site
    using search for 'using web services
    in
    > >> >> > coldfusion'
    > >> >> >
    > >> >> >
    > >> >> >
    > >> >> >
    > >> >> > "YC" <[email protected]>
    wrote in message
    > >> >> >
    news:[email protected]...
    > >> >> >> Hi,
    > >> >> >> We need to used web services
    provided by remote server. The
    > >> >> >> problem
    > >> >> >> is
    > >> >> >> the remote server is on PHP
    and our server is on ColdFusion. Is
    > > there
    > >> > a
    > >> >> >> way to use the web services
    on PHP server with our ColdFusion
    > > server?
    > >> >> >>
    > >> >> >> I understand ColdFusion
    automatically generate the WSDL by adding
    > >> >> >> ?wsdl
    > >> >> >> after the CFC, but I can't do
    the same thing because the remote
    > > server
    > >> > is
    > >> >> >> not on ColdFusion. They have
    given us the wsdl web address, but
    it
    > >> > seems
    > >> >> >> using the wsdl address
    directly without CFC is not working. Is
    > >> >> >> that
    > >> >> >> right?
    > >> >> >>
    > >> >> >> Please let me know.
    > >> >> >>
    > >> >> >> YC
    > >> >> >>
    > >> >> >
    > >> >> >
    > >> >>
    > >> >>
    > >> >
    > >> >
    > >>
    > >>
    > >
    > >
    >
    >

  • Uninstall Adobe Creative Suite 4 Web Standard with creative suite cleaner tool not working

    hi, I try to silently uninstall Adobe Creative Suite 4 Web Standard using the Adobe Creative Suite Cleaner Tool
    on a win7 x64 (french) computer so far with no success
    I tried
    AdobeCreativeSuiteCleanerTool.exe ‐‐removeAll=CS4
         in the log I get a ERROR: CS4 not recognized value.
    AdobeCreativeSuiteCleanerTool.exe ‐‐removeAll="Adobe Creative Suite 4 Web Standard" and  ‐‐removeAll=Adobe Creative Suite 4 Web Standard
    with the same error
    then I tried to create the cleanup  xml file by using the command AdobeCreativeSuiteCleanerTool.exe --createCleanup=c:\test
    it create the cleanup.xml file : (I un commented the cs4 product name manually
    <?xml version="1.0" encoding="UTF-8"?>
    <Products>
    <Properties>
              <Property name="eulaAccepted">1</Property>
              <!--<Property name="removeFlashPlayer">1</Property>-->
    </Properties>
    <CS4>
              <Product productName="Adobe Creative Suite 4 Web Standard" version="4.0"/>
    </CS4>
    <CreativeCloud>
              <!--<Product productName="Creative Cloud Installer" version="1.0"/>-->
    </CreativeCloud>
    </Products>
    as you can see there is none product listed (like dreamweaver, flash...that are on the computer)
    this is what i have in the log
    [Wed Mar 20 17:34:15 2013] Please enter (y) for Yes or (n) for No. ... >>
    [Wed Mar 20 17:34:17 2013] Processing create cleanup in SILENT MODE
    [Wed Mar 20 17:34:17 2013] Creating cleanup XML at: c:\adobeToolUninstaller\cleanup.xml
    [Wed Mar 20 17:34:17 2013] :: Start :: Iterating PDB
    [Wed Mar 20 17:34:17 2013] :: Start :: Iterating CAPS
    [Wed Mar 20 17:34:17 2013] [Coll ID: 74391d4c0f181c4d062cf4de6461d86]
    [Wed Mar 20 17:34:17 2013] AC: {88B22BFB-4ADC-4E16-9EE8-45EAB68E2FE1} Setup: 2.0.138.0 Name: Adobe Creative Suite 4 Web Standard
    [Wed Mar 20 17:34:17 2013] :: End :: Iterating CAPS
    [Wed Mar 20 17:34:17 2013] ::Start:: Writing to XML
    [Wed Mar 20 17:34:17 2013] [CS4] {88B22BFB-4ADC-4E16-9EE8-45EAB68E2FE1}, Adobe Creative Suite 4 Web Standard, 4.0
    [Wed Mar 20 17:34:17 2013] [CreativeCloud] {11111111-1111-1111-1111-111111111111}, Creative Cloud Installer, 1.0
    [Wed Mar 20 17:34:17 2013] :: End :: Writing to XML
    [Wed Mar 20 17:34:17 2013] Closing cleanup XML.
    [Wed Mar 20 17:34:17 2013] Cleanup XML created at: c:\adobeToolUninstaller\cleanup.xml
    [Wed Mar 20 17:34:17 2013]
    [Wed Mar 20 17:34:17 2013] *-*-*-*-*-*- ::START:: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Wed Mar 20 17:32:56 2013] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Wed Mar 20 17:32:56 2013] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Wed Mar 20 17:34:17 2013] *-*-*-*-*-*- :: END :: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Wed Mar 20 17:34:17 2013] ---------------------------------------------------------
    [Wed Mar 20 17:34:17 2013] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*
    then I ran the command AdobeCreativeSuiteCleanerTool.exe --cleanupXML=cleanup.xml , it proceeds through a lot of msi
    then errors with 
    [Wed Mar 20 17:40:29 2013] An error occured trying to remove payload from database: Adobe CSI CS4
    [Wed Mar 20 17:40:29 2013] finished updating installState
    [Wed Mar 20 17:40:29 2013] Deleting session: 74391d4c0f181c4d062cf4de6461d86 from ribs_collection and other associated tables
    [Wed Mar 20 17:40:29 2013] Updating caps schema pcd_meta to 2 if earlier version is less than 2
    [Wed Mar 20 17:40:30 2013] ..
    [Wed Mar 20 17:40:30 2013] Removing content of Product : Adobe CSI CS4, Version : 1.0.1
    [Wed Mar 20 17:40:30 2013] Ex: Incorrect number of bindings supplied. The current statement uses 1, and there are 38 supplied.
    [Wed Mar 20 17:40:30 2013] ERROR. Refer log at: C:\Users\ADMINI~1\AppData\Local\Temp\Adobe Creative Suite Cleaner Tool.log
    I reboot the computer, check add remove program, cs4 web standard is still here, and I can still launch the applications like nothing happened...
    but at this point if I try to manually uninstall (with add/remove program) i get an error message saying "cirtical errors during installation: program installation database is incorrect, reinstall from original support" (maybe not accurate as it's in french)
    same thing if i run manually the cleaner tool and go through the dialog.
    I don't know what else I can do, I've already spent a couple of hours with this issue.
    Any help / suggestion would be appreciated, thanks.         

    hi, thanks for your answer, actually this is what I have to do:
    I have to uninstall cs4 english to install it back in french. If I try reinstall with the french licence over the existing install, it starts in trial mode and ask for the licence.
    So if I follow your advice I should reinstall, uninstall, then reinstall ( and I have to do that on 30 computers, through SCCM, not manually)
    As you see it become quite complicated.
    An other suggestions?
    thanks    

  • ODBC failure with plsql

    I have Oracle9i Client 9.0.1.1.1 and Oracle ODBC Driver 9.1.0.1 installed. When I connect to the remote database with the ADODB activex object with this driver, I get different results running the ADODB.execute command on a plsql procedure depending on the version of the database I am connecting to.
    If I am connecting to an Oracle9i 9.2.0.1.0 database, the plsql executes successfully. If I am connecting to an Oracle8i 8.1.7.2.0 database, the plsql fails.
    Running the ODBC trace gives two different syntaxes for the different calls also.
    Oracle9i 9.2.0.1.0 shows:
    Processid:{3D14 714-7d8     ENTER SQLExecDirectW
              HSTMT 00A54850
              WCHAR * 0x024D0E50 [     131] "{ call intp.bline_str_create.createStr(2003, 'VCO', 'W', 'C108010102', 'test', 'C.1.08.01.01.02.CC', 'OE', '062690', '', '', 'F') }"
              SDWORD 131
    Processid:{3D14 714-7d8     EXIT SQLExecDirectW with return code 0 (SQL_SUCCESS)
              HSTMT 00A54850
              WCHAR * 0x024D0E50 [     131] "{ call intp.bline_str_create.createStr(2003, 'VCO', 'W', 'C108010102', 'test', 'C.1.08.01.01.02.CC', 'OE', '062690', '', '', 'F') }"
              SDWORD 131
    while Oracle8i 8.1.7.2.0 shows:
    Processid:{3D14 714-7d8     ENTER SQLExecDirectW
              HSTMT 00A54CD8
              WCHAR * 0x024D8728 [     114] "idaho.ifpapk_manage_task.add_task('COS', 568, 'C.1.08.01.01.02.A1', 'test', 'test', '09/30/2002', '01/01/4712', 0)"
              SDWORD 114
    Processid:{3D14 714-7d8     EXIT SQLExecDirectW with return code -1 (SQL_ERROR)
              HSTMT 00A54CD8
              WCHAR * 0x024D8728 [     114] "idaho.ifpapk_manage_task.add_task('COS', 568, 'C.1.08.01.01.02.A1', 'test', 'test', '09/30/2002', '01/01/4712', 0)"
              SDWORD 114
              DIAG [37000] [Oracle][ODBC][Ora]ORA-00900: invalid SQL statement
    (900)
    Please help.

    My mistake on the ODBC Driver Verion number - Sorry. I was using the Oracle ODBC Driver version 9.0.1.0.1. We upgraded to the 9.0.1.5 Oracle ODBC driver with no success.
    The Oracle 8.1.7.2 database I am connecting to in the failed instance is not willing, at this time, to upgrade. It is in their plans for the future which doesn't help me.
    The syntax for the failing call to the PLSQL is:
    opConn.ConnectionTimeout = 60;
         opConn.CommandTimeout = 60;
         opConn.Open(Session("OP_ConnectionString"),
    Session("OP_User"),
    Session("OP_Password"),
         strQuery2 = "idaho.ifpapk_manage_task.add_task('"
                        + usernameU + "', " + proj_id + ", '"
                        + tt_number + "', '" + tt_name + "', '"
                        + tt_description + "', '"
                        + tt_start_date + "', '"
                        + tt_completion_date + "', "
    + cn_parent_task_id + ")";
    opConn.Execute(strQuery2);
    I know the connection is getting made - I can perform a Select statement successfully.
    Thanks.

  • Upgrade from CS 5.5 design premium to CS 6 design standard with purchased DVD and valid serial #s

    Why can't I upgrade from CS 5.5 design premium to CS 6 design standard with purchased DVD and valid serial nos?

    Kkofron please make sure the CS5.5 serial number you are using is also able to be registered under your account at http://www.adobe.com/.  You can find additional details on how to register your Creative Suite 5.5 serial number at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

Maybe you are looking for

  • Multiple tracks on a single processor

    Hi, Whenever I create an audio processor, the number of tracks is always one, that figures that I can only transmit a single codec, like gsm or ulaw. Say, i need a processor with multiple tracks in order to switch codecs dynamically during session. H

  • How do I change the order of addresses in a Mail list?

    I have been using Lists in Mail very successfully for a number of years but the addresses do not seem to be in any order - not alphabetical, not in the order I put them into the list.  Sometimes I need to NOT send an email to a person on one of my li

  • How to get ISO week number?

    hi, I need to interact with a server that expects to be passed the ISO week number. The Calendar class doesn't seem to support this though (although the documentation claims that it is ISO 8601 compliant). For instance the web page here gives today (

  • Need help on oracle VM with OEM.

    Hi, My customer is using WINDOWS servers and would like to implement OEM on windows machine only and also requires AMP 4.0 which is not certified with windows. Now we are in big trouble. As a part of this we are trying to explore the possible options

  • Generating report problem

    Hi all, I have procedure for generating report as csv file.I n this procedure has several BEGIN..END pl/sql blocks and SELECT...INTO..clauses .And i'm using UTL_FILE for generating csv report. But problem is now this procedure is taking 12 hrs for 1