I'm having an issue where I'm failing to create content in the commerce catalog due to a restriction on the username column in the application log, having a maximum lenght of 50 characters. I've altered the column length but when running SQL Profiler it seemed to never execute the sql query. After reflecting the code calling the CatalogLogger it seems that there is a restriction on the LogDto setting a maximum length to the username column if the generated decompiled code is to be trusted. Changing to some other username format less than 50 characters long i not an option so is there som other options/work arounds for solving this issue.
Hi,
I'm having an issue where I'm failing to create content in the commerce catalog due to a restriction on the username column in the application log, having a maximum lenght of 50 characters. I've altered the column length but when running SQL Profiler it seemed to never execute the sql query. After reflecting the code calling the CatalogLogger it seems that there is a restriction on the LogDto setting a maximum length to the username column if the generated decompiled code is to be trusted. Changing to some other username format less than 50 characters long i not an option so is there som other options/work arounds for solving this issue.