I am a computer consultant for UPS. One of my customers uses MOM to manage their business. I have no experience with the MOM software. I am setting up a keyed import for the UPS shipping software and I have a question regarding MOM's export abilities. I would like to export the order file several times throughout the day. Is there a way to export the file in the morning and export several times after that without overwriting the initial export file in the morning??? Any help would be greatly appreciated.
Thanks,
Ryno200sx
I believe not due to fact that if you want to change export settings its done in global parameters and mom does not give 1 time options as it gives in import export orders assuming that you are talking regarding ups worldship software
I would rather setup an ODBC connection to the MOM foxpro database and pull the data right into worldship.
I have a stop in between and save the MOM into in a SQL database and then have UPS pull from the SQL database instead.
Interests:Computers, weight lifting, excercise, sports, Lord of the Rings, Star Wars, toys, video games, eating
Posted 20 April 2005 - 08:44 AM
We use the keyed import in Worldship to access customer info in MOM 5.1.
The IT Manager before me set this up by creating a Visual Basic 6 program that runs on our server. It checks the upsworld.dbf file every 5 seconds to see if it has been updated. When upsworld.dbf has been updated the program updates an Access 2000 file. The new data is constantly appended to the Access file. Worldship is set up via ODBC to read the Access file.
I actually have 2 companies on one machine set up so the keyed import will work for both of them. The packers just gotta remember to change the shipper number and keyed import. It was confusing at first but works well now.