I am updating 6,000 vendors in GP via IM. The first time we ran it, it failed at record 950. The second time we tried running it directly from the SQL server, and it failed at record 958. It gives me an RPC error (The RPC Server is unavailable. Exception from HRESULT: 0x800706BA).
I have read other posts on this subject and it seems that others get these errors at random times during their import. Is there a cap due to SQL Server limitations to the number of rows it will update at a time?
I suppose we could break up our file into 7 files of 850, and that should work ... but it's just annoying that we have to do that for every import or update.
I appreciate your feedback and advice.
Thanks!
*This post is locked for comments