[U2] SB Error

2011-06-07 Thread Israel, John R.
We are using Avanté w/ SB and a web interface for customers. On rare occasions, a web page is blowing up due to an error that is cleanly detected in Avanté/SB, but that the web side is clueless about. I am working on a pro-active program to detect these conditions, but after a while, it is

Re: [U2] SB Error

2011-06-07 Thread Dave Davis
:03 AM To: 'U2 Users List' Subject: [U2] SB Error We are using Avanté w/ SB and a web interface for customers. On rare occasions, a web page is blowing up due to an error that is cleanly detected in Avanté/SB, but that the web side is clueless about. I am working on a pro-active program to detect

Re: [U2] SB Error

2011-06-07 Thread Israel, John R.
/Analyst Dayton Superior Corporation 1125 Byers Road Miamisburg, OH  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Davis Sent: Tuesday, June 07, 2011 11:12 AM To: U2 Users List Subject: Re: [U2] SB Error

Re: [U2] SB Error

2011-06-07 Thread Dave Davis
: Tuesday, June 07, 2011 11:30 AM To: 'U2 Users List' Subject: Re: [U2] SB Error Let me answer this way: my new stand-alone program selects all the parts, loops through them, and for each part, calls the same subroutines that the web site does (thus ensuring that I am running the same logic). One

Re: [U2] SB Error

2011-06-07 Thread Wally Terhune
AM To: 'U2 Users List' Subject: Re: [U2] SB Error The new stand-alone program is truly a program. It loops through the records, and for each record, populates the arguments as if it were called via the subroutine behind the web page, then calls the shared subroutine. I don't think it would

Re: [U2] SB Error

2011-06-07 Thread Israel, John R.
Terhune Sent: Tuesday, June 07, 2011 11:59 AM To: U2 Users List Subject: Re: [U2] SB Error To see open files for a udt process, use UniBasic SYSTEM(50) to return a dynamic array, or from another process with root permissions: PORT.STATUS PID FILEMAP (where is the process id

Re: [U2] SB Error

2011-06-07 Thread Israel, John R.
  45342 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Tuesday, June 07, 2011 12:13 PM To: 'U2 Users List' Subject: Re: [U2] SB Error That was not it. 21 files opened for each pass. John

Re: [U2] SB Error

2011-06-07 Thread Bill Haskett
Message - *From:* wterh...@rocketsoftware.com *To:* U2 Users List u2-users@listserver.u2ug.org *Date:* 6/7/2011 8:59 AM *Subject:* Re: [U2] SB Error To see open files for a udt process, use UniBasic SYSTEM(50) to return a dynamic array, or from another process with root permissions: PORT.STATUS

Re: [U2] SB Error

2011-06-07 Thread Colin Alfke
It's been a while since I've seen this one. IIRC in our case it was actually a problem with the data, there were control characters or something in it. The other problem I just ran across Monday was a non-SB program (through a number of twists and turns) calling a program that made a veiled

Re: [U2] SB Error

2011-06-07 Thread Dave Davis
these problems. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Tuesday, June 07, 2011 11:56 AM To: 'U2 Users List' Subject: Re: [U2] SB Error The new stand-alone program is truly a program. It loops

Re: [U2] SB Error

2011-06-07 Thread Dave Davis
-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Tuesday, June 07, 2011 11:30 AM To: 'U2 Users List' Subject: Re: [U2] SB Error Let me answer this way: my new stand-alone program selects all the parts, loops through them

Re: [U2] SB Error

2011-06-07 Thread Boydell, Stuart
to emulate a non SB+ login. (fiddy cents worth) Stuart -Original Message- From: Dave Davis Sent: Wednesday, 8 June 2011 3:42 To: U2 Users List Subject: Re: [U2] SB Error I'm betting it's trying to open the xxPROCESS file or other system file - and can't because the system hasn't been initialized