How to fetch the uploaded documents list from the Specific database?

0
 we are using the JDBC database connector for this but we are getting an error :  "Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'FCS002'.    at CJCApproval.ACT_FCS_listing_JDBC (JavaAction : 'Execute query') "     Domain model :
asked
1 answers
0

From stack overflow: https://stackoverflow.com/questions/24621007/invalid-object-name-sql

So it looks like a query is missing a database name. Log the database query that is being send. But unless you did something yourself with those database queries I would file a support ticket for this. The database query logs will help then.

Regards,

Ronald

 

answered