Re: [U2] VOC pointer replaced

2005-12-06 Thread Herve Balestrieri
Open a session in UNIX shell. Then :

$ cd ACCOUNT_DIRECTORY
$ `cat /.uvhome`/bin/UVwrite VOC VOC F VOC D_VOC

... For your customized NEWACC file, you could do, when logged in UNIX as
the UniVerse Administrator :

$ cd `cat /.uvhome`
$ `cat /.uvhome`/bin/UVdelete NEWACC/NEWACC VOC

Hope this will help

Hervi BALESTRIERI
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] - word Document

2005-12-06 Thread Bjorn Behr
Thanks Craig.

The RTF Solution works 100%. (Just wish M$ would make their reading material
more understandable:))

Regards
Bjorn 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Craig Bennett
Sent: 05 December 2005 01:11 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [UV] - word Document

Hi Bjorn,
 We generate a 'text/word' document from Universe.
 
 What I would like to know is does anybody know what characters I need to
 place in the document so that when it is opened up in Word, it is in
 landscape format?

I don't think you will be able to do this from a text file -- word will 
obey line breaks but no other formatting.

Have you had a look at the RTF format? It will work in any version of 
word and will let you do what you want.

A file something like this should work:


{\rtf1\ansi\deff0 {\fonttbl {\f0 Times New Roman;}}
\paperw16834 \paperh11909
\margl1440 \margr1900 \margt1800 \margb1800
\landscape
\f0\fs20
Line 1 Page 1\line Line 2 Page 1\page
Line 1 Page 2\line Line 2 Page 2\page
Line 1 Page 3\line Line 2 Page 3
}

This is a three page file \line replaces CRLF and \page replaces page 
feed characters. Word takes care of wrapping. When using landscape in 
RTF, you need to specify paper size and margins (in this case A4).

If you wanted to use a fixed width font replace Times New Roman with 
Courier.

This information was taken from some of our RTF generating programs, but 
originally from the RTF Pocket Guide from O'Reilly.

HTH,


Craig
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Re:UV XMLDB Tool

2005-12-06 Thread David Jordan
Hi Jonathan

We are already aware of the problem with Pick Flavour Accounts and the 
XMLDB tool and it is already logged as Ecase 7586 and is currently in the 
list of fixes to be done for 10.2

Will this fix also automatically identify SQL schema accounts as ODBC
currently does?

Regards 


David Jordan
Managing Consultant
 
[EMAIL PROTECTED]

DACONO Holdings Pty Ltd
www.dacono.com.au
 
PO Box 909
Lane Cove
NSW 2066
Australia
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] - word Document

2005-12-06 Thread Andy Pflueger
On 12/6/05, Bjorn Behr [EMAIL PROTECTED] wrote:

 The RTF Solution works 100%. (Just wish M$ would make their reading material
 more understandable:))
snip

Not to make this thread go off topic, but if M$ would make their
reading material more understandable they wouldn't be able to
monopolize the market anymore...that'd be a shame, now wouldn't it? ;)

It would be nice if all word processing companies could come up with a
standard and all use the OpenDocument format. That's my humble
opinion FWIW.

Andy
--
The Linux philosophy is 'Laugh in the face of danger'.
Oops. Wrong One. 'Do it yourself'. Yes, that's it.
Linus Torvalds
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] -D command line switch?

2005-12-06 Thread Jacques G.
 Well, today I wanted to use -D as an argument but
 discovered that somehow my
 screen output was suppressed. Anyway, after a bunch
 of fooling around, I
 discovered that -D, D, -P and P on the command line
 will suppress output to
 the screen, and send it to the default printer
 instead! Also, GET(ARG.) does
 not see the argument either.

These are standard switches.  I usually use them with
(D or (P though.   If you really want to use -D and
-P, it might work if you parse SENTENCE() or @SENTENCE
to get your command line arguments instead of using
GET(ARG.)  Or use a different letter.






__ 
Yahoo! DSL  Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Re:UV XMLDB Tool

2005-12-06 Thread Brian Leach
Jonathan 

Thanks 
Brian

-Original Message-
From: Jonathan D Smith[EMAIL PROTECTED]
Sent: 06/12/05 09:14:14
To: u2-users@listserver.u2ug.orgu2-users@listserver.u2ug.org
Subject: [U2] Re:UV XMLDB Tool

Hi All,

We are already aware of the problem with Pick Flavour Accounts and the 
XMLDB tool and it is already logged as Ecase 7586 and is currently in the 
list of fixes to be done for 10.2

Regards,
Jonathan Smith
IBM Certified Solutions Expert
Advanced Support Engineer - U2 Advanced Technical Support
IBM Data Management Solutions
Support Phone 0800 773 771
Support mailto:[EMAIL PROTECTED]
http://www.ibm.com/software/data/u2/support - Open, Query, Update, Search 
- Online!
DISCLAIMER:
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to which they are 
addressed.
If you have received this email in error, please delete it and notify the 
sender immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[Message truncated. Tap Edit-Mark for Download to get remaining portion.]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UniObjects for Java - UniDynArray question

2005-12-06 Thread Bob Little

Hello,

I am working with UD71 PE, and UniObjects for Java.  I cannot get a 
UniDynArray object to insert values as expected.  Here is some sample code:


import asjava.uniclientlibs.*;
import asjava.uniobjects.*;

public class udTest2 {
   private static UniSession session;

   public static void main(String[] args) {
   session=new UniSession();
   String fileName=TEST;
   String hostName=localhost;
   String userName=testuser;
   String passWord=password;
   String account=/home/testuser;
   try {
   session.connect(hostName,userName,passWord,account);
   UniFile file=session.openFile(fileName);
   UniDynArray outRec=new UniDynArray();
   outRec.insert(1,ATTR 1 VAL 1);
   outRec.insert(2,1,ATTR 2 VAL 1);
   outRec.insert(2,2,ATTR 2 VAL 2);
   file.write(2,outRec);
   UniDynArray inRec=new UniDynArray(file.read(2));
   System.out.println(Attribute count: +inRec.dcount());
   System.out.println(Attribute 1: +inRec.extract(1));
   System.out.println(Attribute 2 Value 1: +inRec.extract(2,1));
   System.out.println(Attribute 2 Value 2: +inRec.extract(2,2));
   System.out.println(Value count of attribute 2 
is:+inRec.dcount(2));

   System.out.println(Attribute 3: +inRec.extract(3));
   } catch (UniSessionException e) {
   System.out.println(e.toString());
   } catch (UniFileException e) {
   System.out.println(e.toString());
   }
   }
}

The output from the above is:
java udTest2
Attribute count: 3
Attribute 1: ATTR 1 VAL 1
Attribute 2 Value 1: ATTR 2 VAL 1
Attribute 2 Value 2:
Value count of attribute 2 is:1
Attribute 3: ATTR 2 VAL 2

I would have expected to see Attribute 2 contain 2 values, but instead, 
value two becomes another attribute.


The (perceived) error appears to happen during the UniFile.write() function.
Can anyone please advise on the proper way to read and write dynamic 
arrays with UniObjects for Java API?


--
Bob Little
Graphik Dimensions, Ltd.
High Point, NC
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] MVInternet Replacement

2005-12-06 Thread Andy Squires
All,

We are currently using MvInternet to bridge quite a few UniBasic programs to 
the Web.  We are about to
undertake a major upgrade of our application software, UniData and server.  We 
need to find a replacement
for Mv Internet.  One we are looking into is Sierra Bravo's SierraDBC.  Does 
anyone have any experience
with this product?  Opinion?  I've also been wondering if Redback is something 
we might want to look into.
It looks, though, that there would be quite a bit more work moving our current 
programs to Redback, but
I don't know very much about it yet.

Any other suggestions would be appreciated.

We'll be moving to UniData 7.1.

Thanks,

Andy



|   Andy Squires -- Systems Analyst   |
|   Office of Information Technology -- American University   |
|   (202) 885-2785|
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniObjects for Java - UniDynArray question

2005-12-06 Thread Wendy Smoak
On 12/6/05, Bob Little [EMAIL PROTECTED] wrote:

 I am working with UD71 PE, and UniObjects for Java.  I cannot get a
 UniDynArray object to insert values as expected.  Here is some sample code:

 I would have expected to see Attribute 2 contain 2 values, but instead,
 value two becomes another attribute.

I get (Maven 2 build w/ your code in a unit test):

---
 T E S T S
---
[surefire] Running net.wsmoak.AppTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
Attribute count: 2
Attribute 1: ATTR 1 VAL 1
Attribute 2 Value 1: ATTR 2 VAL 1
Attribute 2 Value 2: ATTR 2 VAL 2
Value count of attribute 2 is:2
Attribute 3:
[surefire] Running net.wsmoak.uoj.UniDynArrayTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.313 sec

Results :
[surefire] Tests run: 2, Failures: 0, Errors: 0

This is against UD6, but I doubt anything has changed significanty in
the UniDynArray code.  Check your LANG settings on both the client and
server, it's probably not writing the correct ASCII character for the
delimiter.

--
Wendy
[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] MVInternet Replacement

2005-12-06 Thread Wendy Smoak
On 12/6/05, Andy Squires [EMAIL PROTECTED] wrote:

 We are currently using MvInternet to bridge quite a few UniBasic programs to 
 the Web.   We are about to undertake a major upgrade of our application 
 software, UniData
  and server.  We need to find a replacement

We used to use MVInternet, but have moved on to Java and UOJ.

I wonder... does anyone know who holds the copyright on the MVInternet
code and docs?  If they're not going to market it, could they be
convinced to put it under an appropriate open source license and set
it free?

Just a thought.  Unfortunately, I have no time to pursue it myself.

--
Wendy
[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] MVInternet Replacement

2005-12-06 Thread Rex Gozar
Andy,

I'm trying to find out more about MvInternet -- have you decided that it is
not suitable or desirable in your upgraded system?  If so, why?  What are
your thoughts about MvInternet (both good and bad)?

rex
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] VOC pointer replaced

2005-12-06 Thread Keith W. Roberts
You got several ways to fix it, but noone mentioned that you should replace
the offending item in NEWACC as well (or it'll mess up every account you
update).

In U2, VOC is *always* the real file; MD is the synonym for Pick
compatibility.

-Keith

Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill_H
Sent: Monday, December 05, 2005 4:11 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] VOC pointer replaced

 I was working on upgrading an account to the most recent version of
 UniVerse PE.  When coping a list of custom VOC items, from a custom
 NEWAC file, to the local VOC (with an overwrite) it happened one of
 the item IDs was VOC, which was a Pick synonym for the (MD):
 
 001 Q
 .
 .
 009 L
 010 12
 
 It seems now I continually get the message:
 LU
 
 These are the UniVerse users presently sharing the system.
 
 uid  User No  User Name Terminal No Login Time
   0 2820  NT AUTHORITY\system   uvdlock:2820
 Nov 25 17:49
 * 0 5508  ASIBILL\wphaskett telnet:5508
 Dec 5 10:56
 
 There are currently 2 users logged on the system.
 CT VOC VOC
 Can not open the VOC file
 LISTF
 Can not open the VOC file
 
 Is there a way I can modify the VOC item back.  I can still see the
 file exists in Windows Explorer.
 
 Any help would be appreciated.  :-)
 
 Bill
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] MVInternet Replacement

2005-12-06 Thread ted
Andy,

We've been using Sierra's DB server for a few months now without a problem. It 
is faster than MVInternet. Very happy with it. Also works with PHP, .Net and so 
forth. Good product.

Ted
- Original Message -
From: Andy Squires [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Subject: [U2] MVInternet Replacement
Date: Tue, 6 Dec 2005 11:32:05 -0500 (EST)

 
 All,
 
 We are currently using MvInternet to bridge quite a few UniBasic 
 programs to the Web.  We are about to
 undertake a major upgrade of our application software, UniData and 
 server.  We need to find a replacement
 for Mv Internet.  One we are looking into is Sierra Bravo's 
 SierraDBC.  Does anyone have any experience
 with this product?  Opinion?  I've also been wondering if Redback 
 is something we might want to look into.
 It looks, though, that there would be quite a bit more work moving 
 our current programs to Redback, but
 I don't know very much about it yet.
 
 Any other suggestions would be appreciated.
 
 We'll be moving to UniData 7.1.
 
 Thanks,
 
 Andy
 
 
 
 |   Andy Squires -- Systems Analyst 
|
 |   Office of Information Technology -- American University 
|
 |   (202) 885-2785  
|
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] -D command line switch?

2005-12-06 Thread Keith W. Roberts
Is that like TRAP or (E, then?

It's described under HELP RUN in UD as invoking the debugger immediately,
which would be akin to using the RAID command instead of RUN.  It's not
described under HELP RUN in UV at all (nor does it [seem to] work for me on
UV 10.0.0, PICK flavor on WinXP.

-Keith

Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod
Sent: Monday, December 05, 2005 6:13 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [UV] -D command line switch?

 -D establishes a signal handler so that, if a BASIC routine
 aborts, the debugger is invoked.  I was not aware of the
 side-effect of switching stdout from the screen - you don't
 have a PRINTER ON lurking anywhere in the code by any chance? ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] MVInternet Replacement

2005-12-06 Thread Andy Squires
Rex,

It's my understanding that the company which supports MvInternet (Pixius) is no 
longer in business.  If anyone
knows better please correct me.  It's also my understanding that the folks at 
Sierra Bravo are the
original developers of MvInternet, but now have a product of their own, i.e. 
SierraDBC.


Andy

On Tue, 6 Dec 2005, Rex Gozar wrote:

 Andy,

 I'm trying to find out more about MvInternet -- have you decided that it is
 not suitable or desirable in your upgraded system?  If so, why?  What are
 your thoughts about MvInternet (both good and bad)?

 rex
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/


|   Andy Squires -- Systems Analyst   |
|   Office of Information Technology -- American University   |
|   (202) 885-2785|
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] MVInternet Replacement

2005-12-06 Thread Wendy Smoak
On 12/6/05, Wendy Smoak [EMAIL PROTECTED] wrote:

 I wonder... does anyone know who holds the copyright on the MVInternet
 code and docs?  If they're not going to market it, ...

Okay, maybe I should back up a step.  IIRC at some point after we
stopped using MVInternet, I heard that it was no longer available.  Is
that true?  I remember it changing hands between Infinetivity and
Pixius, but that's about it.

--
Wendy
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] VOC pointer replaced

2005-12-06 Thread Bill_H
Thanks to all who replied.

Bruce: ED gets the same response
  Welcome to the IBM UniVerse Telnet Server.
  Enter user name: wphaskett
  Enter password:
  Account name or path(DTA):DTAWEB
  UniVerse Command Language 10.1
  (c) Copyright IBM Corporation 2003. All rights reserved.
  DTAWEB logged on: Tue Dec 06 11:35:04 2005
  
  Unable to open your 'VOC' file.
  ED VOC VOC
  Unable to open VOC file.
  

Ray:  A; the ticket.  :-)  SETFILE VOC VOC OVERWRITING.

John:  Of course, I should have thought of that.

Wouldn't one think it appropriate to disallow altering file pointers, unless
explicitly requested via an option of ED or something else?  Oh well, live
and learn and be careful.

Bill Haskett
Advantos Systems, Inc.
www.advantos.net 
(760)944-5570 (CA)
(360)923-4838 (WA)
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Nichol
 Sent: Monday, December 05, 2005 5:34 PM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] VOC pointer replaced
 
 Goo'day, Bill,
 
 At 16:10 05/12/05 -0800, you wrote:
 
 I was working on upgrading an account to the most recent version of 
 UniVerse PE.  When coping a list of custom VOC items, from a custom 
 NEWAC file, to the local VOC (with an overwrite) it happened 
 one of the 
 item IDs was VOC, which was a Pick synonym for the (MD):
 
 001 Q
 .
 .
 009 L
 010 12
 
 It seems now I continually get the message:
  LU
 
 These are the UniVerse users presently sharing the system.
 
  uid  User No  User Name Terminal No 
  Login Time
0 2820  NT AUTHORITY\system   uvdlock:2820
  Nov 25 17:49
 * 0 5508  ASIBILL\wphaskett telnet:5508  
 Dec 5 10:56
 
 There are currently 2 users logged on the system.
  CT VOC VOC
 Can not open the VOC file
  LISTF
 Can not open the VOC file
 
 Is there a way I can modify the VOC item back.  I can 
 still see the 
 file exists in Windows Explorer.
 
 Does this help?
 
  CT VOC VOC
 
   VOC
 0001 F
 0002 VOC
 0003 D_VOC
  
 
 Any help would be appreciated.  :-)
 
 Use ED?
 
 
 Bill
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 
 
 
 --
 No virus found in this incoming message.
 Checked by AVG Anti-Virus.
 Version: 7.1.371 / Virus Database: 267.13.12/192 - Release Date: 
 05/12/05
 
 Regards,
 
 Bruce Nichol
 Talon Computer Services
 ALBURYNSW 2640
 Australia
 
 http://www.taloncs.com.au
 
 Tel: +61 (0)411149636
 Fax: +61 (0)260232119
 
 If it ain't broke, fix it till it is! 
 
 
 --
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.1.371 / Virus Database: 267.13.12/192 - Release 
 Date: 05/12/05
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniObjects for Java - UniDynArray question

2005-12-06 Thread Bob Little
Wendy Smoak wrote:

On 12/6/05, Bob Little [EMAIL PROTECTED] wrote:

  

I am working with UD71 PE, and UniObjects for Java.  I cannot get a
UniDynArray object to insert values as expected.  Here is some sample code:

I would have expected to see Attribute 2 contain 2 values, but instead,
value two becomes another attribute.



I get (Maven 2 build w/ your code in a unit test):

---
 T E S T S
---
[surefire] Running net.wsmoak.AppTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
Attribute count: 2
Attribute 1: ATTR 1 VAL 1
Attribute 2 Value 1: ATTR 2 VAL 1
Attribute 2 Value 2: ATTR 2 VAL 2
Value count of attribute 2 is:2
Attribute 3:
[surefire] Running net.wsmoak.uoj.UniDynArrayTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.313 sec

Results :
[surefire] Tests run: 2, Failures: 0, Errors: 0

This is against UD6, but I doubt anything has changed significanty in
the UniDynArray code.  Check your LANG settings on both the client and
server, it's probably not writing the correct ASCII character for the
delimiter.

--
Wendy
[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

  

Thank you for the reply.

I have set the LANG environment setting to C on the server and rebooted 
it.  I did an export LANG=C at the client - My desktop box is both 
server and client.  I also recompiled the java class. Running returned 
the same results as before.

So I removed UD7, downloaded UD6 and installed it- making sure LANG=C 
was still true.  I recompiled the java class against the new 
asjava.zip.  Same results.

Very frustrating.  The LANG thing seems logical, but it seemed to make 
no difference.  Is there more than one place UD looks for your LANG?

Is it possible that because I'm on Fedora 4, UD may not perform as expected?

-- 
Bob Little
Graphik Dimensions, Ltd.
High Point, NC
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Decompiler

2005-12-06 Thread Richard Taylor
I am going to risk the abuse and repeat a question from the past.  Does
anyone know where I can find a decompiler for UniData.  

 

Before I we start with the copyright discussion. This is homegrown, legacy
code.  We need to recover some of the source.  So far the only resource I
have found for UniData is Xtrico.  I have put in an inquiry, but had no
response yet.  I am looking for options

 

Rich Taylor | Senior Programmer/Analyst| VERTIS

250 W. Pratt Street | Baltimore, MD 21201

P 410.361.8688 | F 410.528.0319 

[EMAIL PROTECTED] | http://www.vertisinc.com

 

Vertis is the premier provider of targeted advertising, media, and
marketing services that drive consumers to marketers more effectively.

 

The more they complicate the plumbing

  the easier it is to stop up the drain

 

- Montgomery Scott NCC-1701
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] -D command line switch?

2005-12-06 Thread Barry Brevik
Thanks to everyone who responded.

It turns out that D is in my VOC like this:

VOC D
3 lines long.

: P
0001: K   KEYWORD, SAME AS 'LPTR'
0002: 33
0003:
Bottom at line 3

Don't know if that's standard product or not.

Also, there is no -D, but there IS a - which looks like this:

0001: K
0002: 521

...whatever that means, and there is no other entry with 521 in F2.

Barry Brevik
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


GET(ARG.) bug (was RE: [U2] [UV] -D command line switch?)

2005-12-06 Thread Keith W. Roberts
Just an aside ... I've found GET(ARG.) to be unreliable.

I used it in an application where it consistently returned args from the
*previous* command instead of the current one under the following
circumstances: 

- previous command is something like SORT KR.BP = KDB]
- current command is something like TBASIC KR.BP KDB (O
- TBASIC is a locally catalogued program

I was on UV 9.4 or 9.6 on HP-UX at the time.  I finally said the heck with
it and parsed @SENTENCE directly.

-Keith

Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jacques G.
Sent: Tuesday, December 06, 2005 6:44 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [UV] -D command line switch?

 Well, today I wanted to use -D as an argument but
 discovered that somehow my
 screen output was suppressed. Anyway, after a bunch of fooling
 around, I discovered that -D, D, -P and P on the command line will
 suppress output to the screen, and send it to the default printer
 instead! Also, GET(ARG.) does
 not see the argument either.
 
 These are standard switches.  I usually use them with
 (D or (P though.   If you really want to use -D and
 -P, it might work if you parse SENTENCE() or @SENTENCE
 to get your command line arguments instead of using
 GET(ARG.)  Or use a different letter.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UV 10.0.15 ODBC Connect error with Windows 2003 {Unclassified}

2005-12-06 Thread HENDERSON MIKE, MR
__
From:   MACK ANDREW, F/S
Sent:   Wednesday, 7 December 2005 09:35
To: HENDERSON MIKE, MR
Subject:UV 10.0.15 ODBC Connect error with Windows 2003.

Mike, please forward this onto the U2 user group.


Morning all,

I am setting up a new server to replace our existing production
server and have run into an ODBC connection problem. We are running UV
10.0.15 on Windows 2003 with UV ODBC server ver 3.7.4 and client ver
3.7.

I have set up the new server with the same setup and permissions
as the existing one. It has the same uvodbc.config file and HS.ADMIN
reports no problems with the account that we connect to. Using the
client from my workstation I can test a connection to the current
production machine no problems. The same setup trying to connect to the
new server, however, produces this error:

UniVerse ODBC configuration test failed.
[IBM][UVODBC][0301892]Error ID: 110  Severity: SEVERE  Facility:
LINKERR - TCP error

The manual points me towards a port number error, but I have
checked that and it is set up the same for both configurations. The only
difference between the servers that I can see is that the new one is on
a different subnet than the old. I have had the relevant switch checked
and it does not have any port filtering so it should not make a
difference.

I have also set up the UV ODBC client on both servers and
created the same configurations. The current server can test OK to
itself but fails with same error when trying the new server and the new
server tests OK when pointed at the old server but fails with the same
error when pointing at itself!

I know this is a simple configuration issue. Someone changed
something on the old server many years ago to get ODBC to work and then
failed to document it. I have searched the forums and had no luck. Any
help would be appreciated. Thanks.


Andrew Mack
Deputy Systems Administrator
Atlas Systems
New Zealand Defence Force


The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] MVInternet Replacement

2005-12-06 Thread Ross Ferris
FWIW the Pixius web site is still up ...?

Our Visage product might be worth considering. It can be used in a
dumbed down mvInternet/FlashConnect manner if you don't mind getting
down into the trenches and playing with raw HTML  such.

You can generate pages entirely from basic, and/or use templates created
with your web tool of choice and have Visage simply substitute data into
the form. You can also stitch multi pages together in a web-part type
manner which you can control/orchestrate with your own program.

Of course the better (yes, I AM biased!) solution would be to use the
whole toolkit, and design your forms/applications with our designers 
wizards. (Using current buzzwords Visage applications use AJAX
technologies to provide a rich user interface delivered with thin client
technology)

Like RedBack, and ANY other solution you may consider, there will need
to be changes to your existing applications to work with new plumbing.
Assuming you move (if Pixius are gone this would appear prudent) part
of your decision should also include ease of maintenance into the
future.

Send me an email, and/or drop by www.stamina.com.au if you would like
more information, or one of our test-drive CD's, which include a few
hours of multi-media training as well

Regards,

Ross Ferris
Stamina Software
Visage  Better by Design!


-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-u2-
[EMAIL PROTECTED] On Behalf Of Andy Squires
Sent: Wednesday, 7 December 2005 6:14 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] MVInternet Replacement

Rex,

It's my understanding that the company which supports MvInternet
(Pixius)
is no longer in business.  If anyone
knows better please correct me.  It's also my understanding that the
folks
at Sierra Bravo are the
original developers of MvInternet, but now have a product of their own,
i.e.
SierraDBC.


Andy

On Tue, 6 Dec 2005, Rex Gozar wrote:

 Andy,

 I'm trying to find out more about MvInternet -- have you decided that
it
is
 not suitable or desirable in your upgraded system?  If so, why?  What
are
 your thoughts about MvInternet (both good and bad)?

 rex
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/


|   Andy Squires -- Systems Analyst
|
|   Office of Information Technology -- American University
|
|   (202) 885-2785
|
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] -D command line switch?

2005-12-06 Thread Keith W. Roberts
Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Barry Brevik
Sent: Tuesday, December 06, 2005 2:15 PM
To: 'u2-users@listserver.u2ug.org'
Subject: RE: [U2] [UV] -D command line switch?

 Thanks to everyone who responded.
 
 It turns out that D is in my VOC like this:
 
 VOC D
 3 lines long.
 
 : P
 0001: K   KEYWORD, SAME AS 'LPTR'
 0002: 33
 0003:
 Bottom at line 3
 
 Don't know if that's standard product or not.

Nope. Someone copied the LPTR entry and added the comment.

 Also, there is no -D, but there IS a - which looks like this:
 
 0001: K
 0002: 521
 
 ...whatever that means, and there is no other entry with 521 in F2.

That's the SQL subtraction operator, only applied when - is a separate
word, and then [probably] only in a query statement.

-Keith
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/