Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-06 Thread Jason Warner
ge- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dean Harding > Sent: Sunday, August 05, 2007 2:00 AM > To: 'For users and developers of the Firebird .NET providers' > Subject: Re: [Firebird-net-provider] VISTA Embedded Problem > > > I&

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-05 Thread Dean Harding
> I'll bet you are right, but what does this mean as more and more folks > move to VISTA, will all my users have to have admin rights to run any > software that accesses Firebird embedded? As more and more businesses > are locking down admin rights, our software opportunities will be more > and mo

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-04 Thread Marvin Cook
On 8/4/07, Dean Harding <[EMAIL PROTECTED]> wrote: > > FirebirdSql.Data.FirebirdClient.FbException: operating system > > directive CreateFileMapping failed ---> > > Starting from Windows XP SP2, any user who calls CreateFileMapping in a > session other than session 0 needs the "Create Global Object

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-04 Thread Dean Harding
> FirebirdSql.Data.FirebirdClient.FbException: operating system > directive CreateFileMapping failed ---> Starting from Windows XP SP2, any user who calls CreateFileMapping in a session other than session 0 needs the "Create Global Objects" permission (in Local Security Policy). This may not have

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-04 Thread Marvin Cook
Jiri, I installed it on XP and installed it with the same normal user that failed in VISTA. Everything worked as expected. Something in VISTA is causing the problem. I love Micro$oft :( Thanks for you interest -- and all the work you do on the Provider. Marv On 8/4/07, Jiri Cincura <[EMAIL P

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-04 Thread Jiri Cincura
On 8/5/07, Marvin Cook <[EMAIL PROTECTED]> wrote: > Jiri, > > The fbembed.dll is in the executable folder and I am using the new > ClientLibrary connection string builder data element to point to it. > Works fine if my development account runs it. > > With a regular user, the program throws an exce

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-04 Thread Marvin Cook
Jiri, The fbembed.dll is in the executable folder and I am using the new ClientLibrary connection string builder data element to point to it. Works fine if my development account runs it. With a regular user, the program throws an exception. The details are: ** Exception Text **

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-04 Thread Jiri Cincura
On 8/4/07, Marvin Cook <[EMAIL PROTECTED]> wrote: > Hi all, > > I am developing a program using the embedded DB. When I run it on > VISTA as a user who has admin rights, it runs OK. When I run it as a > standard user, it fails to connect to the embedded DB. If I point it > to a server which is r