Sheridan Posted April 2, 2013 Posted April 2, 2013 We run a remote access system and Staff can access SIMS through it (its a citrix setup). This all works fine but no one can run NovaT when logged into SIMS remotely. I've checked the c:\windows\ and c:\Program files\sims\sims.net and the ini files in there point to the right place (s:\SIMS) but you get the usual error saying it can't find the novat folder. For our remote access, SIMS is installed on a Windows 2003 terminal server running Citrix presentation server - so the application and ini files are locally installed. Have I missed an ini file somewhere? Or is there something else I've missed out?
neilenormal Posted April 5, 2013 Posted April 5, 2013 Does sims.ini in windows folder have a line SimsDirectory=s:\sims If not add and try again. I think this may point it to where snova folder is
Ephelyon Posted April 5, 2013 Posted April 5, 2013 It might be that your connect.ini has a redirect instead of pointing to the server-instance-db structure.
Sheridan Posted April 5, 2013 Author Posted April 5, 2013 I checked both and they are correct. What I did find is another sims.ini in the users home drive in the windows folder. Deleting that makes it work! It must be terminal services creating this file and not updating it when the local one is modified? Bizarre.
Ephelyon Posted April 5, 2013 Posted April 5, 2013 To prevent the problem from reoccurring and to apply the fix to all Remote Access users, perhaps a logon script could be useful to check whether this is a Citrix session and, if so, manually delete the spurious file from the Home Drive? @query user | find /i "%username%" | find /i "ica" && del h:\windows\sims.ini I think the Citrix session type is listed as "ica-tcp" but I could be wrong. I know a normal Terminal Services session is listed as "rdp-tcp", so you'd replace "ica" with "rdp" in that case. If you've disabled Command Prompt access via Group Policy, you'd need to make sure scripts can still run (in the same setting).
Sheridan Posted April 5, 2013 Author Posted April 5, 2013 Good idea. I did think about putting a file security policy on to stop a sims.ini being created there.
Gongalong Posted August 9, 2016 Posted August 9, 2016 I had a similar problem. When running Nova-T6 from SIMS on a RemoteApp server it wouldn't work as a user. It would work fine though when logged in locally to the server. Thanks to the above I looked for the NOVA.DIR file, and put that in C:\Program Files (x86)\SIMS\SIMS .net. That fixed the problem. I'd already tried putting SIMS.INI in C:\Program Files (x86)\SIMS\SIMS .net, which didn't help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now