Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Server Discussions

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

sequence is not provided by the upstream tool !!

ramchandrakamore
5 - Atom

Hi Team,

I got this "sequence is not provided by the upstream tool" error while uploading the workflow on server. While running the same workflow on designer it is running smoothly. 

 

 

 

5 REPLIES 5
jrgo
14 - Magnetar

The workflow validation check runs a 0 record run, which could cause validation issues with tools that are dependent on field names that are dynamically generated upstream (Crosstab, Dynamic Rename, etc...).

 

Does the error return when you actually run your workflow from Gallery?

ramchandrakamore
5 - Atom

No, It didn't give any error.
It run successfully on server.

camila_correia95
5 - Atom

Did anyone ever get this solved? I am having the same issue with my macros that are working with dynamic inputs.

oadekun1
5 - Atom

Hey, where you able to figure out what was wrong? I am getting the same error.

jrgo
14 - Magnetar

If the issue is only about the failed workflow validation when publishing to server, as originally mentioned, it's common when using the "Dynamic..." tools or Cross tab.

 

If it continues to fail when you run on Server, then that's a different issue than what the OP asked.