|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Restore problem
The following error found when i restore FB database.
gbak: ERROR: invalid request BLR at offset 135 gbak: ERROR: parameter mismatch for procedure SP_INSERT_EDIT_MT_MEMO gbak: Exiting before completion due to errors Ok, I known why error has been occurred, but does anyone can help me to be restored this DB? Thank you for advance Montri |
|
#2
|
||||
|
||||
|
I encountered the same problem ... so this is what you should do:
-- Check the procedure's dependencies (triggers etc) You are calling that procedure from a trigger (or another procedure ... anyway) ... and you forgot to update the trigger to reflect the changes that you produced to that procedure !! Ex: procedure had 2 parameters when the trigger was first created and now has 3 or you forgot to mention the returning values of the procedure inside the trigger. Good luck, Silver. |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Restore problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|