Hi Guys,
This is first time I saw in my hundreds of custom apps upgraded and deployed. The below log records are captured from my service application. Background: Sage 300 v2016 PU1. The application creates multiple transactions in Sage 300 from a data source. The application worked a few days ago. Yesterday, we loaded a converted fresh data set, then it stopped working. The error is from opening views of OE orders and PO orders. I have never seen such error message.
I traced my code in debug mode in VS 2010. The errors are from the below 2 lines of the 2 separate routines. I must say, the OpenView statements are the most common code used. So, this must be something else.
_oDbLink.OpenView("OE0520", out viewOrders); //0
_oDbLink.OpenView("PO0620", out POPOR1header);
Any pointer please. Regards.
4/24/2016 11:06:54 PM Opening AR Customer Views
4/24/2016 11:06:54 PM Opening AR ShipTo Views
4/24/2016 11:06:54 PM Opening OE Orders Views
4/24/2016 11:06:54 PM [OE ORDER] Error Opening Views. Error: Sage 300 Errors[unable to open PO ini file. (12606 OEORDH1.C).Error occurred when opening view OE0520.] Error HRESULT E_FAIL has been returned from a call to a COM component.
4/24/2016 11:06:54 PM Error Running Program. Could not open OE Order Views. OE Order Insert Skipped
4/24/2016 11:06:59 PM Opening PO Orders Views
4/24/2016 11:07:00 PM [PO ORDER] Error Opening Views. Error: Sage 300 Errors[unable to open PO ini file. (4346 c:\jenkins\workspace\build-po-32-Sage300-2016\source\app\base\BUILD32\OBJ\POPORH_TPLL.C).Error occurred when opening view PO0620.] Error HRESULT E_FAIL has been returned from a call to a COM component.
4/24/2016 11:07:00 PM Error Running Program. Could not open PO Order Views. PO Insert Skipped.
4/24/2016 11:07:05 PM Opening AR Receipt Prepayment Views
4/24/2016 11:07:06 PM Data Validation: Validate Items, Item Tax Class and Tax Authority, Vendors, Vendor Costs, Unit of Measure in Sage.
4
This is first time I saw in my hundreds of custom apps upgraded and deployed. The below log records are captured from my service application. Background: Sage 300 v2016 PU1. The application creates multiple transactions in Sage 300 from a data source. The application worked a few days ago. Yesterday, we loaded a converted fresh data set, then it stopped working. The error is from opening views of OE orders and PO orders. I have never seen such error message.
I traced my code in debug mode in VS 2010. The errors are from the below 2 lines of the 2 separate routines. I must say, the OpenView statements are the most common code used. So, this must be something else.
_oDbLink.OpenView("OE0520", out viewOrders); //0
_oDbLink.OpenView("PO0620", out POPOR1header);
Any pointer please. Regards.
4/24/2016 11:06:54 PM Opening AR Customer Views
4/24/2016 11:06:54 PM Opening AR ShipTo Views
4/24/2016 11:06:54 PM Opening OE Orders Views
4/24/2016 11:06:54 PM [OE ORDER] Error Opening Views. Error: Sage 300 Errors[unable to open PO ini file. (12606 OEORDH1.C).Error occurred when opening view OE0520.] Error HRESULT E_FAIL has been returned from a call to a COM component.
4/24/2016 11:06:54 PM Error Running Program. Could not open OE Order Views. OE Order Insert Skipped
4/24/2016 11:06:59 PM Opening PO Orders Views
4/24/2016 11:07:00 PM [PO ORDER] Error Opening Views. Error: Sage 300 Errors[unable to open PO ini file. (4346 c:\jenkins\workspace\build-po-32-Sage300-2016\source\app\base\BUILD32\OBJ\POPORH_TPLL.C).Error occurred when opening view PO0620.] Error HRESULT E_FAIL has been returned from a call to a COM component.
4/24/2016 11:07:00 PM Error Running Program. Could not open PO Order Views. PO Insert Skipped.
4/24/2016 11:07:05 PM Opening AR Receipt Prepayment Views
4/24/2016 11:07:06 PM Data Validation: Validate Items, Item Tax Class and Tax Authority, Vendors, Vendor Costs, Unit of Measure in Sage.
4