[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-07-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #11 from Alex Thurgood  ---
Yes, the path construction error is a relatively old and known bug on Windows,
which has nothing to do with the FB engine version support.

Neither FB4, which has a 13.0 engine disk structure, nor currently released
versions of FB3 > 12.0 are supported by LO.


Basically, the following commits need to be reworked to take account of current
Firebird releases :

https://cgit.freedesktop.org/libreoffice/core/commit/?id=45f42681f4d1260c42140a313560534e605f81a4

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #10 from Robert Großkopf  ---
(In reply to juancsanzc from comment #9)
> 
> But if in step 5 I change the url to
> "file://C:/Users/jc/BD/employee_FB3.fdb" (with two slashes after file:) I
> can connect succesfully

This is bug 115547

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #9 from juancsa...@hotmail.com ---
(In reply to Robert Großkopf from comment #8)
> (In reply to juancsanzc from comment #7)
> >  
> > > You are using the example, which comes with Firebird 4. This will give the
> > > same error here on OpenSUSE 15.2. But the bug is reported for Firebird 3
> > > (and also the employee.fdb of Firebird 3)
> > 
> > Yes, that's right, I was using a Firebir 4, but the error is the same if I
> > use your sample database.
> 
> Really the same with "found 13.0, support 12.0"?
> 
> > 
> > On the other hand, I think I found the error:
> > If I use the wizard to connect, and I browse to find the file, I obtain a
> > full path like "file:///C:/Users/jc/BD/employee_FB3.fdb", that produce the
> > error.
> > But if I delete one slash after "file:" so the path is
> > "file://C:/Users/jc/BD/employee_FB3.fdb", I can connect
> 
> So connection is working with FB3, isn't it? 
> I have thought the first path would be the right, but I have no Windows to
> test. So we should have a look at the connection-string for Windows.

No, sorry, I´ve explained it badly and may be differen error.
If I use the wizard to connect to a file:
1 Open Base
2 Select connect to an existing database
3 Select Firebird file
4 Select Browse button
5 Browse to the file an obtain a ¿url? like
"file:///C:/Users/jc/BD/employee_FB3.fdb"
6 Clic Finish
7 Save the odb file
8 I obtain the error "firebird_sdbc error:
*Unable to complete network request to host "servidor1".
*Failed to locate host machine.
*The specified name was not found in the hosts file or Domain Name Services.
caused by
'isc_attach_database'

But if in step 5 I change the url to "file://C:/Users/jc/BD/employee_FB3.fdb"
(with two slashes after file:) I can connect succesfully

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #8 from Robert Großkopf  ---
(In reply to juancsanzc from comment #7)
>  
> > You are using the example, which comes with Firebird 4. This will give the
> > same error here on OpenSUSE 15.2. But the bug is reported for Firebird 3
> > (and also the employee.fdb of Firebird 3)
> 
> Yes, that's right, I was using a Firebir 4, but the error is the same if I
> use your sample database.

Really the same with "found 13.0, support 12.0"?

> 
> On the other hand, I think I found the error:
> If I use the wizard to connect, and I browse to find the file, I obtain a
> full path like "file:///C:/Users/jc/BD/employee_FB3.fdb", that produce the
> error.
> But if I delete one slash after "file:" so the path is
> "file://C:/Users/jc/BD/employee_FB3.fdb", I can connect

So connection is working with FB3, isn't it? 
I have thought the first path would be the right, but I have no Windows to
test. So we should have a look at the connection-string for Windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #7 from juancsa...@hotmail.com ---

> You are using the example, which comes with Firebird 4. This will give the
> same error here on OpenSUSE 15.2. But the bug is reported for Firebird 3
> (and also the employee.fdb of Firebird 3)

Yes, that's right, I was using a Firebir 4, but the error is the same if I use
your sample database.

On the other hand, I think I found the error:
If I use the wizard to connect, and I browse to find the file, I obtain a full
path like "file:///C:/Users/jc/BD/employee_FB3.fdb", that produce the error.
But if I delete one slash after "file:" so the path is
"file://C:/Users/jc/BD/employee_FB3.fdb", I can connect

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #6 from Robert Großkopf  ---
Created attachment 173490
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173490&action=edit
Firebird 3 employee database for testing

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #5 from Robert Großkopf  ---
(In reply to juancsanzc from comment #4)
> Bug also present in:
> 
> Version: 7.1.4.1 (x64) / LibreOffice Community
> Build ID: f67b1ddedeb24fca1c5938e7cebfab73d708b35b
> CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL:
> win
> Locale: es-ES (es_ES); UI: es-ES
> Calc: threaded
> 
> Firebird server version: WI-V4.0.0.2496 fIREBIRD 4.0
> 
> Error Message:
> firebird_sdbc error:
> *unsupported on-disk structure for file C:\PROGRAM
> FILES\FIREBIRD\FIREBIRD_4_0\EXAMPLES\EMPBUILD\EMPLOYEE.FDB; found 13.0,
> support 12.0
> caused by
> 'isc_attach_database'

You are using the example, which comes with Firebird 4. This will give the same
error here on OpenSUSE 15.2. But the bug is reported for Firebird 3 (and also
the employee.fdb of Firebird 3)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #4 from juancsa...@hotmail.com ---
Bug also present in:

Version: 7.1.4.1 (x64) / LibreOffice Community
Build ID: f67b1ddedeb24fca1c5938e7cebfab73d708b35b
CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: threaded

Firebird server version: WI-V4.0.0.2496 fIREBIRD 4.0

Error Message:
firebird_sdbc error:
*unsupported on-disk structure for file C:\PROGRAM
FILES\FIREBIRD\FIREBIRD_4_0\EXAMPLES\EMPBUILD\EMPLOYEE.FDB; found 13.0, support
12.0
caused by
'isc_attach_database'

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-07-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #3 from Alex Thurgood  ---
Bug still present in 

Collabora Office 
Version: 21.06.3.1
Build ID: af9fc08c876737f17aed2427c2645ca8b82fdaf9
CPU threads: 8; OS: Mac OS X 11.4; UI render: default; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Calc: threaded


AND


Different error message in LibreOffice Vanilla
Version: 7.1.4.2 / LibreOffice Community
Build ID: a529a4fab45b75fefc5b6226684193eb000654f6
CPU threads: 8; OS: Mac OS X 11.4; UI render: default; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Calc: threaded


firebird_sdbc error:
*I/O error during "open O_CREAT" operation for file
"/Users/alex/Downloads/employee.fdb"
*Error while trying to create file
*File exists
caused by
'isc_create_database'


AND

LibreOffice 
Version: 7.1.4.2 / LibreOffice Community
Build ID: a529a4fab45b75fefc5b6226684193eb000654f6
CPU threads: 8; OS: Mac OS X 10.16; UI render: default; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Calc: threaded

firebird_sdbc error:
*unsupported on-disk structure for file /Users/alex/Downloads/employee.fdb;
found 12.2, support 12.0
caused by
'isc_attach_database'

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

--- Comment #2 from Alex Thurgood  ---
(In reply to Robert Großkopf from comment #1)
> Tested it with LO 7.1.3.2 on OpenSUSE 15.2 64bit rpm Linux.
> Could connect to the database employee.fdb of Firebird-3.0.7-33374 without
> any problems. 
> First I don't recognize the file is only readable after extraction of the
> package, but then it worked.
> So I couldnt find any buggy behavior here on Linux.

Thanks Robert,
I'm guessing that this is a macOS issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141846] Firebird 3 - failure to connect to Firebird file - file structure incompatibility (MacOS)

2021-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141846

Alex Thurgood  changed:

   What|Removed |Added

Summary|Firebird 3 - failure to |Firebird 3 - failure to
   |connect to Firebird file -  |connect to Firebird file -
   |file structure  |file structure
   |incompatibility |incompatibility (MacOS)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs