Connecting to FoxPro from .NET
Connecting to FoxPro from .NET
am 03.01.2008 21:15:48 von z71mdridin
I have an asp.net website that uses Form authentication to
authenticate users. I need to provide users with a report based on
FoxPro data that resides on a remote server. When I attempt to
connect to the Foxpro directory by using the ODBC DSN that we
currently use in ColdFusion, I get the following message:
ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File 'table.dbf'
does not exist.
I know this is probably a permissions issue because asp.net is being
run under a local username. I don't want to have to setup the aspnet
username on the remote server and manually manage passwords, and I
don't want to set up all web users names on the remote server.
I already have a specific user 'webuser' that has access rights to
both the webserver and the foxpro remote directory and would like to
make use of this existing user to connect from .NET.
Is there a way to connect to this FoxPro directory by specifying a
username password with the connection string?
Re: Connecting to FoxPro from .NET
am 03.01.2008 21:27:39 von Mike B
this may help
http://connectionstrings.com/
http://connectionstrings.com/?carrier=visualfoxpro
"z71mdridin" wrote in message
news:7316c263-e4d8-4490-aa20-111a931063d7@21g2000hsj.googleg roups.com...
>I have an asp.net website that uses Form authentication to
> authenticate users. I need to provide users with a report based on
> FoxPro data that resides on a remote server. When I attempt to
> connect to the Foxpro directory by using the ODBC DSN that we
> currently use in ColdFusion, I get the following message:
>
> ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File 'table.dbf'
> does not exist.
>
> I know this is probably a permissions issue because asp.net is being
> run under a local username. I don't want to have to setup the aspnet
> username on the remote server and manually manage passwords, and I
> don't want to set up all web users names on the remote server.
> I already have a specific user 'webuser' that has access rights to
> both the webserver and the foxpro remote directory and would like to
> make use of this existing user to connect from .NET.
>
> Is there a way to connect to this FoxPro directory by specifying a
> username password with the connection string?
Re: Connecting to FoxPro from .NET
am 03.01.2008 21:49:20 von z71mdridin
Yeah, I have already tried looking there. My connection string is as
follows:
Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=\
\remoteServer\foxPro\Data;Exclusive=No;
Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;
but I still get the error message:
System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
FoxPro Driver]File 'table.dbf' does not exist.
On Jan 3, 2:27 pm, "Mike" wrote:
> this may help
>
> http://connectionstrings.com/
>
> http://connectionstrings.com/?carrier=visualfoxpro
>
> "z71mdridin" wrote in message
>
> news:7316c263-e4d8-4490-aa20-111a931063d7@21g2000hsj.googleg roups.com...
>
> >I have an asp.net website that uses Form authentication to
> > authenticate users. I need to provide users with a report based on
> > FoxPro data that resides on a remote server. When I attempt to
> > connect to the Foxpro directory by using the ODBC DSN that we
> > currently use in ColdFusion, I get the following message:
>
> > ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File 'table.dbf'
> > does not exist.
>
> > I know this is probably a permissions issue because asp.net is being
> > run under a local username. I don't want to have to setup the aspnet
> > username on the remote server and manually manage passwords, and I
> > don't want to set up all web users names on the remote server.
> > I already have a specific user 'webuser' that has access rights to
> > both the webserver and the foxpro remote directory and would like to
> > make use of this existing user to connect from .NET.
>
> > Is there a way to connect to this FoxPro directory by specifying a
> > username password with the connection string?
Re: Connecting to FoxPro from .NET
am 04.01.2008 15:07:14 von z71mdridin
Anybody have any other suggestions?
On Jan 3, 2:49 pm, z71mdridin wrote:
> Yeah, I have already tried looking there. My connection string is as
> follows:
> Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=\
> \remoteServer\foxPro\Data;Exclusive=No;
> Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;
>
> but I still get the error message:
> System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
> FoxPro Driver]File 'table.dbf' does not exist.
>
> On Jan 3, 2:27 pm, "Mike" wrote:
>
> > this may help
>
> >http://connectionstrings.com/
>
> >http://connectionstrings.com/?carrier=visualfoxpro
>
> > "z71mdridin" wrote in message
>
> >news:7316c263-e4d8-4490-aa20-111a931063d7@21g2000hsj.google groups.com...
>
> > >I have an asp.net website that uses Form authentication to
> > > authenticate users. I need to provide users with a report based on
> > > FoxPro data that resides on a remote server. When I attempt to
> > > connect to the Foxpro directory by using the ODBC DSN that we
> > > currently use in ColdFusion, I get the following message:
>
> > > ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File 'table.dbf'
> > > does not exist.
>
> > > I know this is probably a permissions issue because asp.net is being
> > > run under a local username. I don't want to have to setup the aspnet
> > > username on the remote server and manually manage passwords, and I
> > > don't want to set up all web users names on the remote server.
> > > I already have a specific user 'webuser' that has access rights to
> > > both the webserver and the foxpro remote directory and would like to
> > > make use of this existing user to connect from .NET.
>
> > > Is there a way to connect to this FoxPro directory by specifying a
> > > username password with the connection string?
Re: Connecting to FoxPro from .NET
am 04.01.2008 16:48:54 von Mike B
Does your table 'table.dbf' exist? Did you give your ID or ASPNET ID
permission to the FoxPro database?
"z71mdridin" wrote in message
news:4c987de2-a24b-45c3-8674-0b5120cb204a@s19g2000prg.google groups.com...
> Anybody have any other suggestions?
> On Jan 3, 2:49 pm, z71mdridin wrote:
>> Yeah, I have already tried looking there. My connection string is as
>> follows:
>> Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=\
>> \remoteServer\foxPro\Data;Exclusive=No;
>> Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;
>>
>> but I still get the error message:
>> System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
>> FoxPro Driver]File 'table.dbf' does not exist.
>>
>> On Jan 3, 2:27 pm, "Mike" wrote:
>>
>> > this may help
>>
>> >http://connectionstrings.com/
>>
>> >http://connectionstrings.com/?carrier=visualfoxpro
>>
>> > "z71mdridin" wrote in message
>>
>> >news:7316c263-e4d8-4490-aa20-111a931063d7@21g2000hsj.google groups.com...
>>
>> > >I have an asp.net website that uses Form authentication to
>> > > authenticate users. I need to provide users with a report based on
>> > > FoxPro data that resides on a remote server. When I attempt to
>> > > connect to the Foxpro directory by using the ODBC DSN that we
>> > > currently use in ColdFusion, I get the following message:
>>
>> > > ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File 'table.dbf'
>> > > does not exist.
>>
>> > > I know this is probably a permissions issue because asp.net is being
>> > > run under a local username. I don't want to have to setup the aspnet
>> > > username on the remote server and manually manage passwords, and I
>> > > don't want to set up all web users names on the remote server.
>> > > I already have a specific user 'webuser' that has access rights to
>> > > both the webserver and the foxpro remote directory and would like to
>> > > make use of this existing user to connect from .NET.
>>
>> > > Is there a way to connect to this FoxPro directory by specifying a
>> > > username password with the connection string?
>
Re: Connecting to FoxPro from .NET
am 04.01.2008 16:56:42 von nomailreplies
re:
!> My connection string is as follows:
....snip...
!> but I still get the error message:
!> System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
!> FoxPro Driver]File 'table.dbf' does not exist
That's a permissions problem.
You are accessing "table.dbf" at a remote server, but the account ASP.NET
uses to access the file doesn't have access permissions to "table.dbf".
You need to have ASP.NET impersonate a network account which
has the necessary permissions to access the "table.dbf" resource.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"z71mdridin" wrote in message
news:27b606a2-fd60-47c2-a91b-455ee4181f13@s12g2000prg.google groups.com...
> Yeah, I have already tried looking there. My connection string is as
> follows:
> Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=\
> \remoteServer\foxPro\Data;Exclusive=No;
> Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;
>
> but I still get the error message:
> System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
> FoxPro Driver]File 'table.dbf' does not exist.
>
> On Jan 3, 2:27 pm, "Mike" wrote:
>> this may help
>>
>> http://connectionstrings.com/
>>
>> http://connectionstrings.com/?carrier=visualfoxpro
>>
>> "z71mdridin" wrote in message
>>
>> news:7316c263-e4d8-4490-aa20-111a931063d7@21g2000hsj.googleg roups.com...
>>
>> >I have an asp.net website that uses Form authentication to
>> > authenticate users. I need to provide users with a report based on
>> > FoxPro data that resides on a remote server. When I attempt to
>> > connect to the Foxpro directory by using the ODBC DSN that we
>> > currently use in ColdFusion, I get the following message:
>>
>> > ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File 'table.dbf'
>> > does not exist.
>>
>> > I know this is probably a permissions issue because asp.net is being
>> > run under a local username. I don't want to have to setup the aspnet
>> > username on the remote server and manually manage passwords, and I
>> > don't want to set up all web users names on the remote server.
>> > I already have a specific user 'webuser' that has access rights to
>> > both the webserver and the foxpro remote directory and would like to
>> > make use of this existing user to connect from .NET.
>>
>> > Is there a way to connect to this FoxPro directory by specifying a
>> > username password with the connection string?
>
Re: Connecting to FoxPro from .NET
am 04.01.2008 18:12:29 von z71mdridin
I understand that this is a permissions issue. I am just trying to
figure out how to solve the problem. As mentioned before, I dont want
to create the ASPNET account on the remote server and manually manage
the passwords for the account. I already have an account, "webuser",
setup on both servers that I would like to reuse for this particular
instance. I am just trying to figure out how to accomplish this. Is
is possible to include some keyword in the connection string to
force .net to connect to the foxpro directory as webuser instead of
aspnet? Is impersonation possible even though I am using forms
authentication throughout the rest of the site?
Thanks for all the feedback so far
On Jan 4, 9:56 am, "Juan T. Llibre" wrote:
> re:
> !> My connection string is as follows:
> ...snip...
> !> but I still get the error message:
> !> System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
> !> FoxPro Driver]File 'table.dbf' does not exist
>
> That's a permissions problem.
>
> You are accessing "table.dbf" at a remote server, but the account ASP.NET
> uses to access the file doesn't have access permissions to "table.dbf".
>
> You need to have ASP.NET impersonate a network account which
> has the necessary permissions to access the "table.dbf" resource.
>
> Juan T. Llibre, asp.net MVP
> asp.net faq :http://asp.net.do/faq/
> foros de asp.net, en espa=F1ol :http://asp.net.do/foros/
> ==================== =====
=============="z71mdridin"
> wrote in message
>
> news:27b606a2-fd60-47c2-a91b-455ee4181f13@s12g2000prg.google groups.com...
>
> > Yeah, I have already tried looking there. My connection string is as
> > follows:
> > Driver=3D{Microsoft Visual FoxPro Driver};SourceType=3DDBF;SourceDB=3D\
> > \remoteServer\foxPro\Data;Exclusive=3DNo;
> > Collate=3DMachine;NULL=3DNO;DELETED=3DNO;BACKGROUNDFETCH=3DN O;
>
> > but I still get the error message:
> > System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
> > FoxPro Driver]File 'table.dbf' does not exist.
>
> > On Jan 3, 2:27 pm, "Mike" wrote:
> >> this may help
>
> >>http://connectionstrings.com/
>
> >>http://connectionstrings.com/?carrier=3Dvisualfoxpro
>
> >> "z71mdridin" wrote in message
>
> >>news:7316c263-e4d8-4490-aa20-111a931063d7@21g2000hsj.googl egroups.com...=
>
> >> >I have an asp.net website that uses Form authentication to
> >> > authenticate users. I need to provide users with a report based on
> >> > FoxPro data that resides on a remote server. When I attempt to
> >> > connect to the Foxpro directory by using the ODBC DSN that we
> >> > currently use in ColdFusion, I get the following message:
>
> >> > ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File 'table.dbf'
> >> > does not exist.
>
> >> > I know this is probably a permissions issue because asp.net is being
> >> > run under a local username. I don't want to have to setup the aspnet=
> >> > username on the remote server and manually manage passwords, and I
> >> > don't want to set up all web users names on the remote server.
> >> > I already have a specific user 'webuser' that has access rights to
> >> > both the webserver and the foxpro remote directory and would like to
> >> > make use of this existing user to connect from .NET.
>
> >> > Is there a way to connect to this FoxPro directory by specifying a
> >> > username password with the connection string?
Re: Connecting to FoxPro from .NET
am 04.01.2008 19:41:09 von nomailreplies
re:
!> I dont want to create the ASPNET account on the remote server
!> and manually manage the passwords for the account.
What works best is using a network account which ASP.NET
impersonates when accessing the remote resource.
The reason you need a network account is that the account needs
to have access to both the remote compuiter and your IIS server box.
Only a network account will be able to do that.
re:
!> I already have an account, "webuser", setup on both servers
!> that I would like to reuse for this particular instance.
Only if it's a network account and you setup ASP.NET to impersonate it.
The problem is that on Server1 that account will be "Server1\webuser"
and on Server2 that account will be "Server2\webuser".
They aren't the same account.
re:
!> Is impersonation possible even though I am using
!> forms authentication throughout the rest of the site?
Yes.
Forms authentication and ASP.NET process impersonation are two different things.
ASP.NET will need to impersonate an identity which has read/change permissions on "table.dbf".
Your application's users will be able to access "table.dbf" through the impersonated ASP.NET account.
References...
"Configuring ASP.NET Process Identity" :
http://msdn2.microsoft.com/en-us/library/dwc1xthy.aspx
Make sure you grant access to the impersonated account on your IIS server per this list :
http://msdn2.microsoft.com/en-us/library/kwzs111e.aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"z71mdridin" wrote in message
news:9a6a462d-d0e0-43e0-86f1-239708fa1abb@n20g2000hsh.google groups.com...
I understand that this is a permissions issue. I am just trying to
figure out how to solve the problem. As mentioned before, I dont want
to create the ASPNET account on the remote server and manually manage
the passwords for the account. I already have an account, "webuser",
setup on both servers that I would like to reuse for this particular
instance. I am just trying to figure out how to accomplish this. Is
is possible to include some keyword in the connection string to
force .net to connect to the foxpro directory as webuser instead of
aspnet? Is impersonation possible even though I am using forms
authentication throughout the rest of the site?
Thanks for all the feedback so far
On Jan 4, 9:56 am, "Juan T. Llibre" wrote:
> re:
> !> My connection string is as follows:
> ...snip...
> !> but I still get the error message:
> !> System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
> !> FoxPro Driver]File 'table.dbf' does not exist
>
> That's a permissions problem.
>
> You are accessing "table.dbf" at a remote server, but the account ASP.NET
> uses to access the file doesn't have access permissions to "table.dbf".
>
> You need to have ASP.NET impersonate a network account which
> has the necessary permissions to access the "table.dbf" resource.
>
> Juan T. Llibre, asp.net MVP
> asp.net faq :http://asp.net.do/faq/
> foros de asp.net, en español :http://asp.net.do/foros/
> ======================================"z71mdridin" wrote in message
>
> news:27b606a2-fd60-47c2-a91b-455ee4181f13@s12g2000prg.google groups.com...
>
> > Yeah, I have already tried looking there. My connection string is as
> > follows:
> > Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=\
> > \remoteServer\foxPro\Data;Exclusive=No;
> > Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;
>
> > but I still get the error message:
> > System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
> > FoxPro Driver]File 'table.dbf' does not exist.
>
> > On Jan 3, 2:27 pm, "Mike" wrote:
> >> this may help
>
> >>http://connectionstrings.com/
>
> >>http://connectionstrings.com/?carrier=visualfoxpro
>
> >> "z71mdridin" wrote in message
>
> >>news:7316c263-e4d8-4490-aa20-111a931063d7@21g2000hsj.googl egroups.com...
>
> >> >I have an asp.net website that uses Form authentication to
> >> > authenticate users. I need to provide users with a report based on
> >> > FoxPro data that resides on a remote server. When I attempt to
> >> > connect to the Foxpro directory by using the ODBC DSN that we
> >> > currently use in ColdFusion, I get the following message:
>
> >> > ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File 'table.dbf'
> >> > does not exist.
>
> >> > I know this is probably a permissions issue because asp.net is being
> >> > run under a local username. I don't want to have to setup the aspnet
> >> > username on the remote server and manually manage passwords, and I
> >> > don't want to set up all web users names on the remote server.
> >> > I already have a specific user 'webuser' that has access rights to
> >> > both the webserver and the foxpro remote directory and would like to
> >> > make use of this existing user to connect from .NET.
>
> >> > Is there a way to connect to this FoxPro directory by specifying a
> >> > username password with the connection string?
Re: Connecting to FoxPro from .NET
am 04.01.2008 19:47:01 von nomailreplies
One more thing...
Fellow MVP Rick Strahl has written "Web Connection" :
http://www.west-wind.com/webconnection/
It allows you to connect Web Applications to Visual FoxPro with minimum fuss/problems.
If you are committed to Visual FoxPro as a database platform,
you can't do any better than what Rick has written for "Web Connection".
You get full FoxPro source code to learn from/modify as you like.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"z71mdridin" wrote in message
news:9a6a462d-d0e0-43e0-86f1-239708fa1abb@n20g2000hsh.google groups.com...
I understand that this is a permissions issue. I am just trying to
figure out how to solve the problem. As mentioned before, I dont want
to create the ASPNET account on the remote server and manually manage
the passwords for the account. I already have an account, "webuser",
setup on both servers that I would like to reuse for this particular
instance. I am just trying to figure out how to accomplish this. Is
is possible to include some keyword in the connection string to
force .net to connect to the foxpro directory as webuser instead of
aspnet? Is impersonation possible even though I am using forms
authentication throughout the rest of the site?
Thanks for all the feedback so far
On Jan 4, 9:56 am, "Juan T. Llibre" wrote:
> re:
> !> My connection string is as follows:
> ...snip...
> !> but I still get the error message:
> !> System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
> !> FoxPro Driver]File 'table.dbf' does not exist
>
> That's a permissions problem.
>
> You are accessing "table.dbf" at a remote server, but the account ASP.NET
> uses to access the file doesn't have access permissions to "table.dbf".
>
> You need to have ASP.NET impersonate a network account which
> has the necessary permissions to access the "table.dbf" resource.
>
> Juan T. Llibre, asp.net MVP
> asp.net faq :http://asp.net.do/faq/
> foros de asp.net, en español :http://asp.net.do/foros/
> ======================================"z71mdridin" wrote in message
>
> news:27b606a2-fd60-47c2-a91b-455ee4181f13@s12g2000prg.google groups.com...
>
> > Yeah, I have already tried looking there. My connection string is as
> > follows:
> > Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=\
> > \remoteServer\foxPro\Data;Exclusive=No;
> > Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;
>
> > but I still get the error message:
> > System.Data.Odbc.OdbcException: ERROR [42S02] [Microsoft][ODBC Visual
> > FoxPro Driver]File 'table.dbf' does not exist.
>
> > On Jan 3, 2:27 pm, "Mike" wrote:
> >> this may help
>
> >>http://connectionstrings.com/
>
> >>http://connectionstrings.com/?carrier=visualfoxpro
>
> >> "z71mdridin" wrote in message
>
> >>news:7316c263-e4d8-4490-aa20-111a931063d7@21g2000hsj.googl egroups.com...
>
> >> >I have an asp.net website that uses Form authentication to
> >> > authenticate users. I need to provide users with a report based on
> >> > FoxPro data that resides on a remote server. When I attempt to
> >> > connect to the Foxpro directory by using the ODBC DSN that we
> >> > currently use in ColdFusion, I get the following message:
>
> >> > ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]File 'table.dbf'
> >> > does not exist.
>
> >> > I know this is probably a permissions issue because asp.net is being
> >> > run under a local username. I don't want to have to setup the aspnet
> >> > username on the remote server and manually manage passwords, and I
> >> > don't want to set up all web users names on the remote server.
> >> > I already have a specific user 'webuser' that has access rights to
> >> > both the webserver and the foxpro remote directory and would like to
> >> > make use of this existing user to connect from .NET.
>
> >> > Is there a way to connect to this FoxPro directory by specifying a
> >> > username password with the connection string?