2025-09-17 11:47:49 | ReportListingRepository | An error occurred in IsVitalStatsEnabled: Could not find stored procedure 'dbo.ReportBuilder.IsVitalStatsEnabled'.
 System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.ReportBuilder.IsVitalStatsEnabled'.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite, String method)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SqlClient.SqlCommand.ExecuteReader()
   at ReportBuilderAPI.Utils.DBUtils.ExecuteQueryToGetDataTable(String storedProcedureName, SqlParameter[] parameterList, CommandType ocommandtype) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Utils\DBUtils.cs:line 50
   at ReportBuilderAPI.Repositories.ReportListingRepository.IsVitalStatsEnabled(String organizationId, String deploymentKey) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 2528
ClientConnectionId:588cc04a-46f4-4eba-ba13-cdf83a12701c
Error Number:2812,State:62,Class:16
ClientConnectionId before routing:6fbc0c96-3600-488b-9e0f-c74aed87d91c
Routing Destination:172d25d181d19.tr20450.westus2-a.worker.database.windows.net,1433
2025-09-17 11:47:58 | ReportListingRepository | An error occurred in GetSlaveReportsByOrgID: MasterReportCategory
 System.IndexOutOfRangeException: MasterReportCategory
   at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at System.Data.SqlClient.SqlDataReader.get_Item(String name)
   at ReportBuilderAPI.Repositories.ReportListingRepository.ReadOrganizationReportsDefinitionData(SqlDataReader reader) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 2034
   at ReportBuilderAPI.Repositories.ReportListingRepository.GetSlaveReportsByOrgID(String MasterReportId, Int64 OrgId, String DeploymentKey, Int32 OperatorID, String accountID, String UserId, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 104
2025-09-17 11:47:58 | ReportListingController | An error occurred while GetSlaveReportsByOrgID: MasterReportCategory
 System.IndexOutOfRangeException: MasterReportCategory
   at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at System.Data.SqlClient.SqlDataReader.get_Item(String name)
   at ReportBuilderAPI.Repositories.ReportListingRepository.ReadOrganizationReportsDefinitionData(SqlDataReader reader) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 2034
   at ReportBuilderAPI.Repositories.ReportListingRepository.GetSlaveReportsByOrgID(String MasterReportId, Int64 OrgId, String DeploymentKey, Int32 OperatorID, String accountID, String UserId, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 104
   at ReportBuilderAPI.Controllers.ReportListingController.GetSlaveReportsByOrgID(String MasterReportId, Int32 OperatorID) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Controllers\ReportListingController.cs:line 52
2025-09-17 11:47:59 | ReportListingRepository | An error occurred in GetAllRoleNames: Procedure or function ReportBuilder.GetAllRoles has too many arguments specified.
 System.Data.SqlClient.SqlException (0x80131904): Procedure or function ReportBuilder.GetAllRoles has too many arguments specified.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite, String method)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SqlClient.SqlCommand.ExecuteReader()
   at ReportBuilderAPI.Repositories.ReportListingRepository.GetAllRoleNames(String OrgId, String DeploymentName, Boolean GetAllRoles, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 509
ClientConnectionId:588cc04a-46f4-4eba-ba13-cdf83a12701c
Error Number:8144,State:2,Class:16
ClientConnectionId before routing:6fbc0c96-3600-488b-9e0f-c74aed87d91c
Routing Destination:172d25d181d19.tr20450.westus2-a.worker.database.windows.net,1433
2025-09-17 11:47:59 | ReportListingController | Error while fetching GetAllRoleNames , Message -     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite, String method)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SqlClient.SqlCommand.ExecuteReader()
   at ReportBuilderAPI.Repositories.ReportListingRepository.GetAllRoleNames(String OrgId, String DeploymentName, Boolean GetAllRoles, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 509
   at ReportBuilderAPI.Controllers.ReportListingController.GetAllRoleNames(Boolean GetAllRoles) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Controllers\ReportListingController.cs:line 241
 2025-09-17 11:48:21 | ReportListingRepository | An error occurred in IsVitalStatsEnabled: Could not find stored procedure 'dbo.ReportBuilder.IsVitalStatsEnabled'.
 System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.ReportBuilder.IsVitalStatsEnabled'.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite, String method)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SqlClient.SqlCommand.ExecuteReader()
   at ReportBuilderAPI.Utils.DBUtils.ExecuteQueryToGetDataTable(String storedProcedureName, SqlParameter[] parameterList, CommandType ocommandtype) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Utils\DBUtils.cs:line 50
   at ReportBuilderAPI.Repositories.ReportListingRepository.IsVitalStatsEnabled(String organizationId, String deploymentKey) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 2528
ClientConnectionId:1210a788-44d6-43ce-90d4-35307c681856
Error Number:2812,State:62,Class:16
ClientConnectionId before routing:79b4f569-57ea-41c0-8e10-2b0f3de7ac6f
Routing Destination:172d25d181d19.tr20450.westus2-a.worker.database.windows.net,1433
2025-09-17 11:48:28 | ReportListingRepository | An error occurred in GetSlaveReportsByOrgID: MasterReportCategory
 System.IndexOutOfRangeException: MasterReportCategory
   at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at System.Data.SqlClient.SqlDataReader.get_Item(String name)
   at ReportBuilderAPI.Repositories.ReportListingRepository.ReadOrganizationReportsDefinitionData(SqlDataReader reader) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 2034
   at ReportBuilderAPI.Repositories.ReportListingRepository.GetSlaveReportsByOrgID(String MasterReportId, Int64 OrgId, String DeploymentKey, Int32 OperatorID, String accountID, String UserId, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 104
2025-09-17 11:48:28 | ReportListingController | An error occurred while GetSlaveReportsByOrgID: MasterReportCategory
 System.IndexOutOfRangeException: MasterReportCategory
   at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at System.Data.SqlClient.SqlDataReader.get_Item(String name)
   at ReportBuilderAPI.Repositories.ReportListingRepository.ReadOrganizationReportsDefinitionData(SqlDataReader reader) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 2034
   at ReportBuilderAPI.Repositories.ReportListingRepository.GetSlaveReportsByOrgID(String MasterReportId, Int64 OrgId, String DeploymentKey, Int32 OperatorID, String accountID, String UserId, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 104
   at ReportBuilderAPI.Controllers.ReportListingController.GetSlaveReportsByOrgID(String MasterReportId, Int32 OperatorID) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Controllers\ReportListingController.cs:line 52
2025-09-17 11:48:29 | ReportListingRepository | An error occurred in GetAllRoleNames: Procedure or function ReportBuilder.GetAllRoles has too many arguments specified.
 System.Data.SqlClient.SqlException (0x80131904): Procedure or function ReportBuilder.GetAllRoles has too many arguments specified.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite, String method)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SqlClient.SqlCommand.ExecuteReader()
   at ReportBuilderAPI.Repositories.ReportListingRepository.GetAllRoleNames(String OrgId, String DeploymentName, Boolean GetAllRoles, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 509
ClientConnectionId:1210a788-44d6-43ce-90d4-35307c681856
Error Number:8144,State:2,Class:16
ClientConnectionId before routing:79b4f569-57ea-41c0-8e10-2b0f3de7ac6f
Routing Destination:172d25d181d19.tr20450.westus2-a.worker.database.windows.net,1433
2025-09-17 11:48:29 | ReportListingController | Error while fetching GetAllRoleNames , Message -     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite, String method)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SqlClient.SqlCommand.ExecuteReader()
   at ReportBuilderAPI.Repositories.ReportListingRepository.GetAllRoleNames(String OrgId, String DeploymentName, Boolean GetAllRoles, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 509
   at ReportBuilderAPI.Controllers.ReportListingController.GetAllRoleNames(Boolean GetAllRoles) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Controllers\ReportListingController.cs:line 241
 2025-09-17 11:48:32 | ReportListingRepository | An error occurred in IsVitalStatsEnabled: Could not find stored procedure 'dbo.ReportBuilder.IsVitalStatsEnabled'.
 System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.ReportBuilder.IsVitalStatsEnabled'.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite, String method)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SqlClient.SqlCommand.ExecuteReader()
   at ReportBuilderAPI.Utils.DBUtils.ExecuteQueryToGetDataTable(String storedProcedureName, SqlParameter[] parameterList, CommandType ocommandtype) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Utils\DBUtils.cs:line 50
   at ReportBuilderAPI.Repositories.ReportListingRepository.IsVitalStatsEnabled(String organizationId, String deploymentKey) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 2528
ClientConnectionId:1210a788-44d6-43ce-90d4-35307c681856
Error Number:2812,State:62,Class:16
ClientConnectionId before routing:79b4f569-57ea-41c0-8e10-2b0f3de7ac6f
Routing Destination:172d25d181d19.tr20450.westus2-a.worker.database.windows.net,1433
2025-09-17 13:18:08 | ReportListingRepository | An error occurred in ReportDetails: IsDynamic
 System.IndexOutOfRangeException: IsDynamic
   at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at System.Data.SqlClient.SqlDataReader.get_Item(String name)
   at ReportBuilderAPI.Repositories.ReportListingRepository.ReportDetails(String reportId, Boolean Publish, String organizationId, String deploymentKey, String accountID, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 1656
2025-09-17 13:18:08 | ReportListingController | An error occurred while ReportDetails, Message -     at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at System.Data.SqlClient.SqlDataReader.get_Item(String name)
   at ReportBuilderAPI.Repositories.ReportListingRepository.ReportDetails(String reportId, Boolean Publish, String organizationId, String deploymentKey, String accountID, ILog _logger) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Repositories\ReportListingRepository.cs:line 1656
   at ReportBuilderAPI.Controllers.ReportListingController.ReportDetails(String ReportId, Boolean Publish) in D:\VitalAxis\Jenkins_Build\REPORT-BUILDER\buildspace\ReportBuilderAPI\Stage\024_110920251836\processing\src\ReportBuilderAPI\Controllers\ReportListingController.cs:line 369
 