Hi John, I hit a Redback size limit at a clients also. The app was fine, and then all of a sudden it stopped working. The RBO was very straight forward - it captured data from the web, and then transmitted it to the back end. IIRC, the limit was just over 15,000 characters. I didn't redesign the whole app, but instead looped on the submission - limiting the # of rows submitted each itteration. The client had a bunch of RBOs with a bunch of submissions, and we were suprised to find a limit. But it was absolutely reproduceable. I don't think that they ever encountered this problem since then, and it's real possible that an application upgrade (redback, unidata) also helped. Hope that helps! Or at least you have a sympathetic ear. -Laura -----Original Message----- From: "Israel, John R." [[email protected]] Date: 03/30/2011 11:33 AM To: "'U2 Users List'" Subject: Re: [U2] Redback Limit
It was not timing out. I have other pages that take longer. It really seemed to be a size limit. I develop with FF with a Web Developer plug-in that helps a lot. I validate with IE, Chrome, Opera and Safari, but FF is my preferred browser. John Israel Senior Programmer/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH 45342 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Glen Batchelor Sent: Wednesday, March 30, 2011 11:03 AM To: 'U2 Users List' Subject: Re: [U2] Redback Limit Try using cURL or wget, with an unlimited timeout, and get the real headers from the server. Assuming you're using IE, it rarely tells a true story when it comes to server connection issues or HTTP errors. ---------------------------------------- Glen Batchelor IT Director/CIO/CTO All-Spec Industries phone: (910) 332-0424 fax: (910) 763-5664 E-mail: [email protected] Web: http://www.all-spec.com Blog: http://blog.all-spec.com ---------------------------------------- > -----Original Message----- > From: [email protected] [mailto:u2-users- > [email protected]] On Behalf Of Israel, John R. > Sent: Wednesday, March 30, 2011 8:33 AM > To: 'U2 Users List' > Subject: Re: [U2] Redback Limit > > I was exporting all the user info we track with Avanté's ePortal from > ePortal back to a web page which rips the data apart and automatically > opens it in Excel. Over 900 records with all kinds of info (name, > company, access, etc.) I was never able to find any corruption in the > data. I did find that by capping the number of records OR not loading the > company names of the users the problem went away. If I wrote the data to > a temp file prior to loading up the RBO to pass back to the web page, > there was nothing wrong. I think there is simply a limit somewhere. I am > not sure if the limit is on a specific property (mv list of company/name > the user has access to see) or the RBO in general. > > Either way, I could not wait on this and I have had to re-engineer this > export. What used to automatically build an Excel file for the user via > an ASP web page will now create an XML file of the same info in ePortal > (on the UNIX box), then E-mail it to the user. > > Granted, this was a lot of data, but with today's technology, I did not > think it was THAT bad. > > > John Israel > Senior Programmer/Analyst > Dayton Superior Corporation > 1125 Byers Road > Miamisburg, OH 45342 > > > -----Original Message----- > From: [email protected] [mailto:u2-users- > [email protected]] On Behalf Of Kevin King > Sent: Tuesday, March 29, 2011 9:16 PM > To: U2 Users List > Subject: Re: [U2] Redback Limit > > About how much data is being passed back? Could the server be timing out > while receiving it all? > > -Kevin > http://www.PrecisOnline.com > _______________________________________________ > U2-Users mailing list > [email protected] > http://listserver.u2ug.org/mailman/listinfo/u2-users > > _______________________________________________ > U2-Users mailing list > [email protected] > http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
