After hitting this endpoint, I receive the following message repeated for every scanned endpoint:
✖ Illuminate\Database\QueryException in /var/www/html/example.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php at line 783: SQLSTATE[HY000]: General error: -7008 [IBM][System i Access ODBC Driver][DB2 for i5/OS]SQL7008 - WPSLOG in XXXX not valid for operation. (SQLExecute[-7008] at ./ext/pdo_odbc/odbc_stmt.c:263) (Connection: db2, SQL: insert into WPSLOG (PSLKEY, PSLWRD, PSLBDF, PSLWID, PSLIP#, PSLURL, PSLV#9, PSLD#L, PSLT#L, PSLUUR, PSLDG#, PSLWK#, PSLMND, PSLJ#L) values (ZOEKEN, johnnie walker, 32, 9300, 127.0.0.1, https://example.com/api/xxxx/search, 322, 20240208, 104017, 10, 5, 06, 02, 2024))
✖ Run this again with the --verbose flag to see the full stack trace.
The que just works fine when hitting the endpoint manually; everything works as expected.
Do you have any suggestions for what might be causing this?
Scribe version
4.29
PHP version
8.3.2
Framework
Laravel
Framework version
10.43.0
Scribe config
What happened?
I have an endpoint called "search" with a que. It is structured as follows:
After hitting this endpoint, I receive the following message repeated for every scanned endpoint:
The que just works fine when hitting the endpoint manually; everything works as expected.
Do you have any suggestions for what might be causing this?
Docs