28-03-2022 10:03:05 ## Exception ## Table 'kwtcmri2.mst_inv_item' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_inv_item' doesn't exist Select i.id, i.IMM_ERP_Code, mst_country.name as country_name, mst_inv_type.name as type_name, mst_inv_category.name as category_name, i.IMM_Scope, i.name, mst_inv_manufacturers.name as Manufacturer_name, i.IMM_Model_Number, i.IMM_Part_Number, i.IMM_Applicability, i.IMM_Minimum_Stock_Level, (case when ifnull(i.inactive,0) = 0 then 'Yes' else 'No' end) as Active, i.IMM_Manufacturer_FK from mst_inv_item i left outer join mst_country on mst_country.id = i.IMM_Country_FK left outer join mst_inv_type on mst_inv_type.id = i.IMM_Type_FK left outer join mst_inv_category on mst_inv_category.id = i.IMM_Category_FK left outer join mst_inv_manufacturers on mst_inv_manufacturers.id = i.IMM_Manufacturer_FK where 1=1 order by i.name Inner Exception: NULL Source: MySql.Data 28-03-2022 10:03:26 ## Exception ## Table 'kwtcmri2.mst_inv_item' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_inv_item' doesn't exist Select i.id, i.IMM_ERP_Code, mst_country.name as country_name, mst_inv_type.name as type_name, mst_inv_category.name as category_name, i.IMM_Scope, i.name, mst_inv_manufacturers.name as Manufacturer_name, i.IMM_Model_Number, i.IMM_Part_Number, i.IMM_Applicability, i.IMM_Minimum_Stock_Level, (case when ifnull(i.inactive,0) = 0 then 'Yes' else 'No' end) as Active, i.IMM_Manufacturer_FK from mst_inv_item i left outer join mst_country on mst_country.id = i.IMM_Country_FK left outer join mst_inv_type on mst_inv_type.id = i.IMM_Type_FK left outer join mst_inv_category on mst_inv_category.id = i.IMM_Category_FK left outer join mst_inv_manufacturers on mst_inv_manufacturers.id = i.IMM_Manufacturer_FK where 1=1 order by i.name Inner Exception: NULL Source: MySql.Data 28-03-2022 10:04:40 ## Exception ## Table 'kwtcmri2.mst_inv_item' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_inv_item' doesn't exist select i.id, mst_inv_item.name as description, mst_inv_manufacturers.name as manufacturer, mst_inv_item.IMM_Model_Number, mst_inv_item.IMM_Part_Number, mst_inv_type.name as inv_type_name, mst_inv_status.name as inv_status_name, i.IMI__Supplier, mst_inv_warehouses.name as warehouse_name, mst_inv_warehouses.id as warehouse_id, i.IMI_Serial_No, i.IMI_Measure_Quantity, et_work_order.vno as workorder_no, mst_inv_item.IMM_Type_FK, i.IMM_FK, mst_site_logical.name as site_name, mst_inv_category.name as category_name, mst_inv_item.IMM_Category_FK, et_udf.udf_value_1, et_udf.udf_value_2, et_udf.udf_value_3, et_udf.udf_value_4, et_udf.udf_value_5, et_udf.udf_value_6, et_udf.udf_value_7, et_udf.udf_value_8, et_udf.udf_value_9, et_udf.udf_value_10, i.barcode from et_inv_material_instance i left outer join mst_inv_item on mst_inv_item.id = i.IMM_FK left outer join mst_inv_manufacturers on mst_inv_manufacturers.id = mst_inv_item.IMM_Manufacturer_FK left outer join mst_inv_type on mst_inv_type.id = mst_inv_item.IMM_Type_FK left outer join mst_inv_status on mst_inv_status.id = i.IMI_Status_FK left outer join mst_inv_warehouses on mst_inv_warehouses.id = i.IMI_Warehouse_FK left outer join mst_site_logical on mst_site_logical.id = i.site_l_id left outer join et_work_order on et_work_order.id = i.IMI_WO_FK left outer join mst_inv_category on mst_inv_category.id = mst_inv_item.IMM_Category_FK left outer join et_udf on (et_udf.master_type = 105 and et_udf.master_id = i.id) where 1 = 1 order by i.id desc Inner Exception: NULL Source: MySql.Data 28-03-2022 10:05:04 ## Exception ## Table 'kwtcmri2.mst_inv_item' doesn't exist ## DataAccess.GetData ## ## Table 'kwtcmri2.mst_inv_item' doesn't exist select r.id, (case r.document_type when 101 then 'Workorder' when 103 then 'Request' else '' end) as document_type, r.document_id, r.inv_asset_id, mst_inv_item.name as item_name, r.warehouse_id, mst_inv_warehouses.name as warehouse_name, r.required_qty, r.unmet_qty, r.user_id, mst_users.name as user_name, r.date_created, r.date_status_changed, r.status_id, r.status_name, r.disposition_Status, r.barcode, r.site_id, r.for_site_id, mst_site_logical.name as site_name, for_site.name as for_site_name, ifnull(et_work_order.vno, r.document_id) as vno from et_inv_request r left outer join mst_inv_item on mst_inv_item.id = r.inv_asset_id left outer join mst_inv_warehouses on mst_inv_warehouses.id = r.warehouse_id left outer join mst_users on mst_users.id = r.user_id left outer join mst_site_logical on mst_site_logical.id = r.site_id left outer join mst_site_logical for_site on for_site.id = r.for_site_id left outer join et_work_order on (et_work_order.id = r.document_id and r.document_type = 101) where r.vtype = 109 order by r.id desc Inner Exception: NULL Source: MySql.Data 28-03-2022 11:18:30 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp' is denied.D:\ 28-03-2022 11:18:30 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments' is denied.D:\ 28-03-2022 11:18:30 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment' is denied.D:\ 28-03-2022 11:18:30 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment\0_' is denied. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment\0_' is denied. 28-03-2022 11:18:30 ## Exception ## Access to the path 'D:\QTRCMRI2Test' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test' is denied.D:\ 28-03-2022 11:44:18 ## Exception ## Access to the path 'D:\QTRCMRI2Test' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test' is denied.D:\ 28-03-2022 11:44:18 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp' is denied.D:\ 28-03-2022 11:44:18 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments' is denied.D:\ 28-03-2022 11:44:18 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment' is denied.D:\ 28-03-2022 11:44:18 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment\187_' is denied. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment\187_' is denied. 28-03-2022 12:09:20 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp' is denied.D:\ 28-03-2022 12:09:20 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments' is denied.D:\ 28-03-2022 12:09:20 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment' is denied.D:\ 28-03-2022 12:09:20 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment\102_' is denied. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment\102_' is denied. 28-03-2022 12:09:20 ## Exception ## Access to the path 'D:\QTRCMRI2Test' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test' is denied.D:\ 28-03-2022 12:10:19 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp' is denied.D:\ 28-03-2022 12:10:19 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments' is denied.D:\ 28-03-2022 12:10:19 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment' is denied.D:\ 28-03-2022 12:10:19 ## Exception ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment\187_' is denied. ## FCMRIDataService.SaveUpdate_DocumentAttachment ## ## Access to the path 'D:\QTRCMRI2Test\CMRIApp\Attachments\UserImageAttachment\187_' is denied. 28-03-2022 12:10:19 ## Exception ## Access to the path 'D:\QTRCMRI2Test' is denied. ## FCMRIDataService.checkAndCreatePath ## ## Inner Path Creation error : Access to the path 'D:\QTRCMRI2Test' is denied.D:\