Snapin ID was not set, or unable to be created SVN Revision: 5661
-
Can you get me output of mysql command:
SELECT * FROM snapins \G
-
@Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:
Can you get me output of mysql command:
SELECT * FROM snapins \G
Yes one min
-
Database changed mysql> SELECT * FROM snapins \G *************************** 1. row *************************** sID: 0 sName: sDesc: sFilePath: sArgs: sCreateDate: 2015-11-09 10:08:23 sCreator: fog sReboot: sRunWith: sRunWithArgs: sAnon3: snapinProtect: 0 sEnabled: 1 sReplicate: 1 sShutdown: 0 sHideLog: 0 sTimeout: 0 *************************** 2. row *************************** sID: 56 sName: NCE sDesc: sFilePath: /opt/fog/snapins/New Century Learning System Client.msi sArgs: /qn sCreateDate: 2011-08-29 13:23:09 sCreator: fog sReboot: 0 sRunWith: c:\windows\system32\msiexec.exe sRunWithArgs: /i SERVERNAME="GSD-NCE" SHAREPATH="\\GSD-NCE\nceroot" sAnon3: snapinProtect: 0 sEnabled: 1 sReplicate: 1 sShutdown: 0 sHideLog: 0 sTimeout: 0 *************************** 3. row *************************** sID: 64 sName: Rosetta Stone sDesc: Rosetta Stone Client sFilePath: /opt/fog/snapins/Rosetta Stone Client.bat sArgs: /qn sCreateDate: 2012-12-04 12:33:16 sCreator: dholifield sReboot: 0 sRunWith: c:\windows\system32\msiexec.exe sRunWithArgs: /i sAnon3: snapinProtect: 0 sEnabled: 1 sReplicate: 1 sShutdown: 0 sHideLog: 0 sTimeout: 0 *************************** 4. row *************************** sID: 67 sName: LockdownBrowser sDesc: sFilePath: /opt/fog/snapins/lockdownbrowser.bat sArgs: sCreateDate: 2013-09-03 14:46:51 sCreator: fog sReboot: 0 sRunWith: sRunWithArgs: sAnon3: snapinProtect: 0 sEnabled: 1 sReplicate: 1 sShutdown: 0 sHideLog: 0 sTimeout: 0 *************************** 5. row *************************** sID: 69 sName: iTalc-Client sDesc: sFilePath: /opt/fog/snapins/iTALC-Client.exe sArgs: sCreateDate: 2013-10-04 10:33:52 sCreator: dholifield sReboot: 0 sRunWith: sRunWithArgs: sAnon3: snapinProtect: 0 sEnabled: 1 sReplicate: 1 sShutdown: 0 sHideLog: 0 sTimeout: 0 *************************** 6. row *************************** sID: 70 sName: Baby Center sDesc: sFilePath: /opt/fog/snapins/Baby Control Center.msi sArgs: /qn sCreateDate: 2014-01-27 10:51:03 sCreator: fog sReboot: 0 sRunWith: c:\windows\system32\msiexec.exe sRunWithArgs: /i sAnon3: snapinProtect: 0 sEnabled: 1 sReplicate: 1 sShutdown: 0 sHideLog: 0 sTimeout: 0 *************************** 7. row *************************** sID: 71 sName: Drivers sDesc: sFilePath: /opt/fog/snapins/dpinst.bat sArgs: sCreateDate: 2014-02-20 13:59:41 sCreator: fog sReboot: 0 sRunWith: sRunWithArgs: sAnon3: snapinProtect: 0 sEnabled: 1 sReplicate: 1 sShutdown: 0 sHideLog: 0 sTimeout: 0 7 rows in set (0.00 sec)
But i do not use any snapins
-
@Raymond-Bell do me a favor then, and run:
truncate table snapins;
(if you don’t mind losing all the snapin definitions.I also notice you ahve a snapin with an ID of 0.
delete from snapins where sID=0;
-
@Tom-Elliott Now getting this
And it is in a group
-
@Raymond-Bell try the same delete changing sID to groupID and snapins to group.
-
@Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:
@Raymond-Bell try the same delete changing sID to groupID and snapins to group.
Works like a charm now… with
delete from groups where groupID=0;
-
@Raymond-Bell I’m going to solve this then. The issue was likely from a far older revision of fog where 0 id’s were very much prevelant. This should no longer be the case, with any luck.