| Author |
Message |
OZ
Guest
|
Posted:
Sat Dec 18, 2004 4:35 am Post subject:
Live Comm 03 - ResKit Problem - Sip Integration error. |
|
|
Hi all,
I have just installed a Live comm box on our domain,
Single forest, flat structure.
I am trying to run rtcusrdo.wsf and have a text file with
a list of users upn address'es. and i have been using the
following command line to start the process with no avail.
cscript
rtcusrdo.wsf /usersfile:users.txt /initialize /enable /sipd
omain:mytestdomain.com /homeserverdn:nwserver15.mytestdomai
n.com
upcon issueing this command the follow error is displayed.
"The home server specified is not valid. Users cannot be
homed on this server"
When i go into ADU&C mmc i can goto the users properities
and set the respective information via the live comm tab
and listed is the exact homeserverdn specified above.
I am running this on the server itself and have tried
remotley via a windows xp machine with the same problem.
I also have run the adverf.exe which reported success on
both tests.
Now i dont have an extreamly big network compared to most
but i dont want to go through 1200+ user accounts and do
this mannualy myself.
We currently run win2k Exchange 2k with IM and this is a
migration attempt.
Is there something i have missed, or could check?
Cheers.
Oz. |
|
| Back to top |
|
 |
Bob Christian
Guest
|
Posted:
Sun Dec 19, 2004 10:40 am Post subject:
Re: Live Comm 03 - ResKit Problem - Sip Integration error. |
|
|
There was a large thread on this a while back. Bulent at Microsoft, myself,
and the fellow asking the question spent a few days working on it. I will
dig up the article off my home PC (I saved it) and post it tomorrow.
Bob
"OZ" <anonymous@discussions.microsoft.com> wrote in message
news:146201c4e488$a8330e60$a601280a@phx.gbl...
| Quote: | Hi all,
I have just installed a Live comm box on our domain,
Single forest, flat structure.
I am trying to run rtcusrdo.wsf and have a text file with
a list of users upn address'es. and i have been using the
following command line to start the process with no avail.
cscript
rtcusrdo.wsf /usersfile:users.txt /initialize /enable /sipd
omain:mytestdomain.com /homeserverdn:nwserver15.mytestdomai
n.com
upcon issueing this command the follow error is displayed.
"The home server specified is not valid. Users cannot be
homed on this server"
When i go into ADU&C mmc i can goto the users properities
and set the respective information via the live comm tab
and listed is the exact homeserverdn specified above.
I am running this on the server itself and have tried
remotley via a windows xp machine with the same problem.
I also have run the adverf.exe which reported success on
both tests.
Now i dont have an extreamly big network compared to most
but i dont want to go through 1200+ user accounts and do
this mannualy myself.
We currently run win2k Exchange 2k with IM and this is a
migration attempt.
Is there something i have missed, or could check?
Cheers.
Oz. |
|
|
| Back to top |
|
 |
Bob Christian
Guest
|
Posted:
Sun Dec 19, 2004 10:52 am Post subject:
Re: Live Comm 03 - ResKit Problem - Sip Integration error. |
|
|
It's late...forgot all about looking for it online. I also noticed that
Deepak Rao from Microsoft helped out, too.
Below is the final thread from August. This should help you considerably.
Bob
-----
Deepak...thanks for setting us on the right track!
After a little bit of tinkering, I fould that the below worked for me in my
Lab. I definitely could not have done it without Deepak's insight and
guidance. THANKS!
cscript.exe rtcusrdo.wsf /ou:"CN=Users,DC=testdom,DC=ad" /initialize /enable
/homeserverdn:"CN=RTC
Services,CN=Microsoft,CN=EXCH02,CN=Computers,DC=testdom,DC=ad"
cscript.exe rtcusrdo.wsf /ou:"OU=LCSTestNOIM,DC=testdom,DC=ad" /initialize
/enable /homeserverdn:"CN=RTC
Services,CN=Microsoft,CN=EXCH02,CN=Computers,DC=testdom,DC=ad"
You can note my domain name is testdom.ad and my OUs are LCSTestNOIM and
Users (Technically users is a container, I know). I had a few accounts with
a mailbox and without a SIP address... Everything worked as expected and my
existing enabled clients (as well as un-enabled, formerly enabled, clients)
were not messed with.
Bob
"Bob Christian" <BobChristian@removethis.gmail.com> wrote in message
news:uKZWLUY5EHA.3472@TK2MSFTNGP09.phx.gbl...
| Quote: | There was a large thread on this a while back. Bulent at Microsoft,
myself,
and the fellow asking the question spent a few days working on it. I will
dig up the article off my home PC (I saved it) and post it tomorrow.
Bob
"OZ" <anonymous@discussions.microsoft.com> wrote in message
news:146201c4e488$a8330e60$a601280a@phx.gbl...
Hi all,
I have just installed a Live comm box on our domain,
Single forest, flat structure.
I am trying to run rtcusrdo.wsf and have a text file with
a list of users upn address'es. and i have been using the
following command line to start the process with no avail.
cscript
rtcusrdo.wsf /usersfile:users.txt /initialize /enable /sipd
omain:mytestdomain.com /homeserverdn:nwserver15.mytestdomai
n.com
upcon issueing this command the follow error is displayed.
"The home server specified is not valid. Users cannot be
homed on this server"
When i go into ADU&C mmc i can goto the users properities
and set the respective information via the live comm tab
and listed is the exact homeserverdn specified above.
I am running this on the server itself and have tried
remotley via a windows xp machine with the same problem.
I also have run the adverf.exe which reported success on
both tests.
Now i dont have an extreamly big network compared to most
but i dont want to go through 1200+ user accounts and do
this mannualy myself.
We currently run win2k Exchange 2k with IM and this is a
migration attempt.
Is there something i have missed, or could check?
Cheers.
Oz.
|
|
|
| Back to top |
|
 |
Oz
Guest
|
Posted:
Mon Dec 20, 2004 1:36 am Post subject:
Re: Live Comm 03 - ResKit Problem - Sip Integration error. |
|
|
Thank you very much Bob its really appreciated
Oz.
"Bob Christian" <BobChristian@removethis.gmail.com> wrote in message
news:ecz0eaY5EHA.3416@TK2MSFTNGP09.phx.gbl...
| Quote: | It's late...forgot all about looking for it online. I also noticed that
Deepak Rao from Microsoft helped out, too.
Below is the final thread from August. This should help you considerably.
Bob
-----
Deepak...thanks for setting us on the right track!
After a little bit of tinkering, I fould that the below worked for me in
my
Lab. I definitely could not have done it without Deepak's insight and
guidance. THANKS!
cscript.exe rtcusrdo.wsf /ou:"CN=Users,DC=testdom,DC=ad" /initialize
/enable
/homeserverdn:"CN=RTC
Services,CN=Microsoft,CN=EXCH02,CN=Computers,DC=testdom,DC=ad"
cscript.exe rtcusrdo.wsf /ou:"OU=LCSTestNOIM,DC=testdom,DC=ad" /initialize
/enable /homeserverdn:"CN=RTC
Services,CN=Microsoft,CN=EXCH02,CN=Computers,DC=testdom,DC=ad"
You can note my domain name is testdom.ad and my OUs are LCSTestNOIM and
Users (Technically users is a container, I know). I had a few accounts
with
a mailbox and without a SIP address... Everything worked as expected and
my
existing enabled clients (as well as un-enabled, formerly enabled,
clients)
were not messed with.
Bob
"Bob Christian" <BobChristian@removethis.gmail.com> wrote in message
news:uKZWLUY5EHA.3472@TK2MSFTNGP09.phx.gbl...
There was a large thread on this a while back. Bulent at Microsoft,
myself,
and the fellow asking the question spent a few days working on it. I
will
dig up the article off my home PC (I saved it) and post it tomorrow.
Bob
"OZ" <anonymous@discussions.microsoft.com> wrote in message
news:146201c4e488$a8330e60$a601280a@phx.gbl...
Hi all,
I have just installed a Live comm box on our domain,
Single forest, flat structure.
I am trying to run rtcusrdo.wsf and have a text file with
a list of users upn address'es. and i have been using the
following command line to start the process with no avail.
cscript
rtcusrdo.wsf /usersfile:users.txt /initialize /enable /sipd
omain:mytestdomain.com /homeserverdn:nwserver15.mytestdomai
n.com
upcon issueing this command the follow error is displayed.
"The home server specified is not valid. Users cannot be
homed on this server"
When i go into ADU&C mmc i can goto the users properities
and set the respective information via the live comm tab
and listed is the exact homeserverdn specified above.
I am running this on the server itself and have tried
remotley via a windows xp machine with the same problem.
I also have run the adverf.exe which reported success on
both tests.
Now i dont have an extreamly big network compared to most
but i dont want to go through 1200+ user accounts and do
this mannualy myself.
We currently run win2k Exchange 2k with IM and this is a
migration attempt.
Is there something i have missed, or could check?
Cheers.
Oz.
|
|
|
| Back to top |
|
 |
|
|
|
|