Snapin ID was not set, or unable to be created SVN Revision: 5661
-
Can you provide a bit more information?
Trying to image computers does not create snapin’s so this message make very little sense right now.
-
@Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:
Can you provide a bit more information?
Trying to image computers does not create snapin’s so this message make very little sense right now.
When trying to image any computer with SVN r 5661 it hangs on this error
(Snapin ID was not set, or unable to be created )I will try to take a pic of it for you Tom in a few, I went back to 5633 so my guys could image a lab for me…
-
@Raymond-Bell Can you walk me through the exact steps you’re doing that this happens with please? I can’t replicate, and all I’m doing is creating a task. I’ve tried upload, download, download with debug, advanced download debug, advanced upload debug, snapin task single, snapin task all, and I have yet to see this issue.
-
I am out of town at a tech conference and want be back till next week. I will get with you then.
@Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:
@Raymond-Bell Can you walk me through the exact steps you’re doing that this happens with please? I can’t replicate, and all I’m doing is creating a task. I’ve tried upload, download, download with debug, advanced download debug, advanced upload debug, snapin task single, snapin task all, and I have yet to see this issue.
-
@Raymond-Bell When you get a chance please let us know. I had another person who had the same issue and I believe I have corrected it now. With any luck you can confirm shortly.
-
@Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:
@Raymond-Bell When you get a chance please let us know. I had another person who had the same issue and I believe I have corrected it now. With any luck you can confirm shortly.
Just got back trying to up now and getting this error on storage nodes
* Setting up and starting RPCBind.............................OK * Setting up and starting NFS Server..........................OK ERROR 1045 (28000): Access denied for user 'fogstorage'@'10.24.28.16' (using password: YES) ERROR 1045 (28000): Access denied for user 'fogstorage'@'10.24.28.16' (using password: YES) * Setup complete
-
@Raymond-Bell Ubuntu 16.04?
-
@Quazz said in Snapin ID was not set, or unable to be created SVN Revision: 5661:
@Raymond-Bell Ubuntu 16.04?
14.04
-
@Tom-Elliott Same issue
-
@Raymond-Bell What version/revision?
-
@Tom-Elliott r5716 newest
going back to 5633 -
Please try this:
delete from snapinAssoc WHERE saSnapinID NOT IN (SELECT snapinID FROM snapins); truncate table snapinJobs; truncate table snapinTasks;
-
@Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:
truncate table
mysql> use fog Database changed mysql> delete from snapinAssoc WHERE saSnapinID NOT IN (SELECT snapinID FROM snapins); ERROR 1054 (42S22): Unknown column 'snapinID' in 'field list' mysql>
-
@Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:
Please try this:
delete from snapinAssoc WHERE saSnapinID NOT IN (SELECT sID FROM snapins); truncate table snapinJobs; truncate table snapinTasks;
-
@Raymond-Bell sorry i’m allowed to make a mistake once in a while lol.
-
@Tom-Elliott said in Snapin ID was not set, or unable to be created SVN Revision: 5661:
@Raymond-Bell sorry i’m allowed to make a mistake once in a while lol.
LOL
-
@Tom-Elliott
Ok done that… This is what happens when trying to image after upgrading to Revision 5717Tried on 3 different computers
-
@Tom-Elliott And if i change the image on a guest from the GUI i get this error, but it does save the change
-
@Tom-Elliott Any more thought to this issue? I am unable to image anything… Unless i go back to Revision 5633
I am up to SVN Revision: 5725 and same issue -
Can you get me output of mysql command:
SELECT * FROM snapins \G