Showing posts with label isrunning. Show all posts
Showing posts with label isrunning. Show all posts

Wednesday, March 28, 2012

linked server problem

I am running trigger with update on a linked server in SQL 2005 SP2. It is
running very smooth and when I turn on the firewall, the trigger action is
giving error and failed to take action. Is this a Big NO between firewall
and Linked server? Is there a way to solve this problem? Thanks.You simply need to ensure the appropriate ports are open on the firewall, at
least between the two servers of concern. A simple packet capture while the
trigger is firing should inform you as to what needs to be opened up. At a
minimum it should be TCP 1433 and probably 1434. I don't know if other's
are involved in remote proc executions or not.
TheSQLGuru
President
Indicium Resources, Inc.
" 00ScarlettJohnson" <EE@.yahoo.com> wrote in message
news:uVGoFOxgHHA.588@.TK2MSFTNGP06.phx.gbl...
>I am running trigger with update on a linked server in SQL 2005 SP2. It is
>running very smooth and when I turn on the firewall, the trigger action is
>giving error and failed to take action. Is this a Big NO between firewall
>and Linked server? Is there a way to solve this problem? Thanks.
>|||What is the mechanism to capture the packet? Thanks.
"TheSQLGuru" <kgboles@.earthlink.net> wrote in message
news:ec5p9z1gHHA.1220@.TK2MSFTNGP03.phx.gbl...
> You simply need to ensure the appropriate ports are open on the firewall,
> at least between the two servers of concern. A simple packet capture
> while the trigger is firing should inform you as to what needs to be
> opened up. At a minimum it should be TCP 1433 and probably 1434. I don't
> know if other's are involved in remote proc executions or not.
> --
> TheSQLGuru
> President
> Indicium Resources, Inc.
> " 00ScarlettJohnson" <EE@.yahoo.com> wrote in message
> news:uVGoFOxgHHA.588@.TK2MSFTNGP06.phx.gbl...
>

linked server problem

I am running trigger with update on a linked server in SQL 2005 SP2. It is
running very smooth and when I turn on the firewall, the trigger action is
giving error and failed to take action. Is this a Big NO between firewall
and Linked server? Is there a way to solve this problem? Thanks.
You simply need to ensure the appropriate ports are open on the firewall, at
least between the two servers of concern. A simple packet capture while the
trigger is firing should inform you as to what needs to be opened up. At a
minimum it should be TCP 1433 and probably 1434. I don't know if other's
are involved in remote proc executions or not.
TheSQLGuru
President
Indicium Resources, Inc.
" 00ScarlettJohnson" <EE@.yahoo.com> wrote in message
news:uVGoFOxgHHA.588@.TK2MSFTNGP06.phx.gbl...
>I am running trigger with update on a linked server in SQL 2005 SP2. It is
>running very smooth and when I turn on the firewall, the trigger action is
>giving error and failed to take action. Is this a Big NO between firewall
>and Linked server? Is there a way to solve this problem? Thanks.
>
|||What is the mechanism to capture the packet? Thanks.
"TheSQLGuru" <kgboles@.earthlink.net> wrote in message
news:ec5p9z1gHHA.1220@.TK2MSFTNGP03.phx.gbl...
> You simply need to ensure the appropriate ports are open on the firewall,
> at least between the two servers of concern. A simple packet capture
> while the trigger is firing should inform you as to what needs to be
> opened up. At a minimum it should be TCP 1433 and probably 1434. I don't
> know if other's are involved in remote proc executions or not.
> --
> TheSQLGuru
> President
> Indicium Resources, Inc.
> " 00ScarlettJohnson" <EE@.yahoo.com> wrote in message
> news:uVGoFOxgHHA.588@.TK2MSFTNGP06.phx.gbl...
>

Wednesday, March 7, 2012

Linked Server (Index service)

I have added my indexing service catalogs via exec
sp_addlinkedserver from Query Analyzer (all of this is
running on the same server). I am doing this because I
wish to write some asp.net pages to query the catalogs.
However, in Enterprise Manager, when I go to expand
Security->Linked Servers, I can see the catalogs I have
added, with the "tables" and "views" items underneath. If
I right click on either, I get "Error 7301: Could not
obtain a required interface from OLE DB provider MSIDXS"
What the heck?
Please have mercy on my poor soul. I have not used
newsgroups before, so I am not sure how to get a reply,
therefore I added my own email address above.
Thanks in advance,
PeteDoes the Everyone group have Full Control permissions on the
c:\winnt\system32\msidxs.dll (or whatever your actual path is)?
Are you on the latest version of msidxs.dll?
Cindy Gross, MCDBA, MCSE
http://cindygross.tripod.com
This posting is provided "AS IS" with no warranties, and confers no rights.|||This may be completely obtuse, but I am unable to locate that dll anywhere o
n the server in question.
"Cindy Gross (MSFT)" wrote:

> Does the Everyone group have Full Control permissions on the
> c:\winnt\system32\msidxs.dll (or whatever your actual path is)?
> Are you on the latest version of msidxs.dll?
> Cindy Gross, MCDBA, MCSE
> http://cindygross.tripod.com
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>|||Hi,
I'm getting the same error as you. I've been searching through the web for
a solution but I didn't find anything useful.
The dll does not exist on my server.
Did you find a solution in a meantime?
Thanks a lot
Ronald Selimi
"Pete Wojtkowiak" wrote:
[vbcol=seagreen]
> This may be completely obtuse, but I am unable to locate that dll anywhere
on the server in question.
> "Cindy Gross (MSFT)" wrote:
>