Variable DRIVERPATH is undefined Error

I have just installed coldfusion mx 6.1 developer edition on
vista ultimate. The installation went fine.
However i get an error when adding a datasource in access or
verifying all connections.
On adding the datasource, i get the following error.
Unable to update the NT registry.
Variable DRIVERPATH is undefined.
Is it because of vista incompability?

@jimmoos
Your solution is clean and works! No messing around with registry entries.
I have x64 Windows 7. I took myself backwards and was able to reinstall my ColdFusion MX 6.1 software. It was also my first time to use the  "ODBC Socket driver" option. Upto this point I had always used the other drivers (native ones)
Thx buddy

Similar Messages

  • Variable DRIVERPATH is undefined

    I'm running Windows Vista Ultimate with IIS 7. When I attempt
    to add a datasource as I always have I get the error. 'Unable to
    update the NT registry. Variable DRIVERPATH is undefined'. If you
    use the Windows ODBC tool to add your datasource everything works
    fine. You still need to attempt to add the datasource in cfadmin
    for it to show up on the list. When you verify it, it works.

    I am also experiencing the same error message on Vista Home
    Premium. Any help would be very much appreciated!

  • Variable SRUCTNEW is undefined?!?

    Hello, we recently upgraded to CF9.  One of the new features I want to play with is CFSPREADSHEET.
    In working with the sample code I have found (here and elsewhere), most work fine.  But certain functions return a "Variable XXXX is undefined" error.
    I am pretty sure this may be an install issue or a settings issue, but I can't find any resource on the web.  Here is a basic code snipet that simply errors out on the STRUCNEW line:
    <cfscript>
        ///Set the file name
        theFile="#BaseRoot#files\FailureReportingAudit.xls";
        //Create a new Excel spreadsheet object and add test data.
        theSheet = SpreadsheetNew("CourseData");
       SpreadsheetAddRow(theSheet,"test, test1",1);
        // Define a format for the column.
        format1=SructNew() ;
        format1.font="Courier";
        format1.fontsize="10";
        format1.color="dark_blue;";
        format1.italic="true";
        format1.bold="true";
        format1.alignment="left";
        SpreadsheetFormatCellRange(theSheet,format1, 3,4,30,10);
    </cfscript>
    You can see the error for itself at: https://www.calcerts.com/_WTF_cfscript.cfm
    If I comment out the code starting at StructNew all the way to the end of the cfscript, I receive no error and the XLS file is created, no problem.  But when I try and create a structure so I can format it I get an error.
    Another interesting note, if I try to do the "SpreadsheetFormatCellRange" function manually (no format1 structure), I get a "Variable SPREADSHEETFORMATCELLRANGE is undefined"
    So basically some (not all or even most) functions are not "defined"....

    Thanks Dan,
    OMG, I can't beleive I simply mispelled the word.....
    Anyways, shame on Adobe for having sample script with typos, shame on me for not noticing it.
    HOWEVER
    that does not resolve the entire issue.  JMF provided a workaround for that error.  But for some reason
    SpreadsheetFormatCellRange(theSheet,format1, 3,4,30,10);
    is stopping at "SpreadsheetFormatCellRange"
    Any idea why that function is not defined?  Did I not spell that one correctly?

  • Getting an "undefined" error when passing a variable to a function using Microsoft Razor

    I am trying to call a function and pass a variable to it. However I get an "undefined" error.
    The code is:
    Layout = "~/_SiteLayout.cshtml";
    Page.Title = "General Information";
    var recID = 3;
    <input type="text" id="rdy">
    <p>
    <a href=""><input type="button" name="button" id="button" value="Next Hypothetical" onclick='reselectState(recID)'></a>
    </p>
    <script>
    function reselectState(recIDx)
    var elem = document.getElementById("rdy");
    elem.value = recIDx;
    var rdy = $("#rdy").val();
    alert(rdy);
    location.href = '/hypothetical.cshtml?recordkey=' + rdy;
    </script>
    It seems to think that the variable "recID" is undefined even though it exists and I assign a value to it.

    Michael,
    Let me ask you this ... Are you trying to pass the value of the Input value? If you are looking for the input value to be .. then I made some changes you can follow...
        var recId = 3;
        <input type="text" id="rdy">
        <p>
            <a href="">@*<input type="button" name="button" id="button" value="Next Hypothetical" onclick='reselectState(recId)'>*@</a>
            <input type="button" name="button" id="button" value="Next Hypothetical" onclick='test()' />
        </p>
        <script>
            function test() {
                var inputValue = document.getElementById("rdy").value;
                reselectState(inputValue);
            function reselectState(recIDx) {
                var elem = document.getElementById("rdy");
                elem.value = recIDx;
                var rdy = $("#rdy").val();
                alert(rdy);
                location.href = '/hypothetical.cshtml?recordkey=' + rdy;
        </script>
    --Thanks,
    Pavan

  • Error: Variable QUERYTT is undefined.

    Hello i ahve this error on the application.
    Variable QUERYTT is undefined.
    The specific sequence of files included or processed is:
    Z:\dev\HD\dsp_TCQ.cfm, line: 136
    i then checked the line 136 and found
    <td width="50%"><font face="Verdana, Arial,
    Helvetica, sans-serif" color="006666"
    point-size="12"><b>#QUERYTT
    #</b></font></td>
    its suppose to be there.
    just wanted to know.
    i have copied (NOT CUT) all files in that directory to a
    different drive as a back up.
    could this be a problem. JUST A COPY AND PASTE.
    help
    thanks

    Is your "QUERYTT" variable declaration inside any IF
    statement. If the IF condition will not get satisfied the you will
    get the variable as undefined.
    This may not be the exact reason. But you can check.
    Thanks

  • Error Variable D_TYPE is undefined.

    Hello
    i created a drop down that is suppose to populated the db
    based on the option nuance or g
    if nuance then insert n to the field #D_TYPE #
    else
    if ga then g is inserted
    here is the error below.
    i have also
    here is the error.
    Variable D_TYPE is undefined.
    The error occurred in j:\lk\ll\lak\dsp_admin.cfm: line 160
    158 : <SELECT name=AccessLevel size=1 style="HEIGHT: 40px;
    WIDTH: 178px">
    159 :
    160 : <cfoutput><OPTION Value = "#D_TYPE
    #">#D_TYPE #</OPTION></cfoutput>
    161 : <OPTION Value = "n">nuance</OPTION>
    162 : <OPTION Value = "g">ga</OPTION>
    what else do i need to do?
    thanks

    Where are:
    -the place where you define d_type, and
    -your cfoutput tag
    ?

  • Possible Bug with Drag-and-Drop Being Published via HTML5 - Getting "Undefined" Error When Dragging Object

    Hello,
    I came up with a way to use drag-and-drop interactions that will take advantage of file input so that I may create a drag-and-drop interaction that uses one draggable object over and over allowing multiple scoring/tracking possibilities.  Example use...is having the draggable object be dynamic in that it randomly changes its text so that a learner can drag a term it's possible classification.........thus allowing the possibility of having many terms easily loaded without having to redo a drag-and-drop interaction for each needed terms/classifications updates/changes.
    My Issue: When using a variable to represent the text for a draggable Smart Shape object, I'm getting the error message "undefined" when, clicking/pressing on the object, as well as during the drag of the object. This issue occurs when publishing the project in an HTML5 format.  Flash interestingly enough seems to work perfect...but we are not interested in publishing via Flash any longer.
    To better help you explore this error message, I've set up a test project so that you can see when and how the "undefined" message shows up during a drag-and-drop interaction.  I've also included the Captivate 8 project file used to make the exploration project I'm sharing in this post.
    Link to Captivate project I created for you all to explore "undefined" error message": http://iti.cscc.edu/drag_and_drop_bug/
    Link to this Captivate 8 Project file: http://iti.cscc.edu/drag_and_drop_bug.cptx
    It's pretty interesting how things react in this demo, please try the following actions to see some interesting happenings:
    Drag the Yellow (or variable drag box) to the drag target.
    Drag Black Hello square to Drag target and click undo or reset - watch the undefined message come up on the Yellow (or variable drag box).
    Drag the Yellow (or variable drag box) to the drag target and then use the undo or reset.
    Move both draggable boxes to the drag target and use the undo and reset buttons...
    Anyhow, I know you all are sharp and will run the demo through its paces.
    I'd really be very honored if anyone help me figure out how I could (when publishing out to HTML5) no longer have the "undefined" error message show up when using drag-and-drop with a variable for shape text. This technique has been well received at the college I work at...and I have many future project requests for using such an idea on a variety of similar interactions. I'd love see a solution or see if this might be a bug Adobe may be able to fix!
    I tried to find a solution to the issue documented here for quite some time, but I was not able to find anyone with this problem much less attempting the idea I'm sharing in the help request -  save the darn "undefined" message that comes up!
    Many thanks in advance for any help and/or direction that you all may be able to provide,
    Paul

    Hello,
    I just wanted to supply a minor update related to my drag-and-drop question/issue stated above:
    I did another test using Captivate 7, and found that the undefined error (publishing as HTML5) does not appear and the variable data remains visible - except the variable data turns very small and does not honor any font size related settings.
    I did go ahead and submit this to Adobe as a possible bug today.
    Thanks again for any help related to this issue.  If the issued documented above is solved, it will allow many amazing things to be done using Captivate's drag-and-drop for both regular type projects as well as interaction development for iBooks! 
    Matter of fact if this issue gets fixed, I'll publish a Blog entry (or video) on way's I've used Captivate's drag-and-drop to create dynamic learning activities for Higher Ed. and for use in iBooks.
    ~ Paul

  • SQL Developer 1.5.4.59.40 - IO Exception: Undefined Error VENDOR CODE 17002

    Hi All.
    I hope someone can help.
    I have recently installed Oracle XE on my Vista Ultimate laptop and it is up and running with no apparent problems. I then connected to the HR schema on XE with no problems using SQL Developer 1.2.1.3213 (OLD Version). I noticed that SQL Developer 1.5.4.59.40 (NEW version) was available and downloaded it (the offering without JDK included) and renamed the "C:\Program Files\SQLDeveloper" folder holding the older version to "C:\Program Files\SQLDeveloper_Orig" and placed the new version of SQL Developer in the Prog Files directory to give "C:\Program Files\SQLDeveloper".
    I then ran SQLDeveloper.exe (NEW) and when requested gave the JDK path as "C:\Program Files\Java\JDK_1.6.0_11\bin\java.exe" ('Java -version' gives 1.6.0_11-b03) and migrated over the settings from the previous version of SQLDeveloper (OLD).
    The Application loads fine but when i attempt to connect to XE's HR schema i get the following error:
    "IO Exception: Undefined Error
    VENDOR CODE 17002"
    I have searched to try and find out what is going on but cannot find any solutions that work. The previous 17002 error solutions on this forumn have all failed.
    These included changing the JDK.conf file to hold route to JDK directory and also creating a 'bat' file.
    My system does not have the directory for the JDK in it's PATH environment setting (either USER or SYSTEM) but does include a directory path under SYSTEM environment vars to another version fo JDK on my machine under "C:\Program Files\Sun\JDK\". I thought this may be causing a conflict but it is version 1.6.0.05_b13 and is also compatible-is it not? I also have Java JRE6 (1.6.0_12-b04) on my machine - this does not have a PATH variable and was not referenced when loading SQL Developer when loading the first time.
    Can anyone help me resolve this, why can the previous version still connect OK to XE and not new version? is there something i am missing? Do i require the Java JDK Directory to be placed under a PATH environment SYSTEM variable?
    Thanks in advance,
    M
    Edited by: user592047 on 16-Mar-2009 10:08

    Taken from about SQL Developer:
    Version:
    CVS Version          Internal to Oracle SQL Developer (client-only)
    Java(TM) Platform     1.6.0_11
    Oracle IDE          1.5.4.59.40
    Versioning Support     1.5.4.59.40
    Properties:
    apple.laf.useScreenMenuBar     true
    awt.toolkit                    sun.awt.windows.WToolkit
    class.load.environment          oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level          CONFIG
    class.transfer               delegate
    com.apple.macos.smallTabs     true
    com.apple.mrj.application.apple.menu.about.name     "SQL_Developer"
    com.apple.mrj.application.growbox.intrudes     false
    file.encoding               Cp1252
    file.encoding.pkg               sun.io
    file.separator               \
    http.agent                    Mozilla/5.0 (Java 1.6.0_11; Windows Vista 6.0 x86; en_GB) ICEbrowser/v6_1_3
    ice.browser.forcegc          false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.AssertTracingDisabled     true
    ide.bootstrap.start          10390897243225
    ide.build                    MAIN-5940
    ide.conf                    C:\Program Files\sqldeveloper_new\sqldeveloper\bin\sqldeveloper.conf
    ide.config_pathname          C:\Program Files\sqldeveloper_new\sqldeveloper\bin\sqldeveloper.conf
    ide.debugbuild               false
    ide.devbuild               false
    ide.extension.search.path     sqldeveloper/extensions:jdev/extensions:ide/extensions
    ide.firstrun                    false
    ide.java.minversion          1.5.0
    ide.launcherProcessId          2672
    ide.main.class               oracle.ide.boot.IdeLauncher
    ide.patches.dir               ide/lib/patches
    ide.pref.dir                    C:\Users\M\AppData\Roaming\SQL Developer
    ide.pref.dir.base               C:\Users\M\AppData\Roaming
    ide.product                    oracle.sqldeveloper
    ide.shell.enableFileTypeAssociation     C:\Program Files\sqldeveloper_new\sqldeveloper.exe
    ide.splash.screen               splash.gif
    ide.startingArg0               C:\Program Files\sqldeveloper_new\sqldeveloper.exe
    ide.startingcwd               C:\Program Files\sqldeveloper_new
    ide.user.dir                    C:\Users\M\AppData\Roaming\SQL Developer
    ide.user.dir.var               IDE_USER_DIR
    ide.work.dir               C:\Users\M\Documents\SQL Developer
    ide.work.dir.base               C:\Users\M\Documents
    java.awt.graphicsenv          sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob          sun.awt.windows.WPrinterJob
    java.class.path               ..\..\ide\lib\ide-boot.jar
    java.class.version               50.0
    java.endorsed.dirs          C:\Program Files\Java\jdk1.6.0_11\jre\lib\endorsed
    java.ext.dirs               C:\Program Files\Java\jdk1.6.0_11\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home                    C:\Program Files\Java\jdk1.6.0_11\jre
    java.io.tmpdir               C:\Users\M\AppData\Local\Temp\
    java.library.path               C:\Program Files\sqldeveloper_new;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\oracle\xe\app\oracle\product\10.2.0\server\bin;C:\Program Files\CodeGear\RAD Studio\5.0\bin;C:\Users\Public\Documents\RAD Studio\5.0\Bpl;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Users\Public\Documents\RAD Studio\5.0\Bpl;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Microsoft Network Monitor 3\;C:\PROGRA~1\DISKEE~1\DISKEE~1\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_11;C:\Program Files\Sun\SDK\bin;C:\Users\Public\Documents\RAD Studio\5.0\Bpl;C:\Program Files\Nmap
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name          Java(TM) SE Runtime Environment
    java.runtime.version          1.6.0_11-b03
    java.specification.name          Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.util.logging.config.file     logging.conf
    java.vendor                    Sun Microsystems Inc.
    java.vendor.url               http://java.sun.com/
    java.vendor.url.bug          http://java.sun.com/cgi-bin/bugreport.cgi
    java.version                    1.6.0_11
    java.vm.info               mixed mode
    java.vm.name               Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor               Sun Microsystems Inc.
    java.vm.version               11.0-b16
    jdbc.library                    /C:/Program Files/sqldeveloper_new/jdbc/lib/ojdbc5.jar
    line.separator               \r\n
    oracle.home               C:\Program Files\sqldeveloper_new
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library               /C:/Program Files/sqldeveloper_new/jlib/orai18n.jar
    os.arch                    x86
    os.name                    Windows Vista
    os.version                    6.0
    path.separator               ;
    reserved_filenames          con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sun.arch.data.model          32
    sun.boot.class.path          C:\Program Files\Java\jdk1.6.0_11\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_11\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_11\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_11\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_11\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_11\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_11\jre\classes
    sun.boot.library.path          C:\Program Files\Java\jdk1.6.0_11\jre\bin
    sun.cpu.endian               little
    sun.cpu.isalist               pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop               windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen          false
    sun.jnu.encoding               Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level          Service Pack 1
    user.country               GB
    user.dir                    C:\Program Files\sqldeveloper_new\sqldeveloper\bin
    user.home                    C:\Users\M
    user.language               en
    user.name                    M
    user.timezone               Europe/London
    user.variant     
    windows.shell.font.languages

  • Variable SERVERNAME is undefined in CFIDE after applying security patch for APSB09-12

    We attempted to apply the hotfixes available for ColdFusion and JRun released August 17, 2009 on our ColdFusion v8.0.1 and now are not able to connect to the ColdFusion administrator page.
    This is the link to the securty update:
    http://www.adobe.com/support/security/bulletins/apsb09-12.html
    We receive the login screen, enter our user/pass and are then presented with the following error message:
    The web site you are accessing has experienced an unexpected error.
    Please contact the website administrator.
    The following information is meant for the website developer for debugging purposes.
    Error Occurred While Processing Request
    Variable SERVERNAME is undefined.
    The error occurred in index.cfm: line 22
    -1 : Unable to display error's location in a CFML template.
    Resources: Check the ColdFusion documentation to verify that you are using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser 
    Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
    Remote Address 
    127.0.0.1
    Referrer 
    http://127.0.0.1/CFIDE/administrator/index.cfm
    Date/Time 
    01-Sep-09 04:59 PM
    Stack Trace
    at cfindex2ecfm274406133.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\index.cfm: 22)                 
    coldfusion.runtime.UndefinedVariableException: Variable SERVERNAME is undefined.
         at coldfusion.runtime.CfJspPage._get(CfJspPage.java:325)
         at coldfusion.runtime.CfJspPage._get(CfJspPage.java:287)
         at coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1405)
         at cfindex2ecfm274406133.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\index.cfm:22)
         at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
         at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
         at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
         at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:288)
         at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
         at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
         at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
         at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
         at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
         at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
         at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
         at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
         at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
         at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
         at coldfusion.CfmServlet.service(CfmServlet.java:175)
         at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
         at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
         at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
         at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
         at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
         at jrun.servlet.FilterChain.service(FilterChain.java:101)
         at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
         at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
         at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
         at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
         at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
         at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
         at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    This was caused by the Adobe patch, we removed the patch and applied the newly provided hot fix 3 and that resolved the issue.

  • Variable CFHTTP is undefined

    Hello folks,
    I have a script that uses the CFHTTP tag to send in some XML to a url, which returns a code back to my script.
    01.    <cftry>
    02.        <cfhttp
    03.             url="http://the.url.to.post.to"
    04.             port="443"
    05.             method="post"
    06.             resolveurl="yes"
    07.             throwOnError="Yes"
    08.             timeout="5"
    09.             charset="utf-8">
    10.             <cfhttpparam type="header" name="Accept-Encoding" value="*">
    11.             <cfhttpparam type="Header" name="TE" value="deflate;q=0">
    12.             <cfhttpparam type="formField" name="xmlBody" value="#toString(generateRequestXml)#">
    13.      </cfhttp>
    14.
    15.      <!--- if http request was complete, and "ok" --->
    16.      <cfif structkeyexists(cfhttp,'statuscode') and listfirst("#cfhttp.statuscode#",' ') eq 200>
    17.           <!--- hooray, the http request worked fine --->
    18.           <cfset theVariable = cfhttp.returnedVariable>
    19.
    20.      <!--- else, something went wrong --->
    21.      <cfelse>
    22.           <!--- oh no - something went wrong with the request --->
    23.           <cfthrow />
    24.      </cfif>
    25.
    26.      <cfcatch type="any">
    27.           <cfset logError(cfcatch)>
    28.      </cfcatch>
    29. </cftry>
    Most of the time, the script works fine, except now and then, it throws an error on line 16 saying that "Variable CFHTTP is undefined". It's as if the cfhttp tag has not finished processing in order to create the "CFHTTP" variable. This sounds a bit like the problem that Charlie Arehart blogged a while back about CF not waiting on some elements - or am I just presuming here?
    Anyway - some help would be really useful here, as I'm really scratching my head on this one. I've even tried replicating the error with a CFHTTP url which takes a while to return a response - but no joy.
    Help me Adobe Community - you're my only hope....
    (heh, I just made that up!! - you can use it)
    Cheers,
    Phil

    I don't know if the problem is caused by the CFHTTP tag not being finished yet, although that seems as possible as anything else I guess. If that's the problem, though, you could address this by creating a loop with a condition, then within the loop you could test for the existence of CFHTTP, and if it doesn't exist you could put the thread to sleep for a few milliseconds and check again after that. Once it does exist, you could exit the loop.
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/

  • Variable HEADER is undefined

    Hello,
    Getting an error when sending a draft for review in CPS
    Files involved
    index.cfm calls <cfinclude template="#header#">
    located in application.cfm
    application.cfm calls <cfparam name="Header"
    default="header.htm">
    header.htm contains header info
    When I click "send for review "the draft process will load
    however it displays the following. Of course I could resolve the
    issue by placing the header and application files in
    D:\website\htdocs\MMWIP\ but I have hundreds of headers for
    different subsites. Does anyone know why this is not working or how
    I could resolve it. Thank you for your time.
    "Variable HEADER is undefined.
    The error occurred in
    D:\website\htdocs\MMWIP\1d1b9120930c0cc0\dbc8a513baa56a79.cfm: line
    18
    16 :
    17 : <!--- Display header file from main folder, set in
    application file. loop through folder path and if there is a
    subheader file display by replacing extra data in path and add to
    file name--->
    18 : <cfinclude template="#header#">
    19 : <cfoutput>
    20 : <cfset varpath=#Left(Main,Len(Main)-1)#>

    It can be mostly due to any one of following reasons:-
    It is missed to be defined in code.
    This global variable may not be accessible.
    Page defining it is missing.
    Page defining it may not be accessible due to slow server performance issue.

  • Variable VMARGS is undefined

    Hello,
    i have a coldfusion 8.0.1 multi-instance installation, but one of our 4 instance, from about a week, has a strange behaviour when i click on the "Settings Summary" in the CFIDE administration console.. it start to print out all the summary informations, but when it start to print out the section "Java and JVM" it will throw this error:
    Variable VMARGS is undefined.
    The error occurred inE:\cf8_updates\cfusion\wwwroot\CFIDE\adminapi\runtime.cfc: line 1728
    Called from E:\cf8_updates\cfusion\wwwroot\CFIDE\adminapi\runtime.cfc: line 1222
    Called fromE:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm: line 1121
    Called fromE:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm: line 1102
    Called fromE:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm: line 41
    Called fromE:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm: line 1
    Called from E:\cf8_updates\cfusion\wwwroot\CFIDE\administrator\reports\index.cfm: line 14
    -1 : Unable to display error's location in a CFML template.
    I tried restarting the coldfusion instance but didn't solved.. all the instance have the same patch level (8.0.1 cumulative hotfix 4), jrun4 updater 7, and use the same jdk (1.6.0_15)
    The strange things are that in the others instance, in the setting summary, i don't have a section "Java and JVM", and the paths indicated in the error details "E:\cf8_updates\cfusion\wwwroot\CFIDE\adminapi\runtime.cfc" are not existing.. we are on unix (solaris10), so i don't know where come from this "E:\"
    We already had this problem with another instance, sometimes ago, and we "solved" recreating a new instance and applying again the same settings.. but i prefer to find a solution to this problem instead of recreating a new one again..
    any suggestions is appreciated
    Thanks in advance
    Claudio

    Well, I will just say that I can't see how CB running on the instance can have any impact on the CF Admin running.
    As for the problem, perhaps others will have more thoughts. I myself would want to confirm your conclusion that it's the right CFIDE.
    You could do that a couple of ways. One is to double-check your observations of the configuration, but even then I'd go a step further and do something to prove it's using what you think. One "hack" way would be to rename a file you know you're calling, and confirm you get an error.
    A more sophisticated (less obtrusive) way would be to use the CF Enterprise Server Monitor (since you're running Multiserver mode, which means you have CF Enterprise), since it shows the filenames of the requests that are executed. You'd have to change its settings to allow tracking of the Admin, and then change the slowest requests page to lower the time to 0 seconds. I talk about both things in the 4-part series I did for the Adobe Dev Center on the Server Monitor (starting at http://www.carehart.org/articles/#2007_2).
    You could even go so far (in a situation like this) as to use the CF debugger, to watch the flow of execution through pages, but that would be overkill to try to setup just for this particular problem if you don't already use it. (Also, most of the CF admin files are precompiled, so you can't see the CFML source and debug them anyway.)
    There are a lot of other things we could try to suggest. It may involve a lot of back and forth, and sometimes trying to resolve such a problem over email this way can be tedious.
    It may be one of those situations where it would be in your interest to bring someone in to remotely assist (over the web, using Adobe Connect--no firewall issues, no need to allocate a remote desktop account.) I provide such services, as do others, as I list in a category of my CF411 site: http://www.cf411.com/#cfassist. It might take someone experienced with evaluating such problems only 10-20 minutes to better understand and resolve the problem. I don't myself impose any minimum time requirement, and I also offer a satisfaction guarantee. More at the URL below. Hope that's helpful.
    /charlie arehart
    [email protected]
    Providing fast, remote, on-demand troubleshooting services for CF (and CFBuilder)
    More at http://www.carehart.org/consulting

  • Variable MESSAGECFID is undefined.

    Hi Everyone,
    I developed a site long time ago in Coldfusion MX. I am trying Coldfusion 8 with 30 days trial. I am constantly getting an error message
    "Variable MESSAGECFID is undefined. " on one of my file (attached : community.cfm) where I never use to got this message in MX server. Is it
    something to do with my codes or do I have to set something in Coldfusion 8 server? I have used MS Acess database for this site. Can someone
    please help me with this?

    Hi Adam,
    Thanks for the reply. I am at work at the moment and will try to look at line 90 when I get home. I think changing "where messagecfid = #messagecfid#"
    to
    "where messagecfid = #messages.messagecfid# " might resolve the problem.
    I have attached a message as requested.
    If you find anything else, please do let me know.
    Thanks
    Faizy

  • Variable ID is undefined. Setting ?id to none

    Hi,
    I need to set me variables so that when i go to the index.cfm
    page the index page diplays. Currently I get this error " Variable
    ID is undefined." because I have not defined the variable in the
    URL. I want an include file to be displayed in the index.cfm page
    when index.cfm?id=saex is called.
    Does anyone know how to have these variables in CF and still
    able me to display just the index.cfm file. Hope I explained myself
    well.
    Thanks for your help.
    Luc
    <cfif id IS 'home' >
    <cfset url = "test.html">
    </cfif>
    <cfif id IS 'saex' >
    <cfset url = "sa-explorer.html">
    </cfif>
    <cfif id IS 'ckscope' >
    <cfset url = "cape-kscope.html">
    </cfif>

    Hi,
    You might like to grab a few books on ColdFusion and have a
    read of them, or have a look through
    >> LiveDocs
    << to get a better understanding of how to build
    ColdFusion apps.
    Here's an example of how you might set things up:

  • Variable siteURI is undefined.

    In CPS, am getting this error message when I select Website Settings - Variable siteURI is undefined. After I click OK on that error message, no websites are listed in the dropdown box, and I cannot show any log files.  Other than this, all Contribute users are able to Edit and Publish files without issue, indicating that CPS is functioning normally.
    Following is an excerpt from the Notification Server Error Log file:
    2011-20-07 13:37:20: "error"- site092638 Approval: Element SETTINGS.GENERAL.SITEURL is undefined in THIS.  (line 477 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\Site.cfc)
      2011-20-07 13:37:20: "error"- Variable siteURI is undefined.  (line 70 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\SiteManage r.cfc)
      2011-20-07 13:37:20: "error"- site173752 Approval: Element SETTINGS.GENERAL.SITEURL is undefined in THIS.  (line 477 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\Site.cfc)
      2011-20-07 13:37:20: "error"- Variable siteURI is undefined.  (line 70 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\SiteManage r.cfc)
      2011-20-07 13:37:20: "error"- site319804 Approval: Element SETTINGS.GENERAL.SITEURL is undefined in THIS.  (line 477 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\Site.cfc)
      2011-20-07 13:37:20: "error"- Variable siteURI is undefined.  (line 70 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\SiteManage r.cfc)
      2011-20-07 13:37:20: "error"- site417731 Approval: Element SETTINGS.GENERAL.SITEURL is undefined in THIS.  (line 477 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\Site.cfc)
      2011-20-07 13:37:20: "error"- Variable siteURI is undefined.  (line 70 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\SiteManage r.cfc)
      2011-20-07 13:37:20: "error"- site652742 Approval: Element SETTINGS.GENERAL.SITEURL is undefined in THIS.  (line 477 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\Site.cfc)
      2011-20-07 13:37:20: "error"- Variable siteURI is undefined.  (line 70 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\SiteManage r.cfc)
      2011-20-07 13:37:20: "error"- site687219 Approval: Element SETTINGS.GENERAL.SITEURL is undefined in THIS.  (line 477 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\Site.cfc)
      2011-20-07 13:37:20: "error"- Variable siteURI is undefined.  (line 70 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\SiteManage r.cfc)
      2011-20-07 13:37:20: "error"- site725752 Approval: Element SETTINGS.GENERAL.SITEURL is undefined in THIS.  (line 477 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\Site.cfc)
      2011-20-07 13:37:20: "error"- Variable siteURI is undefined.  (line 70 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\SiteManage r.cfc)
      2011-20-07 13:37:20: "error"- Error in AdminService operation getSitesListXML: Variable URI is undefined.  (line 38 in D:\depot\contribute\3.10\ServerApps\build_temp\stage\WEB-INF\pubservices\cflib\Utils.cfc)

    It can be mostly due to any one of following reasons:-
    It is missed to be defined in code.
    This global variable may not be accessible.
    Page defining it is missing.
    Page defining it may not be accessible due to slow server performance issue.

Maybe you are looking for

  • Problems creating control file in RMAN duplicate database

    There is so much detail involved in this operation that I don't know what might be useful, so I'll start simple. I'm attempting to clone a database on the same host using RMAN "duplicate database". I finally got all the setup done, the OS authenticat

  • Dreamweaver CS5.5 crash on edit

    I have been working through a book learning to set up a MySQL database. I set up my computer as a testing server using XAMPP. Things were going well for quite a while. Now a serious problem is emerged. Every time I try to edit a file for any site in

  • How to spplit different LAN Segment in two ISP Service

    Hi Forum I have a doubt how to implement a new scenario My customer have a 5520 (with four Interfaces) firewall with the following version: ASA Version 8.2(5) and his configuration is interface GigabitEthernet0/1                                      

  • Adobe Form for Thai Language

    Hi all, I'm at Thailand and I'm trying to implement Abobe Form using TH. My problem is I want to use Thai language on the form. At the time I try to write down Thai language, the form builder shows me a question mark symbol (?). Please help me to use

  • Editing an Authorware v6 file in v7 demo

    My organization has contracted out the construction of a CBT that was done in Authorware v6. Now it falls to me to edit an error in the content, and we do not have Authoriware available. Online, there is a demo for it in v7. However, my problem is th