Added By: Feedage Forager | ![]() |
Language: Korean | |
Tags: | |
server text 수 있습니다 저작자표시 비영리 커먼즈 코리아 저작자표시 크리에이티브 커먼즈 크리에이티브 | |
Rate this Feed![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Comments (0) |
Feed Details and Statistics ![]() |
Published: Tue, 31 May 2016 11:19:16 +0900
Thu, 19 Jan 2012 08:54:29 +0900
Tue, 07 Apr 2009 09:24:46 +0900
Error message when you start the Front End service on a Microsoft Office Communications Server 2007 server: "error code -1007780547" SYMPTOMS When you start the Front End service on a Microsoft Office Communications Server... To resolve this problem, follow these steps to allow cross-database ownership chaining for the RTC database and for the RTCdyn database: On a computer that is running Microsoft SQL Server, connect to the RTC database, and then run the following SQL command from SQL Server Management Studio: sp_dboption rtc, 'db chaining', TRUE Connect to the RTCdyn database, and then run the following SQL command from SQL Server Management Studio: sp_dboption rtcdyn, 'db chaining', TRUE Start the Front End services. 출처: http://support.microsoft.com/default.aspx?scid=kb;en-us;968100&sd=rss&spid=12605 크리에이티브 커먼즈 라이선스이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이선스에 따라 이용하실 수 있습니다. [...]Wed, 01 Apr 2009 15:17:45 +0900
Proxy Server Install - Folder Location: setup\i386\ - Note: For TLS connection between OCS FE and OCS Proxy/MCM "Activate on WorkGroup" must be used. For OCS2007 SE 1. Start > Run > cmd 2. type command line > server.msi SERVER=PROXY SKU=SE 3. a new window wizard open 4. complete all step 5. Active the Proxy Server using Command line [Activate on domain] > lcscmd.exe /server /password:Wed, 01 Apr 2009 15:02:17 +0900
인증기관을 만들 때 기본 기간은 5년으로 설정되어 있다.Wed, 01 Apr 2009 14:50:41 +0900
Certificate Template 복제 생성 후 인증서를 만들었는데 주체대체이름이 나타나지 않을 경우,Wed, 04 Feb 2009 15:59:52 +0900
Parsing an XML String - A Cross browser Example The following code loads and parses an XML string: 출처: http://www.w3schools.com 크리에이티브 커먼즈 라이선스이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이선스에 따라 이용하실 수 있습니다. [...]Wed, 04 Feb 2009 15:51:42 +0900
The following example loads an XML document ("books.xml") into the XML parser:
Wed, 21 Jan 2009 15:12:07 +0900
장치 프로비저닝(*.CAB) 파일 생성 방법 1. *.CAB 파일로 만들 CA를 더블 클릭 합니다. 2. [자세히] Tab에서 ‘손도장’을 선택 후, 아래 나오는 값을 Copy 합니다. 3. [파일에 복사(C)] 버튼을 누릅니다. 메모장을 실행시켜 손도장 값을 복사해 둡니다. 4. [인증서 내보내기 마법사] 가 실행됩니다. [다음(N)] 을 누릅니다. 5. [파일 내보내기 형식] 창에서 사용할 형식으로 ‘Base 64로 인코딩된 X.509(.CER)(S)’ 를 선택한 후, [다음(N)]을 누릅니다. 6. [내보낼 파일] 창에서 파일 이름을 지정한 후 [다음(N)] 을 누릅니다. 7. 파일이 저장된 위치를 확인한 후 [마침]을 누릅니다. 8. [시작] -> [실행] -> ‘cmd’ 입력 -> [확인] 을 누릅니다. 9. 명령 프롬프트 창에 다음과 같이 입력한 후, Enter 키를 누릅니다. type “*.cer 파일 경로” (ex) type “C:\CACER.cer” 10. 명령 프롬프트 창에 마우스 오른쪽을 클릭한 후 [표시(K)] 메뉴를 선택합니다. 11. -----BEGIN CERTIFICATE----- 부터 -----END CERTIFICATE----- 까지 선택합니다. 12. 메모장을 열고 Ctrl + V 를 사용하여 위에서 선택한 내용을 ‘붙여 넣기’ 합니다. 13. 다른 메모장을 하나 더 실행 시켜 아래 소스를 복사하여 ‘붙여 넣기’ 합니다.Wed, 21 Jan 2009 14:45:15 +0900
Vista 및 IE7.0 사용자에게 발생하는 Tab 미표시 현상에 대한 답변입니다. - 원인: the client doesn’t have the CRL(Certificate Revocation List), and IE7 always enforces that by default. - 해결: (택 1) [레지스트리 값 변경] 해당 사용자(IE7.0 사용자)에게 첨부한 CertificateRevocation.reg 파일을 실행 시키고 OS를 Restart 한 후 로그인 해보시기 바랍니다. CertificateRevocation.reg [인터넷 옵션 설정] 1. Explorer 7 실행 > [도구] > [인터넷 옵션] 2. [고급] 탭 > ‘서버 인증서 해지 확인*’ 체크 해제 크리에이티브 커먼즈 라이선스이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이선스에 따라 이용하실 수 있습니다. [...]Fri, 16 Jan 2009 10:04:15 +0900