ProcessBulkPackOrder

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

ProcessBulkPackOrder

Heidi Dehaes - Olagos
Hello,

I am investigating facility application now for a few days and can't find
the error.

When i try to pack an order,

/facility/control/ProcessBulkPackOrder


I get the following error:

ERROR: Could not complete the Issue OrderItemShipGrpInvRes to Shipment
[file:/C:/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml#issueOrderItemShipGrpInvResToShipment]
process [problem removing the orderItemShipGrpInvRes value: The current
transaction is marked for rollback, not beginning a new transaction and
aborting current operation; the rollbackOnly was caused by: Error in
simple-method [Convert UOM values
[file:/C:/release09.04/framework/common/script/org/ofbiz/common/CommonServices.xml#convertUom]]:
; [UOM Conversion Relationship Not Found]]

I can't find where the error is. Also in the UOM Conversion i don't see any
error.

Can anyone give me a hint?

I don't find it listed in the jira neither.

The release is 09.04 .

regards,
Heidi
Reply | Threaded
Open this post in threaded view
|

Re: ProcessBulkPackOrder

Jacques Le Roux
Administrator
Do you reproduce on stable demo server? If it's the case please give an URL...

Jacques

From: "Info Olagos" <[hidden email]>

> Hello,
>
> I am investigating facility application now for a few days and can't find
> the error.
>
> When i try to pack an order,
>
> /facility/control/ProcessBulkPackOrder
>
>
> I get the following error:
>
> ERROR: Could not complete the Issue OrderItemShipGrpInvRes to Shipment
> [file:/C:/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml#issueOrderItemShipGrpInvResToShipment]
> process [problem removing the orderItemShipGrpInvRes value: The current
> transaction is marked for rollback, not beginning a new transaction and
> aborting current operation; the rollbackOnly was caused by: Error in
> simple-method [Convert UOM values
> [file:/C:/release09.04/framework/common/script/org/ofbiz/common/CommonServices.xml#convertUom]]:
> ; [UOM Conversion Relationship Not Found]]
>
> I can't find where the error is. Also in the UOM Conversion i don't see any
> error.
>
> Can anyone give me a hint?
>
> I don't find it listed in the jira neither.
>
> The release is 09.04 .
>
> regards,
> Heidi
>


Reply | Threaded
Open this post in threaded view
|

Re: ProcessBulkPackOrder

Heidi Dehaes - Olagos
No sorry Jacques,

I don't have it on a demo server.

Regards,
Heidi

2010/5/11 Jacques Le Roux <[hidden email]>

> Do you reproduce on stable demo server? If it's the case please give an
> URL...
>
> Jacques
>
> From: "Info Olagos" <[hidden email]>
>
> Hello,
>>
>> I am investigating facility application now for a few days and can't find
>> the error.
>>
>> When i try to pack an order,
>>
>> /facility/control/ProcessBulkPackOrder
>>
>>
>> I get the following error:
>>
>> ERROR: Could not complete the Issue OrderItemShipGrpInvRes to Shipment
>>
>> [file:/C:/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml#issueOrderItemShipGrpInvResToShipment]
>> process [problem removing the orderItemShipGrpInvRes value: The current
>> transaction is marked for rollback, not beginning a new transaction and
>> aborting current operation; the rollbackOnly was caused by: Error in
>> simple-method [Convert UOM values
>>
>> [file:/C:/release09.04/framework/common/script/org/ofbiz/common/CommonServices.xml#convertUom]]:
>> ; [UOM Conversion Relationship Not Found]]
>>
>> I can't find where the error is. Also in the UOM Conversion i don't see
>> any
>> error.
>>
>> Can anyone give me a hint?
>>
>> I don't find it listed in the jira neither.
>>
>> The release is 09.04 .
>>
>> regards,
>> Heidi
>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: ProcessBulkPackOrder

BJ Freeman
In reply to this post by Heidi Dehaes - Olagos
don't think it is code but the UOM data is missing
read the code and check your data against the requirements.

=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>


Info Olagos sent the following on 5/11/2010 5:26 AM:

> Hello,
>
> I am investigating facility application now for a few days and can't find
> the error.
>
> When i try to pack an order,
>
> /facility/control/ProcessBulkPackOrder
>
>
> I get the following error:
>
> ERROR: Could not complete the Issue OrderItemShipGrpInvRes to Shipment
> [file:/C:/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml#issueOrderItemShipGrpInvResToShipment]
> process [problem removing the orderItemShipGrpInvRes value: The current
> transaction is marked for rollback, not beginning a new transaction and
> aborting current operation; the rollbackOnly was caused by: Error in
> simple-method [Convert UOM values
> [file:/C:/release09.04/framework/common/script/org/ofbiz/common/CommonServices.xml#convertUom]]:
> ; [UOM Conversion Relationship Not Found]]
>
> I can't find where the error is. Also in the UOM Conversion i don't see any
> error.
>
> Can anyone give me a hint?
>
> I don't find it listed in the jira neither.
>
> The release is 09.04 .
>
> regards,
> Heidi
>


Reply | Threaded
Open this post in threaded view
|

Re: ProcessBulkPackOrder

BJ Freeman
In reply to this post by Heidi Dehaes - Olagos
I create a view based on the code and use webtools to see it the data
the code needs is in the view.

=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>


BJ Freeman sent the following on 5/11/2010 9:12 AM:

> don't think it is code but the UOM data is missing
> read the code and check your data against the requirements.
>
> =========================
> BJ Freeman
> http://bjfreeman.elance.com
> Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
> Specialtymarket.com <http://www.specialtymarket.com/>
>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
> Linkedin
> <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>
>
>
> Info Olagos sent the following on 5/11/2010 5:26 AM:
>> Hello,
>>
>> I am investigating facility application now for a few days and can't find
>> the error.
>>
>> When i try to pack an order,
>>
>> /facility/control/ProcessBulkPackOrder
>>
>>
>> I get the following error:
>>
>> ERROR: Could not complete the Issue OrderItemShipGrpInvRes to Shipment
>> [file:/C:/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml#issueOrderItemShipGrpInvResToShipment]
>> process [problem removing the orderItemShipGrpInvRes value: The current
>> transaction is marked for rollback, not beginning a new transaction and
>> aborting current operation; the rollbackOnly was caused by: Error in
>> simple-method [Convert UOM values
>> [file:/C:/release09.04/framework/common/script/org/ofbiz/common/CommonServices.xml#convertUom]]:
>> ; [UOM Conversion Relationship Not Found]]
>>
>> I can't find where the error is. Also in the UOM Conversion i don't see any
>> error.
>>
>> Can anyone give me a hint?
>>
>> I don't find it listed in the jira neither.
>>
>> The release is 09.04 .
>>
>> regards,
>> Heidi
>>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: ProcessBulkPackOrder

Heidi Dehaes - Olagos
ok i will try that. thanks for the idea.

Heidi

2010/5/11 BJ Freeman <[hidden email]>

> I create a view based on the code and use webtools to see it the data
> the code needs is in the view.
>
> =========================
> BJ Freeman
> http://bjfreeman.elance.com
> Strategic Power Office with Supplier Automation <
> http://www.businessesnetwork.com/automation/viewforum.php?f=93>
> Specialtymarket.com <http://www.specialtymarket.com/>
>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
> Linkedin
> <
> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
> >
>
>
> BJ Freeman sent the following on 5/11/2010 9:12 AM:
>  > don't think it is code but the UOM data is missing
> > read the code and check your data against the requirements.
> >
> > =========================
> > BJ Freeman
> > http://bjfreeman.elance.com
> > Strategic Power Office with Supplier Automation <
> http://www.businessesnetwork.com/automation/viewforum.php?f=93>
> > Specialtymarket.com <http://www.specialtymarket.com/>
> >
> > Systems Integrator-- Glad to Assist
> >
> > Chat  Y! messenger: bjfr33man
> > Linkedin
> > <
> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
> >
> >
> >
> > Info Olagos sent the following on 5/11/2010 5:26 AM:
> >> Hello,
> >>
> >> I am investigating facility application now for a few days and can't
> find
> >> the error.
> >>
> >> When i try to pack an order,
> >>
> >> /facility/control/ProcessBulkPackOrder
> >>
> >>
> >> I get the following error:
> >>
> >> ERROR: Could not complete the Issue OrderItemShipGrpInvRes to Shipment
> >>
> [file:/C:/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml#issueOrderItemShipGrpInvResToShipment]
> >> process [problem removing the orderItemShipGrpInvRes value: The current
> >> transaction is marked for rollback, not beginning a new transaction and
> >> aborting current operation; the rollbackOnly was caused by: Error in
> >> simple-method [Convert UOM values
> >>
> [file:/C:/release09.04/framework/common/script/org/ofbiz/common/CommonServices.xml#convertUom]]:
> >> ; [UOM Conversion Relationship Not Found]]
> >>
> >> I can't find where the error is. Also in the UOM Conversion i don't see
> any
> >> error.
> >>
> >> Can anyone give me a hint?
> >>
> >> I don't find it listed in the jira neither.
> >>
> >> The release is 09.04 .
> >>
> >> regards,
> >> Heidi
> >>
> >
> >
> >
>
>
>