-
-
Notifications
You must be signed in to change notification settings - Fork 233
Restore with SPs in 'COMPUTED BY' fields fails [CORE374] #716
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
Comments
Modified by: @dyemanovFix Version: 3.0 [ 10048 ] SF_ID: 1047576 => assignee: Sean Leyne [ seanleyne ] => |
Commented by: peter worbis (worbis) the restore also fails if you are using an udf in a computed by field |
Modified by: @dyemanovstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.1 RC1 [ 10201 ] assignee: Nickolay Samofatov [ skidder ] Fix Version: 3.0.0 [ 10048 ] => |
Modified by: @pcisarWorkflow: jira [ 10398 ] => Firebird [ 14659 ] |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Submitted by: css (css)
Assigned to: @samofatov
Relate to CORE1865
Is duplicated by CORE1632
Relate to CORE3165
SFID: 1047576#
Submitted By: css
A restore fails on a table that has computed fields
which select a value from a stored procedure, eg.
....computed by ( Select Total from
StoredProc_Total(http://table.PK) )
will cause a prerviously backedup database not to be
restored correctly.
ErrorMessage: "Unsuccessful execution caused by system
error that does not preclude successful execution of
subsequent statements.
action cancelled by trigger (0) to preserve data integrity.
could not find table/procedure for GRANT."
The table is granted the right to execute/reference the
StoredProcedure.
The text was updated successfully, but these errors were encountered: