Thats whats been stated on SupportNet too.
Thats whats been stated on SupportNet too.
So the "C:\Documents" error is now a "Feature" is it![]()

Seriously stupid omission marketed as a feature sure.
i do feel for you sims schools.
/start smugness
upgraded cmis thursday, beat my record of 34mins!
managed to do a backup, windows updates x3 servers(app, database,eportal), install cmis, let it do its database checks/upgrade, install eportal, install eportal patch, defrag 3 servers. reboot servers all in 27mins.
all went well and i probably wont have to look at the servers again till next patch tuesday!
i think cutting out the coffee making helped speed things up, although i am sure i could slip that back in a better time in the process.
/end smugness
of course it wasn't always like this!
Thanks a lot... this has calmed down all our staff. Good work Penfold.
Now perhaps SIMS can catch up. I'm still totally amazed that after all this time they can fall foul of the space in a path name problem, I thought all Windows programmer knew of the potential problem by now.
new-2-this (20th May 2008)
new-2-this (20th May 2008)
Cheers Penfold, as HeeBeeJeeBee suggested I needed the domain name in caps.
I apologise for blaming your script...![]()
I've got a problem with the DocumentServer and people trying to run reports. I use a proxy.pac file to redirect staff to the proxy or not depending on different circumstances. This means that I cannot add the exception the proxy server, as we don't explicitly set the proxy in LAN Connections.
Here is the IF statement from the pac file to return (or not) the proxy server:-
the "isInNet" string 10.250..... matches the proxy addressCode:function FindProxyForURL(url, host) { // variables for returning proxy or no proxy var proxy_yes = "PROXY 10.250.(DELETED):3128" var proxy_no = "DIRECT" // machine is NOT on school network OR address is in local domain OR SIMS fix - NO Proxy if ((!isInNet(myIpAddress(), "10.250.0.0", "255.255.0.0")) || dnsDomainIs(host, ".curriculum.com") || isInNet(host, "10.250.(DELETED)", "255.255.255.255")) {return proxy_no;} else return proxy_yes; }
What I need to know is how SIMS is sending a request when looking for the document server, is it using IP/hostname of the SIMS server etc. etc? Or another way of editing the proxy file so that it creates the same fix as the Capita suggested solution. I'm going to keep playing as well.
Thanks
Last edited by mortstar; 20th May 2008 at 01:06 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)