RE: [U2] [UV/Redback] How can my UV code determine the redback user

2005-01-28 Thread Susan Joslyn
Actually, this discussion is all true as far as user-users.  Business users.
Web users. But Adrian is wanting to audit stuff that gets changed in
development mode.  And this is actually possible.  And I have notes about
how to do it.  But I can't locate them on short notice right now.  But it is
in release notes for how to do the revision control stuff.  There's a hook
where you can put a program and one of the variables available to you is the
IDE user.  

Let me know if you can't find it and I'll look harder.

Susan
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] Resize problems

2005-01-28 Thread Clifton Oliver
Outstanding. Thanks, Gyle.
--
Regards,
Clif

Gyle Iverson wrote:
Hello, Clif.
Try OH.exe from Microsoft at
http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/oh-o.asp
. 

OH is great at answering the question, "Who or what has this file open?".
Best regards,
Gyle
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Resize problems

2005-01-28 Thread Gyle Iverson
Hello, Clif.

Try OH.exe from Microsoft at
http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/oh-o.asp
. 

OH is great at answering the question, "Who or what has this file open?".

Best regards,
Gyle
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] PORT.STATUS

2005-01-28 Thread Kevin P Lynch
I'm afraid it means he needs to upgrade.
There were many problems with the early versions of
port.status.  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, January 28, 2005 4:59 PM
To: u2-Users
Subject: [U2] [UV] PORT.STATUS

Hi all,

I have a buddy that is running UV 8.3.3.1 (NO REALLY) on AIX.

When I try to do PORT.STATUS on his box I get the following message.

Unable to locate uniVerse user data area in kernel.

Anyone have any idea what it might mean?

Thanks,

Scott
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

__
This email has been scanned by the Inbound TSH Mail Filter Please Report any
issues to [EMAIL PROTECTED]
__
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] PORT.STATUS

2005-01-28 Thread Clifton Oliver
(Disclaimer) I am just guessing, but it sounds like they upgraded AIX
and didn't upgrade UV (or the other way around). You might want to check
the AIX version and 8.3.3.1 against the product matrix on the IBM
website to see if the 8.3.3.1 is certified on that version of AIX.
--
Regards,
Clif
~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER & ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~
[EMAIL PROTECTED] wrote:
Hi all,
I have a buddy that is running UV 8.3.3.1 (NO REALLY) on AIX.
When I try to do PORT.STATUS on his box I get the following message.
Unable to locate uniVerse user data area in kernel.
Anyone have any idea what it might mean?
Thanks,
Scott
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] PORT.STATUS

2005-01-28 Thread iggchamp
Hi all,

I have a buddy that is running UV 8.3.3.1 (NO REALLY) on AIX.

When I try to do PORT.STATUS on his box I get the following message.

Unable to locate uniVerse user data area in kernel.

Anyone have any idea what it might mean?

Thanks,

Scott
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2][UD] Using Environmental Variables in VOC...

2005-01-28 Thread Alfke, Colin
If you're going to do this in a program with the GETENV you could simply just 
OPENSEQ the file then as well and not have to worry about the VOC entry at all.

Colin Alfke

>-Original Message-
>From: Don Verhagen 
>
>It works on UNIX, however, you could have a program get the 
>environment variable and write out the voc with the path information.
>
>UDTBIN_PATH = GETENV("UDTBIN")
>SAVEDLOG_PATH = UDTBIN_PATH:"saved_logs"
>
>VOC.REC= "DIR"
>VOC.REC<2> = SAVEDLOG_PATH
>VOC.REC<3> = "D_BP"
>
>It would seem unnecessary, but hey it's Friday and I'm leaving 
>for the beach (bar).
>
>Thanks,
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2][UD] Using Environmental Variables in VOC...

2005-01-28 Thread Timothy Snyder
"David Wolverton" <[EMAIL PROTECTED]> wrote on 01/28/2005 03:30:06 PM:

> I want to have a VOC entry called UDT_SAVED_LOGS
> 
> 001: DIR
> 002: $UDTBIN\saved_logs
> 003: D_BP

Try replacing the $ in line 2 with @.  This will cause it to resolve to an 
environment variable.  You probably already have some of these in your 
VOC, such as _MAP_

001: F
002: @UDTHOME/sys/_MAP_
003: @UDTHOME/sys/D__MAP_


Tim Snyder
Consulting I/T Specialist , U2 Professional Services
North American Lab Services
DB2 Information Management, IBM Software Group
[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2][UD] Using Environmental Variables in VOC...

2005-01-28 Thread Alfke, Colin
Try:

UDTBIN:  
DIR 
@UDTHOME\BIN
D_VOC   

or more specifically:

UDT_SAVED_LOGS:
DIR
@UDTHOME\BIN\saved_logs
D_VOC  

hth
Colin Alfke

>-Original Message-
>From: David Wolverton 
>
>How can I get this to work as I would like:
>
>I want to have a VOC entry called UDT_SAVED_LOGS
>
>001: DIR
>002: $UDTBIN\saved_logs
>003: D_BP
>
>The Dict section doesn't matter, it just has to exist... And I 
>would have
>thought the $UDTBIN would map correctly, but it does not (6.0.6, NT) --
>Should it?  Or is this one of those where each site would have to be
>hard-coded to the path??
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV/Redback] How can my UV code determine the redback us er name?

2005-01-28 Thread GarryS
Since, the web is stateless. And you need to play according to the "sandbox"
rules.  What we do is have a LOGIN screen and if it is successful  we create
a "COOKIE" on the user session that stores a unique key that is retrieved
from the LOGIN validation database. Depending on the HTML page and Query we
can use the cookie to determine who the customer is, so as to only retrieve
their info.


> -Original Message-
> From: Womack, Adrian [SMTP:[EMAIL PROTECTED]
> Sent: Friday, January 28, 2005 12:49 AM
> To:   u2-users@listserver.u2ug.org
> Subject:  [U2] [UV/Redback] How can my UV code determine the redback
> user name?
> 
> Another question from a Redback newbie.
> 
> There's a file "WWUSERS" that contains a list of redback user names (eg.
> RBADMIN). I can create new users in this file and assign them a
> password.
> 
> Using the RBOScope examples supplied, I can connect using one of these
> user names & password. 
> 
> I've created a new UV subroutine that is called via the POSTWRITE method
> on one of the objects. What I'd like to do is access the username so I
> can add it to any audit records I may write.
> 
> I've noticed that @LOGNAME & @ACCOUNT are both blank but @AUTHORIZATION
> contains "redback". Is there a variable (or a getProperty method) that I
> can use to determine the user who connected?
> 
> AdrianW
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2][UD] Using Environmental Variables in VOC...

2005-01-28 Thread Don Verhagen
For the benefit of the group (I emailed David offline).

In windows it's the @ sign not $ sign for environment variables.

ie. 002: @UDTBIN\saved_logs

Thanks,


--
Donald Verhagen  
Application Development Manager
[EMAIL PROTECTED]
Tandem Staffing Solutions, Inc.
1690 S Congress Avenue, Suite 210
Delray Beach, FL 33445  USA
Voice Phone: 561.454.3592 Fax Phone: 561.454.3640 

>>> [EMAIL PROTECTED] 3:30:06 PM 01/28/2005 >>>
How can I get this to work as I would like:

I want to have a VOC entry called UDT_SAVED_LOGS

001: DIR
002: $UDTBIN\saved_logs
003: D_BP

The Dict section doesn't matter, it just has to exist... And I would have
thought the $UDTBIN would map correctly, but it does not (6.0.6, NT) --
Should it?  Or is this one of those where each site would have to be
hard-coded to the path??

My goal is an 'In-App' test of logs - things like Replication can die
quietly..., and with no effect on the end user to warn them...  I want to
test the file for size and content and decide if I should raise a 'Red
Alert' within the appication - I can hard code the path per site, but seems
like enrvironmantals *should* work...

David W.
---
u2-users mailing list
u2-users@listserver.u2ug.org 
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2][UD] Using Environmental Variables in VOC...

2005-01-28 Thread Kathy Tymoczko
Try using "@" instead of "$".  I think that will work.
At 03:30 PM 01/28/05, David Wolverton wrote:
How can I get this to work as I would like:
I want to have a VOC entry called UDT_SAVED_LOGS
001: DIR
002: $UDTBIN\saved_logs
003: D_BP
The Dict section doesn't matter, it just has to exist... And I would have
thought the $UDTBIN would map correctly, but it does not (6.0.6, NT) --
Should it?  Or is this one of those where each site would have to be
hard-coded to the path??
My goal is an 'In-App' test of logs - things like Replication can die
quietly..., and with no effect on the end user to warn them...  I want to
test the file for size and content and decide if I should raise a 'Red
Alert' within the appication - I can hard code the path per site, but seems
like enrvironmantals *should* work...
David W.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
Kathy Tymoczko
Computing Services
Wabash College, Crawfordsville, Indiana 47933
[EMAIL PROTECTED] 765-361-6440 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2][UD] Using Environmental Variables in VOC...

2005-01-28 Thread Don Verhagen
It works on UNIX, however, you could have a program get the environment 
variable and write out the voc with the path information.

UDTBIN_PATH = GETENV("UDTBIN")
SAVEDLOG_PATH = UDTBIN_PATH:"saved_logs"

VOC.REC= "DIR"
VOC.REC<2> = SAVEDLOG_PATH
VOC.REC<3> = "D_BP"

It would seem unnecessary, but hey it's Friday and I'm leaving for the beach 
(bar).

Thanks,


--
Donald Verhagen  
Application Development Manager
[EMAIL PROTECTED]
Tandem Staffing Solutions, Inc.
1690 S Congress Avenue, Suite 210
Delray Beach, FL 33445  USA
Voice Phone: 561.454.3592 Fax Phone: 561.454.3640 

>>> [EMAIL PROTECTED] 3:30:06 PM 01/28/2005 >>>
How can I get this to work as I would like:

I want to have a VOC entry called UDT_SAVED_LOGS

001: DIR
002: $UDTBIN\saved_logs
003: D_BP

The Dict section doesn't matter, it just has to exist... And I would have
thought the $UDTBIN would map correctly, but it does not (6.0.6, NT) --
Should it?  Or is this one of those where each site would have to be
hard-coded to the path??

My goal is an 'In-App' test of logs - things like Replication can die
quietly..., and with no effect on the end user to warn them...  I want to
test the file for size and content and decide if I should raise a 'Red
Alert' within the appication - I can hard code the path per site, but seems
like enrvironmantals *should* work...

David W.
---
u2-users mailing list
u2-users@listserver.u2ug.org 
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Resize problems

2005-01-28 Thread Adrian Matthews
One of the many reasons why we're bucking recent trends and converting our UV
system from Windows to Unix...



From: [EMAIL PROTECTED] on behalf of Clifton Oliver
Sent: Fri 28/01/2005 19:55
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [UV] Resize problems



Comments embedded in the message below.


Jeff Fitzgerald wrote:
> The solution is to reboot the server, thus resetting the table of open
> files.  If there is a solution not requiring a reboot I am not aware of it.
> Since this seems to be an NT problem, bouncing uv doesn't seem to resolve
> it.

Isn't rebooting the standard solution to any Microsoft problem? :^)

>
> I suspect that the table becomes out of sync due to abnormal disconnects,
> etc.  However, I've not been able to purposely cause the problem nor can I
> usually trace the problem to any specific network problem, etc.

Just as a data point, I have this kind of thing happen to me on XP (UV
not even installed) all the time as a workstation. So I don't think it
requires a disconnect to occur. It just, well, happens.


--

Regards,

Clif

~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER & ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/




The information contained in this email is strictly confidential and for the
use of the addressee only, unless otherwise indicated.  If you are not the
intended recipient, please do not read, copy, use or disclose to others this
message or any attachment.  Please also notify the sender by replying to this
email or by telephone +44 (0)20 7896 0011 and then delete the email and any
copies of it.  Opinions, conclusions (etc.) that do not relate to the official
business of this company shall be understood as neither given nor endorsed by
it.  IG Markets Limited and IG Index Plc are authorised and regulated by the
Financial Services Authority and, in Australia, by the Australian Securities
and Investments Commission.

[demime 1.01d removed an attachment of type application/ms-tnef which had a 
name of winmail.dat]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Resize problems

2005-01-28 Thread Jeff Fitzgerald
Sounds like we can chalk this one up to The Bit Fairy!  ;-) 


Clif Oliver said:

> 
> I suspect that the table becomes out of sync due to abnormal 
> disconnects, etc.  However, I've not been able to purposely cause the 
> problem nor can I usually trace the problem to any specific network
problem, etc.

Just as a data point, I have this kind of thing happen to me on XP (UV not
even installed) all the time as a workstation. So I don't think it requires
a disconnect to occur. It just, well, happens.


-- 

Regards,

Clif

~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER & ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2][UD] Using Environmental Variables in VOC...

2005-01-28 Thread David Wolverton
How can I get this to work as I would like:

I want to have a VOC entry called UDT_SAVED_LOGS

001: DIR
002: $UDTBIN\saved_logs
003: D_BP

The Dict section doesn't matter, it just has to exist... And I would have
thought the $UDTBIN would map correctly, but it does not (6.0.6, NT) --
Should it?  Or is this one of those where each site would have to be
hard-coded to the path??

My goal is an 'In-App' test of logs - things like Replication can die
quietly..., and with no effect on the end user to warn them...  I want to
test the file for size and content and decide if I should raise a 'Red
Alert' within the appication - I can hard code the path per site, but seems
like enrvironmantals *should* work...

David W.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] Resize problems

2005-01-28 Thread Clifton Oliver
Comments embedded in the message below.
Jeff Fitzgerald wrote:
The solution is to reboot the server, thus resetting the table of open
files.  If there is a solution not requiring a reboot I am not aware of it.
Since this seems to be an NT problem, bouncing uv doesn't seem to resolve
it.
Isn't rebooting the standard solution to any Microsoft problem? :^)
I suspect that the table becomes out of sync due to abnormal disconnects,
etc.  However, I've not been able to purposely cause the problem nor can I
usually trace the problem to any specific network problem, etc.
Just as a data point, I have this kind of thing happen to me on XP (UV 
not even installed) all the time as a workstation. So I don't think it 
requires a disconnect to occur. It just, well, happens.

--
Regards,
Clif
~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER & ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Resize problems

2005-01-28 Thread Jeff Fitzgerald
We see this very, very often on uv / NT.  We've talked to the uv support
guys and they say it is an NT problem.  What happens is that the table of
open files becomes out of sync with reality -- NT "thinks" that the file is
open, even though it isn't.  When you attempt the resize, NT "tells" uv that
the file is open and the uv RESIZE quits with the error message that you
saw. 

The solution is to reboot the server, thus resetting the table of open
files.  If there is a solution not requiring a reboot I am not aware of it.
Since this seems to be an NT problem, bouncing uv doesn't seem to resolve
it.

I suspect that the table becomes out of sync due to abnormal disconnects,
etc.  However, I've not been able to purposely cause the problem nor can I
usually trace the problem to any specific network problem, etc.

If anyone else has any insights it would be appreciated, as it's a pain to
reboot before resizing.

Jeff Fitzgerald
Fitzgerald & Long, Inc.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Barry Brevik
Sent: Friday, January 28, 2005 11:17 AM
To: U2-users (E-mail)
Subject: [U2] [UV] Resize problems

UV 9.6.1.3 on Windows NT. Quite often, I am unable to resize a file. I get a
message like this:

>RESIZE WKC 2 189 2
RESIZE: Error on WKC.  File not resized.

UVFIXFILE claims that there is nothing wrong with the file. I thought I'd
copy off the data and recreate the file, but if I try to DELETE.FILE the
file, UV fails to do it. I CAN delete the DICT, and I CAN CLEAR.FILE the
file, after which it still cannot be resized nor deleted.

Anyone have a clue?

Barry Brevik
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] Resize problems

2005-01-28 Thread Anthony W. Youngman
In message <[EMAIL PROTECTED]>, Barry 
Brevik <[EMAIL PROTECTED]> writes
UV 9.6.1.3 on Windows NT. Quite often, I am unable to resize a file. I get a
message like this:
RESIZE WKC 2 189 2
RESIZE: Error on WKC.  File not resized.
UVFIXFILE claims that there is nothing wrong with the file. I thought I'd
copy off the data and recreate the file, but if I try to DELETE.FILE the
file, UV fails to do it. I CAN delete the DICT, and I CAN CLEAR.FILE the
file, after which it still cannot be resized nor deleted.
Anyone have a clue?
Is another user accessing the file?
That could include an external backup process.
Cheers,
Wol
--
Anthony W. Youngman <[EMAIL PROTECTED]>
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site -  Open Source Pick
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] Resize problems

2005-01-28 Thread Allen Egerton
From: "Barry Brevik" <[EMAIL PROTECTED]>
Sent: Friday, January 28, 2005 1:10 PM



> UV 9.6.1.3 on Windows NT. Quite often, I am unable to resize a file. I get
a
> message like this:
>
> >RESIZE WKC 2 189 2
> RESIZE: Error on WKC.  File not resized.
>
> UVFIXFILE claims that there is nothing wrong with the file. I thought I'd
> copy off the data and recreate the file, but if I try to DELETE.FILE the
> file, UV fails to do it. I CAN delete the DICT, and I CAN CLEAR.FILE the
> file, after which it still cannot be resized nor deleted.
>
> Anyone have a clue?


Access rights?

Sounds like you have read/write but not delete privileges on the file system
object.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] SOX Compliance and Universe

2005-01-28 Thread Clifton Oliver
Just to add, there is also a trimmed down COBIT Quickstart available 
from the IT Goverance Institute that is targeted at the small to medium 
sized enterprise. $25 for ISACA members, $50 for non-members.

--
Regards,
Clif
~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER & ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~
Susan Joslyn wrote:
these issues.  But I've got one word for you: Cobit.  If you haven't gotten
a grip on what Cobit is I really recommend that you do.  It's a little like
reading Shakespeare -- might seem a little like mumbo-jumbo until you get
the hang of the language, the presentation.  But then it just breaks down,
labels, clarifies, identifies, lists, prioritizes and organizes what may
have seemed before to be a nebulous mass.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] Resize problems

2005-01-28 Thread Barry Brevik
UV 9.6.1.3 on Windows NT. Quite often, I am unable to resize a file. I get a
message like this:

>RESIZE WKC 2 189 2
RESIZE: Error on WKC.  File not resized.

UVFIXFILE claims that there is nothing wrong with the file. I thought I'd
copy off the data and recreate the file, but if I try to DELETE.FILE the
file, UV fails to do it. I CAN delete the DICT, and I CAN CLEAR.FILE the
file, after which it still cannot be resized nor deleted.

Anyone have a clue?

Barry Brevik
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [AD] Software Developer - Central Vermont, USA

2005-01-28 Thread Karjala Koponen
quoted ad:

Software Developer

Capital City Press, a high-quality printer of scientific, medical and 
educational short-run journals is seeking a Software Developer to join our IT 
team.

Our desired candidate will work closely with technical and non-technical staff 
to create innovative applications from concept creation, though software 
architecting, to implementation and maintenance.  The ability to work 
effectively as a member of a development team committed to creative 
collaboration, best practices and methodologies, and exceeding expectations of 
our customers is required.

Exceptional programming, database design, problem solving, and communications 
skills are expected.  Proficiency working with the following is highly 
desirable: .NET Framework (ASP.NET), UniData-UniBasic, XML-XSL, and FileMaker 
Pro.  Experience working with Unix shell scripting, C, Perl, Dreamweaver MX, 
and SQL Server is a plus.

For additional information on this opportunity, visit our website at: 
www.capcitypress.com .  Submit a cover letter and resume via mail or email at:

Human Resources Manager
Capital City Press, Inc.
P.O. Box 546
Montpelier, VT  05601

[EMAIL PROTECTED] 



There is now one applications developer.  Me.  I'd really like some help.  We 
are a printer (manufacturer) that also provides editorial services to our 
customers.
We are running Primac, a package for the printing industry, with modifications, 
on UniData 5.2 on AIX 4.3.2, which we are upgrading to the latest version of 
Primac on UniData 6 on a Solaris server.  We do have a couple of large 
FileMaker Pro databases that we have taken over from user departments and 
enhanced.  We'd like to migrate those elsewhere (I'm pushing for UniData, of 
course) but it won't happen quickly.  We have no SQL Server or .NET 
applications at this time, though we'd like to see easier access to all that 
glorious information in UniData.  We use XML extensively with one of our 
customers and some of our production workflow uses XML.  I have done work with 
XSLT as part of both uses of XML.  We do have some Windows servers but most of 
our production servers are Unix boxes.  Workstations are mostly Windows PCs but 
we do use Macs, primarily in our production workflow.  OS X is good enough that 
we might see some increase on the Mac side where people have a choice.

Karjala
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV/Redback] How can my UV code determine the redback user name?

2005-01-28 Thread Mike Randall
George,

There you are getting into server authentication.  Redback will run with
Apache.  I guess it is dependent on what web technology you are using with
it (Java, JSP, CGI) as to how that info can be made available to U2.

I focused on the Microsoft technologies (IIS, ASP, ASP.Net) because of a
perceived shorter learning curve coming from a Pick background with VB/VB
Script versus Java.   With IIS, you can set a server for windows
authentication where you get the windows user id dialog box.   Although I
haven't gone that route, I'm sure you can find a way to access it to use in
your code.  So I would say the answer to your question is yes.

Instead, I write my own login/security routines which is tied to the
application for things like specific program access, printer defaults, email
addresses, etc.   

In your case, I imagine the htaccess/htpassword files could be used as a
validation source in ASP but the piping to read it and get it back to U2
would have to be figured out.  If it works now and you can get it via your
cgi script, it most likely work the same if you continued to use Apache.

Mike R.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of George Gallen
Sent: Friday, January 28, 2005 9:39 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV/Redback] How can my UV code determine the redback user
name?

Mike,

Right now, I have an .htaccess/.htpassword file combo for apache web server
when you hit the site, the webserver gives you a login box. This information
is available to a .cgi program from the webserver.

Can the ASP server supply the Redback routine this information as well?
and/or
does the ASP server have that username/password ability?

George
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Run phantom as another user

2005-01-28 Thread graham.forbes
Windows 2000, tested running routine as another user and works ok, only seems
to fail when being run from Redback phantom, even though I have started the
redback phantom? Tested from a 'normal' phantom and it works OK.

Any thoughts on what's different from RedBack responder to phantom in
Unidata?

Thanks

Graham Forbes
Trading Systems
BT Consulting & Systems Integration


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lee Beel
Sent: 25 January 2005 20:43
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV] Run phantom as another user

If you are on a unix box you should be able to run a cron daemon.

Lee

>>> [EMAIL PROTECTED] 01/25/05 10:09AM >>>
I think I have this problem as well. I have a SQL command which works
when I
run it, but when my RedBack phantom run's it it fails with :

Error text is [Ardent][SQL Client][ODBC][Microsoft][ODBC Driver
Manager] Co
nnection not open


Anyone know how to run a Unidata subroutine as someone else? I cannot
find
the article in u2ug.

Thanks

Graham



Graham Forbes
Trading Systems
BT Consulting & Systems Integration


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Baakkonen,
Rodney
Sent: 25 January 2005 15:47
To: 'u2-users@listserver.u2ug.org' 
Subject: RE: [U2] [UV] Run phantom as another user

I am looking at this AUTHORIZE statement in Unidata. I am not able to
compile a program using it and cannot find anything in the manuals
about it.
Is this a Universe sql only extension to Basic?


-Original Message-
From: David Jordan [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 24, 2005 10:33 PM
To: u2-users@listserver.u2ug.org 
Subject: RE: [U2] [UV] Run phantom as another user


In a BASIC program you can use the AUTHORIZE statement to set a
different
security credential.  (See the U2UG newsletter on the U2UG web site for
the
article of security)

You set the statement to AUTHORIZE username
Then compile the program as that user.
Anyone running that program will run under that usernames credentials.

Regards

David Jordan

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Buss, Troy
(Logitek
Systems)
Sent: Tuesday, 25 January 2005 1:20 PM
To: u2-users@listserver.u2ug.org 
Subject: [U2] [UV] Run phantom as another user

Is there a way to run a phantom process as another user using the
PHANTOM command?
---
u2-users mailing list
u2-users@listserver.u2ug.org 
To unsubscribe please visit http://listserver.u2ug.org/ 
---
u2-users mailing list
u2-users@listserver.u2ug.org 
To unsubscribe please visit http://listserver.u2ug.org/ 




This email may contain information which is privileged or confidential.
If you are not the intended recipient of this email, please notify the
sender immediately and delete it without reading, copying, storing,
forwarding or disclosing its contents to any other person
Thank you

Check us out at http://www.bt.com/consulting 


---
u2-users mailing list
u2-users@listserver.u2ug.org 
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/




This email may contain information which is privileged or confidential. If you 
are not the intended recipient of this email, please notify the sender 
immediately and delete it without reading, copying, storing, forwarding or 
disclosing its contents to any other person
Thank you

Check us out at http://www.bt.com/consulting


---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: Unclassified RE: [U2] [UV] Run phantom as another user

2005-01-28 Thread graham.forbes
Thanks Mike and David, found out the problem only happens when I call from
RedBack. 

Oracle is running on Unix and I have the connection user name and password
embedded in my Unidata code. Not sure why it doesn't work from RedBack
responder, but got around problem by have a batch file which runs the
routine.

Thanks for your help,

Graham



Graham Forbes
Trading Systems
BT Consulting & Systems Integration


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of HENDERSON MIKE, MR
Sent: 25 January 2005 22:41
To: u2-users@listserver.u2ug.org
Subject: Unclassified RE: [U2] [UV] Run phantom as another user

Graham,

For David's very good idea to work, you must not be using "NT
Authentication" for the ODBC Connection that the BCI is using.  [You did
not say what O/S the Oracle host is running].

If the Oracle host is a Windows box, and the ODBC connection is using NT
Authentication, it will ignore whatever UID & Password you pass in, and
use the credentials of the user issuing the request.
If you are not using NT Authentication, I suggest you should use the
UniBasic encryption / decryption functions to store the password
encrypted on disk, not in plain text in the code of the program
[apologies if 'teaching Grandma to suck eggs'].

Note that you can run a SQL Stored Procedure [via SQLExecuteDirect
rather than SQLExecute], which might enable you to do all you want.


HTH


Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Jordan
Sent: Wednesday, 26 January 2005 10:44
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV] Run phantom as another user

You can make an SQL call to a subroutine on a remote server.  You can
set
the SQL Connect statement with a different user name and password.  Bind
the
Parameters for the Subroutine and then Call it.  The code below may give
you
some idea.

Regards

David Jordan


0019:   UID = USERNAME
0020:   PWD = PASSWORD
0021:   SOURCE = "FCSHOST"
0022:   PRINT "Connecting to Computer: ":
0023:   Fn = "SQLConnect"
...
0027:   STATUS = SQLSetConnectOption(CONENV, SQL.OS.UID, UID)
0028:   STATUS = SQLSetConnectOption(CONENV, SQL.OS.PWD, PWD)
0029:   PRINT "Connecting to data source: ": SOURCE
0030:   STATUS = SQLConnect(CONENV,SOURCE,PATHNAME,"")

0042:   Fn = "SQLBindParameter"
0043: *status = SQLBindParameter (statement.env, mrk#, data.type,
sql.type,
prec, scale,param [,param.type])
0044:   STATUS =
SQLBindParameter(STMTENV,1,SQL.B.BASIC,SQL.CHAR,0,0,CLIENT.NO,SQL.PARAM.
INPU
T)
0045:   GOSUB CKSTMTENV
..
0055:  STATUS = SQLExecute(STMTENV)
0056:IF STATUS <> SQL.SUCCESS THEN RETURN 0

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, 26 January 2005 5:10 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV] Run phantom as another user

Anyone know how to run a Unidata subroutine as someone else? I cannot
find
the article in u2ug.

Thanks

Graham
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy ord
 istribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/




This email may contain information which is privileged or confidential. If you 
are not the intended recipient of this email, please notify the sender 
immediately and delete it without reading, copying, storing, forwarding or 
disclosing its contents to any other person
Thank you

Check us out at http://www.bt.com/consulting


---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV/Redback] How can my UV code determine the redback user name?

2005-01-28 Thread George Gallen
Mike,

Right now, I have an .htaccess/.htpassword file combo for apache web server
when you hit the site, the webserver gives you a login box. This information
is available to a .cgi program from the webserver.

Can the ASP server supply the Redback routine this information as well?
and/or
does the ASP server have that username/password ability?

George

>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Mike Randall
>Sent: Friday, January 28, 2005 9:05 AM
>To: u2-users@listserver.u2ug.org
>Subject: RE: [U2] [UV/Redback] How can my UV code determine the redback
>user name?
>
>
>Adrian,
>
>No one connects.  Remember, this is the stateless web here.
>Redback merely
>has anonymous processes that handles incoming requests for U2
>data.  There
>is no identity.If you want to identify incoming
>requesters, that will
>have to be part of your application.   For an intranet application for
>example,  your 1st screen would be a login screen where you
>prompt for user
>name and password.   Your application would have to validate
>and store it.
>That name can be retrieved by your UV code.
>
>Mike R.
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Womack, Adrian
>Sent: Friday, January 28, 2005 3:49 AM
>To: u2-users@listserver.u2ug.org
>Subject: [U2] [UV/Redback] How can my UV code determine the
>redback user
>name?
>
>Another question from a Redback newbie.
>
>There's a file "WWUSERS" that contains a list of redback user
>names (eg.
>RBADMIN). I can create new users in this file and assign them a
>password.
>
>Using the RBOScope examples supplied, I can connect using one of these
>user names & password.
>
>I've created a new UV subroutine that is called via the
>POSTWRITE method
>on one of the objects. What I'd like to do is access the username so I
>can add it to any audit records I may write.
>
>I've noticed that @LOGNAME & @ACCOUNT are both blank but @AUTHORIZATION
>contains "redback". Is there a variable (or a getProperty
>method) that I
>can use to determine the user who connected?
>
>AdrianW
>---
>u2-users mailing list
>u2-users@listserver.u2ug.org
>To unsubscribe please visit http://listserver.u2ug.org/
>---
>u2-users mailing list
>u2-users@listserver.u2ug.org
>To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV/Redback] How can my UV code determine the redback user name?

2005-01-28 Thread Mike Randall
Adrian,

No one connects.  Remember, this is the stateless web here.  Redback merely
has anonymous processes that handles incoming requests for U2 data.  There
is no identity.If you want to identify incoming requesters, that will
have to be part of your application.   For an intranet application for
example,  your 1st screen would be a login screen where you prompt for user
name and password.   Your application would have to validate and store it.
That name can be retrieved by your UV code.

Mike R.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Womack, Adrian
Sent: Friday, January 28, 2005 3:49 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV/Redback] How can my UV code determine the redback user
name?

Another question from a Redback newbie.

There's a file "WWUSERS" that contains a list of redback user names (eg.
RBADMIN). I can create new users in this file and assign them a
password.

Using the RBOScope examples supplied, I can connect using one of these
user names & password. 

I've created a new UV subroutine that is called via the POSTWRITE method
on one of the objects. What I'd like to do is access the username so I
can add it to any audit records I may write.

I've noticed that @LOGNAME & @ACCOUNT are both blank but @AUTHORIZATION
contains "redback". Is there a variable (or a getProperty method) that I
can use to determine the user who connected?

AdrianW
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV/Redback] How can my UV code determine the redback user name?

2005-01-28 Thread Womack, Adrian
Another question from a Redback newbie.

There's a file "WWUSERS" that contains a list of redback user names (eg.
RBADMIN). I can create new users in this file and assign them a
password.

Using the RBOScope examples supplied, I can connect using one of these
user names & password. 

I've created a new UV subroutine that is called via the POSTWRITE method
on one of the objects. What I'd like to do is access the username so I
can add it to any audit records I may write.

I've noticed that @LOGNAME & @ACCOUNT are both blank but @AUTHORIZATION
contains "redback". Is there a variable (or a getProperty method) that I
can use to determine the user who connected?

AdrianW
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] SOX Compliance and Universe

2005-01-28 Thread u2
> Now to this:
> >Seeing this post made me wonder how other companies productivity has
> >changed since SOX. We are going to have to hire people to do jobs that did
> >not exist before. Programming changes that used to take less than a day
> >usually cannot be done now in that time frame. In order to get the proper
> >signoffs from the business, stuff sits and waits now. Our auditors are
> >insisting that we have one person on the business side that makes sure all
> >signoffs are done before anything goes into production.
> 
> This is a topic that fascinates me.  Every week smaller traded companies are
> 'de-listing' and 'going dark' because of SOX. (Hmm, is that what we were
> going for?) Then there's the ones that charged on and found that they had
> grossly underestimated the requirement and the cost.  There is a raging
> debate about how much is too much and whether we have dealt the corporate
> world a fatal blow.   In my personal opinion we had to do what we've done.

Are you sure? Unfortunately, the USA (and us as well) suffer badly from NIH. An 
accounting disaster on the scale of Enron is almost incomprehensible in Europe. 
Yes we've had some pretty bad Enron-scale foul-ups, but they've *easily* been 
confirmed as fraud (eg Maxwell) or incompetence (Marconi/General Electric (not 
your one)).

And a lot of companies in Europe were in quite a mess because SOX was *illegal* 
under European law, but some joint-listed companies can't pull their listings 
from the US stock exchanges (some rule about compulsory listing if you have 
more than so many US shareholders - so it's actually possible for a European 
company to be forced to comply with US listing rules because Americans have 
bought on the European Bourses!)

The two things that would (and have) prevented an Enron-style disaster here are 
the rules that say "if you have a controlling interest (50% or more) then you 
are financially responsible for your subsidiary" - I was shocked to discover 
that the US figure above which you have to take responsibility is 97%! And the 
chairman/board/whoever has a somewhat vague responsibility to confirm that the 
accounts are a fair representation of the state of the company. In other words, 
if you know of accounting shenanigans you can't sign ... It's interpreted 
fairly strictly, and auditors have been known to be clobbered by it, too.

I think SOX is damaging, precisely because it is OTT, and from what I've heard 
about comparing it to European practices, I gather it's probably not that 
effective, either!

Cheers,
Wol
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/