This is a migrated thread and some comments may be shown as answers.

Can not register execution server when it was configured as schedule server

2 Answers 66 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 14 Dec 2011, 07:40 AM
Hi,
I configured one server as schedule server, now i want to use it as an execution server, then i open "Configure as Execution Server" in this server, click register, but only an output path selection window displayed, i need to select a schedule server.
see my attachment.

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 14 Dec 2011, 09:16 AM
Hi Kevin,

You already have configured Scheduling server. As a result the Execution server is now connecting to this local Scheduling server by default. This implementation is intended to make it more simple to configure your Scheduling setup. You need to manually turn off this default setting.

First you need to locate the Scheduling configuration file on the machine in question. In should be located in:

On Win7:
C:\ProgramData\Telerik\Configs\Telerik.TestStudio.Scheduling.WindowsService.exe.Config

On Win XP/Server 2003: C:\Documents and Settings\All Users\Application Data\Telerik\Configs\Telerik.TestStudio.Scheduling.WindowsService.exe.Config

Now find and change the following setting:
<add key="IsServerContext" value="False" />
It should be set to "true" by default, change it to "false".
Here's the context:

Copy Code
<appSettings>
<add key="TimerElapsedTime" value="60000" />
<add key="IsDatabaseCreated" value="True" />
<add key="RootFolderPath" value="C:\Temp\Output" />
<add key="IsMachineRegistered" value="False" />
<add key="ScheduleServerUrl" value="http://DJAMBOV:8009/TestStudio/SchedulingService" />
<add key="IsInitialConfig" value="True" />
<add key="IsServerContext" value="False" />
<add key="MachineId" value="026cdcf6-b879-40bd-bc20-63449f1e5ec2" />
<add key="ResultsFolder" value="C:\Temp\RunResultsData" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
<add key="DBVersion" value="9" />
</appSettings>

Best wishes, Plamen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Kevin
Top achievements
Rank 1
answered on 15 Dec 2011, 02:57 AM
Hi,
it works now, thanks for your help.
Tags
General Discussions
Asked by
Kevin
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Kevin
Top achievements
Rank 1
Share this question
or