cancel
Showing results for 
Search instead for 
Did you mean: 

ATP: Monthly and Weekly are overlapping

Former Member
0 Kudos

Hi Friends,

I want to start and stop on some specific dates in every month.

I am having a requirement in which weekly and monthly availabilty planning are overlapping. One channel has to be closed on last day of every month and start on 8th of every month. But all other days it should work also, ie, every week also.

So, what needs to be done. Right now one weekly plan is working. But if i create month end rule also, it's unable to recognize that.

Please suggest.

Regards,

Nutan

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Since your requirement to start and stop channels are not consistent every day or week, YOu might want to think about writing script to control the channels externally. The below is the sample comand to start channels where action = start or stop.

In unix or linux environment use wget followed by http or https url link as below.

wget http(s)://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=start

Hope that helps.