View Single Post
  #6 (permalink)  
Old February 22nd, 2008, 08:46
ianlo ianlo is offline
Senior Member and Blogger
 
Join Date: Dec 2006
Location: Singapore
Posts: 149
Blog Entries: 5
Thanks: 5
Thanked 11 Times in 10 Posts
Groans: 0
Groaned at 1 Time in 1 Post
Rep Power: 2
ianlo is on a distinguished road
Send a message via AIM to ianlo Send a message via Skype™ to ianlo
Re: OTM 5.5 CU3: Equipment Reference Units?

Quote:
Originally Posted by rvhaaster View Post
Hi Ian,

We are succesfully using mixed ERU's for your scenario nr 2), but I would say that 1) should work as well.

A few things to consider:
- Planning Parameter CHECK EQUIPMENT CAPACITY IN REFERENCE UNITS should be set to true
- The combined volume of your ship units should not be more than eqmt capacity. Same for combined weight. ERU's are only meant to restrict within the limits of eqmt capacity.

Our set-up is as follows. ERU ABC has X number of ref units against a 40 High Cube container. ERU DEF has Y number of ref units against a 40 HC. ERU ABC has a count of 1 against Ship Unit Spec abc. ERU DEF has a count of 1 against Ship Unit Spec def. During planning the following calculation is performed.
(((Ship Unit Count for SU Spec abc * 1) / X) + (Ship Unit Count for SU Spec def * 1) / Y))) <= 1
If indeed <=1 it will build into single shipment.

Hope this explains.
Hi Rob,

I tried your recommendations but I was not able to build a consolidated shipment. It always gives me 2 shipments instead of 1.

I checked the logs and here's what it says:

Quote:

2008-02-22 16:38:13.198 517220 Debug Conopt Check equipment capacity in equipment reference units: true [batch - 1]
2008-02-22 16:38:13.199 517220 Error Exception Different equipment reference units DEV/CHN/SHARED.ERU_120_100 and DEV/CHN/SHARED.ERU_150_150 are defined for package lines.
at jrockit.reflect.NativeConstructorInvoker.newInstan ce([Ljava.lang.ObjectLjava.lang.Object;(Unknown Source)
at java.lang.reflect.Constructor.newInstance([Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
......
2008-02-22 16:38:13.2 517220 Error Exception No shipments built for order bundle
......
2008-02-22 16:38:13.201 517220 Debug Planning Shipment graph built: null [batch - 1]
2008-02-22 16:38:13.201 517220 Error Exception cause.OrderPlanner.Order_Movement_Bundle_Failed_To _Build_Shipments (orderMovementBundle=|DEV/CHN/WGQ.IL_2008_TEST_01-003-001|DEV/CHN/WGQ.IL_2008_TEST_02-003-001|)
.....
After looking down the log, I find another piece of information:

Quote:

2008-02-22 16:38:13.202 517220 Debug BulkPlanning Order movement bundle |DEV/CHN/WGQ.IL_2008_TEST_01-003-001|DEV/CHN/WGQ.IL_2008_TEST_02-003-001| failed to build shipments. [batch - 1]
2008-02-22 16:38:13.202 517220 Debug BulkPlanning this bundle will be unbundled into each order movement and tries to build shipment again: |DEV/CHN/WGQ.IL_2008_TEST_01-003-001|DEV/CHN/WGQ.IL_2008_TEST_02-003-001| [batch - 1]
2008-02-22 16:38:13.202 517220 Debug OrderBundling Begin BaseOrderBundle::constructor... [batch - 1]
So apparently, after the shipment fails to build, OTM then tries to replan without consolidation.

Is there any other configuration / setting that I may be missing?

Appreciate your kind help!

Ian
Attached Files
File Type: txt logfile.txt (886.0 KB, 1 views)
Reply With Quote