You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com
Hi All,
Is there a way the COB can be automated in t24?
Maybe at a particular time the COB should be run by itself without any manual intevention.
Regards
Aruna
sundar rajan
unread,
Apr 5, 2011, 7:15:02 AM4/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com, Aruna Ramji
Hi Aruna,
Please check if you can use the TIME field from TSA.WORKLOAD.PROFILE.
Regards Sundar
-- Regards Sundar
Natesha Pandian
unread,
Apr 5, 2011, 7:22:30 AM4/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com, sundar rajan, Aruna Ramji
Hi,
I believe it is to increase or decrease the number of agents based on that TIME field.
Correct me if I am wrong.
-- Regards, Natesha Pandian.S
Senthil Kumar Purushothaman
unread,
Apr 5, 2011, 7:29:42 AM4/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com
you need to activate a script using crontab.
In the script
1) initialise the env variables
2) CALL A PROGRAM from the script which will login to t24, do initial check, and start tsm, cob.
Senthil
Ali Javaid
unread,
Apr 5, 2011, 7:32:49 AM4/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com, Senthil Kumar Purushothaman
Time field if specified controls the time the specified number of
agents can be used. The agents specified in the associated multi value
set can be tuned to start a specific time. If this field is left blank,
then the agents are deemed as available always.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com
Hi Natesha,
If there is no agents running at the specified time then i guess it will suffice the requirement by starting the number of agents mentioned in the record.
Hope Ali is also pointing to the same. Please let me know if you think otherwise
Regards Sundar
-- Regards Sundar
Natesha Pandian
unread,
Apr 5, 2011, 8:00:08 AM4/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com, sundar rajan
Hi Sundar,
Yes I agree you and Ali. But we have to the set COB as AUTO right.
Hope Senthil way could be better I think. In Bank Muscat also they did the same for starting services automatically(Not for COB).
-- Regards, Natesha Pandian.S
karthikeyan gowrisankar
unread,
Apr 5, 2011, 8:03:14 AM4/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com
yes natesha... it is BM auto scheduler.... the time need to be set on corntab and the script will refer this time... this script was attached to
karthikeyan gowrisankar
unread,
Apr 5, 2011, 8:04:23 AM4/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com
yes natesha... it is BM auto scheduler.... the time need to be set on
corntab and the script will refer this time... this script was attached
to .profile
Regards, Karthik
H Anureka Rajesh
unread,
Apr 6, 2011, 4:14:57 AM4/6/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to t2...@googlegroups.com
Hi Aruna,
Usually only services might need to be triggered on a predefined time, but triggering a COB is little risky because again you might require manual intervention if there is a COB crash to rectify and run it again.
Is there any specific reason for triggering COB automatically? I mean are you running test COBs?? In that case, yes you can trigger it using crontab but again some errors might left unnoticed.