Results 1 to 4 of 4
  1. #1
    rave41799 is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2011
    Posts
    3

    Exclamation Access Crashing - Need help please!

    Hello all!

    I just started with a company a couple weeks ago who's proprietary program uses Microsoft Access as the front-end but uses SQL for it's database. The program (FocalPoint) is software used by rental companies to process rentals for their store. I haven't been able to look at the code yet as I'm still fairly new and trying to get acclimated with everything but here's the issue:

    -- One customer in particular is having an issue where, while using the program, there will be certain times when it crashes, saying it encountered an unknown error. Each time it does this, it throws a log into the Event Viewer. The customer re-opens the program and just goes back to what they were doing. Based on the event viewer, it happened at least twice a day, every few days. Most of the errors reference msaccess.exe AND ntdll.dll but there are a couple others listed.

    This does NOT happen with every customer -- this customer is one of only a handful that it happens to. That's why I'm having such difficulty figuring it out.

    -- Specs on the customer's PC: Intel Dual Core, 2ghz, 1gb RAM, Windows XP SP3. We had the 2003 runtime but now we've got the 2007 and have uninstalled the 2003. The customer does not have Microsoft Office though, just the runtime's so he can use our program.

    With that being said, I've been researching online for about 8 hours with NO luck, or even a slight clue as to what might be causing it.

    What I'm looking to find out is what could be causing this error so I can tell my boss who can then review the code and possibly figure out what's going on. Would having the code for the entire program make this troubleshooting about 1,000 times easier? If so, I can try and possibly get hold of it, otherwise I'm SOL for now until I can.


    Here are some of the Event Log details that showed up. I've pasted a few as some reference different DLL's. If anyone is able to help, I would GREATLY appreciate it. I need to get some type of solution, or at least an explanation, figured out ASAP.

    Code:
    The description for Event ID ( 5000 ) in Source ( Microsoft Office 12 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: officelifeboathang, msaccess.exe, 12.0.6423.1000, oleaut32.dll, 5.1.2600.5512, NIL, NIL, NIL, NIL, NIL, NIL.
    Code:
    The description for Event ID ( 5000 ) in Source ( Microsoft Office 12 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: officelifeboathang, msaccess.exe, 12.0.6423.1000, msdart.dll, 2.81.1132.0, NIL, NIL, NIL, NIL, NIL, NIL.
    Code:
    The description for Event ID ( 1000 ) in Source ( Microsoft Office 12 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: msaccess.exe, 12.0.6423.1000, 49b08a47, wldap32.dll, 5.1.2600.5512, 4802a12e, 0, 0000122e.
    Code:
    The description for Event ID ( 1000 ) in Source ( Microsoft Office 12 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: msaccess.exe, 12.0.6423.1000, 49b08a47, oleaut32.dll, 5.1.2600.6058, 4d0f931f, 0, 0000726a.
    Code:
    The description for Event ID ( 1000 ) in Source ( Microsoft Office 12 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: msaccess.exe, 12.0.6423.1000, 49b08a47, vbe6.dll, 6.5.10.40, 48a4b5d6, 0, 0003cccc.
    Code:
    The description for Event ID ( 1000 ) in Source ( Microsoft Office 12 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: msaccess.exe, 12.0.6423.1000, 49b08a47, mscdm.dll, 12.0.6413.1000, 49031d40, 0, 000162ba.
    Code:
    The description for Event ID ( 5000 ) in Source ( Microsoft Office 12 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: officelifeboathang, msaccess.exe, 12.0.6423.1000, ntdll.dll, 5.1.2600.6055, NIL, NIL, NIL, NIL, NIL, NIL.

    I really hope someone can help out. This is driving me nuts and I would love to be able to go back to my boss and say, "Here's what I found out...." instead of "Sorry, no such luck."




    Thank you in advance!!

  2. #2
    rave41799 is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2011
    Posts
    3
    Anyone have any ideas?

  3. #3
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    The specs of that computer to run Office 2007 run time are low. Do you have similar machines running the application without any problems? You may need to reinstall the run-time components for Access.

    If the program is unmodified from the original and your customers are all running the same version it likely has to do with drivers/dlls or hardware rather than a problem with the program itself. When did this problem start occurring? Was it after you went to an access 2007 run time version? if so can you re-install the 2003 run time components and see if that helps?

  4. #4
    rave41799 is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2011
    Posts
    3
    The problem started after the program was updated to a newer version (2.43 to 2.45). Another tech has already tried uninstalling the 2003 run-times and reinstalling the 2007 run-times.

    I'll have to double-check if the 2003 run-times are still available and if not, I'll try to re-install them and see if that helps.

    Thank you very much for responding!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 04-08-2011, 08:06 PM
  2. access crashing
    By Dirtywindows in forum Access
    Replies: 3
    Last Post: 01-21-2011, 02:19 PM
  3. why is access db crashing from print preview
    By GeoffPaton in forum Access
    Replies: 2
    Last Post: 12-10-2010, 03:37 AM
  4. Access Crashing
    By martinjamesward in forum Access
    Replies: 2
    Last Post: 09-09-2010, 06:29 AM
  5. Access Web page crashing IE8
    By msl2009 in forum Access
    Replies: 3
    Last Post: 05-16-2009, 07:39 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums