Page 1 of 1

Visual Lansa application default temp folder

Posted: Wed May 03, 2023 6:12 pm
by pkoopmanpk
Lansa decided to create their own temp location, which annoys our security to no end.
Clipboard01.png
Clipboard01.png (239.81 KiB) Viewed 27462 times
Is there an easy way to return the default location back to the %temp% folder?

Re: Visual Lansa application default temp folder

Posted: Wed May 03, 2023 6:45 pm
by pkoopmanpk
Is simply putting TPTH=%TEMP% in the .STR file enough?

Re: Visual Lansa application default temp folder

Posted: Wed May 03, 2023 7:01 pm
by René Houba
Hi Peter,

In the LANSA technical newsletter August 2020 I wrote an article about this:
TEMP location (1).PNG
TEMP location (1).PNG (284.36 KiB) Viewed 27459 times
To use the same behavior as before:
TEMP location (2).PNG
TEMP location (2).PNG (108.96 KiB) Viewed 27459 times
So putting TPTH=%TEMP% in the .STR file is enough indeed... ;)

Re: Visual Lansa application default temp folder

Posted: Tue May 09, 2023 11:00 pm
by pkoopmanpk
Hi Rene,

I knew it was something simple. But at that moment I just couldn't recall what the answer was. :D

Thank you for confirming the answer to myself.