Depending upon whether you're doing any type of connection pooling in
Websphere, it could be causing Websphere all kinds of problems. If you
have connection pooling, Websphere keeps those connections active and
when they're killed by DB2, websphere marks them as inactive. Its up to
your application to determine if they're still active or whether
they've become passive.  Unfortunately, this requires some coding on
your applications part to determine this.  If your application attempts
to use the connection without determining this, you'll get various
connection type errors all over the place.
--- kishore lingamallu <[EMAIL PROTECTED]> wrote:
> Eric
> 
> I am not really doing any thing with WAS repository database. It is
> up 24/7.
> 
> But the web sphere connects to remote database and for application
> requests. 
> This remote database goes into maintenance at mid night. To get the
> remote 
> database for maintenance we kill all the applications with force
> command.
> 
> Is this remote database connection is causing problem to websphere
> for any 
> reson if so why?
> 
> Kish
> 
> 
> 
> >From: "Eric Kwai" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: Re: DB2EUG: Websphere and UDB
> >Date: Wed, 11 Apr 2001 14:51:23 -0400
> >
> >Kish:
> >
> >There are a couple of options:
> >
> >1.  Check if all your application can be bought down normally (
> close all 
> >open
> >cursors, close all statement, commit, con.close).
> >       When all applications is released, perform your backup.
> >
> >2.  Turn on Archive logging for your WAS db and do online backup. 
> (No need 
> >to
> >do any application cleanup, bouncing WAS server etc.)
> >
> >Regards,
> >Eric
> >
> >
> >
> >=====
> >To unsubscribe, send 'unsubscribe' to [EMAIL PROTECTED]
> >For other info (and scripts), see 
> >http://people.mn.mediaone.net/scottrmcleod
> >
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> 
> =====
> To unsubscribe, send 'unsubscribe' to [EMAIL PROTECTED]
> For other info (and scripts), see
> http://people.mn.mediaone.net/scottrmcleod
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

=====
To unsubscribe, send 'unsubscribe' to [EMAIL PROTECTED]
For other info (and scripts), see http://people.mn.mediaone.net/scottrmcleod

Reply via email to