Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The full path of the file database in the initial catalog causes the error. [DNET747] #689

Closed
firebird-automations opened this issue Mar 28, 2017 · 7 comments

Comments

@firebird-automations
Copy link

Submitted by: Andrey (andrey1307n2)

Is related to DNET741

connection_string:
initial catalog="C:\Documents and Settings\user\Мои документы\Visual Studio 2010\Projects\Копия SWSpecNew\compile\Debug\SWSpecDB.FDB";dialect=3;data source=localhost;user id=SYSDBA;password=masterkey;server type=Embedded;pooling=True;min pool size=0;max pool size=50;client library="C:\Documents and Settings\user\Мои документы\Visual Studio 2010\Projects\Копия SWSpecNew\compile\Debug\firebird\fbclient.dll";character set=UTF8;DEFAULT CHARACTER SET = UTF8;

The full path of the file database in the initial catalog causes the error.

FbConnection.CreateDatabase(connection_string 8192, true, false);
or

FirebirdSql.Data.FirebirdClient.FbConnection fc = new FirebirdSql.Data.FirebirdClient.FbConnection(connection_string );
fc.Open();

error:
I/O error during "CreateFile (create)" operation for file "C:\DOCUMENTS AND SETTINGS\USER\ЌнШ ХнЪсУенты\VISUAL STUDIO 2010\PROJECTS\ЊнЯШя SWSPECNEW\COMPILE\DEBUG\SWSPECDB.FDB"
Error while trying to create file

If I use version 5.5 of this error does not occur.

Commits: b9c7eb5

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

What Firebird version you're using?

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Link: This issue is related to DNET741 [ DNET741 ]

@firebird-automations
Copy link
Author

Commented by: Andrey (andrey1307n2)

Firebird 3.02

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Can you try with build: https://ci.appveyor.com/project/cincura_net/firebirdsql-data-firebirdclient/build/1166/job/y3b42e93x1efct2s/artifacts ?

I can't properly simulate it, but I'm confident it's now fixed there.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Fix Version: vNext [ 10833 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: In Progress [ 3 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants