RE: [U2] Universe Login

2008-05-14 Thread Brutzman, Bill
We use the following.  "MM" is the main menu.

>ed VOC LOGIN

0001: PA
0002: PTERM -ECHO DELAY
0003:
0004: BREAK ON
0005: HK.RESET.PRINTER
0006: RUN MT.BP GET.STACK.LOGNAME
0007: IF @LOGNAME = 'pm'   THEN GO MAIN.MENU
0008: LOGIN.CONTROL
0009:
0010: PTERM CASE NOINVERT
0011:
0012: IF @LOGNAME = 'root'THEN GO TCL
0013: IF @LOGNAME = 'brutzy'  THEN GO TCL
0014: IF @LOGNAME = 'raymond' THEN GO TCL
0015: IF @LOGNAME = 'color'   THEN GO COLOR
0016:
0017: MAIN.MENU:
0018: MM
0019: LO
0020:
0021: COLOR:
0022: SST
0023: LO
0024:
0025: PRINT.MANAGER:
0026: HK.PRINT.ADMIN
0027: GO MAIN.MENU
0028:
0029: TCL:
0030: TERM 132

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Peter Veenhof
Sent: Wednesday, May 14, 2008 11:41 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Universe Login


Hi All,

This is a basic UV question, but for some reason I can't seem to find an
answer... I want to have all uses who log into Universe go to one
specific account, how do I set this universally? ... Using UV 10.2 on
Windows 2003.

Thanks
Pete
---
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] Universe Login

2008-05-14 Thread Dennis Bartlett
Add a LOGIN paragraph to every account

PA
IF @LOGNAME = 'root' THEN GO ENDIT
LOGTO correct_account
ENDIT:

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter Veenhof
Sent: 14 May 2008 05:41 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Universe Login

Hi All,

This is a basic UV question, but for some reason I can't seem to find an
answer... I want to have all uses who log into Universe go to one specific
account, how do I set this universally? ... Using UV 10.2 on Windows 2003.

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

No virus found in this incoming message.
Checked by AVG. 
Version: 8.0.100 / Virus Database: 269.23.2/1432 - Release Date: 5/14/2008
7:49 AM
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Universe Login

2008-05-14 Thread Anthony Caufield
I would just use the uni-admin and under when you setup the user you
define a uv directory make sure they are not admin's of the uv box but
have full read/write rights. To all accounts they will access data in
and the uv directory.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Taylor
Sent: Wednesday, May 14, 2008 8:53 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Universe Login

Peter,

In the Windows (XP/Pro) User's file, Profile Tab, add the path to the 
Universe Account in the Local Path of the Home Folder - eg 
D:\IBM\UV\ACCOUNTS\UV.

Other versions of Windows have a similar User's file structure.

hth,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com

- Original Message - 
From: "Peter Veenhof" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, May 14, 2008 8:40 AM
Subject: [U2] Universe Login


> Hi All,
>
> This is a basic UV question, but for some reason I can't seem to find
an
> answer... I want to have all uses who log into Universe go to one
> specific account, how do I set this universally? ... Using UV 10.2 on
> Windows 2003.
>
> Thanks
> Pete
> ---
> 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] Universe Login

2008-05-14 Thread Bill Haskett
Peter:

In UD you'd use UniAdmin and configure the "DEFAULT" user to log into the path
(account) desired; U2Server > Network Services > UDTelnet Server > Users tab.  
Then
any authorized Windows user trying to access UniData, not already updated in 
this
"Users" tab, would be logged into the defined account.

HTH

Bill

>-Original Message-
>From: [EMAIL PROTECTED] [mailto:owner-u2-
>[EMAIL PROTECTED] On Behalf Of Dave Taylor
>Sent: Wednesday, May 14, 2008 8:53 AM
>To: u2-users@listserver.u2ug.org
>Subject: Re: [U2] Universe Login
>
>Peter,
>
>In the Windows (XP/Pro) User's file, Profile Tab, add the path to the
>Universe Account in the Local Path of the Home Folder - eg
>D:\IBM\UV\ACCOUNTS\UV.
>
>Other versions of Windows have a similar User's file structure.
>
>hth,
>
>Dave
>
>Dave Taylor
>Sysmark Information Systems, Inc.
>Authorized IBM Business Partner
>49 Aspen Way
>Rolling Hills Estates, CA 90274
>(O) 800-SYSMARK (800-797-6275)
>(F) 310-377-3550
>(C) 310-561-5200
>www.sysmarkinfo.com
>
>- Original Message -
>From: "Peter Veenhof" <[EMAIL PROTECTED]>
>To: 
>Sent: Wednesday, May 14, 2008 8:40 AM
>Subject: [U2] Universe Login
>
>
>> Hi All,
>>
>> This is a basic UV question, but for some reason I can't seem to find an
>> answer... I want to have all uses who log into Universe go to one
>> specific account, how do I set this universally? ... Using UV 10.2 on
>> Windows 2003.
>>
>> Thanks
>> Pete
>> ---
>> 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] Universe Login

2008-05-14 Thread Dave Taylor

Peter,

In the Windows (XP/Pro) User's file, Profile Tab, add the path to the 
Universe Account in the Local Path of the Home Folder - eg 
D:\IBM\UV\ACCOUNTS\UV.


Other versions of Windows have a similar User's file structure.

hth,

Dave

Dave Taylor
Sysmark Information Systems, Inc.
Authorized IBM Business Partner
49 Aspen Way
Rolling Hills Estates, CA 90274
(O) 800-SYSMARK (800-797-6275)
(F) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com

- Original Message - 
From: "Peter Veenhof" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, May 14, 2008 8:40 AM
Subject: [U2] Universe Login



Hi All,

This is a basic UV question, but for some reason I can't seem to find an
answer... I want to have all uses who log into Universe go to one
specific account, how do I set this universally? ... Using UV 10.2 on
Windows 2003.

Thanks
Pete
---
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: RE: [U2] UniVerse login name on Windows

2005-07-26 Thread brian
Paul Hamrick <[EMAIL PROTECTED]> wrote on 26.07.2005, 14:29:24:
> Brian, try this registry change.
> 
Paul,

Thanks. Worked a treat (unlike my failing memory)

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


RE: [U2] UniVerse login name on Windows

2005-07-26 Thread Paul Hamrick
Brian, try this registry change.

To use short usernames at login, change the registry by adding a
UseShortUserNames key described below. This will remove the computer
name in front of the UserName, for example, a WHO might look like this

\Username

With this change the WHO would output only Username

1.  Start/Run/regedit
2.  HKEY_LOCAL_MACHINE
a.  Software/UniVerse/CurrentVersion
3.  Add a new DWORD Value, rt. click New/DWORD Value
4.  Enter 
a. UseShortUserNames
b. Value=1
c. Base=Hexadecimal

Paul H.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, July 26, 2005 6:32 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UniVerse login name on Windows

Is there a way to force UniVerse to report only the user name portion
without the domain prefix on Windows? e.g. @Logname = administrator not
MYMACHINE\administrator?
I seem to remember there was one, but I can't remember how.

Brian
---
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/