RE: [U2] [UV] PRINT @(-23)

2005-11-01 Thread Bob Woodward
Sounds like a printer driver problem to me. Something like a driver that's close but not exactly matched to the printer. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dianne Ackerman Sent: Tuesday, November 01, 2005 12:24 PM To: U2 List Server Subject:

RE: [U2] NFA and Triggers

2005-11-01 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > From: "john reid" <[EMAIL PROTECTED]> > >> Does NFA allow ANY trigger to run across machines? I just tested >> with Universe and I get a write failure with trigger code installed >> where file lives, and I get an SQL error if I attempt to install the >> trigger locally.

Re: [U2] NFA and Triggers

2005-11-01 Thread Wally Terhune
Wendy: I have not tried this, but I would expect the trigger defined on the file on the remote system would work fine. There is no NFA file on the 'client' system - just an 'FX' style file pointer - so you couldn't define a trigger to fire on an FX pointer in the 'client' environment. (using 'clien

RE: [U2] [UV] problem with DATA and INPUT

2005-11-01 Thread Keith W. Roberts
I'll assume you wanted to prompt for a data value when the PA is executed; just remove the <<>> if not (as others stated). If you do, then '2' might not be the best prompt; but perhaps you meant to use the 2nd [required] command line token? Then use <>. If you want to prompt the user for the val

Re: [U2] NFA and Triggers

2005-11-01 Thread Wendy Smoak
From: "john reid" <[EMAIL PROTECTED]> Does NFA allow ANY trigger to run across machines? I just tested with Universe and I get a write failure with trigger code installed where file lives, and I get an SQL error if I attempt to install the trigger locally. Kind've the worst of both worlds. T

RE: [U2] [UV] PRINT @(-23)

2005-11-01 Thread Tony Gravagno
I had a site years ago where something like this was happening. The server was in one office and remote end-users were connected over a multiplexor. Various @ sequences were interpreted by the MUX rather than being forwarded to the end-user. For one particular sequence, a simple @(13) to referenc

RE: [U2] [UV] problem with DATA and INPUT

2005-11-01 Thread Barry Brevik
>I think the <<2>> needs to say just 2. Uh, thanks to everyone who responded. I feel a little bit lame about that. Barry --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UV] PRINT @(-23)

2005-11-01 Thread Bill_H
Dianne: What client software are you using? wIntegrate? If so, check with File > Printer Setup. Make sure a valid Windows printer is selected, or one that works with U2. Hope this helps. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of

[U2] [UV] PRINT @(-23)

2005-11-01 Thread Dianne Ackerman
I have a program which does a PRINT @(-23) at the beginning and a PRINT @(-24) at the end so that all the information prints on the aux printer. Works great, but when running at one particular client site, I get all kinds of weird characters printing on the document, at the beginning and end o

RE: [U2] [UV] problem with DATA and INPUT

2005-11-01 Thread Larry Hiscock
What are you trying to send to the program? The literal '2'? If so, remove the << and >> from around it, those signify inline prompts in a paragraph. Larry Hiscock Western Computer Services On 11/1/05, Barry Brevik <[EMAIL PROTECTED]> wrote: > This is UV v9.6.1.3 on Windows. > > I have a parag

Re: [U2] [UV] problem with DATA and INPUT

2005-11-01 Thread Gordon J Glorfield
Shouldn't the DATA statement in your paragraph come before the RUN statement? I think that's your problem. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL PROTECTED] wrote on 11/01/2005 01:46:20 PM: > This is UV v9.6.1.3 on Windows. > I have

RE: [U2] [UV] problem with DATA and INPUT

2005-11-01 Thread Barry Rogen
TRY RUN BPCUST B$SOD16AE DATA 2 Barry Rogen PNY Technologies, Inc. Senior Programmer/Analyst (973) 515 - 9700 ext 5327 [EMAIL PROTECTED] - Far better it is to dare mighty things, to win glorious triumphs even though checkered by failure, t

[U2] UniObjects hanging

2005-11-01 Thread Chuck Mongiovi
Hey all, We're running UDT 6.0.3 on AIX 5.2 and we've just started using UniObjects with C# to create some "reports" in Access databases .. The UDT side seems to be hanging randomly, although we can quit and restart the C# app and it works fine the 2nd time .. Any ideas? -Chuck --- u2-users ma

Re: [U2] NFA and Triggers

2005-11-01 Thread john reid
Does NFA allow ANY trigger to run across machines? I just tested with Universe and I get a write failure with trigger code installed where file lives, and I get an SQL error if I attempt to install the trigger locally. Kind've the worst of both worlds. john On 11/1/05, Wendy Smoak <[EMAIL PROTEC

Re: [U2] [UV] problem with DATA and INPUT

2005-11-01 Thread john reid
I think the <<2>> needs to say just 2. The <<2>> becomes the prompt message. ... On 11/1/05, Barry Brevik <[EMAIL PROTECTED]> wrote: > This is UV v9.6.1.3 on Windows. > > I have a paragraph which in part looks like this: > > RUN BPCUST B$SOD16AE > DATA <<2>> > > Inside the program B$SOD16AE, I ha

RE: [U2] Modify command

2005-11-01 Thread colin.alfke
Yes, unfortunately, it's limited to one at a time. The other thing that bugs me is that working with a select list or with selection criteria is mutually exclusive. Hth Colin Alfke >-Original Message- >From: Jeff Powell > >How can I use the modify command to change more than one item >i

[U2] [UV] problem with DATA and INPUT

2005-11-01 Thread Barry Brevik
This is UV v9.6.1.3 on Windows. I have a paragraph which in part looks like this: RUN BPCUST B$SOD16AE DATA <<2>> Inside the program B$SOD16AE, I have a line like this: IF SYSTEM(10) THEN INPUT XML.TYPEX, 1 The problem is that the program halts at the INPUT as if it is waiting for input wh

RE: [U2] CALLHTTP/SOAP

2005-11-01 Thread Harry Hambrick
Thanks, I found this paper just before receiving a reply and it solved the problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karjala Koponen Sent: Tuesday, November 01, 2005 9:50 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] CALLHTTP/SOAP N

[U2] NFA and Triggers

2005-11-01 Thread Wendy Smoak
Given a file with a trigger, where does the trigger code actually execute when you open a file with (over?) NFA and write a record to it? We have some trigger code that needs a certain environment (Datatel's Envision) to run, and that environment exists where the file lives... but not in the

[U2] Modify command

2005-11-01 Thread Jeff Powell
How can I use the modify command to change more than one item in a record? I have two dictionary items I would like to modify but the command returns without any error status or action taken. If this is limited to only one it works fine. The example below is executed through a UniObjects Java pro

Re: [U2] CALLHTTP/SOAP

2005-11-01 Thread Karjala Koponen
Nik Kesic of IBM wrote a paper about the U2 SOAP API at http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0508kesic/ ? The link came from the U2UG site. Karjala >>> [EMAIL PROTECTED] 11/01/2005 8:43:07 AM >>> We are trying to do an interface using HTTP and SOAP from Unidata. We

Re: [U2] Status of a WRITE to a Type 1 File

2005-11-01 Thread Gordon J Glorfield
There is a WRITESEQF that does exactly that. It makes sure the data is actually written to disk and not just buffered before continuing with the next UniBasic command in the program. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL PROTECTED] w

Re: [U2] Status of a WRITE to a Type 1 File

2005-11-01 Thread john reid
Havent I read about a WRITEF, that forces flushing? On 11/1/05, David Jordan <[EMAIL PROTECTED]> wrote: > If you are talking about using the sleep statement, I assume you are using > the same program to write and read. I believe that the write process does > not return to the program until it has

[U2] CALLHTTP/SOAP

2005-11-01 Thread Harry Hambrick
We are trying to do an interface using HTTP and SOAP from Unidata. We can hit the site using CALLHTTP, but the SOAP actions are not working. We have a sample VB App that the state provided and if we use a network sniffer while that is running, we see the SOAP actions being sent across to the st

RE: [U2] [UV] AIX Backup, Format Disk, Restore

2005-11-01 Thread John Jenkins
Gary On modern disk subsystems there is not a lot to be gained - there *is* a trick however if you are doing very large unindexed SELECTs on very VERY large files...i.e. Make the file separation large - and an exact multiple of the physical disk subsystem transfer unit size - SELECTs fly

RE: [U2] Status of a WRITE to a Type 1 File

2005-11-01 Thread David Jordan
If you are talking about using the sleep statement, I assume you are using the same program to write and read. I believe that the write process does not return to the program until it has successfully completed the write. However if you are dealing with large type 1 files consider using the Opens