HelpdeskDB
Newbie

Posts: 5
|
 |
« on: June 15, 2010, 01:58:40 PM » |
|
We're currently using powerfuse 2010 express. When we try to restart a machine it automatically shuts down.
Any idea?
|
|
|
|
|
Logged
|
|
|
|
Starup
RESUG Forum Moderator
Newbie
  
Posts: 39
Starup
|
 |
« Reply #1 on: June 15, 2010, 09:01:48 PM » |
|
Hi,
Perhaps you could give more information. PowerFuse shouldn't change the way a reboot works...soo?
|
|
|
|
|
Logged
|
Sincerely,
Thomas Starup
|
|
|
HelpdeskDB
Newbie

Posts: 5
|
 |
« Reply #2 on: June 18, 2010, 12:13:49 PM » |
|
I can't find any settings in PF that can force this. Still all our desktops and laptops with PF installed have this behaviour.
What information would you like to get?
|
|
|
|
|
Logged
|
|
|
|
HelpdeskDB
Newbie

Posts: 5
|
 |
« Reply #3 on: June 22, 2010, 04:05:56 PM » |
|
I think I found the issue, not the solution yet.
We're using an execute command to run a vbs logoff script. This is to copy the Outlook contacts file (.nk2) to another location. When I disable this command, our Powerfuse machines restart normally
|
|
|
|
|
Logged
|
|
|
|
Starup
RESUG Forum Moderator
Newbie
  
Posts: 39
Starup
|
 |
« Reply #4 on: June 22, 2010, 08:08:00 PM » |
|
Perhaps if you could paste the vbs, I could perhaps check it.
|
|
|
|
|
Logged
|
Sincerely,
Thomas Starup
|
|
|
arjanvandermeer
Newbie

Posts: 3
|
 |
« Reply #5 on: July 07, 2010, 12:49:40 PM » |
|
We're experiencing the same problem with Windows Vista and Powerfuse 2008. Finally we found out that it was caused by a Powerlaunch external task that was executed at logoff.
At first I thought there was something wrong with the command that was executed at logoff. After some testing I realised that it didn't matter what command I used. No matter what task I started at logoff, it resulted in a shut down instead of a restart.
|
|
|
|
|
Logged
|
|
|
|
HelpdeskDB
Newbie

Posts: 5
|
 |
« Reply #6 on: January 18, 2011, 04:30:25 PM » |
|
I'm not sure what you mean by Powerlaunch external task.
Actually this logoff.vbs script is the only command we execute at logging off. The other commands are done during logging on.
The command we're using is:
wscript.exe "\\domain.local\netlogon\powerfuse\logoff\logoff.vbs"
the actual script is:
On Error Resume Next
Set objFSO = CreateObject("Scripting.FileSystemObject") Set objWshShell = CreateObject("WScript.Shell")
strToDir = objWshShell.ExpandEnvironmentStrings("%USERPROFILE%") Const OverwriteExisting = True
'NK2 Outlook File copy from application data to homefolder objFSO.CopyFile strToDir & "\AppData\Roaming\Microsoft\Outlook\profile.nk2" , "i:\profile.nk2" , OverwriteExisting
Recently I decided to enable this command again (after 6 months) and the shutdown after restart problem is back.
|
|
|
|
|
Logged
|
|
|
|
Airdeca
Newbie

Posts: 41
|
 |
« Reply #7 on: January 19, 2011, 10:22:46 AM » |
|
Hi,
It's not the script, don't worry about that. It's the fact that any external task is launched at logoff in one of the newer Operating Systems (Vista, Win7). The OS doesn't tolerate a new process being started while the system is going down and intervenes. After that it is no longer aware whether it was shutting down or rebooting and just shuts down. I know the guys from R&D at RES Software have been working on this issue and I wouldn't be surprised if it is fixed in the latest release (SR3). Did you try that one already? Normally I would suggest raising a support ticket but since you are an Express user that is rather complicated. I would try SR3 first.
Good luck,
Rob.
|
|
|
|
|
Logged
|
|
|
|
WTFoX
Newbie

Posts: 18
|
 |
« Reply #8 on: January 31, 2011, 10:01:47 PM » |
|
Airdeca is right here. This issue appears when an Execute Command and/or Folder Sync task is executed at session logoff. This should be solved in the SR3 version of RES PowerFuse 2010. I've performed a few tests and it seems to work fine now.
|
|
|
|
|
Logged
|
|
|
|
HelpdeskDB
Newbie

Posts: 5
|
 |
« Reply #9 on: March 10, 2011, 05:14:49 PM » |
|
Thanks for clearing this up. I'll let you know my findings soon.
|
|
|
|
|
Logged
|
|
|
|
Martin_Rask
Newbie

Posts: 4
|
 |
« Reply #10 on: September 21, 2011, 02:11:33 PM » |
|
Hi Sorry to bring up this again, but the issue still persists in my environment.. I'm running 2011 SR2, so the last reply about it being fixed in 2010 is not correct..again..in my environment  Any other ideas?
|
|
|
|
|
Logged
|
|
|
|
R2
Newbie

Posts: 5
|
 |
« Reply #11 on: October 07, 2011, 08:41:52 AM » |
|
This issue has been solved in RES WM 2011 SR2 fixpack 3 and in RES PowerFuse 2010 SR5 fixpack 3
|
|
|
|
|
Logged
|
|
|
|
|