Re: Job Scheduling

2013-04-22 Thread Jacques Le Roux
That's the problem with this solution: we are told to use it, because using Confluence directly uses too much resources, but the export does not work correctly Actually we are told to use it as a last solution, and should rather move to the "new" Apache CMS But reading the very recent thread "Ap

Re: OfBiz Running Very Slow

2013-04-22 Thread Jacques Le Roux
Which Release.revision are you using (see bottom of any backend page, run "ant svninfo" if nothing there)? Is it a modified version? Jacques From: "Vikas" > Hi All, > I hosted the ofBiz to my windows server, after few days the service (the > ofbiz) running very slow!!! > > Any idea regarding

Re: OfBiz Running Very Slow

2013-04-22 Thread Vikas
using the latest version 11 -- View this message in context: http://ofbiz.135035.n4.nabble.com/OfBiz-Running-Very-Slow-tp4640790p4640794.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: PaymentMethod and PaymentMethodType

2013-04-22 Thread Jacques Le Roux
Have a look at https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=PaymentMethodType&find=true&VIEW_SIZE=50&VIEW_INDEX=0 and https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=PaymentMethod&find=true&VIEW_SIZE=50&VIEW_INDEX=0 You should get it. If

method of payment

2013-04-22 Thread Siju.Ganapathy
i am getting error message as below when order entry submit to ofbizThe Following Errors Occurred:Please select a method of payment. -- View this message in context: http://ofbiz.135035.n4.nabble.com/method-of-payment-tp4640807.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: method of payment

2013-04-22 Thread Deepak Agarwal
Hello Ganapathy, Please have a look at : https://localhost:8443/catalog/control/FindProductStore. https://localhost:8443/catalog/control/EditProductStorePaySetup?productStoreId= <> On Mon, Apr 22, 2013 at 4:38 PM, Siju.Ganapathy wrote: > i am getting error message as below when order entry sub

Re: method of payment

2013-04-22 Thread Siju.Ganapathy
hi, 123.png getting error when i try to add shipping estimate -- View this message in context: http://ofbiz.135035.n4.nabble.com/method-of-payment-tp4640807p4640809.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: OfBiz Running Very Slow

2013-04-22 Thread Sumit Pandit
Vikas, following would help- https://cwiki.apache.org/OFBTECH/apache-ofbiz-technical-production-setup-guide.html -- Thanks And Regards Sumit Pandit Tata Consultancy Services Cell:- 917503046188 - Original Message - | From: "Vikas" |

Re: OfBiz Running Very Slow

2013-04-22 Thread Ruth Hoffman
Hi Vikas: One thing I found (very distressing when I discovered this) with 11.x is that there very many services left running if you install from the trunk and with the existing (demo, seed etc.) data. I saw over 600 queued up at one point. After I removed the services (which I didn't need for

UOM Conversion Relationship Not Found

2013-04-22 Thread Perry Guo
Hi all, I have a Purchase Order, and when I click the "Quick Receive Purchase Order", the error message as below is shown: org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://product/widget/facility/FacilityScreens.xml#ReceiveInventory]: java.lang.IllegalArgume

Re: UOM Conversion Relationship Not Found

2013-04-22 Thread Perry Guo
Dear user, This Post as below solve my problem, FYI. http://stackoverflow.com/questions/14138808/converting-usd-to-inr-without-any-error-in-pos Thanks & Best Regards, Perry Guo From: Perry Guo Date: 2013-04-22 22:57 To: user Subject: UOM Conversion Relationship Not Found Hi all, I ha

Re: Environment Specific Configurations - Best practices

2013-04-22 Thread Nicolas Malin
Hi Matt, I manage all environnement with the addon manager. I create a svn depot with generic configuration on a addon and all environnement have a dedicate addon Exemple : * site-configuration : contains all generic configuration for the customer site (logo, smtp server, etc ..) * env-in

Re: no applicable shipment methods

2013-04-22 Thread Siju.Ganapathy
please do not reply without reading the content. I am not complaining about ofbiz, i am mentioning my problem and seeking help. If you dont have time then avoid it, dont spend time to irritate others. -- View this message in context: http://ofbiz.135035.n4.nabble.com/no-applicable-shipment-me

Multiple Store with different users

2013-04-22 Thread Vikas
Hi All, Here is my very urgent requirement Please help me I have 2 stores with different places, I want to create separate login for my 2 stores and the members cannot access / view details from the other stores!!! Is this possible using ofBiz? if so how? Thanks & Regards Vikas -- View this m

How to Unsubscribe

2013-04-22 Thread Grahame Jordan
Hi, I have tried several times to unsubscribe from this list. What is the correct procedure? Many Thanks

Re: How to Unsubscribe

2013-04-22 Thread Vikas
send mail to 'user-subscr...@ofbiz.apache.org' -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-Unsubscribe-tp4640827p4640828.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: How to Unsubscribe

2013-04-22 Thread Vikas
send mail to -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-Unsubscribe-tp4640827p4640829.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Multiple Store with different users

2013-04-22 Thread Deepak Agarwal
We have done it using a groovy in commonscreens , it runs with every request. It does following: 1) Gets the partyId of the userLogin 2) delegator.findByAnd("ProductStoreRole", "partyId", partyId); Put the stores in the user session and have a check before 2) to check in the session first to mini