Question : Access Server Error 15135

HI,

I keep getting this error when I try to upsize my Acess database to an SQL database.

Errors:
Server Error 15135: Object is invalid. Extended properties are not permitted on 'dbo.tblCounties', or the object does not exist.

SQL that Caused Error:
EXEC sp_addextendedproperty N'Name', N'tblCounties_local1', N'user', N'dbo', N'table', N'tblCounties'
EXEC sp_addextendedproperty N'Updatable', N'False', N'user', N'dbo', N'table', N'tblCounties'
EXEC sp_addextendedproperty N'DateCreated', N'10/10/2005 2:40:38 PM', N'user', N'dbo', N'table', N'tblCounties'
EXEC sp_addextendedproperty N'LastUpdated', N'10/10/2005 2:40:39 PM', N'user', N'dbo', N'table', N'tblCounties'
EXEC sp_addextendedproperty N'Connect', N'ODBC;DRIVER=SQL Server;SERVER=phxsql.pbtg.com;APP=Microsoft Office 2003;WSID=BOBRIGUEZ', N'user', N'dbo', N'table', N'tblCounties'
EXEC sp_addextendedproperty N'Attributes', N'536870912', N'user', N'dbo', N'table', N'tblCounties'
EXEC sp_addextendedproperty N'SourceTableName', N'dradmin.tblCounties', N'user', N'dbo', N'table', N'tblCounties'
EXEC sp_addextendedproperty N'RecordCount', N'-1', N'user', N'dbo', N'table', N'tblCounties'
EXEC sp_addextendedproperty N'Attributes', N'17', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'CollatingOrder', N'1033', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'Type', N'4', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'Name', N'countyID', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'OrdinalPosition', N'1', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'Size', N'4', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'SourceField', N'countyID', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'SourceTable', N'tblCounties_local1', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'DataUpdatable', N'False', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'Required', N'True', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'
EXEC sp_addextendedproperty N'AllowZeroLength', N'False', N'user', N'dbo', N'table', N'tblCounties', N'column', N'countyID'

I appreciate any help in resolving this matter.

Thanks in advance!

Bob

Answer : Access Server Error 15135

Check out "Teething pains" bottom of article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsqlpro02/html/sql02a10.asp
Random Solutions  
 
programming4us programming4us