Forum Discussion

Gaurav's avatar
Gaurav
New Contributor III
3 days ago

Data Adapter showing Invalid object for ReconItem table

Hello, We've recently upgraded to OFC 8.4 and after this upgrade, underlying RCM table names have been updated. For ex - XFW_RCM_ReconItems is now updated as ReconItem. Earlier on OFC 8.2 , we w...
  • Gaurav's avatar
    3 days ago

    Found the workaround from onestream support, it is an existing Platform bug that impacts OFC tables.
    To query this in data adapter, you will have to include rcm. or txm. before the table name.
    ex - RCM.ReconItem

    Thanks,