Re: [U2] Remove items from lsit in DICT

2012-04-05 Thread Martin Braid
Or just EV the attribute and then C/B//G and FI twice. Assuming there
are no linked MV attributes that also need messing with. Martin

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel
McGrath
Sent: 06 April 2012 03:26
To: U2 Users List
Subject: Re: [U2] Remove items from lsit in DICT

G option for C might come in handy here (Global: repeats command until
there are no more matches)

^
C/B^253//G

Regards,
Dan


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Thursday, April 05, 2012 4:17 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Remove items from lsit in DICT


^
up-arrow-mode
C/B^253//
C
C
C
C
C
C
C



-Original Message-
From: Holt, Jake 
To: u2-users 
Sent: Thu, Apr 5, 2012 3:06 pm
Subject: [U2] Remove items from lsit in DICT


This is probably really simple, but I can't seem to find a way without
riting a sub.  Is there an easy way to simply remove items from a MV
ield in a dictionary?  
 
For instance if I have a MV with A, A,A,B,B,B,B,C,C,C and wanted to just
emove the Bs.
 
Thanks,
 
Jake Holt  |  samsill  |  Information Technology Director
p) 817-536-1906 x 217 |  5740 Hartman Road Fort Worth TX 76119
jh...@samsill.com    |  www.samsill.com  |
ww.bindersforlife.com
 
___
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://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


Click
https://www.mailcontrol.com/sr/wQw0zmjPoHdJTZGyOCrrhg==
D2VHiLeE8cjwJ+6UKgOADBjSxIHBYlYk1F8TccP!XTbKg==  to report this email as
spam.


Epicor Software (UK) is a limited company registered in England & Wales.  
Registration Number: 2338274.   Registered Office:  6th Floor, One London Wall, 
London EC2Y 5EB 
This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software (UK) Limited or any 
other company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Remove items from lsit in DICT

2012-04-05 Thread Daniel McGrath
G option for C might come in handy here (Global: repeats command until there 
are no more matches)

^
C/B^253//G

Regards,
Dan


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Thursday, April 05, 2012 4:17 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Remove items from lsit in DICT


^
up-arrow-mode
C/B^253//
C
C
C
C
C
C
C



-Original Message-
From: Holt, Jake 
To: u2-users 
Sent: Thu, Apr 5, 2012 3:06 pm
Subject: [U2] Remove items from lsit in DICT


This is probably really simple, but I can't seem to find a way without riting a 
sub.  Is there an easy way to simply remove items from a MV ield in a 
dictionary?  
 
For instance if I have a MV with A, A,A,B,B,B,B,C,C,C and wanted to just emove 
the Bs.
 
Thanks,
 
Jake Holt  |  samsill  |  Information Technology Director
p) 817-536-1906 x 217 |  5740 Hartman Road Fort Worth TX 76119 
jh...@samsill.com    |  www.samsill.com  | 
ww.bindersforlife.com
 
___
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://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


Re: [U2] Unwanted Duplicated

2012-04-05 Thread Greg Coelho
Hey Guys,

I am selecting SAVING UNIQUE on a multivalue field.  I then MERGE.LIST 
these ID's with a larger group - which should itself only return Unique 
ID's.  What I am getting returned is a sizeable number of duplicates. 
Looking closer it appears that these ID's are often attached to a value 
marker which suggests that they were sitting with a Null Value that was 
pulled in with the ID. 

'GET.LIST WORKING.IMOD.6 TO 1'
'SELECT ADDRESS WITH ADDRESS.CHANGE.DATE GE ':X.CHG.DATE:' SAVING UNIQUE 
RESIDENTS'
'SAVE.LIST GET.IMOD.ADDRESS'
'GET.LIST GET.IMOD.ADDRESS TO 2'
'MERGE.LIST 1 UNION 2 TO 3'
'SAVE.LIST WORKING.IMOD.7 FROM 3'

*** WORKING.IMOD.7 is full of dups!

I was thinking about trying - 

SELECT ADDRESS WITH ADDRESS.CHANGE.DATE GE ':X.CHG.DATE:' SAVING UNIQUE 
RESIDENTS NO.NULLS'

Any recommendations? 

As Aways - Thanks!

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


Re: [U2] Remove items from lsit in DICT

2012-04-05 Thread Wjhonson

^
up-arrow-mode
C/B^253//
C
C
C
C
C
C
C



-Original Message-
From: Holt, Jake 
To: u2-users 
Sent: Thu, Apr 5, 2012 3:06 pm
Subject: [U2] Remove items from lsit in DICT


This is probably really simple, but I can't seem to find a way without
riting a sub.  Is there an easy way to simply remove items from a MV
ield in a dictionary?  
 
For instance if I have a MV with A, A,A,B,B,B,B,C,C,C and wanted to just
emove the Bs.
 
Thanks,
 
Jake Holt  |  samsill  |  Information Technology Director
p) 817-536-1906 x 217 |  5740 Hartman Road Fort Worth TX 76119
jh...@samsill.com    |  www.samsill.com  |
ww.bindersforlife.com
 
___
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://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] Remove items from lsit in DICT

2012-04-05 Thread Holt, Jake
This is probably really simple, but I can't seem to find a way without
writing a sub.  Is there an easy way to simply remove items from a MV
field in a dictionary?  

 

For instance if I have a MV with A, A,A,B,B,B,B,C,C,C and wanted to just
remove the Bs.

 

Thanks,

 

Jake Holt  |  samsill  |  Information Technology Director
(p) 817-536-1906 x 217 |  5740 Hartman Road Fort Worth TX 76119

jh...@samsill.com    |  www.samsill.com  |
www.bindersforlife.com

 

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


Re: [U2] Logging on to UD 7.2 on RH Linux using Active Directory andwinbind

2012-04-05 Thread John Hester
Winbind should cover all the necessary bases at the OS-level for
verifying a user's identity so that an application can't tell if the
user is local or not.  We use AD for authentication with UV on linux and
I've never run into any UV permissions issues as a result.  You might
want to double-check your /etc/nsswitch.conf file.  This is how ours is
set up:

passwd: files winbind
shadow: files winbind
group:  files winbind

Also, check that your AD users have write permissions on the database
directory.  Ours has group ownership of "domain users" with group write
permission enabled:

drwxrwxr-x 771 fabric.prod domain users 131072 Apr  5 08:39
/uvdata/FABRIC.PROD

-John

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki
Foerthmann
Sent: Thursday, April 05, 2012 9:08 AM
To: U2 Users List
Subject: [U2] Logging on to UD 7.2 on RH Linux using Active Directory
andwinbind

We are finally in the process of upgrading our old UD 5.2 system on
Solaris to 7.2 running on a virtual RH Linux server.
So far everything seems to work OK.
We can log into the database as the root user fine.
We can log into the database as a local linux user fine.
But we don't want to create local users on the linux box as it is
another set of user accounts / passwords to maintain.
To get round this we are using winbind to allow users to login to the
Linux server with their Windows Active Directory credentials.
This works well however when we come to run the udt command in the data
directory we get the following error "Illegal User ID" then the UID of
the Winbind user.
There is obviously some check that occurs when udt starts to see if the
user is a valid linux user, udt must not be able to query the
authentication mechanism and therefore will not allow the user to run
udt.
Is there a switch or another way to make this work?

Thanks

Mecki
___
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] Compare/Diff feature in BDT

2012-04-05 Thread Doug Averch
[ad]
XLr8Editor which uses Eclipse as the IDE allows comparison of Proc's,
Pam's, VOC's, or even Data and you don't have to copy them into
directory type files.
[/ad]

Regards,
Doug
www.u2logic.com/tools.html

On Thu, Apr 5, 2012 at 8:36 AM, Bobby Worley  wrote:
> Thanks, Tom - I knew I had seen it somewhere!  I was looking in the
> toolbar.
>
>
> FYI - you could compare paragraphs, procs, etc if you copy them to a
> dir-type file like &hold& or some such. I know its an extra step, but it
> is possible.
>
>
> Regards,
> Bob
>
>
> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tom Whitmore
> Sent: Thursday, April 05, 2012 9:03 AM
> To: U2 Users List
> Subject: Re: [U2] Compare/Diff feature in BDT
>
> There is a compare feature in BDT.  It only works for records in
> directories though.  I'd love to be able to compare paragraphs, procs or
> dictionaries but I haven't seen a way.
>
> To compare, you need to select the first program then hold the control
> key and select the second program.  Now right-click and choose "Compare
> with", then "each other".
>
> Make sure you don't have the folder selected, BDT will report that it
> doesn't support the function. (not the exact wording).
>
> The compare view shows two panes and you have icons to move from one
> difference to another, and to move code from one pane to another... all
> icons but the hover does provide a description.
>
> Tom
> RATEX Business Solutions
>
> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bobby Worley
> Sent: Thursday, April 05, 2012 9:49 AM
> To: U2 Users List
> Subject: [U2] Compare/Diff feature in BDT
>
> In  Rocket Software's Basic Developer Toolkit, I thought there was a
> source code compare capability - did I imagine that?
>
> ___
> 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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Unable to unlink the operating system file BILLS.123

2012-04-05 Thread Wjhonson

I think you won.
I think there must have been a previous zombie still running around town 
holding the handle to the file.
When I close my session and started over from scratch that handle vanished from 
the list, and my process stopped complaining.

Thanks.




-Original Message-
From: Horacio Pellegrino 
To: U2 Users List 
Sent: Wed, Apr 4, 2012 11:44 am
Subject: Re: [U2] Unable to unlink the operating system file BILLS.123


If it worked and in a loop, check that the previous shell did finish. It
ight still have the file opened, therefore cannot be deleted (unlink).
Cheers!
hp
On Wed, Apr 4, 2012 at 2:15 PM, Wjhonson  wrote:
>
 After beating this program / phantom / script / shell /... I finally got
 it to spit out why it kept failing in the middle of the night.
 This is Universe 10.2.3 on Windows 7 Professional (if that matters)

 LINE 121 Unable to unlink the operating system file "BILLS.123"

 I'm trying to delete this file on this line, so what sort of thing causes
 this particular error ?

 Could it be that the file is being held open by something? That I don't
 have permissions to delete ?
 That the directory is read-only in Windows?

 What is my checklist to run through, to figure out which issue is my issue?

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


-- 
*hp*
__
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://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] Logging on to UD 7.2 on RH Linux using Active Directory and winbind

2012-04-05 Thread Mecki Foerthmann
We are finally in the process of upgrading our old UD 5.2 system on 
Solaris to 7.2 running on a virtual RH Linux server.

So far everything seems to work OK.
We can log into the database as the root user fine.
We can log into the database as a local linux user fine.
But we don't want to create local users on the linux box as it is 
another set of user accounts / passwords to maintain.
To get round this we are using winbind to allow users to login to the 
Linux server with their Windows Active Directory credentials.
This works well however when we come to run the udt command in the data 
directory we get the following error "Illegal User ID" then the UID of 
the Winbind user.
There is obviously some check that occurs when udt starts to see if the 
user is a valid linux user, udt must not be able to query the 
authentication mechanism and therefore will not allow the user to run udt.

Is there a switch or another way to make this work?

Thanks

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


Re: [U2] Compare/Diff feature in BDT

2012-04-05 Thread Bobby Worley
Thanks, Tom - I knew I had seen it somewhere!  I was looking in the
toolbar.


FYI - you could compare paragraphs, procs, etc if you copy them to a
dir-type file like &hold& or some such. I know its an extra step, but it
is possible.


Regards,
Bob


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tom Whitmore
Sent: Thursday, April 05, 2012 9:03 AM
To: U2 Users List
Subject: Re: [U2] Compare/Diff feature in BDT

There is a compare feature in BDT.  It only works for records in
directories though.  I'd love to be able to compare paragraphs, procs or
dictionaries but I haven't seen a way.

To compare, you need to select the first program then hold the control
key and select the second program.  Now right-click and choose "Compare
with", then "each other".

Make sure you don't have the folder selected, BDT will report that it
doesn't support the function. (not the exact wording).

The compare view shows two panes and you have icons to move from one
difference to another, and to move code from one pane to another... all
icons but the hover does provide a description.

Tom
RATEX Business Solutions

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bobby Worley
Sent: Thursday, April 05, 2012 9:49 AM
To: U2 Users List
Subject: [U2] Compare/Diff feature in BDT

In  Rocket Software's Basic Developer Toolkit, I thought there was a
source code compare capability - did I imagine that?  

___
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


Re: [U2] Compare/Diff feature in BDT

2012-04-05 Thread Tom Whitmore
There is a compare feature in BDT.  It only works for records in directories 
though.  I'd love to be able to compare paragraphs, procs or dictionaries but I 
haven't seen a way.

To compare, you need to select the first program then hold the control key and 
select the second program.  Now right-click and choose "Compare with", then 
"each other".

Make sure you don't have the folder selected, BDT will report that it doesn't 
support the function. (not the exact wording).

The compare view shows two panes and you have icons to move from one difference 
to another, and to move code from one pane to another... all icons but the 
hover does provide a description.

Tom
RATEX Business Solutions

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bobby Worley
Sent: Thursday, April 05, 2012 9:49 AM
To: U2 Users List
Subject: [U2] Compare/Diff feature in BDT

In  Rocket Software's Basic Developer Toolkit, I thought there was a source 
code compare capability - did I imagine that?  

___
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] Compare/Diff feature in BDT

2012-04-05 Thread Bobby Worley
In  Rocket Software's Basic Developer Toolkit, I thought there was a
source code compare capability - did I imagine that?  

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