Microsoft Access crashing within Remote Desktop Connection

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Guest
One of my clients started having an issue where Access is crashing within a
Remote Desktop Connection sesssion. I can create a new database and with in
a few minutes is crashed and tries to create a backup of the database.

This is the log event:
Faulting application msaccess.exe, version 11.0.5614.0, stamp 3f3c8e3c,
faulting module msaccess.exe, version 11.0.5614.0, stamp 3f3c8e3c, debug? 0,
fault address 0x000ef3ba.

If is give the user administrator rights all works fine. I have verified
that the folders they are using has sufficient rights for their accounts.
Anyone see this before?
 
Re: Microsoft Access crashing within Remote Desktop Connection

we still have similar issues with software using the msaccess runtime.
start -- as the user -- the msaccess.exe file /wo any parameter and the
program complains it can not be run standalone, because blah blah blah.
after this the msaccess shortcut launch without any protection fault. just
to mention it is access 97. yeah, we are progressive, aren't we? :P (i hate
this crap)

-jolt

PS: regmon/filemon can help you much finding the problem(s).


"Jay" <j a d a i r @AULD-WHITE.COM> schrieb im Newsbeitrag
news:%23u28MJ3BJHA.3776@TK2MSFTNGP03.phx.gbl...
> One of my clients started having an issue where Access is crashing within
> a Remote Desktop Connection sesssion. I can create a new database and
> with in a few minutes is crashed and tries to create a backup of the
> database.
>
> This is the log event:
> Faulting application msaccess.exe, version 11.0.5614.0, stamp 3f3c8e3c,
> faulting module msaccess.exe, version 11.0.5614.0, stamp 3f3c8e3c, debug?
> 0, fault address 0x000ef3ba.
>
> If is give the user administrator rights all works fine. I have verified
> that the folders they are using has sufficient rights for their accounts.
> Anyone see this before?
>
 
Re: Microsoft Access crashing within Remote Desktop Connection

I have seen several issues with Access 97 and DEP. Try turning DEP off. to do
this you will need to modify the Boot.ini, and reboot the server. the options
in the system preferences will not actually turn DEP off completely. you need
to set it to "alwaysoff"

To disable DEP using boot.ini

1.
Click Start, and then click Control Panel.

2.
Under Pick a category, click Performance and Maintenance.

3.
Under or Pick a Control Panel icon, click System.

4.
Click the Advanced tab, and in the Startup and Recovery area, click
Settings.



Figure 8 Startup and Recovery settings

5.
In the System Startup area, click Edit.



Figure 9 Boot.ini file in Notepad

6.
In Notepad, click Edit and then click Find.

7.
In the Find what field, type /noexecute and then click Find Next.

8.
In the Find dialog box click Cancel.

9.
Replace the policy_level (for example, "OptOut") with "AlwaysOff” (without
the quotes).

WARNING: Be sure to enter the text carefully.

Note: Your boot.ini file switch should now read:

/noexecute=AlwaysOff

10.
In Notepad, click File and then click Save.

11.
Click OK to close Startup and Recovery.

12.
Click OK to close System Properties and then restart your computer.



DEP options

Policy Level Description
OptIn

(default configuration)
Only Windows system components and services have DEP protection applied

OptOut
DEP is enabled for all processes. Administrators can manually create a list
of specific applications which do not have DEP applied

AlwaysOn
DEP is enabled for all processes

AlwaysOff
DEP is not enabled for any processes




"jolteroli" wrote:

> we still have similar issues with software using the msaccess runtime.
> start -- as the user -- the msaccess.exe file /wo any parameter and the
> program complains it can not be run standalone, because blah blah blah.
> after this the msaccess shortcut launch without any protection fault. just
> to mention it is access 97. yeah, we are progressive, aren't we? :P (i hate
> this crap)
>
> -jolt
>
> PS: regmon/filemon can help you much finding the problem(s).
>
>
> "Jay" <j a d a i r @AULD-WHITE.COM> schrieb im Newsbeitrag
> news:%23u28MJ3BJHA.3776@TK2MSFTNGP03.phx.gbl...
> > One of my clients started having an issue where Access is crashing within
> > a Remote Desktop Connection sesssion. I can create a new database and
> > with in a few minutes is crashed and tries to create a backup of the
> > database.
> >
> > This is the log event:
> > Faulting application msaccess.exe, version 11.0.5614.0, stamp 3f3c8e3c,
> > faulting module msaccess.exe, version 11.0.5614.0, stamp 3f3c8e3c, debug?
> > 0, fault address 0x000ef3ba.
> >
> > If is give the user administrator rights all works fine. I have verified
> > that the folders they are using has sufficient rights for their accounts.
> > Anyone see this before?
> >

>
>
 
Back
Top