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

Backup created under FB2.5 can be restored in FB3.0.0.32419 but not under current snapshot (FB3.0.1.32556) [CORE5309] #5586

Closed
firebird-automations opened this issue Jul 13, 2016 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @livius2

Duplicates CORE5304

Attachments:
test_bug.fbk

gbak:restoring data for table RIDO_MESSAGE
Database restore canceled 14:50:46 due to IBPP exception:

*** IBPP::SQLException ***
Context: ServiceImpl::Wait
Message: isc_service_query failed

SQL Message : -802
Arithmetic overflow or division by zero has occurred.

Engine Code : 335544321
Engine Message :
arithmetic exception, numeric overflow, or string truncation
string right truncation
expected length 67, actual 201
gds_$send failed
Exiting before completion due to errors

@firebird-automations
Copy link
Collaborator Author

Modified by: @livius2

Attachment: test_bug.fbk [ 12988 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @livius2

I have attached minimal test database backup

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Seems to duplicate CORE5304.

@firebird-automations
Copy link
Collaborator Author

Commented by: @livius2

looks similar but i have WIN1250 database
field declared as UNICODE_FSS and it is null in attached backup

CREATE TABLE RIDO_MESSAGE
(
DYR_ID SMALLINT,
UZYTKOWNIK CHAR(67) CHARACTER SET UNICODE_FSS,
WIADOMOSC BLOB SUB_TYPE 1,
DT TIMESTAMP
);

but the reason of problem can be the same

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Link: This issue duplicates CORE5304 [ CORE5304 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: No test => Done successfully

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

1 participant