Re: NVAS admin panel issue

2018-07-16 Thread Alan(GMAIL)Watthey
If you look in the EMSGAL VSAM dataset you will see all the defined 
administrators.  You may have to REPRO the data out to a flat file to read it 
of course.  There are different types of administrators (system, group, 
broadcast) so you'll have to work out which is which but if you know your users 
this should fairly obvious.  I'm not sure but there may be an 'S' in the entry 
for a system operator.

Regards,
Alan Watthey

-Original Message-
From: saurabh khandelwal [mailto:sourabhkhandelwal...@gmail.com] 
Sent: 15 July 2018 3:38 pm
Subject: Re: NVAS admin panel issue

Hello  Elardus *,*

Sorry for late reply.

I run this BATCHLO utility  and output was

NV/AS Batch Load & Reporting
Initialization





NV/AS Batch Load & Reporting Options:





EXEC,UID=PUBUSER,UNLOCK






Consistency Check of the NV/AS Database





NV/AS Batch Load & Reporting
Statistics







Correct commands:0



Incorrect commands:  0


Total commands:  0




Couple of other points,

1) I didnt find pubuser in our RACF
2) Now we are not able to get into admin panel because, we don't know which
user is having admin access.
3) Is there any way that we can use this pubuser to define other admin
user. But not sure how.


On Thu, Jul 12, 2018 at 2:57 PM, Elardus Engelbrecht <
elardus.engelbre...@sita.co.za> wrote:

> George Rodriguez wrote:
>
> >On the ADM menu there's an option 7 - Define an Administrator for making
> a regular user an administrator. You need to be an Admin already to use
> this option. If I'm right, the initial system came with a default
> administrator.
>
> The default one is PUBUSER. What the password is, is a guess. If RACF is
> required to logon, it should be easy to fix that.
>
>
> >To get a list of who's already define as an administrator, select option
> 7, on option User enter a ? and on the command line enter l (list).
>
> Of course you need to be an admin in the first place... ;-)
>
> Or run this job:
>
> //BATCHLO  EXEC PGM=EMSBXPMC,REGION=2M,
> // PARM='EXEC,UID=PUBUSER,UNLOCK'
> //STEPLIB   DD DSN=?=SHR
> //EMSBSRTS  DD DSN=?,DISP=SHR
> //EMSBSRTG  DD DSN=?,DISP=SHR
> //EMSBSRTU  DD DSN=?,DISP=SHR
> //EMSBPLDT  DD DSN=?,DISP=SHR
> //EMSBGPRF  DD DSN=?,DISP=SHR
> //EMSBALLT  DD DSN=?,DISP=SHR
> //EMSBGAL   DD DSN=?,DISP=SHR
> //SYSPRINT  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)
> //EMSBREPO  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)
> //EMSBLIST  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)
> //SYSUDUMP  DD SYSOUT=*
> //EMSBCOMM  DD *
>  LIST   ADMINISTRATOR,
>   USER_ID=*,
>   GROUP_NAME=*
>
> Groete / Greetings
> Elardus Engelbrecht
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-15 Thread Elardus Engelbrecht
saurabh khandelwal wrote:

>Sorry for late reply.

That is Ok. It is seldom I look at IBM-MAIN on a Sunday, but we are now IPLing 
and I need to check something. ;-)


>I run this BATCHLO utility  and output was
>Correct commands:0

Your JCL is wrong. Check it again. I expect Correct commands > 0


>1) I didnt find pubuser in our RACF

Now, have it registered in RACF and try again the job and try to logon to NVAS 
to see that panel you want to see.


>3) Is there any way that we can use this pubuser to define other admin user. 
>But not sure how.

There is no other way, AFAIK. 

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-15 Thread saurabh khandelwal
Hello  Elardus *,*

Sorry for late reply.

I run this BATCHLO utility  and output was

NV/AS Batch Load & Reporting
Initialization





NV/AS Batch Load & Reporting Options:





EXEC,UID=PUBUSER,UNLOCK






Consistency Check of the NV/AS Database





NV/AS Batch Load & Reporting
Statistics







Correct commands:0



Incorrect commands:  0


Total commands:  0




Couple of other points,

1) I didnt find pubuser in our RACF
2) Now we are not able to get into admin panel because, we don't know which
user is having admin access.
3) Is there any way that we can use this pubuser to define other admin
user. But not sure how.


On Thu, Jul 12, 2018 at 2:57 PM, Elardus Engelbrecht <
elardus.engelbre...@sita.co.za> wrote:

> George Rodriguez wrote:
>
> >On the ADM menu there's an option 7 - Define an Administrator for making
> a regular user an administrator. You need to be an Admin already to use
> this option. If I'm right, the initial system came with a default
> administrator.
>
> The default one is PUBUSER. What the password is, is a guess. If RACF is
> required to logon, it should be easy to fix that.
>
>
> >To get a list of who's already define as an administrator, select option
> 7, on option User enter a ? and on the command line enter l (list).
>
> Of course you need to be an admin in the first place... ;-)
>
> Or run this job:
>
> //BATCHLO  EXEC PGM=EMSBXPMC,REGION=2M,
> // PARM='EXEC,UID=PUBUSER,UNLOCK'
> //STEPLIB   DD DSN=?=SHR
> //EMSBSRTS  DD DSN=?,DISP=SHR
> //EMSBSRTG  DD DSN=?,DISP=SHR
> //EMSBSRTU  DD DSN=?,DISP=SHR
> //EMSBPLDT  DD DSN=?,DISP=SHR
> //EMSBGPRF  DD DSN=?,DISP=SHR
> //EMSBALLT  DD DSN=?,DISP=SHR
> //EMSBGAL   DD DSN=?,DISP=SHR
> //SYSPRINT  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)
> //EMSBREPO  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)
> //EMSBLIST  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)
> //SYSUDUMP  DD SYSOUT=*
> //EMSBCOMM  DD *
>  LIST   ADMINISTRATOR,
>   USER_ID=*,
>   GROUP_NAME=*
>
> Groete / Greetings
> Elardus Engelbrecht
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-12 Thread George Rodriguez
Thanks for the info, Elardus, I wasn't sure if you needed to be an admin to
just do a display!

*George Rodriguez*
*Specialist II - IT Solutions*
*IT Enterprise Applications*
*PX - 47652*
*(561) 357-7652 (office)*
*(954) 415-7586 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Eight Consecutive Years*


On Thu, Jul 12, 2018 at 7:57 AM Elardus Engelbrecht <
elardus.engelbre...@sita.co.za> wrote:

> George Rodriguez wrote:
>
> >On the ADM menu there's an option 7 - Define an Administrator for making
> a regular user an administrator. You need to be an Admin already to use
> this option. If I'm right, the initial system came with a default
> administrator.
>
> The default one is PUBUSER. What the password is, is a guess. If RACF is
> required to logon, it should be easy to fix that.
>
>
> >To get a list of who's already define as an administrator, select option
> 7, on option User enter a ? and on the command line enter l (list).
>
> Of course you need to be an admin in the first place... ;-)
>
> Or run this job:
>
> //BATCHLO  EXEC PGM=EMSBXPMC,REGION=2M,
> // PARM='EXEC,UID=PUBUSER,UNLOCK'
> //STEPLIB   DD DSN=?=SHR
> //EMSBSRTS  DD DSN=?,DISP=SHR
> //EMSBSRTG  DD DSN=?,DISP=SHR
> //EMSBSRTU  DD DSN=?,DISP=SHR
> //EMSBPLDT  DD DSN=?,DISP=SHR
> //EMSBGPRF  DD DSN=?,DISP=SHR
> //EMSBALLT  DD DSN=?,DISP=SHR
> //EMSBGAL   DD DSN=?,DISP=SHR
> //SYSPRINT  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)
> //EMSBREPO  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)
> //EMSBLIST  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)
> //SYSUDUMP  DD SYSOUT=*
> //EMSBCOMM  DD *
>  LIST   ADMINISTRATOR,
>   USER_ID=*,
>   GROUP_NAME=*
>
> Groete / Greetings
> Elardus Engelbrecht
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

-- 






*Disclaimer: *Under Florida law, e-mail addresses are public records. 
If you do not want your e-mail address released in response to a public 
records request, do not send electronic mail to this entity. Instead, 
contact this office by phone or in writing.








--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-12 Thread Elardus Engelbrecht
George Rodriguez wrote:

>On the ADM menu there's an option 7 - Define an Administrator for making a 
>regular user an administrator. You need to be an Admin already to use this 
>option. If I'm right, the initial system came with a default administrator.

The default one is PUBUSER. What the password is, is a guess. If RACF is 
required to logon, it should be easy to fix that.


>To get a list of who's already define as an administrator, select option 7, on 
>option User enter a ? and on the command line enter l (list).

Of course you need to be an admin in the first place... ;-)

Or run this job:

//BATCHLO  EXEC PGM=EMSBXPMC,REGION=2M,
// PARM='EXEC,UID=PUBUSER,UNLOCK'  
//STEPLIB   DD DSN=?=SHR
//EMSBSRTS  DD DSN=?,DISP=SHR
//EMSBSRTG  DD DSN=?,DISP=SHR
//EMSBSRTU  DD DSN=?,DISP=SHR
//EMSBPLDT  DD DSN=?,DISP=SHR
//EMSBGPRF  DD DSN=?,DISP=SHR
//EMSBALLT  DD DSN=?,DISP=SHR
//EMSBGAL   DD DSN=?,DISP=SHR 
//SYSPRINT  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)  
//EMSBREPO  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)  
//EMSBLIST  DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA)  
//SYSUDUMP  DD SYSOUT=*
//EMSBCOMM  DD *
 LIST   ADMINISTRATOR,
  USER_ID=*,  
  GROUP_NAME=*

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-12 Thread George Rodriguez
On the ADM menu there's an option 7 - Define an Administrator for making a
regular user an administrator. You need to be an Admin already to use this
option. If I'm right, the initial system came with a default administrator.
To get a list of who's already define as an administrator, select option 7,
on option User enter a ? and on the command line enter l (list).

Let me know if this answers your question.

*George Rodriguez*
*Specialist II - IT Solutions*
*IT Enterprise Applications*
*PX - 47652*
*(561) 357-7652 (office)*
*(954) 415-7586 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Eight Consecutive Years*


On Wed, Jul 11, 2018 at 5:13 PM saurabh khandelwal <
sourabhkhandelwal...@gmail.com> wrote:

> Hello Alan,
>
> As I am new  to NVAS, can you please suggest how my user id can be defined
> as NVAS administrator.
>
> On Wed, Jul 11, 2018 at 10:13 AM, Alan(GMAIL)Watthey 
> wrote:
>
> > Saurabh,
> >
> > As you were already told on the Netview forum, you need to be defined as
> > an NVAS Administrator.  Your userid is obviously not.  However, you can
> > instead update the settings in batch and then restart NVAS.
> >
> > Regards,
> > Alan Watthey
> >
> > -Original Message-
> > From: saurabh khandelwal [mailto:sourabhkhandelwal...@gmail.com]
> > Sent: 10 July 2018 6:04 pm
> > Subject: NVAS admin panel issue
> >
> > Hello Group,
> >
> >
> > We getting below message frequently on our syslog
> >
> >
> > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
> >
> > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
> >
> > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
> >
> > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
> >
> >
> > I would like to remove these message and for doing this I logged into
> NVAS
> > but i m unable to get admin panel. . I just get parameter panel with adm
> > command but I am unable to get the panel to delete these LU.
> >
> >
> > when I type adm on main nvas screen , I get Maintain user parameters
> > screen. I am unable to get this admin screen where i can use option 4 to
> > delete these unwanted LU.
> >
> >
> >
> >
> >
> > EMSPU1 Maintain User Parameters
> >
> >
> >  sp;  GR Name :
> > Terminal: A01IP449
> >
> > Application . . . ACB Name:  User . .:
> > AS54
> >
> > Last Update  . .: Group. .:
> > CRTGRP2
> >
> >& nbsp;
> >  Default Group: Y
> >
> > Fill in or change the following:
> >
> >
> >   Selection ID  . . . . . __   (1-99) Default Application _  (Y/N)
> > ;
> >
> >   Msg. Received Indicator _(N=Normal/J=Jump/I=
> > Information)
> >
> >   Jump Key  . . . . . . .  (PFnn/PAnn/ATTN)
> >
> >
> >   Logon Profile . . . . . _(U=User/G=Group/S=System)
> > p;
> >
> >   Active Profile  . . . . _(1/2) If User Profile
> >
> >
> >   Profile 1 Comment . . . ___   Profile 2 Comment
> > ___
> >
> >   Application ID Display  _(Y=Yes/N=No)
> >
> >
> >
> >
> >
> > Variables for Logon profile:
> >  ;
> >
> >. . .    . .    . .
> > 
> >
> >. .    . .    . .
> > 
> >
> >. . .. . .. .
> > .
> >
> >
> >
> >
> > Enter a command: d (display), u (update), or l (list).
> >
> >
> >
> >
> > Can anybody help me to remove these EMS0675E  message from NVAS
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
>
>
> --
> Thanks & Regards
> Saurabh Khandelwal
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

-- 






*Disclaimer: *Under Florida law, e-mail addresses are public records. 
If you do not want your e-mail address released in response to a public 
records request, do not send electronic mail to this entity. Instead, 
contact this office by phone or in writing.








--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-11 Thread saurabh khandelwal
Hello Alan,

As I am new  to NVAS, can you please suggest how my user id can be defined
as NVAS administrator.

On Wed, Jul 11, 2018 at 10:13 AM, Alan(GMAIL)Watthey 
wrote:

> Saurabh,
>
> As you were already told on the Netview forum, you need to be defined as
> an NVAS Administrator.  Your userid is obviously not.  However, you can
> instead update the settings in batch and then restart NVAS.
>
> Regards,
> Alan Watthey
>
> -Original Message-
> From: saurabh khandelwal [mailto:sourabhkhandelwal...@gmail.com]
> Sent: 10 July 2018 6:04 pm
> Subject: NVAS admin panel issue
>
> Hello Group,
>
>
> We getting below message frequently on our syslog
>
>
> EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
>
> EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
>
> EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
>
> EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
>
>
> I would like to remove these message and for doing this I logged into NVAS
> but i m unable to get admin panel. . I just get parameter panel with adm
> command but I am unable to get the panel to delete these LU.
>
>
> when I type adm on main nvas screen , I get Maintain user parameters
> screen. I am unable to get this admin screen where i can use option 4 to
> delete these unwanted LU.
>
>
>
>
>
> EMSPU1 Maintain User Parameters
>
>
>  sp;  GR Name :
> Terminal: A01IP449
>
> Application . . . ACB Name:  User . .:
> AS54
>
> Last Update  . .: Group. .:
> CRTGRP2
>
>& nbsp;
>  Default Group: Y
>
> Fill in or change the following:
>
>
>   Selection ID  . . . . . __   (1-99) Default Application _  (Y/N)
> ;
>
>   Msg. Received Indicator _(N=Normal/J=Jump/I=
> Information)
>
>   Jump Key  . . . . . . .  (PFnn/PAnn/ATTN)
>
>
>   Logon Profile . . . . . _(U=User/G=Group/S=System)
> p;
>
>   Active Profile  . . . . _(1/2) If User Profile
>
>
>   Profile 1 Comment . . . ___   Profile 2 Comment
> ___
>
>   Application ID Display  _(Y=Yes/N=No)
>
>
>
>
>
> Variables for Logon profile:
>  ;
>
>. . .    . .    . .
> 
>
>. .    . .    . .
> 
>
>. . .. . .. .
> .
>
>
>
>
> Enter a command: d (display), u (update), or l (list).
>
>
>
>
> Can anybody help me to remove these EMS0675E  message from NVAS
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-11 Thread Alan(GMAIL)Watthey
Saurabh,

As you were already told on the Netview forum, you need to be defined as an 
NVAS Administrator.  Your userid is obviously not.  However, you can instead 
update the settings in batch and then restart NVAS.

Regards,
Alan Watthey

-Original Message-
From: saurabh khandelwal [mailto:sourabhkhandelwal...@gmail.com] 
Sent: 10 July 2018 6:04 pm
Subject: NVAS admin panel issue

Hello Group,


We getting below message frequently on our syslog


EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453

EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453

EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453

EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453


I would like to remove these message and for doing this I logged into NVAS
but i m unable to get admin panel. . I just get parameter panel with adm
command but I am unable to get the panel to delete these LU.


when I type adm on main nvas screen , I get Maintain user parameters
screen. I am unable to get this admin screen where i can use option 4 to
delete these unwanted LU.





EMSPU1 Maintain User Parameters


 sp;  GR Name :
Terminal: A01IP449

Application . . . ACB Name:  User . .:
AS54

Last Update  . .: Group. .:
CRTGRP2

   & nbsp;
 Default Group: Y

Fill in or change the following:


  Selection ID  . . . . . __   (1-99) Default Application _  (Y/N)
;

  Msg. Received Indicator _(N=Normal/J=Jump/I=
Information)

  Jump Key  . . . . . . .  (PFnn/PAnn/ATTN)


  Logon Profile . . . . . _(U=User/G=Group/S=System)
p;

  Active Profile  . . . . _(1/2) If User Profile


  Profile 1 Comment . . . ___   Profile 2 Comment
___

  Application ID Display  _(Y=Yes/N=No)





Variables for Logon profile:
 ;

   . . .    . .    . .


   . .    . .    . .


   . . .. . .. .
.




Enter a command: d (display), u (update), or l (list).




Can anybody help me to remove these EMS0675E  message from NVAS

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-11 Thread saurabh khandelwal
Thank you so much  for help

On Tue, Jul 10, 2018 at 10:14 PM, George Rodriguez <
016eebd7289b-dmarc-requ...@listserv.ua.edu> wrote:

> It's been a while since I made changes to the file used to capture
> messages. Let me check and I'll get back to you.
>
>
> *George Rodriguez*
> *Specialist II - IT Solutions*
> *IT Enterprise Applications*
> *PX - 47652*
> *(561) 357-7652 (office)*
> *(954) 415-7586 (mobile)*
> *School District of Palm Beach County*
> *3348 Forest Hill Blvd.*
> *Room B-251*
> *West Palm Beach, FL. 33406-5869*
> *Florida's Only A-Rated Urban District For Eight Consecutive Years*
>
>
> On Tue, Jul 10, 2018 at 11:46 AM saurabh khandelwal <
> sourabhkhandelwal...@gmail.com> wrote:
>
> > Hello George,
> >
> > Thanks for reply. But in netview, where will i find these message entry,
> so
> > that I can delete.
> >
> > I looked over internet and found that using option 4, I can remove these
> LU
> > but I am unable to get that panel.
> >
> > Can you please help me to drive this task .
> >
> > On Tue, Jul 10, 2018 at 6:32 PM, George Rodriguez <
> > 016eebd7289b-dmarc-requ...@listserv.ua.edu> wrote:
> >
> > > Instead of using ADM (used to administer applications and menu options
> of
> > > NVAS) you have to use Netview on your NetView Application Selection
> Panel
> > > and from there, you look for the message you want to suppress.
> > >
> > > *George Rodriguez*
> > > *Specialist II - IT Solutions*
> > > *IT Enterprise Applications*
> > > *PX - 47652*
> > > *(561) 357-7652 (office)*
> > > *(954) 415-7586 (mobile)*
> > > *School District of Palm Beach County*
> > > *3348 Forest Hill Blvd.*
> > > *Room B-251*
> > > *West Palm Beach, FL. 33406-5869*
> > > *Florida's Only A-Rated Urban District For Eight Consecutive Years*
> > >
> > >
> > > On Tue, Jul 10, 2018 at 11:04 AM saurabh khandelwal <
> > > sourabhkhandelwal...@gmail.com> wrote:
> > >
> > > > Hello Group,
> > > >
> > > >
> > > > We getting below message frequently on our syslog
> > > >
> > > >
> > > > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
> > > >
> > > > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
> > > >
> > > > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
> > > >
> > > > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
> > > >
> > > >
> > > > I would like to remove these message and for doing this I logged into
> > > NVAS
> > > > but i m unable to get admin panel. . I just get parameter panel with
> > adm
> > > > command but I am unable to get the panel to delete these LU.
> > > >
> > > >
> > > > when I type adm on main nvas screen , I get Maintain user parameters
> > > > screen. I am unable to get this admin screen where i can use option 4
> > to
> > > > delete these unwanted LU.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > EMSPU1 Maintain User Parameters
> > > >
> > > >
> > > >  sp;  GR Name :
> > > > Terminal: A01IP449
> > > >
> > > > Application . . . ACB Name:  User .
> .:
> > > > AS54
> > > >
> > > > Last Update  . .: Group.
> .:
> > > > CRTGRP2
> > > >
> > > >& nbsp;
> > > >  Default Group: Y
> > > >
> > > > Fill in or change the following:
> > > >
> > > >
> > > >   Selection ID  . . . . . __   (1-99) Default Application _
> (Y/N)
> > > > ;
> > > >
> > > >   Msg. Received Indicator _(N=Normal/J=Jump/I=
> > > > Information)
> > > >
> > > >   Jump Key  . . . . . . .  (PFnn/PAnn/ATTN)
> > > >
> > > >
> > > >   Logon Profile . . . . . _(U=User/G=Group/S=System)
> > > > p;
> > > >
> > > >   Active Profile  . . . . _(1/2) If User Profile
> > > >
> > > >
> > > >   Profile 1 Comment . . . ___   Profile 2 Comment
> > > > ___
> > > >
> > > >   Application ID Display  _(Y=Yes/N=No)
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Variables for Logon profile:
> > > >  ;
> > > >
> > > >. . .    . .    . .
> > > > 
> > > >
> > > >. .    . .    . .
> > > > 
> > > >
> > > >. . .. . .. .
> > > > .
> > > >
> > > >
> > > >
> > > >
> > > > Enter a command: d (display), u (update), or l (list).
> > > >
> > > >
> > > >
> > > >
> > > > Can anybody help me to remove these EMS0675E  message from NVAS
> > > >
> > > > 
> --
> > > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > > send email to lists...@listserv.ua.edu with the message: INFO
> IBM-MAIN
> > > >
> > >
> > > --
> > >
> > >
> > >
> > >
> > >
> > >
> > > *Disclaimer: *Under Florida law, e-mail addresses are public records.
> > > If you do not want your e-mail address released in response to a public
> > > records request, do not send electronic mail to this entity. Instead,
> > > contact this office by phone or in writing.

Re: NVAS admin panel issue

2018-07-10 Thread George Rodriguez
It's been a while since I made changes to the file used to capture
messages. Let me check and I'll get back to you.


*George Rodriguez*
*Specialist II - IT Solutions*
*IT Enterprise Applications*
*PX - 47652*
*(561) 357-7652 (office)*
*(954) 415-7586 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Eight Consecutive Years*


On Tue, Jul 10, 2018 at 11:46 AM saurabh khandelwal <
sourabhkhandelwal...@gmail.com> wrote:

> Hello George,
>
> Thanks for reply. But in netview, where will i find these message entry, so
> that I can delete.
>
> I looked over internet and found that using option 4, I can remove these LU
> but I am unable to get that panel.
>
> Can you please help me to drive this task .
>
> On Tue, Jul 10, 2018 at 6:32 PM, George Rodriguez <
> 016eebd7289b-dmarc-requ...@listserv.ua.edu> wrote:
>
> > Instead of using ADM (used to administer applications and menu options of
> > NVAS) you have to use Netview on your NetView Application Selection Panel
> > and from there, you look for the message you want to suppress.
> >
> > *George Rodriguez*
> > *Specialist II - IT Solutions*
> > *IT Enterprise Applications*
> > *PX - 47652*
> > *(561) 357-7652 (office)*
> > *(954) 415-7586 (mobile)*
> > *School District of Palm Beach County*
> > *3348 Forest Hill Blvd.*
> > *Room B-251*
> > *West Palm Beach, FL. 33406-5869*
> > *Florida's Only A-Rated Urban District For Eight Consecutive Years*
> >
> >
> > On Tue, Jul 10, 2018 at 11:04 AM saurabh khandelwal <
> > sourabhkhandelwal...@gmail.com> wrote:
> >
> > > Hello Group,
> > >
> > >
> > > We getting below message frequently on our syslog
> > >
> > >
> > > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
> > >
> > > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
> > >
> > > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
> > >
> > > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
> > >
> > >
> > > I would like to remove these message and for doing this I logged into
> > NVAS
> > > but i m unable to get admin panel. . I just get parameter panel with
> adm
> > > command but I am unable to get the panel to delete these LU.
> > >
> > >
> > > when I type adm on main nvas screen , I get Maintain user parameters
> > > screen. I am unable to get this admin screen where i can use option 4
> to
> > > delete these unwanted LU.
> > >
> > >
> > >
> > >
> > >
> > > EMSPU1 Maintain User Parameters
> > >
> > >
> > >  sp;  GR Name :
> > > Terminal: A01IP449
> > >
> > > Application . . . ACB Name:  User . .:
> > > AS54
> > >
> > > Last Update  . .: Group. .:
> > > CRTGRP2
> > >
> > >& nbsp;
> > >  Default Group: Y
> > >
> > > Fill in or change the following:
> > >
> > >
> > >   Selection ID  . . . . . __   (1-99) Default Application _  (Y/N)
> > > ;
> > >
> > >   Msg. Received Indicator _(N=Normal/J=Jump/I=
> > > Information)
> > >
> > >   Jump Key  . . . . . . .  (PFnn/PAnn/ATTN)
> > >
> > >
> > >   Logon Profile . . . . . _(U=User/G=Group/S=System)
> > > p;
> > >
> > >   Active Profile  . . . . _(1/2) If User Profile
> > >
> > >
> > >   Profile 1 Comment . . . ___   Profile 2 Comment
> > > ___
> > >
> > >   Application ID Display  _(Y=Yes/N=No)
> > >
> > >
> > >
> > >
> > >
> > > Variables for Logon profile:
> > >  ;
> > >
> > >. . .    . .    . .
> > > 
> > >
> > >. .    . .    . .
> > > 
> > >
> > >. . .. . .. .
> > > .
> > >
> > >
> > >
> > >
> > > Enter a command: d (display), u (update), or l (list).
> > >
> > >
> > >
> > >
> > > Can anybody help me to remove these EMS0675E  message from NVAS
> > >
> > > --
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> > >
> >
> > --
> >
> >
> >
> >
> >
> >
> > *Disclaimer: *Under Florida law, e-mail addresses are public records.
> > If you do not want your e-mail address released in response to a public
> > records request, do not send electronic mail to this entity. Instead,
> > contact this office by phone or in writing.
> >
> >
> >
> >
> >
> >
> >
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
>
>
> --
> Thanks & Regards
> Saurabh Khandelwal
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to 

Re: NVAS admin panel issue

2018-07-10 Thread Elardus Engelbrecht
saurabh khandelwal wrote:

>We getting below message frequently on our syslog
>EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
>EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
>EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
>EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
>I would like to remove these message and for doing this I logged into NVAS but 
>i m unable to get admin panel.

How are you defined to NVAS? Are you a System Administrator?


>... I am unable to get the panel to delete these LU.

You do that first in VTAMLST dataset and then remove the applications which are 
using those LUs after bouncing NVAS.


>when I type adm on main nvas screen , I get Maintain user parameters screen. I 
>am unable to get this admin screen where i can use option 4 to delete these 
>unwanted LU.

Option 4 is NOT going to help you there. See above.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-10 Thread saurabh khandelwal
Hello George,

Thanks for reply. But in netview, where will i find these message entry, so
that I can delete.

I looked over internet and found that using option 4, I can remove these LU
but I am unable to get that panel.

Can you please help me to drive this task .

On Tue, Jul 10, 2018 at 6:32 PM, George Rodriguez <
016eebd7289b-dmarc-requ...@listserv.ua.edu> wrote:

> Instead of using ADM (used to administer applications and menu options of
> NVAS) you have to use Netview on your NetView Application Selection Panel
> and from there, you look for the message you want to suppress.
>
> *George Rodriguez*
> *Specialist II - IT Solutions*
> *IT Enterprise Applications*
> *PX - 47652*
> *(561) 357-7652 (office)*
> *(954) 415-7586 (mobile)*
> *School District of Palm Beach County*
> *3348 Forest Hill Blvd.*
> *Room B-251*
> *West Palm Beach, FL. 33406-5869*
> *Florida's Only A-Rated Urban District For Eight Consecutive Years*
>
>
> On Tue, Jul 10, 2018 at 11:04 AM saurabh khandelwal <
> sourabhkhandelwal...@gmail.com> wrote:
>
> > Hello Group,
> >
> >
> > We getting below message frequently on our syslog
> >
> >
> > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
> >
> > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
> >
> > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
> >
> > EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
> >
> >
> > I would like to remove these message and for doing this I logged into
> NVAS
> > but i m unable to get admin panel. . I just get parameter panel with adm
> > command but I am unable to get the panel to delete these LU.
> >
> >
> > when I type adm on main nvas screen , I get Maintain user parameters
> > screen. I am unable to get this admin screen where i can use option 4 to
> > delete these unwanted LU.
> >
> >
> >
> >
> >
> > EMSPU1 Maintain User Parameters
> >
> >
> >  sp;  GR Name :
> > Terminal: A01IP449
> >
> > Application . . . ACB Name:  User . .:
> > AS54
> >
> > Last Update  . .: Group. .:
> > CRTGRP2
> >
> >& nbsp;
> >  Default Group: Y
> >
> > Fill in or change the following:
> >
> >
> >   Selection ID  . . . . . __   (1-99) Default Application _  (Y/N)
> > ;
> >
> >   Msg. Received Indicator _(N=Normal/J=Jump/I=
> > Information)
> >
> >   Jump Key  . . . . . . .  (PFnn/PAnn/ATTN)
> >
> >
> >   Logon Profile . . . . . _(U=User/G=Group/S=System)
> > p;
> >
> >   Active Profile  . . . . _(1/2) If User Profile
> >
> >
> >   Profile 1 Comment . . . ___   Profile 2 Comment
> > ___
> >
> >   Application ID Display  _(Y=Yes/N=No)
> >
> >
> >
> >
> >
> > Variables for Logon profile:
> >  ;
> >
> >. . .    . .    . .
> > 
> >
> >. .    . .    . .
> > 
> >
> >. . .. . .. .
> > .
> >
> >
> >
> >
> > Enter a command: d (display), u (update), or l (list).
> >
> >
> >
> >
> > Can anybody help me to remove these EMS0675E  message from NVAS
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
> --
>
>
>
>
>
>
> *Disclaimer: *Under Florida law, e-mail addresses are public records.
> If you do not want your e-mail address released in response to a public
> records request, do not send electronic mail to this entity. Instead,
> contact this office by phone or in writing.
>
>
>
>
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NVAS admin panel issue

2018-07-10 Thread George Rodriguez
Instead of using ADM (used to administer applications and menu options of
NVAS) you have to use Netview on your NetView Application Selection Panel
and from there, you look for the message you want to suppress.

*George Rodriguez*
*Specialist II - IT Solutions*
*IT Enterprise Applications*
*PX - 47652*
*(561) 357-7652 (office)*
*(954) 415-7586 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Eight Consecutive Years*


On Tue, Jul 10, 2018 at 11:04 AM saurabh khandelwal <
sourabhkhandelwal...@gmail.com> wrote:

> Hello Group,
>
>
> We getting below message frequently on our syslog
>
>
> EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
>
> EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
>
> EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXMAP  RC=1453
>
> EMS0675E VTAM INQUIRE FAILED FOR LU=A1OXCICS RC=1453
>
>
> I would like to remove these message and for doing this I logged into NVAS
> but i m unable to get admin panel. . I just get parameter panel with adm
> command but I am unable to get the panel to delete these LU.
>
>
> when I type adm on main nvas screen , I get Maintain user parameters
> screen. I am unable to get this admin screen where i can use option 4 to
> delete these unwanted LU.
>
>
>
>
>
> EMSPU1 Maintain User Parameters
>
>
>  sp;  GR Name :
> Terminal: A01IP449
>
> Application . . . ACB Name:  User . .:
> AS54
>
> Last Update  . .: Group. .:
> CRTGRP2
>
>& nbsp;
>  Default Group: Y
>
> Fill in or change the following:
>
>
>   Selection ID  . . . . . __   (1-99) Default Application _  (Y/N)
> ;
>
>   Msg. Received Indicator _(N=Normal/J=Jump/I=
> Information)
>
>   Jump Key  . . . . . . .  (PFnn/PAnn/ATTN)
>
>
>   Logon Profile . . . . . _(U=User/G=Group/S=System)
> p;
>
>   Active Profile  . . . . _(1/2) If User Profile
>
>
>   Profile 1 Comment . . . ___   Profile 2 Comment
> ___
>
>   Application ID Display  _(Y=Yes/N=No)
>
>
>
>
>
> Variables for Logon profile:
>  ;
>
>. . .    . .    . .
> 
>
>. .    . .    . .
> 
>
>. . .. . .. .
> .
>
>
>
>
> Enter a command: d (display), u (update), or l (list).
>
>
>
>
> Can anybody help me to remove these EMS0675E  message from NVAS
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

-- 






*Disclaimer: *Under Florida law, e-mail addresses are public records. 
If you do not want your e-mail address released in response to a public 
records request, do not send electronic mail to this entity. Instead, 
contact this office by phone or in writing.








--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN