1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
Hi,
You have a working example there: https://repost.aws/questions/QUIY9fpzLARMCf3i9jCvT0KQ/call-a-stored-procedure-from-within-glue-job#ANW4EnFw7-Qpy_GqA_vRhWHg
Best,
Didier
Contenido relevante
- preguntada hace 2 meses
- preguntada hace 5 meses
- preguntada hace 2 meses
- preguntada hace 17 días
- OFICIAL DE AWSActualizada hace 8 meses

I tried to replicate the above code with pymssql module as my data base is SQL Server. Now I receive the below error which I believe is again linked to RDS instance accessibility
OperationalError: (20009, b'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (gluetest.cgj1ict7xclx.ap-southeast-1.rds.amazonaws.com)\nNet-Lib error during Connection timed out (110)\nDB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (gluetest.cgj1ict7xclx.ap-southeast-1.rds.amazonaws.com)\nNet-Lib error during Connection timed out (110)\n')