We've created a custom ExcelReport based on a SQL Stored Procedure. Report works as expected on the server -- where the ODBC Data Source exists. However, we have deployed GP using a RemoteApp, so no local code (including ODBC Data Source) exists.
When users attempt to run the ExcelReport they receive error messages regarding missing Data Source. We created a new 64-bit Data Source to allow access to the custom ExcelReport because we have 64-bit Office installed locally. The ExcelReport runs without issue when running Remote Desktop because the Data Source is local.
It seems the ExcelReports work with the ODC connections deployed through GP.
Is it possible to create an ODC connection for the custom ExcelReport and not rely on the ODBC Data Source?