0

/t5/coldfusion-discussions/disk-or-network-error-access-db/td-p/32958
Aug 14, 2006
Aug 14, 2006
Copy link to clipboard
Copied
Hi,
This app was working okay until friday. The server guys applied some Windows Server 2000 patches over the weekend and then I am getting this error while trying to run a query,
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Disk or network error.
9 : <CFQUERY NAME="Entity" DATASOURCE="Contracts">
10 : SELECT EntityId,
11 : [ENTITY NAME] as Entity,
--------------------------------------------------------------------------------
SQL SELECT EntityId, [ENTITY NAME] as Entity, DBA FROM [ENTITY ADDRESS INFO] ORDER BY [ENTITY NAME]
DATASOURCE Contracts
VENDORERRORCODE -1022
SQLSTATE HY000
Can anybody help?
Thanks
VJ
This app was working okay until friday. The server guys applied some Windows Server 2000 patches over the weekend and then I am getting this error while trying to run a query,
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Disk or network error.
9 : <CFQUERY NAME="Entity" DATASOURCE="Contracts">
10 : SELECT EntityId,
11 : [ENTITY NAME] as Entity,
--------------------------------------------------------------------------------
SQL SELECT EntityId, [ENTITY NAME] as Entity, DBA FROM [ENTITY ADDRESS INFO] ORDER BY [ENTITY NAME]
DATASOURCE Contracts
VENDORERRORCODE -1022
SQLSTATE HY000
Can anybody help?
Thanks
VJ
TOPICS
Database access
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Thanks Jon and doogan. The problem occured due to some
network permissions being messed up. The Access DB is itself on
another server (A). CF server connects to this m/c and able to
verify the datasource. The Entity table that I was tring to query
is a linked table which is located on another m/c (B). CF server
was not able to see this m/c. Everything works okay if I copied the
table on to server A. The network guys are working on this and will
hopefully fix it. Thanks very much for your inputs....
Explorer
,
/t5/coldfusion-discussions/disk-or-network-error-access-db/m-p/32959#M3506
Aug 16, 2006
Aug 16, 2006
Copy link to clipboard
Copied
VJ - it sounds as though either the network mapping/share to
the MDB file has gone or the permissions have been mucked up.
Jon
Jon
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/coldfusion-discussions/disk-or-network-error-access-db/m-p/32960#M3507
Aug 16, 2006
Aug 16, 2006
Copy link to clipboard
Copied
Is this a network or local drive. If network this may help:
Open Control Panel -> Settings -> Administrative Settings -> Services
Right click on Coldfusion Application Server and select Properties.
Second tab in "Log On", choose the second radio button and change the user to one with access rights.
Make sure that the user you selected as the one with the access rights exists on the mapped server
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

/t5/coldfusion-discussions/disk-or-network-error-access-db/m-p/32961#M3508
Aug 16, 2006
Aug 16, 2006
Copy link to clipboard
Copied
Thanks Jon and doogan. The problem occured due to some
network permissions being messed up. The Access DB is itself on
another server (A). CF server connects to this m/c and able to
verify the datasource. The Entity table that I was tring to query
is a linked table which is located on another m/c (B). CF server
was not able to see this m/c. Everything works okay if I copied the
table on to server A. The network guys are working on this and will
hopefully fix it. Thanks very much for your inputs.
VJ
VJ
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

