otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
 Follow New Posts:Twitter
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTM Wiki

OTM SIG
OTM Wiki
MavenWire


Data Loading Loading data into OTM / G-Log through CSVs, XML, and the UI.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 29th, 2008, 14:46
Member
 
Join Date: Jul 2007
Posts: 63
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3
JayVal is on a distinguished road
Loading Service Times

Hi :

One of our carriers has changed their Service times between Zips.
The new data is in an excel spreadsheet. How do I load these data into OTM ?

Thanks for your help in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old July 30th, 2008, 07:26
Member
 
Join Date: May 2007
Posts: 43
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 4
Thanked 4 Times in 4 Posts
Rep Power: 0
Srivathsana is on a distinguished road
Re: Loading Service Times

Hi Jayval,

The source and destination Zip combination will have a X_LANE in OTM.If the data is huge,you can map the data into a CSV referring the table SERVICE_TIME and update the values against the particular lanes.
Please repost for any clarification.
__________________
Warm Regards,
Srivathsana
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old July 30th, 2008, 15:33
Member
 
Join Date: Jul 2007
Posts: 63
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3
JayVal is on a distinguished road
Re: Loading Service Times

Thanks Srivathsana.

I looked into the table SERVICE_TIME and I understand that.

But what does your statement
"The source and destination Zip combination will have a X_LANE in OTM" mean ? Are you mentioning about some other tables or database objects ?

Just curious.

Thanks
Jay.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old July 31st, 2008, 05:35
Member
 
Join Date: May 2007
Posts: 43
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 4
Thanked 4 Times in 4 Posts
Rep Power: 0
Srivathsana is on a distinguished road
Re: Loading Service Times

Hi Jayval,

I was mentioning about the column X_LANE_GID present in the SERVICE_TIME table.This represents a source and destination combination say a source and destination zip.
This FKs into the table X_LANE where the source and destination details can be found.
__________________
Warm Regards,
Srivathsana
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old July 31st, 2008, 06:41
Member
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 90
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 10
Thanked 3 Times in 3 Posts
Rep Power: 3
arunk is on a distinguished road
Re: Loading Service Times

Jayaval,

From your post i understand that you are looking to update an already exsisting carriers service time and not going to add a new one. If then you no need to worry about the x-lanes, just update the SERVICE_TIME_VALUE and SERVICE_TIME_VALUE_BASE columns with the new service times in the SERVICE_TIME table.

If the data you are going to update is of huge amount then you can make CSV file and upload it in update mode.

But if your data has some new x-lanes associated with the service time, as mentioned by Srivathsana you have to create the x-lanes before updating the service time.

Revert if you are not clear.

Reagrds
Arun.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old July 31st, 2008, 07:35
Member
 
Join Date: May 2007
Posts: 43
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 4
Thanked 4 Times in 4 Posts
Rep Power: 0
Srivathsana is on a distinguished road
Re: Loading Service Times

Hi,

I hope the X_LANES needs to be considered as the updation is only between particular zips and not all the zips where the carrier serves.
Please correct me if i am wrong.
__________________
Warm Regards,
Srivathsana
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old July 31st, 2008, 08:33
Member
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 90
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 10
Thanked 3 Times in 3 Posts
Rep Power: 3
arunk is on a distinguished road
Re: Loading Service Times

Srivathsana,

Even if the updation is betweeen particular zips it will be having their own x-lanes created already unless it is a new one.

Regards
Arun.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old July 31st, 2008, 09:13
Member
 
Join Date: May 2007
Posts: 43
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 4
Thanked 4 Times in 4 Posts
Rep Power: 0
Srivathsana is on a distinguished road
Re: Loading Service Times

Hi Arun,

Yes.x-lanes will be present already.I meant to convey that in a single rate service it is possible that we have multiple lanes which are having different service times.In this case,if the updation is against only a particular set of zips(or lanes as we are considering) the CSV prepared against the SERVICE_TIME table needs to have reference to the x-lane also,by which we can ensure that the service time is updated only for the particular lanes.Hope i am clear.
__________________
Warm Regards,
Srivathsana

Last edited by Srivathsana; July 31st, 2008 at 09:25.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old July 31st, 2008, 13:19
Member
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 90
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 10
Thanked 3 Times in 3 Posts
Rep Power: 3
arunk is on a distinguished road
Re: Loading Service Times

Srivathsana,

Agreed and i understand wat you are explaining, the service time which is going to get updated should always refer to that particular lane.

Regards
Arun
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old August 1st, 2008, 05:29
Member
 
Join Date: May 2007
Posts: 43
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 4
Thanked 4 Times in 4 Posts
Rep Power: 0
Srivathsana is on a distinguished road
Re: Loading Service Times

Yes Arun...
__________________
Warm Regards,
Srivathsana
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules

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
Loading the data into OTM via XML karthiotm Data Loading 3 October 1st, 2009 19:08
Appointment Manager Slot Times bfolan Planning 2 July 13th, 2009 10:45
INCOTERM of LOADING... Stefano Freight Forwarding 0 September 5th, 2008 10:35
Assign Rate to SAW without re-calculating transit times spistolpete Rating 1 February 28th, 2008 00:40
[SOLVED] Service Times not applying for intermodal rating blumhe Rating 1 January 3rd, 2008 09:06



All times are GMT. The time now is 23:14.
Copyright © 2006-2009, Open Book Solutions LLC. All rights reserved.


Inactive Reminders By Icora Web Design

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 38 39 40