Error Message Says File Doesn't Exist...

Hello. I'm trying to install a CF website on the same server
with an ASP website which is already up and running. Both sites
will access the same FoxPro data, which may lead to conflicts I'll
have to work around, but first there's another problem I have to
solve: When I try to do an SQL select statement, I'm being told by
an error message that the table I want does not exist, which is
false. Specifically, both the ASP site and my own site use the same
ODBC connection, which specifies the Visual FoxPro driver and the
path to the FoxPro tables (which is all you need to get to FoxPro
tables through ODBC).
It might appear that I should simply have a connection of my
own with a different name, but that seems unlikely because I have,
in fact, already set up a separate connection in ODBC, with a
different DSN (obviously), and pointing to an entirely different
directory where I have placed clones of the FoxPro tables I want to
access. And I did not forget to change the DSN name appropriately
in my SQL select statement. Nonetheless, I receive the same error
message in that situation. The full error message is provided after
the double lines below.
I should mention that I have pointed the ColdFusion
Adminstrator to both ODBC connections (both the one used by the ASP
site and the one used by my clone tables), and I have clicked the
Verify All Connections button, and received a response of 'OK' for
both of them.
I should also mention that my site (including the ODBC access
to clones of the same FoxPro tables) works fine on my desktop PC at
home, and on my laptop.
It occurs to me as I write this that FoxPro itself is
installed on the same directory as the one accessed via ODBC by the
ASP site, but it is my understanding that that should not matter.
Allegedly, all you need is the ODBC driver. Come to think of it,
FoxPro is also on a different directory from the tables on my PC at
home and on my laptop.
Another point which I think should not matter is that the ASP
site and my own are, in a sense, the same site. Different people
will use them, and there is no transportation from one to the
other, but both will be accessed by the same root url until such
time as the company manager decides to get a separate domain name
for mine. To be concrete, the ASP site is in the
'Inetpub\wwwroot\acrc' directory while mine is in
'Inetpub\wwwroot\Reporters'. Both are subdirectories of the Default
web site in IIS, which is Inetpub\wwwroot, accessible by the domain
name 'acrga2.com'. It is my understanding that things should work
even if the ASP dnd CFM pages were were intermixed in the same
directory.
Any suggestions?
=================== FULL ERROR MESSAGE BELOW ================
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC Visual FoxPro Driver]File 'joblog.dbf' does
not exist.
The error occurred in
C:\Inetpub\wwwroot\Reporters\ListJobs.cfm: line 6
4 : <cfquery name='Jobs' datasource='ACRDB' debug>
5 : select job_no, job_date, job_time, am_pm, caller_
6 : from joblog where reporter_='#Ucase(Session.UserName)#'
and Year(bill_date) < 2000 and Year(date_chg) < 2000
7 : </cfquery>
8 :
SQLSTATE 42S02
SQL select job_no, job_date, job_time, am_pm, caller_ from
joblog where reporter_='MMM' and Year(bill_date) < 2000 and
Year(date_chg) < 2000
VENDORERRORCODE 173
DATASOURCE ACRDB
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.0; en-US;
rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Remote Address 127.0.0.1
Referrer
http://localhost/Reporters/reporterlogin.cfm
Date/Time 07-Mar-08 12:23 PM
Stack Trace
at
cfListJobs2ecfm1841761115.runPage(C:\Inetpub\wwwroot\Reporters\ListJobs.cfm:6)
at
cfListJobs2ecfm1841761115.runPage(C:\Inetpub\wwwroot\Reporters\ListJobs.cfm:6)
java.sql.SQLException: [Macromedia][SequeLink JDBC
Driver][ODBC Socket][Microsoft][ODBC Visual FoxPro Driver]File
'joblog.dbf' does not exist.
at
macromedia.sequelink.ssp.Diagnostic.toSQLException(Unknown Source)
at macromedia.sequelink.ssp.Chain.cnvDiagnostics(Unknown
Source)
at macromedia.sequelink.ssp.Chain.decodeDiagnostic(Unknown
Source)
at macromedia.sequelink.ssp.Chain.decodeBody(Unknown Source)
at macromedia.sequelink.ssp.Chain.decode(Unknown Source)
at macromedia.sequelink.ssp.Chain.send(Unknown Source)
at
macromedia.sequelink.ctxt.stmt.StatementContext.execDirect(Unknown
Source)
at
macromedia.jdbc.sequelink.SequeLinkImplStatement.execute(Unknown
Source)
at
macromedia.jdbc.slbase.BaseStatement.commonExecute(Unknown Source)
at
macromedia.jdbc.slbase.BaseStatement.executeInternal(Unknown
Source)
at macromedia.jdbc.slbase.BaseStatement.execute(Unknown
Source)
at
coldfusion.server.j2ee.sql.JRunStatement.execute(JRunStatement.java:254)
at
coldfusion.sql.Executive.executeQuery(Executive.java:1196)
at
coldfusion.sql.Executive.executeQuery(Executive.java:1008)
at coldfusion.sql.Executive.executeQuery(Executive.java:939)
at coldfusion.sql.SqlImpl.execute(SqlImpl.java:325)
at
coldfusion.tagext.sql.QueryTag.executeQuery(QueryTag.java:831)
at
coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:521)
at
cfListJobs2ecfm1841761115.runPage(C:\Inetpub\wwwroot\Reporters\ListJobs.cfm:6)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
at
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
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.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
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:284)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

I have now discovered that my site does work when it's
accessed from outside using its full url,
www.acrga2.com/Reporters/ReporterLogin.cfm.
Nonetheless, it would help my understanding of the technology
to know why I could not access it directly from the server. After
all, the whole thing was developed working as localhost on a single
PC. But I was not able to access it from the server I just
installed it on, neither as localhost nor with the full url,
www.acrga2.com/Reporters/ReporterLogin.cfm.
Or rather, more accurately, I could access the site, but I
could not connect to the FoxPro database via ODBC from within the
site.
I realize this is an arcane issue - very few people outside
of old codgers like me still program in FoxPro - but it would be
interesting to know why this occurs. Any ideas anyone?
Anyway, I was really worried. My client was NOT pleased. But
now he's happy again. Whew!

Similar Messages

  • I'm trying to e-mail music scores and audios, but I receive an error message saying Preview doesn't recognize the file format, regardless whether I use .mus, .pdf, or .mp3.  I haven't come across Preview or this problem before.  Any suggestions?

    I'm trying to send music, scores and audio, as e-mail attachments, with a copy to my e-mail address.  Whether I use .mus, .pdf, or .mp3, the error message says Preview doesn't recognize the file format.  I haven't seen Preview, or had any problems, before now.  Thanks for any suggestions.

    Hi,
    Firstly, your country is detemined by several factors, including your phone's regional settings, your SIM card and your NokiaAccount settings, if you used this phone whilst abroad then you may need to check that your regional and account settings are up to date since you have arrived in Canada.
    For services like Gigs, you should also ensure that the MixRadio app has access to your phone's GPS location as well as the main location being on in the phone settings. To check this, as well as Location being turned on in the phone settings, in MixRadio itself go to Settings>Location>On:
    The concern with favourites may also be related to location, if the music from certain artists is available in Canada but not where the service might think you are, availability of content may vary from region to region.
    If all settings in both the phone, your Nokia Account and the MixRadio app are correct, we may have to investigate deeper.
    It is impossible to comment on your camera without seeing it, you cold have the phone checked by Nokia Care locally, but of course if it was supplied in Europe it will be covered by the European Limited Warranty which is not valid in Canada.
    If this or any post answers your question, please remember to help others by pressing the 'Accept as solution' button.

  • Error message saying iTunes doesn't include software for iPhone

    I get an error message saying iTunes doesn't include the software for iPhone. It says to uninstall and re-install iTunes. I have done it twice and both times I get the same error.

    There is an entire iPhone forum here
    http://discussions.apple.com/category.jspa?categoryID=201
    I don't have one - perhaps you will be better off there, where most will?
    Best of luck!

  • Creating SO for Matnr in PlantA, Message says Matnr doesn't exist in PlantB

    Hello,
    I am trying to create a Sales Order for a Material which triggers a creation of  Auto Purchase Requistion eventually to Purchase Order.
    The Material exists in Plant A and my delivering plant for the material is also Plant A.
    When i create the Sales Order for the material i get a message saying Material doesn't exist in Plant B.
    I am not sure why Plant B comes into picture, Note: Plant B is one of our another plants.
    Can someone provide any inputs.
    Best Regards,
    Bharat.

    Hi Guys,
    We have resolved the Issue.  Just wanted to update the group what the issue was and how resolved,
    We checked the Auto PO flag in the ItemCategory settings and we are using that particualar ItemCategory linked to the Item Category Group in the Material for which we are creating Sales Order.
    It seems if the Auto PO flag is checked and since that flag is treated as an EDI enabled one, when a Purch. Req / PO is created is gets the Plant value from the Sales Org settings in the Enterprise Structure (SPRO).  In our systems that happened to be Plant B.
    Hence when am trying to create a SO (Plant A) and eventually to a Purch. Req / PO it is saying the Material is not present in Plant B.
    It took a while for me to digest, but that is what it is.
    Best Regards,
    Bharat.

  • FF 6.0 doesn't open pdf-links, after clicking on "open pdf" error message says file not supported or damaged. IE opens file all right. Please advice.

    Firefox 6.0 doesn't open pdf-links after clicking on "open pdf". I frequently need to do literature searches and I need to view pdf files in the browser. After clicking on the pdf - link of a file the main options are to open or download the pdf. Every time I try to open a pdf-file a blank page and an error message appears saying the file would not be supported or is damaged. IE, however, opens the file all right. I tried various changes in the security and cookie settings without success. Please advice.

    Hi SGckc,
    This document is almost certainly a dynamic XFA form. Unfortunately, our mobile Reader does not support displaying or filling such forms. The application that produces this form embeds this message into the document so that non-supportive viewers (like ours) will display this "error" page when the document opens. I do realize that this is confusing and I would like to add some additional detection to our Reader for this case. However, we've avoided doing this for fear of confusing users even further. Your feedback helps though. Hopefully we'll find a way to detect this case and present a better message to the user like: This form is not supported by the mobile version of the Adobe Reader. Please open and fill it on the non-mobile version of the Adobe Reader for Windows, Linux or Mac OSX.
    Thank you for contacting us!
    Pat

  • Getting RAM error messages saying files can't be opened

    This is happening even when I have closed out of all other applications. I have 8GB of ram and 256GB flash storage. The specific file says it is 85.2 MB, this just seems so small compared to what my computer says it can handle. I have a RAM cleaner to help stop my computer from crashing when it gets too low, when I get the error messages it seems to say there is almost always at least 5 GB of RAM available. Any suggestions as to what the problem might be? Am I just working with files that are too large and need more RAM?

    BubbleBug,
    You may have suffered some kind of corruption; that may also have caused the issue in your other thread.
    It may be worth trying the list (you may skip 5), and you may consider going straight to 6)).
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save curent artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Why do I get an error message saying FILE FAILED TO BE CONVERTED USING ADOBE EXPORT PDF ONLINE?

    Can I find some help about why my Adobe online service suddenly start giving me an error message that says FILE FAILED TO BE CONVERTED USING ADOBE EXPORT PDF ONLINE?

    Are you trying to convert through Adobe Reader (what version?), or directly at the https://cloud.acrobat.com/exportpdf website?
    [topic moved to Acrobat.com Services forum]

  • Can't save a file; error message says file couldn't be opened

    Using Pages '09 ver. 4.3 and OSX 10.8.4
    When I try to save a new document in pages, I get an error message that says "the file 'xxxx.pages-tef" couldn't be opened. 
    How can I fix this so that I can start saving files again?

    Pages 5.2 Mac OSX 10.9.2
    Start Pages app
    Create a blank document
    File > Save or <Command>+S
    Select Mac Device and find your user folder or favorite, Desktop (not iCloud)
    Error: the file "Untitled.pages" couldn't be opened!?!
    Repeat giving the document a different name and it works
    Since when do we write error messages with "n't"?
    Usually a well written error message offers a suggestion as to what you might do about it?
    Since it says opened and I clicked on Save, there is a bug in there somewhere.
    All I was trying to do today was copy and paste some text from a website into numbers spreadsheet
    Both Edit > Paste options but the text in one cell so I tried to save it as a text file first to try and import the data
    Text Edit does not have a text only export format so before loading Terminal and starting vi or emacs, I tried pages. I'll go try XCode's editor or my Windows 7 vm with notepad and openoffice
    I miss the old Pages with the Appleworks importer, this one needs more Quality Assurance Testing IMHO
    WWSJD "What Would Steve Jobs do?"

  • Palm not syncing + Palm Desktop won't open (error message says FILE IS BUSY)

    Drama players = Tungsten e2+Mac OS X 10.5.4
                                   Tungsten e2+Mac OS X 10.4.1 
    Hi, 
    I've been trying to hotsync my palm to Mac laptop for a few hours everyday for  5 days now - I've visited all the forums, bought a new laptop (this was incidental rather than caused by the palm problem)
    ...At first I got the "transport monitor" missing error - I followed support forums' suggestions.  It didn't work.  Hotsync would not happen; and neither would palm desktop open.  i don't use any other programs to sync (not isync, not outlook, etc) Only ever use Palm for like 10 years now.
    This problem persisted in both my 3-yr old mac and the brand new mac-
    I also tried installing pam desktop  from the online palm support site.
    I've since re-installed palm desktop a few times and handheld says "hotsync operation complete" However, Palm Desktop will not open and I get this error -- "file is busy"  
    Please please help - I've recently decided to allow my palm to rule my life again (we do international events and we're bringing in Australia's #1dj in a few weeks) --I'm desperate for a solution - 
    Thank you!!
    Kristina Marie
    [email protected]
    www.pan.dj
    Post relates to: Tungsten E2
    Post relates to: Tungsten E2

    hi - it may be because you responded to me thinking it was a Treo, but your advice did not work...
    Tungsten e2
    Mac OS X 10.5.4 - brand new macbook
    Have deleted all associated files with palm - there isn't a shred of old palm files anywhere.
    Re-installed the palm desktop software from Palm site...
    Thanks in advance for your help. 
    Post relates to: Tungsten E2
    Post relates to: Tungsten E2

  • I can't open illustrator files as an error message says 'file contains conflicting spot colour information...' then closes, how do I resolve this?

    The full message reads 'The file contains conflicting spot color information. Spot and process colors cannot share the same name. Please resolve the spot color conflict and try reopening this file.'
    The problem is the file just closes after that. If anyone has had this problem before and managed to resolve it, please please help!

    This turned out to be a links issue. One of the psd's had corrupted. In the end we found out by making sure the file couldn't connect to the links in the illustrator document allowing it to open in the basic vector format. We disconnected from the network, another way would be to move the links folder. Once the file was open the links could be deleted/replaced seems it didn't close the file straight away.
    I hope this helps anyone else that has this problem, there really wasn't much information on it, especially not up to date information.
    Vicky

  • I'm getting an error message saying "file could not be used because the original file cannot be found. Would you like to locate it?" What gives?

    I've updated iTunes as recommended (and when recommended) but made no other changes to my computer or files. Why are the files gone?

    I was not complete clear.
    Since you never changed the settings in the advanced section of iTunes preferecnes, you have to chech that your music is really in the location setted in the folders reported in the advanced section.  If not you have 2 ways: reset the position of this folders or in the actual disk organisation or in the pointing on the preferences.
    If you press the reset button you just give to itunes its default setting as for the position of the music files: probably this will be a good choice if you have never changed any default preference.
    But before I would check the folders and see if the songs are really there
    In my iTune I have this, and I believe it is the default.
    Users/YOURHOMEFOLDERNAME/Music/iTunes/iTunes Music

  • When I try to send email, I get an error message saying it doesn't allow relaying, how do I fix this

    When I try to send email from my ipad, I get a message stating it will be stored in outgoing because it was rejected due to relaying?  How do I fix this.  I don't even know what relaying is.

    Try going into Settings > Mail, Contacts, Calendars > select the account > account name , tap on SMTP (under the 'Outgoing Mail Server' heading) and then tap on your Primary Server and try entering your email account and password and see if it then works

  • Attempting to upgarde itunes and I get an error message looking for "an alternate path to a folder containing 'iTunes.msi' location.  I've searched my hard drive and the file doesn't exist.  What to do?

    Attempting to upgarde itunes and I get an error message looking for "an alternate path to a folder containing 'iTunes.msi' location.  I've searched my hard drive and the file doesn't exist.  What to do?

    This worked...found on a prior discussion:
    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page)...
    http://majorgeeks.com/download.php?det=4459
    From the link above (near the top of the page)....Under 'download locations'   click on 'download@majorgeeks'
    To install the utility, doubleclick the msicuu2.exe file you just downloaded and ran.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    Restart your computer.
    Re-download Itunes (latest version form Itunes website) and install.  It worked!

  • I have cs5 and when I try to download a raw file from my Nikon 810 an error message says this versioln of raw doesn't support this camera model. Yet I just updated cs5 online.

    I have CS5 and when I try to download a raw file from my Nikon 810 I get an error message saying this version of raw doesn't support this camera model. Yet I just updated CS5 online.

    I do not use lightroom and  I have a subscription so I can open all supported RAW formats. You will need DNG file for Your Camera's NEF files for use in Photoshop ACR version.  You can open your NEF files in LR it seems so you could do all your raw conversion with Lightroom and save out Tiff files for processing in Photoshop.   I do use lightroom for I do not need its library.  Lightroom does not support layered files so lightroom is of no value to me.  ACR UI is all I need having a second interface to Adobe Raw Conversion Engine would more annoyance than value to me.

  • Just published a new site to an FTP server and I got a 404 error message saying the site doesn't exist. When I retype the name of the site, I get a page from my hosting service saying this is the future home of [my site]. Any ideas?

    Just published a new site to an FTP server and I got a 404 error message saying the site doesn't exist. When I retype the name of the site, I get a page from my hosting service saying this is the future home of [my site]. Any ideas?

    Hi roddy,
    thanks for responding. I read your link, looked at my settings and they were all correct. I tried to do a republish and got this message: The requested URL /childrenandcaring/index.html was not found on this server.
    When I type the address in the address bar, I go to the site and the page says: This is the new site childrenandcaring.com
    Any other ideas?
    Suzanne

Maybe you are looking for

  • Hierarchies in BMM

    Hi All, I have a query reg hierarchies.. I have a Dim A which will be made in to two alias tables in physical layer as Dim Alias1 and Dim Alias2 , these both are connected to fact table separately... I mean in STAR form.. When i pull these tables to

  • Using images with transparent backgrounds

    Hello. I'm trying to design several forms using a large background graphic along with several other overlays (defined by the form user) that contain transparent backgrounds. Unfortunately, everytime I go to change the graphic, the program won't recog

  • IDCS3 and Leopard 10.5.3 problems

    My wife's Indesign cannot print to the network printer and prints PDFs as if fonts are missing. The same files under CS3 and 10.4.x work as expected. I don't expect a solution here, but I want Adobe to know ID CS3 is not fully compatible with 10.5.x

  • How do I export in best suitable format?

    Hi, I have a Canon HV30 HDV cam (bought it in Europe and live in Europe) and I have now just bought Adobe Premiere Pro Cs4. I have read the FAQs on this site and internet but since I am not so advanced on this stuff I cannot understand all the answer

  • Cant find conversion program for my windows video clips.

    Hi I recently purchased an Intel iMac as my main desktop PC. I have a little cheap mini DV camcorder which i occasionally filmed my dog on agility course etc. It seems to save the files with a .ASF extension. The windows media player (on previous des