Re: TPX Acl/e Code and Dispatch (Resolved)

2007-12-07 Thread Lizette Koehler
Okay,

The answer was the way DISPATCH has a separate process for directing users
to specific panels.  I had coded the CA command in the ACLE.  This would put
a person to the main menu in Dispatch.  However, the way Dispatch is coded
the users is actually directed internally to where they are suppose to go.

So the answer was to remove the CA command from the ACLE Script and allow CA
Dispatch to do its thing.

What I understood to code for the Dispatch Logon was

LOGON
 USERID
 PSWD
 CA


What I now use is
LOGON
  USERID
  PSWD

Thanks for all the suggestions.

Lizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TPX Acl/e Code and Dispatch

2007-12-06 Thread Mark Zelden
On Thu, 6 Dec 2007 14:19:21 -0500, Lizette Koehler [EMAIL PROTECTED]
wrote:

Does any kind soul out there have a DISPATCH logon script for TPX ACL/E
language?  I am running into issues and cannot seem to get my arms around a
solution.  I have one user that seems to be already logged on but when we
look they are not logged on to DISPATCH.  My script works for everyone
except this one id.


Are you sure they are not stuck in Dispatch?   Are you familiar with DCMT
(IDMS)
display commands? Can they logon from VTAM without TPX? 

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TPX Acl/e Code and Dispatch

2007-12-06 Thread Lizette Koehler
I can emulate the problem by using two different IDs to logon to TPX Sessions 
and logging on with the same id in Dispatch.

So TPX Session one is logged on as USER1 adn TPX Session two is logged on as 
USER2.  I then logon to DISPATCH under both TPX sessions as USER1.  This 
creates the error this user is getting.  I can also do a DFCU SHO U ALL 
commands and see my USER1 is logged on the the terminal DISPATCH thinks it is.

For this userid we do not see it in DISPATCH at the time of the error.  We have 
tried to terminate the ID incase it is a phantom but it is truely not there.

My ACLE script is fairly basic and works for all users save this one.  So I am 
looking for examples of a DISPATCH logon script to see what else could be coded.

I have had to alter it already if the user is a Top Secret Special user due to 
additional messages that were not accounted for.

The Dispatch messages we are getting for this one user are:

IDMS DC258001 V1 ENTER USER ID 
IDMS DC258912 V1 USER USER1 IS ALREADY SIGNED ON LTERM VTMLT006  
IDMS DC258001 V1 ENTER USER ID 
CADS - ENTER SYSTEM PASSWORD:  
IDMS DC900130 V1 SECURITY VIOLATION HAS OCCURED FOR USER 1234567   (note my 
password was displayed here) 
V1  Enter Next Task Code DS600306: 

Lizette




Does any kind soul out there have a DISPATCH logon script for TPX ACL/E
language?  I am running into issues and cannot seem to get my arms around a
solution.  I have one user that seems to be already logged on but when we
look they are not logged on to DISPATCH.  My script works for everyone
except this one id.


Are you sure they are not stuck in Dispatch?   Are you familiar with DCMT
(IDMS)
display commands? Can they logon from VTAM without TPX? 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TPX Acl/e Code and Dispatch

2007-12-06 Thread Mark Zelden
On Thu, 6 Dec 2007 15:23:15 -0500, Lizette Koehler [EMAIL PROTECTED]
wrote:

I can emulate the problem by using two different IDs to logon to TPX
Sessions and logging on with the same id in Dispatch.

So TPX Session one is logged on as USER1 adn TPX Session two is logged on
as USER2.  I then logon to DISPATCH under both TPX sessions as USER1.  This
creates the error this user is getting.  I can also do a DFCU SHO U ALL
commands and see my USER1 is logged on the the terminal DISPATCH thinks it is.

For this userid we do not see it in DISPATCH at the time of the error.  We
have tried to terminate the ID incase it is a phantom but it is truely not
there.

My ACLE script is fairly basic and works for all users save this one.  So I
am looking for examples of a DISPATCH logon script to see what else could be
coded.

I have had to alter it already if the user is a Top Secret Special user due
to additional messages that were not accounted for.

The Dispatch messages we are getting for this one user are:

IDMS DC258001 V1 ENTER USER ID
IDMS DC258912 V1 USER USER1 IS ALREADY SIGNED ON LTERM VTMLT006
IDMS DC258001 V1 ENTER USER ID
CADS - ENTER SYSTEM PASSWORD:
IDMS DC900130 V1 SECURITY VIOLATION HAS OCCURED FOR USER 1234567   (note my
password was displayed here)
V1  Enter Next Task Code DS600306:

Lizette


Did this just stop working?  If so, then bouncing the Dispatch region might
be the only fix since it the user doesn't appear to be logged on but yet
they get the already signed on message.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TPX Acl/e Code and Dispatch

2007-12-06 Thread Lizette Koehler
It is just odd that I only have one user that has this duplicate logon issue.  
No one else here is reporting it.

I am trying to get more users on TPX.  And hopefully we can see if this is 
isolated or not.

Well, we have IPLs scheduled for this weekend so I will see if monday it is 
cleared up.

Lizette



Did this just stop working?  If so, then bouncing the Dispatch region might
be the only fix since it the user doesn't appear to be logged on but yet
they get the already signed on message.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TPX Acl/e Code and Dispatch

2007-12-06 Thread tony babonas
are you a Top Secet shop?  If so, check the parameters for the facility
involved, specifically
SIGN(M)  or  SIGN(S)

 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Lizette Koehler
Sent: Thursday, December 06, 2007 3:51 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: TPX Acl/e Code and Dispatch

It is just odd that I only have one user that has this duplicate logon
issue.  No one else here is reporting it.

I am trying to get more users on TPX.  And hopefully we can see if this is
isolated or not.

Well, we have IPLs scheduled for this weekend so I will see if monday it is
cleared up.

Lizette



Did this just stop working?  If so, then bouncing the Dispatch region might
be the only fix since it the user doesn't appear to be logged on but yet
they get the already signed on message.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.16.15/1174 - Release Date: 12/6/2007
10:11 AM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.16.15/1174 - Release Date: 12/6/2007
10:11 AM
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html