Products | Versions |
---|---|
TIBCO MDM | - |
The below error can occur while doing the data source upload having type database i.e load the data from the database.
************
DEBUG com.tibco.mdm.session.repository.datasource.DataFragmentSsnBean - File name not found for DATAFRAGMENT:::39738
DEBUG com.tibco.mdm.workflow.engine.activities.MqActivityInstUploadDataSource - Validate returned : Status: = 1, Message = Unable to load the data from SQL to database
DEBUG com.tibco.mdm._UserTextFormatter - Missing resource for code = D:\MDM_HOME\MDM910\MDM\mdm\9.1\common\null (The system cannot find the file specified)
DEBUG com.tibco.mdm._UserTextFormatter - Missing resource for code = D:\MDM_HOME\MDM910\MDM\mdm\9.1\common\null (The system cannot find the file specified)
ERROR com.tibco.mdm.workflow.engine.MqWfProcessInst - Error while executing activity : D:\MDM_HOME\MDM910\MDM\mdm\9.1\common\null (The system cannot find the file specified): (Undefined)
[TIBCO EMS Session Dispatcher (909)] ERROR com.tibco.mdm.workflow.engine.MqWfProcessInst - Error reported in workflow:
<MqException: BEGIN>
Code: D:\MDM_HOME\MDM910\MDM\mdm\9.1\common\null (The system cannot find the file specified): (Undefined)
ID: 0A004B01_8A80CB816A82D43D016A82DF11D800B2
DATETIME: Sat May 04 18:13:38 IST 2019
STACKTRACE: at com.tibco.mdm.workflow.engine.activities.MqActivityInstUploadDataSource.getNativeLoaderException(MqActivityInstUploadDataSource.java:425)
at com.tibco.mdm.workflow.engine.activities.MqActivityInstUploadDataSource.execActivity(MqActivityInstUploadDataSource.java:259)
at com.tibco.mdm.workflow.engine.MqProcessInst.execActivity(MqProcessInst.java:633)
at com.tibco.mdm.session.workflow.engine.activities.MqActivityInstSsnBean.execActivity(MqActivityInstSsnBean.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
*************
The error states that the source is not available to load the data and filename i.e table name is not present in the datafragment table for that particular data load.
Cause:
=====
By looking at the datafragment table the sourcetablename is empty because of this the elink.log shows undefined i.e it takes the name as null.
=====