> Hi, Earl.
>
> > While it's possible the problem is unique to VeriSign, I suspect it
> > is not.
>
> I haven't experienced your problem, but I may have had a different
> configuration. I used it on Microsoft Access 2003, with and without SP-1,
> with a SelfCert digital certificate, and with Macro Security set to Medium.
> The operating system was Windows XP Pro SP-1.
>
> > I have a customer with Office 2003 at high security.
>
> It's uncommon to need Access Macro Security set at high. (I'm not saying
> that people don't set it at high. I'm saying that they usually don't need
> to.) Is your customer aware that Access Macro Security can be set at a
> different level than the rest of Office Macro Security?
>
> HTH.
> Gunny
>
> See
http://www.QBuilt.com for all your database needs.
> See
http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
>
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
> info.
>
>
> "EarlM" <EarlM[ at ]acorndata.com> wrote in message
> news:F9F65740-67DA-49D6-B0FA-CBA90382FCC4[ at ]microsoft.com...
> > Gunny,
> >
> > Yes, both the 'main' MDB and the library MDB are in 2002-2003 format. The
> > problem is caused by an Access library (MDB or MDE) and a digital
> > signature
> > in the MDB that references the library. The test case I constructed had
> > no
> > forms, no reports, no macros, and no tables; just a module with no
> > executable
> > code. It's not necessary to actually call any of the procedures in the
> > library. While it's possible the problem is unique to VeriSign, I suspect
> > it
> > is not. While I suspect it's a VBA bug, I don't understand why Backup
> > Database fails as well.
> >
> > I have a customer with Office 2003 at high security. Several apps I've
> > developed for them work just fine with my VeriSign digital ID. To avoid
> > the
> > problem, I import the library into each application. That makes
> > maintenance
> > a bit messy.
> >
> > Thanks for your suggestions.
> >
> > EarlM
> >
> > "'69 Camaro" wrote:
> >
> >> Hi, Earl.
> >>
> >> > So I guess we can use Digital
> >> > IDs only if we don't have any modules?
> >>
> >> An Access 2003 application with VBA code in modules can be digitally
> >> signed
> >> successfully. I've done it myself, although I was using a SelfCert
> >> digital
> >> signature, not a VeriSign one.
> >>
> >> Did you save the module and compile it before you digitally signed it?
> >> Did
> >> you ensure that the file is in Access 2002-2003 database format before
> >> signing it?
> >>
> >> HTH.
> >> Gunny
> >>
> >> See
http://www.QBuilt.com for all your database needs.
> >> See
http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
> >>
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
> >> info.
> >>
> >>
> >> "EarlM" <EarlM[ at ]acorndata.com> wrote in message
> >> news:24A72DA5-FF9A-41F1-8149-824A2E542DDD[ at ]microsoft.com...
> >> > Here's my test case: (1) Create a blank database called MyLibrary.MDB;
> >> > (2)
> >> > Create a blank database called MyApp.MDB; (2) Add a module to MyApp.MDB
> >> > that
> >> > consists of the following:
> >> >
> >> > Option Compare Database
> >> > Option Explicit
> >> > Public Function HelloWorld() As Integer
> >> > End Function
> >> >
> >> > Note this is just a do nothing function.
> >> > (3) Create a reference from MyApp to MyLibrary.MDB; (4) Verify that
> >> > Compact
> >> > and Repair under Database Tools works; (4) Add a Digital Signature to
> >> > MyApp;
> >> > (5) Exit Access and restart MyApp; (6) The Compact and Repair now
> >> > fails,
> >> > as
> >> > does Backup Database and Compact on Exit.
> >> >
> >> > If you remove the dummy module Compact works. So I guess we can use
> >> > Digital
> >> > IDs only if we don't have any modules?
> >> >
> >> > "EarlM" wrote:
> >> >
> >> >> I posted this as a suggestion to Microsoft several days ago. Guess
> >> >> that
> >> >> was
> >> >> a mistake. Here's my problem:
> >> >>
> >> >> When using a Digital ID in an MDB with a MDB/MDE/MDA library which
> >> >> also
> >> >> has a
> >> >> Digital ID, MS Access 2003 crashes when I use Tools-Database
> >> >> Utilities-Compact
> >> >> Repair Database. Backup Database crashes from both File and Tools.
> >> >> Compact
> >> >> on Exit also crashes if MDB but MDE exits OK. I'm using a VeriSign VBA
> >> >> Digital Certificate. Using Low, Medium, or High security has no
> >> >> effect.
> >> >> The
> >> >> crash appears to occur after the repair/compact or backup completes,
> >> >> but
> >> >> who
> >> >> can be sure?
> >> >>
> >> >> BTW: Some documentation on
> >> >> HKEY_Current_User\Software\Microsoft\VBA\Security\TimeStampURL would
> >> >> be
> >> >> nice.
> >> >> The only documentation I could find was from VeriSign.
> >> >>
> >>
> >>
> >>
>
>
>