James,
I am wondering whether you have tried also tried stopping and
restart the "AR System Portmapper" service?
Here are two simple windows CMD files I use to stop or restart
remedy.
To Stop Remedy...
Filename: RemedyStop.cmd
::Begin Batch file
::NET STOP "service Remedy Mail Server"
::NET STOP "service Remedy Application Server"
NET STOP "Remedy Action Request System Server"
NET STOP "AR System Portmapper"
::End Batch file
To Start Remedy...
Filename: RemedyStartup.cmd
::Begin Batch file
NET START "AR System Portmapper"
NET START "Remedy Action Request System Server"
::NET START "Remedy Application Server"
::NET START "Remedy Mail Server"
::End Batch file
I don't know whether restarting the portmapper service will
resolve your specific issue or not but it most certainly is worth
a try. The order that the services are stopped/started is very
important. If a service is already stopped or started a slight
delay will occur while Windows tries to perform the requested
action. You can also perform this manually via the services
management console.
Obviously this is a "Windows only" solution but I'm sure the same
can be accomplished in other environments.
I'm hopeful that this resolves your issue without your having to
reboot the machine to accomplish the same. Please do let me know
the result good or bad should you give this a try.
Regards,
tom
Thomas J. Mutaffis
Simplexity Inc.
----- Original Message -----
From: "James Pifer"
Newsgroups: public.remedy.arsystem.general
To:
Sent: Tuesday, March 14, 2006 11:18 AM
Subject: Re: Should Remedy reconnect to the database if the
connection is lost and then restored?
> On Tue, 2006-03-14 at 09:01 -0700, McKenzie, James J C-E LCMC
> HQISEC/L3
> wrote:
>> **
>>
>> James:
>>
>> Sadly, this sounds like a Windows problem. I can, and have,
>> HUP'd the
>> arserverd process which caused all of the other processes to
>> fail with
>> a TERM and this brought backup the Remedy server and
>> reconnected it
>> with an Oracle database on another server. Sadly, I think
>> that this
>> might be solved by stopping the Remedy service and waiting a
>> few
>> minutes for all of the communications to die down (I've had to
>> do this
>> with other products) and then restart the service. Have you
>> tried
>> this?
>>
>> James McKenzie
>
> No, I have not tried stopping the service and waiting a few
> minutes and
> then restarting. I have a test box that I could try this on and
> see if
> it works. If it does then I could possibly write something
> that:
> watches the connection
> if it fails, keep rechecking for it to come back up
> when connectivity to Oracle returns:
> stop services for some period of time (to be determined)
> then restart the services
>
> If I can get it to work in some automated way that would be a
> workable
> solution. If not, restarting the box is just as easy.
>
> In response to Joe DeSouza, Remedy and Oracle are on different
> servers.
>
> James
>
>
> UNSUBSCRIBE or access ARSlist Archives at
> http://www.ARSLIST.org
>
>
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org