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

Part of gbak messages from services is lost before error message [CORE3429] #3791

Open
firebird-automations opened this issue Apr 5, 2011 · 0 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Yurij (yurij)

When restoring invalid backup(e.g. with nulls in not null column) through services API and with -v option, part of informational log messages just before an error message is lost.
With error message not containing table name, it becomes difficult to determine which table caused an error.

When restoring without services API, all informational messages appears in log:

with services API:
gbak:restoring data for table ROUTES
gbak: 8 records restored
gbak: restoring index PK_ITINTAGS
..... here about 20 messages is lost...
gbak: ERROR:validation error for column EVT_NULLBUG, value "*** null ***"
gbak: ERROR: warning -- record could not be restored

without services API:
gbak: restoring index U_SEN_ID
gbak: restoring index PK_EVT_ID
gbak: restoring index IDX_EVT_DT
gbak:restoring data for table EVENTS
gbak: ERROR:validation error for column EVT_NULLBUG, value "*** null ***"
gbak: ERROR:warning -- record could not be restored

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