Home > 451 error name flush buffers > 451-error name=flush_buffers rc=-13

451-error Name=flush_buffers Rc=-13

Contents

are UTC Problem

Name=ckresults (write) Rc=-13

when uploading to MVS when B37 Abend Moderator: 451-data set is out of space Project members Post new topic Reply to topic Page 1 of 1 [ 4 posts ] Print view Previous topic | Next topic Author Message matrox Post subject: Problem when uploading to MVS when B37 AbendPostPosted: 2009-03-17 12:03 Offline 500 Command not understood Joined: 2009-03-17 11:36 Posts: 2 First name: Horst hello, when i´m uploading a file to a mvs mainframe system (z/OS 1.9) and the mvs dataset runs out of space (=B37 abend) then filezilla trys again, fails, trys again ... endless loopwsftp-le stops after the first abend happens with an error-messagebug in filezilla or wrong settings? thanks for helpsample-logTrace: CFtpControlSocket::FileTransfer()Status: Starting upload of C:\downloads\asdf.zipTrace: CFtpControlSocket::ParseSubcommandResult(0)Trace: FileTransferSubcommandResult()Trace: CFtpControlSocket::SendNextCommand()Trace: FileTransferSend()Trace: CFtpControlSocket::SendNextCommand()Trace: CFtpControlSocket::TransferSend()Command: PORT 10,24,1,36,10,128Trace: CFtpControlSocket::OnReceive()Response: 200 Port request OK.Trace: CFtpControlSocket::TransferParseResponse()Trace: CFtpControlSocket::SendNextCommand()Trace: CFtpControlSocket::TransferSend()Command: STOR asdf.zipTrace: CTransferSocket::OnAccept(0)Trace: CTransferSocket::OnConnectTrace: CFtpControlSocket::OnReceive()Response: 125 Storing data set FRZGH.ASDF.ZIPTrace: CFtpControlSocket::TransferParseResponse()Trace: CFtpControlSocket::SendNextCommand()Trace: CFtpControlSocket::TransferSend()Trace: CTransferSocket::OnClose(0)Trace: CTransferSocket::TransferEnd(3)Trace: CFtpControlSocket::TransferEnd()Trace: CFtpControlSocket::OnReceive()Response: 451-Error: Name=CkResults (Write) RC=-13Response: 451-System completion code and reason: D37-04Response: 451-Data set is out of space.Response: 451-Error (1013) closing the data set.Response: 451 Transfer aborted due to file error.Trace: CFtpControlSocket::TransferParseResponse()Trace: CFtpControlSocket::ResetOperation(2)Trace: CControlSocket::ResetOperation(2)Trace: CFtpControlSocket::ParseSubcommandResult(2)Trace: FileTransferSubcommandResult()Trace: CFtpControlSocket::ResetOperation(2)Trace: CControlSocket::ResetOperation(2)Trace: CFtpControlSocket::FileTransfer()Status: Starting upload of C:\downloads\asdf.zipTrace: CFtpControlSocket::ParseSubcommandResult(0)Trace: FileTransferSubcommandResult()Status: Retrieving directory listing...Trace: ftpcontrolso

can be done with standard VBA objects or is it necessary to purchase an add-in ? Can someone point me in the right direction ? My starting point is a file name, a web URL with a username and password. Any help much appreciated !eter theDBguy Aug 11 2012, 01:00 PM Hi Peter, think that's very possible (are you talking about a web database?), but I think it is simpler to just use server-side scripting to upload the file and just use a web https://forum.filezilla-project.org/viewtopic.php?t=10597 browser control on your Access form.Just my 2 cents... zocker Aug 11 2012, 02:06 PM There is code available for this HERE from Dev Ashish, it works really well but you would have to know the FTP address and location to which you will send the file.THZocker PeterK Aug 11 2012, 02:42 PM Thanks for the Dev Ashish URL. I take the point http://www.utteraccess.com/forum/lofiversion/index.php/t1991877.html about using a server script located inside a window on the form. But this approach means that I can't integrate the process of upload and db update thereby preventing the file being recorded as uploaded if in fact no successful upload has taken place. No, I'm not talking about a Web db. already have a web location which is used via a .php server script which works fine, so I'll test it out using this.Thanks again.Peter theDBguy Aug 11 2012, 03:07 PM Hi Peter,Good luck! Let us know how it goes... PeterK Aug 11 2012, 04:18 PM The code runs fine but no file appears.There are no error messages and the line which puts the filelngRet = apiFTPPutFile(hSession, mstrSrcFile, mstrDestination, _ INTERNET_FLAG_TRANSFER_BINARY Or INTERNET_FLAG_NO_CACHE_WRITE, 0&)returns 1 = ok.But then when I look up FTPPutFile (MS) I read the comment..Does not handle 4xx errors on remote server - returns TRUE STOR PXTS925S 125 Storing data set XJM31BH.ESP(PXTS925S) 451-Error: Name=Flush_Buffers() RC=-13 451-System completion code and reason: B14-08 451-Error (1013) closing the data set. 451 Transfer aborted due to file error. Osuspect that's my problem - one of these conditions is applyi

View next topic Author Message ravikishorebhatBeginnerJoined: 20 Jul 2007Posts: 2Topics: 1 Posted: Fri Jul 20, 2007 11:54 pm Post subject: FTP failure -451 Hi, When I http://mvsforums.com/helpboards/viewtopic.php?t=8746&sid=b73431e9c26f33acd6a5d21f9b6f93f7 try to FTP a notepad file from VB to Mainframes I am getting the below error message. 451 451-Error: Name=CkResults (Write) RC=-13 451-System completion code and reason: B37-04 451-Data set is out of space. 451-Error (1013) closing the data set. File is catalogued. 451 Transfer aborted due to file error. File is catalogued. How to avoid this Space Problem. How to specify the space explicitly 451-error name=flush_buffers in VB script. Kindly do the needful Back to top ravikishorebhatBeginnerJoined: 20 Jul 2007Posts: 2Topics: 1 Posted: Wed Aug 22, 2007 6:42 am Post subject: Re: FTP failure -451 Hi, I could resolve this FTP failure by setting the record format of the file as VB instead of FB(which is the default one). FTP to mainframes is also done in a faster rate by 451-error name=flush_buffers rc=-13 using VB format. Back to top kolusuSite AdminJoined: 26 Nov 2002Posts: 11543Topics: 74Location: San Jose Posted: Wed Aug 22, 2007 6:48 am Post subject: Quote: 451-System completion code and reason: B37-04 451-Data set is out of space. ravikishorebhat, I think the problem is different. You ran out of space and hence the job abended. The RECFM change has nothing to do with it. Kolusu_________________Kolusu - DFSORT Development Team (IBM) DFSORT is on the Web at: www.ibm.com/storage/dfsort Back to top Display posts from previous: All Posts1 Day7 Days2 Weeks1 Month3 Months6 Months1 YearOldest FirstNewest First MVSFORUMS.com Forum Index -> Other Technical Topics All times are GMT - 5 Hours Page 1 of 1 Jump to:Select a forumAnnouncements----------------MVSFORUMS - AnnouncementsHelp Boards----------------Application ProgrammingDatabaseUtilitiesJob Control Language(JCL)CICS and MiddlewareIMSTSO and ISPFData ManagementProblem DeterminationMainframe ChallengeAbout MvsforumsOther Technical TopicsRelated Non-Technical TopicsInterview Q & AGeneral----------------Tools and DownloadsIT NewsTechnical FAQ (Tips)----------------Programming LanguagesDB2/IMSJCL/SORTTSO and ISPF You cannot post new topics in this forumYou cannot reply to topics in this forumYou cannot edit your posts in this forumYou cannot delete your posts in this forumYou cannot vote in polls in this forum MVSFORUMS Powered by phpBB © 2001, 2005 phpBB Group

 

Related content

No related pages.