블로그 이미지
박민호 님의 블로그 입니다. 아직 부족한 부분이 많지만 차츰 채워나가도록 하겠습니다. 자주 애용(?)해 주세요~ ^^;; 꽈 사랑해♡ 내가있잖아
0


[OCS 2007] error code -1007780547

MS New Tech/OCS 2007 | 2009/04/07 09:24 | Posted by 내가있잖아

Error message when you start the Front End service on a Microsoft Office Communications Server 2007 server: "error code -1007780547"

When you start the Front End service on a Microsoft Office Communications Server...

When you start the Front End service on a Microsoft Office Communications Server 2007 server, you receive the following error message:
Windows could not start the Office Communications Server Front-End on Local Computer. For more information review the System Event Log. If this is a no-Microsoft service, contact the service vendor, and refer to service specific error code -1007780547
This problem occurs if one of the following conditions is true:
  • You moved the Real Time Communications (RTC) database from one server to the other by using Visual Database Tools.
  • You pointed the new server to the RTC database.
Additionally, one or more of the following events are logged in the Office Communications Server (OCS) log:
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7024
Description:
The Office Communications Server Front-End service terminated with service-specific error 3287186749 (0xC3EE7D3D)
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7022
Description:
The Office Communications Server Front-End service hung on starting.
The following event is logged repeatedly in the OCS log:
Event Type: Error
Event Source: OCS MCU Infrastructure
Event Category: (1022)
Event ID: 61013
Description:
The process DataMCUSvc(1692) failed to send health notifications to the MCU factory at https://ocststpool1.ned.ifo.com:444/LiveServer/MCUFactory/, 20776, 11/8/2007 3:12:41 PM.
The following errors are logged in the OCS log around the time that the service started having problems.
Event Type: Error
Event Source: OCS Server
Event Category: (1000)
Event ID: 12330
Description:
Process: 'RtcAggregate.exe' Exit Code: C3E83201
(SIPPROXY_E_SHUTDOWN_REQUESTED).
Cause: This could happen due to low resource conditions or insufficient privileges.
Resolution:
Try restarting the server. If the problem persists contact Product Support Services.
Event Type: Error
Event Source: OCS User Services
Event Category: (1006)
Event ID: 30915
Description:
Initialize failure. Failed to initialize the Service component.
Error code: C3E83201
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

CAUSE

This problem occurs because the cross-database chaining option has been disabled...

This problem occurs because the cross-database chaining option has been disabled for the RTC database and for the RTCDyn database. The cross-database chaining option must always be enabled. The option is disabled when you detach and re-attach the databases.

RESOLUTION
To resolve this problem, follow these steps to allow cross-database ownership ch...

To resolve this problem, follow these steps to allow cross-database ownership chaining for the RTC database and for the RTCdyn database:
  1. 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
  2. Connect to the RTCdyn database, and then run the following SQL command from SQL Server Management Studio:
    sp_dboption rtcdyn,  'db chaining', TRUE
  3. Start the Front End services.

출처: http://support.microsoft.com/default.aspx?scid=kb;en-us;968100&sd=rss&spid=12605
저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License

[OCS 2007] Proxy Server Install

MS New Tech/OCS 2007 | 2009/04/01 15:17 | Posted by 내가있잖아

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:<password> /action:activate /role:proxy
  
   [Activate on WorkGroup]
   > lcscmd.exe /server /action:activate /role:workgroupProxy /password:<password>
6. type command line
   > exit

 

For OCS2007 EE
1. Start > Run > cmd
2. type command line
   > server.msi SERVER=PROXY SKU=EE
3. a new window wizard open
4. complete all step
5. Active the Proxy Server using Command line
   [Activate on domain]
   > lcscmd.exe /server /user:<user> /password:<password> /action:activate /role:proxy
  
   [Activate on WorkGroup]
   > lcscmd.exe /server /user:<user> /action:activate /role:workgroupProxy /password:<password>

 The user is the service user on the domain that is used by the OCS Proxy Service.
6. type command line
   > exit

저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License
인증기관을 만들 때 기본 기간은 5년으로 설정되어 있다.
하지만 우린 인증기관을 5년 이상으로 만들고 싶다.
그럴 경우 인증기관을 설치할 때 만료기간을 5년 이상으로 설정하면 된다. (최대 몇 년까지 제한이 있을텐데.. 그건 잘 모르겠다;;)

여튼 이렇게 했다.
이제 인증서 탬플릿을 복사해 10년 짜리를 만들었다.
(인증기관 만료날짜는 최소 10년은 넘게 설정해 뒀겠죠 -_ -, 인증서 탬플릿보다 인증기관이 먼저 뻗으면 안돼)

착착착~ 진행하고~ 인증서를 발급받고 나니..
아니.. 왜 난 10년짜리 탬플릿으로 만들었는데.. 인증서는 2년이지???????????????????

신기할 노릇이다..

이럴 경우에는 레지스트리 값을 수정해 줘야 한다.

해답:
1. Start -> Run -> type a 'regedit'
2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\<CA Name> 으로 이동
3. ValidityPeriodUnits 라는 REG_DWORD 값을 찾는다.
4. 해당 값을 더블클릭한 후 10진수로 변경한 후 원하는 년수를 입력한다. (여기서는 10년)
5. [확인] 버튼을 누른다.
6. 다시 인증서를 요청한다.

이제 인증서 기간이 10년으로 책정되어졌을 것이다~~~~~~~~~~~~~~
저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License