|
Home > Archive > WebSphere HATS > July 2005 > question on connection userid/passwords..
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
question on connection userid/passwords..
|
|
| Gary Pinkham 2005-06-29, 5:45 pm |
| Our CICS app only allows a user to login once... So any IntObject's
(background) connections can not use the current user's
userID/password... I was curious if others have this constraint and
what they have done.. I thought about having a Java Biz Object called
for each background connection.. that Biz Object would use a singleton
that implements a pool of userID/passwords (basically generic ones not
tied to a particular user.. this is ok if I only do inquiry in Int
Objects!)... Any other suggestions??
Thanks a mill!
Gary.
| |
|
| Gary,
It sounds like perhaps the HATS user list capability, combine with a connect
macro and pooling might give you what you want.
Alisa
"Gary Pinkham" <gpinkham@comcast.net> wrote in message
news:d9uc99$5le8$1@news.boulder.ibm.com...
> Our CICS app only allows a user to login once... So any IntObject's
> (background) connections can not use the current user's
> userID/password... I was curious if others have this constraint and
> what they have done.. I thought about having a Java Biz Object called
> for each background connection.. that Biz Object would use a singleton
> that implements a pool of userID/passwords (basically generic ones not
> tied to a particular user.. this is ok if I only do inquiry in Int
> Objects!)... Any other suggestions??
>
> Thanks a mill!
> Gary.
|
|
|
|
|