Re: [U2] Unidata RESIZE CONCURRENT

2013-03-05 Thread Wally Terhune
almost. March 19 will be my final day. thanks Wally Terhune Technical Support Engineer Rocket Software 4600 South Ulster Street, Suite 1100 • Denver, CO 80237 • USA t: +1 720 475 8055 • e: wterh...@rocketsoftware.com • w: u2.rocketsoftware.com Rocket U2 Support: +1.800.729.3553 ** Please note that

Re: [U2] How do I find the code? [SECURITY=UNCLASSIFIED]

2013-03-05 Thread HENDERSON MIKE, MR
Greg, Looks to me like you need to go through the entire file system looking for something (*anything*!) that looks like "... A26.ISS.EMPLOYMENT...", and hope that you find something and that all you find isn't just object code. Good luck, I'm afraid you might be going to need it :-( You don't sa

Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
This is a good point. I have been trying to track down the reason why this process is NOT working. I've already spent too much time going down this rabbit hole where I have very little access to runtime processing. Out of the 12 thousand lines of code that I was able to find - A26.ISS.EMPLOYM

Re: [U2] How do I find the code?

2013-03-05 Thread Wjhonson
It might be a non-runnable command. Have you tried to actually RUN this to see if it complains that the code is missing? -Original Message- From: Greg Coelho To: U2 Users List Sent: Tue, Mar 5, 2013 6:19 pm Subject: Re: [U2] How do I find the code? Can't seem to find it in e

Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
Can't seem to find it in either WBP.O or WBP.OBS (I do have a VOC listing for WBP.OBS). From: Wjhonson To: u2-users@listserver.u2ug.org, Date: 03/05/2013 09:06 PM Subject:Re: [U2] How do I find the code? Sent by:u2-users-boun...@listserver.u2ug.org Then Greg I sugg

Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
Kate, Thanks! We do have WBP.OBS and it is populated with some 20 items - none of which is A26.ISS.EMPLOYMENT. Any other place this could be stashed? Greg From: Kate Stanton To: U2 Users List , Date: 03/05/2013 08:52 PM Subject:Re: [U2] How do I find the code? Sent by:

Re: [U2] How do I find the code?

2013-03-05 Thread Wjhonson
Then Greg I suggest someone has stripped the source, and left you with only the object. You can do ED WBP.O A26.ISS.EMPLOYMENT to verify that it exists, but DO NOT LIST IT it will screw up your terminal emulator software most likely if you display the object code ED only gives you Top, then you c

Re: [U2] How do I find the code?

2013-03-05 Thread Kate Stanton
There is a UniBasic program for which the compiled object is in the WBP.O file. You may find its source in the WBP file. This VOC entry is to run that program. On 6 March 2013 13:49, Greg Coelho wrote: > All, > > I am not versed in (PQ) PROC. Can anybody tell where I have to go to find > the

Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
Unfortunately that was one of the first things I tried... :AE WBP A26.ISS.EMPLOYMENT Top of New "A26.ISS.EMPLOYMENT" in "WBP". *--: P Top. Top of new record. It looks like A26.ISS.EMPLOYMENT doesn't live in WBP. Greg From: Wjhonson To: u2-users@listserver.u2ug.org, Date: 03

Re: [U2] How do I find the code?

2013-03-05 Thread Wjhonson
You have a file called WBP so ED WBP A26.ISS.EMPLOYMENT -Original Message- From: Greg Coelho To: U2 Users List Sent: Tue, Mar 5, 2013 4:50 pm Subject: Re: [U2] How do I find the code? All, I am not versed in (PQ) PROC. Can anybody tell where I have to go to find the code

Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
All, I am not versed in (PQ) PROC. Can anybody tell where I have to go to find the code for A26.ISS.EMPLOYMENT? :AE VOC A26.ISS.EMPLOYMENT 3 lines long. : P 0001: PQ 0002: HRUN WBP A26.ISS.EMPLOYMENT 0003: P Bottom at line 3. As Always, THANKS! Greg ___

Re: [U2] UV: Consuming https service from within UVBasic using SOAP

2013-03-05 Thread Peter Cheney
Hi again, Finally had a chance to get back to this and have had success using a slightly modified version of the code here: http://www.mail-archive.com/u2-users@listserver.u2ug.org/msg17243.html After reviewing David's suggestions below and confirming the certificate requirements, the only area

Re: [U2] Unidata RESIZE CONCURRENT

2013-03-05 Thread Jeffrey Butera
Thanks Wally. Shouldn't you be on a sunny beach already? Jeff Butera -- A tree falls the way it leans. Be careful which way you lean. The Lorax On Mar 5, 2013, at 4:39 PM, Wally Terhune wrote: > You may want to review the following problems that have been addressed. If you > are running the Rec

Re: [U2] Unidata RESIZE CONCURRENT

2013-03-05 Thread Wally Terhune
You may want to review the following problems that have been addressed. If you are running the Recoverable File System (RFS), you will probably want to be at UniData release 7.3.3 before using RESIZE CONCURRENT on RFS files. This list was extracted from the publically available 7.3.3 and 7.2.13 r

Re: [U2] Unidata RESIZE CONCURRENT

2013-03-05 Thread doug chanco
I too once did this with basically the same results (except that it did tons of reads/writes so I had to let it finish) and in my case the system was darn near dead of most of the day, needless to say I too was scarred for life and would/will never do a concurrent resize during business hours

Re: [U2] Unidata RESIZE CONCURRENT

2013-03-05 Thread John Thompson
I once tried RESIZE CONCURRENT on a file that had a high amount of reads happening to it, on Universe 10.3.4 on AIX. (This was when I was a RESIZE rookie). Brought the company to its knees for most of the morning. I don't like it personally, but, that's just me. Worst part is, once you start it,

Re: [U2] Unidata RESIZE CONCURRENT

2013-03-05 Thread Baakkonen, Rodney A (Rod) 46K
Have you used the Concurrent index build? The downside I have seen with that is the speed. I have some files that are large and the concurrent index build is very slow. So I only use the concurrent index build when I have small files. I would guess you would see similar performance with the res

[U2] Unidata RESIZE CONCURRENT

2013-03-05 Thread Jeffrey Butera
So is anyone using Unidata's RESIZE CONCURRENT in production environments? I have a dedicated maintenance window, so performing regular file resizing usually isn't a problem here but I'm considering moving over to using the CONCURRENT feature - particularly if a fire crops up in our production

Re: [U2] *** GMX Spamverdacht *** Re: I Descriptor no longer working in UniSQL after UD upgrade

2013-03-05 Thread Bill Haskett
Mecki: You need to when using the other stuff with UniData (non-telnet connectivity). ECL doesn't always represent what happens through a UO connection. :COMPILE.DICT MYFILE ...should do the trick. HTH, Bill Untitled Page

Re: [U2] *** GMX Spamverdacht *** Re: I Descriptor no longer working in UniSQL after UD upgrade

2013-03-05 Thread Mecki Foerthmann
I don't know about compiling I-descriptors in UD. Never done it and never needed to. The dict is marked as MV and has an association as well. It works just fine from ECL so when I type LIST PODET WITH PO_NBR = "98587" SCHED_DEL_DATE U_RPT_DATE I get 2 dates in both columns as expected. But when

Re: [U2] I Descriptor no longer working in UniSQL after UD upgrade

2013-03-05 Thread David A. Green
Have your compiled your i-descriptor? Is it marked as MV? David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann Sent: Tuesday, March 05, 2013 5:42 AM To: U2 Us

Re: [U2] FW: Clearing Input Buffer

2013-03-05 Thread Charles Stevenson
Like David Green, I would have suggested CLEARINPUT. I'm missing something: why all these other schemes people are talking about? On 2/22/2013 1:20 PM, Al DeWitt wrote: I have an input screen (built with System Builder) where data can either be entered manually or via a barcode scanner. The

Re: [U2] I Descriptor no longer working in UniSQL after UD upgrade

2013-03-05 Thread Brian Leach
Sorry, that can't be the case. Should have read more carefully :( -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach Sent: 05 March 2013 13:12 To: 'U2 Users List' Subject: Re: [U2] I Descriptor no longer work

Re: [U2] I Descriptor no longer working in UniSQL after UD upgrade

2013-03-05 Thread Brian Leach
Could it be that the dates are coming through in the wrong format? e.g. if you need to change the DEFAULTS definition in your ENGLISH.MSG file? Just a thought Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of M

[U2] I Descriptor no longer working in UniSQL after UD upgrade

2013-03-05 Thread Mecki Foerthmann
Hi we upgraded from UD 5.2/Solaris to UD 7.2/RH about a month ago and so it looked fine so far. Now I had a call that there are purchase orders missing on a Cognos report. When I investigated I noticed that from the day of the upgrade I have rows in the table used for that report with missing