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

Starting with 5.6.0.0 - FBConfiguration doesnt work with special characters (Ä/Ö/Ü/ß) [DNET763] #705

Closed
firebird-automations opened this issue May 26, 2017 · 8 comments

Comments

@firebird-automations
Copy link

Submitted by: Rand Random (randrandom)

Relate to DNET705
Is related to DNET772

The following code fails:

            var x = new FbConfiguration\(GetConnectionString\(\)\);
            x\.DatabaseShutdown2\(FbShutdownOnlineMode\.Single, FbShutdownType\.ForceShutdown, 0\);

with the exception:

"I/O error during \"CreateFile (open)\" operation for file \"C:\\TEST\\DüEMO.CONX\"\r\nError while trying to open file"

ConnectionString is this:
port number=3050;character set=UTF8;initial catalog=C:\\TEST\\Düemo.conx;data source=localhost;user id=xxxxx;password=xxxxx;pooling=False"

In earlier versions this code works, addtionionally the normal "FbConnection" works with the given Connection string and I can retrieve data just fine.

Commits: b9c7eb5

@firebird-automations
Copy link
Author

Modified by: Rand Random (randrandom)

description: The following code fails:

            var x = new FbConfiguration\(GetConnectionString\(\)\);
            x\.DatabaseShutdown2\(FbShutdownOnlineMode\.Single, FbShutdownType\.ForceShutdown, 0\);

with the exception:

"I/O error during \"CreateFile (open)\" operation for file \"C:\\TEST\\DüEMO.CONX\"\r\nError while trying to open file"

ConnectionString is this:
port number=3050;character set=UTF8;initial catalog=C:\\rfa\\Düemo.conx;data source=localhost;user id=xxxxx;password=xxxxx;pooling=False"

In earlier versions this code works fine, addtionionally the normal "FbConnection" works fine with the given Connection string and I can retrieve data just fine.

=>

The following code fails:

            var x = new FbConfiguration\(GetConnectionString\(\)\);
            x\.DatabaseShutdown2\(FbShutdownOnlineMode\.Single, FbShutdownType\.ForceShutdown, 0\);

with the exception:

"I/O error during \"CreateFile (open)\" operation for file \"C:\\TEST\\DüEMO.CONX\"\r\nError while trying to open file"

ConnectionString is this:
port number=3050;character set=UTF8;initial catalog=C:\\rfa\\Düemo.conx;data source=localhost;user id=xxxxx;password=xxxxx;pooling=False"

In earlier versions this code works, addtionionally the normal "FbConnection" works with the given Connection string and I can retrieve data just fine.

@firebird-automations
Copy link
Author

Modified by: Rand Random (randrandom)

priority: Major [ 3 ] => Blocker [ 1 ]

@firebird-automations
Copy link
Author

Modified by: Rand Random (randrandom)

description: The following code fails:

            var x = new FbConfiguration\(GetConnectionString\(\)\);
            x\.DatabaseShutdown2\(FbShutdownOnlineMode\.Single, FbShutdownType\.ForceShutdown, 0\);

with the exception:

"I/O error during \"CreateFile (open)\" operation for file \"C:\\TEST\\DüEMO.CONX\"\r\nError while trying to open file"

ConnectionString is this:
port number=3050;character set=UTF8;initial catalog=C:\\rfa\\Düemo.conx;data source=localhost;user id=xxxxx;password=xxxxx;pooling=False"

In earlier versions this code works, addtionionally the normal "FbConnection" works with the given Connection string and I can retrieve data just fine.

=>

The following code fails:

            var x = new FbConfiguration\(GetConnectionString\(\)\);
            x\.DatabaseShutdown2\(FbShutdownOnlineMode\.Single, FbShutdownType\.ForceShutdown, 0\);

with the exception:

"I/O error during \"CreateFile (open)\" operation for file \"C:\\TEST\\DüEMO.CONX\"\r\nError while trying to open file"

ConnectionString is this:
port number=3050;character set=UTF8;initial catalog=C:\\TEST\\Düemo.conx;data source=localhost;user id=xxxxx;password=xxxxx;pooling=False"

In earlier versions this code works, addtionionally the normal "FbConnection" works with the given Connection string and I can retrieve data just fine.

@firebird-automations
Copy link
Author

Commented by: Rand Random (randrandom)

Can I do something to speed up fixing the issue?
Do you maybe need more info to replicate the issue?

@firebird-automations
Copy link
Author

Commented by: @cincuranet

I hope to fix it before the end of next month. Bit busy now.

You you could provide a simple test, that would help me a bit, because I could immediately start testing when ready instead of spending time creating some test app.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: vNext [ 10833 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Link: This issue relate to DNET705 [ DNET705 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Link: This issue is related to DNET772 [ DNET772 ]

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