27 Haziran 2019 Perşembe

NetBackup / could not set user ID for process (31)

could not set user ID for process  (31) SAP oracle backup hatası ile ilgili olarak

Windows sunucu üzerinde UAC özelliğini kapatmak çözüm oldu.

HKEY_LOCAL_MACHINE

SOFTWARE Microsoft > Windows > CurrentVersion > Policies > system içerisindeki

EnableLUA değerini 0 yapmak gerekiyor.

Jun 27, 2019 4:36:50 PM - Info bpbrm (pid=13200) accepted connection from client
Jun 27, 2019 4:36:50 PM - Info bpbrm (pid=13200) start bpbkar on client
Jun 27, 2019 4:36:50 PM - connected; connect time: 0:00:00
Jun 27, 2019 4:36:51 PM - Error bpbrm (pid=13200) from client SERVERNAME: ERR - setuid failed: 'username'
Jun 27, 2019 4:36:51 PM - Info dbclient (pid=0) done. status: 31: could not set user id for process
Jun 27, 2019 4:36:51 PM - Info dbclient (pid=0) done. status: 31: could not set user id for process
Jun 27, 2019 4:36:51 PM - end writing
could not set user ID for process  (31)

21 Haziran 2019 Cuma

MS-SQL / user already exists in the current database, error: 15023

User, group, or role 'user_name' already exists in the current database. 
(Microsoft SQL Server, Error: 15023)

Restore sonrası kullancı açılması ile db üzerinde çalıştırılacak komut:

sp_change_users_login 'AUTO_FIX', 'user_name'

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...