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
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.
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
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
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
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):
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):