otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire

Go Back   Oracle OTM / G-Log GC3 Community Support > OTM / G-Log - Functional Topics > Planning
Reload this Page

Restrictions on the number of shipments in Continous tour


Planning Planning orders in OTM / G-Log - including bulk planning, itineraries, planning parameters, load configuration and optimization.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 25th, 2008, 06:58
Junior Member
 
Join Date: Jan 2008
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
pradeepsundar.v is on a distinguished road
Restrictions on the number of shipments in Continous tour

Hi
I am working on continuous movement in OTM. I encountered a problem while planning shipments
The scenario has three order releases from
1) A to B
2) C to D
3) D to A
Only one service provider is used.

Lanes are defined between locations A-B, B-C, C-D, D-A and also between B-D and C-A

Rates are also defined for the locations participating in shipments.

Region is created for the four locatoins and Itinerary is defined using this region.

Planning parameters like CM auto create (set to True), CM max search distance (200miles), CM max search duration (1 day), CM mode (TL), CM redrive (set to true) and Generic estimation Rate service ID (self defined rate service)

Rate service is look up only, with time window tolerance as 1 day etc..,

When i planned using order relases (1) & (2) or (2) & (3), OTM plans a continuous movement.
But, when i plan all the three order releases (1), (2) & (3), planning fails.

How should i go about it?

I would like to know, whether there are any restrictions in the number shipments that can participate in the continuous move?

Awaiting your response.
Regards
Pradeep Sundar.V
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old March 27th, 2008, 17:16
Junior Member
 
Join Date: Jun 2007
Location: Havertown, PA
Posts: 29
Thanks: 4
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
joecallan is on a distinguished road
Send a message via AIM to joecallan Send a message via Yahoo to joecallan
Re: Restrictions on the number of shipments in Continous tour

On the CM Rule Data tab of the Rate Offering, there is Max Number of Shipments field. This is where you can restrict the number of shipments allowed in a continuous move basis. By setting this number to 3, your problem should be solved.

Let me know if this works for you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old March 28th, 2008, 05:07
Junior Member
 
Join Date: Jan 2008
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
pradeepsundar.v is on a distinguished road
Re: Restrictions on the number of shipments in Continous tour

Hi

I took note of the suggestion - Setting the number of the shipments to 3 in CM Rules tab in Rate offering (In fact i have set it to 10; to be on the safer side)

But on both occasions (No. of shipmenst = 3 and 10 as well); i still ended up with an error as mentioned below.

I even tried to manually link the third shipment with the other two shipments (these two shipments are planned for continuous tour); i still ended with the same "Null Pointer Exception - Error"

Error Log

Error Exception java.lang.NullPointerException java.lang.NullPointerException at glog.business.action.CMActionExecutor.linkShipment s(CMActionExecutor.java:333) at glog.business.action.CMActionExecutor.autoCreateCo ntinuousMove(CMActionExecutor.java:1177) at glog.business.action.CMActionExecutor.autoCreateCo ntinuousMove(CMActionExecutor.java:1079) at glog.business.consolidation.bulkplan.OrderPlanner. bulkPlan(OrderPlanner.java:447) at glog.business.action.order.OrderActions.planUnassi gnedOrders(OrderActions.java:78 at glog.business.action.order.BulkPlanActionExecutor. planOrders(BulkPlanActionExecutor.java:240) at glog.business.action.order.BulkPlanActionExecutor. planOrders(BulkPlanActionExecutor.java:107) at glog.business.session.OrderActionSessionBean.planO rders(OrderActionSessionBean.java:1076) at glog.business.session.OrderActionSessionServerSide EJBWrapper.planOrders(OrderActionSessionServerSide EJBWrapper.java:1110) at sun.reflect.GeneratedMethodAccessor369.invoke(Unkn own Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.evermind.server.ejb.interceptor.joinpoint.EJBJ oinPointImpl.invoke(EJBJoinPointImpl.java:35) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.TxNotSu pportedInterceptor.invoke(TxNotSupportedIntercepto r.java:43) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.Securit yRoleInterceptor.invoke(SecurityRoleInterceptor.ja va:4 at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.StatelessSessionEJBObject. OC4J_invokeMethod(StatelessSessionEJBObject.java:8 6) at OrderActionSession_StatelessSessionBeanWrapper406. planOrders(OrderActionSession_StatelessSessionBean Wrapper406.java:155) at glog.server.workflow.adhoc.BulkPlan.executeOrder(B ulkPlan.java:57) at glog.server.workflow.adhoc.BulkPlan.execute(BulkPl an.java:41) at glog.server.workflow.SimpleWorkflow.execute(Simple Workflow.java:23) at glog.server.workflow.WorkflowSessionBean.execute(W orkflowSessionBean.java:64) at sun.reflect.GeneratedMethodAccessor225.invoke(Unkn own Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.evermind.server.ejb.interceptor.joinpoint.EJBJ oinPointImpl.invoke(EJBJoinPointImpl.java:35) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.TxNotSu pportedInterceptor.invoke(TxNotSupportedIntercepto r.java:43) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.Securit yRoleInterceptor.invoke(SecurityRoleInterceptor.ja va:4 at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.StatelessSessionEJBObject. OC4J_invokeMethod(StatelessSessionEJBObject.java:8 6) at WorkflowSessionNonTrans_StatelessSessionBeanWrappe r200.execute(WorkflowSessionNonTrans_StatelessSess ionBeanWrapper200.java:35) at glog.server.workflow.WorkflowManager.execute(Workf lowManager.java:341) at glog.server.workflow.Trigger.trigger(Trigger.java: 111) at glog.util.event.MemoryEventQueueRunnable.processEv ent(MemoryEventQueueRunnable.java:111) at glog.util.event.MemoryEventQueueRunnable.run(Memor yEventQueueRunnable.java:70) at glog.util.event.EventThread.run(EventThread.java:7 9) at java.lang.Thread.run(Thread.java:534) [batch - 2]
java.lang.NullPointerException
java.lang.NullPointerException
at glog.business.action.CMActionExecutor.linkShipment s(CMActionExecutor.java:333)
at glog.business.action.CMActionExecutor.autoCreateCo ntinuousMove(CMActionExecutor.java:1177)
at glog.business.action.CMActionExecutor.autoCreateCo ntinuousMove(CMActionExecutor.java:1079)
at glog.business.consolidation.bulkplan.OrderPlanner. bulkPlan(OrderPlanner.java:447)
at glog.business.action.order.OrderActions.planUnassi gnedOrders(OrderActions.java:78
at glog.business.action.order.BulkPlanActionExecutor. planOrders(BulkPlanActionExecutor.java:240)
at glog.business.action.order.BulkPlanActionExecutor. planOrders(BulkPlanActionExecutor.java:107)
at glog.business.session.OrderActionSessionBean.planO rders(OrderActionSessionBean.java:1076)
at glog.business.session.OrderActionSessionServerSide EJBWrapper.planOrders(OrderActionSessionServerSide EJBWrapper.java:1110)
at sun.reflect.GeneratedMethodAccessor369.invoke(Unkn own Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.evermind.server.ejb.interceptor.joinpoint.EJBJ oinPointImpl.invoke(EJBJoinPointImpl.java:35)
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.interceptor.system.TxNotSu pportedInterceptor.invoke(TxNotSupportedIntercepto r.java:43)
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.interceptor.system.Securit yRoleInterceptor.invoke(SecurityRoleInterceptor.ja va:4
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.StatelessSessionEJBObject. OC4J_invokeMethod(StatelessSessionEJBObject.java:8 6)
at OrderActionSession_StatelessSessionBeanWrapper406. planOrders(OrderActionSession_StatelessSessionBean Wrapper406.java:155)
at glog.server.workflow.adhoc.BulkPlan.executeOrder(B ulkPlan.java:57)
at glog.server.workflow.adhoc.BulkPlan.execute(BulkPl an.java:41)
at glog.server.workflow.SimpleWorkflow.execute(Simple Workflow.java:23)
at glog.server.workflow.WorkflowSessionBean.execute(W orkflowSessionBean.java:64)
at sun.reflect.GeneratedMethodAccessor225.invoke(Unkn own Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.evermind.server.ejb.interceptor.joinpoint.EJBJ oinPointImpl.invoke(EJBJoinPointImpl.java:35)
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.interceptor.system.TxNotSu pportedInterceptor.invoke(TxNotSupportedIntercepto r.java:43)
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.interceptor.system.Securit yRoleInterceptor.invoke(SecurityRoleInterceptor.ja va:4
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69)
at com.evermind.server.ejb.StatelessSessionEJBObject. OC4J_invokeMethod(StatelessSessionEJBObject.java:8 6)
at WorkflowSessionNonTrans_StatelessSessionBeanWrappe r200.execute(WorkflowSessionNonTrans_StatelessSess ionBeanWrapper200.java:35)
at glog.server.workflow.WorkflowManager.execute(Workf lowManager.java:341)
at glog.server.workflow.Trigger.trigger(Trigger.java: 111)
at glog.util.event.MemoryEventQueueRunnable.processEv ent(MemoryEventQueueRunnable.java:111)
at glog.util.event.MemoryEventQueueRunnable.run(Memor yEventQueueRunnable.java:70)
at glog.util.event.EventThread.run(EventThread.java:7 9)
at java.lang.Thread.run(Thread.java:534)
[batch - 2]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old March 31st, 2008, 14:31
Junior Member
 
Join Date: Jun 2007
Location: Havertown, PA
Posts: 29
Thanks: 4
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
joecallan is on a distinguished road
Send a message via AIM to joecallan Send a message via Yahoo to joecallan
Re: Restrictions on the number of shipments in Continous tour

I am going to replicate this myself out of curiousity, but I just wanted to throw out this suggestion. When originally testing, I noticed that Order Release Dates are extremely important when testing CM Tours. Make sure that your order dates are feasible in relation to Rate Service.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Location and Service Provider Business Number new_otm Execution 0 February 6th, 2008 14:58
Customizing the Sequence Number. skunniyur Branding, Screen Sets, XSL/CSS and Translations 1 December 4th, 2007 10:20
Questions about BN Number Generator and Shipments ianlo Workflow 3 October 29th, 2007 06:16
Business Number Generation neelimachenta Execution 5 June 25th, 2007 18:57
[SOLVED] Shipment events copied from the buy shipments to the sell shipments? runinord Freight Forwarding 1 June 7th, 2007 16:16



All times are GMT. The time now is 20:58.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37