Prev: Make Windows Explorer open in a certain spot
Next: How To Create Recovery Partition On Hard Drive
From: Docster on 25 Jan 2010 10:44 Steve, Thanks for the suggestion. I tried it after your suggestion but no dice. It didn't correct it either. James "Steve Cochran" <scochran(a)oehelp.com> wrote in message news:0ED065D7-21D1-4E5B-ADDE-564D5852A239(a)microsoft.com... Error 5 indicates a permissions issue, so you might consider whether the output directory has the correct permissions to write to. Also you can reset the program by deleting this key in the Registry: HKEY_CURRENT_USER\Software\OEBackup that might fix the problem. steve "Docster" <jimholladay(a)verizon.net> wrote in message news:OaM1kJ8mKHA.5528(a)TK2MSFTNGP05.phx.gbl... >I get the same results no matter which one I use. > Have been using both successfully until now. > > "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message > news:%23xtuBE8mKHA.5552(a)TK2MSFTNGP05.phx.gbl... > [X-post to OE General] > > The author withdrew OE Freebie Backup over 5 years ago. You should only > be > using OE Quick Backup now. > > Docster wrote: >> Run-time error 5:Invalid procedure call or argument >> >> I have been running a small app to backup OE for years (same app without >> updates its) and now all of a sudden I am getting the above error >> message. >> Does anyone have any idea what could be causing this message to pop up? >> >> Oh, the app is Outlook Express Freeby Backup and Outlook Express Quickie >> Backup. >> I feel certain the problem is with the OS its self > >
From: Steve Cochran on 26 Jan 2010 08:02 Try changing the backup directory to something else. At what point in the program do you get the error message? Is there anything in the output directory, or is it empty after running the program and getting the error? steve "Docster" <jimholladay(a)verizon.net> wrote in message news:uoJobVdnKHA.4124(a)TK2MSFTNGP02.phx.gbl... > > Steve, > Thanks for the suggestion. I tried it after your suggestion but no dice. > It > didn't correct it either. > James > > > "Steve Cochran" <scochran(a)oehelp.com> wrote in message > news:0ED065D7-21D1-4E5B-ADDE-564D5852A239(a)microsoft.com... > Error 5 indicates a permissions issue, so you might consider whether the > output directory has the correct permissions to write to. Also you can > reset the program by deleting this key in the Registry: > > HKEY_CURRENT_USER\Software\OEBackup > > that might fix the problem. > > steve > > "Docster" <jimholladay(a)verizon.net> wrote in message > news:OaM1kJ8mKHA.5528(a)TK2MSFTNGP05.phx.gbl... >>I get the same results no matter which one I use. >> Have been using both successfully until now. >> >> "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message >> news:%23xtuBE8mKHA.5552(a)TK2MSFTNGP05.phx.gbl... >> [X-post to OE General] >> >> The author withdrew OE Freebie Backup over 5 years ago. You should only >> be >> using OE Quick Backup now. >> >> Docster wrote: >>> Run-time error 5:Invalid procedure call or argument >>> >>> I have been running a small app to backup OE for years (same app without >>> updates its) and now all of a sudden I am getting the above error >>> message. >>> Does anyone have any idea what could be causing this message to pop up? >>> >>> Oh, the app is Outlook Express Freeby Backup and Outlook Express Quickie >>> Backup. >>> I feel certain the problem is with the OS its self >> >> > > >
From: Docster on 26 Jan 2010 15:17 When I run the program it acts like it is making copies and backing up then I get this run time error 5. When I open the backup folder I have registry backups but not files which I can import etc. I tried to attach jpegs of the the images but the send was rejected as being to large. "Steve Cochran" <scochran(a)oehelp.com> wrote in message news:47DE99F3-1004-4FA4-AEB2-7839A12AC56F(a)microsoft.com... Try changing the backup directory to something else. At what point in the program do you get the error message? Is there anything in the output directory, or is it empty after running the program and getting the error? steve "Docster" <jimholladay(a)verizon.net> wrote in message news:uoJobVdnKHA.4124(a)TK2MSFTNGP02.phx.gbl... > > Steve, > Thanks for the suggestion. I tried it after your suggestion but no dice. > It > didn't correct it either. > James > > > "Steve Cochran" <scochran(a)oehelp.com> wrote in message > news:0ED065D7-21D1-4E5B-ADDE-564D5852A239(a)microsoft.com... > Error 5 indicates a permissions issue, so you might consider whether the > output directory has the correct permissions to write to. Also you can > reset the program by deleting this key in the Registry: > > HKEY_CURRENT_USER\Software\OEBackup > > that might fix the problem. > > steve > > "Docster" <jimholladay(a)verizon.net> wrote in message > news:OaM1kJ8mKHA.5528(a)TK2MSFTNGP05.phx.gbl... >>I get the same results no matter which one I use. >> Have been using both successfully until now. >> >> "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message >> news:%23xtuBE8mKHA.5552(a)TK2MSFTNGP05.phx.gbl... >> [X-post to OE General] >> >> The author withdrew OE Freebie Backup over 5 years ago. You should only >> be >> using OE Quick Backup now. >> >> Docster wrote: >>> Run-time error 5:Invalid procedure call or argument >>> >>> I have been running a small app to backup OE for years (same app without >>> updates its) and now all of a sudden I am getting the above error >>> message. >>> Does anyone have any idea what could be causing this message to pop up? >>> >>> Oh, the app is Outlook Express Freeby Backup and Outlook Express Quickie >>> Backup. >>> I feel certain the problem is with the OS its self >> >> > > >
From: Andrew McLaren on 26 Jan 2010 15:33 On 23/01/2010 23:52, Steve Cochran wrote: > Error 5 indicates a permissions issue, so you might consider whether the > output directory has the correct permissions to write to. Also you can An "error 5" does indicate Access Denied, *if* it comes from a Windows component; as shown in WinError.h #define ERROR_ACCESS_DENIED 5L But in this case, the "Runtime error 5: Invalid procedure call or argument" clearly matches the Visual Basic Runtime's "error 5", which means that there was, well, an invalid procedure call or argument :-) So the error here means that the VB runtime which drives this OE backup application is unable to call one of the application's methods, rather than anything to do with permissions. As per my separate reply to the OP, I'd recommend making sure the VB bits are in good order. Sorry to be pedantic :-) but just had to throw this in. Cheers Andrew -- amclar at optusnet dot com dot au
From: Steve Cochran on 27 Jan 2010 08:38 You can email them to me and maybe we can figure out the issue. steve "Docster" <jimholladay(a)verizon.net> wrote in message news:eRJNoSsnKHA.3164(a)TK2MSFTNGP06.phx.gbl... > When I run the program it acts like it is making copies and backing up > then > I get this run time error 5. > When I open the backup folder I have registry backups but not files > which I can import etc. > I tried to attach jpegs of the the images but the send was rejected as > being > to large. > > > "Steve Cochran" <scochran(a)oehelp.com> wrote in message > news:47DE99F3-1004-4FA4-AEB2-7839A12AC56F(a)microsoft.com... > Try changing the backup directory to something else. > > At what point in the program do you get the error message? Is there > anything in the output directory, or is it empty after running the program > and getting the error? > > steve > > "Docster" <jimholladay(a)verizon.net> wrote in message > news:uoJobVdnKHA.4124(a)TK2MSFTNGP02.phx.gbl... >> >> Steve, >> Thanks for the suggestion. I tried it after your suggestion but no dice. >> It >> didn't correct it either. >> James >> >> >> "Steve Cochran" <scochran(a)oehelp.com> wrote in message >> news:0ED065D7-21D1-4E5B-ADDE-564D5852A239(a)microsoft.com... >> Error 5 indicates a permissions issue, so you might consider whether the >> output directory has the correct permissions to write to. Also you can >> reset the program by deleting this key in the Registry: >> >> HKEY_CURRENT_USER\Software\OEBackup >> >> that might fix the problem. >> >> steve >> >> "Docster" <jimholladay(a)verizon.net> wrote in message >> news:OaM1kJ8mKHA.5528(a)TK2MSFTNGP05.phx.gbl... >>>I get the same results no matter which one I use. >>> Have been using both successfully until now. >>> >>> "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message >>> news:%23xtuBE8mKHA.5552(a)TK2MSFTNGP05.phx.gbl... >>> [X-post to OE General] >>> >>> The author withdrew OE Freebie Backup over 5 years ago. You should only >>> be >>> using OE Quick Backup now. >>> >>> Docster wrote: >>>> Run-time error 5:Invalid procedure call or argument >>>> >>>> I have been running a small app to backup OE for years (same app >>>> without >>>> updates its) and now all of a sudden I am getting the above error >>>> message. >>>> Does anyone have any idea what could be causing this message to pop up? >>>> >>>> Oh, the app is Outlook Express Freeby Backup and Outlook Express >>>> Quickie >>>> Backup. >>>> I feel certain the problem is with the OS its self >>> >>> >> >> >> > > > > >
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: Make Windows Explorer open in a certain spot Next: How To Create Recovery Partition On Hard Drive |