2025-09-21 21:09:56.0251||DEBUG|ReportService.Program|init main function 2025-09-21 21:09:56.9676|30000|WARN|Microsoft.EntityFrameworkCore.Model.Validation|No type was specified for the decimal column 'ForeignAmount' on entity type 'PaymentItem'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'. 2025-09-21 21:09:56.9809|30000|WARN|Microsoft.EntityFrameworkCore.Model.Validation|No type was specified for the decimal column 'ForeignAmount' on entity type 'TransactionItem'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'. 2025-09-21 21:09:57.0110|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.10 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: None 2025-09-21 21:09:57.3853|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (16ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-09-21 21:09:57.4074|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (13ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-09-21 21:09:57.4125|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-09-21 21:09:57.4125|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-09-21 21:09:57.4385|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-09-21 21:09:57.4567|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-09-21 21:09:57.6065||INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|User profile not available. Using 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\S-1-5-82-1110769482-1405036209-1633820378-260903415-1084590633\DataProtection' as key repository and Windows DPAPI to encrypt keys at rest. 2025-09-21 21:09:57.6159|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {48a32804-07c7-48ad-aacc-6d5119754e0f} with creation date 2025-09-21 21:09:57Z, activation date 2025-09-21 21:09:57Z, and expiration date 2025-12-20 21:09:57Z. 2025-09-21 21:09:57.9488|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://localhost:800/ReportService/swagger/index.html 2025-09-21 21:09:58.0547|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 106.502ms 200 text/html;charset=utf-8 2025-09-21 21:09:58.0945|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://localhost:800/ReportService/swagger/swagger-ui-bundle.js 2025-09-21 21:09:58.0945|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://localhost:800/ReportService/swagger/swagger-ui.css 2025-09-21 21:09:58.0945|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://localhost:800/ReportService/swagger/swagger-ui-standalone-preset.js 2025-09-21 21:09:58.1507|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A' 2025-09-21 21:09:58.1507|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A' 2025-09-21 21:09:58.1507|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 59.1877ms 200 text/css 2025-09-21 21:09:58.1507|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 58.4673ms 200 application/javascript 2025-09-21 21:09:58.1507|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A' 2025-09-21 21:09:58.1507|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 64.6786ms 200 application/javascript 2025-09-21 21:09:58.3245|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://localhost:800/ReportService/swagger/v1/swagger.json 2025-09-21 21:09:58.3245|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://localhost:800/ReportService/swagger/favicon-32x32.png 2025-09-21 21:09:58.3245|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/favicon-32x32.png'. Physical path: 'N/A' 2025-09-21 21:09:58.3245|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 5.4821ms 200 image/png 2025-09-21 21:09:58.4199|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 95.5782ms 200 application/json;charset=utf-8 2025-09-21 21:26:56.3202|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:40037/REPORTSERVICE/iisintegration 0 2025-09-21 21:26:56.3237|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 3.5858ms 202 2025-09-21 21:56:11.3162||DEBUG|ReportService.Program|init main function 2025-09-21 21:56:14.4329|30000|WARN|Microsoft.EntityFrameworkCore.Model.Validation|No type was specified for the decimal column 'ForeignAmount' on entity type 'PaymentItem'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'. 2025-09-21 21:56:14.4426|30000|WARN|Microsoft.EntityFrameworkCore.Model.Validation|No type was specified for the decimal column 'ForeignAmount' on entity type 'TransactionItem'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'. 2025-09-21 21:56:14.4657|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.10 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: None 2025-09-21 21:56:15.3033|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (14ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-09-21 21:56:15.3234|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-09-21 21:56:15.3234|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-09-21 21:56:15.3234|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-09-21 21:56:15.3479|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-09-21 21:56:15.3613|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-09-21 21:56:15.7237||INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|User profile not available. Using 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\S-1-5-82-1110769482-1405036209-1633820378-260903415-1084590633\DataProtection' as key repository and Windows DPAPI to encrypt keys at rest. 2025-09-21 21:56:15.9635|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://localhost:800/ReportService/swagger/index.html 2025-09-21 21:56:16.6618|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 699.0721ms 200 text/html;charset=utf-8 2025-09-21 21:56:16.8578|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://localhost:800/ReportService/swagger/v1/swagger.json 2025-09-21 21:56:16.9310|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 73.2853ms 200 application/json;charset=utf-8 2025-09-21 22:17:10.0122|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:1745/REPORTSERVICE/iisintegration 0 2025-09-21 22:17:10.0179|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 6.0605ms 202 2025-09-21 22:18:10.7848||DEBUG|ReportService.Program|init main function 2025-09-21 22:18:11.4780|30000|WARN|Microsoft.EntityFrameworkCore.Model.Validation|No type was specified for the decimal column 'ForeignAmount' on entity type 'PaymentItem'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'. 2025-09-21 22:18:11.4888|30000|WARN|Microsoft.EntityFrameworkCore.Model.Validation|No type was specified for the decimal column 'ForeignAmount' on entity type 'TransactionItem'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'. 2025-09-21 22:18:11.5154|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.10 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: None 2025-09-21 22:18:11.7481|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (16ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-09-21 22:18:11.7700|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (13ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-09-21 22:18:11.7700|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-09-21 22:18:11.7700|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-09-21 22:18:11.7982|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-09-21 22:18:11.8139|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-09-21 22:18:11.9246||INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|User profile not available. Using 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\S-1-5-82-1110769482-1405036209-1633820378-260903415-1084590633\DataProtection' as key repository and Windows DPAPI to encrypt keys at rest. 2025-09-21 22:18:12.1979|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://rcpayapi.mof.gov.sl/ReportService/swagger/index.html 2025-09-21 22:18:12.2858|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 88.3748ms 200 text/html;charset=utf-8 2025-09-21 22:18:12.3135|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://rcpayapi.mof.gov.sl/ReportService/swagger/swagger-ui-standalone-preset.js 2025-09-21 22:18:12.3135|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://rcpayapi.mof.gov.sl/ReportService/swagger/swagger-ui-bundle.js 2025-09-21 22:18:12.3135|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://rcpayapi.mof.gov.sl/ReportService/swagger/swagger-ui.css 2025-09-21 22:18:12.3332|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A' 2025-09-21 22:18:12.3332|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A' 2025-09-21 22:18:12.3332|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 23.0459ms 200 application/javascript 2025-09-21 22:18:12.3332|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 21.3481ms 200 text/css 2025-09-21 22:18:12.3332|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A' 2025-09-21 22:18:12.3409|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 26.9787ms 200 application/javascript 2025-09-21 22:18:12.4400|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://rcpayapi.mof.gov.sl/ReportService/swagger/v1/swagger.json 2025-09-21 22:18:12.4400|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://rcpayapi.mof.gov.sl/ReportService/swagger/favicon-32x32.png 2025-09-21 22:18:12.4400|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/favicon-32x32.png'. Physical path: 'N/A' 2025-09-21 22:18:12.4400|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.8396ms 200 image/png 2025-09-21 22:18:12.5155|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 75.5128ms 200 application/json;charset=utf-8 2025-09-21 22:39:10.2060|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:13740/REPORTSERVICE/iisintegration 0 2025-09-21 22:39:10.2060|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 6.1769ms 202