Charlie,
we get the same questions here in sweden, we don't have any good answer to
that eitherThe auditors here are upset about that our programmers put
new code in the production environment for example.
Bjvrn Eklund
-Ursprungligt meddelande-
Fren: Charlie Rubeor [mailto:[EMAIL PROT
With the following .net code I am setting the timeout property for a
uniobject session. Does anything have to get set on the server side for this
to work?
Try
UniSession = UniObjects.OpenSession(HostName, UserName,
PassWord, AccountPath, "udcs")
UniSession.Timeou
Pixius discontinued support in Dec. 2004 (still accepted payment this year
though). Mike and Luke at Sierra-Bravo did write mvi about 6 years ago. We
just cut over to Sierra-Bravo DBC last week. Mvi has been running for 6
year for us with no issues, but we wanted to get the extra functionality
w
While I don't have an answer as to why this occurs, having tested it
on uv9.6.1 without failure, the interesting thing is the "Insufficient
privilege to invoke this command" error message. I added this message
when implementing the non-root administration functionality.
Is there any feature in UV to get the account name
into the prompt ?
I know we can type: WHO anytime but having it there
can help prevent people from running things into the
wrong account.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the bes
Bob Witney wrote:
> I am happily using sendmail to email from the aix boxes
> but
> I need to be able to email into the aix box to trigger
> automatioc process
See http://nebula-rnd.com/products/mail.htm
NebulaMail sends and receives e-mail from MV BASIC with no need for
sendmail, procmail, blat,
When we started implementing Sarbanes-Oxley, I knew the question of why we
don't separate the Database Admin role from the Programmer role would come
up. Has anyone on this list been able to provide a satisfactory answer to
the auditors, without spending a lot of time explaining the benefits of
The general consensus of replies confirms my findings of how this was
originally meant to be nested. Thanks for all your help.
Caleb
>>> [EMAIL PROTECTED] 12/08/05 12:09PM >>>
IF P(2)-AR(12)<=28 THEN
CC=CC+1
INS 0 BEFORE AR(14)<1,1>
Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Denny Watkins
Sent: Thursday, December 08, 2005 11:51 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] OT: Unix Version of PR1MOS EDitor
>> I had to blow the dust off my old copy of the "Hacker's Guide to
Everyone's going to jump in with the answer, but here's a way to figure
it out yourself (on UV, but not UD): Use VLIST.
Compile the program, then VBLIST will decompile the object (pcode) into
an assembler-kinda-looking output & you can see step by step what's
happening.
>CT CDS.BP CALEB
CAL
> I need to be able to email into the aix box to trigger automatioc process
Automatic processes on the PICK side or the AIX side? .. I have a .forward
script that gets run every time a piece of email comes in for a specific
user and writes it out individually into a UNIX directory .. I then have a
Several years go I wrote a utility to clean source code for Unidata, for this
very same reason. The utility added END statements when need. It also accounted
for all Unidata functions, Verbs. An added feature that I was not able to
complete, due to time, was a flowchart. A second program would t
Check out procmail.
---
Glen Batchelor
IT Director
All-Spec Industries
phone: (910) 332-0424
fax: (910) 763-5664
e-mail: [EMAIL PROTECTED]
---
www.allspec.com
---
> -Origina
The problem has been identified. This blurb was found in the file
patchlist.101 in the uv home directory. So it is trying to use the "-U"
as an parameter, it's just not doing a very great job of parsing the
command line.
Thanks for the replies.
Problems Fixed in UniVerse Release 10.0.16 (Build 1
This software might be of interest;
http://www.ornicusa.com/products/
We use this for basically the same functionality that you might require.
However, it is done via the PC instead of the server.
The software is used in the rules part of outlook (means you have to
have a Windows PC on your netw
IF P(2)-AR(12)<=28 THEN
CC=CC+1
INS 0 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END ELSE
IF AR(13)=DATE() THEN
CC=CC
END ELSE
INS 1 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END
END
- Original Message -
From: "Caleb Ng" <[EMAIL PROTECTED]>
To:
Sent: Thursday, December 08,
IF P(2)-AR(12)<=28 THEN
CC=CC+1
INS 0 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END ELSE
IF AR(13)=DATE() THEN
CC=CC ELSE INS 1 BEFORE AR(14)<1,1>
How about:
IF P(2) - AR(12) <= 28 THEN
CC = CC+1
INS 0 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END ELSE
IF AR(13) = DATE() THEN
CC = CC
END ELSE
INS 1 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END
END
===
- Original Message -
From: "Caleb Ng" <[EMAIL PROTECTED]>
To:
Sent: Thursday, December 08, 2005 2:10 PM
Subject: [U2] Deciphering Pick UniBasic statement
> I'm trying to decipher and break the following IF/THEN/ELSE statement
> into multiple lines because I need to add some logic into i
"Caleb Ng" <[EMAIL PROTECTED]> wrote on 12/08/2005 02:10:32 PM:
> IF P(2)-AR(12)<=28 THEN CC=CC+1; INS 0 BEFORE AR(14)<1,1>; DEL
> AR(14)<1,9>; ELSE IF AR(13)=DATE() THEN CC=CC ELSE INS 1 BEFORE
> AR(14)<1,1>; DEL AR(14)<1,9>
OK, this is some kind of test, right? Nobody actually put that mess in
My god, who would write a line of basic code like that? Must have been a
former MUMPS programmer.
IF P(2)-AR(12)<=28 THEN
CC=CC+1
INS 0 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END ELSE IF AR(13)=DATE() THEN
CC=CC <<---huh?
END ELSE
INS 1 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END
> -Or
On 12/8/05, Martin Phillips <[EMAIL PROTECTED]> wrote:
>
> Hi Denny,
>
> > Does anyone know of any software for Unix which is compatible
> > with the old PR1MOS Editor?
>
> I had to blow the dust off my old copy of the "Hacker's Guide to the
> Prime"
> to remind myself about the Primos ED command.
Hey Drew,
Both.
Denny
At 11:51 AM 12/8/2005 -0500, you wrote:
Hey Denny,
Do you need it because of familiarity with the Primos editor, or do you
have software that makes use of it?
Drew
Denny Watkins wrote:
>We are running UniVerse release 9.6.2.5 under IBM AIX 4.3.3 on an IBM F50.
>
>Sinc
ABSOULTELY CORRECT
At 01:18 PM 12/8/2005 -0600, you wrote:
>Does anyone know of any software for Unix which is compatible
>with the old PR1MOS Editor?
I had to blow the dust off my old copy of the "Hacker's Guide to the Prime"
to remind myself about the Primos ED command. Dare I ask why yo
I wouldn't mind having it either. There were some options in the Prime
Editor that are not in the UV editor. One was the ability to overwrite part
of a line, another was the ability to do appends to more than one line, and
the G options.
I use to have a DOS version of the program but I lost it
First thing I would do is indent it to make it readable. This is the way I
see it:
IF P(2)-AR(12)<=28 THEN
CC=CC+1
INS 0 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END ELSE
IF AR(13)=DATE() THEN
CC=CC
END ELSE
INS 1 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END
END
Lar
IF P(2)-AR(12)<=28 THEN CC=CC+1; INS 0 BEFORE AR(14)<1,1>; DEL
AR(14)<1,9>; ELSE IF AR(13)=DATE() THEN CC=CC ELSE INS 1 BEFORE
AR(14)<1,1>; DEL AR(14)<1,9>
Here is my interpretation:
IF P(2)-AR(12)<=28 THEN
CC=CC+1
INS 0 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END ELSE
IF AR(13)=DATE() T
Think of ; as a CR/LF - separate line of code. Hope this helps
IF P(2)-AR(12)<=28 THEN
CC=CC+1
INS 0 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
END ELSE
IF AR(13)=DATE() THEN
CC=CC
END ELSE
INS 1 BEFORE AR(14)<1,1>
DEL AR(14)<1,9>
EN
Just a guess but it is probably taking the -U as an option.
- Original Message -
From: "Donnie Jacobs" <[EMAIL PROTECTED]>
To:
Sent: Thursday, December 08, 2005 12:37 PM
Subject: [U2] PHANTOM question
I've got a really curious situation.
We are running UV 10.1.12 (PICK flavor) on
Does anyone know of any software for Unix which is compatible
with the old PR1MOS Editor?
I had to blow the dust off my old copy of the "Hacker's Guide to the Prime"
to remind myself about the Primos ED command. Dare I ask why you would want
to find a Unix equivalent?
I'll bet he is longing for
I am happily using sendmail to email from the aix boxes
but I need to be able to email into the aix box to trigger automatioc process
Allowing mail to come in from the outside world could be dangerous, so read up
on sendmail first.
I'd guess one way would be to have mailboxes for each job y
I'm trying to decipher and break the following IF/THEN/ELSE statement
into multiple lines because I need to add some logic into it. Being a
PICK newbie, I'm having difficulty understanding it. I believe this
code was ported from an old MD Pick system but I want to make sure it
behaves in a simil
Mr. Witney:
If you don't want to deal with the horrors of sendmail.cf, the quick and
dirty way on any old Unix would be to create a system user with a
crontab entry that checks mail every minute or so and greps the message
contents for a command to run.
Use perl.
-Mike Doyle
On Wed, 2005-12-0
you can try [EMAIL PROTECTED] perhaps Randy has something
aegerton wrote:
From: "Martin Phillips" <[EMAIL PROTECTED]>
To:
Sent: Thursday, December 08, 2005 12:32 PM
Subject: Re: [U2] OT: Unix Version of PR1MOS EDitor
Hi Denny,
Does anyone know of any software for Unix which is compatibl
Hey Denny,
Do you need it because of familiarity with the Primos editor, or do you
have software that makes use of it?
Drew
Denny Watkins wrote:
We are running UniVerse release 9.6.2.5 under IBM AIX 4.3.3 on an IBM F50.
Since there are still some us around who used PR1ME computers
and PR1M
I've got a really curious situation.
We are running UV 10.1.12 (PICK flavor) on UNIX
It appears that the PHANTOM command doesn't like to execute commands
that contain the string "-U"
Below are the two programs that I'm trying to run as a phantom (DLJ1 and
DLJ-U). Both are compiled and cat
From: "Martin Phillips" <[EMAIL PROTECTED]>
To:
Sent: Thursday, December 08, 2005 12:32 PM
Subject: Re: [U2] OT: Unix Version of PR1MOS EDitor
> Hi Denny,
>
> > Does anyone know of any software for Unix which is compatible
> > with the old PR1MOS Editor?
>
> I had to blow the dust off my old cop
We've done it on Linux & SCO, but not AIX, although the concepts should be
the same. Under AIX, the locations and names of the files will undoubtedly
be different ;-)
There are a couple of issues:
1) I'm not sure I'd expose my application server's to receive email directly
from the outside world
Hi Denny,
> Does anyone know of any software for Unix which is compatible
> with the old PR1MOS Editor?
I had to blow the dust off my old copy of the "Hacker's Guide to the Prime"
to remind myself about the Primos ED command. Dare I ask why you would want
to find a Unix equivalent?
Martin Phill
We are running UniVerse release 9.6.2.5 under IBM AIX 4.3.3 on an IBM F50.
Since there are still some us around who used PR1ME computers
and PR1ME Information, I'll direct this question mainly to them.
Does anyone know of any software for Unix which is compatible
with the old PR1MOS Editor?
I ha
40 matches
Mail list logo