Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

snapshot ftp error: (12031) The Connection with the server was reset

Status
Not open for further replies.

smsinger3

Programmer
Oct 5, 2000
192
US
Hello all. I have a 285mb snapshot that I am trying to FTP to another SQL
Server. After I get the message "Bulk copied data into table xyz", I get the
following error messages:

Category:OS
Source:
Number: 12031
Message: The connection with the server was reset


Then, I get the error

The process could not retrieve file '.....table.idx' from the FTP
site 'x.x.x.x'. The step failed.

I realize that the ftp connection must have been broken, but I don't know why.
It's especially strange that it happens AFTER the .bcp file is ftp'd and then
bulk copied.

This works for a 29mb snapshot, but not the 285mb snapshot. Any ideas how to
fix this problem?

Thanks in advance for your help.

Steve S
sms@hmbnet.com

 
I think, the connetion was timeout. Simply try to send smaller portions of data, and tell the result in the forum. John Fill
1c.bmp


ivfmd@mail.md
 
Thanks JohnFill, I don't think doing it in smaller portions will work because all the data is actually ftp'd and then successfully bulk copied. As soon as it is done bulk copying, I get the message

Category:OS
Source:
Number: 12031
Message: The connection with the server was reset

And then the .idx file is not ftp'd and applied to the table. If I look at the table right now, on the subscriber, all the data is there, but there is no index.

This is very strange. Anyone have any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top