ASP.NET and OLE DB Provider problems
From: Aras Kucinskas (arasas_at_mail.lt)
Date: 05/20/04
- Next message: Easwari: "Web Service depolyment"
- Previous message: Jan Tielens: "Re: Error : Complex DataBinding accepts as a data source either an IList or an IListSource"
- Next in thread: Dino Chiesa [Microsoft]: "Re: ASP.NET and OLE DB Provider problems"
- Reply: Dino Chiesa [Microsoft]: "Re: ASP.NET and OLE DB Provider problems"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 13:05:26 +0300
Hi All,
I have problem to accessing FoxPro database, located on Novell file server,
over the VFPOLEDB.1 provider from my webservice. The connection string is
like "Data
Source=\\Skuba_srv\DATA\SKUBA.DOS\L-DISKAS\Work\Pvskuba\DATA;Provider=VFPOLE
DB.1"
The Err message:
System.Data.OleDb.OleDbException: Invalid path or file name. at
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at
System.Data.OleDb.OleDbConnection.InitializeProvider() at
System.Data.OleDb.OleDbConnection.Open() at ws.Service.GetCnnString() in
c:\inetpub\wwwroot\ws\Service.asmx.vb:line 81
I think the problem is in some windows account rights. By default "ASP.NET
State Service" logs on as Local System Account, but this account dose not
have rights on Novell. I have windows account that has granted access to
database located on Novell. I tried to start ASP.NET State Service on this
account but problem persists.
Maybe similar configuration is needed for other services?
Any suggestion?
- Next message: Easwari: "Web Service depolyment"
- Previous message: Jan Tielens: "Re: Error : Complex DataBinding accepts as a data source either an IList or an IListSource"
- Next in thread: Dino Chiesa [Microsoft]: "Re: ASP.NET and OLE DB Provider problems"
- Reply: Dino Chiesa [Microsoft]: "Re: ASP.NET and OLE DB Provider problems"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|