Ask a Question related to Coldfusion Database Access, Design and Development.
-
SMuc_Pac #1
Error creating DSN with "Microsoft Access with UnicodeSupport"
Here's the error message I get:
Connection verification failed for data source: cftest_unicode
[]com.inzoom.adojni.ComException: Unspecified error
The root cause was that: com.inzoom.adojni.ComException: Unspecified error in
Microsoft JET Database Engine code=0 Type=1
Where do I start to debug this? Regular access DSNs work fine.
SMuc_Pac Guest
-
Error "creating file: 1008:5, -5000 Access Denied Error"
I'm unable to install Flash Player 9 in OS X (10.4.8). I followed the following tech note: http://www.adobe.com/go/4aa64290 * I uninstalled Flash... -
"Error Creating Control" and "Cast from String"
I'm creating a custom date control. In appearance, it's just a textbox and a button. It has three custom properties: CalDate, CalDateType and... -
"Error: rangecheck; OffendingCommand: endcidrange" when creating PDF from Access Report
I also get the message when trying to print to PDF from Access 2003: %%%% %%%% and the font I use throughout my Access report is Times New Roman.... -
Error: "Unable to debug on server,Access is denied"
I installed dotnet and when i try to run a web application i get the error messagebox saying "Unable to debug on server,Access is denied.Would you... -
"Microsoft Access can't communicate with the OLE server"
Couldn't find anything about this at the Microsoft site, but Symantec had the cause and solution. ... -
SafariTECH #2
Re: Error creating DSN with "Microsoft Access withUnicode Support"
the first thing I would check is that the latest JET and MDAC driver updates are installed on the system with the Access Database
SafariTECH Guest
-
SMuc_Pac #3
Re: Error creating DSN with "Microsoft Access withUnicode Support"
MDAC - 2.71.9040.2
JET - not sure but we have DAO 3.6, I can't seem to find a simple way of determining the JET version number. Any ideas?
SMuc_Pac Guest
-
PaulH #4
Re: Error creating DSN with "Microsoft Access withUnicode Support"
might try [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=2d2a7a19&pss=rss_coldfusion_2d2a7a19[/url] to see if it brings any relief.
PaulH Guest
-
SMuc_Pac #5
Re: Error creating DSN with "Microsoft Access withUnicode Support"
Thanks but that doesn't seem to work either:
Connection verification failed for data source: cftest_unicode
[]com.inzoom.adojni.ComException: [Microsoft][ODBC Microsoft Access Driver]
System resource exceeded.
The root cause was that: com.inzoom.adojni.ComException: [Microsoft][ODBC
Microsoft Access Driver] System resource exceeded. in Microsoft OLE DB Provider
for ODBC Drivers code=0 Type=1
SMuc_Pac Guest
-
PaulH #6
Re: Error creating DSN with "Microsoft Access withUnicode Support"
a bit of google turned up
[url]http://www.sitepoint.com/forums/showthread.php?t=254675[/url] plus a bunch of stuff
all over the map. enough free disk space? how big is that db? got the proper
permissions? too much ram to java heap?
PaulH Guest
-
SMuc_Pac #7
Re: Error creating DSN with "Microsoft Access withUnicode Support"
Disk partition has several gigs free.
The Access DB only has 1 table with 1 row.
CF is running as SYSTEM and SYSTEM definitely has permissions to this file
The machine has 2Gigs of RAM and the JVM heap is set to 1024MB.
Everything else on the server is running fine. Why could creating a DSN result
in a Resource Allocation error? Why can't I simply choose "Microsoft Access
with Unicode" in the CFAdmin area? What logs do you need to see in order to
better assist me with this problem?
SMuc_Pac Guest
-
SMuc_Pac #8
Re: Error creating DSN with "Microsoft Access withUnicode Support"
I'm still having this problem... can anyone else help?
SMuc_Pac Guest
-
PaulH #9
Re: Error creating DSN with "Microsoft Access withUnicode Support"
WAG but what's the table name? column names? that driver's reserved word list is different from ms access's.
PaulH Guest
-
SMuc_Pac #10
Re: Error creating DSN with "Microsoft Access withUnicode Support"
WAG???
I tried my own test DB created with Access 2003. The only table name is 'test'
with a column named 'test'. Creating a DSN pointing to that .mdb file using
'Microsoft Access with Unicode Support ' driver causes the same error as in my
first post.
The customer reports that creating the DSN works fine in their CFMX 7 test
environment.
What's the best way to get the current JET version number?
SMuc_Pac Guest
-
PaulH #11
Re: Error creating DSN with "Microsoft Access withUnicode Support"
WAG == wild a*s*s-ed guess. you can see driver info via the control panel,
data sources (ODBC).
as an experiment, maybe try
[url]http://www.sustainableGIS.com/unicode/unicodeTB.zip[/url] access database *as is*.
don't convert it to access 2003, etc.
PaulH Guest
-
SMuc_Pac #12
Re: Error creating DSN with "Microsoft Access withUnicode Support"
I tried your DB file and I got the same error.
The DSN I created does not show up in the ODBC DSN Administrator in Windows.
This is because the JET drivers aren't ODBC, they are OLEDB right? The Access
ODBC driver version I have is 4.00.6200.00.
SMuc_Pac Guest
-
KenTack #13
Re: Error creating DSN with "Microsoft Access withUnicode Support"
I came here very often for last a couple of days to check for something new
about the problem because I got the same error message when creating a
datasource with "Microsoft Access with Unicode". Have you found out any
solution to the problem? Anyway, I could finally create a datasource with it
however I decided to install web stuff such as IIS, coldfusion and etc. once
again from the beginning. I hope this becomes a clue to the problem. I want to
know a genuine solution.
What I did is "uninstallation" and "reinstallation" of some programs:
Software | Action (U/R) | Result
-------------------------------------------------------------------------
ColdFusion | U | not created
ColdFusion | R | not created
-------------------------------------------------------------------------
MS Office 2003 | U | not created
MS Office 2003 | R | not created
-------------------------------------------------------------------------
MS Office 2003 SP1 | U | not created
MS Office 2003 SP1 | R | not created
-------------------------------------------------------------------------
WIndows 2003 SP1 | U | not created
Windwos 2003 SP1 | R | CREATED
-------------------------------------------------------------------------
U - Uninstallation
R - Reinstallation
Since I removed Coldfusion once, I lost everything about configurations of my
ColdFusion. And when I removed SP1 of Windows 2003, he threatened me that some
applications installed in my computer wouldn't work after the uninstallation
although he kindly gave me an option to choose "yes" or "no".
KenTack Guest



Reply With Quote

