Troubleshooting Steps When KAMV Data Not in Reports Correctly
Summary
Applies To
- ERP System: Oracle EBS
- MarkView Version: 9.1+
- Kofax Analytics for MarkView (KAMV) Version: 1.0 and above
Behavior
- Data does not seem to be coming into the Kofax Analytics for MarkView reports correctly as expected.
- We are not seeing the Capture count in the Analytics application.
- Productivity Capture report is not reporting some information.
- A user ran the report and it is missing some data.
- The table KAMV_BATCH is not getting updated with new data.
Troubleshooting Steps
The below verification steps can be performed to make sure the configurations are correct for the data to come into the reports.
- For data not coming in from Markview:
- Make sure the Insight Data Loader is scheduled to run at frequent intervals and the Data Loader is running successfully without any issues.
- For data not coming in from Capture:
-
Make sure the “EnableKofaxAnalytics” flag parameter is set to TRUE on all machines where this is installed including:
-
KTM Server
-
Kofax Capture
-
NOTE: All workstations from which Validation users are validating (including any VDI or remote desktop machines (RDC) or masters being created/used/deployed) MUST have this set to true.
-
NOTE: To verify the value for "EnableKofaxAnalytics” is set to TRUE, go to the kofax.MarkViewExport.Notifier.dll.config file.
-
The config file can be found in the directory similar to: C:\Program Files (x86)\Kofax\CaptureSS\ServLib\Bin\MarkView
-
-
-
Go to MarkView Home > Support >Managers, Jobs & Events and check the status of the two KAMV DBMS jobs (at the bottom of the screen) to ensure that they are running and not broken or in a failed state.
-
NOTE: The 2 KAMV jobs are located in the KAMV schema, not the MarkView schema.
-
- KAMV_UTIL.MarkDeletedObjects
- KAMV_BATCH_XML.parseBatchXML
- Verify that the Kofax Analytics for MarkView service is running on ALL Capture/KTM workstations.
- Verify that the Kofax Analytics for MarkView Workflow Agent has been added to the Invoice batch class being used, and that the batch class has been published from Kofax Capture Administration.
- From Kofax Analytics for MarkView (KAMV) Version 1.1 and above, right click on the Invoice Batch Class --> Configure Kofax Analytics for Markview --> Perform the TEST for successful connection to the kamv_source schema (ensuring all connection details are correctly in the fields).
- If the connection string is missing, add it and test it.
- After adding, be sure to publish the batch class.
- Note: Make sure to refresh the services.
- From Kofax Analytics for MarkView (KAMV) Version 1.1 and above, right click on the Invoice Batch Class --> Configure Kofax Analytics for Markview --> Perform the TEST for successful connection to the kamv_source schema (ensuring all connection details are correctly in the fields).
- Make sure the table kamv_xml_pending in the kamv source schema does not have any rows with error messages. If this table has error messages, log a case with Markview Technial Support with the details.
- Make sure the Insight Data Loader is scheduled to run at frequent intervals and the Data Loader is running successfully without any issues.
- Check if a new batch comes into the schemas.
- Queries for the KAMV_SOURCE schema:
- select * from kamv_document where trunc(creation_date) = trunc(sysdate);
- select * from kamv_document where batch_guid in ('XXXXX')
- Queries for the KAMV_DATA schema:
- select * from "AllInvoices" where "BatchGuid" in ('XXXXX')
- select * from "UsersProductivity" where "BatchGuid" in ('XXXXX')
- select * from "AllInvoiceHistory" where "DocumentGuid"='XXXXX'
- Queries for the KAMV_SOURCE schema:
- Check the Event Viewer log on the Capture Server for any errors (such as Workflow Agent connection errors).
-
- Exception Cases:
- Batches in the MarkView Document Batch class would not show up in the Kofax Analytics for MarkView reports.
- Batches with Invoice Batch Class in the Scan queue would not show up in the reports if the document count is zero and the batches does not have any documents in them yet.