Search found 73 matches

by DocGoo
16 May 2016 6:11
Forum: Job Definition
Topic: Returning OSCOMPSTAT in PowerShell
Replies: 0
Views: 94863

Returning OSCOMPSTAT in PowerShell

All, In order to properly bring the oscompstat code back from your PowerShell script, you must include this line as the last parameter in the SET tab. ; EXIT $LASTEXITCODE Yes, it begins with a semi-colon. This tells the PowerShell executable that there are no more parameters. The next executable co...
by DocGoo
21 Aug 2014 11:43
Forum: Job Definition
Topic: Steps Errors - Where to Find Error Explanation
Replies: 1
Views: 3530

Steps Errors - Where to Find Error Explanation

Hello,

Sometimes there will be an error in an ON statement in the STEPS tab. The entire block then does not execute. Where can I see what the error was? In a log somewhere?

CTMLOG only shows what executed correctly and not errors or why error occured.

Thank you -- Goo
by DocGoo
21 Aug 2014 7:58
Forum: Job Definition
Topic: In STEPS Want To Avoid Mail Send on Rerun
Replies: 1
Views: 3871

In STEPS Want To Avoid Mail Send on Rerun

Hello,

In the STEPS can I catch if job is being rerun after a fail? Problem comes in on CYCLIC jobs.

So I don't want to use RUNCOUNT but want to know if job has been manually RERUN from EM drop down selection list on screen.

Win 2003
CM 6.4

Thank you -- Goo
by DocGoo
18 Aug 2014 7:54
Forum: Job Definition
Topic: CR or LF in AutoEdit Variable for addition to Mail Message
Replies: 0
Views: 22419

CR or LF in AutoEdit Variable for addition to Mail Message

Hello,

Trying to print nice format of systemvars at end of mail messages for fails. Would like to format some column data in the email and am trying to add a LF and CR to my AuditEdit variable.

CM 6.4
Win 2003 Server

Thank you, Goo!
by DocGoo
23 Jul 2014 6:23
Forum: Job Definition
Topic: Does Out Condition Happen When NOTOK
Replies: 1
Views: 3553

Does Out Condition Happen When NOTOK

Hello, To facilitate a proper rerun order I want to consume the INPUT condition to a job in the OUT condition parameter. I put the job in the OUT parameter with a - (minus) sign and when the job completes this condition is removed from the condition table so the next run does not see it and fire off...
by DocGoo
07 Jul 2014 11:10
Forum: Job Definition
Topic: Are these STEP statements valid???
Replies: 1
Views: 3134

Are these STEP statements valid???

Hello,

COMPSTAT=0 OR COMPSTAT=155
DO OK

COMPSTAT!0 AND COMPSTAT!155
DO NOTOK

CM Ver 6.4
Windows

Thank you,

--Goo
by DocGoo
30 Jun 2014 9:18
Forum: Monitoring
Topic: Using system variables in email subject
Replies: 6
Views: 11777

What Version of 6.4?

Hello,

We are using CM 6.4.01.500 version and variables in the Subject line do not work.

What version of 6.4 are you using to get variables in the Subject????

-Goo
by DocGoo
18 Jun 2014 5:12
Forum: Exploitation / Operation
Topic: CONDITION vs FORCE -----Pro's and Con's ----- Discussion
Replies: 2
Views: 5864

CONDITION vs FORCE -----Pro's and Con's ----- Discussion

We are deciding to use either CONDITIONS or FORCE for our standard way of starting a dependent job when a prececessor has completed ok. Under what conditions would FORCE be preferred over CONDITION? Why both methods? We believe FORCE overrides CONDITIONS if both are used on same job? Pro's and Con's...
by DocGoo
22 May 2014 3:58
Forum: General News
Topic: Security Authorizations
Replies: 1
Views: 7219

Security Authorizations

Hello, I have a user, who is a member of three groups. Under Tools > Authorizations > Privileges > CONTROL-M/Server Security > Authorizations I set this individual user to NONE. I can see this change in the database but there is no effect on the screens. I have logged out and re-logged in and no luc...
by DocGoo
20 May 2014 2:37
Forum: Job Definition
Topic: Control-M/Server Security.
Replies: 4
Views: 5394

Where exactly would we check if Security is set to full on or off?

We have CM 6.4.01 in WinServer box.

Thank you,

--Goo
by DocGoo
19 May 2014 7:14
Forum: End of Support from BMC
Topic: Table name for User Authorisation
Replies: 2
Views: 5413

Try these two tables:

GENERALAUTHORIZATIONS

USERSGROUPS
by DocGoo
19 May 2014 6:20
Forum: Exploitation / Operation
Topic: List of Groups, Users and Permissions
Replies: 1
Views: 5281

Also when I go into Enterprise Manager and use Authorizations and make update changes to a user they do not take effect or appear in the database table GENERALAUTHORIZATIONS.

Is there a switch that enables this feature or turns it on/off?

Thanks again, --Goo
by DocGoo
19 May 2014 5:36
Forum: Exploitation / Operation
Topic: List of Groups, Users and Permissions
Replies: 1
Views: 5281

List of Groups, Users and Permissions

Hello, When I do ctmsec -GROUP_LIST grpName I get the column headers returned but no results. Using CM 6.4.01 on Windows. My goal is to get a coherent list of groups, users and associated permissions in a spreadsheet to review with managment, etc. I am trying to do this either with SQL Server query ...
by DocGoo
01 May 2014 3:15
Forum: Exploitation / Operation
Topic: Suspend All New Day Jobs for 24 Hours
Replies: 6
Views: 11305

Thank you, can we still force jobs to run or will all jobs be prevented from running?

Goo
by DocGoo
30 Apr 2014 9:08
Forum: Exploitation / Operation
Topic: Email Attachment
Replies: 3
Views: 7196

Actually I wanted to attach a data file that is created.

I already do the sysout.

This is all good information though.

Thank you,

Goo