Subject | RE: [firebird-support] Error while restoring database |
---|---|
Author | Alan McDonald |
Post date | 2009-05-06T23:23:53Z |
>its says input param mismatch for MyStoredProcedure
> Hello list, hope everyone is all right!
>
> While trying to restore a backup this error comes up.
>
> Invalid token.
> invalid request BLR at offset 1031.
> Input parameter mismatch for procedure MyStoredProcedure.
>
> Any ideas?
>
> No special parameters used to backup the data, nor to restore it. In
> fact i tried to do it in several ways but it keeps on displaying this
> error.
>
> Thanks for you help!
>
So it's tleling you that the parameter you declare in MyStoredProcedure
doesn't match the expected use inside the proc.
maybe it's a time or date field mismatch - are you upgrading the server?
Alan