Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to downgrade packaged workflow (File types: .yxzp)

atcodedog05
22 - Nova
22 - Nova

Hi Users,

 

Sometimes it happen that when you trying to open a .yxzp file you get a below error.

atcodedog05_0-1601109233371.png

 

Which will end up not opening the workflow

 

How to resolve this

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

I have seen a lot of people facing this issue.

 

Here is a step by step process to fix that.

 

Below is the file i am trying to open

atcodedog05_2-1601107069184.png

Step -1 : double click on the file to open. 

But while opening you encounter the below version issue and workflow doesnt open

atcodedog05_0-1601109233371.png

 

Step -2 : go back to the folder where the file was.

Now you will be able to see while trying to open it has created a folder.

Step -3 : find the version of your alteryx 

Go to Help > click on About like below.

Step -4 : open the  .yxmd(Workflow)/ .yxmc(Macro)/ .yxwz(Analytic app) file in text editor

Right click on the file > Open With > Notepad

Step -4 : Change the version

Change the yellow highlighted version to your version like below.

2020.2 to 2020.1

 

Capture12.PNG

 

Save and close the file.

 

Step -5 : Checking the workflow

If you open the workflow now it wont give you any warning or error.

This wroks on all  .yxmd(Workflow), .yxmc(Macro), .yxwz(Analytic app) file types.

 

Sample file is attached

 

Hope this was helpful : )

 

Cheers and Happy analyzing : )

atcodedog05
22 - Nova
22 - Nova

Feel free to reply on this conversation or contact me if you face any issues.

mohit9garg
8 - Asteroid

@atcodedog05 but after changing the version in notepad whenever I click on Alteryx Workflow Package (.yxzp) file to open the workflow it imports the files (.yxmd and .yxmc) again and overwrites those files where I changed the version.

 

How can I fix it.

AbhilashR
15 - Aurora
15 - Aurora

Hi Mohit, .yxzp file types are packaged versions of Alteryx workflows, which the Desktop Designer tool unpackages every time we attempt to open (and as a result overwrites it). As a workaround, you can rename the unpackaged folder from its default name to something else (in my example sample to sample_modified) to retain the changes to yxmd and yxmc versions of your file.  

 

AbhilashR_1-1611637288074.png

I hope this helps.

atcodedog05
22 - Nova
22 - Nova

Thank you for taking up the question @AbhilashR really appreciate it 🙂

 

Hi @mohit9garg ,

 

Adding to @AbhilashR's explanation .yxzp are like zip files and open/importing packaged workflow is similar to unzipping the zip file. Hence when you import the .yxzp file it creates the folder on the first use and from second use on onwards you can directly use the .yxmd files present in the folder instead of importing each time. Which will also preserve your modifications since you are not importing again and overwriting the existing files.

 

Hope this helps 🙂 Feel to ask if you have any questions

Labels