[U2] [UD] Datastage connectivity - Objectcall vs. Intercall

2007-10-01 Thread Andy Pflueger
Hello,

I as wondering if anybody out there could possible serve as a resource for
me for moving from ObjectCall to Intercall for the middleware between
Datastage (7.5.1A) & Unidata (7.1.x). I am in the process of looking through
the documentation as well, but thought maybe there might be a 3rd party
resource out there (if needed).

Thanks in advance,

Andy Pflueger
Programmer/DBA
Ivy Hill - Louisville
502-473-2804
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2][UD 7.1]Solaris 7 to 9

2007-09-26 Thread Andy Pflueger
Noah,

We upgraded from Solaris 7 (or maybe it was 8) to 9 last September.
For us, we did a Unidata upgrade from 6.x to 7.1 as well in addition
to enabling RFS. If that's not doing a lot during the Labor Day
weekend I don't know what is. ;) Once the OS was built, we installed a
fresh instance of UD 7.1 & configured for RFS accordingly. The
migration of our data & custom program accounts was quite simple. We
really just had to deport & import the SAN disk from the old machine
to the new. Then, we ran a batch compile program that is driven by a
COMPILE.LIST file we loaded so that our custom programs that were
previously compiled were compiled into the new UD 7.1 instance. Oh,
and don't forget about running 'updatevoc' on the old program & data
accounts so the VOC is updated for the new version.

Feel free if you wish to contact me off list for further info.

Hope this helps,
Andy

On 9/25/07, Noah Hart <[EMAIL PROTECTED]> wrote:
> We are looking at upgrading UD 6.0 to 7.1; and it looks like it requires
> Solaris 9.
>
> We are currently on Solaris 7.
>
> Has anyone had any experience in upgrading from 7 to 9?
>
> Thanks,
>
> Noah
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Clover.ETL

2007-09-21 Thread Andy Pflueger
Who out there has done anything in terms of hooking up Clover.ETL with
the U2 database platforms? I recently discovered this product and will
be in the process of evaluating it. :)

TIA,
Andy Pflueger
Programmer/DBA
Ivy Hill - Louisville, KY
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UD] ObjectCall issues - Red Hat Linux / Unidata 7.1.8

2007-09-19 Thread Andy Pflueger
So, since ObjectCall is an unsupported connectivity method and has
been for quite some time, I figured I'd post this to the group to see
if anybody's done anything with it. Apparently, ObjectCall seems to
work ok up until Unidata 6.1 under Linux. We recently moved our
development to Red Hat Enterprise 5 & Unidata 7.1.8 but still have
some ObjectCall interfaces that are running on our production
system...Solaris 9 / Unidata 7.1.

The main issue which I ran into was after installing a fresh copy of
Unidata under RH, I went to try setting up the server & database for
ObjectCall via uniapi_admin. Unfortunately, was getting an error such
that "chmod ... failed" when trying to open the uniapi_server_db &
uniapi_admin_db files for modification. That made me sad. So, I
thought, hmm, I wonder if I can copy of the 4 files for ObjectCall
over from the Solaris (working) machine and restart Unidata. Did that.
No dice...but now I am getting the following:

Cannot open ObjectCall server  database. Press any key to continue..

So, then I went to check permissions and seems to have the right
permissions...and I am invoking uniapi_admin as root.

$ ls -l /usr/ud71/ods
total 32
drwxr-xr-x 4 root root 4096 Aug 15 08:42 demo
drwxr-xr-x 2 root root 4096 Aug 15 08:42 include
-rwxr-xr-x 2 root root 2048 Sep 19 10:05 uniapi_admin_db.dir
-rwxr-xr-x 2 root root 2048 Sep 19 10:05 uniapi_admin_db.pag
-rwxr-xr-x 2 root root 1024 Sep 19 10:05 uniapi_server_db.dir
-rwxr-xr-x 2 root root 1024 Sep 19 10:05 uniapi_server_db.pag

Eh, anybody have any ideas or know of any "quick fixes" aside from
moving to Intercall and/or UniObjects? Our Datastage environment (even
in prod) still uses ObjectCall to connect to Unidata and have not yet
transitioned to these other methods of client access.

TIA,
Andy Pflueger
Programmer/DBA
Ivy Hill - Louisville, KY
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniVerse and Shadow copy on Windows 2003

2007-09-17 Thread Andy Pflueger
On 9/17/07, David Jordan <[EMAIL PROTECTED]> wrote:
> I have a client who is implementing snapshot backup method onto all of their
> windows 2003 servers.  I suspect Universe 10.1 is not VSS (Microsoft volume
> shadow copy service) aware.
>
> Does anyone have thoughts and suggestions the best steps the client could
> use with doing incremental live snapshots of the U2 database on Windows 2003
> throughout the day using Microsoft Volume Shadow copy services.

Honestly, I'm not that familiar with Win2k3's Volume Shadow Copy
services, but the best approach to backing up any U2 database, I've
been told & recommended by the IBM U2 support team, is to perform the
following. They always suggest to never run OS-level command on a live
database to avoid file corruption. The below assumes a RAID-1 disk
configuration as a minimum. Steps 1-3 are relatively brief.

1) $UDTBIN/dbpause
2) Break the RAID-1 mirror
3) $UDTBIN/dbresume
3) Backup the offline mirror disk using any backup software either to
disk or tape; do NOT touch the live main disk files! Also, backup any
RFS logs...particularly, the offloaded archive LSN log files &
before/after image logs.
4) Once backup is finished, run a post backup script to resync &
re-enable the mirror.

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


Re: [U2] [UD] Downed filesystems killing 'udt' sessions

2007-09-06 Thread Andy Pflueger
I really appreciate everyone's responses thus far to this thread. I'm
going out to the product matrix for Unidata right now to verify
release notes. This has been one of those things that has gotten on my
nerves and frankly I wish our sister org (which is who's running
Oracle -- the pig) wouldn't run NFS mounts ON A PRODUCTION SERVER.

Thanks again all for the feedback,
Andy
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UD] Downed filesystems killing 'udt' sessions

2007-09-06 Thread Andy Pflueger
There have been several occasions where on our Solaris machine (which
hosts both Oracle & Unidata 7.1.0 simultanously! -- yeah, don't get me
started there, lol) that some NFS mounts may go offline and become
responsive. This interrupts momentarily our new & active 'udt'
sessions while this mounted filesystem is unresponsive. I guess my
question is, has anybody else encountered this and know of a good
workaround to preventing 'udt' sessions from seeming to freeze until
these filesystems become available? Is there a way to have Unidata
configured to only check pre-determined filesystems & ignore others?

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


Re: [U2] ODBC drivers on RedHat Linux

2007-08-22 Thread Andy Pflueger
Sorry to reply with a question, but...

What specific database are you looking to connect to/from through ODBC
under Linux?


On 8/21/07, Brenda Price <[EMAIL PROTECTED]> wrote:
> Does anyone know of an ODBC driver that plays nice with Linux.  We
> currently have an evaluation copy of DataDirect 5.3 and are struggling
> to get it to work with RedHat Linux Release 3 x86.64 2.4 21-32.EL.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniSubroutine error

2007-07-31 Thread Andy Pflueger
Hi Jeff,

On 7/31/07, Jeff Powell <[EMAIL PROTECTED]> wrote:
> Does anyone know what 30102 (unknown) code means?
>

We've run into this numerous times with UniObjects where Unidata
throws back the 30102 "invalid datum error" whenever the UniSubroutine
results in error on the backend. As a result, the database doesn't
know how to pass this to the middleware and therefore sends this
generic error. What we generally do to troubleshoot and isolate what's
going on in cases like this is turning on server-side debugging,
invoking the UO connection to call the UniSubroutine, and inspect the
resulting server-side debug log file. See U2 documentation for more
info on enabling server-side debugging.

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


[U2] Unidata 7.1 / RedBack 4.2.6 / Connections dropping?

2007-07-22 Thread Andy Pflueger

Hi all,

We've recently implemented a workaround on our Solaris 9 (production)
box to restartrgw on a daily basis...immediately following our backup
script that essentially runs dbpause, breaks mirror, dbresume, backups
the broken mirrored disk, and mirror resync. In addition, we're also
running UD w/ RFS enabled. The problems that we are facing (hence why
the workaround was implemented to restartrgw) was that RedBack would
intermittently drop connections if it goes for 3-4 days or so without
being restarted. By dropping connections I'm referring to anytime our
apps that use RedBack (very few anymore that we're developing our apps
with UniObjects) would result in unsuccessful db connection attempts.
Restartrgw seems to solve the immediate issue as does restartrgw on a
daily basis.

Has anybody out there running a similar setup encountered such
situations and is 'restartrgw' ultimately the best solution here? We
are, in fact, also running REDBACK.GC via a process that runs nightly
to keep garbage collection clean so I don't believe it's GC that is
part of the problem. Not sure if this makes sense or not, but it seems
to have started soon as we turned on RFS.

TIA,
Andy Pflueger
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Unidata ODBC

2007-07-13 Thread Andy Pflueger

On 7/13/07, Jeffrey Butera <[EMAIL PROTECTED]> wrote:

We may embark down the ODBC connectivity path with Unidata (7.1.8 on solaris
9).  My understanding is that I need to get the UniData clients toolkit and,
in particular:  UniODBC, the UniDK developer's Toolkit, and the Visual Schema
Generator.

Can anyone confirm this, and how/where I obtain these downloads if I already
have a licensed Unidata product (yes, I have serial number, etc).  All I've
found on the IBM website is trials/demos.



Hi Jeff,

The first place to start would be contact [EMAIL PROTECTED] to submit a
product procurement request. This is the same method you'd go through
for obtaining the Unidata 7.1.8 server media. I recently submitted an
e-mail 2 days ago for the latest Unidata 7.1.8 Client Tools and
received an FTP link where I could download the server, docs, and
client media ZIP files. :-)

Regards,
Andy Pflueger
Ivy Hill Corp.
Louisville, KY
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Re: [UD & UO.NET] Unhandled system.exception causing .NET apps to crash

2007-06-20 Thread Andy Pflueger

I'm sorry for replying to my own message, but forgot to paste the KB
article link...here tis.

http://support.microsoft.com/default.aspx?scid=kb;en-us;911816

TIA,
Andy

On 6/20/07, Andy Pflueger <[EMAIL PROTECTED]> wrote:

Hello,

Well, this morning we turned on a new ASP.NET application that uses
UO.NET (to connect to Unidata 7.1). Because the app was built for .Net
Framework 2.0, we of course installed this framework on the web
server. As a result and after about 1-2 hours or so, the app started
throwing out system.exceptions for uodotnet. The exact error we were
getting is pasted below.

~snip~
Event Type: Error
Event Source:   .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID:   5000
Date:   6/20/2007
Time:   8:31:12 AM
User:   N/A
Computer:   IVYWEBLV
Description:
EventType clr20r3, P1 dllhost.exe, P2 5.2.3790.0, P3 3e7fff57, P4
uodotnet, P5 2.1.0.7137, P6 42c0540d, P7 118, P8 f3, P9
system.exception, P10 NIL.
~snip~

Unfortunately, this situation didn't occur on our dev or test
environments. Gotta love it. At any rate, after some basic research,
the following KB article from Microsoft Support led me onto a
potential fix. Has anybody out there run into this UO.NET situation or
know if there's a fix released by IBM to the UO.NET client library to
use the default behavior of .Net Framework 2.0's system.exception
handling?

TIA,
Andy Pflueger
Ivy Hill Corp.
Louisville, KY




--
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/


[U2] [UD & UO.NET] Unhandled system.exception causing .NET apps to crash

2007-06-20 Thread Andy Pflueger

Hello,

Well, this morning we turned on a new ASP.NET application that uses
UO.NET (to connect to Unidata 7.1). Because the app was built for .Net
Framework 2.0, we of course installed this framework on the web
server. As a result and after about 1-2 hours or so, the app started
throwing out system.exceptions for uodotnet. The exact error we were
getting is pasted below.

~snip~
Event Type: Error
Event Source:   .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID:   5000
Date:   6/20/2007
Time:   8:31:12 AM
User:   N/A
Computer:   IVYWEBLV
Description:
EventType clr20r3, P1 dllhost.exe, P2 5.2.3790.0, P3 3e7fff57, P4
uodotnet, P5 2.1.0.7137, P6 42c0540d, P7 118, P8 f3, P9
system.exception, P10 NIL.
~snip~

Unfortunately, this situation didn't occur on our dev or test
environments. Gotta love it. At any rate, after some basic research,
the following KB article from Microsoft Support led me onto a
potential fix. Has anybody out there run into this UO.NET situation or
know if there's a fix released by IBM to the UO.NET client library to
use the default behavior of .Net Framework 2.0's system.exception
handling?

TIA,
Andy Pflueger
Ivy Hill Corp.
Louisville, KY
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Redback Login

2007-06-18 Thread Andy Pflueger

On 6/18/07, Kevin King <[EMAIL PROTECTED]> wrote:


I really need to be able to differentiate between SB+ and RB phantoms,
and right now I'm not seeing how to make it happen.  Any ideas?  Do RB
phantoms always start with the same @LOGNAME, perhaps?


Any RB connection is served up by the rgwsched responder and by that
Unix user that started/owns those responders. In our case, we
"startrgw" as user "redback" and the responder PIDs are owned by this
single user. We also have UniObjects connections which use another
Unix user account...uodev, uotest, uoprod. Helps us distinguish who's
who.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Unidata Samples

2007-06-13 Thread Andy Pflueger

On 6/13/07, Steve Long <[EMAIL PROTECTED]> wrote:

Hi all -

I am trying to find where I can get the samples mentioned in the Unidata docs.
I have PE installed and the samples would hopefully help me get through a
project faster than figuring it out on my own.  Anyone know where I can get
them?



Depending on which end you're looking for the samples...backend (e.g.
UD demo account -- /usr/udxx/demo) or front-end (e.g. UniObjects via
the UniDK client tools), they should be installed by default even with
PE edition.

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


[U2] Re: wIntegrate V6 break key woes

2007-06-13 Thread Andy Pflueger

Ok, I'm going to reply to my own post here. :-)

I figured out what the problem was. On the Setup | Communications |
Windows Socket setup screen Telnet tab there's a "Break Signal" and
that was set to "Break". After changing this setting to "Interrupt",
my defined break key is working fine.


On 6/13/07, Andy Pflueger <[EMAIL PROTECTED]> wrote:

Hello,

Recently, I have installed wIntegrate Version 6.0.4 on my WinXP Pro
machine for evaluation use. So far, I really like its enhanced
features but have noticed one difference between the previous version
which I had loaded. My defined break key is reacting differently.
Always before I could use Ctrl-Pause/Break to break a program to the
debugger. Now, with the new 6.0.4 version, neither Ctrl-C or
Ctrl-Pause/Break will break a program to invoke the debugger.
Moreover, the Ctrl-Pause/Break will abort the connection with the
server altogether.

Has anybody seen or encountered this issue before and how can I change
the behavior of the Ctrl-Pause/Break to NOT close the host connection
but instead just break the program for the debugger?

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


[U2] wIntegrate V6 break key woes

2007-06-13 Thread Andy Pflueger

Hello,

Recently, I have installed wIntegrate Version 6.0.4 on my WinXP Pro
machine for evaluation use. So far, I really like its enhanced
features but have noticed one difference between the previous version
which I had loaded. My defined break key is reacting differently.
Always before I could use Ctrl-Pause/Break to break a program to the
debugger. Now, with the new 6.0.4 version, neither Ctrl-C or
Ctrl-Pause/Break will break a program to invoke the debugger.
Moreover, the Ctrl-Pause/Break will abort the connection with the
server altogether.

Has anybody seen or encountered this issue before and how can I change
the behavior of the Ctrl-Pause/Break to NOT close the host connection
but instead just break the program for the debugger?

Thanks in advance,
Andy Pflueger
Ivy Hill Corporation
Louisville, KY


Unidata 7.1.0
Solaris 8/9
wIntegrate 6.0.4
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] CRLF vs. CR - unix printing

2007-06-01 Thread Andy Pflueger

Hello,

I have been trying to research and resolve a problem on our new
development box (Linux Ubuntu) we're working on building for use with
Unidata. We're just about ready to migrate to the box with one small
issue. Unix printing is resulting the "stair-stepping" issue. We are
using the "raw" drivers with CUPS so that our HP printers will print
using the assigned default font & 16.67 pitch for our ERP application.
I believe there's a unix config file somewhere that needs tweaked to
fix this stair-stepping issue, but can't locate it.

Can anyone out there shed some light and help me before I go totally
"mad" and lose my mind? ;)

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


Re: [U2] Printers

2007-05-31 Thread Andy Pflueger

On 5/30/07, Anthony Caufield <[EMAIL PROTECTED]> wrote:

I need to setup printers on a redhat linux box. I have copied setup the
.drv file but I don't know what or how to setup the null device for the
printer. I am going off of how printers are currently setup on this box.
Sorry forgot unix/linux been using windows where this is easy.


I just setup a couple printers on a Linux box that we're building for
our new dev environment yesterday so this is fresh in my mind.

The first question that I have is the printer a local (LPT1) printer
or network-attached using TCP/IP? Does the printer have a print server
attached to it such as an HP JetDirect device? If you've answered
'yes' to both these questions, I suggest you look into CUPS which
stands for Common UNIX Print System. it's available for download (at
no cost) at http://www.cups.org/ and there's also documentation on
setup and configuration as well.

Also, something else you might check into for administering other
components & services of your Linux box is
Webmin.(http://www.webmin.com/). You can even integrate the Printer
Administration module within Webmin to maintain the CUPS configuration
rather than relying on the standard cups admin page served by default
at http://localhost:631 once cupsd is running.

Regards,
Andy Pflueger
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] RedBack Garbage Collection

2007-05-30 Thread Andy Pflueger

On 5/30/07, daverch <[EMAIL PROTECTED]> wrote:

Just run REDBACK.GC from your account with RedBack installed on it or from
RBDEFN account.



We run REDBACK.GC at the end of a nightly process we run as a phantom
and works very well. Just thought that little 2 cents worth of info.
;)

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


Re: [U2] Running UniData on SAN

2007-05-17 Thread Andy Pflueger

We're also running UD off our SAN without any significant performance
impact. Our's operates just as if UD was running off a physical disk
in the server. Our setup involves using Veritas Cluster Server for
deporting/importing the SAN disk volumes for UD (and Oracle too since
we have both running on the same box!). On top of running UD & Oracle,
we're also running RFS from a separate volume per the U2 group's
recommendations (thanks Steve).

We love it.

Andy Pflueger
Ivy Hill Corporation
Louisville, KY


On 5/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

A few months ago someone mentioned that a paper was forthcoming from IBM re
recommendations on running UniData on a SAN. Does anyone know the status of
this paper? I don't see anything out there yet.

tia

Brad


--

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


Re: [U2] [UD] Installing Unidata 7.1.2 on Solaris 10

2007-02-20 Thread Andy Pflueger

Yep, thanks Wally, that seems to be the problem...

$ cd /usr/ud71/bin/
$ cat port.note
Platform : Solaris 2.8
Operating System : SunOS eagle 5.8 Generic_117350-20 sun4u sparc
SUNW,Sun-Fire-V210
Porting Date : Feb 13 2006
UniData Release  : 7.1.2 71_060208_3193
Ported by: srcman

$ uname -a
SunOS usivylvdev1 5.10 Generic_118855-33 i86pc i386 i86pc

Andy

On 2/20/07, Wally Terhune <[EMAIL PROTECTED]> wrote:

you may have the wrong media.
cat $UDTBIN/port.note to confirm you have a Solaris build

Wally Terhune
U2 Support Architect
IBM Information Management
4700 South Syracuse Street, Denver, CO   80237
Tel:  303.773.7969
Fax: 303.773.5915
[EMAIL PROTECTED]





 "Andy Pflueger"
 <[EMAIL PROTECTED]
 il.com>To
 Sent by:  "U2 User Group Mailing List"
 [EMAIL PROTECTED] 
 stserver.u2ug.org  cc

   Subject
 02/20/2007 08:49  [U2] [UD] Installing Unidata 7.1.2
 AMon Solaris 10


 Please respond to
 [EMAIL PROTECTED]
er.u2ug.org






Hello,

I am trying to build a VMWare server running Solaris 10 and performing
a fresh install of Unidata 7.1.2 on this VM. However, I'm running in
some issues where "accessory" won't execute as part of the
./udtinstall script. ./udtinstall complains that it must be run as
Superuser, but I am Superuser as you'll see below and the permission
are set so 'root' has execute on all files in /usr/ud71/bin.

Since the udtinstall script is getting to the part where it tries to
execute "accessory -u" and fails, it seems ./udtinstall is executing
just fine so permissions on that script is working. Seems "accessory"
isn't executing for some reason. What gives???

$ su
Password:
# cd /usr/ud71/bin/
# ./udtinstall
./udtinstall: /usr/ud71/bin/accessory: cannot execute
Only superuser can udtinstall UniData.
# ls -l access*
-rwxrwxr-x   1 root root   17468 Feb  8  2006 accessory
#

TIA,
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/

[demime 1.01d removed an attachment of type image/gif which had a name of 
graycol.gif]

[demime 1.01d removed an attachment of type image/gif which had a name of 
pic24118.gif]

[demime 1.01d removed an attachment of type image/gif which had a name of 
ecblank.gif]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/




--
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/


[U2] Re: [UD] Installing Unidata 7.1.2 on Solaris 10

2007-02-20 Thread Andy Pflueger

FWIW, I figured out what's wrong. My VM is an x86 machine and our copy
of Unidata obtained is for a Sparc. That would explain why the
"accessory" binary program won't execute on the x86 machine.

Andy

On 2/20/07, Andy Pflueger <[EMAIL PROTECTED]> wrote:

Hello,

I am trying to build a VMWare server running Solaris 10 and performing
a fresh install of Unidata 7.1.2 on this VM. However, I'm running in
some issues where "accessory" won't execute as part of the
./udtinstall script. ./udtinstall complains that it must be run as
Superuser, but I am Superuser as you'll see below and the permission
are set so 'root' has execute on all files in /usr/ud71/bin.

Since the udtinstall script is getting to the part where it tries to
execute "accessory -u" and fails, it seems ./udtinstall is executing
just fine so permissions on that script is working. Seems "accessory"
isn't executing for some reason. What gives???

$ su
Password:
# cd /usr/ud71/bin/
# ./udtinstall
./udtinstall: /usr/ud71/bin/accessory: cannot execute
Only superuser can udtinstall UniData.
# ls -l access*
-rwxrwxr-x   1 root root   17468 Feb  8  2006 accessory
#

TIA,
Andy

--
The Linux philosophy is 'Laugh in the face of danger'.
Oops. Wrong One. 'Do it yourself'. Yes, that's it.
Linus Torvalds




--
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/


[U2] [UD] Installing Unidata 7.1.2 on Solaris 10

2007-02-20 Thread Andy Pflueger

Hello,

I am trying to build a VMWare server running Solaris 10 and performing
a fresh install of Unidata 7.1.2 on this VM. However, I'm running in
some issues where "accessory" won't execute as part of the
./udtinstall script. ./udtinstall complains that it must be run as
Superuser, but I am Superuser as you'll see below and the permission
are set so 'root' has execute on all files in /usr/ud71/bin.

Since the udtinstall script is getting to the part where it tries to
execute "accessory -u" and fails, it seems ./udtinstall is executing
just fine so permissions on that script is working. Seems "accessory"
isn't executing for some reason. What gives???

$ su
Password:
# cd /usr/ud71/bin/
# ./udtinstall
./udtinstall: /usr/ud71/bin/accessory: cannot execute
Only superuser can udtinstall UniData.
# ls -l access*
-rwxrwxr-x   1 root root   17468 Feb  8  2006 accessory
#

TIA,
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/


[U2] [UD] Sonic ESB & Unidata Interoperability

2007-02-15 Thread Andy Pflueger

Hello,

We are currently looking into implementing a SOA (service-oriented
architecture) and in the research phase to determine the best approach
for this implementation. Does anybody out there have any particular
recommendations for implementing a service bus layer with Unidata?
Recently, I've discovered a product Sonic ESB by Sonic Software
(http://www.sonicsoftware.com/products/sonic_esb/index.ssp). Has
anybody had any experience or know anything about this software and
how it might interact with the U2 platform?

Thanks in advance for any advice,
Andy Pflueger
Programmer/Analyst
Ivy Hill Corporation
Louisville, KY
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] RedBack Scheduler

2006-11-07 Thread Andy Pflueger

Are there any clues in the rgw.log or corresponding log files directly
tied with the RedBack Server responder PID's? I've found these log
files to be quite useful in troubleshooting RedBack responder issues.

HTH,
Andy


On 11/7/06, Baruch Salamander <[EMAIL PROTECTED]> wrote:

   Greetings,
   We're  using  Universe  10.1.11 and RedBack 4.1 on W2000 (Universe and
   RedBack  on  separate  servers). Our intermapper indicates that one of
   our  ports  goes  down  and  up.  This automatically stops the Redback
   Scheduler.  The  only way to bring it back is by either restarting the
   Scheduler  manually  or  by  rebooting  the RedBack server. Has anyone
   experienced this type of a problem or can provide us with some tips?
   Baruch
---
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] UniData Application Monitor

2006-11-03 Thread Andy Pflueger

Hi Shaun,

I have found that the UniAdmin monitoring counters for U2 to be quite
useful for monitoring U2; at least on our system. I might also add
that if running RFS the RFS Monitor tool within UniAdmin is VERY
NICE...lots of stats to sift through. ;)

I'm not sure exactly what use knowing how often a subroutine is called
unless you mean how many sessions call the subroutine? If you're
referring to how many programs CALL a given subroutine, we have a
utility program that we've written inhouse that finds a specific
string. In our case, we just run "FIND.STRING" and prompted for a
string. We input CALL~SUBROUTINE.NAME and this searches through all
cataloged programs for CALL and SUBROUTINE.NAME on the same line.

HTH,
Andy Pflueger
Ivy Hill Corporation
Louisville, KY


On 11/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hello all,

I am trying to search for a monitoring tool for UniData UniBasic
applications and am getting no results at indexinfocus.com.  The search
engine appears to be
hosed.  Anyone have any suggestions?  Specifically, we want to know
things like, how often a subroutine is called, how much cpu programs use
(top is ok for
this but uses a lot of computer just to provide the results), what
applications are cataloged globally and have not been used at all for a
specified timeframe.
Things like that.  We run on unix.  I'm on digest, so I won't see your
answer(s) right away.

TIA!

Shaun P. Ferguson
Sr Program Analyst
Ferguson Enterprises, Inc.
---
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/


[U2] [UD] Simulation/performance testing tools

2006-06-06 Thread Andy Pflueger

Hi,

Anyone know of any good simulation/performance testing tools out there
for the U2 and application server products (e.g. RedBack)? We are
looking for some possible tools to try and simulate running 150-200
user processes to test the performance load of our Sun box(es).

Thanks,
Andy Pflueger
Ivy Hill - Louisville

--
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] Discussion list archives?

2006-03-20 Thread Andy Pflueger
> I find that I can no longer get any search results via the site that used to
> host the archives for this discussion list at
>
> http://www.indexinfocus.com/
>
> Am I clueless? - wait, don't answer that - LOL. Maybe there is some cool new
> browser setting in Windows XP Pro which I just recently upgraded to that is
> 'helping me' by preventing access to the results?

I, too, have not been able to search the mailing list archives hosted
by indexinfocus.com...noticed it last week in fact just didn't think
to bring the topic to life on the list.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UD] Using Veritas Cluster Server with Unidata

2006-02-24 Thread Andy Pflueger
Hi,

> We are using Veritas with Universe.  I know very little about it though,
> as I am just a developer.  I do know it seems to be working quite well
> though.

Well, I'm right there with ya. I'm a lonely ole developer myself but
also do Operations stuff from time to time. My colleagues used to
refer to me as a 'hybrid'. ;)

> I heard of these guys using it - thats all tho im afraid
>
> http://www.hds.com/pdf/cs_naca.pdf

Anybody have a contact person at HDS who might provide technical info
to me offline? If so, please email me offline if this person doesn't
mind me contacting them.

Thanks,
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/


[U2] [UD] Using Veritas Cluster Server with Unidata

2006-02-23 Thread Andy Pflueger
Hi,

We have a project in the works up the corporate chain which involves
setting up our Unidata/Oracle production system in a Veritas Cluster
Server environment for full fault tolerance and high availability.
This also includes a much needed hardware upgrade of our existing prod
box. My goal here is to collect more info on how Veritas Cluster
Server is to be setup and used with Unidata.

I'm being told by our Unix (Solaris SPARC 8/9) administrator that
they've purchased the Veritas Cluster Server agent for Unidata. Is
this a cake walk to setup and configure? Does anybody out there have
any general docs which they might send to me offline?

TIA,
Andy Pflueger
Ivy Hill Corporation
[EMAIL PROTECTED]

--
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] Unidata SQL Joins

2006-02-06 Thread Andy Pflueger
Hi Craig,

> Is there a more efficent driver for extracting data from Unidata via SQL/ODBC?

Perhaps this link would be of some help:

http://www.crystalsoftware.com.au/datapipe/odbc_vendors.html

>
> Has anyone tried the UNIOLEB driver?

Not personally, but we do most of our extractions from Unidata using
Datastage (formerly by Ascential Software; now IBM owns, develops,
supports, and sells the product) and import to MSSQL or Oracle for our
apps that require SQL such as BusinessObjects.

HTH,
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] Linux FC4 , UniVerse PE and Telnet

2006-01-30 Thread Andy Pflueger
Hi Martin,

> I went to the X-package manager and installed telnet.  Now there is in
> /etc/xinetd.d a file called telnet.  I restart xinetd, I reboot, I reinstall
> Universe, nothing; telnet does not work:"Connection refused"
> What am I missing?

Do you have a firewall (e.g. hardware or iptables) blocking port 23?

HTH,
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] RE: XML Issue

2006-01-27 Thread Andy Pflueger
> This resp header works:
> 
>
> The resp header from this URL doesn't work:
> 
>

Could the problem be the difference of the type of encoding used in
the first resp header versus the second? Does your system which
UniVerse is running on support ISO-8859-1 character set? Just a
thought...
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UD] Objectcall product lifecycle

2006-01-27 Thread Andy Pflueger
I can't help but wonder what the future is going to be like for
Objectcall being included in future releases of Unidata. I understand
that IBM will no longer support this API (at least the last I heard
which was about 2-3 years ago now) and just couldn't help but wonder
if IBM ever plans to pull this API functionality from Unidata in any
future release. Does anybody know? I understand, particularly for
Datastage, that Intercall is the new supported API which replaced
Objectcall. Is this an easy task to migrate from the Objectcall to
Intercall--in particular, referencing the Datastage Unidata stage
plug-ins.

We're running Unidata 6.1.10 at present; soon Unidata 7.1.0 and also
Datastage 7.5.1A.

Thanks for any input,

Andy Pflueger
--
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] XML Extraction

2006-01-19 Thread Andy Pflueger
On 1/19/06, Symeon Breen <[EMAIL PROTECTED]> wrote:
> I have seen something similar and it was to do with the XML in the
> .EXT file being in upper case
>
> e.g
> http://www.ibm.com/U2-xml";>
> 
> should be
> http://www.ibm.com/U2-xml";>
> 

Actually, as snipped from the Unidata 7.1.0 readme.txt:

Issue 6543 - Problem Description

UniData -- UniData now supports multiple cases of the U2XML_extraction
tag. Valid cases are:

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


[U2] [UD] Separate catalog space & 2 instances of Unidata installed

2006-01-19 Thread Andy Pflueger
Hi,

We are in the early planning stages of building a new dev/test box and
would like some feedback on how best to setup Unidata with 2 instances
(dev & test) with separate catalog spaces as an ultimate goal. Is this
even possible on the same box? Oh, and we're planning to goto Unidata
7.1.0 on this new box as well which will run Solaris 8.

I was hoping someone out there has done this and could send some
simple procedures on how to make this happen...or should I just RTM as
I haven't honestly done that yet. :-)

Thanks in advance,
Andy Pflueger
Application Developer
Ivy Hill - Louisville, KY
--
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] [UD] Deleting saved lists

2006-01-17 Thread Andy Pflueger
Hi,

On 1/17/06, Bill Haskett <[EMAIL PROTECTED]> wrote:
> I was trying to delete multiple lists on UD PE v7.1 in Pick mode from the
> command line and it seems to only delete the last list.
>
> :DELETE.LIST BILL BILL1

Why not select the SAVEDLIST file with a LIKE clause and then once you
have an active list delete those SAVEDLIST records? I know this can be
dangerous but this is how I delete multiple lists (after looking at my
selected list BEFORE actually deleting of course. :-)

HTH,
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] [OT] Travels with Mark: A Hitchhiker's Guide to the UniVerse, Part 1: Profiling the UniVerse

2005-12-28 Thread Andy Pflueger

>
> http://www-128.ibm.com/developerworks/edu/dm-dw-dm-0512baldridge-
> i.html?S_TACT=105AGX11&S_CMP=FP
>

A little tip for posting long URLs. As some mail clients may wrap this
URL making it unclickable, surrounding the entire hyperlink in "<" and
">" should helplike this:



Another alternative would be use www.notlong.com and convert the long
URL to a short one such as myshorturl.notlong.com.


--
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] Small FootPrint MultiValue

2005-12-19 Thread Andy Pflueger
On 12/19/05, Brutzman, Bill <[EMAIL PROTECTED]> wrote:
> Aside from U2 Personal Edition, are there any multi-value products like say
> IBM's CloudScape that do multi-value?
>

There's always the open-sourced solution which does have a commercial
version. Details found at www.openqm.com courtesy of LadyBridge
Systems. :)

--
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/


[U2] wIntegrate 3.x support for Unidata 7

2005-12-15 Thread Andy Pflueger
Hi,

In the not so distant future, we plan to upgrade our Solaris version
as we install new hardware and in doing so we'll need to upgrade to
Unidata 7. Our question is this...will wIntegrate 3.x still function
(particularly those WIN.IMPORT, WIN.EXPORT, and other host programs)
regardless of IBM's recent announcement for dropping product support
for wIntegrate 5.0 and older? The vast majority of our users are still
running licensed versions wIntegrate 3.x and we haven't upgraded them
because we don't take advantage of the new features with our
application. Sort of the concept...if it ain't broke, don't fix it. ;)

We just want to make sure, since IBM would no longer support us
running wIntegrate 3.x, if anything in Unidata 7 breaks functionality
with this older version of wIntegrate. If anybody can shed some light
on this topic we'd greatly appreciate it.

Thanks,
Andy Pflueger
Programmer/Analyst
Ivy Hill Corporation
Louisville, KY
--
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/


Fwd: [U2] Arev commands - Where's the original message?

2005-12-14 Thread Andy Pflueger
Isn't the following the original message to this thread? (from the bottom up)


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jerry Banker
Sent: Tuesday, December 13, 2005 1:51 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Arev commands


Well there was this one command that looked something like this:

start = 1
a = trim(rec[start,"F,"])

and I was wondering if it was using some kind of correlative to get the
length or if the brackets are used differently in Arev. Also, I would just
like to have a command reference for all of the various flavors of Pick so
if I need to convert a program from one flavor to another I could.

- Original Message -
From: "Richard A. Wilson" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, December 13, 2005 12:50 PM
Subject: Re: [U2] Arev commands


>I dont believe there really is one. Also it really depends on which
>revision level of arev you are running.
>
> is there any syntax/statement/function in particular you need
>
> Rich
>
> Jerry Banker wrote:
>
>> Anybody know where I could get an on-line copy of the Advanced
>> Revelations
>> R/Basic commands? We don't have ARev but I was looking at a program and
>> would
>> like to see what some of the command syntax is compared to UV.
>>
>> Jerry Banker
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] SOX question (United States only, I believe)

2005-12-09 Thread Andy Pflueger
On 12/9/05, Peter Gonzalez <[EMAIL PROTECTED]> wrote:
> SOX SUCKS! (we have tee shirts with 'SOX SUCKS' on the front)
>
> Our productivity has gone way down. If there is a problem here is what we 
> have to do now. And there are plenty of internal and external auditors to 
> make sure we do the following.
>
> 1. Create a request to modify.
> 2. Copy the records from LIVE to DEVEL.
> 3. Debug the process.
> 4. Mod the program and correct the data records.
> 5. Create a user approval form.
> 6. Have the user sign off.
> 7. Have the IT manager sign off.
> 8. Notify the manager of programmers of the change
> 9. The manager of programmers notifies the system admin.
> 10. The system admin then moves the programs and (or) the corrected data 
> records.
> 11. The system admin then notifies the IT staff of the move.
> 12. The programmer then notifies the user.
>
> Documentations includes screen shoots of all changes, programs, DICT, screens 
> and records.  The average doc package is about 8 pages.
>


Goodness! How long does it take to get something accomplished with
these steps? Our problem is that our sysadmin doesn't understand how
our Unidata environment works so getting him to move programs from DEV
to PROD would be next to impossible, IMHO. :)

Although, these seem like very nice steps to satisfy most if not all
of SOX requirements.

--
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] - 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:))


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] - word Document

2005-12-02 Thread Andy Pflueger
On 12/2/05, Bjorn Behr <[EMAIL PROTECTED]> wrote:
> 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 did a quick Google search and found something stating that (per
Epson) there aren't any real ASCII codes to change the printed
documents orientation to "landscape". However, I do believe there's a
PCL compatible code for changing a printers orientation. Does the
document have to be opened with Word or why not generate the document
in PDF which to my understanding is very much PCL compliant? I'm not
sure if a Word document is PCL compliant using the "text/word"
document type.

HTH,
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] Free Editor

2005-12-01 Thread Andy Pflueger
On 12/1/05, Bob Woodward <[EMAIL PROTECTED]> wrote:

> There are a number of other issues that lead me to believe this is not a
> "ready for release" version.  It shows a LOT of promise, though.  It may
> just be that the mirror site I used isn't up to the latest release, yet.
> The ABOUT screen says version 3.1.1, build M20050929-0840.


I, too, had some problems getting the Eclipse U2Editor plug-in to open
using the Linux version. When I try to open the U2Editor perspective,
I get a "Problems opening perspective 'U2Plugin.perspective'" error.
The installation seemed to go well and completed successfully without
any errors. Any ideas?

I do agree though that this tool has lots of potential as a
replacement to ED or AE. :)

Thanks,
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/


[U2] UniObjects (uniapi_slave / uniapi_server) process termination/expiration

2005-11-20 Thread Andy Pflueger
Hi all,

I've just been noticing on our system (Solaris 2.8 / Unidata 6.1.10)
that our apps that use Uniobjects are leaving processes in the process
table for open "udt" processes. The TTY for these are defined as
"udcs" and owned by our user we use when establishing the Uniobjects
connection. I guess my question is, could this be the cause of not
properly cleaning up (ie. disconnecting) calls from our web apps that
use this middleware which seems to be gaining popularity?

Any advice would be great appreciated.

Thanks,
Andy Pflueger
Ivy Hill Corporation
Louisville, KY
--
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] Unix to SQL Server

2005-11-15 Thread Andy Pflueger
Hello,

On 11/14/05, Norman, David (SAAS) <[EMAIL PROTECTED]> wrote:
> I know I'm probably going over old ground again, but what's the present
> state of play for UniVerse on HP-UX connecting to SQL Server on w2000/2003
> to update tables ?
> Do I need middleware ?

Most likely unless you want to get down and dirty with communicating
using custom C function calls. At least, my understanding.

> If so, what is recommended ?
> UV10.0.16 HP-UX 11
>

I would recommend Datastage (formerly by Ascential Software and now by IBM).

HTH,
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] Blink Error

2005-09-29 Thread Andy Pflueger
May I suggest running "guide" on the data file to see if there is
corruption?

Andy


On 9/27/05, Anmol Chandrakant Khopade <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am receiving the following error:
>
> Computed blink of 0xB44 does not match expected blink of 0x0!
>
> Detected within group starting at address 0x8000!
>
> Internal data error.
>
> I am having a 2GB Data 30 file, which got locked due to unix restriction
> on file size.
>
> A unibasic program has been written to purge the data in this file.
>
> I imported the 2GB file to another universe box which is a replica of the
> original box and also contains the above file, and reconfigured the VOC
> pointer of the local file to point to the 2GB file.
>
> This error came in while selecting the records.
>
> Please let me know if any one knows a work around or has any information
> about this.
>
> Thanks in advance
>
> Warm regards
>
> Anmol
>
>
>
>  CAUTION - Disclaimer *
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> solely for the use of the addressee(s). If you are not the intended
> recipient, please notify the sender by e-mail and delete the original
> message. Further, you are not to copy, disclose, or distribute this e-mail
> or its contents to any other person and any such actions are unlawful. This
> e-mail may contain viruses. Infosys has taken every reasonable precaution
to
> minimize this risk, but is not liable for any damage you may sustain as a
> result of any virus in this e-mail. You should carry out your own virus
> checks before opening the e-mail or attachment. Infosys reserves the right
> to monitor and review the content of all messages sent to or from this
> e-mail address. Messages sent to or from this e-mail address may be stored
> on the Infosys e-mail system.
> ***INFOSYS End of Disclaimer INFOSYS***
> ---
> 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] LPTR / SETPTR / landscape orientation example

2005-09-20 Thread Andy Pflueger
Thanks for much for the many suggestions on this thread. Unfortunately, been
so swamped I hadn't had a chance to dive back into this report...one of
those things...step away for a day or so and go back to it. ;)

I'm sure with all the posts I have received so far I'll have enough (surely)
to accomplish what I'm trying.

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


[U2] LPTR / SETPTR / landscape orientation example

2005-09-19 Thread Andy Pflueger
Hi gang,

I'm in the process of tweaking one of our reports which use a "LIST ...
LPTR" command line to spool the output to the default printer. However, the
results are too wide for portrait orientation and was wanting to find a way
to set the orientation with SETPTR prior to the execution of the LIST
statement.

I tried to use the following statement but that doesn't seem to change the
default orientation of the printer:

UDTEXECUTE 'SETPTR 0,1,,"Orientation=LANDSCAPE"' CAPTURING ASPMSG

More code pasted below:

095: *
096: *-- SELECTION
097: *
098: PRINT @(0,21):@(-4):"Sort/Select in progress..."
099: START.DATE=OCONV(START.DATE,'D2/')
100: END.DATE=OCONV(END.DATE,'D2/')
101: INIT.CMD='SELECT JOB.MATL WITH'
102: IF START.PERIOD # END.PERIOD THEN
103: INIT.CMD := ' CONO_WPER GE "':CONO:START.PERIOD:'" AND WITH CONO_WPER
LE "':CONO:END.PERIOD:'"'
104: END ELSE
105: INIT.CMD := ' CONO_WPER EQ "':CONO:START.PERIOD:'"'
106: END
107: UDTEXECUTE INIT.CMD CAPTURING ASPMSG
108: *
109: UDTEXECUTE 'SETPTR 0,1,,"Orientation=LANDSCAPE"' CAPTURING ASPMSG
110: CMD = 'LIST JOB.MATL BY CTR BY JOB BY PERIOD BY DATE BY TRANS WITH'
111: IF DEPT.IN  # 'ALL' THEN
112: CMD:=' JMT.DEPT = "':DEPT.IN:'"'
113: IF DEPT.IN  = '23' THEN
114: CMD:=' AND WITH GJOB.CHECK # ""'
115: CMD:=' AND WITH P.QTY > "0"'
116: END
117: END
118: IF START.DATE NE END.DATE THEN
119: CMD:=' AND WITH DATE GE "':START.DATE:'" AND WITH DATE LE "':END.DATE:
'"'
120: END ELSE
121: CMD:=' AND WITH DATE EQ "':START.DATE:'"'
122: END
123: IF BEG.JOB.NUM # "ALL" THEN
124: CMD:=' AND WITH JOB GE "':BEG.JOB.NUM:'" AND WITH JOB LE "':
END.JOB.NUM:'"'
125: END
126: CMD:=' ID-SUPP'
127: IF DEPT.IN  = 'ALL' THEN
128: CMD:=' BREAK-ON NP-DIV.DESC "':"'V'":'"'
129: CMD:=' BREAK-ON NP-JOB.DESC "':"'V'":'"'
130: END
131: CMD:=' JOB PROD JMT.R.S.ID  WHSE CTR TYP CUST TRANS
PERIOD DATE RC.JOB RC.TRAN'
132: CMD:=' TOTAL P.QTY TOTAL S.QTY UM TOTAL MATL.COST TOTAL SALE'
133: CMD:=' HEADING "':"'TLC'":' JOB MATERIAL HISTORY REPORT ':"'LC'"
134: CMD:=' PERIOD ':START.PERIOD:' THUR ':END.PERIOD:' - DATE ':START.DATE
135: CMD:=' THROUGH ':END.DATE:" 'L'":'" GRAND-TOTAL'
136: CMD:=' " TOTAL FOR COMPANY - ':"'U'":'"'
137: CMD:=' LPTR '
138: EXECUTE CMD CAPTURING ERRMSG

I've checked numerous manuals and reference materials I have readily
available to me and can't seem to find a decent example of what I'm trying
to accomplish. I know I could re-write this report to not use the "LIST ...
LPTR" statement but instead use PRINTER ON, PRINT, and PRINTER OFF
commands...wanted to try avoid having to re-write the report at the present
time though.

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


Re: [U2] [Redback/Unix/UniVerse] Security of "redback" login

2005-08-09 Thread Andy Pflueger
Moreover, for those that are interested, here's the script to which
I'm referring. Keep in mind that pathing to the RGWHOME, RGWBIN,
UDTHOME, and UDTBIN are important. You could always leave out the EXIT
section and make it LOGOUT instead to force the connection to be
broken...we "trust" our RedBack admins with a Unix shell. :)

#!/bin/ksh
# This is the main menu for the REDBACK APPLICATION SERVER config

clear
echo REDBACK APPLICATION SERVER MAIN MENU
echo

select word in START STOP RESTART SHOW PERF UDT EXIT; do
  #echo word is $word
  #echo reply is $REPLY

  if [[ "$word" = "START" ]] ; then
./rgw/bin/startrgw
  fi

  if [[ "$word" = "STOP" ]] ; then
./rgw/bin/stoprgw
  fi

  if [[ "$word" = "RESTART" ]] ; then
./rgw/bin/restartrgw
  fi

  if [[ "$word" = "SHOW" ]] ; then
./rgw/bin/showrgw
  fi

  if [[ "$word" = "PERF" ]] ; then
echo "Please enter the application to run performance monitor on:
" ; read appname
echo "How many itirations would you like to perform? " ; read nint
./rgw/bin/perfrgw -a $appname -n $nint
  fi

  if [[ "$word" = "UDT" ]] ; then
echo "Enter RedBack account to logto: " ; read appname
cd /usr/ud/redback/$appname;
exec /usr/ud/bin/udt;
exit;
  fi

  if [[ "$word" = "EXIT" ]] ; then
exit;
  fi

  if [[ "$word" = "LOGOUT" ]] ; then
exit;
logout;
  fi

done

On 8/9/05, Andy Pflueger <[EMAIL PROTECTED]> wrote:
> We secure our RedBack login with a little BASH scripted menu that I
> put together. When "redback" logs onto our system, the "menu" script
> is executed and there are the following options...startrgw, stoprgw,
> showrgw, perfrgw, run UDT, exit/logout. We've taken an extra step of
> locking down our RedBack login by changing the default password.
> 
> HTH,
> Andy Pflueger
> Ivy Hill Corp.
> Louisville, KY
> 
> 
> On 8/9/05, Womack, Adrian <[EMAIL PROTECTED]> wrote:
> > We're still newbies with redback and are just setting up our first
> > production account to use it.
> >
> > When we start redback, with "startrgw", one or more "responders" (I
> > assume these are basically phantoms) are started on the box with the
> > username "redback". For these processes to work correctly they obviously
> > have to have the correct permissions to update production files.
> >
> > But because the "redback" login is not locked into any menu structure,
> > isn't it a gaping security hole - i.e. login as redback and I have full
> > access to production files from unix level.
> >
> > Currently on our systems anyone (other than root) that has update access
> > to production files is locked into a menu. We obviously can't use that
> > method with the redback user.
> >
> > How does everyone else secure the redback login?
> >
> > Adrian
> >
> >
> >
> >
> >
> > DISCLAIMER:
> > Disclaimer.  This e-mail is private and confidential. If you are not the
> > intended recipient, please advise us by return e-mail immediately, and 
> > delete
> > the e-mail and any attachments without using or disclosing the contents in 
> > any
> > way. The views expressed in this e-mail are those of the author, and do not
> > represent those of this company unless this is clearly indicated. You should
> > scan this e-mail and any attachments for viruses. This company accepts no
> > liability for any direct or indirect damage or loss resulting from the use 
> > of
> > any attachments to this e-mail.
> > ---
> > 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] [Redback/Unix/UniVerse] Security of "redback" login

2005-08-09 Thread Andy Pflueger
We secure our RedBack login with a little BASH scripted menu that I
put together. When "redback" logs onto our system, the "menu" script
is executed and there are the following options...startrgw, stoprgw,
showrgw, perfrgw, run UDT, exit/logout. We've taken an extra step of
locking down our RedBack login by changing the default password.

HTH,
Andy Pflueger
Ivy Hill Corp.
Louisville, KY


On 8/9/05, Womack, Adrian <[EMAIL PROTECTED]> wrote:
> We're still newbies with redback and are just setting up our first
> production account to use it.
> 
> When we start redback, with "startrgw", one or more "responders" (I
> assume these are basically phantoms) are started on the box with the
> username "redback". For these processes to work correctly they obviously
> have to have the correct permissions to update production files.
> 
> But because the "redback" login is not locked into any menu structure,
> isn't it a gaping security hole - i.e. login as redback and I have full
> access to production files from unix level.
> 
> Currently on our systems anyone (other than root) that has update access
> to production files is locked into a menu. We obviously can't use that
> method with the redback user.
> 
> How does everyone else secure the redback login?
> 
> Adrian
> 
> 
> 
> 
> 
> DISCLAIMER:
> Disclaimer.  This e-mail is private and confidential. If you are not the
> intended recipient, please advise us by return e-mail immediately, and delete
> the e-mail and any attachments without using or disclosing the contents in any
> way. The views expressed in this e-mail are those of the author, and do not
> represent those of this company unless this is clearly indicated. You should
> scan this e-mail and any attachments for viruses. This company accepts no
> liability for any direct or indirect damage or loss resulting from the use of
> any attachments to this e-mail.
> ---
> 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: [Fwd: Re: [U2] IBM Licensing Requirement - MQ Series] {Unclassified}

2005-04-26 Thread Andy Pflueger
Speaking of license issues...

Today wasn't the best of days for us and it all started somewhere
around midnight (EDT). We suspect what happened was sometime around
Mar. 27th, our former unix administrator was freeing up some physical
disk space and move our /usr/ud subdirectory (UDTHOME). As most of you
know, anytime this directory is moved, Unidata's license becomes--for
whatever reason--corrupted forcing it to have to be relicensed within
30 days or 'udt' will stop running. Well, that's what happened to us,
we think. We were fortunately able to recover by running 'confprod'
and relicensing/authorizing Unidata. Redback on the other hand,
different scenario and the guys at IBM who are reading this can
probably vouch that I had a rough morning and early afternoon. Not so
fortunate, the end resolution to our RedBack licensing issues was to
reinstall RedBack...oh, did I mention this all happened in our prod
environment!!

Ok, making a long story short, DO NOT move /usr/ud unless you
absolutely know that you must relicense and if you unix administrator
does this sort of thing to your U2 environment, slap his wrist.

(stepping off my soap box now)

Andy

P.S. Could we let this thread die now? ;-)


On 4/26/05, David Jordan <[EMAIL PROTECTED]> wrote:
> Hi Craig
> 
> I don't follow your issue.  WebShare is the licensing for the client to
> access the database server wherever the client is.  The Web Server accesses
> UniVerse through the WebShare and consumes the licenses appropriately.
> 
> Regards
> David Jordan
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bill H.
> Sent: Wednesday, 27 April 2005 4:48 AM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [Fwd: Re: [U2] IBM Licensing Requirement - MQ Series]
> {Unclassified}
> 
> Craig:
> 
> Your right.  I think you can get a webshare site license for $15,000 -
> $20,000.  But this doesn't help when you want to provide web services to
> multiple clients who have our software on each of their machines because
> RedBack is licensed at the dbms end not the web server end.  :-(
> 
> Bill
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Craig Bennett
> > Sent: Monday, April 25, 2005 5:00 PM
> > To: u2-users@listserver.u2ug.org
> > Subject: Re: [Fwd: Re: [U2] IBM Licensing Requirement - MQ
> > Series] {Unclassified}
> >
> > Bill,
> >
> > > If I figure correctly, a hundred webshares cost $150,000 at
> > $1,500 per
> > > webshare retail!
> >
> > my understanding is that each webshare can service 20-25
> > users and once you buy a certain number of webshares (my
> > memory says 11, but I could be
> > wrong) you are treated as having an unlimited number of shares.
> >
> >
> >
> > 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/
> ---
> 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/


[U2] IBM U2 Techconnect problems

2004-11-02 Thread Andy Pflueger
Oops! Looks like IBM is having RBO problems with the server hosting
the U2 Techconnect site at
https://www-927.ibm.com/software/data/u2/support/login.asp. :)

Error: 80004005 Can't connect to account 'unitrack' (9.29.46.33:8453) rc=-1
RedBack.RedPages.1 error '80004005'
Property 'ContactID' not found.
/login.asp, line 56
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UD] running a subroutine

2004-10-15 Thread Andy Pflueger
Why not write a short "stub" program to setup the args and then a CALL
statement to execute your subroutine? That's what we do very often.
You can either put in DEBUG statements in the "stub" program
before/after the subroutine call. 8-)

Andy Pflueger
Ivy Hill Corporation
Louisville, KY


On Fri, 15 Oct 2004 16:59:04 -0600, Shawn Waldie
<[EMAIL PROTECTED]> wrote:
> Wondering if there is a way to execute a subroutine from the colon
> prompt.
> 
> Let's say I have a subroutine that is defined as having 2 input args
> like:
> 
> SUBROUTINE subr.name(arg1,arg2).
> 
> I would like to test it from the colon prompt without having to
> hard-code the values of arg1/arg2...something like:
> 
> :RUN BP subr.name "value.of.arg1" "value.of.arg2"
> 
> Is something like this possible?  What I've tried so far hasn't worked.
> 
> 
> * Shawn WaldieSan Juan College *
> * Programmer/Analyst 4601 College Blvd *
> * Phone: (505)566-3072   Farmington, NM  87402 *
> *  email: [EMAIL PROTECTED]   *
> *  *
> * HP-UX 11.11   UniData 6.0.4Colleague R17 *
> 
> ---
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UD] License count update

2004-10-13 Thread Andy Pflueger
Howdy folks,

Just a question regarding updating license counts "on the fly" without
physically issuing the 'stopud' and 'startud' command following the
udtconfig file update for NUSERS parameter. I hear there's a kill
command such as the following to essentially restart "smm" to re-read
the updated configuration/license information without having users
logoff...

:WHAT
Hardware : Sun Station
Operating system : Solaris
O.S. version : 2.7
UniData version  : 6.0.3

$ kill -HUP 

How will this affect a system which has users connected and their
existing udt processes; or will it? Just want to check with y'all out
there and see if anyone's done this on the fly and how it works.

Danke,
Andy Pflueger
Ivy Hill Corporation
Louisville, KY
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UD] udtconfig TMP param

2004-10-06 Thread Andy Pflueger
Dear group,

This may seem like a basic Unidata 101 question, but here goes...

A question came up today at my company regarding the TMP parameter and
wanted to clarify with the rest of the U2 community. Btw, we're on
Unidata 6.0.1 -- soon to be 6.1 running on Solaris.

For example, we have our system setup with the following

TMP=/usr/ud/tmp

Does this mean that ANY udt process needing temporary space such as
running SELECTs, BUILD.INDEXing, etc. uses this disk space for
temporary storage? Or, is /var/tmp used at any point for anything
relating to Unidata? My guess is that all processes involving udt
would use /usr/ud/tmp and not have anything to do with /var/tmp.

Regards,
Andy Pflueger
Web Programmer/Analyst
Ivy Hill - Louisville
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Dynamic Connect on Terminal Server 2003

2004-10-04 Thread Andy Pflueger
Phil,

There any detail errors in the Windows 2003 system/application event
log? Maybe there's a corrupt DLL or a conflict of a DLL with another
app. Just a thought.

Regards,
Andy


On Tue, 5 Oct 2004 09:14:16 +1300, Phil Walker <[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> I know in the notes this combination is not supported, but is/has anyone
> else tried this combination of software?
> 
> I have a client who is using thin clients to access applications via
> Terminal Server 2003 and they want to access their UniVerse application -
> and as they are currently using Dynamic Connect from some of their thick
> Windows clients they want to be able to do the same from the Terminal Server
> 2003 machine - I have installed it and it runs ok  sometimes, quite
> often crashing with an access violation.
> 
> Thanks in advance,
> 
> Regards,
> 
> 
> Phil Walker
> ---
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Unidata 6 upgrades

2004-09-30 Thread Andy Pflueger
Hello fellow U2ers,

We are looking to upgrade our Unidata environment from version 6.0.1
(or whatever) to 6.1. Question is, there any gotchas such that are
there any intermediate upgrade patches needed prior to installing UDT
6.1?

Regards,
Andy Pflueger
Ivy Hill Corp.
Louisville, KY
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Is there any personal versions of UniVerse that run on Linux?

2004-09-24 Thread Andy Pflueger
Or, for all your Unidata lovers out there...

https://www-927.ibm.com/software/data/u2/support/u2techconnect/udt6pe.asp


On Fri, 24 Sep 2004 07:18:58 -0500, Ron White <[EMAIL PROTECTED]> wrote:
> Start here:
> https://www-927.ibm.com/software/data/u2/support/u2techconnect/uv10reg.asp
> After you have fill in the form and submitted you will be given a choice of
> downloading the Linux personal edition or the windows personal edition.
> 
> Ron White
> 
> - Original Message -
> From: "Chris van O" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, September 23, 2004 10:21 PM
> Subject: [U2] Is there any personal versions of UniVerse that run on Linux?
> 
> > I would like to run UniVerse or similar at home, is there such a thing
> > that is cheap or free that would run on Linux?
> >
> > Thanks.
> > ---
> > u2-users mailing list
> > [EMAIL PROTECTED]
> > To unsubscribe please visit http://listserver.u2ug.org/
> > ---
> > [ E-mail scanned Virus Free by NAI - McAfee anti-virus system ]
> >
> >
> >
> 
> ---
> [ E-mail scanned Virus Free by NAI - McAfee anti-virus system ]
> 
> 
> ---
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
> 



-- 
Sent using http://gmail.google.com/ :-P
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Where is the archive?

2004-09-24 Thread Andy Pflueger
Can also goto http://news.gmane.org/gmane.comp.db.u2.general/ if the
search isn't working for ya...can see all messages posted all through
a web interface. :)


On Fri, 24 Sep 2004 07:30:07 -0400 (EDT), Lee Leitner <[EMAIL PROTECTED]> wrote:
> http://www.indexinfocus.com
> 
> 
> 
> On Fri, 24 Sep 2004, Debster wrote:
> 
> > Where is a searchable archive of the postings from this list?
> >
> > I know I found it before but I am having a senior moment
> > ---
> > u2-users mailing list
> > [EMAIL PROTECTED]
> > To unsubscribe please visit http://listserver.u2ug.org/
> >
> 
> --
> Lee J. Leitner, Ph.D.  [EMAIL PROTECTED]
> http://www.leitner.org/~leitnerl
> 
> The world can only be grasped by action, not by
> contemplation. The hand is the cutting edge of the mind.
>  -- Jacob Bronowski V.13.0
> ---
> 
> 
> ---
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
> 



-- 
Sent using http://gmail.google.com/ :-P
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] RedBack "# of responders" configuration

2004-09-24 Thread Andy Pflueger
Hello there,

I know this is the U2 mailing list and sorry for sending a RedBack
related message but figured someone out there may have the answers.

Recently, I've tweaked our production environment's rgwresp.ini to
lower the # of responders (er UDT processes) eaten up by rgwsched. Is
there any sort of rhyme or general rule behind defining a set number
of responders and if so, what is it?

TIA,
Andy Pflueger
Webmaster
Ivy Hill Corp.
Louisville, KY
-- 
Sent using http://gmail.google.com/ :-P
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Is there any personal versions of UniVerse that run on Linux?

2004-09-24 Thread Andy Pflueger
A colleague of mine just forwarded me a URL for an open-sourced
multi-value database called OpenQM. It's available at
http://www.openqm.com/ and is freely downloadable and installable on
Linux. Oh, and btw, it's supposedly solely written in BASIC!!! Very
fast too I might add. Thanks, Dave.


On Fri, 24 Sep 2004 14:49:48 +1000, David Jordan <[EMAIL PROTECTED]> wrote:
> There is a personal version on the IBM U2 website that you can download for
> free, Linux or windows.
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Chris van O
> Sent: Friday, 24 September 2004 1:22 PM
> To: [EMAIL PROTECTED]
> Subject: [U2] Is there any personal versions of UniVerse that run on Linux?
> 
> I would like to run UniVerse or similar at home, is there such a thing
> that is cheap or free that would run on Linux?
> 
> Thanks.
> ---
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
> 
> 
> ---
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
> 



-- 
Sent using http://gmail.google.com/ :-P
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniObjects connection via SSL

2004-09-18 Thread Andy Pflueger
Haven't checked myself, but perhaps the IBM U2 user guide
documentation for UniObjects? Or, Google.com ;-)


On Fri, 17 Sep 2004 08:15:20 +0200, Bjorn Behr <[EMAIL PROTECTED]> wrote:
>  Can anybody point me in the direction where I can learn about UniObjects &
> SSL
> 
> 
> Regards
> Bjvrn Behr
> Programmer
> 
> HYFLO Southern Africa (Pty) Ltd
> Tel : +27 11 386 5800
> Fax : +27 11 444 5391
> Mail: [EMAIL PROTECTED]
> WWW : http://www.hyflo.co.za
> 
> ---
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/