Re: error Creating Production Orders (Hopefully you have seen before)

2019-02-19 Thread Blurbiness Info
Dear James, Have you had a look to ofbiz/runtime/logs/error.log? This may give you more information. The error is raised from "createProductionRunsForProductBom" (ProductionRunServices.java), after calling to "createManufacturingOrders" (BOMTree.java), which in turn had called to "createManufactu

error Creating Production Orders (Hopefully you have seen before)

2019-02-19 Thread james
Good afternoon. I am getting the following error when trying to create a production Order. All the dates on the Production, Product, Routing Tasks, and Routing are correct. "Cannot create production run: No production run is required for product with id[1002] in date [2019-02-19 19:35:00.0; p

Re: recording lead followup information

2019-02-19 Thread Jacques Le Roux
I see, makes sense indeed, happy it works for you :) Maybe you could suggest a change in a Jira? Jacques Le 19/02/2019 à 14:16, Rajesh Mallah a écrit : Hi Jacques , Nice to hear from you and the List , Once again i am on OFBiz for a different project this time and loving it ! nextStepDate

Re: ofbiz and SSL & apache

2019-02-19 Thread Wolfgang Paul Rauchholz
That is what I thought I did: 0) shut down ogbiz1) keytool -import -alias -trustcacerts -file cert.der -keystore .jks2) keytool -import -alias ofbiz -trustcacerts -file cert.der -keystore .jks3) cp name.jks to /usr/local/ofbiz/framework/base/config/4) edit file /usr/local/ofbiz/framework/catalina/

Re: recording lead followup information

2019-02-19 Thread Rajesh Mallah
Hi Jacques , Nice to hear from you and the List , Once again i am on OFBiz for a different project this time and loving it ! nextStepDate is available when we create the sales opportunity. Many a times the lead needs to be followed up before deciding to convert it to a account/contact combina

Re: recording lead followup information

2019-02-19 Thread Jacques Le Roux
Rajesh, nextStepDate ? Jacques Le 16/02/2019 à 17:24, Rajesh Mallah a écrit : Hi List, Before creating a sales opportunity from a lead record in SFA we want to store the information on the next followup date of a lead. Is there any related data model or entity for that ? *I am trying to fol

Re: fkey on data_source_id of sales_opportunity

2019-02-19 Thread Jacques Le Roux
Hi Rajesh, Yes makes sense indeed, I see no reason to no have it as it's in all other cases. A Jira fits. Thanks Jacques Le 18/02/2019 à 20:00, Rajesh Mallah a écrit : Hi , Looks like the FKEY on data_source_id in relation sales_opportunity to data_source is missing. Am i missing something

Re: ofbiz and SSL & apache

2019-02-19 Thread Michael Brohl
You will need to store a certificate for the domain you want to use. Maybe you should create your own keystore containing only your certificate and point to this file instead of the original. Regards, Michael Am 19.02.19 um 12:22 schrieb Wolfgang Paul Rauchholz: I am trying to get SSL work

Re: ofbiz and SSL & apache

2019-02-19 Thread Wolfgang Paul Rauchholz
I am trying to get SSL working w/o apache for the time being. I followed your procedure and could sucesfully import. Thanks. Great! I went the into the following file: /usr/local/ofbiz/framework/catalina/ofbiz-component.xml and changed the following two lines: Which se

Re: ofbiz and SSL & apache

2019-02-19 Thread Michael Brohl
Hi Wolfgang, if you already have a ceritificate, you should skip steps 2 and 3! If I understand the steps correctly, with the certreq command you now have a certificate request with alias "ssl" in your keystore. Later you try to import a certificate which is not based on your certificate requ

Re: ofbiz and SSL & apache

2019-02-19 Thread Wolfgang Paul Rauchholz
How does this procedure work in case of an existing letsencrypt certificate? Because I have an existing certificate, can I skip steps 3? I continued directly with step 4, uploading and conveting cert.pem to cert.der. But importe step 5 throws out an error: keytool error: java.lang.Exception: Publ

Re: how to fix this :ofbiz --load-data FAILED in windows 10 (URGENT)

2019-02-19 Thread Shi Jinghai
I'm using OFBiz on Windows 10 without any problem. I guess it's a DNS problem which causes the user cannot fetch the artifacts successfully. This happens in our Beijing office, and our developers there have to use mobile phone to access jcenter. -邮件原件- 发件人: Jacques Le Roux [mailto:jacq

Re: how to fix this :ofbiz --load-data FAILED in windows 10 (URGENT)

2019-02-19 Thread Jacques Le Roux
Hi chhokershaab.com, There are no issues running on Windows 7 (I use it mostly) not sure about Windows 10 but I guess there are no problems either. Anyway, I saw you used the last R16 version before, you should better use that even if it's not related to your problem. When you will get it worki

Re: how to fix this :ofbiz --load-data FAILED in windows 10 (URGENT)

2019-02-19 Thread Rajesh Mallah
Hello chhokershaab.com, pls write reply on top of thread instead of bottom. Please do not make the process of helping tedious. Also a signature allows people to know whom they are interacting with. I am not sure about windows but getting OFBiz working on linux boxes is pretty straightforward. I