ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

System i Navigator In ACS ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • System i Navigator In ACS ?

    I am using ACS version 1.1.9.0

    In my old 5250 emulator, there was also "System i Navigator" .
    Now my 5250 has "Actions -> "IBM Navigator for i " that is useless. What am I missing ?
    IBMs web pages are so horrible I can't find a link to download the older version.

    Click image for larger version  Name:	image.png Views:	0 Size:	34.1 KB ID:	158477
    Attached Files
    Last edited by MFisher; April 3, 2023, 03:52 PM.

  • #2
    If you're looking for disabled users in NetServer, you can find that in the new Navigator by double clicking on the square that represents your system, then point at the Network icon on the left side of the page (the circle with the lines to the right), click Servers on the pop up menu, then click TCP-IP Servers. In the list that comes up, right click on IBM i NetServer and click on Disabled User IDs. Or you could enter the following SQL in Run SQL Scripts to get the same thing:
    Code:
    SELECT *
    FROM QSYS2.USER_INFO
    WHERE NETSERVER_DISABLED = 'YES'
    ORDER BY AUTHORIZATION_NAME

    Comment


    • #3
      Thanks. I occasionally need to enable a disabled account. Maybe I overlooked some functionality in the new navigator, that I can also use, not just the disabled accounts.

      Comment


      • #4
        I'm looking for the old "Navigator" as well. Can anyone off suggestions? I'm hoping it's where I will be able to manage a distribution list for the Advanced Job Scheduler, since it's tell me this:

        Code:
                          Recipient (RCP) - Help                
                                                                
        Specifies the recipient to whom you want to send the    
        distribution message.                                  
                                                                
            Note:  The graphical user interface must be used to
            create and update e-mail information for recipients.​
        Your friends list is empty!

        Comment


        • #5
          Try the following:
          click on the icon of your system.
          Then you'll get some more icons on the left side.
          Open Bookmarks and select "Heritage IBM Navigator for i" (and you should get the old Navigator)

          Click image for larger version

Name:	image.png
Views:	169
Size:	33.6 KB
ID:	158701
          Attached Files

          Comment

          Working...
          X