Jump to content

Recommended Posts

Posted

Hi All

 

I was wondering if anyone has a solution to this. Working at the LEA, we have an automated script running solus in the scheduled tasks:

 

"C:\Program Files\SIMS\SIMS .net\SOLUS.exe"

/SERVER= /DATABASE=SIMS /USER= /PASSWORD=

/FMSSERVER= /FMSDATABASE= /FMSUSER= /FMSPASSWORD=

/SAUSER= /SAPASSWORD=

/AUTO=downloadandupgrade /agreetoterms /FORCEUPGRADE

 

The weird thing is that half of schools are running the tasks with no problems, the other half are getting a warning about: "Publisher could not be verified are you sure you want to run this software."

 

This then requires user interaction to move the install along. The offical line from capita was:

This problem will be resolved in the September Release of Sims.net.

All the files will be digitally signed so that Windows can accept them without a fault.

Please select yes for each of the questions that appear.

 

Anyone found a way of automating through this

 

Thanks

Posted

I've written a script that reads %windows%\sims.ini then gets the sims directory, which then creates a shortcut (and a scheduled task)

 

I run solus.exe /config:autosolus.ini rather then doing it as a command line. This way it's easier to update and you don't have issues with regards to command line limits.

 

As for the fact your getting messages about signs, I would make sure you've installed the cert. other then that, contact SIMS Support.

 

autosolus.ini looks like:

 

[userinfo]

USERNAME=

PASSWORD=

FMSUSERNAME=

FMSPASSWORD=

SAUSER=SA

SAPASSWORD=

 

 

[installinfo]

SERVER=127.0.0.1\sims2005

DATABASE=SIMS

FMSSERVER=127.0.0.1\sims2005

FMSDATABASE=FMS

AUTO=DownloadAndUpgrade

FORCEUPGRADE=true

AGREETOTERMS=true

Posted

Try editing the sims.ini of your server so that the simssetupsdirectory path is the local physical drive eg c:\Simsshare\Sims\Setups and not a mapped drive eg S:\Sims\Setups

 

Sat

Posted
Capita strikes again. All the files should have been digitally signed all along, so that we can trust they are what Capita have intended to issue and not been modded by a man in the middle or similar. It's not expensive to do.
  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...