Snap-ins won't deploy
-
I recently upgraded from .32 to 1.1 to 1.2.
Imaging seems to work fine, along with other fog services, but I cannot get snapins to download. They cue up appropriately in the active tasks, but are never downloaded. The log on the client computer displays the following exception recursively. The information listed is wrong as the snap in is much newer than 2011, but made a couple months ago. This is not limited to one snap in or one computer, but happens across the board.
Obviously this is not enough information to help me, but if anyone could tell me what information to provide, I’ll be happy to post it.
9/8/2014 2:11 PM FOG::SnapinClient Attempting to connect to fog server…
9/8/2014 2:11 PM FOG::SnapinClient Module is active…
9/8/2014 2:12 PM FOG::SnapinClient Snapin Found:
9/8/2014 2:12 PM FOG::SnapinClient ID: 61
9/8/2014 2:12 PM FOG::SnapinClient RunWith:
9/8/2014 2:12 PM FOG::SnapinClient RunWithArgs:
9/8/2014 2:12 PM FOG::SnapinClient Name:
9/8/2014 2:12 PM FOG::SnapinClient Created: 2011-01-14 09:31:32
9/8/2014 2:12 PM FOG::SnapinClient Args:
9/8/2014 2:12 PM FOG::SnapinClient Reboot: No
9/8/2014 2:12 PM FOG::SnapinClient Starting FOG Snapin Download
9/8/2014 2:12 PM FOG::SnapinClient Failed to download file.
9/8/2014 2:12 PM FOG::SnapinClient An exception occurred during a WebClient request.
9/8/2014 2:12 PM FOG::SnapinClient at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at FOG.SnapinClient.startWatching()
9/8/2014 2:12 PM FOG::SnapinClient Attempting to connect to fog server…
9/8/2014 2:12 PM FOG::SnapinClient Module is active…
9/8/2014 2:12 PM FOG::SnapinClient Snapin Found:
9/8/2014 2:12 PM FOG::SnapinClient ID: 61
9/8/2014 2:12 PM FOG::SnapinClient RunWith:
9/8/2014 2:12 PM FOG::SnapinClient RunWithArgs:
9/8/2014 2:12 PM FOG::SnapinClient Name:
9/8/2014 2:12 PM FOG::SnapinClient Created: 2011-01-14 09:31:32
9/8/2014 2:12 PM FOG::SnapinClient Args:
9/8/2014 2:12 PM FOG::SnapinClient Reboot: No
9/8/2014 2:12 PM FOG::SnapinClient Starting FOG Snapin Download
9/8/2014 2:12 PM FOG::SnapinClient Failed to download file.
9/8/2014 2:12 PM FOG::SnapinClient An exception occurred during a WebClient request.
9/8/2014 2:12 PM FOG::SnapinClient at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at FOG.SnapinClient.startWatching() -
This sounds funny, but truncate your snapin jobs and tasks tables:
[code]mysql -u root [-p’PASSWORD’ #only if you set mysqlpass] fog
truncate table snapinTasks;
truncate table snapinJobs;[/code]Then try an re-schedule your snapin tasks.
-
You sir, are my hero.
May someone buy you a beer on my behalf!