Hello,
I have a workflow that runs from the server on my desktop. When running it on the desktop, it produces results. But when I run it on the server there are no results.
Hi @SJohnson257
You'll need to provide a lot more information. For starters, were there any warnings when your workflow was saved to the gallery? Does the server have access to all the inputs being used?
Thanks @Luke_C,
Definitely expected to need to provide more info, didn't know where to start.
There were no errors when it was saved to the server and this is a modification to a workflow that has been running for a few weeks on the server, so all the data has been accessible.
The modifications I have made is in the interface, which is where I'm thinking the problem must be. I've attached a copy of the workflow.
@Luke_C,
Also, when I run with the interface, the only inputs that I am providing are the cost center, months and year.
I'm unable to run it due to the inputs not being in the package (please do be cognizant of any confidential data before uploading).
If the same exact inputs work on desktop and not on the server, is there anything in the workflow messages on the gallery that stand-out? You might be able to trace through and see where the records stop processing.
The only message I am receiving is the workflow ran successfully, but produced no output/ I'll run through the process again as you suggest.
Understood, but when you go to the workflow's page on the gallery you should see a list of all the prior runs. If you expand it, you should see all the workflow messages in detail. Anything out of the ordinary there?
Hi @OllieClarke and @Luke_C,
Looking at the workflow information on the server and also the debug mode from the interface on desktop. I may have found an issue in the debug mode, but have just started looking at it.
Any luck on above question raised by Johnson would be appreciated. I have come across the same issue very recently .
there are some possible issues such as
Data source connectivity: Ensure that the server has access to all data sources used in the workflow and that the correct credentials are provided.
Required libraries: Make sure that all required libraries and dependencies, such as custom plugins, are installed on the server.
Permissions: Ensure that the Alteryx service account has the necessary permissions to access the necessary files and folders.
Configuration: Check the server configuration and make sure it meets the minimum system requirements for Alteryx.
Workflow design: Some desktop-specific features may not work on the server. Check for any unsupported features in your workflow and consider alternative solutions.
Log files: Check the Alteryx server log files for any error messages or warnings that can help identify the cause of the issue.