Re: [U2] [UD] UniRPC Port#

2010-08-31 Thread Colin Alfke
It looked like it had the instructions for both UV and UD. Especially
updating the uci.config on the client to attach to the updated port. It's a
little strange that it's so easy in UV and so hard in UD

Colin

-Original Message-
From: Bill Haskett
Sent: August 30, 2010 5:03 PM
To: U2 Users List
Subject: Re: [U2] [UD] UniRPC Port#

  Colin:

Thanks.  It appears this applies to UV only.  Per page 2-10 of the UD 
documentation Administrative Supplement for APIs, On UniData servers, 
UniRPC maintenance is minimal.  You cannot change the port number of the 
UniRPC, and there is no need to maintain a /*hosts*/* *file.

In UniAdmin, there's no prompt for changing the RPC port for UniData.

It appears the way is to control the client side and include a port with 
the connection attempt.  Then, in the firewall, parse out the port and 
forward it to the appropriate machine.  Haven't quite got it working yet 
but it looks like it may work with my Netscreen 5gt.

Thanks again,

Bill


Colin Alfke said the following on 8/30/2010 1:45 PM:
 Bill;

 Have a look at technote: SFMA-12331. It looks like it shows how to change
it
 on both the server and the client.

 Hth
 Colin

 -Original Message-
 From: Bill Haskett
 Sent: August 29, 2010 5:50 PM
 To: U2 Users List
 Subject: Re: [U2] [UD] UniRPC Port#

Thanks Gregor.  I just got off the phone with a friend and we came to
 the same conclusion.  Now we need to figure out how mv.NET can make a UO
 client call using port 31439 (or whatever).

 Thanks again,

 Bill

 
 Gregor Scott said the following on 8/29/2010 4:26 PM:
 Hi Bill.

 Have you looked at port-mapping on the firewall?
 This allows port 31439 at the firewall to be mapped to port 31438 on the
 second UD machine, alleviating the need to re-locate the UniRPC port on
the
 second server.
 Gregor

 -Original Message-
 From: Bill Haskett
 Sent: Monday, 30 August 2010 8:48 AM
 To: U2 Users List
 Subject: Re: [U2] [UD] UniRPC Port#

 The problem I'm having is I have two machines, inside a firewall and
 on a single network, running UniData.  I want to get access, using
 uo.net, to each machine.  I have a single IP address.  Thus, I'd have to
 be able to start the unirpc service on each machine using a different
 port (one 31438 and one 31439, for example).  Then, I'd have to figure
 out how to get the UO client to make a call using one or the other
port#s.

 Is this possible?  I know, when I'm using UniAdmin, I can create a
 connection to a U2 dbms server and specify the port#.  Does this only
 apply to UV?


 Thanks,

 Bill

 
 Bill Haskett said the following on 8/29/2010 3:13 PM:
In UniData (on Windows) the default unirpc port is 31438.  Can I
 change this?  It seems I can in UV but not on UD.  How can this be?

 The E:\IBM\unishared\unirpc\uniprcservices file doesn't include the
 port...

 udcs E:\IBM\ud\bin\udapi_server.exe * TCP/IP 0 300
 defcs E:\IBM\ud\bin\udapi_server.exe * TCP/IP 0 300
 udserver E:\IBM\ud\bin\udsrvd.exe * TCP/IP 0 3600
 udadmin E:\IBM\ud\bin\udadmin_server.exe * TCP/IP 0 3600
 udadmin72 E:\IBM\ud\bin\udadmin_server.exe * TCP/IP 0 3600
 unirep72 E:\IBM\ud\bin\udsub.exe * TCP/IP 0 3600
 rmconn72 E:\IBM\ud\bin\repconn.exe * TCP/IP 0 3600

 Any help would be appreciated.

 Bill

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] possible to reverse engineer unibasic object?

2010-08-31 Thread Chris Austin

I was wondering if there was an easy way to reverse engineer unibasic object 
and turn it into
source code? We have some old (but necessary) programs that we can't seem to 
find the 
source anywhere for. However we do have the object code. Any help is 
appreciated.

Chris

  
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] possible to reverse engineer unibasic object?

2010-08-31 Thread Robert Houben
A long time ago, I wrote a reverse compiler for Reality. It even found the 
variable map if you compiled with the M option and put the right variable 
names back.  Yes, it can be done, but I don't have the source for the reverse 
compiler anymore, and it wouldn't work for UniBASIC anyways.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Chris Austin
Sent: Tuesday, August 31, 2010 8:14 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] possible to reverse engineer unibasic object?


I was wondering if there was an easy way to reverse engineer unibasic object 
and turn it into
source code? We have some old (but necessary) programs that we can't seem to 
find the
source anywhere for. However we do have the object code. Any help is 
appreciated.

Chris


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] possible to reverse engineer unibasic object?

2010-08-31 Thread Carl Dula
Take a look at:

http://www.srs4uv.com/

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] possible to reverse engineer unibasic object?

2010-08-31 Thread Charles_Shaffer
Cool.  How about Unidata?

Take a look at:

http://www.srs4uv.com/

Charles Shaffer
Senior Analyst
NTN-Bower Corporation
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] possible to reverse engineer unibasic object?

2010-08-31 Thread Chris Austin

Sweet!! Thanks a ton Carl. 

-Chris


 From: c...@pulsarsystems.com
 To: u2-users@listserver.u2ug.org
 Date: Tue, 31 Aug 2010 11:41:56 -0400
 Subject: Re: [U2] possible to reverse engineer unibasic object?
 
 Take a look at:
 
 http://www.srs4uv.com/
 
 --
 Carl Dula   Voice: 973-227-8440 X111
 Pulsar Systems, Inc.Fax: 973-227-8440
 271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
 Fairfield, NJ 07004-2474http://www.pulsarsystems.com
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
  
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] [UV] Shared Record Locks

2010-08-31 Thread Perry Taylor
Has anyone a real-world application where UniVerse shared record locks
are used?  I'm struggling with when they would be preferable to using an
update record lock.  Anyone willing to share their experiences?

Thanks.

Perry Taylor
ZirMed
626 West Main St , 6th Floor
Louisville, KY 40202
www.zirmed.com http://www.zirmed.com/ 




CONFIDENTIALITY NOTICE: This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information.  Any
unauthorized review, use, disclosure or distribution is 
prohibited. ZirMed, Inc. has strict policies regarding the 
content of e-mail communications, specifically Protected Health 
Information, any communications containing such material will 
be returned to the originating party with such advisement 
noted. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the 
original message.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] Shared Record Locks

2010-08-31 Thread Bob Woodward
I had a process that would spin off multiple phantoms, each putting a
shared lock on a control group record.  When each child phantom
finished, it would release its shared lock.  When the main process was
able to obtain an update lock, it knew all the child processes had
completed and it would close the group.

Is that the kind of thing you're asking about?

BobW

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Perry Taylor
Sent: Tuesday, August 31, 2010 12:35 PM
To: U2 Users List
Subject: [U2] [UV] Shared Record Locks

Has anyone a real-world application where UniVerse shared record locks
are used?  I'm struggling with when they would be preferable to using an
update record lock.  Anyone willing to share their experiences?

Thanks.

Perry Taylor
ZirMed
626 West Main St , 6th Floor
Louisville, KY 40202
www.zirmed.com http://www.zirmed.com/ 




CONFIDENTIALITY NOTICE: This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information.  Any
unauthorized review, use, disclosure or distribution is 
prohibited. ZirMed, Inc. has strict policies regarding the 
content of e-mail communications, specifically Protected Health 
Information, any communications containing such material will 
be returned to the originating party with such advisement 
noted. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the 
original message.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] Shared Record Locks

2010-08-31 Thread Dan Goble
When you have data you want to update, but do not want to prevent people from 
viewing the rest of the data.

I.E. Updating patient information for the next insurance enrollment period, and 
still letting customer service reps access the data to help customers.

HTH
-Dan

- Original Message -
From: u2-users-boun...@listserver.u2ug.org 
u2-users-boun...@listserver.u2ug.org
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue Aug 31 15:34:51 2010
Subject: [U2] [UV] Shared Record Locks

Has anyone a real-world application where UniVerse shared record locks
are used?  I'm struggling with when they would be preferable to using an
update record lock.  Anyone willing to share their experiences?

Thanks.

Perry Taylor
ZirMed
626 West Main St , 6th Floor
Louisville, KY 40202
www.zirmed.com http://www.zirmed.com/ 




CONFIDENTIALITY NOTICE: This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information.  Any
unauthorized review, use, disclosure or distribution is 
prohibited. ZirMed, Inc. has strict policies regarding the 
content of e-mail communications, specifically Protected Health 
Information, any communications containing such material will 
be returned to the originating party with such advisement 
noted. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the 
original message.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] Shared Record Locks

2010-08-31 Thread Tom Whitmore
Hi,
The READL is one verb that causes a lot of confusion, and I have not found a 
use for it.

READU prevents another person to lock the record, but regular READs continue to 
work without a problem.
READL permits multiple READL or READ but no READUs/WRITES are permitted.  You 
cannot update with a READL, because WRITES require a record lock.

As I said, I don't understand why anyone would use it.

Tom
RATEX Business Solutions.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: Tuesday, August 31, 2010 7:07 PM
To: 'u2-users@listserver.u2ug.org'
Subject: Re: [U2] [UV] Shared Record Locks

When you have data you want to update, but do not want to prevent people from 
viewing the rest of the data.

I.E. Updating patient information for the next insurance enrollment period, and 
still letting customer service reps access the data to help customers.

HTH
-Dan

- Original Message -
From: u2-users-boun...@listserver.u2ug.org 
u2-users-boun...@listserver.u2ug.org
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue Aug 31 15:34:51 2010
Subject: [U2] [UV] Shared Record Locks

Has anyone a real-world application where UniVerse shared record locks
are used?  I'm struggling with when they would be preferable to using an
update record lock.  Anyone willing to share their experiences?

Thanks.

Perry Taylor
ZirMed
626 West Main St , 6th Floor
Louisville, KY 40202
www.zirmed.com http://www.zirmed.com/ 




CONFIDENTIALITY NOTICE: This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information.  Any
unauthorized review, use, disclosure or distribution is 
prohibited. ZirMed, Inc. has strict policies regarding the 
content of e-mail communications, specifically Protected Health 
Information, any communications containing such material will 
be returned to the originating party with such advisement 
noted. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the 
original message.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users