Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TAPI and domains

16 views
Skip to first unread message

yuriyvikulov

unread,
Nov 2, 2009, 2:41:51 AM11/2/09
to
Hello!

I have to domains with two way trusted relationship

Two tapi servers in each domain.

i use a command in my domain:
tcmsetup /c server_in_my_domain
everything is ok, i see all lines i need
but if i do the following
tcmsetup /c server_in_another_domain
there is no line

in remotesp.log:
[912] 12:47:43:883: [INFO ] RpcServerUseProtseqEp(ncacn_ip_tcp) ret'd 1740
[912] 12:47:43:883: [INFO ] RpcServerUseProtseqEp(ncacn_spx) ret'd 1703
[912] 12:47:43:883: [INFO ] RpcServerUseProtseqEp(ncacn_nb_nb) ret'd 1703
[912] 12:47:43:883: [TRACE] GetNextServer entered
[912] 12:47:43:883: [INFO ] RegGetNextServer: Getting server 0 from reg
[912] 12:47:43:883: [TRACE] GetNextServer exited
[912] 12:47:43:883: [TRACE] GetNextServer entered
[912] 12:47:43:883: [INFO ] RegGetNextServer: Getting server 1 from reg
[912] 12:47:43:883: [INFO ] Got last server
[912] 12:47:43:883: [TRACE] GetNextServer exited
[912] 12:47:43:883: [INFO ] Closing directory lookup
[912] 12:47:43:883: [INFO ] init: Server name='nvkz'
[912] 12:47:43:883: [INFO ] Creating binding...
[912] 12:47:46:133: [ERROR] init: nvkz is not responding
[912] 12:47:46:133: [INFO ] Ignoring this server

so the problem is:
i cant to connect to tapi server in another domain. what must i do to establish connection?

Regards,
Yuriy


EggHeadCafe - Software Developer Portal of Choice
A Fast VBScript String Class for ASP Pages
http://www.eggheadcafe.com/tutorials/aspnet/cfd03155-0048-4c2f-b9c1-c0c00fcb26e5/a-fast-vbscript-string-cl.aspx

Andreas Marschall [exMVP TAPI]

unread,
Nov 2, 2009, 10:13:37 AM11/2/09
to

<Yuriy Vikulov> schrieb im Newsbeitrag news:200911224...@mail.ru...

> I have to domains with two way trusted relationship
>
> Two tapi servers in each domain.
>
> i use a command in my domain:
> tcmsetup /c server_in_my_domain
> everything is ok, i see all lines i need
> but if i do the following
> tcmsetup /c server_in_another_domain
> there is no line
>
> in remotesp.log:
> [912] 12:47:46:133: [ERROR] init: nvkz is not responding
> [912] 12:47:46:133: [INFO ] Ignoring this server
>
> so the problem is:
> i cant to connect to tapi server in another domain. what must i do to
> establish connection?

Yuriy,
has the current user on the client PC an account in_another_domain?
Can you assign this user on the server_in_another_domain via TAPIMGMT.msc to
a line device?

--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto� Tools (a collection of free, mostly TAPI related tools):
http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):
http://www.frappr.com/TAPIaroundTheWorld
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no
rights.

yuriyvikulov

unread,
Nov 3, 2009, 12:36:21 AM11/3/09
to
Hello

Thanks for reply.

i've solved this problem.

tapi servers must be accessable by netbios,(imho)
we added this servers to WINS of each domain.

symptom was:

i could ping example1.domain1.ru from domain2
but could not ping example1

"tcmsetup /c example1.domain1.ru"
or "tcmsetup /c example1" gives nothing


after adding example1.domain1.ru to WINS of domain2
I could ping example1


after that
"tcmsetup /c example1" works fine from different domains

Regards,
Yuriy

Andreas Marschall [exMVP TAPI] wrote:

Yuriy,has the current user on the client PC an account in_another_domain?
02-???-09

Yuriy,
has the current user on the client PC an account in_another_domain?
Can you assign this user on the server_in_another_domain via TAPIMGMT.msc to
a line device?

--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm

My Toto? Tools (a collection of free, mostly TAPI related tools):


http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):
http://www.frappr.com/TAPIaroundTheWorld
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no
rights.

Previous Posts In This Thread:

EggHeadCafe - Software Developer Portal of Choice

EggHeadCafe Lets Visitors Slap Microsoft
http://www.eggheadcafe.com/tutorials/aspnet/e6de51b6-2f67-4c06-9077-92de78d650ef/eggheadcafe-lets-visitors.aspx

yuriyvikulov

unread,
Nov 3, 2009, 12:39:01 AM11/3/09
to
By the way, as we have two-way trusted relationship we can use user's account from another domain for TAPI line of TAPI server.

So user can transparently use this line without "runas"

Regards,
Yuriy

Yuriy Vikulov wrote:

TAPI and domains
03-???-09

Hello

Thanks for reply.

i've solved this problem.

tapi servers must be accessable by netbios,(imho)
we added this servers to WINS of each domain.

symptom was:

i could ping example1.domain1.ru from domain2
but could not ping example1

"tcmsetup /c example1.domain1.ru"
or "tcmsetup /c example1" gives nothing


after adding example1.domain1.ru to WINS of domain2
I could ping example1


after that
"tcmsetup /c example1" works fine from different domains

Regards,
Yuriy

Previous Posts In This Thread:

EggHeadCafe - Software Developer Portal of Choice

Use OWC to Stream Excel to the Browser
http://www.eggheadcafe.com/tutorials/aspnet/4b9b8802-dc08-4a98-aebb-607bab0e0647/use-owc-to-stream-excel-t.aspx

yuriyvikulov

unread,
Nov 3, 2009, 12:53:28 AM11/3/09
to
Some text of my messages was lost :-(
after adding to WINS everything begin to work

Yuriy Vikulov wrote:

TAPI and domains
03-???-09

By the way, as we have two-way trusted relationship we can use user's account from another domain for TAPI line of TAPI server.

So user can transparently use this line without "runas"

Regards,
Yuriy

Previous Posts In This Thread:

EggHeadCafe - Software Developer Portal of Choice

SQL Server - Delete Records From All Tables
http://www.eggheadcafe.com/tutorials/aspnet/188b19de-6301-4116-ba10-143fbceffe97/sql-server--delete-recor.aspx

Andreas Marschall [exMVP TAPI]

unread,
Nov 3, 2009, 3:07:31 PM11/3/09
to
<Yuriy Vikulov> schrieb im Newsbeitrag news:200911303...@mail.ru...
> Thanks for reply.

Yuriy, you are welcome.

> i've solved this problem.
>
> tapi servers must be accessable by netbios,(imho)
> we added this servers to WINS of each domain.
>
> symptom was:
>
> i could ping example1.domain1.ru from domain2
> but could not ping example1
>
> "tcmsetup /c example1.domain1.ru"
> or "tcmsetup /c example1" gives nothing
>
>
> after adding example1.domain1.ru to WINS of domain2
> I could ping example1
>
>
> after that
> "tcmsetup /c example1" works fine from different domains

Thanks for the info.

--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm

My Toto� Tools (a collection of free, mostly TAPI related tools):

Andreas Marschall [exMVP TAPI]

unread,
Nov 3, 2009, 3:08:06 PM11/3/09
to
<Yuriy Vikulov> schrieb im Newsbeitrag news:200911303...@mail.ru...
> By the way, as we have two-way trusted relationship we can use user's
> account from another domain for TAPI line of TAPI server.
>
> So user can transparently use this line without "runas"

Yuriy,
thanks for the info too.

--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm

My Toto� Tools (a collection of free, mostly TAPI related tools):

0 new messages