Re: address space creation

2009-07-29 Thread Rebecca Martin
From what you posted: MAXUSER from IEASYSxx: 1000 In use ASIDs: 142 Available ASIDs: 858 RSVSTRT from IEASYSxx:50 RSVSTRT in use: 0 RSVSTRT available:50

Re: address space creation

2009-07-29 Thread Ted MacNEIL
It looks like your problem is with RSVNONR. You could increase this number. Some products will leave ASVT entries marked non-reusable for the life of an IPL. I have seen this problem before and right now don't remember which product was causing us issues. IIRC, it's any product that is the

Re: address space creation

2009-07-28 Thread Frank Skellen
. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Lizette Koehler Sent: Monday, July 27, 2009 5:12 PM To: IBM-MAIN@bama.ua.edu Subject: Re: address space creation What is the maximum number of TSO users you can have on at one time? Does

Re: address space creation

2009-07-28 Thread Tim Brown
implmenting the product. z/os 1.9 Tim -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf Of Lizette Koehler Sent: Monday, July 27, 2009 5:12 PM To: IBM-MAIN@bama.ua.edu Subject: Re: address space creation What is the maximum number of TSO users

Re: address space creation

2009-07-28 Thread Tim Brown
Not sure what you mean about system rexx Tim -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf Of Frank Skellen Sent: Tuesday, July 28, 2009 7:28 AM To: IBM-MAIN@bama.ua.edu Subject: Re: address space creation Can you convert this to a system

Re: address space creation

2009-07-28 Thread Lizette Koehler
Since this is a 3rd party vendor, I am not sure you could convert to SYSTEM REXX which was implemented in z/OS V1.9. AXR is the prefix for SYSTEM Rexx. I am guessing that the vendor has you running a PROC for this process using IRXJCL? Or is it a IKJEFTxx program? Currently if your normal

Re: address space creation

2009-07-28 Thread Tim Brown
Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf Of Lizette Koehler Sent: Tuesday, July 28, 2009 8:26 AM To: IBM-MAIN@bama.ua.edu Subject: Re: address space creation Since this is a 3rd party vendor, I am not sure you could convert to SYSTEM REXX which was implemented in z/OS V1.9. AXR

Re: address space creation

2009-07-28 Thread Hal Merritt
thoughts. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Tim Brown Sent: Monday, July 27, 2009 3:47 PM To: IBM-MAIN@bama.ua.edu Subject: address space creation Have an 3rd party application that interfaces with TSO. It signs

Re: address space creation

2009-07-28 Thread John Kelly
snip Perhaps this is a 'per seat' application and the maximum concurrency limit has been hit. unsnip just to cover the bases, the message that in in their log is IBM's IKJ54016I MAXIMUM USERS LOGGED ON, TRY LATER Jack Kelly 202-502-2390 (Office)

address space creation

2009-07-27 Thread Tim Brown
Have an 3rd party application that interfaces with TSO. It signs on periodically, and runs a rexx exec. Ocassionally in its log file it gets a message MAXIMUM USERS LOGGED There is never any messages at the same time in the syslog. Other normal TSO users never have an issue. Tim Brown Systems

Re: address space creation

2009-07-27 Thread Lizette Koehler
What is the maximum number of TSO users you can have on at one time? Does this 3rd party app ever logoff? If you could catch a moment when it gets that message, can you do a D TS,L and see how many TSO users are logged on? You may be able to do this periodically with an automation process