Hello OFBiz User List,
Please let me know if there is a UPS Integration Validation Recommendation for OFBiz. I configured the shipping parameters in the file below with valid values we obtained for our UPS OnLine Tools Account. $OFBiz_Root/applications/product/config/shipment.properties I am using the Demonstration Data with some custom modifications for the products, addresses and other information. I noticed that the UPS rates were already populated in the Demonstration Data. When I perform any OFBiz Operations that generate the UPS Rates, the Demonstration Data is used. Plus, no failures occur for invalid addresses. Please let me know there are any changes that I have to make to OFBiz so it will perform real time UPS Interface Transactions. Also, please let me know what to check for in the log files. Plus, let me know if there any transcript files or information that is generated. I left the following properties unchanged to save files needed for UPS certification. Please let me know how this works. Also, please let me know if the files are saved on the OFBiz Server relative to the OFBiz Root directory. If so, then please indicate if the directory has to be created or if OFBiz will create the directory when needed. shipment.ups.save.certification.info=true shipment.ups.save.certification.path=/ofbiz/work/ofbiz/upscert Thanks, Gabe ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping |
/ofbiz/work/ofbiz/upscert
this shows you are not using the branch or trunk code. so it will hard to determine where you are. Suggest if you are doing demonstration or getting use to type of operation that you download the Release branch of the SVN that is most stable. these answers are based on the release branch. I don't believe that UPS shipping estimates are implemented at the UI level. There is code to get UPS rates but nothing calls it as this point. Look at the shipment_services.xml and createShipmentEstimate() The rates you are getting are from the product store Shipping tables. I am not sure what files your are referring to. All data returned from ups is store in the DB based on what the informations is. The only thing implemeneted is getting shipping lables. Gabriel Donnell sent the following on 12/28/2007 1:48 PM: > Hello OFBiz User List, > > Please let me know if there is a UPS Integration Validation Recommendation for > OFBiz. I configured the shipping parameters in the file below with valid > values we obtained for our UPS OnLine Tools Account. > $OFBiz_Root/applications/product/config/shipment.properties > > I am using the Demonstration Data with some custom modifications for the > products, addresses and other information. I noticed that the UPS rates were > already populated in the Demonstration Data. When I perform any OFBiz > Operations that generate the UPS Rates, the Demonstration Data is used. Plus, > no failures occur for invalid addresses. > > Please let me know there are any changes that I have to make to OFBiz so it > will perform real time UPS Interface Transactions. Also, please let me know > what to check for in the log files. Plus, let me know if there any transcript > files or information that is generated. > > I left the following properties unchanged to save files needed for UPS > certification. Please let me know how this works. Also, please let me know if > the files are saved on the OFBiz Server relative to the OFBiz Root directory. > If so, then please indicate if the directory has to be created or if OFBiz will > create the directory when needed. > shipment.ups.save.certification.info=true > shipment.ups.save.certification.path=/ofbiz/work/ofbiz/upscert > > Thanks, > Gabe > > > ____________________________________________________________________________________ > Looking for last minute shopping deals? > Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping > > > > |
BJ,
If you take a look in applications/product/config/shipment.properties # Setting to save files needed for UPS certification shipment.ups.save.certification.info=true shipment.ups.save.certification.path=/ofbiz/work/ofbiz/upscert is the default setup. Regards Scott On 29/12/2007, BJ Freeman <[hidden email]> wrote: > > /ofbiz/work/ofbiz/upscert > this shows you are not using the branch or trunk code. > so it will hard to determine where you are. > Suggest if you are doing demonstration or getting use to type of > operation that you download the Release branch of the SVN that is most > stable. > > |
thanks scott guess it is something that was not updated.
cam'find that folder anywhere. think it should be runtime/catalina/work/ but that does not seem right. probably /framework/base/config where the jks files are. Scott Gray sent the following on 12/28/2007 2:45 PM: > BJ, > > If you take a look in applications/product/config/shipment.properties > > # Setting to save files needed for UPS certification > shipment.ups.save.certification.info=true > shipment.ups.save.certification.path=/ofbiz/work/ofbiz/upscert > > is the default setup. > > Regards > Scott > > On 29/12/2007, BJ Freeman <[hidden email]> wrote: >> /ofbiz/work/ofbiz/upscert >> this shows you are not using the branch or trunk code. >> so it will hard to determine where you are. >> Suggest if you are doing demonstration or getting use to type of >> operation that you download the Release branch of the SVN that is most >> stable. >> >> > |
Free forum by Nabble | Edit this page |