xinge_li
03/12/2022, 9:45 PMELT could not be completed: Cannot start extractor: Catalog discovery failed: command ['/project/.meltano/extractors/tap-mssql/venv/bin/tap-mssql', '--config', '/project/.meltano/run/elt/puzzel/d8e73cf9-4cb3-4f92-90f4-be9ac3be4664/tap.d31db82c-d6a5-47f4-a8f4-afe34e198458.config.json', '--state', '/project/.meltano/run/elt/puzzel/d8e73cf9-4cb3-4f92-90f4-be9ac3be4664/state.json', '--discover'] returned 1.
But when I test thing in local env, everything works, I do not know how to find the issue. Please help, thank you!Reuben (Matatika)
03/13/2022, 12:00 AM--log-level debug
?xinge_li
03/14/2022, 10:07 PM--log-level debug
in production environment on AWS?Reuben (Matatika)
03/18/2022, 2:42 AMmeltano
command you are running to include --log-level debug
? I have close to no experience with AWS, so I'm not sure if I'm missing something fundamental here. ๐
I don't think this is a good thing to be doing in a production environment though...
I'm assuming that this is a problem with the settings you are providing to tap-mssql
. It would be a good idea to try and replicate this issue locally, in an environment the same as or similar to your AWS configuration (use Docker if an image is available to you). Then:
1. Change your tap-mssql
settings
2. Run meltano --log-level debug elt tap-mssql <LOADER>
3. Check the debug log output for the error cause
4. Repeat until you get a working configuration.xinge_li
03/18/2022, 9:55 AM--log-level debug
in the prod env. And having detailed error:
CRITICAL (20002, b'DB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (<http://hrd02.puzzel.com|hrd02.puzzel.com>)\n')
...
It is something wrong with the connection to the db server, right?Reuben (Matatika)
03/18/2022, 10:11 AMsteve_clarke
04/06/2022, 12:04 AMxinge_li
04/21/2022, 2:19 PMsteve_clarke
05/08/2022, 10:00 PM