Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Regarding error while migrating the data from Python to SQL server through Alteryx

MukulMatkar007
5 - Atom

I am running a flow in which I am using Python code & migrating the data into SQL server. While migrating the data on server I am getting following errors (Not getting any errors on desktop flow)

3 REPLIES 3
gabrielvilella
14 - Magnetar

If you are using any libraries that you have installed locally, they need to be installed on the Server machine as well. 

MukulMatkar007
5 - Atom

I have verified  the libraries & all libraries are available on server 

gabrielvilella
14 - Magnetar

Are you sure you don't have anything wrong with the data? The first error says numeric value out of range. You might need to raise a support ticket if you can't find the issue.