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.



PM failed to auto generate WO

From: janice c (2012-09-27 07:26)

Need your expert advise please. Anyone encounter this issue here? We have some PMs that failed to auto generate work orders. I've checked the logs and below is the error. We're using Maximo 7116. Users need to run the PM manually and it will generate the WO successfully. Thanks heaps guys!
[ERROR] BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be copied.
BMXAA0012E - Cannot insert/update a record without a default insert site.
psdi.util.MXApplicationException: BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be copied.
BMXAA0012E - Cannot insert/update a record without a default insert site.
at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
at psdi.mbo.MboValue.validate(MboValue.java:1645)
at psdi.mbo.MboValue.setValue(MboValue.java:815)
at psdi.mbo.MboValue._setValue(MboValue.java:1166)
at psdi.mbo.MboValue.setValue(MboValue.java:1061)
at psdi.mbo.Mbo.setValue(Mbo.java:1986)
at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
at psdi.app.pm.PM.generateWorkOrderInformation(PM.java:1713)
at psdi.app.pm.PM.wogen(PM.java:1278)
at psdi.app.pm.PM.generateWork(PM.java:1116)
at psdi.app.pm.PMSet.generateWork(PMSet.java:160)
at psdi.app.pm.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
at psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
at psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot insert/update a record without a default insert site......

Best regards,
Janice


From: Ian Wright (2012-09-27 07:55)

1st thing to check is the user that runs the cron needs to have a default insert site
But I would have thought that all PM's would fail if this was the case
Rgds Ian
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of janice c
Sent: 27 September 2012 08:26
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] PM failed to auto generate WO
Need your expert advise please. Anyone encounter this issue here? We have some PMs that failed to auto generate work orders. I've checked the logs and below is the error. We're using Maximo 7116. Users need to run the PM manually and it will generate the WO successfully. Thanks heaps guys!
[ERROR] BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be copied.
BMXAA0012E - Cannot insert/update a record without a default insert site.
psdi.util.MXApplicationException: BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be copied.
BMXAA0012E - Cannot insert/update a record without a default insert site.
at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
at psdi.mbo.MboValue.validate(MboValue.java:1645)
at psdi.mbo.MboValue.setValue(MboValue.java:815)
at psdi.mbo.MboValue._setValue(MboValue.java:1166)
at psdi.mbo.MboValue.setValue(MboValue.java:1061)
at psdi.mbo.Mbo.setValue(Mbo.java:1986)
at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
at psdi.app.pm.PM.generateWorkOrderInformation(PM.java:1713)
at psdi.app.pm.PM.wogen(PM.java:1278)
at psdi.app.pm.PM.generateWork(PM.java:1116)
at psdi.app.pm.PMSet.generateWork(PMSet.java:160)
at psdi.app.pm.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
at psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
at psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot insert/update a record without a default insert site......
Best regards,
Janice
GDF SUEZ E&P UK Ltd (Company Number 3386464), registered in England and Wales with a registered office address at: 40 Holborn Viaduct, London, EC1N 2PB.
**************************************************************************************************************
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
**************************************************************************************************************


From: jakesteijn (2012-09-27 18:24)

Possibility is that the user owning the auto gen cron has no default site but the user running it manually does, and thus manual execution succeeds where auto fails.
--- In MAXIMO@yahoogroups.com, Ian Wright <ian.wright@...> wrote:
>
> 1st thing to check is the user that runs the cron needs to have a default insert site
> But I would have thought that all PM's would fail if this was the case
>
> Rgds Ian
>
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of janice c
> Sent: 27 September 2012 08:26
> To: MAXIMO@yahoogroups.com
> Subject: [MAXIMO List] PM failed to auto generate WO
>
>
>
> Need your expert advise please. Anyone encounter this issue here? We have some PMs that failed to auto generate work orders. I've checked the logs and below is the error. We're using Maximo 7116. Users need to run the PM manually and it will generate the WO successfully. Thanks heaps guys!
>
>
>
>
>


From: ohmsrulz (2012-09-27 19:06)

Hi Janice,
Can you give us some more details about your environment? Looking at the
stacktrace, it looks like you might have an add-on or custom code
highlighted below:
BMXAA0012E - Cannot insert/update a record without a default insert
site.
at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
at psdi.mbo.MboValue.validate(MboValue.java:1645)
at psdi.mbo.MboValue.setValue(MboValue.java:815)
at psdi.mbo.MboValue._setValue(MboValue.java:1166)
at psdi.mbo.MboValue.setValue(MboValue.java:1061)
at psdi.mbo.Mbo.setValue(Mbo.java:1986)
at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
at psdi.app.pm <http://psdi.app.pm>
.PM.generateWorkOrderInformation(PM.java:1713)
at psdi.app.pm <http://psdi.app.pm> .PM.wogen(PM.java:1278)
at psdi.app.pm <http://psdi.app.pm> .PM.generateWork(PM.java:1116)
at psdi.app.pm <http://psdi.app.pm> .PMSet.generateWork(PMSet.java:160)
at psdi.app.pm <http://psdi.app.pm>
.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
at psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
at psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
insert/update a record without a default insert site......
This may or may not be causing the issue, but at least it will give us a
little more insight. Normally I would just guess that this is because
the user indicated in the Run as User field in the Cron Task does not
have a default insert site defined on their profile and the Job Plan on
the PM doesn't have a site either.
--ohms
--- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@...> wrote:
>
> Need your expert advise please. Anyone encounter this issue here? We
have some PMs that failed to auto generate work orders. I've checked
the logs and below is the error. We're using Maximo 7116. Users need
to run the PM manually and it will generate the WO successfully.
Thanks heaps guys!
>
> [ERROR] BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be
copied.
> BMXAA0012E - Cannot insert/update a record without a default insert
site.
> psdi.util.MXApplicationException: BMXAA4512E - The job plan for Job
Plan QLM16M-4 cannot be copied.
> BMXAA0012E - Cannot insert/update a record without a default insert
site.
> at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> at psdi.mbo.MboValue.validate(MboValue.java:1645)
> at psdi.mbo.MboValue.setValue(MboValue.java:815)
> at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> at psdi.app.pm.PM.generateWorkOrderInformation(PM.java:1713)
> at psdi.app.pm.PM.wogen(PM.java:1278)
> at psdi.app.pm.PM.generateWork(PM.java:1116)
> at psdi.app.pm.PMSet.generateWork(PMSet.java:160)
> at psdi.app.pm.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> at
psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> at
psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
insert/update a record without a default insert site......
>
>
> Best regards,
> Janice
>


From: Will Hampton (2012-09-27 19:10)

Yeah - the mrots section kinda implies something as well (MRO Software, Technical Services)
at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of ohmsrulz
Sent: Thursday, September 27, 2012 2:06 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Re: PM failed to auto generate WO
Hi Janice,
Can you give us some more details about your environment? Looking at the
stacktrace, it looks like you might have an add-on or custom code
highlighted below:
BMXAA0012E - Cannot insert/update a record without a default insert
site.
at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
at psdi.mbo.MboValue.validate(MboValue.java:1645)
at psdi.mbo.MboValue.setValue(MboValue.java:815)
at psdi.mbo.MboValue._setValue(MboValue.java:1166)
at psdi.mbo.MboValue.setValue(MboValue.java:1061)
at psdi.mbo.Mbo.setValue(Mbo.java:1986)
at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
at psdi.app.pm <http://psdi.app.pm>
.PM.generateWorkOrderInformation(PM.java:1713)
at psdi.app.pm <http://psdi.app.pm> .PM.wogen(PM.java:1278)
at psdi.app.pm <http://psdi.app.pm> .PM.generateWork(PM.java:1116)
at psdi.app.pm <http://psdi.app.pm> .PMSet.generateWork(PMSet.java:160)
at psdi.app.pm <http://psdi.app.pm>
.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
at psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
at psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
insert/update a record without a default insert site......
This may or may not be causing the issue, but at least it will give us a
little more insight. Normally I would just guess that this is because
the user indicated in the Run as User field in the Cron Task does not
have a default insert site defined on their profile and the Job Plan on
the PM doesn't have a site either.
--ohms
--- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, "janice c" <carrillo_janice@...<mailto:carrillo_janice@...>> wrote:
>
> Need your expert advise please. Anyone encounter this issue here? We
have some PMs that failed to auto generate work orders. I've checked
the logs and below is the error. We're using Maximo 7116. Users need
to run the PM manually and it will generate the WO successfully.
Thanks heaps guys!
>
> [ERROR] BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be
copied.
> BMXAA0012E - Cannot insert/update a record without a default insert
site.
> psdi.util.MXApplicationException: BMXAA4512E - The job plan for Job
Plan QLM16M-4 cannot be copied.
> BMXAA0012E - Cannot insert/update a record without a default insert
site.
> at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> at psdi.mbo.MboValue.validate(MboValue.java:1645)
> at psdi.mbo.MboValue.setValue(MboValue.java:815)
> at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> at psdi.app.pm.PM.generateWorkOrderInformation(PM.java:1713)
> at psdi.app.pm.PM.wogen(PM.java:1278)
> at psdi.app.pm.PM.generateWork(PM.java:1116)
> at psdi.app.pm.PMSet.generateWork(PMSet.java:160)
> at psdi.app.pm.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> at
psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> at
psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
insert/update a record without a default insert site......
>
>
> Best regards,
> Janice
>


From: janice c (2012-10-03 01:03)


Thanks for the replies guys. The User ID in the crontask instance is PMGENERATOR (system account). I've modified the profile of the said user to specify a default insert site. I've refreshed the cron instance by deactivating/activating it but we are still getting the same error. Below are the errors I've gotten from the PM email notification.
BMXAA3212E - Error while generating work order for PM 73757.
BMXAA3210E - Failure while generating work orders.
BMXAA4512E - The job plan for Job Plan QLD10-2 cannot be copied.
BMXAA0012E - Cannot insert/update a record without a default insert site.

I've noticed that the cron task failed to generate WO only if the job plan associated with the PM has tasks. However, generating the PM manually does not cause any grief. For PMs without tasks on the job plan, the cron task was able to generate WO successfully. Some of our job plans are not site specific. I think this should not cause any issues as a job plan that does not have an Organization or Site specified for it may be used on any work order. With regards to the environment, we have some custom class in the PM. We've added some fields in the PM application that we want to copy across WO application once PM generated WO.
Best regards,
Janice
--- In MAXIMO@yahoogroups.com, "ohmsrulz" <dearomar@...> wrote:
>
> Hi Janice,
>
> Can you give us some more details about your environment? Looking at the
> stacktrace, it looks like you might have an add-on or custom code
> highlighted below:
>
> BMXAA0012E - Cannot insert/update a record without a default insert
> site.
> at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> at psdi.mbo.MboValue.validate(MboValue.java:1645)
> at psdi.mbo.MboValue.setValue(MboValue.java:815)
> at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> at psdi.app.pm <http://psdi.app.pm>
> .PM.generateWorkOrderInformation(PM.java:1713)
> at psdi.app.pm <http://psdi.app.pm> .PM.wogen(PM.java:1278)
> at psdi.app.pm <http://psdi.app.pm> .PM.generateWork(PM.java:1116)
> at psdi.app.pm <http://psdi.app.pm> .PMSet.generateWork(PMSet.java:160)
> at psdi.app.pm <http://psdi.app.pm>
> .PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> at psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> at psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> insert/update a record without a default insert site......
> This may or may not be causing the issue, but at least it will give us a
> little more insight. Normally I would just guess that this is because
> the user indicated in the Run as User field in the Cron Task does not
> have a default insert site defined on their profile and the Job Plan on
> the PM doesn't have a site either.
>
> --ohms
>
> --- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@> wrote:
> >
> > Need your expert advise please. Anyone encounter this issue here? We
> have some PMs that failed to auto generate work orders. I've checked
> the logs and below is the error. We're using Maximo 7116. Users need
> to run the PM manually and it will generate the WO successfully.
> Thanks heaps guys!
> >
> > [ERROR] BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be
> copied.
> > BMXAA0012E - Cannot insert/update a record without a default insert
> site.
> > psdi.util.MXApplicationException: BMXAA4512E - The job plan for Job
> Plan QLM16M-4 cannot be copied.
> > BMXAA0012E - Cannot insert/update a record without a default insert
> site.
> > at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> > at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> > at psdi.mbo.MboValue.validate(MboValue.java:1645)
> > at psdi.mbo.MboValue.setValue(MboValue.java:815)
> > at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> > at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> > at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> > at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> > at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> > at psdi.app.pm.PM.generateWorkOrderInformation(PM.java:1713)
> > at psdi.app.pm.PM.wogen(PM.java:1278)
> > at psdi.app.pm.PM.generateWork(PM.java:1116)
> > at psdi.app.pm.PMSet.generateWork(PMSet.java:160)
> > at psdi.app.pm.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> > at
> psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> > at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> > at
> psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> > Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> insert/update a record without a default insert site......
> >
> >
> > Best regards,
> > Janice
> >
>
>
>
>
>


From: richard_almendarez (2012-10-03 15:00)


Have you tried restarting your Maximo instance since you've added the default insert site? System account updates aren't always reflected immediately, and may require a stop/start of Maximo for the update to take affect.
Richard
--- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@...> wrote:
>
>
> Thanks for the replies guys. The User ID in the crontask instance is PMGENERATOR (system account). I've modified the profile of the said user to specify a default insert site. I've refreshed the cron instance by deactivating/activating it but we are still getting the same error. Below are the errors I've gotten from the PM email notification.
>
> BMXAA3212E - Error while generating work order for PM 73757.
> BMXAA3210E - Failure while generating work orders.
> BMXAA4512E - The job plan for Job Plan QLD10-2 cannot be copied.
> BMXAA0012E - Cannot insert/update a record without a default insert site.
>
> I've noticed that the cron task failed to generate WO only if the job plan associated with the PM has tasks. However, generating the PM manually does not cause any grief. For PMs without tasks on the job plan, the cron task was able to generate WO successfully. Some of our job plans are not site specific. I think this should not cause any issues as a job plan that does not have an Organization or Site specified for it may be used on any work order. With regards to the environment, we have some custom class in the PM. We've added some fields in the PM application that we want to copy across WO application once PM generated WO.
>
>
>
> Best regards,
> Janice
>
> --- In MAXIMO@yahoogroups.com, "ohmsrulz" <dearomar@> wrote:
> >
> > Hi Janice,
> >
> > Can you give us some more details about your environment? Looking at the
> > stacktrace, it looks like you might have an add-on or custom code
> > highlighted below:
> >
> > BMXAA0012E - Cannot insert/update a record without a default insert
> > site.
> > at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> > at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> > at psdi.mbo.MboValue.validate(MboValue.java:1645)
> > at psdi.mbo.MboValue.setValue(MboValue.java:815)
> > at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> > at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> > at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> > at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> > at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> > at psdi.app.pm <http://psdi.app.pm>
> > .PM.generateWorkOrderInformation(PM.java:1713)
> > at psdi.app.pm <http://psdi.app.pm> .PM.wogen(PM.java:1278)
> > at psdi.app.pm <http://psdi.app.pm> .PM.generateWork(PM.java:1116)
> > at psdi.app.pm <http://psdi.app.pm> .PMSet.generateWork(PMSet.java:160)
> > at psdi.app.pm <http://psdi.app.pm>
> > .PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> > at psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> > at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> > at psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> > Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> > insert/update a record without a default insert site......
> > This may or may not be causing the issue, but at least it will give us a
> > little more insight. Normally I would just guess that this is because
> > the user indicated in the Run as User field in the Cron Task does not
> > have a default insert site defined on their profile and the Job Plan on
> > the PM doesn't have a site either.
> >
> > --ohms
> >
> > --- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@> wrote:
> > >
> > > Need your expert advise please. Anyone encounter this issue here? We
> > have some PMs that failed to auto generate work orders. I've checked
> > the logs and below is the error. We're using Maximo 7116. Users need
> > to run the PM manually and it will generate the WO successfully.
> > Thanks heaps guys!
> > >
> > > [ERROR] BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be
> > copied.
> > > BMXAA0012E - Cannot insert/update a record without a default insert
> > site.
> > > psdi.util.MXApplicationException: BMXAA4512E - The job plan for Job
> > Plan QLM16M-4 cannot be copied.
> > > BMXAA0012E - Cannot insert/update a record without a default insert
> > site.
> > > at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> > > at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> > > at psdi.mbo.MboValue.validate(MboValue.java:1645)
> > > at psdi.mbo.MboValue.setValue(MboValue.java:815)
> > > at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> > > at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> > > at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> > > at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> > > at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> > > at psdi.app.pm.PM.generateWorkOrderInformation(PM.java:1713)
> > > at psdi.app.pm.PM.wogen(PM.java:1278)
> > > at psdi.app.pm.PM.generateWork(PM.java:1116)
> > > at psdi.app.pm.PMSet.generateWork(PMSet.java:160)
> > > at psdi.app.pm.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> > > at
> > psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> > > at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> > > at
> > psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> > > Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> > insert/update a record without a default insert site......
> > >
> > >
> > > Best regards,
> > > Janice
> > >
> >
> >
> >
> >
> >
>


From: shannon sutton (2012-10-03 08:30)

I was wondering more have you tested this without the custom classes and the crossover fields?
I would remove all custom functionality and test, replace custom functionality one step at a time until you find the issue or at least eliminate the fact that custom coding hasn't caused the issue..
________________________________
From: richard_almendarez <richard_almendarez@yahoo.com>
To: MAXIMO@yahoogroups.com
Sent: Wednesday, October 3, 2012 11:00 AM
Subject: [MAXIMO List] Re: PM failed to auto generate WO

 
Have you tried restarting your Maximo instance since you've added the default insert site? System account updates aren't always reflected immediately, and may require a stop/start of Maximo for the update to take affect.
Richard
--- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@...> wrote:
>
>
> Thanks for the replies guys. The User ID in the crontask instance is PMGENERATOR (system account). I've modified the profile of the said user to specify a default insert site. I've refreshed the cron instance by deactivating/activating it but we are still getting the same error. Below are the errors I've gotten from the PM email notification.
>
> BMXAA3212E - Error while generating work order for PM 73757.
> BMXAA3210E - Failure while generating work orders.
> BMXAA4512E - The job plan for Job Plan QLD10-2 cannot be copied.
> BMXAA0012E - Cannot insert/update a record without a default insert site.
>
> I've noticed that the cron task failed to generate WO only if the job plan associated with the PM has tasks. However, generating the PM manually does not cause any grief. For PMs without tasks on the job plan, the cron task was able to generate WO successfully. Some of our job plans are not site specific. I think this should not cause any issues as a job plan that does not have an Organization or Site specified for it may be used on any work order. With regards to the environment, we have some custom class in the PM. We've added some fields in the PM application that we want to copy across WO application once PM generated WO.
>
>
>
> Best regards,
> Janice
>
> --- In MAXIMO@yahoogroups.com, "ohmsrulz" <dearomar@> wrote:
> >
> > Hi Janice,
> >
> > Can you give us some more details about your environment? Looking at the
> > stacktrace, it looks like you might have an add-on or custom code
> > highlighted below:
> >
> > BMXAA0012E - Cannot insert/update a record without a default insert
> > site.
> > at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> > at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> > at psdi.mbo.MboValue.validate(MboValue.java:1645)
> > at psdi.mbo.MboValue.setValue(MboValue.java:815)
> > at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> > at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> > at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> > at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> > at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> > at psdi.app.pm <http://psdi.app.pm>
> > .PM.generateWorkOrderInformation(PM.java:1713)
> > at psdi.app.pm <http://psdi.app.pm> .PM.wogen(PM.java:1278)
> > at psdi.app.pm <http://psdi.app.pm> .PM.generateWork(PM.java:1116)
> > at psdi.app.pm <http://psdi.app.pm> .PMSet.generateWork(PMSet.java:160)
> > at psdi.app.pm <http://psdi.app.pm>
> > .PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> > at psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> > at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> > at psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> > Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> > insert/update a record without a default insert site......
> > This may or may not be causing the issue, but at least it will give us a
> > little more insight. Normally I would just guess that this is because
> > the user indicated in the Run as User field in the Cron Task does not
> > have a default insert site defined on their profile and the Job Plan on
> > the PM doesn't have a site either.
> >
> > --ohms
> >
> > --- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@> wrote:
> > >
> > > Need your expert advise please. Anyone encounter this issue here? We
> > have some PMs that failed to auto generate work orders. I've checked
> > the logs and below is the error. We're using Maximo 7116. Users need
> > to run the PM manually and it will generate the WO successfully.
> > Thanks heaps guys!
> > >
> > > [ERROR] BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be
> > copied.
> > > BMXAA0012E - Cannot insert/update a record without a default insert
> > site.
> > > psdi.util.MXApplicationException: BMXAA4512E - The job plan for Job
> > Plan QLM16M-4 cannot be copied.
> > > BMXAA0012E - Cannot insert/update a record without a default insert
> > site.
> > > at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> > > at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> > > at psdi.mbo.MboValue.validate(MboValue.java:1645)
> > > at psdi.mbo.MboValue.setValue(MboValue.java:815)
> > > at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> > > at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> > > at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> > > at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> > > at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> > > at psdi.app.pm.PM.generateWorkOrderInformation(PM.java:1713)
> > > at psdi.app.pm.PM.wogen(PM.java:1278)
> > > at psdi.app.pm.PM.generateWork(PM.java:1116)
> > > at psdi.app.pm.PMSet.generateWork(PMSet.java:160)
> > > at psdi.app.pm.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> > > at
> > psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> > > at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> > > at
> > psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> > > Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> > insert/update a record without a default insert site......
> > >
> > >
> > > Best regards,
> > > Janice
> > >
> >
> >
> >
> >
> >
>


From: janice c (2012-10-08 08:31)


Hi guys,
Thanks for all your help. Issue has been resolved by restarting Maximo services. all the best!
Cheers!
Best regards,
Janice
--- In MAXIMO@yahoogroups.com, shannon sutton <shannonsuttondale@...> wrote:
>
> I was wondering more have you tested this without the custom classes and the crossover fields?
>
> I would remove all custom functionality and test, replace custom functionality one step at a time until you find the issue or at least eliminate the fact that custom coding hasn't caused the issue..
>
>
>
> ________________________________
> From: richard_almendarez <richard_almendarez@...>
> To: MAXIMO@yahoogroups.com
> Sent: Wednesday, October 3, 2012 11:00 AM
> Subject: [MAXIMO List] Re: PM failed to auto generate WO
>
>
>  
>
>
> Have you tried restarting your Maximo instance since you've added the default insert site? System account updates aren't always reflected immediately, and may require a stop/start of Maximo for the update to take affect.
>
> Richard
>
> --- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@> wrote:
> >
> >
> > Thanks for the replies guys. The User ID in the crontask instance is PMGENERATOR (system account). I've modified the profile of the said user to specify a default insert site. I've refreshed the cron instance by deactivating/activating it but we are still getting the same error. Below are the errors I've gotten from the PM email notification.
> >
> > BMXAA3212E - Error while generating work order for PM 73757.
> > BMXAA3210E - Failure while generating work orders.
> > BMXAA4512E - The job plan for Job Plan QLD10-2 cannot be copied.
> > BMXAA0012E - Cannot insert/update a record without a default insert site.
> >
> > I've noticed that the cron task failed to generate WO only if the job plan associated with the PM has tasks. However, generating the PM manually does not cause any grief. For PMs without tasks on the job plan, the cron task was able to generate WO successfully. Some of our job plans are not site specific. I think this should not cause any issues as a job plan that does not have an Organization or Site specified for it may be used on any work order. With regards to the environment, we have some custom class in the PM. We've added some fields in the PM application that we want to copy across WO application once PM generated WO.
> >
> >
> >
> > Best regards,
> > Janice
> >
> > --- In MAXIMO@yahoogroups.com, "ohmsrulz" <dearomar@> wrote:
> > >
> > > Hi Janice,
> > >
> > > Can you give us some more details about your environment? Looking at the
> > > stacktrace, it looks like you might have an add-on or custom code
> > > highlighted below:
> > >
> > > BMXAA0012E - Cannot insert/update a record without a default insert
> > > site.
> > > at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> > > at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> > > at psdi.mbo.MboValue.validate(MboValue.java:1645)
> > > at psdi.mbo.MboValue.setValue(MboValue.java:815)
> > > at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> > > at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> > > at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> > > at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> > > at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> > > at psdi.app.pm <http://psdi.app.pm>
> > > .PM.generateWorkOrderInformation(PM.java:1713)
> > > at psdi.app.pm <http://psdi.app.pm> .PM.wogen(PM.java:1278)
> > > at psdi.app.pm <http://psdi.app.pm> .PM.generateWork(PM.java:1116)
> > > at psdi.app.pm <http://psdi.app.pm> .PMSet.generateWork(PMSet.java:160)
> > > at psdi.app.pm <http://psdi.app.pm>
> > > .PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> > > at psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> > > at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> > > at psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> > > Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> > > insert/update a record without a default insert site......
> > > This may or may not be causing the issue, but at least it will give us a
> > > little more insight. Normally I would just guess that this is because
> > > the user indicated in the Run as User field in the Cron Task does not
> > > have a default insert site defined on their profile and the Job Plan on
> > > the PM doesn't have a site either.
> > >
> > > --ohms
> > >
> > > --- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@> wrote:
> > > >
> > > > Need your expert advise please. Anyone encounter this issue here? We
> > > have some PMs that failed to auto generate work orders. I've checked
> > > the logs and below is the error. We're using Maximo 7116. Users need
> > > to run the PM manually and it will generate the WO successfully.
> > > Thanks heaps guys!
> > > >
> > > > [ERROR] BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be
> > > copied.
> > > > BMXAA0012E - Cannot insert/update a record without a default insert
> > > site.
> > > > psdi.util.MXApplicationException: BMXAA4512E - The job plan for Job
> > > Plan QLM16M-4 cannot be copied.
> > > > BMXAA0012E - Cannot insert/update a record without a default insert
> > > site.
> > > > at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> > > > at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> > > > at psdi.mbo.MboValue.validate(MboValue.java:1645)
> > > > at psdi.mbo.MboValue.setValue(MboValue.java:815)
> > > > at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> > > > at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> > > > at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> > > > at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> > > > at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> > > > at psdi.app.pm.PM.generateWorkOrderInformation(PM.java:1713)
> > > > at psdi.app.pm.PM.wogen(PM.java:1278)
> > > > at psdi.app.pm.PM.generateWork(PM.java:1116)
> > > > at psdi.app.pm.PMSet.generateWork(PMSet.java:160)
> > > > at psdi.app.pm.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> > > > at
> > > psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> > > > at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> > > > at
> > > psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> > > > Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> > > insert/update a record without a default insert site......
> > > >
> > > >
> > > > Best regards,
> > > > Janice
> > > >
> > >
> > >
> > >
> > >
> > >
> >
>
>
>
>
>
>


From: janice c (2012-10-16 02:43)

Just found this APAR related to this issue - IV26964: CHANGE THE RUN AS USER FROM THE CRON TASK INSTANCE WON'T TAKE EFFECT UNTIL RESTART THE APPLICATION SERVER
Link : http://www-01.ibm.com/support/docview.wss?uid=swg1IV26964
Best regards,
Janice
--- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@...> wrote:
>
>
> Hi guys,
>
> Thanks for all your help. Issue has been resolved by restarting Maximo services. all the best!
> Cheers!
>
>
>
>
> Best regards,
> Janice
>
> --- In MAXIMO@yahoogroups.com, shannon sutton <shannonsuttondale@> wrote:
> >
> > I was wondering more have you tested this without the custom classes and the crossover fields?
> >
> > I would remove all custom functionality and test, replace custom functionality one step at a time until you find the issue or at least eliminate the fact that custom coding hasn't caused the issue..
> >
> >
> >
> > ________________________________
> > From: richard_almendarez <richard_almendarez@>
> > To: MAXIMO@yahoogroups.com
> > Sent: Wednesday, October 3, 2012 11:00 AM
> > Subject: [MAXIMO List] Re: PM failed to auto generate WO
> >
> >
> >  
> >
> >
> > Have you tried restarting your Maximo instance since you've added the default insert site? System account updates aren't always reflected immediately, and may require a stop/start of Maximo for the update to take affect.
> >
> > Richard
> >
> > --- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@> wrote:
> > >
> > >
> > > Thanks for the replies guys. The User ID in the crontask instance is PMGENERATOR (system account). I've modified the profile of the said user to specify a default insert site. I've refreshed the cron instance by deactivating/activating it but we are still getting the same error. Below are the errors I've gotten from the PM email notification.
> > >
> > > BMXAA3212E - Error while generating work order for PM 73757.
> > > BMXAA3210E - Failure while generating work orders.
> > > BMXAA4512E - The job plan for Job Plan QLD10-2 cannot be copied.
> > > BMXAA0012E - Cannot insert/update a record without a default insert site.
> > >
> > > I've noticed that the cron task failed to generate WO only if the job plan associated with the PM has tasks. However, generating the PM manually does not cause any grief. For PMs without tasks on the job plan, the cron task was able to generate WO successfully. Some of our job plans are not site specific. I think this should not cause any issues as a job plan that does not have an Organization or Site specified for it may be used on any work order. With regards to the environment, we have some custom class in the PM. We've added some fields in the PM application that we want to copy across WO application once PM generated WO.
> > >
> > >
> > >
> > > Best regards,
> > > Janice
> > >
> > > --- In MAXIMO@yahoogroups.com, "ohmsrulz" <dearomar@> wrote:
> > > >
> > > > Hi Janice,
> > > >
> > > > Can you give us some more details about your environment? Looking at the
> > > > stacktrace, it looks like you might have an add-on or custom code
> > > > highlighted below:
> > > >
> > > > BMXAA0012E - Cannot insert/update a record without a default insert
> > > > site.
> > > > at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> > > > at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> > > > at psdi.mbo.MboValue.validate(MboValue.java:1645)
> > > > at psdi.mbo.MboValue.setValue(MboValue.java:815)
> > > > at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> > > > at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> > > > at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> > > > at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> > > > at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> > > > at psdi.app.pm <http://psdi.app.pm>
> > > > .PM.generateWorkOrderInformation(PM.java:1713)
> > > > at psdi.app.pm <http://psdi.app.pm> .PM.wogen(PM.java:1278)
> > > > at psdi.app.pm <http://psdi.app.pm> .PM.generateWork(PM.java:1116)
> > > > at psdi.app.pm <http://psdi.app.pm> .PMSet.generateWork(PMSet.java:160)
> > > > at psdi.app.pm <http://psdi.app.pm>
> > > > .PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> > > > at psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> > > > at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> > > > at psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> > > > Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> > > > insert/update a record without a default insert site......
> > > > This may or may not be causing the issue, but at least it will give us a
> > > > little more insight. Normally I would just guess that this is because
> > > > the user indicated in the Run as User field in the Cron Task does not
> > > > have a default insert site defined on their profile and the Job Plan on
> > > > the PM doesn't have a site either.
> > > >
> > > > --ohms
> > > >
> > > > --- In MAXIMO@yahoogroups.com, "janice c" <carrillo_janice@> wrote:
> > > > >
> > > > > Need your expert advise please. Anyone encounter this issue here? We
> > > > have some PMs that failed to auto generate work orders. I've checked
> > > > the logs and below is the error. We're using Maximo 7116. Users need
> > > > to run the PM manually and it will generate the WO successfully.
> > > > Thanks heaps guys!
> > > > >
> > > > > [ERROR] BMXAA4512E - The job plan for Job Plan QLM16M-4 cannot be
> > > > copied.
> > > > > BMXAA0012E - Cannot insert/update a record without a default insert
> > > > site.
> > > > > psdi.util.MXApplicationException: BMXAA4512E - The job plan for Job
> > > > Plan QLM16M-4 cannot be copied.
> > > > > BMXAA0012E - Cannot insert/update a record without a default insert
> > > > site.
> > > > > at psdi.app.workorder.WO.copyJobPlanToWorkPlan(WO.java:1789)
> > > > > at psdi.app.workorder.FldWOJobPlan.action(FldWOJobPlan.java:114)
> > > > > at psdi.mbo.MboValue.validate(MboValue.java:1645)
> > > > > at psdi.mbo.MboValue.setValue(MboValue.java:815)
> > > > > at psdi.mbo.MboValue._setValue(MboValue.java:1166)
> > > > > at psdi.mbo.MboValue.setValue(MboValue.java:1061)
> > > > > at psdi.mbo.Mbo.setValue(Mbo.java:1986)
> > > > > at psdi.app.workorder.WO.setAttrFromWoGen(WO.java:6386)
> > > > > at mrots.lcp.app.workorder.LCPWO.setAttrFromWoGen(LCPWO.java:502)
> > > > > at psdi.app.pm.PM.generateWorkOrderInformation(PM.java:1713)
> > > > > at psdi.app.pm.PM.wogen(PM.java:1278)
> > > > > at psdi.app.pm.PM.generateWork(PM.java:1116)
> > > > > at psdi.app.pm.PMSet.generateWork(PMSet.java:160)
> > > > > at psdi.app.pm.PMWoGenCronTask.cronAction(PMWoGenCronTask.java:204)
> > > > > at
> > > > psdi.server.CronTaskManager.callCronMethod(CronTaskManager.java:1552)
> > > > > at psdi.server.CronTaskManager.access$400(CronTaskManager.java:83)
> > > > > at
> > > > psdi.server.CronTaskManager$CronThread.run(CronTaskManager.java:2070)
> > > > > Caused by: psdi.util.MXAccessException: BMXAA0012E - Cannot
> > > > insert/update a record without a default insert site......
> > > > >
> > > > >
> > > > > Best regards,
> > > > > Janice
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> >
> >
> >
>


From: Jagan Rajan (2013-07-26 08:05)

Under Organizations i do have 2 sites setup. But when I try to add a new storeroom in Inventory the Siteid is defaulted to the first one and it is a read only field. How can I change this. Please help
thanks
Lensman


From: Dina Wahba (2013-07-26 15:10)

Change the default insert site on your user profile - access "Profile" --> "Default Information" and change the field "Default Insert Site".
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Jagan Rajan
Sent: July-26-13 11:06 AM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Siteid defulted in new Storeroom
Under Organizations i do have 2 sites setup. But when I try to add a new storeroom in Inventory the Siteid is defaulted to the first one and it is a read only field. How can I change this. Please help
thanks
Lensman