'Python Selenium Job in SSIS
I have a python selenium script that run correctly if I run in VScode. I have saved the script as a file and configured an SSIS Execute Process Task. I have passed the path of the python executable and the script file location along with the working directory of script.
One i execute/run SSIS package I get a dos window the initiates python executable an run the script as I can see the edge browser open up blank but no action takes place. The Edge browser stays with for a few seconds the CMD window displays the error below
Error:
DevTools listening on ws://127.0.0.1:55183/devtools/browser/36c8e0c0-1ba3-4668-b9bf-4faa97d24b25[10460:13772:0321/182720.476:ERROR:edge_auth_errors.cc(402) EDGE_IDENTITY: Get Default OS Account Failed: Error: Primary Error: kImplicitSignInFailure, Secondary Error: kAcountProviderFetchError, Platform error: 0, Error string
After a few seconds of the error being displayed and nothing happening the both windows close and nothing happens. I know because there is no data collected and stored in database.
How do I address what appears to be an authentication issue. The machine specs its running on Windows 2019 python 3.9.7 Selenium browser version 99.0.1150.39 Integration Services 2019 MSSQL 2019
I have admin rights on the machine
How can I address error issue right now its happening while running SSIS in debug mode. The SSIS package completes successfully even tho its errors at run time with error listed above.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
