PC Review


Reply
Thread Tools Rate Thread

Access 2003 application fails to start

 
 
mp112849@hotmail.com
Guest
Posts: n/a
 
      18th Dec 2006
When trying to open a MS Access 2003 application, it appears that the
application is generating a message box with an application specific
error. This error appears to indicate that some hardcoded path to
another access db is invalid. The error trap will not allow the
application to go any further and does not open the visual basic editor
to allow viewing the application code so that it can be fixed. The
only way out of this situation is to kill Access with the task manager.

I verified that the path indicated in the message box is invalid by
using a hex editor and looking at the specified path value.

Is there a way to specify MS Access is to start in debug mode so that
we can step and break execution and fix the hard coded info?

Thanks in advance!

Mark

 
Reply With Quote
 
 
 
 
Joan Wild
Guest
Posts: n/a
 
      18th Dec 2006
Hold down the shiftkey while you open the database. Then go to Tools,
Linked Table Manager; put a check at the bottom, select all tables and
locate the backend mdb. Sounds like the backend mdb was moved.

--
Joan Wild
Microsoft Access MVP

(E-Mail Removed) wrote:
> When trying to open a MS Access 2003 application, it appears that the
> application is generating a message box with an application specific
> error. This error appears to indicate that some hardcoded path to
> another access db is invalid. The error trap will not allow the
> application to go any further and does not open the visual basic
> editor to allow viewing the application code so that it can be fixed.
> The only way out of this situation is to kill Access with the task
> manager.
>
> I verified that the path indicated in the message box is invalid by
> using a hex editor and looking at the specified path value.
>
> Is there a way to specify MS Access is to start in debug mode so that
> we can step and break execution and fix the hard coded info?
>
> Thanks in advance!
>
> Mark



 
Reply With Quote
 
mp112849@hotmail.com
Guest
Posts: n/a
 
      18th Dec 2006
Thanks, Joan, but this did not work. Holding the shift key while
opening the db puts me in the same spot as before. Is there anything
that might make this situation unique?

Thanks,
Mark.


Joan Wild wrote:
> Hold down the shiftkey while you open the database. Then go to Tools,
> Linked Table Manager; put a check at the bottom, select all tables and
> locate the backend mdb. Sounds like the backend mdb was moved.
>
> --
> Joan Wild
> Microsoft Access MVP
>
> (E-Mail Removed) wrote:
> > When trying to open a MS Access 2003 application, it appears that the
> > application is generating a message box with an application specific
> > error. This error appears to indicate that some hardcoded path to
> > another access db is invalid. The error trap will not allow the
> > application to go any further and does not open the visual basic
> > editor to allow viewing the application code so that it can be fixed.
> > The only way out of this situation is to kill Access with the task
> > manager.
> >
> > I verified that the path indicated in the message box is invalid by
> > using a hex editor and looking at the specified path value.
> >
> > Is there a way to specify MS Access is to start in debug mode so that
> > we can step and break execution and fix the hard coded info?
> >
> > Thanks in advance!
> >
> > Mark


 
Reply With Quote
 
Joan Wild
Guest
Posts: n/a
 
      18th Dec 2006
Are you holding down the shiftkey (and continuing to hold it) until the mdb
opens? If so, then perhaps the shiftkey bypass was disabled. Try enabling
it again. Look for By Pass Shift Key Code at
http://www.members.shaw.ca/AlbertKal.../msaccess.html



--
Joan Wild
Microsoft Access MVP

(E-Mail Removed) wrote:
> Thanks, Joan, but this did not work. Holding the shift key while
> opening the db puts me in the same spot as before. Is there anything
> that might make this situation unique?
>
> Thanks,
> Mark.
>
>
> Joan Wild wrote:
>> Hold down the shiftkey while you open the database. Then go to
>> Tools, Linked Table Manager; put a check at the bottom, select all
>> tables and locate the backend mdb. Sounds like the backend mdb was
>> moved.
>>
>> --
>> Joan Wild
>> Microsoft Access MVP
>>
>> (E-Mail Removed) wrote:
>>> When trying to open a MS Access 2003 application, it appears that
>>> the application is generating a message box with an application
>>> specific error. This error appears to indicate that some hardcoded
>>> path to another access db is invalid. The error trap will not
>>> allow the application to go any further and does not open the
>>> visual basic editor to allow viewing the application code so that
>>> it can be fixed. The only way out of this situation is to kill
>>> Access with the task manager.
>>>
>>> I verified that the path indicated in the message box is invalid by
>>> using a hex editor and looking at the specified path value.
>>>
>>> Is there a way to specify MS Access is to start in debug mode so
>>> that we can step and break execution and fix the hard coded info?
>>>
>>> Thanks in advance!
>>>
>>> Mark



 
Reply With Quote
 
mp112849@hotmail.com
Guest
Posts: n/a
 
      19th Dec 2006
Thanks, Joan!! That advice did the trick. I'm now able to open, edit
and fix the problem.

Mark


Joan Wild wrote:
> Are you holding down the shiftkey (and continuing to hold it) until the mdb
> opens? If so, then perhaps the shiftkey bypass was disabled. Try enabling
> it again. Look for By Pass Shift Key Code at
> http://www.members.shaw.ca/AlbertKal.../msaccess.html
>
>
>
> --
> Joan Wild
> Microsoft Access MVP
>
> (E-Mail Removed) wrote:
> > Thanks, Joan, but this did not work. Holding the shift key while
> > opening the db puts me in the same spot as before. Is there anything
> > that might make this situation unique?
> >
> > Thanks,
> > Mark.
> >
> >
> > Joan Wild wrote:
> >> Hold down the shiftkey while you open the database. Then go to
> >> Tools, Linked Table Manager; put a check at the bottom, select all
> >> tables and locate the backend mdb. Sounds like the backend mdb was
> >> moved.
> >>
> >> --
> >> Joan Wild
> >> Microsoft Access MVP
> >>
> >> (E-Mail Removed) wrote:
> >>> When trying to open a MS Access 2003 application, it appears that
> >>> the application is generating a message box with an application
> >>> specific error. This error appears to indicate that some hardcoded
> >>> path to another access db is invalid. The error trap will not
> >>> allow the application to go any further and does not open the
> >>> visual basic editor to allow viewing the application code so that
> >>> it can be fixed. The only way out of this situation is to kill
> >>> Access with the task manager.
> >>>
> >>> I verified that the path indicated in the message box is invalid by
> >>> using a hex editor and looking at the specified path value.
> >>>
> >>> Is there a way to specify MS Access is to start in debug mode so
> >>> that we can step and break execution and fix the hard coded info?
> >>>
> >>> Thanks in advance!
> >>>
> >>> Mark


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access DB application fails from CD =?Utf-8?B?R3V5IEI=?= Microsoft Access 3 17th Oct 2006 10:39 PM
ACCESS 2003 fails to start =?Utf-8?B?Y2d2YW5hbmQ=?= Microsoft Access 0 23rd Mar 2006 03:29 PM
access 2003 fails to start Husky Microsoft Access 0 27th Jan 2006 10:11 PM
vbscript fails to start windows application Magnus Windows XP Help 10 19th Feb 2004 03:16 AM
Application fails to start after SP4 Michael Lato Microsoft Windows 2000 Terminal Server Applications 3 28th Aug 2003 12:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:36 PM.