RE: [U2] [UD] BASIC "LOCK"s

2005-12-29 Thread Jacques G.
> However on that same machine that shows only 'me', a > PORT.STATUS does > show everything ? For PORT.STATUS it must have certain permission bits set. (+s if I remember correctly) otherwise it only shows the jobs of the user running PORT.STATUS. It's quite possible that whatever program is feed

Re: [U2] [UD] BASIC "LOCK"s

2005-12-29 Thread Jacques G.
The function is in APP.PROGS of 10.0.0 but we have a client who has that version and it doesn't work on it. Our clients that have 10.1.xx versions have it and it is functionnal there. --- Dianne Ackerman <[EMAIL PROTECTED]> wrote: > What version of Universe do you have that in? I > don't have i

RE: [U2] Eliminating strange characters

2005-12-29 Thread John Jenkins
Uvbackup to a file/ network copy / uvrestore... Best for the job Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Dzikiewicz Sent: 29 December 2005 20:37 To: u2-users@listserver.u2ug.org Subject: [U2] Eliminating strange character

RE: [U2] [UD] BASIC "LOCK"s

2005-12-29 Thread Anthony Dzikiewicz
This is good info. I did some experimenting with it and I found that on one Linux system the loop thru the USER.INFO shows all process running and on the other Linux system the same program shows only 'me'. When I run this on the Windows machine it show everything running. So, on two machines i

RE: [U2] Eliminating strange characters

2005-12-29 Thread George Gallen
zip the directory, copy it, then unzip on the windows side. This might work... Also, since this is a type 30, these files may not be needed, so when you zip the file, exclude them. George > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Anthony > Dziki

RE: [U2] File Export and Value Mark

2005-12-29 Thread Jason K. Szemborski
Kevin, It is being exported using the export option in the report manager in Dataflo. I'm not using the subroutine to write out the data directly to a file, it just gathers the information. Example of what happens User enters dataflo screen MAP-U-Z02 User enters a start date User enters an end

RE: [U2] File Export and Value Mark

2005-12-29 Thread Kevin King
>It is being exported using the export option in the report >manager in Dataflo. I'm not using the subroutine to >write out the data directly to a file, it just gathers the information. Seems to me that this is a question for Epicor rather than a general U2 question. Maybe someone on here with

RE: [U2] [UD] BASIC "LOCK"s

2005-12-29 Thread u2
The universe people provided a lot of undocumented and unsupported programs in the APP.PROGS. GET.USERS.B is one of them. It's well worth going through. There are sample user exits, and a program named EDT that's a clone of the pick ED command, and lot of other good stuff. > -Original Message-

RE: [U2] File Export and Value Mark

2005-12-29 Thread Kevin King
Jason, how are you actually exporting the work file contents? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Eliminating strange characters

2005-12-29 Thread Anthony Dzikiewicz
I have a weird situation that I could use some help on. I am trying to copy an account on a Linux testmachine to a Winwdows PC. The account on the testmachine is shared via Samba. The trouble is that there are some files that have weird files in the directories and it stops the copying. For exam

Re: [U2] [UD] BASIC "LOCK"s

2005-12-29 Thread Dianne Ackerman
What version of Universe do you have that in? I don't have it! (v9.6) Thanks, Dianne Jacques G. wrote: >It is part of Universe. The source for that function >is in: > >APP.PROGS under the name: GET.USERS.B > >Its parameters are: > > SUBROUTINE >GET.USERS(PI.USERS,MAX.PI.USERS,SYS.USERS,USER.IN

[U2] File Export and Value Mark

2005-12-29 Thread Jason K. Szemborski
Hi all, I am using a subroutine to gather information for a file export, using a workfile in Universe/Dataflo. Each time I export the file, I end up with a value mark at the end of the file I assume because of the workfile ID that is used to separate records. Is there a way to prevent that mark

RE: [U2] [UD] BASIC "LOCK"s

2005-12-29 Thread Jacques G.
It is part of Universe. The source for that function is in: APP.PROGS under the name: GET.USERS.B Its parameters are: SUBROUTINE GET.USERS(PI.USERS,MAX.PI.USERS,SYS.USERS,USER.INFO, CODE) The variable USER.INFO can be exploited thus: NB.US = DCOUNT(USER.INFO,@AM) ;* Number of users FOR US

RE: [U2] Alternate Indexes

2005-12-29 Thread Anthony Dzikiewicz
You might have to do; SET.INDEX DELIN TO NULL FORCE CREATE.INDEX DELIN TAXNO CREATE.INDEX DELIN LOAN.CO.NO BUILD.INDEX DELIN ALL I keep a VOC record updated (REBUILD.INDEX.ALL.FILES) with all our alternate indexes and I use this to reindex the account whenever we move the account to a test machine

RE: [U2] [UD] BASIC "LOCK"s

2005-12-29 Thread Anthony Dzikiewicz
I didn't know about GET.USERS. I did a HELP GET.USERS, HELP BASIC GET.USER and there was nothing. Is this undocumented or is this a home grown utility ? Anthony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jacques G. > Sent: Thursday, December

RE: [U2] [UD] BASIC "LOCK"s

2005-12-29 Thread Jacques G.
> PORT.STATUS will let you know if a PHANTOM is > running, but you either > have to be root or you have to change the > permissions to allow you to > see this. The Universe function GET.USERS will also let you know if a phantom is running. It also has the advantage that it won't give you the mess

RE: [U2] Alternate Indexes

2005-12-29 Thread John Jenkins
Mark This is one I have seen often - usually because the file or it's index was open by a process at the time of creation or build. Resolution: 1. get everyone off - including PHANTOMs 2. LOGIN cleanly without running any LOGIN that might open files to COMMON etc. 3. DELETE.INDEX xx ALL 4. CR

RE: [U2] unoObjects File.Read Question

2005-12-29 Thread George Smith
Don Try-catch block it is. Grs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Kibbey Sent: Wednesday, December 28, 2005 3:19 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] unoObjects File.Read Question >From the semi colons (all hail the mig

RE: [U2] [UD] BASIC "LOCK"s

2005-12-29 Thread Anthony Dzikiewicz
I created a system of tracking background processes. I have a file PID, which tracks everything. When a phantom is launched it updates itself in the PID file via some routines I wrote to interact with this. I have a command that will show the status of all things in the PID file. When this comma

[U2] READU LOCKS

2005-12-29 Thread Hari T. K. Varma
Hi All, Could any one help me out with a way to find the maximum number of Locks a READU statement can obtai. Can this Threshold value be configured Thanks in Advance Regards, Harivarma CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENT