This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
@HossC @KOBoyle
I'm working in 11.8 and encounter the same issues on my Windows 10 machine. Would love to be able to use the TS forecasting tools.
Any thoughts on a fix?
Can you try removing all older versions and doing a fresh install?
That saved me after struggling with the issue a while...
By the way this is really a tie breaker,
Not every business user is in to advanced predictive tools but,
they are into forecasting and when this error really pisses people of around me...
When this happens I'm sure they'll divert their journey towards a competitor, I already lost one...
@Atabarezz
11.8 was a fresh install as of 2 days ago, but I can uninstall and try a clean re-install.
Do you recommend sticking with 11.8 or moving back down a few versions?
We'll I may suggest you to install non admin versions from 11.5 in parallel,
which I'do now with every new version I'm scared of an error so always keep the old one...
Hi @calan,
Could you please enable "Show All Macro Messages" in Workflow Configuration before running the workflow and share the results.
Thanks,
Paul Noirel
Sr Customer Support Engineer
Hi @calan,
Many thanks for the quick reply!
Looking at the message, could you please create a new workflow with a R tool and a Browse tool connected to Output 1 and run the following piece of code please?
dbDir <- get("glotPath_sc", envir = .GlobalEnv)
lang <- get("glotDbTable_sc", envir = .GlobalEnv)
write.Alteryx(c(dbDir,lang),1)
Paul,
While waiting for @calan's reply, I tried it. The R tool returns one record with the Directory, and no Lang. I attached a screenshot too.
Record # X.C...Program.Files..Alteryx..bin..Messages...
1 C:\Program Files\Alteryx\bin\Message\
Hey @calan,
Many thanks for the quick answer. Based on the results, I would say that Language value is missing in your registry.
Could you please run the following lines from a command prompt (cmd.exe) and send them to support@alteryx.com ?
reg query HKCU\Software\SRC\Alteryx
reg query HKLM\Software\Wow6432Node\SRC\Alteryx
For example on my machine:
Thanks,
Paul Noirel
Sr Customer Support Engineer