Hi
i have created an app save in .yxwz but whenever i am tring to run that app by double clicking on it it takes time to open it or it never opened.
same within the alteryx also whenever i try to run it as an analytical app insise the alteryx alteryx start not responding mode.
What is the soution to this ?
1.If i run via wand it takes app to load around 30-40min just to open the interface.
2.after giving all the inputs in interface it take around 5min to produce the output.
3.128gb ram with 8 core
4.huge yxdb is located in the same drive folder where workflow is saved
5.yes if i run the workflow as it is it take around 15min to give the output ( not as app).
This sounds like something in your app interfaces needs to read in the entire .yxdb before launching. If that is true - change it. It can't work that way. If it isn't true - try chained apps - app 1 -> interface tools. app 2 -> process. Workflow will always take a while to run - but interface tools shouldn't take forever to load.
thanks for the i will to use chained app.
as i start few months back on alteryx can you share me any link where the process you mentioned is available so that i can replicate here.
i dont have chainned tool Available with me
google around this forum - chained apps are app 1) does something and creates a value app 2) - takes in the values from app 1. the importance in your case is that your interface tools will not be reliant upon loading your full data set. I asusme you are correct and you are not using your full dataset to create the values for your interface tools. If you are - you need to rework that first.
Yes thanks i will look into this 👍