Search found 9 matches

by SKSKD
03 Oct 2014 11:44
Forum: Job Definition
Topic: Set Job alert message
Replies: 9
Views: 11928

Re: Set Job alert message

Hi All,

I got the update on BMC knowledge base.
Knowledge Article ID:KA360781
Need to update on config.dat file on Control-M server path
Please check on BMC for details.

Thanks.
by SKSKD
01 Oct 2014 2:10
Forum: Job Definition
Topic: Set Job alert message
Replies: 9
Views: 11928

Re: Set Job alert message

Hi ,

Can we disble the default alert when a job unable to delete a condition ,it it used to throwing aler to GCS as "Unable to Delete Condition"
So can you please help us to find the solution to disable this.
by SKSKD
13 Jun 2014 6:32
Forum: Job Definition
Topic: Window/powershel script to delete alert from Control-M
Replies: 1
Views: 2710

Window/powershel script to delete alert from Control-M

Hi , I want to deleted alert by job ,I have script for unix , but my Control-M/EM is window based so need a script on .bat or pws1(powershel). ==================== #!/bin/sh # # this script calls erase_alerts to delete any alerts older than 48 hours # echo "Delete Alerts Prior to $1" erase_alerts -U...
by SKSKD
09 Jun 2014 2:24
Forum: Job Definition
Topic: Control-M for SAP detected the following SAP error
Replies: 0
Views: 15231

Control-M for SAP detected the following SAP error

Hi,

We have some SAP jobs which are need to be execute without any VARIENT.
But job is failing with the below while execution.
Thanks for your input on this.
we are working on Control-M V8

Control-M for SAP detected the following SAP error:
Error message: - No variant specified
Error code: 242
by SKSKD
13 May 2014 6:12
Forum: End of Support from BMC
Topic: how to move a file to new location with time stamp
Replies: 5
Views: 6789

could you try something like: move D:\ABCD.txt D:\DD\ABCD."%%TIMEST".txt or move D:\ABCD.txt D:\DD\ABCD."%TIMEST%".txt or set a cmd variable like: set ts=%%TIMEST & move D:\ABCD.txt D:\DD\ABCD."%ts%".txt i don't have the enviroment to test right now, the last one will work as you are using "move" s...
by SKSKD
13 May 2014 2:18
Forum: End of Support from BMC
Topic: Table name for User Authorisation
Replies: 2
Views: 5048

Table name for User Authorisation

I want to extract all the data for the control-M users and and to which group they belongs to in Control-M 6.3.
So thanks to let me know what will be table name in the control-M server schema.

Thanks
SKSKD
by SKSKD
09 May 2014 4:22
Forum: End of Support from BMC
Topic: how to move a file to new location with time stamp
Replies: 5
Views: 6789

how to move a file to new location with time stamp

Suppose my file in X location is ->ABCD.txt Move to Y location with appending timestamp. like ABCD.20140509094707.txt What i did But the out put I am getting in job after difined a variable is ABCD.20140509094707txt Where variable defined is %%TIMEST=%%$DATE.%%TIME And command is move D:\ABCD.txt D:...
by SKSKD
27 Apr 2014 10:05
Forum: Job Definition
Topic: file Wathcher job not picking rihgt file while execution.
Replies: 2
Views: 3652

file Wathcher job not picking rihgt file while execution.

Hi, I am using ver 7 and my file watcher some time working fine and most of the time not fine as it picks any old file Requirement. Execution time between 1 AM to 6 am Need to check the file ABC1234.txt_Log.txt.Archive here in file 1234 is numeric value and changing , but rest are constant. File siz...
by SKSKD
27 Apr 2014 9:30
Forum: Job Definition
Topic: Email alert on third failure
Replies: 8
Views: 7616

Hi you can use this

ON * RUNCOUNT=3,NOTOK DO.... MAIL...