Dear Community,
May i know if there is any solution that we can use to read the excel protected file using alteryx?
I saw online that some of articles suggesting using the R-Code and would like to know if there is other method to do it?
Thank you.
Hey @SH_94,
Yeah you can import password protected files using the python tool (I've attached an example workflow). You will most definitely have to run the workflow in admin mode. Ping if you have any questions.
Put your directory in the first section (make sure to leave the r at the begining) and the password in the second
What happens if you set the Kernel to jupytertool_venu or continue without, can you still run the code? The Kernel is the program which runs the python code. By default my kernel is designerbasedtools. The reason may be that you haven't installed the admin version of Alteryx or the R based tools but I'm not sure just yet.
Hi @IraWatt ,
I have set it to jupytertool and it show the result as below:
May i know how can i fix the error for this part?
Many thanks again.
@SH_94 First thing I'd check is what version of Alteryx your using by going to help->about (should show as below), I'd try installing the up to date Admin Designer.
Also I'd try installing the predictive tools admin version:
I'd also check what kernels are available by hovering over change Kernel and seeing if there are any other ones you can select:
There is also a potential fix here Error: NoSuchKernel: No such kernel named jupytert... - Alteryx Community
Error: NoSuchKernel: No such kernel named designer... - Alteryx Community - this article also looks like it could fix the kernel issue
Hi @IraWatt ,
This is my alteryx version as per screenshot below :
May i know if i need to install anything before using the tools that u mentioned? Sorry that i quite new to this area.
Thank you.
Hi @IraWatt ,
May i ask if the tools can be used for the alteryx version 2020.4.5? As i cant upgrade from my end due to this is company purchased software.
Thank you.
Ive had a read and I believe your version should be alright. I think the answer to you issue is discussed here (essentially you need to rename your kernel): Error: NoSuchKernel: No such kernel named jupytert... - Alteryx Community
The following should be done on all worker nodes in a multi-node Server environment.
If this doesn't work it will be interesting to see what is contained within your Alteryx\bin\Miniconda3\envs file as that is where your kernel should be.