We are running this on a Linux Server with mySQL. We are connected to mySQL. We have imported our Client List (portion of) containing 475 records. Following the steps, we exported the DBS to an xml file using the Web Tools. We then moved the DataImportCustomer.xml into the hot-deploy/dataimport/data/ directory. We then scheduled a importCustomers Service.
Once the service runs; the Clients have not imported and checking the console log contained the following errors. I would like to know what I am doing for this not to fail. I have included the Console Log
Console Log
Thanks for posting this, but I must say this is very strange. First of all, I don't see the importCustomers service running at all. All I see are a lot of foreign key exceptions from trying to insert into ServerHit or ServerHitBin. You can try turning that off by modifying framework/webapp/config/serverstats.properties
The other thing that strange is it keeps saying that it cannot find the "populateWarehouseSummaryData" service. May I ask what version of opentaps you are actually using? could you please look in hot-deploy/warehouser/servicedef/services_facility.xml and see if it's there?