473,473 Members | 2,122 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Access 2002 mdb fails when used by Access 2002

We are having a problem with Access 2002 as opposed to Access 2000.
A multi-file query was set up under 2000 and tested good. Access is
connected through a link to an Oracle 9.1 database. The database
(mdb) was installed in
remote client machines working with Access2000 and it worked fine.
When the query was put on an Access2002 machine, it came up with
"ORA-01017 invalid logon/password", and fails. The failing machine
passes other queries and operations with the same Oracle database
without problem.

Any help is appreciated.

Apr 19 '07 #1
8 2007
mainframetech wrote:
We are having a problem with Access 2002 as opposed to Access 2000.
A multi-file query was set up under 2000 and tested good. Access is
connected through a link to an Oracle 9.1 database. The database
(mdb) was installed in
remote client machines working with Access2000 and it worked fine.
When the query was put on an Access2002 machine, it came up with
"ORA-01017 invalid logon/password", and fails. The failing machine
passes other queries and operations with the same Oracle database
without problem.

Any help is appreciated.
Is the query created in the query builder or via handcode? If handcode,
is it possible something is misspelled? An incorrect reference?

Since it's multi-file, perhaps send the user a set of that
queries...each query truncate/remove one table and column references to
that table. You might find which table it's bombing out on.

Maybe delete, then compact, then rewrite the query from scratch.
Apr 19 '07 #2
On Apr 19, 12:56 pm, salad <o...@vinegar.comwrote:
mainframetech wrote:
We are having a problem with Access 2002 as opposed to Access 2000.
A multi-file query was set up under 2000 and tested good. Access is
connected through a link to an Oracle 9.1 database. The database
(mdb) was installed in
remote client machines working with Access2000 and it worked fine.
When the query was put on an Access2002 machine, it came up with
"ORA-01017 invalid logon/password", and fails. The failing machine
passes other queries and operations with the same Oracle database
without problem.
Any help is appreciated.

Is the query created in the query builder or via handcode? If handcode,
is it possible something is misspelled? An incorrect reference?

Since it's multi-file, perhaps send the user a set of that
queries...each query truncate/remove one table and column references to
that table. You might find which table it's bombing out on.

Maybe delete, then compact, then rewrite the query from scratch.
All the simple stuff has been checked into. The mdb with the
query is created on Access2000 and tested here and at the client
location on an Access2000 machine. This runs fine. When put on an
Access2002 machine at the client location, it fails with the logon/
password error (ORA-01017) almost immediately.

Chris

Apr 20 '07 #3
mainframetech wrote:
On Apr 19, 12:56 pm, salad <o...@vinegar.comwrote:
>>mainframetech wrote:
>>>We are having a problem with Access 2002 as opposed to Access 2000.
A multi-file query was set up under 2000 and tested good. Access is
connected through a link to an Oracle 9.1 database. The database
(mdb) was installed in
remote client machines working with Access2000 and it worked fine.
When the query was put on an Access2002 machine, it came up with
"ORA-01017 invalid logon/password", and fails. The failing machine
passes other queries and operations with the same Oracle database
without problem.
>> Any help is appreciated.

Is the query created in the query builder or via handcode? If handcode,
is it possible something is misspelled? An incorrect reference?

Since it's multi-file, perhaps send the user a set of that
queries...each query truncate/remove one table and column references to
that table. You might find which table it's bombing out on.

Maybe delete, then compact, then rewrite the query from scratch.


All the simple stuff has been checked into. The mdb with the
query is created on Access2000 and tested here and at the client
location on an Access2000 machine. This runs fine. When put on an
Access2002 machine at the client location, it fails with the logon/
password error (ORA-01017) almost immediately.

Chris
I don't know your setup. Does the remote site have multiple users? If
so, is it only 1 user that has a problem? Is he/she the only person
using A2002? Does that person have A2000? Does it work on that machine
with A2000 but rejects A2002?

Again, since it's a multi-table query, can that person access each table
in a simple SQL Select?

I went to
http://groups.google.com/advanced_search?q=&
and entered
ora-01017 ora01017
in the With At Least One Word box and entered
*Oracle*
in the groups box and searched.

There's 271 messages you can browse, one of them may turn the lightbulb on.

Apr 21 '07 #4
On Apr 20, 9:27 pm, salad <o...@vinegar.comwrote:
mainframetech wrote:
On Apr 19, 12:56 pm, salad <o...@vinegar.comwrote:
>mainframetech wrote:
>>We are having a problem with Access 2002 as opposed to Access 2000.
A multi-file query was set up under 2000 and tested good. Access is
connected through a link to an Oracle 9.1 database. The database
(mdb) was installed in
remote client machines working with Access2000 and it worked fine.
When the query was put on an Access2002 machine, it came up with
"ORA-01017 invalid logon/password", and fails. The failing machine
passes other queries and operations with the same Oracle database
without problem.
> Any help is appreciated.
>Is the query created in the query builder or via handcode? If handcode,
is it possible something is misspelled? An incorrect reference?
>Since it's multi-file, perhaps send the user a set of that
queries...each query truncate/remove one table and column references to
that table. You might find which table it's bombing out on.
>Maybe delete, then compact, then rewrite the query from scratch.
All the simple stuff has been checked into. The mdb with the
query is created on Access2000 and tested here and at the client
location on an Access2000 machine. This runs fine. When put on an
Access2002 machine at the client location, it fails with the logon/
password error (ORA-01017) almost immediately.
Chris

I don't know your setup. Does the remote site have multiple users? If
so, is it only 1 user that has a problem? Is he/she the only person
using A2002? Does that person have A2000? Does it work on that machine
with A2000 but rejects A2002?

Again, since it's a multi-table query, can that person access each table
in a simple SQL Select?

I went to
http://groups.google.com/advanced_search?q=&
and entered
ora-01017 ora01017
in the With At Least One Word box and entered
*Oracle*
in the groups box and searched.

There's 271 messages you can browse, one of them may turn the lightbulb on.- Hide quoted text -

- Show quoted text -
They have already tried accessing each table directly, which works
fine. We have tried it on other machines that have Access2000, and it
works fine. Only under Access2002 does it fail. the machine at the
client site has only one user. I've gone through the MS Knowledge
Base, but don't see anything there.

Chris

Apr 23 '07 #5
mainframetech wrote:
On Apr 20, 9:27 pm, salad <o...@vinegar.comwrote:
>>mainframetech wrote:
>>>On Apr 19, 12:56 pm, salad <o...@vinegar.comwrote:
>>>>mainframetech wrote:
>>>>>We are having a problem with Access 2002 as opposed to Access 2000.
>A multi-file query was set up under 2000 and tested good. Access is
>connected through a link to an Oracle 9.1 database. The database
>(mdb) was installed in
>remote client machines working with Access2000 and it worked fine.
>When the query was put on an Access2002 machine, it came up with
>"ORA-01017 invalid logon/password", and fails. The failing machine
>passes other queries and operations with the same Oracle database
>without problem.
>>>> Any help is appreciated.
>>>>Is the query created in the query builder or via handcode? If handcode,
is it possible something is misspelled? An incorrect reference?
>>>>Since it's multi-file, perhaps send the user a set of that
queries...each query truncate/remove one table and column references to
that table. You might find which table it's bombing out on.
>>>>Maybe delete, then compact, then rewrite the query from scratch.
>> All the simple stuff has been checked into. The mdb with the
query is created on Access2000 and tested here and at the client
location on an Access2000 machine. This runs fine. When put on an
Access2002 machine at the client location, it fails with the logon/
password error (ORA-01017) almost immediately.
>>>Chris

I don't know your setup. Does the remote site have multiple users? If
so, is it only 1 user that has a problem? Is he/she the only person
using A2002? Does that person have A2000? Does it work on that machine
with A2000 but rejects A2002?

Again, since it's a multi-table query, can that person access each table
in a simple SQL Select?

I went to
http://groups.google.com/advanced_search?q=&
and entered
ora-01017 ora01017
in the With At Least One Word box and entered
*Oracle*
in the groups box and searched.

There's 271 messages you can browse, one of them may turn the lightbulb on.- Hide quoted text -

- Show quoted text -


They have already tried accessing each table directly, which works
fine. We have tried it on other machines that have Access2000, and it
works fine. Only under Access2002 does it fail. the machine at the
client site has only one user. I've gone through the MS Knowledge
Base, but don't see anything there.

Chris
If none of the Google group messages had anything that pointed to an
solution then you might get a response in an Oracle forum.

Is it possible there is a driver incompatability? At this point I'm
clutching at straws. You too probably.

Apr 23 '07 #6
MDB isn't reliable
it is a TOY database

On Apr 19, 8:33 am, mainframetech <chough...@insidefsi.netwrote:
We are having a problem with Access 2002 as opposed to Access 2000.
A multi-file query was set up under 2000 and tested good. Access is
connected through a link to an Oracle 9.1 database. The database
(mdb) was installed in
remote client machines working with Access2000 and it worked fine.
When the query was put on an Access2002 machine, it came up with
"ORA-01017 invalid logon/password", and fails. The failing machine
passes other queries and operations with the same Oracle database
without problem.

Any help is appreciated.

Apr 23 '07 #7
On Apr 23, 7:17 pm, "Susie DBA [MSFT]" <susie...@hotmail.comwrote:
MDB isn't reliable

it is a TOY database

On Apr 19, 8:33 am, mainframetech <chough...@insidefsi.netwrote:
We are having a problem with Access 2002 as opposed to Access 2000.
A multi-file query was set up under 2000 and tested good. Access is
connected through a link to an Oracle 9.1 database. The database
(mdb) was installed in
remote client machines working with Access2000 and it worked fine.
When the query was put on an Access2002 machine, it came up with
"ORA-01017 invalid logon/password", and fails. The failing machine
passes other queries and operations with the same Oracle database
without problem.
Any help is appreciated.- Hide quoted text -

- Show quoted text -
Thanks Susie, but that's what I have, and that's what I need a
suggestion for.

Chris

Apr 24 '07 #8
On Apr 23, 7:17 pm, "Susie DBA [MSFT]" <susie...@hotmail.comwrote:
MDB isn't reliable

it is a TOY database

On Apr 19, 8:33 am, mainframetech <chough...@insidefsi.netwrote:
We are having a problem with Access 2002 as opposed to Access 2000.
A multi-file query was set up under 2000 and tested good. Access is
connected through a link to an Oracle 9.1 database. The database
(mdb) was installed in
remote client machines working with Access2000 and it worked fine.
When the query was put on an Access2002 machine, it came up with
"ORA-01017 invalid logon/password", and fails. The failing machine
passes other queries and operations with the same Oracle database
without problem.
Any help is appreciated.- Hide quoted text -

- Show quoted text -
Thanks for the help Susie. Access 2002 is what we have, and what we
have to debug.

Chris

Apr 25 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

28
by: deko | last post by:
After doing a lot of vba work, I've noticed the size of my mdb has grown, even though no data or objects have been added. I've read that the following procedure will remedy this and improve...
6
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much...
2
by: Roald Oines | last post by:
Hi, I'm working on converting several of my Access 97 databases to Access 2002 format (the company's changing from NT 4 to XP and updating Office at the same time), and this one has me stumped....
3
by: James P. | last post by:
Hello there, I'd like to have my minutes convert to hours and minutes in Access report in this format: hh:mm. For examples: 150 minutes converts to 2:30. I have this formula below used to work...
2
by: monnomiznogoud | last post by:
Ok, my problem is the following: I have very complicated Access 97 databases that link through ODBC to Sybase databases. Now in some of the forms controls I had queries that used as "where...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
2
by: raylopez99 | last post by:
I'm having problems compiling complex reference declarations in MSVC++.NET 2002 IDE. Here is an example: // --Foo.h-- #include "Bar.h" class Bar; //forward decl. to a class Bar in...
2
by: Frav | last post by:
The Reps team have been experiencing that Access 2002 unexpectedly quits while working and also lots of Corruption Failures and "Record lock can not update" messages since the upgrade from...
0
by: Sebastian | last post by:
Hello I develop my applications in Access 2002. My development system is running Windows XP SP2 and I have Microsoft Office XP Developer. Microsoft Office XP is at SP3. I used Inno Setup (great...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.