1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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
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
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')