Create Pool Failure 0x8007203A
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Create Pool Failure 0x8007203A

 
Post new topic   Reply to topic    Windows Server Forum Index -> Live Communications Server
Author Message
news.microsoft.com
Guest





Posted: Mon Jan 17, 2005 5:32 pm    Post subject: Create Pool Failure 0x8007203A Reply with quote

I deactived, uninstalled and unpreped domain/forest RC release of LCS
2005 before installing RTM release of LCS 2005 Enterprise edition. When
I tried to create a new enterprise pool, I got this error:

Action Action Information Execution Result

Check Pools Container Service Connection Point: Ready
Pools Container: Ready
Success

Create Pool Pool Name: sip
Pool Backend: WIRED
Setup Files Path: M:\setup\i386\dbsetup
Database File Path: C:\LC\Data\
Database Transaction Log File Path: C:\LC\Log\
Force Clean: True
Failure
[0x8007203A] The server is not operational.

--
Alex Yu
http://mucha.us/blogs/alex/

This posting represents my own opinion, and in no way claims
to represent the views of Microsoft Corporation. This posting
is provided "as is" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias
is for newsgroup purposes only. Remove "online." if you would
like to reach me privately.
Back to top
Bulent Elmaci [MS]
Guest





Posted: Mon Jan 17, 2005 7:24 pm    Post subject: Re: Create Pool Failure 0x8007203A Reply with quote

Can you check whether your pool backend or your DC's are accessible?

--
Thanks,

~Bulent

This posting is provided AS IS with no warranties, and confers no rights.
Please do not send e-mails to the sender directly; use the group address
instead.

"news.microsoft.com" <alex@online.mucha.us> wrote in message
news:%23aKWBhI$EHA.3372@TK2MSFTNGP10.phx.gbl...
Quote:
I deactived, uninstalled and unpreped domain/forest RC release of LCS
2005 before installing RTM release of LCS 2005 Enterprise edition. When
I tried to create a new enterprise pool, I got this error:

Action Action Information Execution Result

Check Pools Container Service Connection Point: Ready
Pools Container: Ready
Success

Create Pool Pool Name: sip
Pool Backend: WIRED
Setup Files Path: M:\setup\i386\dbsetup
Database File Path: C:\LC\Data\
Database Transaction Log File Path: C:\LC\Log\
Force Clean: True
Failure
[0x8007203A] The server is not operational.

--
Alex Yu
http://mucha.us/blogs/alex/

This posting represents my own opinion, and in no way claims
to represent the views of Microsoft Corporation. This posting
is provided "as is" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias
is for newsgroup purposes only. Remove "online." if you would
like to reach me privately.
Back to top
Alex Yu
Guest





Posted: Tue Jan 18, 2005 7:17 pm    Post subject: Re: Create Pool Failure 0x8007203A Reply with quote

Bulent Elmaci [MS] wrote:

Quote:
Can you check whether your pool backend or your DC's are accessible?

Yes, I can access DCs just fine. LDAP, etc. all working...

--
Alex Yu
http://mucha.us/blogs/alex/

This posting represents my own opinion, and in no way claims
to represent the views of Microsoft Corporation. This posting
is provided "as is" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias
is for newsgroup purposes only. Remove "online." if you would
like to reach me privately.
Back to top
toml@online.microsoft.com
Guest





Posted: Thu Jan 20, 2005 1:18 am    Post subject: Re: Create Pool Failure 0x8007203A Reply with quote

Alex,

The other thing I have noted when working with classroom labs is setting up
the pool on the actual SQL server for the back-end. Our problems typically
are the latency with running multiple virtual machines but it has almost
always resolved the problem or given further insight to where to look.

Tom

--------------------
Date: Tue, 18 Jan 2005 08:17:12 -0500
From: Alex Yu <alex@online.mucha.us>
User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
X-Accept-Language: en-us, en
MIME-Version: 1.0
Subject: Re: Create Pool Failure 0x8007203A
References: <#aKWBhI$EHA.3372@TK2MSFTNGP10.phx.gbl>
<#3DIxNM$EHA.1300@TK2MSFTNGP14.phx.gbl>
In-Reply-To: <#3DIxNM$EHA.1300@TK2MSFTNGP14.phx.gbl>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <ecTwZAW$EHA.3376@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.livecomm.general
NNTP-Posting-Host: sponge-bob-47.dynamic.rpi.edu 128.113.222.86
Lines: 1
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12
..phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.livecomm.general:5298
X-Tomcat-NG: microsoft.public.livecomm.general

Bulent Elmaci [MS] wrote:

Quote:
Can you check whether your pool backend or your DC's are accessible?

Yes, I can access DCs just fine. LDAP, etc. all working...

--
Alex Yu
http://mucha.us/blogs/alex/

This posting represents my own opinion, and in no way claims
to represent the views of Microsoft Corporation. This posting
is provided "as is" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias
is for newsgroup purposes only. Remove "online." if you would
like to reach me privately.
Back to top
Alex Yu
Guest





Posted: Thu Jan 20, 2005 1:31 am    Post subject: Re: Create Pool Failure 0x8007203A Reply with quote

Tom Laciano <MSFT> wrote:

Quote:
The other thing I have noted when working with classroom labs is setting up
the pool on the actual SQL server for the back-end. Our problems typically
are the latency with running multiple virtual machines but it has almost
always resolved the problem or given further insight to where to look.

Hi Tom,

That is what I am doing... I am setting up the pool on the SQL server.
I just run lcscmd and it did not report any error... Here is the
batch script that I am using with lcscmd.

<?xml version="1.0" encoding="UTF-8"?>
<LcsCmd>
<Forest>
<Action Name="CheckSchemaPrepState"/>
<Action Name="CheckForestPrepState"/>
<Action Name="CheckAllDomainsPrepState"/>
<Action Name="CheckAllPoolsState"/>
</Forest>
<Server>
<Action Name="CheckLCServerState"/>
</Server>
</LcsCmd>

I'm clueless... Anything else I can try?

--
Alex Yu
http://mucha.us/blogs/alex/

This posting represents my own opinion, and in no way claims
to represent the views of Microsoft Corporation. This posting
is provided "as is" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias
is for newsgroup purposes only. Remove "online." if you would
like to reach me privately.
Back to top
Alex Yu
Guest





Posted: Thu Jan 20, 2005 2:06 am    Post subject: Re: Create Pool Failure 0x8007203A Reply with quote

Tom Laciano <MSFT> wrote:

Quote:
The other thing I have noted when working with classroom labs is setting up
the pool on the actual SQL server for the back-end. Our problems typically
are the latency with running multiple virtual machines but it has almost
always resolved the problem or given further insight to where to look.

I got it to work now by creating the pool using LcsCmd command-line
tool. GUI didn't work, but LcsCmd worked :-)

--
Alex Yu
http://mucha.us/blogs/alex/

This posting represents my own opinion, and in no way claims
to represent the views of Microsoft Corporation. This posting
is provided "as is" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias
is for newsgroup purposes only. Remove "online." if you would
like to reach me privately.
Back to top
robbo007



Joined: 08 Nov 2005
Posts: 4

Posted: Mon Nov 28, 2005 11:22 am    Post subject: Reply with quote

Hey,

Got the same problem. I have prepared the domain and forrest via the GUI but can't create the pool.

Can you pass me the cli command sequence you used.

Cheers,

Rob
Back to top
View user's profile Send private message
 
Post new topic   Reply to topic    Windows Server Forum Index -> Live Communications Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB