This is a migrated thread and some comments may be shown as answers.

Interface for stored procedure ... not sufficient to pass the value for oid column

2 Answers 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alec
Top achievements
Rank 1
Alec asked on 22 Jun 2009, 02:37 AM
We have our application using ORM with 2009.01.0311.1 and everything is fine. But then when we try to work on the applicaton on another PC, which using the latest version 2009.1 405, it throws this error when we commit something:

Interface for stored procedure 'sp_oa_ins__address' not sufficient to pass the value for oid column 'AddressId' of table 'Address'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Telerik.OpenAccess.Exceptions.MetadataException: Interface for stored procedure 'sp_oa_ins__address' not sufficient to pass the value for oid column 'AddressId' of table 'Address'.

Source Error:

Line 22:             scope.Transaction.Begin();
Line 23:             scope.Add(ObjectRef);
Line 24:             scope.Transaction.Commit();
Line 25:
Line 26:             return Convert.ToInt16(scope.GetObjectId(ObjectRef).ToString());
 

 

2 Answers, 1 is accepted

Sort by
0
Alec
Top achievements
Rank 1
answered on 22 Jun 2009, 05:25 AM
Now we uninstalled that machine's ORM and installed the one with 2009.01.0311.1 and it's the same still...
0
PetarP
Telerik team
answered on 25 Jun 2009, 09:03 AM
Hi Alec,
we had a bug with our service pack that was fixed in internal build 2009.01.0520.1. If you upgrade to this internal build or any later you should find this error fixed. Please do not hesitate to contact us if you have any further difficulties.

Best wishes,
Petar
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Alec
Top achievements
Rank 1
Answers by
Alec
Top achievements
Rank 1
PetarP
Telerik team
Share this question
or