Re: [U2] Regarding: Unidata dictionaries

2012-06-21 Thread Boydell, Stuart

Dave is correct, this technique will work with a DIALOG.DEFN. You can embed any 
SB+ expression within () in a DISP string (DISP 4 aka DIALOG or any of the 
other types 1-9) and the processor will evaluate the expression before 
displaying the value (and without interpreting backslashes).

/DIALOG.DEFN (Tools,Other,Dialog Box Defs) is the way to set up a dialog 
definition. This will allow you to use DISP 4, 'DIALOG_ID' (where DIALOG_ID is 
the name of your definition) in a process.

DISP 4, ... is same as: CALL SB.DISP(4,'DIALOG_ID') or EXEC DIALOG,DIALOG_ID or 
even CALL SB.PROCESS('DIALOG,DIALOG_ID') depending if your calling context is a 
PROCESS or SUBROUTINE.

Have a look at the SB+ Ref PDF - page 4-60 for more information.

Stuart

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Lunt, Bruce
Sent: Friday, 22 June 2012 09:08
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I am not familiar with the dialog function. Could you help me with where to 
look for this tool's documentation?

Thanks,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Davis
Sent: Thursday, June 21, 2012 12:01 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Create a dialog definition and use an expression to contain your message.
Put your text in @VALUE.  Use the "DIALOG" process to display the definition.  
It should work fine.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Lunt, Bruce
Sent: Thursday, June 21, 2012 1:55 PM
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I have just come across a problem that is sort of related to the problem with 
UniQuery and single quotes noted in Dan's article. I thought that I would share 
what is happening to see if there is an answer.

We are using Unidata 7.1 and SB+ 5.3. I have written a Basic program to extract 
a file and when it finishes I will either display the error message or if it 
was successful I want to print a message that tells them that they can find 
their file at C:\WINDOWS\TEMP\filename.xml. The method that I use for 
displaying the messages is CALL SB.DISP(4,"message here"). When I run the job 
it does not display the message but if I remove the '\' characters it works 
fine. Is there some way to get this message to display without removing the '\' 
characters?

I find it very interesting that I have never seen this problem before and then 
the very next day after reading the article by Dan McGrath it happens to me.

Thanks in advance,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath
Sent: Wednesday, June 20, 2012 12:25 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Satya,

I have a small write up I did a while ago that might help you:
http://u2tech.wordpress.com/tips-hints/dictionary-tips-hints/

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya
Sent: Wednesday, June 20, 2012 10:18 AM
To: U2 Users List
Subject: [U2] Regarding: Unidata dictionaries

Hi,

Could you let,me know what is the difference between PH- type records, D-type 
records,V-type records,X-type records

Thank you,
Satya
___
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



Dave Davis
Team Lead, R&D

P: 614-875-4910 x108
F: 614-875-4088
E: dda...@harriscomputer.com
[http://www.harriscomputer.com/images/signatures/HarrisSchools.gif]

[http://www.harriscomputer.com/images/signatures/DivisionofHarris.gif]
6110 Enterprise Parkway
Grove City, OH
43123
www.harris-schoolsolutions.com

This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged or confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please notify the sender immediately by e-mail and delete all 
copies of the message.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://li

Re: [U2] UV Unix File Recovery

2012-06-21 Thread George Gallen

From: u2-users-boun...@listserver.u2ug.org 
[u2-users-boun...@listserver.u2ug.org] On Behalf Of Wols Lists 
[antli...@youngman.org.uk]
Sent: Thursday, June 21, 2012 6:56 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UV Unix File Recovery

On 21/06/12 16:53, George Gallen wrote:
> We use rdiff-backup for onsite backups, it creates a mirror and keeps 
> differential for
> Restoring to specific backup date images (although that is a file by file).

How easy is it to get back to any particular date? Disk space is cheap
(though network bandwidth isn't, if big files get modified). Not saying
my way is better, but it gives the appearance of multiple full backups,
while only doing an incremental copy.

 http://www.nongnu.org/rdiff-backup/

 Multiple full backups would only occur if you used a backup method to 
backup the mirror,
(excepting the directory which holds the incremental files).

 To restore a file, you can specify an exact date/time or an estimated date 
(ie. 3d ago)
 It also has a pruning utility if you need to free up disk space, by 
deleteing older incrmental info

 It actually does a fairly good job at only saving the changes, even to big 
files.
 

>
> We run our nightly backups off the mirror
>
> And update the mirror every 20 minutes - except while the backup runs

Yup - on the main server itself, I'd probably run mirrored disks, break
the mirror to do the backup, and then resync the mirror.

  In my case, I don't "break" the mirror, as it's not a real time mirror, 
it's an every 20 minute
  mirror. When I run my tape backup on the mirror, I disable the every 20 
minute run
  until it's done, then restart the mirroring.

>
> The mirror can be on the same system, SAN or another network

Hmmm... If you can network the mirror, could you mirror it onto that
self-same linux box?

Mirror the live disk onto the linux box, break the mirror to do a local
(probably cross-drive) backup, then resume the mirror. Rinse, repeat, etc.

Yup, you can mirror onto itself. Just like tar, you can specify directories 
to not mirror
like the directory that holds the mirror, and anything else you don't want 
mirrored.

>
> Rdiff-backup I believe will work between a linux box and windows
>
Do you really want to spend loads of money on a Windows system just to
provide a cheap back-up server? And if the main server is hp-ux, it's
easier to keep everything within the nix family.

Personally, I'd prefer *nix to *nix, but I thought the OP was going from 
Windows UV
to *nix UV.


Cheers,
Wol
___
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] Regarding: Unidata dictionaries

2012-06-21 Thread Boydell, Stuart
Won't work. Unfortunately there's no way, I know of, to escape this.
However, c:/windows/temp *will* actually open the correct location if you were 
to type it into windows explorer address bar or the Run prompt.
... or you could use an appropriate Windows integration TU process to open the 
location or program for them.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David L. Wasylenko
Sent: Friday, 22 June 2012 09:10
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

I know nothing of 'SB.DISP()', however, try replacing '\' with '\\' and give it 
a go.

... david ...

David L. Wasylenko
President, Pick Professionals, Inc
w) 314 558 1482
d...@pickpro.com


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Lunt, Bruce
Sent: Thursday, June 21, 2012 6:11 PM
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I could do that but I want to avoid confusing them with C:/WINDOWS/TEMP.
They will try that and when it doesn't work for them they will call me. :-(

I was playing around with just replacing the backslashes with spaces. I was 
hoping for better, though. 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Boydell, Stuart
Sent: Thursday, June 21, 2012 2:05 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

I used to replace the backslashes with a different character for display in the 
dialog box. Usually a fwd slash. SB use the backslash as a delimiter in the 
Disp process.

From: Lunt, Bruce
Sent: 22-Jun-12 4:25
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I have just come across a problem that is sort of related to the problem with 
UniQuery and single quotes noted in Dan's article. I thought that I would share 
what is happening to see if there is an answer.

We are using Unidata 7.1 and SB+ 5.3. I have written a Basic program to extract 
a file and when it finishes I will either display the error message or if it 
was successful I want to print a message that tells them that they can find 
their file at C:\WINDOWS\TEMP\filename.xml. The method that I use for 
displaying the messages is CALL SB.DISP(4,"message here"). When I run the job 
it does not display the message but if I remove the '\' characters it works 
fine. Is there some way to get this message to display without removing the '\' 
characters?

I find it very interesting that I have never seen this problem before and then 
the very next day after reading the article by Dan McGrath it happens to me.

Thanks in advance,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath
Sent: Wednesday, June 20, 2012 12:25 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Satya,

I have a small write up I did a while ago that might help you:
http://u2tech.wordpress.com/tips-hints/dictionary-tips-hints/

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya
Sent: Wednesday, June 20, 2012 10:18 AM
To: U2 Users List
Subject: [U2] Regarding: Unidata dictionaries

Hi,

Could you let,me know what is the difference between PH- type records, D-type 
records,V-type records,X-type records

Thank you,
Satya
___
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
___
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] Is there any way to tell if I am in an EXECUTE level and CAPTURING is turned on?

2012-06-21 Thread Bernard Lubin
On UniVerse, the @LEVEL will tell you what level number you are on.  Do not 
know how to determine if CAPTURING is on.



-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Farmer
Sent: Friday, 22 June 2012 12:09 AM
To: U2 Users List
Subject: [U2] Is there any way to tell if I am in an EXECUTE level and 
CAPTURING is turned on?

I just had a situation where a program was printing an error message and 
waiting for the user to respond by pressing Enter. But, the program was being 
executed by another program using the CAPTURING option.

Is there any way someone knows of to tell if the CAPTURING option is on?
If so, I can write the error message to a log file instead of displaying it and 
waiting for a response.

I looked at all the SYSTEM(xx) options and do not see anything there.

Thanks in Advance

Doug


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 Corporation 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
--
Message  protected by DealerGuard: e-mail anti-virus, anti-spam and content 
filtering.
http://www.pentanasolutions.com

Click here to report this message as spam:
https://login.mailguard.com.au/report/1EZeYvK8br/7wuRyiZpsveE2fo7O505O1/0


This email and any attachments to it are confidential.
You must not use, disclose or act on the email if you are not the intended
recipient.  Liability limited by a scheme approved under Professional
Standards Legislation.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Regarding: UniData dictionaries

2012-06-21 Thread Martin Braid
/DIALOG.DEFN and create one called FRED with text along the lines of:-
Your file has been output to (@WORK<1>)


In your routine, set @WORK<1> to the path name and CALL
SB.PROCESS("DIALOG,FRED")

Martin

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David L.
Wasylenko
Sent: 22 June 2012 00:10
To: U2 Users List
Subject: Re: [U2] Regarding: UniData dictionaries

I know nothing of 'SB.DISP()', however, try replacing '\' with '\\' and
give it a go.

... david ...

David L. Wasylenko
President, Pick Professionals, Inc
w) 314 558 1482
d...@pickpro.com


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Lunt, Bruce
Sent: Thursday, June 21, 2012 6:11 PM
To: 'U2 Users List'
Subject: Re: [U2] Regarding: UniData dictionaries

I could do that but I want to avoid confusing them with C:/WINDOWS/TEMP.
They will try that and when it doesn't work for them they will call me.
:-(

I was playing around with just replacing the backslashes with spaces. I
was hoping for better, though. 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Boydell,
Stuart
Sent: Thursday, June 21, 2012 2:05 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

I used to replace the backslashes with a different character for display
in the dialog box. Usually a fwd slash. SB use the backslash as a
delimiter in the Disp process.

From: Lunt, Bruce
Sent: 22-Jun-12 4:25
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I have just come across a problem that is sort of related to the problem
with UniQuery and single quotes noted in Dan's article. I thought that I
would share what is happening to see if there is an answer.

We are using Unidata 7.1 and SB+ 5.3. I have written a Basic program to
extract a file and when it finishes I will either display the error
message or if it was successful I want to print a message that tells
them that they can find their file at C:\WINDOWS\TEMP\filename.xml. The
method that I use for displaying the messages is CALL SB.DISP(4,"message
here"). When I run the job it does not display the message but if I
remove the '\' characters it works fine. Is there some way to get this
message to display without removing the '\' characters?

I find it very interesting that I have never seen this problem before
and then the very next day after reading the article by Dan McGrath it
happens to me.

Thanks in advance,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel
McGrath
Sent: Wednesday, June 20, 2012 12:25 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Satya,

I have a small write up I did a while ago that might help you:
http://u2tech.wordpress.com/tips-hints/dictionary-tips-hints/

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya
Sent: Wednesday, June 20, 2012 10:18 AM
To: U2 Users List
Subject: [U2] Regarding: Unidata dictionaries

Hi,

Could you let,me know what is the difference between PH- type records,
D-type records,V-type records,X-type records

Thank you,
Satya
___
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
___
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==
KOMxE87tyjDC5pJ+Oc0KV8DcaCAs2RChX!bd8XIx2vetQ==  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 p

Re: [U2] Regarding: Unidata dictionaries

2012-06-21 Thread David L. Wasylenko
I know nothing of 'SB.DISP()', however, try replacing '\' with '\\' and give it 
a go.

... david ...

David L. Wasylenko
President, Pick Professionals, Inc
w) 314 558 1482
d...@pickpro.com


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Lunt, Bruce
Sent: Thursday, June 21, 2012 6:11 PM
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I could do that but I want to avoid confusing them with C:/WINDOWS/TEMP.
They will try that and when it doesn't work for them they will call me. :-(

I was playing around with just replacing the backslashes with spaces. I was 
hoping for better, though. 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Boydell, Stuart
Sent: Thursday, June 21, 2012 2:05 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

I used to replace the backslashes with a different character for display in the 
dialog box. Usually a fwd slash. SB use the backslash as a delimiter in the 
Disp process.

From: Lunt, Bruce
Sent: 22-Jun-12 4:25
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I have just come across a problem that is sort of related to the problem with 
UniQuery and single quotes noted in Dan's article. I thought that I would share 
what is happening to see if there is an answer.

We are using Unidata 7.1 and SB+ 5.3. I have written a Basic program to extract 
a file and when it finishes I will either display the error message or if it 
was successful I want to print a message that tells them that they can find 
their file at C:\WINDOWS\TEMP\filename.xml. The method that I use for 
displaying the messages is CALL SB.DISP(4,"message here"). When I run the job 
it does not display the message but if I remove the '\' characters it works 
fine. Is there some way to get this message to display without removing the '\' 
characters?

I find it very interesting that I have never seen this problem before and then 
the very next day after reading the article by Dan McGrath it happens to me.

Thanks in advance,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath
Sent: Wednesday, June 20, 2012 12:25 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Satya,

I have a small write up I did a while ago that might help you:
http://u2tech.wordpress.com/tips-hints/dictionary-tips-hints/

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya
Sent: Wednesday, June 20, 2012 10:18 AM
To: U2 Users List
Subject: [U2] Regarding: Unidata dictionaries

Hi,

Could you let,me know what is the difference between PH- type records, D-type 
records,V-type records,X-type records

Thank you,
Satya
___
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
___
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] Regarding: Unidata dictionaries

2012-06-21 Thread Lunt, Bruce
I could do that but I want to avoid confusing them with C:/WINDOWS/TEMP.
They will try that and when it doesn't work for them they will call me. :-(

I was playing around with just replacing the backslashes with spaces. I was
hoping for better, though. 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Boydell, Stuart
Sent: Thursday, June 21, 2012 2:05 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

I used to replace the backslashes with a different character for display in
the dialog box. Usually a fwd slash. SB use the backslash as a delimiter in
the Disp process.

From: Lunt, Bruce
Sent: 22-Jun-12 4:25
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I have just come across a problem that is sort of related to the problem
with UniQuery and single quotes noted in Dan's article. I thought that I
would share what is happening to see if there is an answer.

We are using Unidata 7.1 and SB+ 5.3. I have written a Basic program to
extract a file and when it finishes I will either display the error message
or if it was successful I want to print a message that tells them that they
can find their file at C:\WINDOWS\TEMP\filename.xml. The method that I use
for displaying the messages is CALL SB.DISP(4,"message here"). When I run
the job it does not display the message but if I remove the '\' characters
it works fine. Is there some way to get this message to display without
removing the '\' characters?

I find it very interesting that I have never seen this problem before and
then the very next day after reading the article by Dan McGrath it happens
to me.

Thanks in advance,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath
Sent: Wednesday, June 20, 2012 12:25 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Satya,

I have a small write up I did a while ago that might help you:
http://u2tech.wordpress.com/tips-hints/dictionary-tips-hints/

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya
Sent: Wednesday, June 20, 2012 10:18 AM
To: U2 Users List
Subject: [U2] Regarding: Unidata dictionaries

Hi,

Could you let,me know what is the difference between PH- type records,
D-type records,V-type records,X-type records

Thank you,
Satya
___
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
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Regarding: Unidata dictionaries

2012-06-21 Thread Lunt, Bruce
I am not familiar with the dialog function. Could you help me with where to
look for this tool's documentation?

Thanks,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Davis
Sent: Thursday, June 21, 2012 12:01 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Create a dialog definition and use an expression to contain your message.
Put your text in @VALUE.  Use the "DIALOG" process to display the
definition.  It should work fine.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Lunt, Bruce
Sent: Thursday, June 21, 2012 1:55 PM
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I have just come across a problem that is sort of related to the problem
with UniQuery and single quotes noted in Dan's article. I thought that I
would share what is happening to see if there is an answer.

We are using Unidata 7.1 and SB+ 5.3. I have written a Basic program to
extract a file and when it finishes I will either display the error message
or if it was successful I want to print a message that tells them that they
can find their file at C:\WINDOWS\TEMP\filename.xml. The method that I use
for displaying the messages is CALL SB.DISP(4,"message here"). When I run
the job it does not display the message but if I remove the '\' characters
it works fine. Is there some way to get this message to display without
removing the '\' characters?

I find it very interesting that I have never seen this problem before and
then the very next day after reading the article by Dan McGrath it happens
to me.

Thanks in advance,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath
Sent: Wednesday, June 20, 2012 12:25 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Satya,

I have a small write up I did a while ago that might help you:
http://u2tech.wordpress.com/tips-hints/dictionary-tips-hints/

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya
Sent: Wednesday, June 20, 2012 10:18 AM
To: U2 Users List
Subject: [U2] Regarding: Unidata dictionaries

Hi,

Could you let,me know what is the difference between PH- type records,
D-type records,V-type records,X-type records

Thank you,
Satya
___
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



Dave Davis
Team Lead, R&D

P: 614-875-4910 x108
F: 614-875-4088
E: dda...@harriscomputer.com
[http://www.harriscomputer.com/images/signatures/HarrisSchools.gif]

[http://www.harriscomputer.com/images/signatures/DivisionofHarris.gif]
6110 Enterprise Parkway
Grove City, OH
43123
www.harris-schoolsolutions.com

This message is intended exclusively for the individual or entity to which
it is addressed. This communication may contain information that is
proprietary, privileged or confidential or otherwise legally exempt from
disclosure. If you are not the named addressee, you are not authorized to
read, print, retain, copy or disseminate this message or any part of it. If
you have received this message in error, please notify the sender
immediately by e-mail and delete all copies of the 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 Unix File Recovery

2012-06-21 Thread Wols Lists
On 21/06/12 16:53, George Gallen wrote:
> We use rdiff-backup for onsite backups, it creates a mirror and keeps 
> differential for
> Restoring to specific backup date images (although that is a file by file).

How easy is it to get back to any particular date? Disk space is cheap
(though network bandwidth isn't, if big files get modified). Not saying
my way is better, but it gives the appearance of multiple full backups,
while only doing an incremental copy.
> 
> We run our nightly backups off the mirror
> 
> And update the mirror every 20 minutes - except while the backup runs

Yup - on the main server itself, I'd probably run mirrored disks, break
the mirror to do the backup, and then resync the mirror.
> 
> The mirror can be on the same system, SAN or another network

Hmmm... If you can network the mirror, could you mirror it onto that
self-same linux box?

Mirror the live disk onto the linux box, break the mirror to do a local
(probably cross-drive) backup, then resume the mirror. Rinse, repeat, etc.
> 
> Rdiff-backup I believe will work between a linux box and windows
> 
Do you really want to spend loads of money on a Windows system just to
provide a cheap back-up server? And if the main server is hp-ux, it's
easier to keep everything within the nix family.

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


Re: [U2] Is there any way to tell if I am in an EXECUTE level and CAPTURING is turned on?

2012-06-21 Thread Ed Clark
universe or unidata? I don't have a full answer either way, but I seem to 
recall that unidata holds CAPTURING output in a temporary file. Maybe that file 
can be checked for.

On Jun 21, 2012, at 10:08 AM, Doug Farmer wrote:

> I just had a situation where a program was printing an error message and
> waiting for the user to respond by pressing Enter. But, the program was
> being executed by another program using the CAPTURING option.
> 
> Is there any way someone knows of to tell if the CAPTURING option is on?
> If so, I can write the error message to a log file instead of displaying
> it and waiting for a response.
> 
> I looked at all the SYSTEM(xx) options and do not see anything there.
> 
> Thanks in Advance
> 
> Doug
> 
> 
> 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 Corporation 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

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


Re: [U2] Regarding: Unidata dictionaries

2012-06-21 Thread Boydell, Stuart
I used to replace the backslashes with a different character for display in the 
dialog box. Usually a fwd slash. SB use the backslash as a delimiter in the 
Disp process.

From: Lunt, Bruce
Sent: 22-Jun-12 4:25
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I have just come across a problem that is sort of related to the problem
with UniQuery and single quotes noted in Dan's article. I thought that I
would share what is happening to see if there is an answer.

We are using Unidata 7.1 and SB+ 5.3. I have written a Basic program to
extract a file and when it finishes I will either display the error message
or if it was successful I want to print a message that tells them that they
can find their file at C:\WINDOWS\TEMP\filename.xml. The method that I use
for displaying the messages is CALL SB.DISP(4,"message here"). When I run
the job it does not display the message but if I remove the '\' characters
it works fine. Is there some way to get this message to display without
removing the '\' characters?

I find it very interesting that I have never seen this problem before and
then the very next day after reading the article by Dan McGrath it happens
to me.

Thanks in advance,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath
Sent: Wednesday, June 20, 2012 12:25 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Satya,

I have a small write up I did a while ago that might help you:
http://u2tech.wordpress.com/tips-hints/dictionary-tips-hints/

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya
Sent: Wednesday, June 20, 2012 10:18 AM
To: U2 Users List
Subject: [U2] Regarding: Unidata dictionaries

Hi,

Could you let,me know what is the difference between PH- type records,
D-type records,V-type records,X-type records

Thank you,
Satya
___
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] Regarding: Unidata dictionaries

2012-06-21 Thread Dave Davis
Create a dialog definition and use an expression to contain your message.  Put 
your text in @VALUE.  Use the "DIALOG" process to display the definition.  It 
should work fine.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Lunt, Bruce
Sent: Thursday, June 21, 2012 1:55 PM
To: 'U2 Users List'
Subject: Re: [U2] Regarding: Unidata dictionaries

I have just come across a problem that is sort of related to the problem
with UniQuery and single quotes noted in Dan's article. I thought that I
would share what is happening to see if there is an answer.

We are using Unidata 7.1 and SB+ 5.3. I have written a Basic program to
extract a file and when it finishes I will either display the error message
or if it was successful I want to print a message that tells them that they
can find their file at C:\WINDOWS\TEMP\filename.xml. The method that I use
for displaying the messages is CALL SB.DISP(4,"message here"). When I run
the job it does not display the message but if I remove the '\' characters
it works fine. Is there some way to get this message to display without
removing the '\' characters?

I find it very interesting that I have never seen this problem before and
then the very next day after reading the article by Dan McGrath it happens
to me.

Thanks in advance,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath
Sent: Wednesday, June 20, 2012 12:25 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Satya,

I have a small write up I did a while ago that might help you:
http://u2tech.wordpress.com/tips-hints/dictionary-tips-hints/

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya
Sent: Wednesday, June 20, 2012 10:18 AM
To: U2 Users List
Subject: [U2] Regarding: Unidata dictionaries

Hi,

Could you let,me know what is the difference between PH- type records,
D-type records,V-type records,X-type records

Thank you,
Satya
___
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



Dave Davis
Team Lead, R&D

P: 614-875-4910 x108
F: 614-875-4088
E: dda...@harriscomputer.com
[http://www.harriscomputer.com/images/signatures/HarrisSchools.gif]

[http://www.harriscomputer.com/images/signatures/DivisionofHarris.gif]
6110 Enterprise Parkway
Grove City, OH
43123
www.harris-schoolsolutions.com

This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged or confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please notify the sender immediately by e-mail and delete all 
copies of the message.

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


Re: [U2] Can of worms FILE.STATUS

2012-06-21 Thread Daniel McGrath
Note, this would be assuming 1 record per group, which would me you should be 
selecting the next valid modulo above the expected number of records.

If you keep the same modulo, you have roughly 6.5 records per group. That would 
mean use 1 STD DEV the block size should be > 6000 (aka, 8kb). 2 STD DEV would 
put your block size at > 7839 (still 8kb)

Feel free to correct me, as I might have completely lost the plot.

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann
Sent: Thursday, June 21, 2012 11:00 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Can of worms FILE.STATUS

Well, the average record size is about 640 Bytes and according to the Standard 
deviation of 283 over 95% of records should be smaller than 2K so I would use a 
2K Blocksize not 4.

Since it's a dynamic file the modulo probably doesn't matter that much - but 
then I am fairly new to dynamic files so I guess 740972 is OK.



On 20/06/2012 18:21, Dave Laansma wrote:
> Mecki,
>
> What block size and why?
>
> Sincerely,
> David Laansma
> IT Manager
> Hubbard Supply Co.
> Direct: 810-342-7143
> Office: 810-234-8681
> Fax: 810-234-6142
> www.hubbardsupply.com
> "Delivering Products, Services and Innovative Solutions"
>
> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki
> Foerthmann
> Sent: Wednesday, June 20, 2012 12:45 PM
> To: u2-users@listserver.u2ug.org
> Subject: Re: [U2] Can of worms FILE.STATUS
>
> Nothing really -  less than 10% overflow is not too bad.
> I would have chosen a smaller block size though.
>
> On 20/06/2012 17:20, Dave Laansma wrote:
>> I have my thoughts already in place but I'd like to hear input on
> this.
>> What is wrong with this file?
>>
>>
>>
>> File name(Dynamic File)   = OHL
>>
>> Number of groups in file (modulo) = 740972
>>
>> Dynamic hashing, hash type= 0
>>
>> Split/Merge type  = KEYONLY
>>
>> Block size= 4096
>>
>> File has 455028 groups in level one overflow.
>>
>> Number of records = 4835502
>>
>> Total number of bytes = 3100999567
>>
>>
>>
>> Average number of records per group   = 6.5
>>
>> Standard deviation from average   = 2.4
>>
>> Average number of bytes per group = 4185.0
>>
>> Standard deviation from average   = 1856.2
>>
>>
>>
>> Average number of bytes in a record   = 641.3
>>
>> Average number of bytes in record ID  = 14.8
>>
>> Standard deviation from average   = 283.6
>>
>> Minimum number of bytes in a record   = 133
>>
>> Maximum number of bytes in a record   = 8622
>>
>>
>>
>> Minimum number of fields in a record  = 110
>>
>> Maximum number of fields in a record  = 334
>>
>> Average number of fields per record   = 218.3
>>
>> Standard deviation from average   = 47.9
>>
>> File has 2 over files, 3 prime files
>>
>>
>>
>> Sincerely,
>>
>> David Laansma
>>
>> IT Manager
>>
>> Hubbard Supply Co.
>>
>> Direct: 810-342-7143
>>
>> Office: 810-234-8681
>>
>> Fax: 810-234-6142
>>
>> www.hubbardsupply.com
>>
>> "Delivering Products, Services and Innovative Solutions"
>>
>>
>>
>> ___
>> 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
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Regarding: Unidata dictionaries

2012-06-21 Thread Lunt, Bruce
I have just come across a problem that is sort of related to the problem
with UniQuery and single quotes noted in Dan's article. I thought that I
would share what is happening to see if there is an answer. 

We are using Unidata 7.1 and SB+ 5.3. I have written a Basic program to
extract a file and when it finishes I will either display the error message
or if it was successful I want to print a message that tells them that they
can find their file at C:\WINDOWS\TEMP\filename.xml. The method that I use
for displaying the messages is CALL SB.DISP(4,"message here"). When I run
the job it does not display the message but if I remove the '\' characters
it works fine. Is there some way to get this message to display without
removing the '\' characters?

I find it very interesting that I have never seen this problem before and
then the very next day after reading the article by Dan McGrath it happens
to me.

Thanks in advance,
Bruce

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath
Sent: Wednesday, June 20, 2012 12:25 PM
To: U2 Users List
Subject: Re: [U2] Regarding: Unidata dictionaries

Satya,

I have a small write up I did a while ago that might help you:
http://u2tech.wordpress.com/tips-hints/dictionary-tips-hints/ 

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya
Sent: Wednesday, June 20, 2012 10:18 AM
To: U2 Users List
Subject: [U2] Regarding: Unidata dictionaries

Hi,

Could you let,me know what is the difference between PH- type records,
D-type records,V-type records,X-type records

Thank you,
Satya
___
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] Can of worms FILE.STATUS

2012-06-21 Thread Mecki Foerthmann
Well, the average record size is about 640 Bytes and according to the 
Standard deviation of 283 over 95% of records should be smaller than 2K 
so I would use a 2K Blocksize not 4.


Since it's a dynamic file the modulo probably doesn't matter that much - 
but then I am fairly new to dynamic files so I guess 740972 is OK.




On 20/06/2012 18:21, Dave Laansma wrote:

Mecki,

What block size and why?

Sincerely,
David Laansma
IT Manager
Hubbard Supply Co.
Direct: 810-342-7143
Office: 810-234-8681
Fax: 810-234-6142
www.hubbardsupply.com
"Delivering Products, Services and Innovative Solutions"

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki
Foerthmann
Sent: Wednesday, June 20, 2012 12:45 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Can of worms FILE.STATUS

Nothing really -  less than 10% overflow is not too bad.
I would have chosen a smaller block size though.

On 20/06/2012 17:20, Dave Laansma wrote:

I have my thoughts already in place but I'd like to hear input on

this.

What is wrong with this file?



File name(Dynamic File)   = OHL

Number of groups in file (modulo) = 740972

Dynamic hashing, hash type= 0

Split/Merge type  = KEYONLY

Block size= 4096

File has 455028 groups in level one overflow.

Number of records = 4835502

Total number of bytes = 3100999567



Average number of records per group   = 6.5

Standard deviation from average   = 2.4

Average number of bytes per group = 4185.0

Standard deviation from average   = 1856.2



Average number of bytes in a record   = 641.3

Average number of bytes in record ID  = 14.8

Standard deviation from average   = 283.6

Minimum number of bytes in a record   = 133

Maximum number of bytes in a record   = 8622



Minimum number of fields in a record  = 110

Maximum number of fields in a record  = 334

Average number of fields per record   = 218.3

Standard deviation from average   = 47.9

File has 2 over files, 3 prime files



Sincerely,

David Laansma

IT Manager

Hubbard Supply Co.

Direct: 810-342-7143

Office: 810-234-8681

Fax: 810-234-6142

www.hubbardsupply.com

"Delivering Products, Services and Innovative Solutions"



___
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


[U2] Regarding: patches rolled to production

2012-06-21 Thread satya satya
Hi,

 Could any one of you have idea about DEVISON TICKET

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


Re: [U2] UV Unix File Recovery

2012-06-21 Thread George Gallen
We use rdiff-backup for onsite backups, it creates a mirror and keeps 
differential for
Restoring to specific backup date images (although that is a file by file).

We run our nightly backups off the mirror

And update the mirror every 20 minutes - except while the backup runs

The mirror can be on the same system, SAN or another network

Rdiff-backup I believe will work between a linux box and windows

George

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wols Lists
Sent: Thursday, June 21, 2012 11:29 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UV Unix File Recovery

On 21/06/12 15:59, Bill Brutzman wrote:
> Wol:
> 
> Thanks.  One trouble with using FileZilla is having to remember to check that 
> pesky option for ASCII vs binary.
> 
> It appears I need a new and improved backup and recovery scheme.  I like the 
> Linux box idea.
> 
> --Bill
> 
I've thought a little bit more about my idea ...

First, rsync to get a clean backup.

Then run a script over the backup to create a dated backup, use ln so
it's the same file in both the live and dated backup - saves disk space.

Then your daily backup consists of rsync'ing the master backup directory
- you need to tell rsync to delete and recreate rather than modify any
changed files.

Then rerun your ln script to create a new dated backup.

Hey Presto - unchanged files don't take up space with multiple copies,
you have a complete backup history going back however long you like, and
if you have to you can free space by deleting old backups.

The other thing on your backup system - consider using snapshots and
btrfs, but that imho is a lot messier.

Cheers,
Wol
___
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] [Suspected Spam] Re: File Sizing using concurrent option AND FAREWELL

2012-06-21 Thread Oaks, Harold
Will:

Thanks very much for the link.  My numbers by memory where a bit off,
it's even worse than I had remembered!

Harold

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Wednesday, June 20, 2012 12:22 PM
To: u2-users@listserver.u2ug.org
Subject: [Suspected Spam] Re: [U2] File Sizing using concurrent option
AND FAREWELL


http://www.pcworld.com/businesscenter/article/157058/sap_project_costs_c
ited_in_jewelers_bankruptcy_filing.html









-Original Message-
From: Oaks, Harold 
To: U2 Users List 
Sent: Wed, May 23, 2012 2:21 pm
Subject: Re: [U2] File Sizing using concurrent option AND FAREWELL


It was a Company in Portland Oregon, here where I live.  The "Shane
ompany", a jeweler.  Used to run a lot of local radio ads, then the ads
uddenly stopped.   Turns out they went bankrupt.  In bankruptcy
roceedings they mainly blamed the costs incurred by the SAP system
rought in to replace their in-house customized Universe-based system.
he SAP implementation was supposed to cost $8 million, but costs were
ear $19 million when the company went out of business.  I the
ankruptcy proceedings the company mainly blamed the SAP implementation.
fter bankruptcy they resurfaced, which we know as the radio ads came
ack on a few months ago after being off about a year.  However - the
ds have stopped again.  Perhaps they are just saving advertising
ollars for now? Or is it worse?
But what really burns me up:  I did a google search on this very thing 2
ays ago and came across a blogger who was defending SAP, his deal was
hat the install failure was Shane Company's upper management's fault.
!!!  If any company agrees to pay $8 MILLION dollars for a system,
he vendor had better provide all the help needed to get the system up
nd running successfully or that vendor has failed. 
How about you MV providers, do you ever help the customers do an
nstallation?  Or do you take the money and let 'em do the best they
an?  And if they fail, it's their fault??
I'm just rehashing what I've read.  I'd really like to hear from one of
he programmers or analysts that worked for the Shane Company when all
his happened.  Are you out there?
An even more damaging a story, if possible, is the implementation of SAP
o serve the City of Portland (once again, my home city, but this time
t involves my tax dollars).  I don't know too many details except that
t was supposed to unify 19 separate systems into one, and
mplementation was to cost about $20 million (already outrageous), but
ne attempt under an outside SAP implementation specialist failed, a
econd implementer hired from way out of town also failed, finally SAP
hemselves came in (where were they all this time?) and it seems finally
ot the job done.  Cost at this point: almost FIFTY MILLION DOLLARS
actually about 48.6 million, but what's an extra 1.4 million dollars?)
 recently asked a high-up analyst in the police department how the SAP
mplementation was doing, and they said, "Oh - OK I guess - there are
till some problems."
Thanks for listening-
arold Oaks
r. PA
lark County, WA
-Original Message-
rom: u2-users-boun...@listserver.u2ug.org
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Horacio
ellegrino
ent: Wednesday, May 23, 2012 12:16 PM
o: U2 Users List
ubject: Re: [U2] File Sizing using concurrent option AND FAREWELL
I remember a company that went bankrupt because they spent so much in
AP (
r was it Oracle? ) It was in the news.
Anybody?
HP
On Wed, May 23, 2012 at 3:07 PM, Dawn Wolthuis
dw...@tincat-group.com>wrote:
> I have only seen SAP implementations from a bit of a distance and
 through reading stories, but in every case, my understanding was that
 those in charge of the project were gone before SAP went live. I have
 seen systems analysts and programmers survive the project, with plenty
 of stories once they do. It sounds like a really brutal ERP
 installation. I have not kept current on this front enough to know
 that people were still selecting it, although a whole lot of people
 are still maintaining it.

 Best wishes, Scott, and thanks for taking the time to write up your
 notes regarding some of those in the industry who have helped you.
 Cheers!  --dawn

 On Wed, May 23, 2012 at 1:58 PM, Holt, Jake  wrote:
 > I thought no one actually ever finished implementing SAP?
 >
 > -Original Message-
 > From: u2-users-boun...@listserver.u2ug.org [mailto:
 u2-users-boun...@listserver.u2ug.org] On Behalf Of
ggch...@comcast.net
 > Sent: Wednesday, May 23, 2012 1:31 PM
 > To: U2 Users List
 > Subject: Re: [U2] File Sizing using concurrent option AND FAREWELL
 >
 >
 >
 > Don't worry, we're not going to implement anything that's going to
o
 damage.  Well, unless you call the outrageous cost a damage :)
 >
 >
 >
 > Any thoughts on the CONCURRENT option?
 >
 >
 >
 > - Original Message -
 >
 >
 > From: "Wjhonson" 
 > To: u2-users@listserver.u2ug.org
 > Sent

Re: [U2] UV Unix File Recovery

2012-06-21 Thread Wols Lists
On 21/06/12 15:59, Bill Brutzman wrote:
> Wol:
> 
> Thanks.  One trouble with using FileZilla is having to remember to check that 
> pesky option for ASCII vs binary.
> 
> It appears I need a new and improved backup and recovery scheme.  I like the 
> Linux box idea.
> 
> --Bill
> 
I've thought a little bit more about my idea ...

First, rsync to get a clean backup.

Then run a script over the backup to create a dated backup, use ln so
it's the same file in both the live and dated backup - saves disk space.

Then your daily backup consists of rsync'ing the master backup directory
- you need to tell rsync to delete and recreate rather than modify any
changed files.

Then rerun your ln script to create a new dated backup.

Hey Presto - unchanged files don't take up space with multiple copies,
you have a complete backup history going back however long you like, and
if you have to you can free space by deleting old backups.

The other thing on your backup system - consider using snapshots and
btrfs, but that imho is a lot messier.

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


Re: [U2] UV Unix File Recovery

2012-06-21 Thread Bill Brutzman
Wol:

Thanks.  One trouble with using FileZilla is having to remember to check that 
pesky option for ASCII vs binary.

It appears I need a new and improved backup and recovery scheme.  I like the 
Linux box idea.

--Bill


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wols Lists
Sent: Wednesday, June 20, 2012 6:48 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UV Unix File Recovery

On 20/06/12 22:28, Bill Brutzman wrote:
> I am having trouble trying to restore a year-end file to a new file name.
> 
> The file is saved to my Windows7 PC... The UniVerse host is running on hp-ux.

How did you save it to the PC?
> 
> I tried to FileZilla FTP the file back using binary enconding.

This could be your problem - if you didn't binary it to the PC, it could be 
corrupt on the PC - in which case you're in trouble...
> 
> I tried to create a new file and dictionary from the UV command prompt and 
> then copy the file and dictionary over.
> 
> I tried creating a new file in UniVerse and sizing the file like the known 
> working files.
> 
UV doesn't care about that sort of thing - it should "just work"

> When I try to do a UVFIXFILE... an error indicating file truncation results.

And this doesn't sound healthy at all.
> 
> I am now trying ASCII encoding.
> 
> I was able to get something like this to work in the past.
> 
> Suggestions would be appreciated.
> 
Have you got a backup from the hp box? Do you have the year-end file still 
sitting somewhere on the hp box?

Disk is cheap nowadays. If you're worried about expensive hp disks, just get a 
cheap pc, stuff a couple of terabyte disks in it, and run linux on it. Back up 
the hp box over the network with rsync or something cleverer that'll do 
incremental snapshots.

Cheers,
Wol
___
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 Unix File Recovery

2012-06-21 Thread Wjhonson

 No problem Bill!
I've had similar issues

 

 

-Original Message-
From: Bill Brutzman 
To: U2 Users List 
Sent: Thu, Jun 21, 2012 7:17 am
Subject: Re: [U2] UV Unix File Recovery


Will:

Thanks for writing.  Just before I received this message, I did something close 
to this... I copied the entire account to my SandBox and then it worked.

-Bill

How about
Create a new ACCOUNT
Restore the file to this new account
Q point at it, from the account in which you really want to use it

I am having trouble trying to restore a year-end file to a new file name.
The file is saved to my Windows7 PC... The UniVerse host is running on hp-ux.
I tried to FileZilla FTP the file back using binary enconding.
I tried to create a new file and dictionary from the UV command prompt and then 
opy the file and dictionary over.
I tried creating a new file in UniVerse and sizing the file like the known 
orking files.
When I try to do a UVFIXFILE... an error indicating file truncation results.
I am now trying ASCII encoding.
I was able to get something like this to work in the past.


Suggestions 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] Is there any way to tell if I am in an EXECUTE level and CAPTURING is turned on?

2012-06-21 Thread Doug Farmer
I just had a situation where a program was printing an error message and
waiting for the user to respond by pressing Enter. But, the program was
being executed by another program using the CAPTURING option.

Is there any way someone knows of to tell if the CAPTURING option is on?
If so, I can write the error message to a log file instead of displaying
it and waiting for a response.

I looked at all the SYSTEM(xx) options and do not see anything there.

Thanks in Advance

Doug


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 Corporation 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] UV Unix File Recovery

2012-06-21 Thread Bill Brutzman
Will:

Thanks for writing.  Just before I received this message, I did something close 
to this... I copied the entire account to my SandBox and then it worked.

-Bill

How about
Create a new ACCOUNT
Restore the file to this new account
Q point at it, from the account in which you really want to use it

I am having trouble trying to restore a year-end file to a new file name.
The file is saved to my Windows7 PC... The UniVerse host is running on hp-ux.
I tried to FileZilla FTP the file back using binary enconding.
I tried to create a new file and dictionary from the UV command prompt and then 
opy the file and dictionary over.
I tried creating a new file in UniVerse and sizing the file like the known 
orking files.
When I try to do a UVFIXFILE... an error indicating file truncation results.
I am now trying ASCII encoding.
I was able to get something like this to work in the past.


Suggestions would be appreciated.
--Bill
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV Unix File Recovery

2012-06-21 Thread George Gallen
What I've done is zip up the entire directory on the windows machine.
Then unzip the file on my linux machine

Create an F pointer in UV to the new location

Delete any index files, as they are tied to the original location in windows, 
you
  Can modify the link to where to go, but I offhand forget how to do that.

I also always chmod -R 777 the directory once it's unzipped to make sure
There are no permissions issues.

George

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Manu Fernandes
Sent: Thursday, June 21, 2012 9:22 AM
To: U2 Users List
Subject: Re: [U2] UV Unix File Recovery

Hi bill,

If uv is on your win-box, try this :
- On windows, use uvbackup (eventually -rev10.1 or less)
- On hp-ux use uvrestore 

manu

> -Message d'origine-
> De : u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] De la part de Bill Brutzman
> Envoyé : mercredi 20 juin 2012 23:29
> À : U2 Users List
> Objet : [U2] UV Unix File Recovery
> 
> I am having trouble trying to restore a year-end file to a new file name.
> 
> The file is saved to my Windows7 PC... The UniVerse host is running on hp-ux.
> 
> I tried to FileZilla FTP the file back using binary enconding.
> 
> I tried to create a new file and dictionary from the UV command prompt and
> then copy the file and dictionary over.
> 
> I tried creating a new file in UniVerse and sizing the file like the known 
> working
> files.
> 
> When I try to do a UVFIXFILE... an error indicating file truncation results.
> 
> I am now trying ASCII encoding.
> 
> I was able to get something like this to work in the past.
> 
> Suggestions 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


Re: [U2] UV Unix File Recovery

2012-06-21 Thread Manu Fernandes
Hi bill,

If uv is on your win-box, try this :
- On windows, use uvbackup (eventually -rev10.1 or less)
- On hp-ux use uvrestore 

manu

> -Message d'origine-
> De : u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] De la part de Bill Brutzman
> Envoyé : mercredi 20 juin 2012 23:29
> À : U2 Users List
> Objet : [U2] UV Unix File Recovery
> 
> I am having trouble trying to restore a year-end file to a new file name.
> 
> The file is saved to my Windows7 PC... The UniVerse host is running on hp-ux.
> 
> I tried to FileZilla FTP the file back using binary enconding.
> 
> I tried to create a new file and dictionary from the UV command prompt and
> then copy the file and dictionary over.
> 
> I tried creating a new file in UniVerse and sizing the file like the known 
> working
> files.
> 
> When I try to do a UVFIXFILE... an error indicating file truncation results.
> 
> I am now trying ASCII encoding.
> 
> I was able to get something like this to work in the past.
> 
> Suggestions 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


Re: [U2] UV Unix File Recovery

2012-06-21 Thread John Thompson
Is it a dynamic file or a static hashed file?

On Wed, Jun 20, 2012 at 6:08 PM, Wjhonson  wrote:

>
> How about
> Create a new ACCOUNT
> Restore the file to this new account
> Q point at it, from the account in which you really want to use it
>
>
>
>
>
>
>
>
> -Original Message-
> From: Bill Brutzman 
> To: U2 Users List 
> Sent: Wed, Jun 20, 2012 2:55 pm
> Subject: [U2] UV Unix File Recovery
>
>
> I am having trouble trying to restore a year-end file to a new file name.
> The file is saved to my Windows7 PC... The UniVerse host is running on
> hp-ux.
> I tried to FileZilla FTP the file back using binary enconding.
> I tried to create a new file and dictionary from the UV command prompt and
> then
> opy the file and dictionary over.
> I tried creating a new file in UniVerse and sizing the file like the known
> orking files.
> When I try to do a UVFIXFILE... an error indicating file truncation
> results.
> I am now trying ASCII encoding.
> I was able to get something like this to work in the past.
> Suggestions would be appreciated.
> --Bill
> __
> 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
>



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