Re: [U2] Login Paragraphs

2006-06-21 Thread Ray Wurlod
On 10.0.4 at least you can use MATCHES IF @LOGNAME MATCHES rf... THEN AUTOLOGOUT 72 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Unidata 6 into SQL 2005

2006-06-21 Thread graham.forbes
Does anyone have any advice for which odbc drivers are best for importing Unidata data into a SQL 2005 database? Thanks Graham -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Randall Sent: Tuesday, June 20, 2006 2:25 PM To:

RE: [U2] Login Paragraphs

2006-06-21 Thread Richard Sammartino
Paul, I wrote a 5 line program/subroutine that takes the contents of @LOGNAME and loads it into @USER.RETURN.CODE. I manipulate the contents of @USER.RETURN.CODE and in the LOGIN paragraph I check the value of @USER.RETURN.CODE to set the TIMEOUT value. Rich Sammartino Richard Sammartino Systems

[U2] U2 on Solaris for Windows

2006-06-21 Thread Brutzman, Bill
Now that Sun's Solaris OS runs on Intel platforms, it would help if IBM could port UniVerse or UniData there. Perhaps the effort is already underway. A comment indicating what, if anything, is happening is requested. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To

RE: [U2] Login Paragraphs

2006-06-21 Thread Paul Sohn
This did the trick. Thanks! Paul -Original Message- From: Stevenson, Charles [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 6:16 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Login Paragraphs Use MATCHES My @LOGNAME is 'cds33896' so : CT VOC PAUL PAUL 0001 PA

RE: [U2] Unidata 6 into SQL 2005

2006-06-21 Thread Angelo Collazo
Graham, If you are running your U2 database under Windows, You can download the CLIENT(s) and use the native U2 ODBC drivers. See this link: http://www14.software.ibm.com/webapp/download/search.jsp?go=yrs=u2trialsS_ TACT=105AGX11S_CMP=DNLD If your are running under UNIX you to purchase one. Two

RE: [U2] U2 on Solaris for x86

2006-06-21 Thread Brutzman, Bill
I regret the apparent Freudian slip... to have typed for Windows. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill Sent: Wednesday, June 21, 2006 10:39 AM To: '[EMAIL PROTECTED]' Cc: 'u2-users@listserver.u2ug.org' Subject: [U2] U2 on

[U2] XML.H

2006-06-21 Thread Symeon Breen
Hi Guys - I seem to remember this being mentioned before, but I can not find the email. The XML.H include shipped with udt 7.1 does not have the equates for the XDOM api (e.g. XML.FROM.FILE). Can someone pass them on to me please. Thanks Symeon. --- u2-users mailing list

Re: [U2] .net - universe 10.1.14

2006-06-21 Thread Symeon Breen
Hi Bob - I have sat through the demos etc. I think maybe if you are integrating with biztalk redback may be better, as biztalk is a business integration piece and likes business objects etc. All the same it will need carefull planning to get the best out of the solution, but then again doesnt it

RE: [U2] U2 on Solaris for x86

2006-06-21 Thread george r smith
I have been wishing for a port to Sun x85. IBM tells me if there is a business case they will port. grs -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Wednesday, June 21, 2006 11:00 AM To:

RE: [U2] XML.H

2006-06-21 Thread Angelo Collazo
Are you talking about this? Symeon. ** * * Header file for XML BASIC programs * * Module %M% Version %I% Date%H% * * (c) Copyright 2002 IBM Inc. - All Rights Reserved * This is unpublished

[U2] Solution to UniObjects security in an applet

2006-06-21 Thread Jeff Powell
Thank you to everyone who helped on this issue. My applet is now working. For those who may need to do this in the future I've summarized the issues below. Problem 1:Proxy server starting then dying without a whimper. Rename asjava.zip to asjava.jar - Thanks John Hester

[U2] [UV] PID or Port from @USERNO

2006-06-21 Thread Tony Gravagno
This is being posted for an associate of ours, I don't have access to the systems in question. The problem is that on Universe 9.4, @USERNO returned a PIB, an R83-style port number unique to the DBMS, like Unidata @UDTNO. In newer UV releases this returns the PID ( like getpid() ), the process ID

[U2] Filepeek usage to find internal file version

2006-06-21 Thread Mike Pflugfelder
I would like to find the internal version of a Universe Dynamic file. Can someone give me the correct syntax of the filepeek command (or any other command that would work) to find this information. Is there also a table of the different versions and any changes made to the file version? Where

Re: [U2] U2 on Solaris for Windows

2006-06-21 Thread Adrian Merrall
Bill, Now that Sun's Solaris OS runs on Intel platforms, it would help if IBM could port UniVerse or UniData there. It's like dij` vu all over again! I remember the first time Sun produced Solaris x86. I asked Jackie Burhans at one of the road shows about it and her answer was if there is

Re: [U2] Solution to UniObjects security in an applet

2006-06-21 Thread John Hester
Jeff Powell wrote: Thank you to everyone who helped on this issue. My applet is now working. For those who may need to do this in the future I've summarized the issues below. Problem 1:Proxy server starting then dying without a whimper. Rename asjava.zip to asjava.jar -

Re: [U2] Filepeek usage to find internal file version

2006-06-21 Thread John Kent
Mike, any chance someone is running non Universe programs over those files I have had this happen to me a number of times with dynamic files with xcopy or virus checker or explorer copies being the suspect. In some cases fixtool couldnt log the groups in error and i had to go back to

Re: [U2] Solution to UniObjects security in an applet

2006-06-21 Thread Adrian Merrall
Well, to be fair, Adrian Merrall deserves the credit for the renaming suggestion. John, Thanks for the props but in the spirit of fairness, Wendy Smoak originally posted this tip a few years back. Regards, Adrian --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

Re: [U2] [UV] PID or Port from @USERNO

2006-06-21 Thread Ray Wurlod
I understood that @USERNO and pid have always been the same on Windows platforms; that it was only on UNIX that they differ. On UNIX, as on Prime, interactive user numbers begin from 11 and go up, while phantom numbers begin at 65535 (unsigned) and work down. --- u2-users mailing list