Selected files do not match the schema. Initial data ingestion will fail without these input files. Missing contract_sla, cmdb_ci, incident, task_sla, metric_instance, metric_definition.
Hey Tanuja,
For each app template, there is an expected list of input files, see Process Mining - App Templates. So if you want to use those templates out-of-the-box, you’d need to provide data in that format.
If you already loaded data before and are just re-uploading one file, then you can ignore this warning.
If you have incident event log data in a different format, then you should also proceed loading the data, but it would require you to change the SQL queries in the Data transformations of the app.
Hope this helps.
if Possible can you share the sample csv file for the reference
Hello @Lingaraja_Tanuja,
Follow these steps.
-
Check the Required Files: Ensure that all required files are uploaded. You may need to upload multiple CSV files for the process to work correctly.
-
Verify Data Schema: Compare your CSV file structure with the expected schema in the ‘Input table documentation’ (linked in the UI).
-
Re-upload missing files: If the missing tables are in separate files, upload them before proceeding.
-
Check Column Names: Ensure that the column names in your CSV files exactly match the expected schema.
If possible can u share one sample CSV file for the reference
@sagar.singh1
Getting same error for Custom process Template , For Which template we need to use
Hello @Lingaraja_Tanuja,
If you need ‘Cases_raw.csv’ and ‘Event_log_raw.csv’, they should have structures, for example.
PFA
Cases_raw.zip (249 Bytes)
Event_log_raw.zip (322 Bytes)
If you’re using a ‘Custom Process Template’, you ‘must upload all required input files’(e.g., Cases and Events).
@sagar.singh1
i am able to upload but after upload i am Dev data status is Run failed
For [ServiceNow Incident-Management] Template can You share files Please for the reference
Helllo @sagar.singh1
i am able to upload file but after upload run failed will be happen, i attached below the error its asking for Event_log fields but we are not able upload the extra table.
Hello @sagar.singh1
For ServiceNow Incident Managment Template EventId, Activity, Incident Id in which table we need to add please let me know
Hello @Lingaraja_Tanuja,
If UiPath is not allowing extra file uploads, try ‘merging’ the missing Event_log fields into the ‘Cases_raw.csv’ file.
a. Add missing columns like ‘EventID, Activity, Timestamp’ inside your existing CSV.
b. Ensure all columns match the expected ‘schema’.