Webservice logging table missing
Posted: Fri Jan 24, 2020 7:22 pm
Hi,
each WS-Api call generates an error message like this:
The installer did not create the mentioned table and I cannot find it in any of the sql files.
Could you please provide a proper create statement for it?
each WS-Api call generates an error message like this:
Code: Select all
2020-01-24 18:54:04,768: WARN [http-nio-8080-exec-7] com.agnitas.emm.springws.usage.UsageInterceptor - Error logging webservice usage
org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [INSERT INTO webservice_usage_log_tbl (timestamp, endpoint, company_id, username) VALUES (?, ?, ?, ?)]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorExcept
ion: Table 'emm.webservice_usage_log_tbl' doesn't exist
Could you please provide a proper create statement for it?