Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



connecting to the server has been temporarily disabled ( Maximo 6 )

From: Praveen M (2011-10-17 14:14)

Maximo 6.2.6
Weblogic
Oracle
We periodically refresh our Dev and QA Databases with Production, so that we
can test any issues with the production data. My recent Development Database
refresh with Production is giving me the following error message, when I try
to login to Maximo.
"connecting to the server has been temporarily disabled"
I only get this error if I enter correct Username and Password. If I
enter a wrong password - I get the Invalid Username / password error.
Any one has any idea why this is happening ?
I thought the Database backup got corrupt, and requested a new backup
refresh - but the issue still remains
thanks,
praveen


From: Victor (2011-10-17 21:19)

Hi Praveen,
I believe your admin mode is on.
Check your maxvar adminrestart by this query ;
Select * from maxvars where varname = 'ADMINRESTART';
If the varvalue is ON, the update the value with this query :
Update maxvars set varvalue = 'OFF' where varname = 'ADMINRESTART';
COMMIT;
Restart the application server.
Thanks,
Victor.
--- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@...> wrote:
>
> Maximo 6.2.6
> Weblogic
> Oracle
>
> We periodically refresh our Dev and QA Databases with Production, so that we
> can test any issues with the production data. My recent Development Database
> refresh with Production is giving me the following error message, when I try
> to login to Maximo.
>
> "connecting to the server has been temporarily disabled"
>
> I only get this error if I enter correct Username and Password. If I
> enter a wrong password - I get the Invalid Username / password error.
> Any one has any idea why this is happening ?
>
> I thought the Database backup got corrupt, and requested a new backup
> refresh - but the issue still remains
>
> thanks,
> praveen
>
>
>
>


From: Praveen M (2011-10-17 14:27)

Hello Victor,
I believe it is applicable for Maximo 7 but not Maximo 6.
One Additional note - Server starts up fine, and it displays the message
Maximo is ready for Client Connections.
( select * from MAXVARS where varname='CONFIGURING'; - gives me 0 for
varvalue)
Praveen
On Mon, Oct 17, 2011 at 2:19 PM, Victor <vikas17.j@gmail.com> wrote:
> **
>
>
> Hi Praveen,
>
> I believe your admin mode is on.
>
> Check your maxvar adminrestart by this query ;
>
> Select * from maxvars where varname = 'ADMINRESTART';
>
> If the varvalue is ON, the update the value with this query :
>
> Update maxvars set varvalue = 'OFF' where varname = 'ADMINRESTART';
> COMMIT;
>
> Restart the application server.
>
> Thanks,
> Victor.
>
>
> --- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@...> wrote:
> >
> > Maximo 6.2.6
> > Weblogic
> > Oracle
> >
> > We periodically refresh our Dev and QA Databases with Production, so that
> we
> > can test any issues with the production data. My recent Development
> Database
> > refresh with Production is giving me the following error message, when I
> try
> > to login to Maximo.
> >
> > "connecting to the server has been temporarily disabled"
> >
> > I only get this error if I enter correct Username and Password. If I
> > enter a wrong password - I get the Invalid Username / password error.
> > Any one has any idea why this is happening ?
> >
> > I thought the Database backup got corrupt, and requested a new backup
> > refresh - but the issue still remains
> >
> > thanks,
> > praveen
> >
> >
> >
> >
>
>
>


From: Victor (2011-10-17 21:49)

Sorry my bad, didn't see the version. I will have to look into this one.
--- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@...> wrote:
>
> Hello Victor,
>
> I believe it is applicable for Maximo 7 but not Maximo 6.
>
> One Additional note - Server starts up fine, and it displays the message
> Maximo is ready for Client Connections.
> ( select * from MAXVARS where varname='CONFIGURING'; - gives me 0 for
> varvalue)
>
>
> Praveen
>
> On Mon, Oct 17, 2011 at 2:19 PM, Victor <vikas17.j@...> wrote:
>
> > **
> >
> >
> > Hi Praveen,
> >
> > I believe your admin mode is on.
> >
> > Check your maxvar adminrestart by this query ;
> >
> > Select * from maxvars where varname = 'ADMINRESTART';
> >
> > If the varvalue is ON, the update the value with this query :
> >
> > Update maxvars set varvalue = 'OFF' where varname = 'ADMINRESTART';
> > COMMIT;
> >
> > Restart the application server.
> >
> > Thanks,
> > Victor.
> >
> >
> > --- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@> wrote:
> > >
> > > Maximo 6.2.6
> > > Weblogic
> > > Oracle
> > >
> > > We periodically refresh our Dev and QA Databases with Production, so that
> > we
> > > can test any issues with the production data. My recent Development
> > Database
> > > refresh with Production is giving me the following error message, when I
> > try
> > > to login to Maximo.
> > >
> > > "connecting to the server has been temporarily disabled"
> > >
> > > I only get this error if I enter correct Username and Password. If I
> > > enter a wrong password - I get the Invalid Username / password error.
> > > Any one has any idea why this is happening ?
> > >
> > > I thought the Database backup got corrupt, and requested a new backup
> > > refresh - but the issue still remains
> > >
> > > thanks,
> > > praveen
> > >
> > >
> > >
> > >
> >
> >
> >
>
>
>
>


From: Will Hampton (2011-10-17 14:56)

Are you running a cluster? IF so can you connect direct to a particular node on its specific port?
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Victor
Sent: Monday, October 17, 2011 4:49 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Re: connecting to the server has been temporarily disabled ( Maximo 6 )
Sorry my bad, didn't see the version. I will have to look into this one.
--- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, Praveen M <praveen.muramalla@...<mailto:praveen.muramalla@...>> wrote:
>
> Hello Victor,
>
> I believe it is applicable for Maximo 7 but not Maximo 6.
>
> One Additional note - Server starts up fine, and it displays the message
> Maximo is ready for Client Connections.
> ( select * from MAXVARS where varname='CONFIGURING'; - gives me 0 for
> varvalue)
>
>
> Praveen
>
> On Mon, Oct 17, 2011 at 2:19 PM, Victor <vikas17.j@...<mailto:vikas17.j@...>> wrote:
>
> > **
> >
> >
> > Hi Praveen,
> >
> > I believe your admin mode is on.
> >
> > Check your maxvar adminrestart by this query ;
> >
> > Select * from maxvars where varname = 'ADMINRESTART';
> >
> > If the varvalue is ON, the update the value with this query :
> >
> > Update maxvars set varvalue = 'OFF' where varname = 'ADMINRESTART';
> > COMMIT;
> >
> > Restart the application server.
> >
> > Thanks,
> > Victor.
> >
> >
> > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, Praveen M <praveen.muramalla@> wrote:
> > >
> > > Maximo 6.2.6
> > > Weblogic
> > > Oracle
> > >
> > > We periodically refresh our Dev and QA Databases with Production, so that
> > we
> > > can test any issues with the production data. My recent Development
> > Database
> > > refresh with Production is giving me the following error message, when I
> > try
> > > to login to Maximo.
> > >
> > > "connecting to the server has been temporarily disabled"
> > >
> > > I only get this error if I enter correct Username and Password. If I
> > > enter a wrong password - I get the Invalid Username / password error.
> > > Any one has any idea why this is happening ?
> > >
> > > I thought the Database backup got corrupt, and requested a new backup
> > > refresh - but the issue still remains
> > >
> > > thanks,
> > > praveen
> > >
> > >
> > >
> > >
> >
> >
> >
>
>
>
>


From: Praveen M (2011-10-17 15:05)

Hi WIll,
No we don't have any cluster setup. We do the database refresh very often,
and never ran in to this issue.
thanks,
praveen
On Mon, Oct 17, 2011 at 2:56 PM, Will Hampton <
will.hampton@exxtremeconsulting.com> wrote:
> **
>
>
> Are you running a cluster? IF so can you connect direct to a particular
> node on its specific port?
>
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
> Victor
> Sent: Monday, October 17, 2011 4:49 PM
> To: MAXIMO@yahoogroups.com
> Subject: [MAXIMO List] Re: connecting to the server has been temporarily
> disabled ( Maximo 6 )
>
>
>
> Sorry my bad, didn't see the version. I will have to look into this one.
>
> --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, Praveen M
> <praveen.muramalla@...<mailto:praveen.muramalla@...>> wrote:
> >
> > Hello Victor,
> >
> > I believe it is applicable for Maximo 7 but not Maximo 6.
> >
> > One Additional note - Server starts up fine, and it displays the message
> > Maximo is ready for Client Connections.
> > ( select * from MAXVARS where varname='CONFIGURING'; - gives me 0 for
> > varvalue)
> >
> >
> > Praveen
> >
> > On Mon, Oct 17, 2011 at 2:19 PM, Victor <vikas17.j@...<mailto:vikas17.j@...>>
> wrote:
> >
> > > **
> > >
> > >
> > > Hi Praveen,
> > >
> > > I believe your admin mode is on.
> > >
> > > Check your maxvar adminrestart by this query ;
> > >
> > > Select * from maxvars where varname = 'ADMINRESTART';
> > >
> > > If the varvalue is ON, the update the value with this query :
> > >
> > > Update maxvars set varvalue = 'OFF' where varname = 'ADMINRESTART';
> > > COMMIT;
> > >
> > > Restart the application server.
> > >
> > > Thanks,
> > > Victor.
> > >
> > >
> > > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> Praveen M <praveen.muramalla@> wrote:
> > > >
> > > > Maximo 6.2.6
> > > > Weblogic
> > > > Oracle
> > > >
> > > > We periodically refresh our Dev and QA Databases with Production, so
> that
> > > we
> > > > can test any issues with the production data. My recent Development
> > > Database
> > > > refresh with Production is giving me the following error message,
> when I
> > > try
> > > > to login to Maximo.
> > > >
> > > > "connecting to the server has been temporarily disabled"
> > > >
> > > > I only get this error if I enter correct Username and Password. If I
> > > > enter a wrong password - I get the Invalid Username / password error.
>
> > > > Any one has any idea why this is happening ?
> > > >
> > > > I thought the Database backup got corrupt, and requested a new backup
>
> > > > refresh - but the issue still remains
> > > >
> > > > thanks,
> > > > praveen
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>
>
>
>


From: in2data (2011-10-17 23:26)

Hi,
Could it be a setting on your database?
In SQL Server you can change the dtabase to where only the dbo is allowed to connect or where just the connections already opened are allowed.
Should be something like that in Oracle.
Dave Bone
--- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@...> wrote:
>
> Hi WIll,
>
> No we don't have any cluster setup. We do the database refresh very often,
> and never ran in to this issue.
>
> thanks,
> praveen
>
> On Mon, Oct 17, 2011 at 2:56 PM, Will Hampton <
> will.hampton@...> wrote:
>
> > **
> >
> >
> > Are you running a cluster? IF so can you connect direct to a particular
> > node on its specific port?
> >
> > From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
> > Victor
> > Sent: Monday, October 17, 2011 4:49 PM
> > To: MAXIMO@yahoogroups.com
> > Subject: [MAXIMO List] Re: connecting to the server has been temporarily
> > disabled ( Maximo 6 )
> >
> >
> >
> > Sorry my bad, didn't see the version. I will have to look into this one.
> >
> > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, Praveen M
> > <praveen.muramalla@<mailto:praveen.muramalla@>> wrote:
> > >
> > > Hello Victor,
> > >
> > > I believe it is applicable for Maximo 7 but not Maximo 6.
> > >
> > > One Additional note - Server starts up fine, and it displays the message
> > > Maximo is ready for Client Connections.
> > > ( select * from MAXVARS where varname='CONFIGURING'; - gives me 0 for
> > > varvalue)
> > >
> > >
> > > Praveen
> > >
> > > On Mon, Oct 17, 2011 at 2:19 PM, Victor <vikas17.j@<mailto:vikas17.j@>>
> > wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Hi Praveen,
> > > >
> > > > I believe your admin mode is on.
> > > >
> > > > Check your maxvar adminrestart by this query ;
> > > >
> > > > Select * from maxvars where varname = 'ADMINRESTART';
> > > >
> > > > If the varvalue is ON, the update the value with this query :
> > > >
> > > > Update maxvars set varvalue = 'OFF' where varname = 'ADMINRESTART';
> > > > COMMIT;
> > > >
> > > > Restart the application server.
> > > >
> > > > Thanks,
> > > > Victor.
> > > >
> > > >
> > > > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> > Praveen M <praveen.muramalla@> wrote:
> > > > >
> > > > > Maximo 6.2.6
> > > > > Weblogic
> > > > > Oracle
> > > > >
> > > > > We periodically refresh our Dev and QA Databases with Production, so
> > that
> > > > we
> > > > > can test any issues with the production data. My recent Development
> > > > Database
> > > > > refresh with Production is giving me the following error message,
> > when I
> > > > try
> > > > > to login to Maximo.
> > > > >
> > > > > "connecting to the server has been temporarily disabled"
> > > > >
> > > > > I only get this error if I enter correct Username and Password. If I
> > > > > enter a wrong password - I get the Invalid Username / password error.
> >
> > > > > Any one has any idea why this is happening ?
> > > > >
> > > > > I thought the Database backup got corrupt, and requested a new backup
> >
> > > > > refresh - but the issue still remains
> > > > >
> > > > > thanks,
> > > > > praveen
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
>
>
>
>


From: Praveen M (2011-10-17 17:08)

Hi Dave,
Not sure if there is a setting that is used by maximo in Oracle. I will look
in to it.
thanks,
praveen
On Mon, Oct 17, 2011 at 4:26 PM, in2data <in2data@yahoo.com> wrote:
> **
>
>
> Hi,
>
> Could it be a setting on your database?
>
> In SQL Server you can change the dtabase to where only the dbo is allowed
> to connect or where just the connections already opened are allowed.
>
> Should be something like that in Oracle.
>
> Dave Bone
>
>
> --- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@...> wrote:
> >
> > Hi WIll,
> >
> > No we don't have any cluster setup. We do the database refresh very
> often,
> > and never ran in to this issue.
> >
> > thanks,
> > praveen
> >
> > On Mon, Oct 17, 2011 at 2:56 PM, Will Hampton <
> > will.hampton@...> wrote:
> >
> > > **
>
> > >
> > >
> > > Are you running a cluster? IF so can you connect direct to a particular
> > > node on its specific port?
> > >
> > > From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf
> Of
> > > Victor
> > > Sent: Monday, October 17, 2011 4:49 PM
> > > To: MAXIMO@yahoogroups.com
> > > Subject: [MAXIMO List] Re: connecting to the server has been
> temporarily
> > > disabled ( Maximo 6 )
> > >
> > >
> > >
> > > Sorry my bad, didn't see the version. I will have to look into this
> one.
> > >
> > > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> Praveen M
> > > <praveen.muramalla@<mailto:praveen.muramalla@>> wrote:
> > > >
> > > > Hello Victor,
> > > >
> > > > I believe it is applicable for Maximo 7 but not Maximo 6.
> > > >
> > > > One Additional note - Server starts up fine, and it displays the
> message
> > > > Maximo is ready for Client Connections.
> > > > ( select * from MAXVARS where varname='CONFIGURING'; - gives me 0 for
> > > > varvalue)
> > > >
> > > >
> > > > Praveen
> > > >
> > > > On Mon, Oct 17, 2011 at 2:19 PM, Victor <vikas17.j@<mailto:
> vikas17.j@>>
>
> > > wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Hi Praveen,
> > > > >
> > > > > I believe your admin mode is on.
> > > > >
> > > > > Check your maxvar adminrestart by this query ;
> > > > >
> > > > > Select * from maxvars where varname = 'ADMINRESTART';
> > > > >
> > > > > If the varvalue is ON, the update the value with this query :
> > > > >
> > > > > Update maxvars set varvalue = 'OFF' where varname = 'ADMINRESTART';
> > > > > COMMIT;
> > > > >
> > > > > Restart the application server.
> > > > >
> > > > > Thanks,
> > > > > Victor.
> > > > >
> > > > >
> > > > > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> > > Praveen M <praveen.muramalla@> wrote:
> > > > > >
> > > > > > Maximo 6.2.6
> > > > > > Weblogic
> > > > > > Oracle
> > > > > >
> > > > > > We periodically refresh our Dev and QA Databases with Production,
> so
> > > that
> > > > > we
> > > > > > can test any issues with the production data. My recent
> Development
> > > > > Database
> > > > > > refresh with Production is giving me the following error message,
> > > when I
> > > > > try
> > > > > > to login to Maximo.
> > > > > >
> > > > > > "connecting to the server has been temporarily disabled"
> > > > > >
> > > > > > I only get this error if I enter correct Username and Password.
> If I
> > > > > > enter a wrong password - I get the Invalid Username / password
> error.
> > >
> > > > > > Any one has any idea why this is happening ?
> > > > > >
> > > > > > I thought the Database backup got corrupt, and requested a new
> backup
> > >
> > > > > > refresh - but the issue still remains
> > > > > >
> > > > > > thanks,
> > > > > > praveen
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>


From: Will Hampton (2011-10-17 17:14)

If you can connect to the database then it should be open for new connections - it's a status from a reload that's essentially "database ready for new connections"

http://download.oracle.com/docs/cd/A57673_01/DOC/server/doc/EBADM/chap5.htm

Since you've said you do this frequently it should be unlikely that the db is in an "inconsistent" state - but may be a good check!

R/
Will

-----Original Message-----
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Praveen M
Sent: Monday, October 17, 2011 7:08 PM
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] Re: connecting to the server has been temporarily disabled ( Maximo 6 )

Hi Dave,

Not sure if there is a setting that is used by maximo in Oracle. I will look in to it.

thanks,
praveen

On Mon, Oct 17, 2011 at 4:26 PM, in2data <in2data@yahoo.com> wrote:

> **
>
>
> Hi,
>
> Could it be a setting on your database?
>
> In SQL Server you can change the dtabase to where only the dbo is
> allowed to connect or where just the connections already opened are allowed.
>
> Should be something like that in Oracle.
>
> Dave Bone
>
>
> --- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@...> wrote:
> >
> > Hi WIll,
> >
> > No we don't have any cluster setup. We do the database refresh very
> often,
> > and never ran in to this issue.
> >
> > thanks,
> > praveen
> >
> > On Mon, Oct 17, 2011 at 2:56 PM, Will Hampton < will.hampton@...>
> > wrote:
> >
> > > **
>
> > >
> > >
> > > Are you running a cluster? IF so can you connect direct to a
> > > particular node on its specific port?
> > >
> > > From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On
> > > Behalf
> Of
> > > Victor
> > > Sent: Monday, October 17, 2011 4:49 PM
> > > To: MAXIMO@yahoogroups.com
> > > Subject: [MAXIMO List] Re: connecting to the server has been
> temporarily
> > > disabled ( Maximo 6 )
> > >
> > >
> > >
> > > Sorry my bad, didn't see the version. I will have to look into
> > > this
> one.
> > >
> > > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> Praveen M
> > > <praveen.muramalla@<mailto:praveen.muramalla@>> wrote:
> > > >
> > > > Hello Victor,
> > > >
> > > > I believe it is applicable for Maximo 7 but not Maximo 6.
> > > >
> > > > One Additional note - Server starts up fine, and it displays the
> message
> > > > Maximo is ready for Client Connections.
> > > > ( select * from MAXVARS where varname='CONFIGURING'; - gives me
> > > > 0 for
> > > > varvalue)
> > > >
> > > >
> > > > Praveen
> > > >
> > > > On Mon, Oct 17, 2011 at 2:19 PM, Victor <vikas17.j@<mailto:
> vikas17.j@>>
>
> > > wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Hi Praveen,
> > > > >
> > > > > I believe your admin mode is on.
> > > > >
> > > > > Check your maxvar adminrestart by this query ;
> > > > >
> > > > > Select * from maxvars where varname = 'ADMINRESTART';
> > > > >
> > > > > If the varvalue is ON, the update the value with this query :
> > > > >
> > > > > Update maxvars set varvalue = 'OFF' where varname =
> > > > > 'ADMINRESTART'; COMMIT;
> > > > >
> > > > > Restart the application server.
> > > > >
> > > > > Thanks,
> > > > > Victor.
> > > > >
> > > > >
> > > > > --- In
> > > > > MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> > > Praveen M <praveen.muramalla@> wrote:
> > > > > >
> > > > > > Maximo 6.2.6
> > > > > > Weblogic
> > > > > > Oracle
> > > > > >
> > > > > > We periodically refresh our Dev and QA Databases with
> > > > > > Production,
> so
> > > that
> > > > > we
> > > > > > can test any issues with the production data. My recent
> Development
> > > > > Database
> > > > > > refresh with Production is giving me the following error
> > > > > > message,
> > > when I
> > > > > try
> > > > > > to login to Maximo.
> > > > > >
> > > > > > "connecting to the server has been temporarily disabled"
> > > > > >
> > > > > > I only get this error if I enter correct Username and Password.
> If I
> > > > > > enter a wrong password - I get the Invalid Username /
> > > > > > password
> error.
> > >
> > > > > > Any one has any idea why this is happening ?
> > > > > >
> > > > > > I thought the Database backup got corrupt, and requested a
> > > > > > new
> backup
> > >
> > > > > > refresh - but the issue still remains
> > > > > >
> > > > > > thanks,
> > > > > > praveen
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>






------------------------------------

Email addresses you might need:
Posting: MAXIMO@yahoogroups.com
Join : MAXIMO-subscribe@yahoogroups.com
Leave : MAXIMO-unsubscribe@yahoogroups.com
Cry : MAXIMO-owner@yahoogroups.com
Group : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links





From: Praveen M (2011-10-17 17:21)

It wouldn't be a good thing to know that the Database got corrupted. I will
try to connect to the database from my local server on my computer and see
how it goes.
thanks,
Praveen
On Mon, Oct 17, 2011 at 5:14 PM, Will Hampton <
will.hampton@exxtremeconsulting.com> wrote:
> **
>
>
> If you can connect to the database then it should be open for new
> connections - it's a status from a reload that's essentially "database ready
> for new connections"
>
> http://download.oracle.com/docs/cd/A57673_01/DOC/server/doc/EBADM/chap5.htm
>
> Since you've said you do this frequently it should be unlikely that the db
> is in an "inconsistent" state - but may be a good check!
>
> R/
> Will
>
> -----Original Message-----
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
> Praveen M
> Sent: Monday, October 17, 2011 7:08 PM
> To: MAXIMO@yahoogroups.com
> Subject: Re: [MAXIMO List] Re: connecting to the server has been
> temporarily disabled ( Maximo 6 )
>
> Hi Dave,
>
> Not sure if there is a setting that is used by maximo in Oracle. I will
> look in to it.
>
> thanks,
> praveen
>
> On Mon, Oct 17, 2011 at 4:26 PM, in2data <in2data@yahoo.com> wrote:
>
> > **
> >
> >
> > Hi,
> >
> > Could it be a setting on your database?
> >
> > In SQL Server you can change the dtabase to where only the dbo is
> > allowed to connect or where just the connections already opened are
> allowed.
> >
> > Should be something like that in Oracle.
> >
> > Dave Bone
> >
> >
> > --- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@...> wrote:
> > >
> > > Hi WIll,
> > >
> > > No we don't have any cluster setup. We do the database refresh very
> > often,
> > > and never ran in to this issue.
> > >
> > > thanks,
> > > praveen
> > >
> > > On Mon, Oct 17, 2011 at 2:56 PM, Will Hampton < will.hampton@...>
> > > wrote:
> > >
> > > > **
> >
> > > >
> > > >
> > > > Are you running a cluster? IF so can you connect direct to a
> > > > particular node on its specific port?
> > > >
> > > > From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On
> > > > Behalf
> > Of
> > > > Victor
> > > > Sent: Monday, October 17, 2011 4:49 PM
> > > > To: MAXIMO@yahoogroups.com
> > > > Subject: [MAXIMO List] Re: connecting to the server has been
> > temporarily
> > > > disabled ( Maximo 6 )
> > > >
> > > >
> > > >
> > > > Sorry my bad, didn't see the version. I will have to look into
> > > > this
> > one.
> > > >
> > > > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> > Praveen M
> > > > <praveen.muramalla@<mailto:praveen.muramalla@>> wrote:
> > > > >
> > > > > Hello Victor,
> > > > >
> > > > > I believe it is applicable for Maximo 7 but not Maximo 6.
> > > > >
> > > > > One Additional note - Server starts up fine, and it displays the
> > message
> > > > > Maximo is ready for Client Connections.
> > > > > ( select * from MAXVARS where varname='CONFIGURING'; - gives me
> > > > > 0 for
> > > > > varvalue)
> > > > >
> > > > >
> > > > > Praveen
> > > > >
> > > > > On Mon, Oct 17, 2011 at 2:19 PM, Victor <vikas17.j@<mailto:
> > vikas17.j@>>
> >
> > > > wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Hi Praveen,
> > > > > >
> > > > > > I believe your admin mode is on.
> > > > > >
> > > > > > Check your maxvar adminrestart by this query ;
> > > > > >
> > > > > > Select * from maxvars where varname = 'ADMINRESTART';
> > > > > >
> > > > > > If the varvalue is ON, the update the value with this query :
> > > > > >
> > > > > > Update maxvars set varvalue = 'OFF' where varname =
> > > > > > 'ADMINRESTART'; COMMIT;
> > > > > >
> > > > > > Restart the application server.
> > > > > >
> > > > > > Thanks,
> > > > > > Victor.
> > > > > >
> > > > > >
> > > > > > --- In
> > > > > > MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> > > > Praveen M <praveen.muramalla@> wrote:
> > > > > > >
> > > > > > > Maximo 6.2.6
> > > > > > > Weblogic
> > > > > > > Oracle
> > > > > > >
> > > > > > > We periodically refresh our Dev and QA Databases with
> > > > > > > Production,
> > so
> > > > that
> > > > > > we
> > > > > > > can test any issues with the production data. My recent
> > Development
> > > > > > Database
> > > > > > > refresh with Production is giving me the following error
> > > > > > > message,
> > > > when I
> > > > > > try
> > > > > > > to login to Maximo.
> > > > > > >
> > > > > > > "connecting to the server has been temporarily disabled"
> > > > > > >
> > > > > > > I only get this error if I enter correct Username and Password.
>
> > If I
> > > > > > > enter a wrong password - I get the Invalid Username /
> > > > > > > password
> > error.
> > > >
> > > > > > > Any one has any idea why this is happening ?
> > > > > > >
> > > > > > > I thought the Database backup got corrupt, and requested a
> > > > > > > new
> > backup
> > > >
> > > > > > > refresh - but the issue still remains
> > > > > > >
> > > > > > > thanks,
> > > > > > > praveen
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> >
> >
> >
>
>
>
>
>
>
> ------------------------------------
>
> Email addresses you might need:
> Posting: MAXIMO@yahoogroups.com
> Join : MAXIMO-subscribe@yahoogroups.com
> Leave : MAXIMO-unsubscribe@yahoogroups.com
> Cry : MAXIMO-owner@yahoogroups.com
> Group : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links
>
>
>
>
>
>


From: Hanna, Christopher CTR (2011-10-18 07:26)

We got this once in one of our 622 environments. I can't remember exactly what it was, but as I recall, there was something logged during the startup sequence indicating what the actual problem is.
-----Original Message-----
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Praveen M
Sent: Monday, October 17, 2011 5:14 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] connecting to the server has been temporarily disabled ( Maximo 6 )

Maximo 6.2.6
Weblogic
Oracle
We periodically refresh our Dev and QA Databases with Production, so that we
can test any issues with the production data. My recent Development Database
refresh with Production is giving me the following error message, when I try
to login to Maximo.
"connecting to the server has been temporarily disabled"
I only get this error if I enter correct Username and Password. If I
enter a wrong password - I get the Invalid Username / password error.
Any one has any idea why this is happening ?
I thought the Database backup got corrupt, and requested a new backup
refresh - but the issue still remains
thanks,
praveen


From: wwilliams (2011-10-18 06:31)

Probably ran out of space and need to increase temp or tablespace
Wes Williams
http://www.weswilliams.net
http://www.williamsconnell.com
From: Praveen M <praveen.muramalla@gmail.com>
To: MAXIMO@yahoogroups.com
Sent: Monday, October 17, 2011 7:21 PM
Subject: Re: [MAXIMO List] Re: connecting to the server has been temporarily disabled ( Maximo 6 )
It wouldn't be a good thing to know that the Database got corrupted. I will
try to connect to the database from my local server on my computer and see
how it goes.
thanks,
Praveen
On Mon, Oct 17, 2011 at 5:14 PM, Will Hampton <
will.hampton@exxtremeconsulting.com> wrote:
> **
>
>
> If you can connect to the database then it should be open for new
> connections - it's a status from a reload that's essentially "database ready
> for new connections"
>
> http://download.oracle.com/docs/cd/A57673_01/DOC/server/doc/EBADM/chap5.htm
>
> Since you've said you do this frequently it should be unlikely that the db
> is in an "inconsistent" state - but may be a good check!
>
> R/
> Will
>
> -----Original Message-----
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
> Praveen M
> Sent: Monday, October 17, 2011 7:08 PM
> To: MAXIMO@yahoogroups.com
> Subject: Re: [MAXIMO List] Re: connecting to the server has been
> temporarily disabled ( Maximo 6 )
>
> Hi Dave,
>
> Not sure if there is a setting that is used by maximo in Oracle. I will
> look in to it.
>
> thanks,
> praveen
>
> On Mon, Oct 17, 2011 at 4:26 PM, in2data <in2data@yahoo.com> wrote:
>
> > **
> >
> >
> > Hi,
> >
> > Could it be a setting on your database?
> >
> > In SQL Server you can change the dtabase to where only the dbo is
> > allowed to connect or where just the connections already opened are
> allowed.
> >
> > Should be something like that in Oracle.
> >
> > Dave Bone
> >
> >
> > --- In MAXIMO@yahoogroups.com, Praveen M <praveen.muramalla@...> wrote:
> > >
> > > Hi WIll,
> > >
> > > No we don't have any cluster setup. We do the database refresh very
> > often,
> > > and never ran in to this issue.
> > >
> > > thanks,
> > > praveen
> > >
> > > On Mon, Oct 17, 2011 at 2:56 PM, Will Hampton < will.hampton@...>
> > > wrote:
> > >
> > > > **
> >
> > > >
> > > >
> > > > Are you running a cluster? IF so can you connect direct to a
> > > > particular node on its specific port?
> > > >
> > > > From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On
> > > > Behalf
> > Of
> > > > Victor
> > > > Sent: Monday, October 17, 2011 4:49 PM
> > > > To: MAXIMO@yahoogroups.com
> > > > Subject: [MAXIMO List] Re: connecting to the server has been
> > temporarily
> > > > disabled ( Maximo 6 )
> > > >
> > > >
> > > >
> > > > Sorry my bad, didn't see the version. I will have to look into
> > > > this
> > one.
> > > >
> > > > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> > Praveen M
> > > > <praveen.muramalla@<mailto:praveen.muramalla@>> wrote:
> > > > >
> > > > > Hello Victor,
> > > > >
> > > > > I believe it is applicable for Maximo 7 but not Maximo 6.
> > > > >
> > > > > One Additional note - Server starts up fine, and it displays the
> > message
> > > > > Maximo is ready for Client Connections.
> > > > > ( select * from MAXVARS where varname='CONFIGURING'; - gives me
> > > > > 0 for
> > > > > varvalue)
> > > > >
> > > > >
> > > > > Praveen
> > > > >
> > > > > On Mon, Oct 17, 2011 at 2:19 PM, Victor <vikas17.j@<mailto:
> > vikas17.j@>>
> >
> > > > wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Hi Praveen,
> > > > > >
> > > > > > I believe your admin mode is on.
> > > > > >
> > > > > > Check your maxvar adminrestart by this query ;
> > > > > >
> > > > > > Select * from maxvars where varname = 'ADMINRESTART';
> > > > > >
> > > > > > If the varvalue is ON, the update the value with this query :
> > > > > >
> > > > > > Update maxvars set varvalue = 'OFF' where varname =
> > > > > > 'ADMINRESTART'; COMMIT;
> > > > > >
> > > > > > Restart the application server.
> > > > > >
> > > > > > Thanks,
> > > > > > Victor.
> > > > > >
> > > > > >
> > > > > > --- In
> > > > > > MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>,
> > > > Praveen M <praveen.muramalla@> wrote:
> > > > > > >
> > > > > > > Maximo 6.2.6
> > > > > > > Weblogic
> > > > > > > Oracle
> > > > > > >
> > > > > > > We periodically refresh our Dev and QA Databases with
> > > > > > > Production,
> > so
> > > > that
> > > > > > we
> > > > > > > can test any issues with the production data. My recent
> > Development
> > > > > > Database
> > > > > > > refresh with Production is giving me the following error
> > > > > > > message,
> > > > when I
> > > > > > try
> > > > > > > to login to Maximo.
> > > > > > >
> > > > > > > "connecting to the server has been temporarily disabled"
> > > > > > >
> > > > > > > I only get this error if I enter correct Username and Password.
>
> > If I
> > > > > > > enter a wrong password - I get the Invalid Username /
> > > > > > > password
> > error.
> > > >
> > > > > > > Any one has any idea why this is happening ?
> > > > > > >
> > > > > > > I thought the Database backup got corrupt, and requested a
> > > > > > > new
> > backup
> > > >
> > > > > > > refresh - but the issue still remains
> > > > > > >
> > > > > > > thanks,
> > > > > > > praveen
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> >
> >
> >
>
>
>
>
>
>
> ------------------------------------
>
> Email addresses you might need:
> Posting: MAXIMO@yahoogroups.com
> Join : MAXIMO-subscribe@yahoogroups.com
> Leave : MAXIMO-unsubscribe@yahoogroups.com
> Cry : MAXIMO-owner@yahoogroups.com
> Group : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links
>
>
>
>

>
------------------------------------
Email addresses you might need:
Posting: MAXIMO@yahoogroups.com
Join  : MAXIMO-subscribe@yahoogroups.com
Leave  : MAXIMO-unsubscribe@yahoogroups.com
Cry    : MAXIMO-owner@yahoogroups.com
Group  : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links


From: Ken Otieno (2011-10-18 12:48)

Query Maxuser table and check if maxadmin password/account is blocked.
From: Praveen M <praveen.muramalla@gmail.com>
To: MAXIMO@yahoogroups.com
Sent: Monday, October 17, 2011 5:14 PM
Subject: [MAXIMO List] connecting to the server has been temporarily disabled ( Maximo 6 )
 
Maximo 6.2.6
Weblogic
Oracle
We periodically refresh our Dev and QA Databases with Production, so that we
can test any issues with the production data. My recent Development Database
refresh with Production is giving me the following error message, when I try
to login to Maximo.
"connecting to the server has been temporarily disabled"
I only get this error if I enter correct Username and Password. If I
enter a wrong password - I get the Invalid Username / password error.
Any one has any idea why this is happening ?
I thought the Database backup got corrupt, and requested a new backup
refresh - but the issue still remains
thanks,
praveen


From: Praveen M (2011-10-18 18:04)

It turned out that a new property that we added in maximo.properties is
missing in the development environment EAR (some how I got the wrong
maximo.properties file in the build directory), which is causing the issue.
Thanks to everyone for their input.
regards,
Praveen
On Tue, Oct 18, 2011 at 12:48 PM, Ken Otieno <kotieno@yahoo.com> wrote:
> **
>
>
> Query Maxuser table and check if maxadmin password/account is blocked.
>
> From: Praveen M <praveen.muramalla@gmail.com>
> To: MAXIMO@yahoogroups.com
> Sent: Monday, October 17, 2011 5:14 PM
> Subject: [MAXIMO List] connecting to the server has been temporarily
> disabled ( Maximo 6 )
>
>
>
> Maximo 6.2.6
> Weblogic
> Oracle
>
> We periodically refresh our Dev and QA Databases with Production, so that
> we
> can test any issues with the production data. My recent Development
> Database
> refresh with Production is giving me the following error message, when I
> try
> to login to Maximo.
>
> "connecting to the server has been temporarily disabled"
>
> I only get this error if I enter correct Username and Password. If I
> enter a wrong password - I get the Invalid Username / password error.
> Any one has any idea why this is happening ?
>
> I thought the Database backup got corrupt, and requested a new backup
> refresh - but the issue still remains
>
> thanks,
> praveen
>
>
>
>
>
>
>