PC Review


Reply
Thread Tools Rate Thread

Access 2007 problems creating a signed version

 
 
Louverril
Guest
Posts: n/a
 
      14th Jan 2008
I have an access 2007 database which I am trying to package and sign using
the instructions from Microsoft at
http://office.microsoft.com/en-us/ac...980471033.ASPX

I created a self signed certificate “Louverril” as per the instructions.
Opened the copy of the accde version.
Select publish, package and sign
Select Louverril cert
Select to create in “signed packages” folder
But would not create there - only created a database under the current
folder (the one with the database in that I am trying to package and sign)
as “database.mdb”!

Tried signing the current development accdb copy
Same thing happened.

Tried allowing full menus nav pane and special keys
Same thing happened.

Any ideas?

Lou
 
Reply With Quote
 
 
 
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      14th Jan 2008
Self certificates are only good on your own computer where you created the
database. I suggest you simply add a "Trusted Location" to your hard drive
and those of any other computers you have, and place your database there.
Then you will not need to bother with any certificates and everything should
work properly. I typically create:

C:\ CompanyName\Database\

and trust the Database folder. Other local documents are kept in the
CompanyName folder instead of the My Documents folder. That way they are my
control instead of anyone else's.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"Louverril" <(E-Mail Removed)> wrote in message
news:576AA929-FC1A-4055-8C23-(E-Mail Removed)...
>I have an access 2007 database which I am trying to package and sign using
> the instructions from Microsoft at
> http://office.microsoft.com/en-us/ac...980471033.ASPX
>
> I created a self signed certificate "Louverril" as per the instructions.
> Opened the copy of the accde version.
> Select publish, package and sign
> Select Louverril cert
> Select to create in "signed packages" folder
> But would not create there - only created a database under the current
> folder (the one with the database in that I am trying to package and
> sign)
> as "database.mdb"!
>
> Tried signing the current development accdb copy
> Same thing happened.
>
> Tried allowing full menus nav pane and special keys
> Same thing happened.
>
> Any ideas?
>
> Lou



 
Reply With Quote
 
Louverril
Guest
Posts: n/a
 
      15th Jan 2008
But I want to install the database on other computers eventualy as a runtime
package so I really want to get it signed. It should work!!!

"Arvin Meyer [MVP]" wrote:

> Self certificates are only good on your own computer where you created the
> database. I suggest you simply add a "Trusted Location" to your hard drive
> and those of any other computers you have, and place your database there.
> Then you will not need to bother with any certificates and everything should
> work properly. I typically create:
>
> C:\ CompanyName\Database\
>
> and trust the Database folder. Other local documents are kept in the
> CompanyName folder instead of the My Documents folder. That way they are my
> control instead of anyone else's.
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
> "Louverril" <(E-Mail Removed)> wrote in message
> news:576AA929-FC1A-4055-8C23-(E-Mail Removed)...
> >I have an access 2007 database which I am trying to package and sign using
> > the instructions from Microsoft at
> > http://office.microsoft.com/en-us/ac...980471033.ASPX
> >
> > I created a self signed certificate "Louverril" as per the instructions.
> > Opened the copy of the accde version.
> > Select publish, package and sign
> > Select Louverril cert
> > Select to create in "signed packages" folder
> > But would not create there - only created a database under the current
> > folder (the one with the database in that I am trying to package and
> > sign)
> > as "database.mdb"!
> >
> > Tried signing the current development accdb copy
> > Same thing happened.
> >
> > Tried allowing full menus nav pane and special keys
> > Same thing happened.
> >
> > Any ideas?
> >
> > Lou

>
>
>

 
Reply With Quote
 
Paul Shapiro
Guest
Posts: n/a
 
      15th Jan 2008
As Arvin said, the self-signed certificates are only trusted by your own
computer. You can buy a 3rd-party code-signing certificate from one of the
certificate authorities, like Thawte, or if you're working in an
organization your organization may have its own certificate issuing
authority.

"Louverril" <(E-Mail Removed)> wrote in message
news:5765E370-B6F9-45F7-BD0E-(E-Mail Removed)...
> But I want to install the database on other computers eventualy as a
> runtime
> package so I really want to get it signed. It should work!!!
>
> "Arvin Meyer [MVP]" wrote:
>
>> Self certificates are only good on your own computer where you created
>> the
>> database. I suggest you simply add a "Trusted Location" to your hard
>> drive
>> and those of any other computers you have, and place your database there.
>> Then you will not need to bother with any certificates and everything
>> should
>> work properly. I typically create:
>>
>> C:\ CompanyName\Database\
>>
>> and trust the Database folder. Other local documents are kept in the
>> CompanyName folder instead of the My Documents folder. That way they are
>> my
>> control instead of anyone else's.
>> --
>> Arvin Meyer, MCP, MVP
>> http://www.datastrat.com
>> http://www.mvps.org/access
>> http://www.accessmvp.com
>>
>> "Louverril" <(E-Mail Removed)> wrote in message
>> news:576AA929-FC1A-4055-8C23-(E-Mail Removed)...
>> >I have an access 2007 database which I am trying to package and sign
>> >using
>> > the instructions from Microsoft at
>> > http://office.microsoft.com/en-us/ac...980471033.ASPX
>> >
>> > I created a self signed certificate "Louverril" as per the
>> > instructions.
>> > Opened the copy of the accde version.
>> > Select publish, package and sign
>> > Select Louverril cert
>> > Select to create in "signed packages" folder
>> > But would not create there - only created a database under the current
>> > folder (the one with the database in that I am trying to package and
>> > sign)
>> > as "database.mdb"!
>> >
>> > Tried signing the current development accdb copy
>> > Same thing happened.
>> >
>> > Tried allowing full menus nav pane and special keys
>> > Same thing happened.


 
Reply With Quote
 
Louverril
Guest
Posts: n/a
 
      15th Jan 2008
Found the solution myself: you need to have the database you are trying to
sign on the local PC. I was trying to sign one on my file server.

Obvious really!

Lou

"Louverril" wrote:

> I have an access 2007 database which I am trying to package and sign using
> the instructions from Microsoft at
> http://office.microsoft.com/en-us/ac...980471033.ASPX
>
> I created a self signed certificate “Louverril” as per the instructions.
> Opened the copy of the accde version.
> Select publish, package and sign
> Select Louverril cert
> Select to create in “signed packages” folder
> But would not create there - only created a database under the current
> folder (the one with the database in that I am trying to package and sign)
> as “database.mdb”!
>
> Tried signing the current development accdb copy
> Same thing happened.
>
> Tried allowing full menus nav pane and special keys
> Same thing happened.
>
> Any ideas?
>
> Lou

 
Reply With Quote
 
Louverril
Guest
Posts: n/a
 
      15th Jan 2008
Thanks Paul but this didn't really answer the question. See the solution I
found above.

Lou

"Paul Shapiro" wrote:

> As Arvin said, the self-signed certificates are only trusted by your own
> computer. You can buy a 3rd-party code-signing certificate from one of the
> certificate authorities, like Thawte, or if you're working in an
> organization your organization may have its own certificate issuing
> authority.
>
> "Louverril" <(E-Mail Removed)> wrote in message
> news:5765E370-B6F9-45F7-BD0E-(E-Mail Removed)...
> > But I want to install the database on other computers eventualy as a
> > runtime
> > package so I really want to get it signed. It should work!!!
> >
> > "Arvin Meyer [MVP]" wrote:
> >
> >> Self certificates are only good on your own computer where you created
> >> the
> >> database. I suggest you simply add a "Trusted Location" to your hard
> >> drive
> >> and those of any other computers you have, and place your database there.
> >> Then you will not need to bother with any certificates and everything
> >> should
> >> work properly. I typically create:
> >>
> >> C:\ CompanyName\Database\
> >>
> >> and trust the Database folder. Other local documents are kept in the
> >> CompanyName folder instead of the My Documents folder. That way they are
> >> my
> >> control instead of anyone else's.
> >> --
> >> Arvin Meyer, MCP, MVP
> >> http://www.datastrat.com
> >> http://www.mvps.org/access
> >> http://www.accessmvp.com
> >>
> >> "Louverril" <(E-Mail Removed)> wrote in message
> >> news:576AA929-FC1A-4055-8C23-(E-Mail Removed)...
> >> >I have an access 2007 database which I am trying to package and sign
> >> >using
> >> > the instructions from Microsoft at
> >> > http://office.microsoft.com/en-us/ac...980471033.ASPX
> >> >
> >> > I created a self signed certificate "Louverril" as per the
> >> > instructions.
> >> > Opened the copy of the accde version.
> >> > Select publish, package and sign
> >> > Select Louverril cert
> >> > Select to create in "signed packages" folder
> >> > But would not create there - only created a database under the current
> >> > folder (the one with the database in that I am trying to package and
> >> > sign)
> >> > as "database.mdb"!
> >> >
> >> > Tried signing the current development accdb copy
> >> > Same thing happened.
> >> >
> >> > Tried allowing full menus nav pane and special keys
> >> > Same thing happened.

>
>

 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      15th Jan 2008
Which is what I said, a self-cert is only good on your own computer. Again,
you are restricted to your own machine with a self certification, not the
server, or any other machine on your network, much less on anyone else's
network.

In addition to Paul's comments on a code signing certificate, be aware that
you can't change any code in the file without resigning (That includes new
queries and queries). Third-Party certificates are only good for 1 year, so
to change anything after a year, you need to buy a new one.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"Louverril" <(E-Mail Removed)> wrote in message
news:7BD808B4-FC8D-4647-A8BA-(E-Mail Removed)...
> Found the solution myself: you need to have the database you are trying to
> sign on the local PC. I was trying to sign one on my file server.
>
> Obvious really!
>
> Lou
>
> "Louverril" wrote:
>
>> I have an access 2007 database which I am trying to package and sign
>> using
>> the instructions from Microsoft at
>> http://office.microsoft.com/en-us/ac...980471033.ASPX
>>
>> I created a self signed certificate "Louverril" as per the instructions.
>> Opened the copy of the accde version.
>> Select publish, package and sign
>> Select Louverril cert
>> Select to create in "signed packages" folder
>> But would not create there - only created a database under the current
>> folder (the one with the database in that I am trying to package and
>> sign)
>> as "database.mdb"!
>>
>> Tried signing the current development accdb copy
>> Same thing happened.
>>
>> Tried allowing full menus nav pane and special keys
>> Same thing happened.
>>
>> Any ideas?
>>
>> Lou



 
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 2007 auto import forms in a signed accdb jovobas Microsoft Access 1 17th Nov 2009 01:54 PM
Word 2007 Creating a version Kylie Microsoft Word Document Management 2 29th Feb 2008 02:47 AM
Create digitally signed MDE files in Access 2007 =?Utf-8?B?Y2hyaXM=?= Microsoft Access Form Coding 2 15th May 2007 06:11 AM
Create digitally signed MDE files in Access 2007 =?Utf-8?B?Y2hyaXM=?= Microsoft Access Security 0 14th May 2007 03:13 PM
Vendor-signed (self-signed) driver problems Stitchyphish Windows XP Logo 0 23rd Aug 2004 04:28 PM


Features
 

Advertising
 

Newsgroups
 


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