RE: [U2] Developers permissions with Windows and UniData

2009-03-18 Thread Colin Alfke
Bill;



You may be able to take ownership of the source code directory by another user
and then remove the administrators group write access to the directory.



I've seen UD do some funny stuff with the SQL permissions (if a member of the
administrators group is the owner of the file then any member of the
administrators group has full access - regardless of the permissions defined),
so you may have to do some wrangling around to give a non-adminstative user
ownership of the files.



A user requires write access to the VOC on the account they login to (although
there is a way around that). I think as long as you remove their rights from
the source code directory (and dictionary) and not the entire account
everything should work OK. In the AdminNT.pdf of the doc there is a table with
the required permissions that the various types of users require.



Actually, a user can stopudt their own processes - but you do need to be an
administrator to use deleteuser. I've used stopudt on telnet processes, other
processes may have different owners. Task Manager may show the user
information (or maybe something more involved like Process explorer).



hth

Colin Alfke

Calgary, Canada


> From: wphaskett

>
> We have a network with several Windows development machines on it. UniData
> is on one machine and our Web server is on another machine. Our UD
> environment is set up so that only the administrator (me) has access to
> everything. We have three additional groups:
> developers
> appusers
> UniData
> UniData has access to every directory where UniData is involved. In
> addition, appusers have full access to their local account directories and
> developers have access to the application directory. However, both appusers
> and developers have only read and execute privileges to the application
> software account. This way, they can use the software but can't modify it
> at all (developers develop on a development account).
> The problem I have is developers use UO connections to develop and when
> something goes wrong they need to kill the connection. UD requires only
> administrators have access to the "deleteuser" and "stopudt" commands.
> Thus, if a developer has done something that is create ever-expanding log
> (or como) files they need to be able to kill the connection. If I give them
> administrator privileges they have access to the entire machine.
> I tried to remove administrator privileges from our development account but
> then I couldn't log into a development account within our development
> directory. I tried to make numerous modifications to the permissions but
> could do nothing unless administrator privileges were implemented to our
> development environment, even though "developers" had full control of the
> entire development directory and I was a member of the "developers" group.
> Go figure...
> Does anyone have a clue how I can give someone administrator access to
> UniData commands but deny them write privileges to the source code in our
> application directory?
> Thanks,
> Bill


_
Reunite with the people closest to you, chat face to face with Messenger.
http://go.microsoft.com/?linkid=9650736
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Does anybody have a hot backup server?

2009-03-18 Thread Dan Fitzgerald
I'd be worried about a particular vulnerability in this scenario.

If the system goes down while you are updating overflow or oversized data
frames, you could get file corruption. A single U2 logical write can take
multiple os writes, and at any given moment on a busy system, you probably
will have this condition. You can minimize this risk by minimizing overflow,
but it's probably impossible to eliminate it.

Outside of uv replication, I don't think that there's a working solution to
this "in-flight transaction" problem. With Unidata, RFS handles it nicely.

---
We use LifeKeeper from Steeleye Technologies to replicate linux
partitions at the OS level for UV redundancy.  The servers are right
next to each other and replication is done over 3 gigabit NICs - 1 for
each of 2 partitions, and an extra for redundancy.  There are crossover
cat5 cables running directly between the NICs.  The users connect to a
virtual IP address that points to a 4th NIC on whichever node is
currently active.  In the event of a failover, LifeKeeper handles moving
the virtual IP address, mounting the filesystems, and the startup of
applications.  We have yet to experience a failover on the current
hardware, but I found during pre-installation testing that UV was
running on the backup box within a minute or so of failing over.  YMMV.
LifeKeeper allows an application dependency hierarchy to be created so
you can define the order in which applications start.  In our case, UV
depends on access to Active Directory (samba/winbind) as well as having
the underlying filesystem mounted.

LifeKeeper is built on top of linux software RAID, so /proc/mdstat on
the active node has the following contents:

Personalities : [raid1]
md1 : active raid1 nbd9[1](W) sdb2[0]
  24065370 blocks super non-persistent [2/2] [UU]
  bitmap: 2/184 pages [8KB], 64KB chunk, file:
/opt/LifeKeeper/bitmap_ntdata

md0 : active raid1 nbd1[1](W) sdb1[0]
  80381196 blocks super non-persistent [2/2] [UU]
  bitmap: 28/614 pages [112KB], 64KB chunk, file:
/opt/LifeKeeper/bitmap_uvdata

while the backup node shows no mounted RAID filesystems.  If the primary
were to crash, the backup server would mount its local copy of the
filesystems and the primary server's replicated filesystems would be
marked as dirty.  The primary would have its unmounted filesystems
synced to the backup when it came back online. 

As others have pointed out, if you have a cold-spare scenario like this,
there is no add'l licensing charge from IBM.  You do have to obtain a
2nd license in order to install UV on the 2nd server, but you won't be
charged.

-John
---
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] Does anybody have a hot backup server?

2009-03-18 Thread Jeff Powell
I've gotten some really great feedback on this and I'm glad it has 
sparked such a dialog. I am amazed at the variety of solutions out there.


Thanks for all the input.

Jeff Powell wrote:
I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.


I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.


Any ideas are appreciated.

TIA
---
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] Does anybody have a hot backup server?

2009-03-18 Thread John Hester
> -Original Message-
> From: owner-u2-us...@listserver.u2ug.org 
> [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
> Sent: Wednesday, March 18, 2009 12:07 PM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Does anybody have a hot backup server?
> 
> I am trying to put together a backup strategy that involves keeping a 
> standby server within two data hours of the primary. The idea 
> is to be 
> able to have users log into the backup server and keep the business 
> running in the event of a crash.
> 
> I'd like to hear what solutions others have found for this.

We use LifeKeeper from Steeleye Technologies to replicate linux
partitions at the OS level for UV redundancy.  The servers are right
next to each other and replication is done over 3 gigabit NICs - 1 for
each of 2 partitions, and an extra for redundancy.  There are crossover
cat5 cables running directly between the NICs.  The users connect to a
virtual IP address that points to a 4th NIC on whichever node is
currently active.  In the event of a failover, LifeKeeper handles moving
the virtual IP address, mounting the filesystems, and the startup of
applications.  We have yet to experience a failover on the current
hardware, but I found during pre-installation testing that UV was
running on the backup box within a minute or so of failing over.  YMMV.
LifeKeeper allows an application dependency hierarchy to be created so
you can define the order in which applications start.  In our case, UV
depends on access to Active Directory (samba/winbind) as well as having
the underlying filesystem mounted.

LifeKeeper is built on top of linux software RAID, so /proc/mdstat on
the active node has the following contents:

Personalities : [raid1]
md1 : active raid1 nbd9[1](W) sdb2[0]
  24065370 blocks super non-persistent [2/2] [UU]
  bitmap: 2/184 pages [8KB], 64KB chunk, file:
/opt/LifeKeeper/bitmap_ntdata

md0 : active raid1 nbd1[1](W) sdb1[0]
  80381196 blocks super non-persistent [2/2] [UU]
  bitmap: 28/614 pages [112KB], 64KB chunk, file:
/opt/LifeKeeper/bitmap_uvdata

while the backup node shows no mounted RAID filesystems.  If the primary
were to crash, the backup server would mount its local copy of the
filesystems and the primary server's replicated filesystems would be
marked as dirty.  The primary would have its unmounted filesystems
synced to the backup when it came back online. 

As others have pointed out, if you have a cold-spare scenario like this,
there is no add'l licensing charge from IBM.  You do have to obtain a
2nd license in order to install UV on the 2nd server, but you won't be
charged.

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


RE: [U2] Does anybody have a hot backup server?

2009-03-18 Thread Glen Batchelor
Manu,

  Is there any encryption offered for the network transport layer? So far
I've not seen anything like SSL support and that makes me uneasy when
dealing with CC and other compliancy-ridden data. It's a neat concept,
though, that apparently works well. Do you use the clustering functionality?
How much network bandwidth does it consume on average?


Glen Batchelor
IT Director
All-Spec Industries
 phone: (910) 332-0424
   fax: (910) 763-5664
E-mail: webmas...@all-spec.com
   Web: http://www.all-spec.com
  Blog: http://blog.all-spec.com

> -Original Message-
> From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-
> us...@listserver.u2ug.org] On Behalf Of Manu Fernandes
> Sent: Wednesday, March 18, 2009 4:39 PM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Does anybody have a hot backup server?
> 
> Hi,
> 
> Under Universe/Linux we use Data Replication Block Device.  www.drbd.com
> (open source linux product)
> A low level software called between logical partition and hdd partition.
> Cluster over LAN.
> 
> We define it on partitions where Universe db is installed (including
> universe himself).
> 
> On the hot-standby server, the same partition is created and not mounted
> (universe is not started ~ for this raison, we don't need IBM's license)
> On fail-over, we switch the ip adress to the hot-standby server, we mount
> the partition, we boot uv and users can work ... 2 minutes.
> 
> One restriction, we don't use DYNAMIC files because the headers are not
> permanently flushed when write occurs files.
> 
> Coupled with Universe Transaction Logger set on strategic files to ensure
> "record update integrity".
> 
> My two pence.
> Manu
> 
> > -Message d'origine-
> > De : owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-
> > us...@listserver.u2ug.org] De la part de Jeff Powell
> > Envoyi : mercredi 18 mars 2009 20:07
> > @ : u2-users@listserver.u2ug.org
> > Objet : [U2] Does anybody have a hot backup server?
> >
> > I am trying to put together a backup strategy that involves keeping a
> > standby server within two data hours of the primary. The idea is to be
> > able to have users log into the backup server and keep the business
> > running in the event of a crash.
> >
> > I'd like to hear what solutions others have found for this.
> >
> > I've been trying to contact IBM for the last 6 months but they haven't
> > answered and my ERP vendor doesn't know how to do this.
> >
> > Any ideas are appreciated.
> >
> > TIA
> > ---
> > 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/


RE: [U2] Does anybody have a hot backup server?

2009-03-18 Thread Manu Fernandes
Hi,

Under Universe/Linux we use Data Replication Block Device.  www.drbd.com (open 
source linux product)
A low level software called between logical partition and hdd partition. 
Cluster over LAN.

We define it on partitions where Universe db is installed (including universe 
himself).

On the hot-standby server, the same partition is created and not mounted 
(universe is not started ~ for this raison, we don't need IBM's license)
On fail-over, we switch the ip adress to the hot-standby server, we mount the 
partition, we boot uv and users can work ... 2 minutes.

One restriction, we don't use DYNAMIC files because the headers are not 
permanently flushed when write occurs files.

Coupled with Universe Transaction Logger set on strategic files to ensure 
"record update integrity".   

My two pence.
Manu

> -Message d'origine-
> De : owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-
> us...@listserver.u2ug.org] De la part de Jeff Powell
> Envoyi : mercredi 18 mars 2009 20:07
> @ : u2-users@listserver.u2ug.org
> Objet : [U2] Does anybody have a hot backup server?
> 
> I am trying to put together a backup strategy that involves keeping a
> standby server within two data hours of the primary. The idea is to be
> able to have users log into the backup server and keep the business
> running in the event of a crash.
> 
> I'd like to hear what solutions others have found for this.
> 
> I've been trying to contact IBM for the last 6 months but they haven't
> answered and my ERP vendor doesn't know how to do this.
> 
> Any ideas are appreciated.
> 
> TIA
> ---
> 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] Does anybody have a hot backup server?

2009-03-18 Thread Wally Terhune
Jeff:
If you could provide me with some basic information, I'd be happy to run
interference and find the right IBMer to contact you.
- your company and your contact information
- your ERP Vendor and primary contact there
- your U2 server serial number (UniData or UniVerse?) and U2 version
- platform and OS release

regards,


Wally Terhune
U2 Support Architect
IBM Information Management Software
Tel: (303) 773-7969 T/L 656-7969
Mobile: (303) 807-6222
Email: wal...@us.ibm.com
http://www.ibm.com/software/data/u2/support



  From:   Jeff Powell 

  To: u2-users@listserver.u2ug.org

  Date:   03/18/2009 02:04 PM

  Subject:[U2] Does anybody have a hot backup server?

  Sent by:owner-u2-us...@listserver.u2ug.org






I am trying to put together a backup strategy that involves keeping a
standby server within two data hours of the primary. The idea is to be
able to have users log into the backup server and keep the business
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

TIA
---
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 
ecblank.gif]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Does anybody have a hot backup server?

2009-03-18 Thread Henry Unger
There are quite a few ways to get there, depending on facilities.

1) If you have fiber connecting the sites, then simply mirror the drives,
or, if using an array, mirror two arrays using built-in operating system
functions.

2) You can do mirroring at the volume level using a number of third party
products, such as Veritas Volume Replicator.

3) You can use rsync with a cron job. It is really efficient as it only
sends deltas.

4) You can use the IBM U2 publish/subscribe facilities.

5) We have been implementing hot backup servers using the DBMS (Prime
INFORMATION, PI/open, and UniVerse) using triggers to perform asynchronous
updates for about 20 years now, keeping the data up to date within a few
seconds. It was really efficient in PI/open, but requires a lot of
horsepower in UniVerse due to the trigger implementation in UniVerse.

Regarding options 4 and 5, I don't recall the particulars of the licensing,
but in theory you could have a two user U2 license on the backup site, and
switch to a cold backup of the primary license on the backup system if you
ever need to use it. From what I remember, cold backup licenses are not
chargeable. I'd have a conversation with IBM about it.

Best regards,

Henry

Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Wednesday, March 18, 2009 3:07 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Does anybody have a hot backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

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


RE: [U2] IDE

2009-03-18 Thread Tony G
> From: Brutzman, Bill
> 1. Rudy is in search of a technology religion.
> 2. Religions have tradeoffs, evangelists, collection baskets,
and
> long-term implications.
> 3. Rudy probably does not want surprises.
> 4. Will it take Rudy longer to get to technology heaven if he
is
> surrounded by agnostics?
> 5. Was that a rhetorical question?

Whoe.  There are lines between preferences, business choices, and
techno-religion.  I'm sorry, but I discourage against making
technical and business decisions based on religion.  I won't even
try to sell software or services to a company that precludes
solutions to the problems they present based on their
techno-religion being pre-disposed against it.  If that's what
this is about then I'll be happy to exit the discussion.  If not
then I'd like to see other comments here that help Rudy on his
way, and if I can I'll try to help as well.

Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Does anybody have a hot backup server?

2009-03-18 Thread Jeff Powell

UniData 7 on primary and 6 on backup.

Thanks.

Dan Fitzgerald wrote:

UV or UD?



-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Wednesday, March 18, 2009 3:07 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Does anybody have a hot backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.


I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.


Any ideas are appreciated.

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


RE: [U2] Does anybody have a hot backup server?

2009-03-18 Thread phil walker
If you have a cold backup server I believe it is free, but you do need
to get another license and sign an agreement.

What we do is, we have Universe installed and licensed on the DR machine
but not running. We use rsync to copy the data files from production to
dr on a regular cycle. When production goes down we start up the DR
machine and carry on.

Of course this solution is not completely failsafe, as the application
does not use transactions so it is possible that partial transactions
may be committed to dr depending on timing etc, so it may not suit
everyone, but it is enough for our needs.

Phil.

> -Original Message-
> From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-
> us...@listserver.u2ug.org] On Behalf Of Brutzman, Bill
> Sent: Thursday, 19 March 2009 9:16 a.m.
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Does anybody have a hot backup server?
> 
> If it is Unix, consider using cron to copy data from A to B every hour
> or so.
> 
> I talked with IBM a while back on this.  My recollection is that IBM
> said we would have to buy UV user licenses for both machines.  We had
> some additional big $ license issues here so for us, that issue went
> away.
> 
> We are living with daily manual backups to both a portable hard drive
> (that goes offsite) and a local XP PC.
> 
> --Bill
> 
> 
> 
> -Original Message-
> From: owner-u2-us...@listserver.u2ug.org
> [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
> Sent: Wednesday, March 18, 2009 3:07 PM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Does anybody have a hot backup server?
> 
> I am trying to put together a backup strategy that involves keeping a
> standby server within two data hours of the primary. The idea is to be
> able to have users log into the backup server and keep the business
> running in the event of a crash.
> 
> I'd like to hear what solutions others have found for this.
> 
> I've been trying to contact IBM for the last 6 months but they haven't
> answered and my ERP vendor doesn't know how to do this.
> 
> Any ideas are appreciated.
> 
> TIA
> ---
> 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/


RE: [U2] Does anybody have a hot backup server?

2009-03-18 Thread Nick Gettino
Since we write software for 911 systems it is critical for our
application to be able to be switched from one system to another.
We use Unidata and have written a subroutine that gets called for every
write and delete it creates transactions that are sequential and all of
our 1000 programs call the same routine.
We then use NFA to access the backup system and we have a phantom
process that reads each transaction from the primary and writes it to
the backup we also use secondary NIC cards to ensure speed.
This works very well and the backup is always within a couple of seconds
of the primary. (we also do this with 3 and 4 systems together).
Anyway you can stop the phantom and do maintenance on the backup then
restart the phantom and all the transactions catch up.

The only down side is that you have to log out and back on. We have
separate icons so end users can either be on the primary or backup and
we also have flags set so someone doesn't log into the backup by
mistake.

Unidata also has data replication which I hear good things about but we
have never taken the time to try to decide if it would be worth it to
switch to it.

Any interfaces that you might have that are serial we connect to a
network terminal server and all we have to do is stop and start the
interfaces from the backup and everything works.

Nicholas M Gettino | Director of Development | EnRoute Emergency
Systems, an Infor company | office: 813-207-6998 | fax: 678-393-5389
nick.gett...@infor.com | www.enroute911.com

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Wednesday, March 18, 2009 3:07 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Does anybody have a hot backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

TIA
---
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] Does anybody have a hot backup server?

2009-03-18 Thread George Gallen
I guess it would depend on the size of the database.

If you had your drives mirrored, and every two hours,
   broke the mirror, and created a differential backup of
   of the mirror on another system (ex. rdiff-backup).

This would create a duplicate system based on the mirror,
as long as your drives could update the mirror quick enough
when reconnected within the two hours before it will be broken
again.

rdiff-backup will work locally on a LAN, or through the internet
   to create an offsite duplicate server for disaster protection.

George

> -Original Message-
> From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-
> us...@listserver.u2ug.org] On Behalf Of Jeff Powell
> Sent: Wednesday, March 18, 2009 3:07 PM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Does anybody have a hot backup server?
>
> I am trying to put together a backup strategy that involves keeping a
> standby server within two data hours of the primary. The idea is to be
> able to have users log into the backup server and keep the business
> running in the event of a crash.
>
> I'd like to hear what solutions others have found for this.
>
> I've been trying to contact IBM for the last 6 months but they haven't
> answered and my ERP vendor doesn't know how to do this.
>
> Any ideas are appreciated.
>
> TIA
> ---
> 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] Does anybody have a hot backup server?

2009-03-18 Thread Barry Rutherford
We have our two production servers in a cluster sharing the same disk
array.  The disks are in a 3-way mirror so if we experience a hard drive
failure, the system should remain up.  Either system in the cluster can
access the disk array - but of course, only one system can control it at
a time.

Each system in the cluster has its own OS and we copy certain data from
the active server to the passive server each night - data such as
logins, passwords, certain files under /etc, and because we have
Universe certain files under our UV home directory.  The nightly copy
process keeps all the OS related data in sync.  Remember, all our
database files are on the disk array which is always available to both
systems - so no nightly or hourly backing up of that data is needed.

Every first of the month we switch between the systems.  This does two
things for us. First, it makes sure the passive system is still working
and is ready to go in case of a failure.  Second, it makes sure we're
copying all the necessary OS level files as needed - which we discovered
after a few times that we forgot a few UNIX level files.

For networking purposes we had to create new IP address that always
point to whichever system is active in the cluster.  Then we had to push
that IP out to all our users.  So there was some setup pain, but once
everyone and every device was pointing to the new IP address, we haven't
had any problems.

There were some pretty big costs also - we had to purchase additional
Universe licenses for the "backup" system - we got them at a reduced
cost, but still, it seems silly to have to pay for licenses that will
always be offline.  We also had the same issue with every other software
license we have on the active server - but I believe we were able to get
them all at a cheaper rate.

Barry Rutherford
Programmer / Analyst
MobilexUSA
920 Ridgebrook Rd, Sparks, MD 21152
Direct: 443-662-4162
Toll Free: 800-786-8015 ext. 4162
Fax: 443-662-4225
http://www.mobilexusa.com

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Wednesday, March 18, 2009 3:07 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Does anybody have a hot backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

TIA
---
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] Does anybody have a hot backup server? {Unclassified}

2009-03-18 Thread HENDERSON MIKE, MR
Jeff

UniData or UniVerse?
>From a very limited understanding, I think UD has a 'better' native
answer at the moment. I think Ken Wallis (on this list) did something
along those lines some time ago for a large Australian utility company. 

Or you could go the external route, where you use SAN replication from
one site to another. I know of at least one site that's thinking of
doing that with EMC SANs.


Regards


Mike


-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Thursday, 19 March 2009 8:07 a.m.
To: u2-users@listserver.u2ug.org
Subject: [U2] Does anybody have a hot backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

TIA
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
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] Does anybody have a hot backup server?

2009-03-18 Thread Raymond de Bourbon
>From what I have been told by a technical resource, Unidata 7.2+ supports use 
>of Microsoft Data Protection services (Win2003R2) to replicate the data files 
>across a network as required.

Never tried and tested it personally, but have had dealings with clients who 
successfully replicated accounts in this fashion on a nightly basis.

Regards

Ray

-Original Message-
From: owner-u2-us...@listserver.u2ug.org 
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Wednesday, March 18, 2009 7:07 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Does anybody have a hot backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

TIA
---
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] Does anybody have a hot backup server?

2009-03-18 Thread Peter Veenhof
I believe the name of the software that our company uses is DoubleTake,
plus of course we needed to by hot backup licenses for universe. I don't
really know much more about it other than that...



-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Wednesday, March 18, 2009 3:07 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Does anybody have a hot backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

TIA
---
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] Does anybody have a hot backup server?

2009-03-18 Thread Brutzman, Bill
If it is Unix, consider using cron to copy data from A to B every hour
or so.

I talked with IBM a while back on this.  My recollection is that IBM
said we would have to buy UV user licenses for both machines.  We had
some additional big $ license issues here so for us, that issue went
away.  

We are living with daily manual backups to both a portable hard drive
(that goes offsite) and a local XP PC.

--Bill 



-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Wednesday, March 18, 2009 3:07 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Does anybody have a hot backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

TIA
---
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] Does anybody have a hot backup server?

2009-03-18 Thread Dan Fitzgerald
UV or UD?



-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell
Sent: Wednesday, March 18, 2009 3:07 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Does anybody have a hot backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

TIA
---
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] Does anybody have a hot backup server?

2009-03-18 Thread Jeff Powell
I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.


I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.


Any ideas are appreciated.

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


RE: [U2] IDE

2009-03-18 Thread Brutzman, Bill
1. Rudy is in search of a technology religion.
2. Religions have tradeoffs, evangelists, collection baskets, and
long-term implications.
3. Rudy probably does not want surprises.
4. Will it take Rudy longer to get to technology heaven if he is
surrounded by agnostics?
5. Was that a rhetorical question?

--Bill

Subject: RE: [U2] IDE

> From: Tony G
> > IE has had issues for years with stability and 
> > standards.   But technical or political aversion (or 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] IDE

2009-03-18 Thread Tony G
> From: Tony G
> > IE has had issues for years with stability and 
> > standards.   But technical or political aversion (or 
> > attraction) to .NET needs to be based on .NET and not 
> > on applications that don't even use it.

From: Brutzman, Bill
> 1. To me, it is a given that Microsoft encourages 
> users to run the .net web apps on IE.

That's not accurate.  ASP.NET itself is browser/device
independent - when the browser connects to the server, the
appropriate code/controls are returned for the specific client.
The tables that determine the code that gets pushed out are open
for anyone to maintain, though I know of very few instances where
this required, desirable, or even discussed.

Further, .NET is not limited to ASP.NET.  Therefore, as I said,
you can use it as the communications pipe from Adobe Flex, PHP
and other completely non-.NET clients.

I'm sorry to turn people's notions of .NET upside down, but
someone has to because obviously Microsoft hasn't done a great
job of explaining .NET to a large number of people who still
believe many of the myths.  As just a couple examples:
- I read recently a statement that .NET is expensive.  That's not
correct - it's completely free for development and use.
- People tell me they don't use web services because they don't
like IIS.  .NET web services are not dependent on IIS or any
other web server.
 
> 2. Much as I like Microsoft, the MS "equivalent" of 
> JEE, BizTalk server, is rather expensive.

This isn't related to .NET or IDEs, so while it may be true (no
clue) it's not a valid point for this discussion.

> WCF (Windows Communications Foundation) has a lot of 
> beautiful features yet it has some major scaling 
> limitations.  IBM WebSphere has a lot of advantages in 
> this space.

That's sort of apples and oranges too.  Yes, WCF has scalability
issues and I won't argue for or against it.  But as a minimal
definition, WCF is a free component of the .NET Framework which
can allows inter-process communications with a few lines of code,
and WebSphere is a large commercial offering with a large set of
implementation details.

With reference back to my original statement a the top of this
posting, we can't properly discuss solutions when there is so
much mis-information in circulation.  I don't care particularly
whether someone likes or doesn't like .NET, Java, PHP, or the MV
DBMS model.  But when we assert whether some technology is good
or bad, or right or wrong for some task, we really need to make
sure it's for verifiable and context-specific reasons.  You won't
get a comment from me, for example if you say WCF is
inappropriate for internet usage as an inter-process
communications mechanism - that's what it was designed for, but
your opinion and experience about how it does the job are your
own.  You will get a comment from me if you say cars aren't as
good as unicycles because unicycles consume too much electricity.
Yeah, I know, that makes no sense for many reasons because we all
understand cars and unicycles and how they're intended for
different purposes.  When we're on the same page with .NET we can
have the same discussions.  When we're not on the same page about
the facts, it doesn't matter what anyone says because
pre-conceptions and mis-information preclude any point as being
compelling in any direction.

Sorry for the digression.

T

Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] validate active directory username & password from within unidata?

2009-03-18 Thread Tony G
From: Brian Leach
> > This brings up a question: Does anyone know if we can 
> > link a C++ or .NET DLL into the UD or UV executables?  
> > Maybe call via a user exit or some other mechanism 
> > directly from BASIC? Shelling out is very inelegant, 
> > slow, and can be insecure.
> 
> You can link C code to UniVerse using GCI, but it's 
> messy: easier on Windows where the code is loaded as a 
> DLL but you still need to have GCI build the wrapper 
> code for the call and recompile. Not C# or java 
> though, both of which would be much more useful. I 
> guess Delphi and FreePascal would be possible if you 
> took the time to work out the calling conventions.

Have you tried to load managed code through a COM Shim?  I do
this sort of thing all the time with MS Office but I'm not sure
if GCI would choke if it does anything "special".
 
> For calling native code, several of my current 
> products (e.g. mvPDF, mvDistributor) run as Windows 
> services accessed over socket connections from 
> UniVerse/UniData et al. Not the most elegant perhaps, 
> but transportable and real time.

I do exactly the same.  Our cross-platform products that allow MV
BASIC apps to be clients to other apps and the internet call to a
service on a middle-tier windows box, that does the comms, and
the results are returned back to BASIC.  From the developer
perspective it's all BASIC, and I don't need to work with shims,
linked DLLs, or platform-specific utilities like CallHTTP.  I'll
use what's available when required of course, but I don't think
I've written platform-specific code for about 4 years now and I'm
quite happy with that.

Thanks for the advice.
T

Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] IDE

2009-03-18 Thread Brutzman, Bill
1. To me, it is a given that Microsoft encourages users to run the .net
web apps on IE.

2. Much as I like Microsoft, the MS "equivalent" of JEE, BizTalk server,
is rather expensive.  WCF (Windows Communications Foundation) has a lot
of beautiful features yet it has some major scaling limitations.  IBM
WebSphere has a lot of advantages in this space.

--Bill

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Tony G
Sent: Tuesday, March 17, 2009 8:04 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] IDE

Yeah, that was a funny statement.  Sorry Bill.  IE isn't .NET.  I
wish it were, and MS Office too because there would be a lot less
problems.  Many of the security issues are precisely due to the
fact that IE doesn't employ the .NET security model which
authenticates and authorizes code.  After all of this time,
Microsoft still hasn't delivered fully managed applications based
on their own framework.

I won't argue with the general sentiment.  IE has had issues for
years with stability and standards.   But technical or political
aversion (or attraction) to .NET needs to be based on .NET and
not on applications that don't even use it.

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


RE: [U2] validate active directory username & password from within unidata?

2009-03-18 Thread Brian Leach
Tony

> This brings up a question: Does anyone know if we can link a 
> C++ or .NET DLL into the UD or UV executables?  Maybe call 
> via a user exit or some other mechanism directly from BASIC?  
> Shelling out is very inelegant, slow, and can be insecure. 

You can link C code to UniVerse using GCI, but it's messy: easier on Windows
where the code is loaded as a DLL but you still need to have GCI build the
wrapper code for the call and recompile. Not C# or java though, both of
which would be much more useful. I guess Delphi and FreePascal would be
possible if you took the time to work out the calling conventions.

For calling native code, several of my current products (e.g. mvPDF,
mvDistributor) run as Windows services accessed over socket connections from
UniVerse/UniData et al. Not the most elegant perhaps, but transportable and
real time.

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


RE: [U2] validate active directory username & password from within unidata?

2009-03-18 Thread Adam Eccleshall
Hi,

You can call DLLs from UniData on Windows with the CALLC function.  It's
in the "Developing UniBasic Applications" manual under "Linking Programs
with UniData".  I think there's a Universe equivalent, but as I don't
use UV, I've never needed to check.  This links dynamically, though -
you only need to link a library into the executable if it's under Unix.

This works with native code, but I don't know if it works with .Net
DLLs.


Adam




This brings up a question: Does anyone know if we can link a C++
or .NET DLL into the UD or UV executables?  Maybe call via a user
exit or some other mechanism directly from BASIC?  Shelling out
is very inelegant, slow, and can be insecure.  I have a blog
coming out soon on this concept but haven't done this with U2.
TIA

Tony Gravagno

This electronic message contains information from CACI International Inc or
subsidiary companies, which may be confidential, proprietary,
privileged or otherwise protected from disclosure.  The information is
intended to be used solely by the recipient(s) named above.  If you are not
an intended recipient, be aware that any review, disclosure, copying,
distribution or use of this transmission or its contents is prohibited.  If
you have received this transmission in error, please notify us immediately
at postmas...@caci.co.uk
Viruses: Although we have taken steps to ensure that this e-mail and 
attachments are free from any virus, we advise that in keeping with good 
computing practice the recipient should ensure they are actually virus free.

CACI Limited. Registered in England & Wales. Registration No. 1649776. CACI 
House, Avonmore Road, London, W14 8TS.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] validate active directory username & password from within unidata?

2009-03-18 Thread Bruce McAdoo
Using WINDOWS server, 'shell' would be okay, and quick 'n' dirty and
'free' is preferred.  Ideal would be subroutine in unidata accepts
username and password, checks active directory, and returns 'OK' or not
'OK'.

Bruce W. McAdoo
Wagner & Brown, Ltd.
bmca...@wbltd.com
-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Hona, David
Sent: Wednesday, March 18, 2009 2:34 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] validate active directory username & password from
within unidata?

Further clarification of the requirements would be useful. When and how
often do you want to do this? Do you want to use an API or using the
'shell' okay? Is it to be used on Windows & UNIX servers? Does need to
work on UD & UV? Do you want to 'spend' any money to get the 'perfect'
or quick 'n' dirty and 'free' is what you're after??

If you're simply Windows-only you can use the API provided by BCI
(SQLConnect) to authenticate AD users (never tried it, but it *should*
work :) YMMV). This would work on UD & UV on Windows. In UV10.3 IBM has
introduced PAM support on the UNIX platform, not sure about UD.

Regards,
David


-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Bruce McAdoo
Sent: Wednesday, 18 March 2009 11:44 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] validate active directory username & password from within
unidata?

Any ideas how I might be able to validate active directory username &
password from within unidata?

** IMPORTANT MESSAGE *   
This e-mail message is intended only for the addressee(s) and contains
information which may be
confidential. 
If you are not the intended recipient please advise the sender by return
email, do not use or
disclose the contents, and delete the message and any attachments from
your system. Unless
specifically indicated, this email does not constitute formal advice or
commitment by the sender
or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its
subsidiaries. 
We can be contacted through our web site: commbank.com.au. 
If you no longer wish to receive commercial electronic messages from us,
please reply to this
e-mail by typing Unsubscribe in the subject line. 
**
---
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 in Web App

2009-03-18 Thread Brian Leach
All

Just remember that whatever you use, you will need to stay the right side of
the IBM licensing policy.

If you haven't looked at it for some time, read up on the section of the
licence agreement about connection pooling.

Brian 

> -Original Message-
> From: owner-u2-us...@listserver.u2ug.org 
> [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Symeon Breen
> Sent: 18 March 2009 09:40
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] UniObjects in Web App [ad]
> 
> Or use the u2 native connection pooling.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] IDE

2009-03-18 Thread Brian Leach
To add to this..

.Net also doesn't mean necessarily using web pages.

If you're developing for intranet use, consider using windows forms with
click-once deployment or sandbox mode.

A lot of companies go the web page route because of the cost/hassle of
deploying desktop apps and keeping them up to date, or the security concerns
about installing software. They also equate web pages with stateless and
windows forms with stateful. Neither of these is really revelant today.

With ClickOnce deployment, the software is automatically published to a web
server and installed from a web page. Subsequently it will automatically
check for updates. No need to do a rollout: just give the user the
installation link for the first time.

With sandbox deployment it gets even easier. The software is downloaded
automatically and run from the web page, but is not installed and cannot
access any local system resources (e.g. file system) making it safe.

I've used ClickOnce successfully, in particular for a site that was
geographically dispersed and had frequent updates. It works well. 

OF course, now you also have Silverlight to add to the potential mix. 

So don't automatically think web when you think of .Net. The advantage of
.Net is that you can use it for pretty much any sort of application once you
have learned the language(s) and the framework.

Brian 

> -Original Message-
> From: owner-u2-us...@listserver.u2ug.org 
> [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Symeon Breen
> Sent: 17 March 2009 22:17
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] IDE
> 
> Off topic, but in reply - I develop all my web pages (asp.net 
> and others) using firefox as the browser - i then tweak the 
> stylesheets to cater for the bugs in ie6.  Ie7 and 8 are much better.
> 
> -Original Message-
> From: owner-u2-us...@listserver.u2ug.org
> [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jacques G.
> Sent: 17 March 2009 21:24
> To: u2-users@listserver.u2ug.org
> Subject: Re: [U2] IDE
> 
> Using .NET doesn't mean you're stuck with IE.  The webpages 
> which make use of dot.net services can be any webserver.  
> You'd just have to develop with your customer's browser to 
> make sure it displays correctly.
> 
> 
> 
> - Original Message 
> From: "Brutzman, Bill" 
> To: u2-users@listserver.u2ug.org
> Sent: Tuesday, March 17, 2009 2:35:04 PM
> Subject: RE: [U2] IDE
> 
> Here is another design angle...
> 
> Although we use MS Exchange and Outlook, Excel, and Word, my 
> boss eschews Microsoft IE.  As I am not looking to talk 
> myself out of my job, I am not looking to force .net on him.
> 
> --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/
> ---
> 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 in Web App [ad]

2009-03-18 Thread Symeon Breen
Or use the u2 native connection pooling.



-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Tony G
Sent: 18 March 2009 00:14
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UniObjects in Web App [ad]

From: D Averch
> We would not recommend to anyone that you try to write 
> your own connection manager.  We been there and done 
> that.  However, that is what you have to do in order 
> to guarantee that you don't step on your connections.

Well, you don't need to "write" a connection manager.  You can
use one that already exists at a very reasonable price.  As I've
mentioned many times in my blog, you can use mv.NET connections
to U2 from a variety of clients and middle-tiers, including PHP,
Java, Adobe Flex, old ASP (not .NET), devices, and of course
.NET.

See how mv.NET manages connections in the video on this page:
nospamNebula-RnD.com/products/gallery.htm
Feel free to email any questions, or post them to our forum.

HTH
Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
Nebula R&D sells mv.NET and other Pick/MultiValue products
worldwide, and provides related development services
nospamNebula-RnD.com/blog/
nospamNebula-RnD.com/forum/
---
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] validate active directory username & password from within unidata?

2009-03-18 Thread Craig Bennett

Any ideas how I might be able to validate active directory username &
password from within unidata?
Contact br...@cross.net.au and see if he is still selling the LDAP 
interface I wrote for him.
This will let you use a unibasic subroutine to query active directory 
including validating a username and password.

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


RE: [U2] validate active directory username & password from within unidata?

2009-03-18 Thread Hona, David
Further clarification of the requirements would be useful. When and how
often do you want to do this? Do you want to use an API or using the
'shell' okay? Is it to be used on Windows & UNIX servers? Does need to
work on UD & UV? Do you want to 'spend' any money to get the 'perfect'
or quick 'n' dirty and 'free' is what you're after??

If you're simply Windows-only you can use the API provided by BCI
(SQLConnect) to authenticate AD users (never tried it, but it *should*
work :) YMMV). This would work on UD & UV on Windows. In UV10.3 IBM has
introduced PAM support on the UNIX platform, not sure about UD.

Regards,
David


-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Bruce McAdoo
Sent: Wednesday, 18 March 2009 11:44 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] validate active directory username & password from within
unidata?

Any ideas how I might be able to validate active directory username &
password from within unidata?

** IMPORTANT MESSAGE *   
This e-mail message is intended only for the addressee(s) and contains 
information which may be
confidential. 
If you are not the intended recipient please advise the sender by return email, 
do not use or
disclose the contents, and delete the message and any attachments from your 
system. Unless
specifically indicated, this email does not constitute formal advice or 
commitment by the sender
or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. 
We can be contacted through our web site: commbank.com.au. 
If you no longer wish to receive commercial electronic messages from us, please 
reply to this
e-mail by typing Unsubscribe in the subject line. 
**
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] validate active directory username & password from within unidata?

2009-03-18 Thread Tony G
> From: Bruce McAdoo 
> Any ideas how I might be able to validate active directory
username &
> password from within unidata?

I'd encrypt the data in BASIC, pass it to a windows box, and
execute an EXE that just does the authentication and returns a
yes or no (also encrypted to deter corruption in the middle).
This should be fairly straightforward.  There are lots of code
samples on the net for Active Directory.  I recommend against
shelling out with the user ID and password in plain text as this
is very insecure.  Everything can/should be wrapped in a BASIC
subroutine to make the plumbing completely transparent to the
application.  This approach works for a wide range of these "how
do I..." questions.

This brings up a question: Does anyone know if we can link a C++
or .NET DLL into the UD or UV executables?  Maybe call via a user
exit or some other mechanism directly from BASIC?  Shelling out
is very inelegant, slow, and can be insecure.  I have a blog
coming out soon on this concept but haven't done this with U2.
TIA

Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/