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.



Maximo 7.6 change lenght of wonum

From: Petra Kellers (2015-11-11 19:06)

Hello,
how can I change the length of wonum in Maximo 7.6.
I have changed the length of the attribute wonum in the object workorder
from 10 to 25 .

But if I make a new order in workorder tracking, I get the error BMXAA4049E
- The value specified CXPK123456789 exceeds the maximum field length. Enter
a value that fits into the length of this attribute.

Field: Workorder
Table.Column: Workorder.Wonum

What can I do?




From: Chris Lawless (2015-11-16 13:20)

It sounds as though there is a field that WONUM is being copied too that is
still too small, i.e. its "same as" data was incorrect and therefore did
not get increased in size automatically. It is likely a result of a
customization, an industry solution, a crossover or similar. There's no
simple way to find it, my first point of attack would be to crank up the
debugging ans see if the logs give you any insight.
Chris.
On Wed, Nov 11, 2015 at 1:06 PM, 'Petra Kellers' pk@jostwerner.de [MAXIMO] <
MAXIMO@yahoogroups.com> wrote:
>
>
> Hello,
>
> how can I change the length of wonum in Maximo 7.6.
>
> I have changed the length of the attribute wonum in the object workorder
> from 10 to 25 .
>
> But if I make a new order in workorder tracking, I get the error BMXAA4049E
> - The value specified CXPK123456789 exceeds the maximum field length. Enter
> a value that fits into the length of this attribute.
>
> Field: Workorder
>
> Table.Column: Workorder.Wonum
>
> What can I do?
>
>
>
>
>


From: Jim Mullan (2015-11-16 18:47)

It’s normally in the WORKVIEW object as that covers both work orders and service requests, the key field can’t be sameas both WONUM and TICKETID.

Jim

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com]
Sent: 16 November 2015 18:21
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] Maximo 7.6 change lenght of wonum



It sounds as though there is a field that WONUM is being copied too that is
still too small, i.e. its "same as" data was incorrect and therefore did
not get increased in size automatically. It is likely a result of a
customization, an industry solution, a crossover or similar. There's no
simple way to find it, my first point of attack would be to crank up the
debugging ans see if the logs give you any insight.

Chris.

On Wed, Nov 11, 2015 at 1:06 PM, 'Petra Kellers' pk@jostwerner.de [MAXIMO] <
MAXIMO@yahoogroups.com> wrote:

>
>
> Hello,
>
> how can I change the length of wonum in Maximo 7.6.
>
> I have changed the length of the attribute wonum in the object workorder
> from 10 to 25 .
>
> But if I make a new order in workorder tracking, I get the error BMXAA4049E
> - The value specified CXPK123456789 exceeds the maximum field length. Enter
> a value that fits into the length of this attribute.
>
> Field: Workorder
>
> Table.Column: Workorder.Wonum
>
> What can I do?
>
>
>
>
>




From: InComm Solutions Inc. (2015-11-16 14:29)

I second that ... you could also do

Select * from maxattribute where attributename in (‘REFWO’,’WONUM’) and check the length of those fields – that might work.



From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com]
Sent: Monday, November 16, 2015 10:21 AM
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] Maximo 7.6 change lenght of wonum


It sounds as though there is a field that WONUM is being copied too that is
still too small, i.e. its "same as" data was incorrect and therefore did
not get increased in size automatically. It is likely a result of a
customization, an industry solution, a crossover or similar. There's no
simple way to find it, my first point of attack would be to crank up the
debugging ans see if the logs give you any insight.
Chris.
On Wed, Nov 11, 2015 at 1:06 PM, 'Petra Kellers' pk@jostwerner.de [MAXIMO] <
MAXIMO@yahoogroups.com> wrote:
>
>
> Hello,
>
> how can I change the length of wonum in Maximo 7.6.
>
> I have changed the length of the attribute wonum in the object workorder
> from 10 to 25 .
>
> But if I make a new order in workorder tracking, I get the error BMXAA4049E
> - The value specified CXPK123456789 exceeds the maximum field length. Enter
> a value that fits into the length of this attribute.
>
> Field: Workorder
>
> Table.Column: Workorder.Wonum
>
> What can I do?
>
>
>
>
>


From: swkim (2015-12-22 14:05)

Your database field may need to be 50 depending on your character set. Unicode requires two bytes sometimes, so a 25 character field may actually take up 50 bytes as a database field.