Some questions...

Kvinna

Member
Hi some questions from a newbie:

- How can I get the users list from JDE and not from as400?
- Is there a way to get the list of groups and who are members?
- If an account is superuser at as400 level is also superuser in JDE?
- If an account doesn't have run permissions to run a program, but he/she has Fast Path, could achieve to run the that program?
 
Hi,

First of all, you should provide a signature with
your platform (OS & DB), JDE release, Tools release
and whether it's a FAT or Web environment.

Second, your responses

1. SELECT * FROM F0092
2. Look at F0092 table, field ULUGRP
3. No, JDE security is indepdendent from OS security
4. No, user won't be able to execute the application or
report, no matter if she or he has FastPath access.
 
Kvinna,

Welcome to JDEList and congratulations on your first post.

I echo Sebastian's comment:

[ QUOTE ]
First of all, you should provide a signature with
your platform (OS & DB), JDE release, Tools release
and whether it's a FAT or Web environment.

[/ QUOTE ]

Answers to questions:

How can I get the users list from JDE and not from as400?

Use P0092 - User Profiles.

Is there a way to get the list of groups and who are members?

As far as I'm aware, this not possible using standard JDE Applications or Reports (UBEs) on any JDE version. You will need to use a SQL on table F0092 as Sebastian mentrioned.

If an account is superuser at as400 level is also superuser in JDE?

See Sebastian's reponse:

[ QUOTE ]
No, JDE security is indepdendent from OS security

[/ QUOTE ]

If an account doesn't have run permissions to run a program, but he/she has Fast Path, could achieve to run the that program?

See Sebastian's reponse:

[ QUOTE ]
No, user won't be able to execute the application or report, no matter if she or he has FastPath access.

[/ QUOTE ]
 
Back
Top