RE: [U2] UD: Login users

2007-01-25 Thread Timothy Snyder
>  The /fullname switch causes me error messages on
> XP-Pro (SP2), but the rest works perfectly.
Did you wrap the name in quotes?  I had problems until I did that.  I did
it on Windows 2003, so maybe it's a difference on XP.

Tim Snyder
Consulting I/T Specialist
U2 Consulting
North American Lab Services
IBM Software Group
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UD: Login users

2007-01-25 Thread Charles Barouch
 The /fullname switch causes me error messages on
XP-Pro (SP2), but the rest works perfectly.
-- 
Charles
Barouch
[EMAIL PROTECTED] - Consulting
(718) 762-3884x1

Timothy Snyder wrote:
| 
| The command was:
|  
net user user_id new_password /add /fullname "user_name"
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UD: Login users

2007-01-25 Thread Timothy Snyder
[EMAIL PROTECTED] wrote on 01/25/2007 11:26:28 AM:

> You can try the net user command (windows command use !net ... To run).
> Note I have only used it for users to update their own password so not
> sure how well it will work to create new users (access permissions to do
> it).

I used NET USER to set up all users for a new system.  I had a customer who
was migrating from UNIX to Windows [much as it pained me to take part in
such a thing ;-) ].  I moved the /etc/passwd file from UNIX and wrote a
BASIC program to read it in and generate new users on Windows.  Naturally,
I couldn't interpret the passwords from UNIX.  We just plugged the new
passwords and forced the users to change them upon first login.

The command was:
  net user user_id new_password /add /fullname "user_name"
where userid and user_name came from the passwd file.  You will need to
have administrator access to perform this, for the obvious security
reasons.  You can type net user /help at the DOS prompt for more
information.


Tim Snyder
Consulting I/T Specialist
U2 Consulting
North American Lab Services
IBM Software Group
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UD: Login users

2007-01-25 Thread colin.alfke
Bill;

If they're already in why do they need a user?? ;-)

You can try the net user command (windows command use !net ... To run).
Note I have only used it for users to update their own password so not
sure how well it will work to create new users (access permissions to do
it).

Would it be better/easier/safer/more expandable to have the dedicated
users to access from ASP (may aid later with connection pooling) and
have the application keep track of the user?

Hth
Colin Alfke
Calgary Canada 

>-Original Message-
>From: Bill Haskett
>
>I run UD 7.1 on Windows 2K3.  We're testing an ASP server and 
>find the need for our Windows staff to create user's to login 
>to UniData quite onerous.
>We'd prefer that our ASP clients be able to create their own 
>users "from within UniData" and manage this process 
>themselves.  Is this even possible in the U2 products?
> 
>We created  a directory for all ASP accounts in "E:\ASP".  
>We've created a unique Windows group called "UniData" and 
>removed all permissions on this directory except for 
>Administrators and UniData group members (certain support 
>personnel get assigned to the UniData group.  Each account has 
>a group called "UniData{AcctName}" (so we end up with a number 
>of groups at least equal to the number of accounts under the 
>"E:\ASP" directory.  Again, we remove all permissions on this 
>account-directory except for Administrators, UniData, and 
>UniData{AcctName} group members.
> 
>Now when each user is created we need to:
> 
>1)  Create a Windows user as a member of "users" and 
>"UniData{AcctName}"
>groups
>2)  Use UniAdmin to create a user profile for this user that 
>sets up the users startup directory to their account
>3)  Create a user profile within the application with the same 
>password as the Windows user to be used by the application.
> 
>Previous to UniData, we could manage all access to the dbms 
>"from within the application", so we were never involved with 
>managing ASP client's users.
>I'm hoping there is some way we can avoid this administration task.
> 
>Thanks,
> 
>Bill Haskett
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] UD: Login users

2007-01-24 Thread Bill Haskett
I run UD 7.1 on Windows 2K3.  We're testing an ASP server and find the need
for our Windows staff to create user's to login to UniData quite onerous.
We'd prefer that our ASP clients be able to create their own users "from
within UniData" and manage this process themselves.  Is this even possible
in the U2 products?
 
We created  a directory for all ASP accounts in "E:\ASP".  We've created a
unique Windows group called "UniData" and removed all permissions on this
directory except for Administrators and UniData group members (certain
support personnel get assigned to the UniData group.  Each account has a
group called "UniData{AcctName}" (so we end up with a number of groups at
least equal to the number of accounts under the "E:\ASP" directory.  Again,
we remove all permissions on this account-directory except for
Administrators, UniData, and UniData{AcctName} group members.
 
Now when each user is created we need to:
 
1)  Create a Windows user as a member of "users" and "UniData{AcctName}"
groups
2)  Use UniAdmin to create a user profile for this user that sets up the
users startup directory to their account
3)  Create a user profile within the application with the same password as
the Windows user to be used by the application.
 
Previous to UniData, we could manage all access to the dbms "from within the
application", so we were never involved with managing ASP client's users.
I'm hoping there is some way we can avoid this administration task.
 
Thanks,
 
Bill Haskett
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Fw: [U2] [UD] Login

2006-03-13 Thread Jerry Banker

Why not create you're working directory someplace with a shorter path? I
wouldn't recommend creating a working directory within the home path anyway.
What if you had to delete the home and reload it? You would have to move
your data files to another location so you could delete the home directory
or would have to delete the individual files, a real pain.

- Original Message - 
From: "Bill Haskett" <[EMAIL PROTECTED]>

To: 
Sent: Friday, March 10, 2006 6:42 PM
Subject: [U2] [UD] Login


I've been logging into UniData v7.1 on Win 2K3 for a project and am 
finally

asking a few questions about the login:

1) Do I have to type in the full path (instead of just the account), and
2) Am restricted (the 1st time I try) to sixteen characters in the path?

Welcome to Advantos Telnet Server
login: USERNAME
Password:
Path (E:\IBM\ud71\Dta) : E:\IBM\ud71\DtaDemo
Unable to set current directory to E:\IBM\ud71\DtaD

UniData telnet session terminating...

If I try to log in again the path is set properly and I can just press
[Enter] at that prompt to properly log into the DtaDemo account.

Welcome to Advantos Telnet Server
login: wphaskett
Password:
Path (E:\IBM\ud71\DtaDemo) : [Enter]

UniData Release 7.1  Build: (3146)
(c) Copyright IBM Corporation 2005.
All rights reserved.

Current UniData home is E:\IBM\ud71\.
Current working directory is E:\IBM\ud71\DtaDemo.

I've read all the manuals, I think, and can't find anything about this. 
Any

help would be appreciated.  :-)

Bill Haskett
Advantos Systems, Inc.
www.advantos.net
(760)944-5570 (CA)
(360)923-4838 (WA)
---
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] Login

2006-03-13 Thread colin.alfke
Bill;

1. Yes, you have to type in the full path.
2. Worked for me on 6.0.12 (W2k). Not sure if it's a version or PE
issue.

Normally I use UniAdmin (or telnetcfg) to update the default user. I put
the proper account path in the startup dir and uncheck the prompt
directory check box. This will always log you into an account and you
can logto different accounts from there.  You can either update any
other user you see in here or delete them and they will use the default
user config the next time they login.

The directory keeps anything you enter - even if it is incorrect. 

Hth
Colin Alfke
Calgary Canada

>-Original Message-
>From: Bill Haskett
>
>I've been logging into UniData v7.1 on Win 2K3 for a project 
>and am finally asking a few questions about the login:
>
>1) Do I have to type in the full path (instead of just the 
>account), and
>2) Am restricted (the 1st time I try) to sixteen characters in 
>the path?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UD] Login

2006-03-10 Thread Bill Haskett
I've been logging into UniData v7.1 on Win 2K3 for a project and am finally
asking a few questions about the login:

1) Do I have to type in the full path (instead of just the account), and
2) Am restricted (the 1st time I try) to sixteen characters in the path?

Welcome to Advantos Telnet Server
login: USERNAME
Password:
Path (E:\IBM\ud71\Dta) : E:\IBM\ud71\DtaDemo
Unable to set current directory to E:\IBM\ud71\DtaD

UniData telnet session terminating...

If I try to log in again the path is set properly and I can just press
[Enter] at that prompt to properly log into the DtaDemo account.

Welcome to Advantos Telnet Server
login: wphaskett
Password:
Path (E:\IBM\ud71\DtaDemo) : [Enter]

UniData Release 7.1  Build: (3146)
(c) Copyright IBM Corporation 2005.
All rights reserved.

Current UniData home is E:\IBM\ud71\.
Current working directory is E:\IBM\ud71\DtaDemo.

I've read all the manuals, I think, and can't find anything about this.  Any
help would be appreciated.  :-)

Bill Haskett
Advantos Systems, Inc.
www.advantos.net 
(760)944-5570 (CA)
(360)923-4838 (WA)
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2]UD Login User

2005-09-16 Thread Chuck Mongiovi
As always - Unix or WinNT? ..

try "listuser" and "ps eww" syntax ..

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED]
Sent: Friday, September 16, 2005 1:43 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2]UD Login User


In a message dated 9/13/2005 6:18:16 AM Pacific Standard Time,  
[EMAIL PROTECTED] writes:

Hi,
After I login to Unidata, is there a way to know who is logged  in and
which account?

Thanks,
Savita  Chauhan


Others have answered your question if you want to know:
1) Who am *I* and 2) Where am *I* logged in ?
 
If your question was really:
3) Show me everyone who is logged in and where everyone is.
 
Then you can use LIST-USERS
 
Will Johnson
---
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 Login User

2005-09-16 Thread FFT2001
In a message dated 9/13/2005 6:18:16 AM Pacific Standard Time,  
[EMAIL PROTECTED] writes:

Hi,
After I login to Unidata, is there a way to know who is logged  in and
which account?

Thanks,
Savita  Chauhan


Others have answered your question if you want to know:
1) Who am *I* and 2) Where am *I* logged in ?
 
If your question was really:
3) Show me everyone who is logged in and where everyone is.
 
Then you can use LIST-USERS
 
Will Johnson
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2]UD Login User

2005-09-14 Thread Susan Lynch
Hope that helps!(You can check out acronyms like that at
http://www.ucc.ie/cgi-bin/acronym/acro.html)

Susan
- Original Message - 
From: "Marilyn Hilb" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, September 14, 2005 11:00 AM
Subject: RE: [U2]UD Login User


> Ok. I have to ask.. What does hth mean??
>
> HTH,
>
> Jeff Fitzgerald
> Fitzgerald & Long, Inc.
> ---
> 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 Login User

2005-09-14 Thread Robert.Porter2
http://en.wikipedia.org/wiki/HTH

In this sense, "hope this/that helps"



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marilyn Hilb
Sent: Wednesday, September 14, 2005 11:01 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2]UD Login User

Ok. I have to ask.. What does hth mean??

HTH,

Jeff Fitzgerald
Fitzgerald & Long, Inc.
---
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 Login User

2005-09-14 Thread Chuck Mongiovi
HOPE THIS HELPS
http://www.geocities.com/SouthBeach/Lagoon/9819/acronyms.html

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Marilyn Hilb
Sent: Wednesday, September 14, 2005 11:01 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2]UD Login User


Ok. I have to ask.. What does hth mean??

HTH,

Jeff Fitzgerald
Fitzgerald & Long, Inc.
---
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 Login User

2005-09-14 Thread Robert Paterson
http://www.geocities.com/SouthBeach/Lagoon/9819/acronyms.html

Generally it is either Happy To Help or Hope This Helps...

Although like many things on the web - there are probably alternates
even to those...


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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2]UD Login User

2005-09-14 Thread Caryl Lange
Hope that helps...


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marilyn Hilb
Sent: Wednesday, September 14, 2005 8:01 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2]UD Login User

Ok. I have to ask.. What does hth mean??

HTH,

Jeff Fitzgerald
Fitzgerald & Long, Inc.
---
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 Login User

2005-09-14 Thread Marilyn Hilb
Ok. I have to ask.. What does hth mean??

HTH,

Jeff Fitzgerald
Fitzgerald & Long, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2]UD Login User

2005-09-13 Thread Jeff Fitzgerald
At the UniData prompt try these commands:  WHERE, GETUSER, MYSELF

In BASIC and paragraphs you can use a number of @ variables, e.g. @LOGNAME
and @WHO

HTH,

Jeff Fitzgerald
Fitzgerald & Long, Inc.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chauhan, Savita
Sent: Tuesday, September 13, 2005 7:23 AM
To: u2-users@listserver.u2ug.org
Subject: [U2]UD Login User

Hi,
After I login to Unidata, is there a way to know who is logged in and
which account?

Thanks,
Savita Chauhan
IT SW Process Coord
Central Texas College
(254)526-1754
---
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 Login User

2005-09-13 Thread Chauhan, Savita
Hi,
After I login to Unidata, is there a way to know who is logged in and
which account?

Thanks,
Savita Chauhan
IT SW Process Coord
Central Texas College
(254)526-1754
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/