Windows 11 | 65x HP Z2 Tower G1i | UPDATE -
-
@kratkale Can you take a look that the file exists on the fog server in /opt/fog/snapins/000_SCHUELER_202604211353.bat and is containing the expected data for that batch script?
Please also take a look at the snapins table:
sudo mysql -u root fog SELECT sHash from snapins WHERE sFilePath='000_SCHUELER_202604211353.bat'the sHash from this should equal the same for:
sha512sum /opt/fog/snapins/000_SCHUELER_202604211353.batIf these are matching, then the issue is somewhere in transit and will want to figure out why.
I believe these files get stored and not deleted, but I could be wrong:
You can see the file location C:\Program Files (x86)\FOG\tmp\000_SCHUELER_202604211353.batIf you can open the file with notepad++ or soemthing and confirm whether it download the correct file andthe contents look correct?
-
@Tom-Elliott said in Windows 11 | 65x HP Z2 Tower G1i | UPDATE -:
SELECT sHash from snapins WHERE sFilePath=‘000_SCHUELER_202604211353.bat’
root@fog:~/20260602_wechsel_auf_fog_dev# mysql -u root fog
MariaDB [fog]> SELECT sHash from snapins WHERE sFilePath=‘000_SCHUELER_202604211353.bat’
81feb595799a8f03e1f938d8f2eed0d30deacf35f878b5e3a7857688f79c144902d427bf69546c48d04a57e1247881eaf2fd9ef91a75714788823e4e0f93985b
1 row in set (0,001 sec)root@fog:~/20260602_wechsel_auf_fog_dev# sha512sum /opt/fog/snapins/000_SCHUELER_202604211353.bat
81feb595799a8f03e1f938d8f2eed0d30deacf35f878b5e3a7857688f79c144902d427bf69546c48d04a57e1247881eaf2fd9ef91a75714788823e4e0f93985b /opt/fog/snapins/000_SCHUELER_202604211353.bat
root@fog:~/20260602_wechsel_auf_fog_dev# -
@Tom-Elliott
ftp problem …
-
-
@Tom-Elliott
Here is the wrong password:SELECT * FROM
globalSettingsI’ll change it now to the correct one.
-
interesting.
Let me see, that message is old as technically it’s sftp or should be.
-
@Tom-Elliott
sftp needs also a pw … -
@kratkale Did updating the password on the global settings piece fix things? We know the storage node seems to be working (theoretically)
-
@Tom-Elliott
do you mean here:

this did not help - same error -
@Tom-Elliott
winscp works …
I changed the password:- root@fog:~# passwd fogproject
- mysql in the table globalSettings and globalSettings

still the same problem
-
@Tom-Elliott
Test from the Client PC102CAD:
Could the Key be the problem?

I can download as user fogproject with winscp the file …
-
@kratkale It’s possible but I doubt it.
-
@kratkale In fact, I believe it’s using ftp from the client -> fog server to download the file because the client is coded separately and I don’t know any C# unfortunately.
Can you try simple FTP -> FOG SErver, with the same username/password pair?
-
-
@Tom-Elliott
here is a mistake …

I change and check it then tomorrow …



