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.
Hi everyone,
Somebody knows wich is the correct way to report asset downtime via MIF?, because i'm using the downtime OS and exposed in a WS, but when I try to use create or sync method it trows the next error:
Caused by: psdi.util.MXSystemException: BMXAA4214E - Se ha producido un error desconocido. Póngase en contacto con el administrador del sistema para solicitar ayuda. Reúna los registros del directorio <HOME> y determine el origen y la causa del error.
null
alternatibly,I try to use directly the assetstatus object but it appears the next error:
Caused by: psdi.util.MXAccessException: BMXAA0024E - La acción ADD no está permitida en el objeto ASSETSTATUS. Compruebe las reglas empresariales para el objeto y defina la acción correspondiente.
at psdi.mbo.MboSet.checkMethodAccess(MboSet.java:6923)
at psdi.mbo.MboSet.addAtIndex(MboSet.java:4658)
at psdi.mbo.MboSet.add(MboSet.java:4591)
at psdi.mbo.MboSet.add(MboSet.java:4473)
any of you can give an advice?
Thanks!