Local dbf connection works but fails when remote

Asked

Viewed 58 times

0

I have the code:

string DbfConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\DUMP\sgc\D; Extended Properties=dBASE IV;";

It works perfectly on my note, but when I put the application on the client it presents the message:

C: DUMP Sgc D' is not a valid path. Make sure that the name of path is written correctly and you are connected to server on which the file resides.

  • 1

    Claudio, by error you do not have a database dBase available from the path in question. You need to either move / create a database in that path or change your application to point to the database path on the server.

  • Anthony, the directory and database structure is equal in both the note and the client server. Thank you for your interest.

  • I tried the solution in

  • I tried the solution at http://kb.tableau.com/articles/knowledgebase/resolving-error-when-publishing-workbook-with-file-datasource?lang=pt-br. It also didn’t work.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.