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.



Modify the dwon time reporting screen help

From: samir_khodair2004 (2011-12-28 13:01)

Hi ,
My User asked me to modify the down time reporting screen to include the following 3 down time types
Planned
Emergency
External
instead of the existing two (Operational & Non-operational )
I edited the Library XML as following
<radiobutton id="repdowntime_downtimetype_1" value="0" label=" Planned " />
<radiobutton id="repdowntime_downtimetype_2" value="1" label="Emergency" />
<radiobutton id="repdowntime_downtimetype_111" value="3" label="External" />
But MAXIMO give me the following error message when press the Ok button
Not a valid data type
Any help is highly appreciated


From: pkroseman (2011-12-28 15:05)

When reporting downtime, a new record is added to the ASSETSTATUS table. The OPERATIONAL field in ASSETSTATUS is YORN data type (in Maximo 7.5 at least). It will only take 0 or 1 as a value.
Does the error occur when only selecting External or any of the three values? Is the error there when you remove the External option from the XML?
--- In MAXIMO@yahoogroups.com, "samir_khodair2004" <s.khodair@...> wrote:
>
> Hi ,
>
> My User asked me to modify the down time reporting screen to include the following 3 down time types
>
> Planned
> Emergency
> External
>
> instead of the existing two (Operational & Non-operational )
>
> I edited the Library XML as following
> <radiobutton id="repdowntime_downtimetype_1" value="0" label=" Planned " />
> <radiobutton id="repdowntime_downtimetype_2" value="1" label="Emergency" />
> <radiobutton id="repdowntime_downtimetype_111" value="3" label="External" />
> But MAXIMO give me the following error message when press the Ok button
>
> Not a valid data type
>
>
> Any help is highly appreciated
>


From: Travis Herron (2011-12-28 15:32)

Yes, I agree with this response. I don't think you will be able to do exactly what the customer asked you to do. I think what they are asking for should be done with the "Downtime Code." Maybe you could make a section with radio buttons for those three choices as the downtime code (or leave it as-is and teach the users).
But the error it gave you -- "not a valid data type" -- is quite misleading. I don't think data type is the problem; it's that the field can only accept an answer of "0" or "1".
Travis Herron
--- In MAXIMO@yahoogroups.com, "pkroseman" <krosemanp@...> wrote:
>
> When reporting downtime, a new record is added to the ASSETSTATUS table. The OPERATIONAL field in ASSETSTATUS is YORN data type (in Maximo 7.5 at least). It will only take 0 or 1 as a value.
>
> Does the error occur when only selecting External or any of the three values? Is the error there when you remove the External option from the XML?
>
> --- In MAXIMO@yahoogroups.com, "samir_khodair2004" <s.khodair@> wrote:
> >
> > Hi ,
> >
> > My User asked me to modify the down time reporting screen to include the following 3 down time types
> >
> > Planned
> > Emergency
> > External
> >
> > instead of the existing two (Operational & Non-operational )
> >
> > I edited the Library XML as following
> > <radiobutton id="repdowntime_downtimetype_1" value="0" label=" Planned " />
> > <radiobutton id="repdowntime_downtimetype_2" value="1" label="Emergency" />
> > <radiobutton id="repdowntime_downtimetype_111" value="3" label="External" />
> > But MAXIMO give me the following error message when press the Ok button
> >
> > Not a valid data type
> >
> >
> > Any help is highly appreciated
> >
>


From: samir khodair (2011-12-29 01:43)

the error happen when choosing any of the options ,i think the problem is
there is a intermediate non-present table called downtimereport used before
recording the data to asstestatus table
so even I modified the operational data type form YORN to decimal or ALN
for example the error still come
Samir Khodair
On Wed, Dec 28, 2011 at 5:05 PM, pkroseman <krosemanp@ci.superior.wi.us>wrote:
> **
>
>
> When reporting downtime, a new record is added to the ASSETSTATUS table.
> The OPERATIONAL field in ASSETSTATUS is YORN data type (in Maximo 7.5 at
> least). It will only take 0 or 1 as a value.
>
> Does the error occur when only selecting External or any of the three
> values? Is the error there when you remove the External option from the
> XML?
>
>
> --- In MAXIMO@yahoogroups.com, "samir_khodair2004" <s.khodair@...> wrote:
> >
> > Hi ,
> >
> > My User asked me to modify the down time reporting screen to include the
> following 3 down time types
> >
> > Planned
> > Emergency
> > External
> >
> > instead of the existing two (Operational & Non-operational )
> >
> > I edited the Library XML as following
> > <radiobutton id="repdowntime_downtimetype_1" value="0" label=" Planned "
> />
> > <radiobutton id="repdowntime_downtimetype_2" value="1" label="Emergency"
> />
> > <radiobutton id="repdowntime_downtimetype_111" value="3"
> label="External" />
> > But MAXIMO give me the following error message when press the Ok button
> >
> > Not a valid data type
> >
> >
> > Any help is highly appreciated
> >
>
>
>
--
Samir Khodair
IT Engineer


From: john reeve (2011-12-29 04:28)

Maybe you just add a brand new field called "Type of Downtime"
Sent on the Sprint® Now Network from my BlackBerry®

-----Original Message-----
From: samir khodair <s.khodair@gmail.com>
Sender: MAXIMO@yahoogroups.com
Date: Thu, 29 Dec 2011 01:43:51
To: <MAXIMO@yahoogroups.com>
Reply-To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] Re: Modify the dwon time reporting screen help

the error happen when choosing any of the options ,i think the problem is
there is a intermediate non-present table called downtimereport used before
recording the data to asstestatus table

so even I modified the operational data type form YORN to decimal or ALN
for example the error still come

Samir Khodair


On Wed, Dec 28, 2011 at 5:05 PM, pkroseman <krosemanp@ci.superior.wi.us>wrote:

> **
>
>
> When reporting downtime, a new record is added to the ASSETSTATUS table.
> The OPERATIONAL field in ASSETSTATUS is YORN data type (in Maximo 7.5 at
> least). It will only take 0 or 1 as a value.
>
> Does the error occur when only selecting External or any of the three
> values? Is the error there when you remove the External option from the
> XML?
>
>
> --- In MAXIMO@yahoogroups.com, "samir_khodair2004" <s.khodair@...> wrote:
> >
> > Hi ,
> >
> > My User asked me to modify the down time reporting screen to include the
> following 3 down time types
> >
> > Planned
> > Emergency
> > External
> >
> > instead of the existing two (Operational & Non-operational )
> >
> > I edited the Library XML as following
> > <radiobutton id="repdowntime_downtimetype_1" value="0" label=" Planned "
> />
> > <radiobutton id="repdowntime_downtimetype_2" value="1" label="Emergency"
> />
> > <radiobutton id="repdowntime_downtimetype_111" value="3"
> label="External" />
> > But MAXIMO give me the following error message when press the Ok button
> >
> > Not a valid data type
> >
> >
> > Any help is highly appreciated
> >
>
>
>



--
Samir Khodair

IT Engineer






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

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: samir khodair (2011-12-29 11:03)

I created a new field called downtype ALN 10 in DOWNTIMEREPORT is system
table and the XML library file connected to it
also i created the same filed in the assetstatus table but still MAXIMO
give me the same error message
but still the same error come "Not a valid data type"
Samir Khodair
On Thu, Dec 29, 2011 at 6:28 AM, john reeve <planschd@yahoo.com> wrote:
> Maybe you just add a brand new field called "Type of Downtime"
> Sent on the Sprint® Now Network from my BlackBerry®
>
> -----Original Message-----
> From: samir khodair <s.khodair@gmail.com>
> Sender: MAXIMO@yahoogroups.com
> Date: Thu, 29 Dec 2011 01:43:51
> To: <MAXIMO@yahoogroups.com>
> Reply-To: MAXIMO@yahoogroups.com
> Subject: Re: [MAXIMO List] Re: Modify the dwon time reporting screen help
>
> the error happen when choosing any of the options ,i think the problem is
> there is a intermediate non-present table called downtimereport used before
> recording the data to asstestatus table
>
> so even I modified the operational data type form YORN to decimal or ALN
> for example the error still come
>
> Samir Khodair
>
>
> On Wed, Dec 28, 2011 at 5:05 PM, pkroseman <krosemanp@ci.superior.wi.us
> >wrote:
>
> > **
> >
> >
> > When reporting downtime, a new record is added to the ASSETSTATUS table.
> > The OPERATIONAL field in ASSETSTATUS is YORN data type (in Maximo 7.5 at
> > least). It will only take 0 or 1 as a value.
> >
> > Does the error occur when only selecting External or any of the three
> > values? Is the error there when you remove the External option from the
> > XML?
> >
> >
> > --- In MAXIMO@yahoogroups.com, "samir_khodair2004" <s.khodair@...>
> wrote:
> > >
> > > Hi ,
> > >
> > > My User asked me to modify the down time reporting screen to include
> the
> > following 3 down time types
> > >
> > > Planned
> > > Emergency
> > > External
> > >
> > > instead of the existing two (Operational & Non-operational )
> > >
> > > I edited the Library XML as following
> > > <radiobutton id="repdowntime_downtimetype_1" value="0" label=" Planned
> "
> > />
> > > <radiobutton id="repdowntime_downtimetype_2" value="1"
> label="Emergency"
> > />
> > > <radiobutton id="repdowntime_downtimetype_111" value="3"
> > label="External" />
> > > But MAXIMO give me the following error message when press the Ok button
> > >
> > > Not a valid data type
> > >
> > >
> > > Any help is highly appreciated
> > >
> >
> >
> >
>
>
>
> --
> Samir Khodair
>
> IT Engineer
>
>
>
>
>
>
> ------------------------------------
>
> 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
>
>
>
>
--
Samir Khodair
IT Engineer


From: in2data (2012-01-02 21:56)

Hi,
I don't know what version you are using. In 7.1.1.6 there is a domain called downcode. You add new down time values to that domain.
Dave Bone
--- In MAXIMO@yahoogroups.com, samir khodair <s.khodair@...> wrote:
>
> I created a new field called downtype ALN 10 in DOWNTIMEREPORT is system
> table and the XML library file connected to it
>
> also i created the same filed in the assetstatus table but still MAXIMO
> give me the same error message
>
>
>
> but still the same error come "Not a valid data type"
>
>
> Samir Khodair
> On Thu, Dec 29, 2011 at 6:28 AM, john reeve <planschd@...> wrote:
>
> > Maybe you just add a brand new field called "Type of Downtime"
> > Sent on the Sprint® Now Network from my BlackBerry®
> >
> > -----Original Message-----
> > From: samir khodair <s.khodair@...>
> > Sender: MAXIMO@yahoogroups.com
> > Date: Thu, 29 Dec 2011 01:43:51
> > To: <MAXIMO@yahoogroups.com>
> > Reply-To: MAXIMO@yahoogroups.com
> > Subject: Re: [MAXIMO List] Re: Modify the dwon time reporting screen help
> >
> > the error happen when choosing any of the options ,i think the problem is
> > there is a intermediate non-present table called downtimereport used before
> > recording the data to asstestatus table
> >
> > so even I modified the operational data type form YORN to decimal or ALN
> > for example the error still come
> >
> > Samir Khodair
> >
> >
> > On Wed, Dec 28, 2011 at 5:05 PM, pkroseman <krosemanp@...
> > >wrote:
> >
> > > **
> > >
> > >
> > > When reporting downtime, a new record is added to the ASSETSTATUS table.
> > > The OPERATIONAL field in ASSETSTATUS is YORN data type (in Maximo 7.5 at
> > > least). It will only take 0 or 1 as a value.
> > >
> > > Does the error occur when only selecting External or any of the three
> > > values? Is the error there when you remove the External option from the
> > > XML?
> > >
> > >
> > > --- In MAXIMO@yahoogroups.com, "samir_khodair2004" <s.khodair@>
> > wrote:
> > > >
> > > > Hi ,
> > > >
> > > > My User asked me to modify the down time reporting screen to include
> > the
> > > following 3 down time types
> > > >
> > > > Planned
> > > > Emergency
> > > > External
> > > >
> > > > instead of the existing two (Operational & Non-operational )
> > > >
> > > > I edited the Library XML as following
> > > > <radiobutton id="repdowntime_downtimetype_1" value="0" label=" Planned
> > "
> > > />
> > > > <radiobutton id="repdowntime_downtimetype_2" value="1"
> > label="Emergency"
> > > />
> > > > <radiobutton id="repdowntime_downtimetype_111" value="3"
> > > label="External" />
> > > > But MAXIMO give me the following error message when press the Ok button
> > > >
> > > > Not a valid data type
> > > >
> > > >
> > > > Any help is highly appreciated
> > > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > Samir Khodair
> >
> > IT Engineer
> >
> >
> >
> >
> >
> >
> > ------------------------------------
> >
> > 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
> >
> >
> >
> >
>
>
> --
> Samir Khodair
>
> IT Engineer
>
>
>
>