1) Нет возможности подключится к сервоку (Нет инета на компе)
Проверить подключение к инету можно так:
Код:
if GetSystemMetrics(SM_NETWORK) and $01 = $01 then
ShowMessage('Computer is attached to a network!')
else
ShowMessage('Computer is not attached to a network!');