Showing posts with label event. Show all posts
Showing posts with label event. Show all posts

Friday, March 23, 2012

How to change Ip address

I have changed Ip address(e.g from 192.168.1.x to 172.16.1.x) on a cluster
with a/p mode.When I have done this,I found the cluster is not work.
Event view said instance cant bind with 1433,however 1433 is in listening
state.
You changed the nodes IP, then the cluster IP, then SQL IP? All in the same
subnet? What range is your private now?
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"news.microsoft.com" <2004@.5any.com> wrote in message
news:%23XdNzdN6EHA.2016@.TK2MSFTNGP15.phx.gbl...
>I have changed Ip address(e.g from 192.168.1.x to 172.16.1.x) on a cluster
> with a/p mode.When I have done this,I found the cluster is not work.
> Event view said instance cant bind with 1433,however 1433 is in listening
> state.
>

Monday, March 19, 2012

How to catch messages on Event Handlers

hello everyone

I'd like to know if there is a way to catch the error messages when a tasks fails, that's because i's like to store every message on a user variable, so i could log all of them later, I was thinking that it may be possible with the event handlers, could it be?

regards

Yes. When an executable errors the error message is in the @.[System::ErrorDescription] variable scoped to the OnError eventhandler.

-Jamie

|||Thanks Jammie, i'll try to do so.

best regards