Custom content type and Reporting

Hi

We have our custom content type with thousands of items. 
But in Reporting extension I don't see any or see 1-2 of it.
I didn't do anything special to integrate that content type with Reporting. Should I do? And how can I do that?

PS I can see my custom Application Type in Report's filters

Parents Reply
  • Well.
    I tested on my local and see same situation.

    I found my custom content in ReportingDB in table [dbo].[StagingContent]
    it does not have Name and Subject ('Unknown'). Also only part of CreateDates are same as content has, all other is a date of content generation (today).

    In ETL logs see only one error line

    RenderedMessage
    :
    Task \"StageRolesTask\" failed after 00:00:00.0336846
    Exception
    :
    System.Data.SqlClient.SqlException (0x80131904): Cannot insert the value NULL into column 'RowVersionId', table 'TelligentReporting12.dbo.StagingRoles'; column does not allow nulls. INSERT fails.\r\nThe statement has been terminated.\r\n   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)\r\n   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)\r\n   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)\r\n   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)\r\n 

    Anyway, graphs are empty (my local instance is fresh and contains only my custom content). How I can troubleshoot that?

Children