기본 콘텐츠로 건너뛰기

[PWA]Enterprise 사용자 정의 필드의 기본 필드 설정 문제

Project Web Access 의 Enterprise 사용자 정의 필드 중 기본 제공 사용자 정의 필드는 삭제할 수 없으며, 또한 한번 설정한 내용은 수정할 수 없는 문제가 있다. 내가 경험한 문제와 문제 해결 방법을 다음과 같이 정리한다. Scenario : 1. Project Web Access -> 서버 설정 -> Enterpirse 데이터 -> Enterprise 사용자 정의 필드 정의 항목을 선택함. 2. Enterprise 사용자 정의 필드 : 필드 중 "팀 이름" 선택 3. 최초 설정에서 사용자 정의 특성에서 코드 체계표는 지정되지 않은 것으로 되어있다. 4. 오류내용 : 코드 체계표에서 정의하지 않았거나 기본적으로 제공하는 다른 코드 체계표를 선택하게 됨. 5. 이렇게 하고 저장을 하게 되면, 분명히 경고 팝업 윈도우를 띄워준다. 하지만 보통의 경우 이를 무시하고 나중에 다시 설정할 수 있을 것이라 생각하고 이 경고를 건너뛰게 된다. 6. 사용자 정의 필드에 대한 코드 체계표 에서 "팀 이름" 코드 체계표를 다음과 같이 만든다. (1) 이름 : 팀 이름 (2) 형식 : 텍스트 (3) 코드 마스크 순서 / 길이 / 구분기호 문자 / 모든 값 / Blank (4) 코드 체계표 값 / 설명 H/W1G / 하드웨어 개발 1 그룹 (최대전력관리장치 전담 그룹) H/W2G / 하드웨어 개발 2 그룹 (자동조명제어장치 전담 그룹) S/W1G / 소프트웨어 개발 1 그룹 (최대전력관리장치 전담 그룹) S/W2G / 소프트웨어 개발 2 그룹 (자동조명제어장치 전담 그룹) 7. 이렇게 잘 만든 코드 체계표를 저장한다. 8. Enterprise 사용자 정의 필드 중 "팀 이름"을 선택한다. 9. 설정된 값이 보여지는 화면이 보여지고 "사용

이벤트 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"

Supported Project Server 2007 extranet topologies

Supported Project Server 2007 extranet topologies Updated: 2006-11-16 In this article: Supported extranet topologies Extranet user scenarios Extranet considerations Using alternate access mapping (URL mapping) Configuring alternate access mappingAlternate access mapping is a Windows SharePoint Services 3.0 feature that is configured in the SharePoint Central Administration Web site. In Central Administration, go to the Operations page and in the Global Configuration section, click Alternate access mappings. On the Alternate Access Mappings page, click Show All and select Change Alternate Access Mapping Collection. Choose the Web application for which you want to modify the alternate access mapping. For example, in the case of adding a new front-end Web server to scale out a small farm configuration, it would be the Web application on which Project Web Access is configured. Click Edit Public URLs. This opens the Edit Outbound Zone URLs page, which lists public URLs for all zones for thi

Modbus slave source code

That`s pretty easy. Try to get the standard of the protocol. I did that and in a few hours worked fine. Try this: int address, function, register, quantity address=incomingframe[0] function=incomingframe[1] register=(int)(incomingframe[2]+incomingframe[3]) quantity=(int)(incomingframe[4]+incomingframe[5]) if addres==myAddress then select case function case 0: break; case 1: case 2: //send data required by register and quantity case 3: case 4: //send data required by register and quantity case 6: //write single register case 15: //write multiple coils, mask found within message case 16: //write multiple holdings, asi sent in incoming message end case; endif; good luck.

GDB Manual

사용법 help 도움말, 명령어 분류 목록 출력 help [class] 해당 class에 속한 명령어 목록 표시 help [command] 해당 command에 대한 도움말 표시 *** class와 command의 축약형도 지원됨 명령어 분류 목록 running 프로그램 수행 support 지원 도구 stack 스택 검사 user-defined 사용자 정의 명령 data 데이타 검사 aliases 다른 명령어의 별칭 files 검사할 파일 obscure 기타 status 상태 조회 internals 유지보수 명령 breakpoints 어떤 포인트에서 프로그램을 중단하게 만듦 프로그램의 수행 (running) show args 디버깅할 프로그램에 전달되는 argument를 보여준다.이 명령어 다음에 몇 개의 argument가 온다. info handle 프로그램이 각종 신호를 입력으로 받았을 때, 디버거의 동작법을 보여준다. kill 디버깅 중인 프로그램의 실행을 취소한다. target 타겟 기계나 프로세스에 연결한다.첫번째 argument는 타겟 기계의 타입이나 프로토콜이다. 나머지 argument는 타겟 프로토콜에 의해서 해석 되어진다. 특정 프로토콜에 작동하는 argument에 관해 추가 정보가 필요하면, [help target 프로토콜명]을 친다. [target 서브 명령어 목록] target exec 타겟으로서 실행 파일을 사용한다. target extended-remote 시리얼 라인을 경유해 떨어져 있는 컴퓨터를 타겟으로 사용 target remote 시리얼 라인을 경유해 떨어져 있는 컴퓨터를 타겟으로 사용 target core 타겟으로서 코어 파일을 사용한다. target child ([run] 명령어에 의해 시작된) 유닉스의 자식 프로세스를 타겟으로 사용한다. handle 신호를 어떻게 다룰지 상술함argument는 신호와 그 신호에 적용할 동작이다. 심벌 신호(즉 SIGSEGV)가 권장 사항이지만, 1-15의 숫자 신호도 GDB

GDB Debugging Tool for Embedded Linux

Compile GDB for ARM Target Preinstallation : ARM-LINUX-GCC 1. Compile for GDB #tar xvf gdb-6.8.tar.tar #cd gdb-6.8 #./configure -target=arm-linux : Target 을 Embedded Linux for ARM 으로 설정한다. : --prefix=/usr/local/bin 또는 GDB 가 설치될 Directory 를 명시한다. (Option) #make #make install 여기까지 정상적으로 진행된 경우, /usr/local/bin/ 에서 arm-linux-run, arm-linux-gdb, arm-linux-gdbtui 이렇게 3개의 실행파일이 생성된 것을 확인할 수 있다. file 명령으로 arm-linux-gdb 를 확인하면 "ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), for GN/Linux 2.4.1, not stripped" 로 표시되는 것을 확인할 수 있다. 2. Compile for GDBServer #cd gdb-6.8/gdb/gdbserver #./configure -target=arm-linux --host=arm-linux Target 이 Embedded Linux for ARM 이므로 Target 에 복사될 gdbserver 는 host 를 arm-linux 로 설정하여 다시 configure 를 실행하는 것이다. #make CC=arm-linux-gcc 여기까지 정상적으로 진행된 경우, gdb608/gdb/gdbserver 에 gdbreplay, gdbserver 이렇게 2개의 실행파일이 생성된 것을 확인할 수 있다. file 명령으로 gdbserver 를 확인하면 "ELF 32-bit LSB executable, ARM, vers