Create Production Random Error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Create Production Random Error

james-2
Banned User
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Create Production Random Error

Blurbiness multimedia
Dear James,

The "No production run required for product..." error message appears in
"ProductionRunServices.java", inside "createProductionRunsForProductBom"
method, and under a "if" which checks for work effort:

if (workEffortId == null) {
            return
ServiceUtil.returnError(UtilProperties.getMessage(resource,
"ManufacturingProductionRunIsNotRequiredForProductId",
UtilMisc.toMap("productId", productId, "startDate", startDate), locale));
        }

Perhaps this may give you a clue.

Regards,

Francisco

El mar., 29 ene. 2019 a las 13:30, <[hidden email]> escribió:

> This morning we started getting a random error when creating Production
> Runs.
>
> Here is the error...
>
> Cannot create production rn:  No production run is required for product
> [1001] in due date [2019-01-28 23:23:00:0]:please verify the validity
> dates of the bill of materials and routing
>
>
>
> I looked at all dates and they have a from date and the thru date is
> blank.
>
> I am not sure where to begin to look
>
> As anyone seen this or maybe know where we should look?
>
> Thanks,
>
> James
>


--
Atentamente,

El equipo de Blurbiness



*Blurbiness*
Producción multimedia para su negocio
*www.blurbiness.com* <http://www.blurbiness.com>

[hidden email]
Tel. +(34) 984 49 13 52

C/ San Guillermo, 8, bajo
33210 Gijón (Asturias)
España
Reply | Threaded
Open this post in threaded view
|

Re: Create Production Random Error

Yashwant Dhakad-2
Hi,
It might be possible that your BOM activation date could be later than your
production run date.

Thanks & Regards
--
Yashwant Dhakad

On Tue, Jan 29, 2019, 8:13 PM Blurbiness Info <[hidden email] wrote:

> Dear James,
>
> The "No production run required for product..." error message appears in
> "ProductionRunServices.java", inside "createProductionRunsForProductBom"
> method, and under a "if" which checks for work effort:
>
> if (workEffortId == null) {
>             return
> ServiceUtil.returnError(UtilProperties.getMessage(resource,
> "ManufacturingProductionRunIsNotRequiredForProductId",
> UtilMisc.toMap("productId", productId, "startDate", startDate), locale));
>         }
>
> Perhaps this may give you a clue.
>
> Regards,
>
> Francisco
>
> El mar., 29 ene. 2019 a las 13:30, <[hidden email]> escribió:
>
> > This morning we started getting a random error when creating Production
> > Runs.
> >
> > Here is the error...
> >
> > Cannot create production rn:  No production run is required for product
> > [1001] in due date [2019-01-28 23:23:00:0]:please verify the validity
> > dates of the bill of materials and routing
> >
> >
> >
> > I looked at all dates and they have a from date and the thru date is
> > blank.
> >
> > I am not sure where to begin to look
> >
> > As anyone seen this or maybe know where we should look?
> >
> > Thanks,
> >
> > James
> >
>
>
> --
> Atentamente,
>
> El equipo de Blurbiness
>
>
>
> *Blurbiness*
> Producción multimedia para su negocio
> *www.blurbiness.com* <http://www.blurbiness.com>
>
> [hidden email]
> Tel. +(34) 984 49 13 52
>
> C/ San Guillermo, 8, bajo
> 33210 Gijón (Asturias)
> España
>