Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Linked Server error(SQL Server with VSAM using HIS

Author  Topic 

m_mussu
Starting Member

4 Posts

Posted - 2003-03-10 : 05:22:59
Hello

i am working with Linked Server as

MSSQL Server and Mainframe(VSAM) file through HIS(host Integration Server) and sucessfully created and i am
able to select the records from VSAM to SQL Server and can insert the records.The problem is for update when i
submit the Query ie.
update hisvsam...[SYSP.Z2ZXZ.TEST.ARAB.VSAM] set [User Name]= 'z2mam test' where [User ID]= '00103'

i am gettin this error:

Server: Msg 7333, Level 16, State 2, Line 1
Could not fetch a row using a bookmark from OLE DB provider 'SNAOLEDB'.

[OLE/DB provider returned message: Record not found.]

OLE DB error trace [OLE/DB Provider 'SNAOLEDB' IRowsetLocate::GetRowsByBookmark returned 0x80040e21: 303031303300].

can any body help me .

Thanks
MAM

MOhammed A.Musaddique

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-03-11 : 12:26:42
I doubt that you are going to find the answer here. You will need to do some research on your OLE DB prodiver to determine what the error message means. But just by looking at it, I would suspect that it isn't finding any records to update. I don't know why it wouldn't just say 0 records found though.

Tara
Go to Top of Page
   

- Advertisement -