Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Services (http://www.velocityreviews.com/forums/f64-asp-net-web-services.html)
-   -   The Microsoft Jet database engine cannot open the file (http://www.velocityreviews.com/forums/t787982-the-microsoft-jet-database-engine-cannot-open-the-file.html)

Jas 12-15-2009 02:27 PM

The Microsoft Jet database engine cannot open the file
 
Hi we have a project that is running fin on the server itself under the admin
account and also on the developper computer but soon as we are trying to
access it from another computer in the network we are getting The Microsoft
Jet database engine cannot open the file.

The mdb file is located on a shared drive \\server\public$\foldername

I added everyone to the foldername security doesn't fixed the probem

we added the line <identity impersonate="true"/> in the web.config doesn't
fixed the problem

The Authenticated access is setup for Intergrated Windows authentication adn
we are not using the anonymous so it's unchecked.

When I'm displaying the user that gets windowsidentity it's my
domainname\username so it's really working the way it should.

I'm a member of the domain admin group so I have full access everywhere and
still doesn't work and either a regulare user. Still have the Microsoft Jet
database engine error.

Does someone have another idea?

We really need to keep it as an access database for now and the file need to
stay on the other shared server.

Thanks in advance for any ideas,

Jason

Patrice 01-25-2010 01:42 PM

Re: The Microsoft Jet database engine cannot open the file
 
Hi,

You have also permissions on the network public$ share itself. Have you
checked those ?

Usually using the
http://technet.microsoft.com/en-us/s.../bb896645.aspx procmon tool
will trace filesystem calls and allows to see why it fails (for example I
found once that a driver wanted to create a temporary file).


--
Patrice


"Jas" <Jas@discussions.microsoft.com> a écrit dans le message de groupe de
discussion : 00943146-34E7-45C7-8F37-A9C3DF363C86@microsoft.com...
> Hi we have a project that is running fin on the server itself under the
> admin
> account and also on the developper computer but soon as we are trying to
> access it from another computer in the network we are getting The
> Microsoft
> Jet database engine cannot open the file.
>
> The mdb file is located on a shared drive \\server\public$\foldername
>
> I added everyone to the foldername security doesn't fixed the probem
>
> we added the line <identity impersonate="true"/> in the web.config doesn't
> fixed the problem
>
> The Authenticated access is setup for Intergrated Windows authentication
> adn
> we are not using the anonymous so it's unchecked.
>
> When I'm displaying the user that gets windowsidentity it's my
> domainname\username so it's really working the way it should.
>
> I'm a member of the domain admin group so I have full access everywhere
> and
> still doesn't work and either a regulare user. Still have the Microsoft
> Jet
> database engine error.
>
> Does someone have another idea?
>
> We really need to keep it as an access database for now and the file need
> to
> stay on the other shared server.
>
> Thanks in advance for any ideas,
>
> Jason





All times are GMT. The time now is 08:44 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57