Created first datamart today. After doing so the datasets using this wonderful connector are broken with the error
OLE DB or ODBC error: [Expression.Error] The field 'name' of the record wasn’t found.
Further investigation on the GetData function confirms the error that the Get Dataflows in Group method has incomplete data returned for datamarts.
Response for standard dataflow:
Response for the new datamart:
name element is missing, hence the error.
Can this be worked around to at least ignore the datamarts for now? The real issue is with the REST method, but this breaks the usage for now.
Created first datamart today. After doing so the datasets using this wonderful connector are broken with the error OLE DB or ODBC error: [Expression.Error] The field 'name' of the record wasn’t found.
Further investigation on the GetData function confirms the error that the Get Dataflows in Group method has incomplete data returned for datamarts.
Response for standard dataflow:
Response for the new datamart:
name element is missing, hence the error.
Can this be worked around to at least ignore the datamarts for now? The real issue is with the REST method, but this breaks the usage for now.
Thanks!