기본 콘텐츠로 건너뛰기

10월, 2008의 게시물 표시

이벤트 ID(Event ID) 1846, MSSQLSERVER, Windows Server 2003

Failure Audit message in SQL Server - Event ID: 18456 every minute? This is a event log error I have seen in Project Server 2007 on various farms going right back to the Beta and I finally found some time to track it down. It didn't seem to be breaking anything on my server, but made it difficult to read the logs and see other "important" stuff. This is the error: Event Type: Failure Audit Event Source: MSSQLSERVER Event Category: (4) Event ID: 18456 Date: 1/17/2008 Time: 1:29:00 PM User: DOMAIN\User Computer: SERVERNAME Description:Login failed for user 'DOMAIN\user'. [CLIENT: ] I did a SQL Profiler trace to see where it was coming from and discovered the cause was a SQL Server Agent job called SharedServices_DB_Job_DeleteExpiredSessions that was running every minute. The reason for the failure was that I did not have a SharedServices_DB on that server. I did once - but my test server gets changed around a fair bit and this was a remnant that didn't get clean

Installation nabi and hangul fonts for the Debian

1. #apt-get install nabi unfonts ttf-baekmuk ttf-alee 2. #apt-get install locales #dpkg-reconfigure locales //You should select the "ko_KR.UTF-8" and "en_US.UTF-8" and change default language to "ko_KR.UTF-8" 3. # cd ~ #gedit .gnomerc export LANG="ko_KR.UTF-8" export LC_ALL="ko_KR.UTF-8" export XMODIFIERS="@im=nabi" export XIM_PROGRAM=/usr/bin/nabi export GDK_USE_XFT=1 export GTK_IM_MODULE=hangul2 export G_BROKEN_FILENAMES=1 exec nabi & 4. #cd ~ #gedit .xinitrc LANG="ko_KR.UTF-8" LC_ALL="ko.KR.UTF-8" LINGUAS="ko" export LANG LC_ALL LINGUAS export XMODIFIERS="@im=nabi" export XIM=nabi export XIM_PROGRAM=/usr/bin/nabi #export XIM_ARGS="-d" export GTK_IM_MODULE=nabi export QT_IM_MODULE=nabi 5. #cd ~ #gedit .Xmodmap xmodmap -e "keycode 210 = Hangul" xmodmap -e "keycode 209 = Hangul_Hanja"