Search found 58 matches

by jstarkw
07 Feb 2014 6:24
Forum: Job Definition
Topic: Schedule help needed.
Replies: 4
Views: 3825

Schedule help needed.

I have a job-A that schedules on every Thursday. It is in the middle of a 3 day production stream. job-A cannot run until afte 8:00pm on Friday. I cannot use the time setting of 8:00pm because the predecessor job may not run until early Saturday morning. This will cause job-A to wait until 8:00pm on...
by jstarkw
07 Feb 2014 5:52
Forum: Control-M Control Module
Topic: Oracle stored procedure not working using CM for databases
Replies: 4
Views: 7539

Hi Klaus,

The stored procedure has no input parameters, Just called it from db madule. I beleive I have this resolved now. db module 7.1 has a known bug. BMC support provided this to fix my issue.

https://kb.bmc.com/infocenter/index?pag ... d=KA401009

Thanks,
by jstarkw
11 Nov 2013 10:05
Forum: Control-M Control Module
Topic: Oracle stored procedure not working using CM for databases
Replies: 4
Views: 7539

Hi,
the input parameters are taken from the database module template. I entered the schema and package, pyulled the procedure from the drop down list.

Regards,
by jstarkw
01 Nov 2013 2:25
Forum: Control-M Control Module
Topic: Oracle stored procedure not working using CM for databases
Replies: 4
Views: 7539

Oracle stored procedure not working using CM for databases

Hi, When I run a simple analyze tables stored procedure for Oracle 11. I am getting the following oracle error. ORA-00604: error occurred at recursive SQL level 1 ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 17 ORA-20001: ORA-06502: PL/SQL: numeric ...
by jstarkw
14 Oct 2013 9:11
Forum: Control-M Agents
Topic: running 2 agents, different version on Linux
Replies: 3
Views: 7586

running 2 agents, different version on Linux

i cannot figure out how to know which agent is access a .bash-profiel. i am trying to put an if clause like this in my .bash_profile. if agent version 8 then export PATH=${PATH}:/opt/BMC/controlm/ctm/scripts:/opt/BMC/controlm/ctm/exe export LD_LIBRARY_PATH=/opt/BMC/contrlom/ctm/exe export CONTROLM=/...
by jstarkw
14 Oct 2013 8:59
Forum: Job Definition
Topic: job failed with sysout error
Replies: 2
Views: 3529

Hi,

I have seen this error when you have an invalid owner for the server you are running on. check that the owner exists on the server.
by jstarkw
27 Jun 2013 11:02
Forum: Control-M Agents
Topic: Running ctmorder from a FW rules file.
Replies: 1
Views: 5553

Running ctmorder from a FW rules file.

I am trying to order a job after a file watcher using a rules file. I can get this to work only if I do not use -ingrouporderid , in which case it orders the job in a new group. I want it to order in the same group the FW rules is running. It appears I am unable to use auto adit variables in a rules...
by jstarkw
26 Jun 2013 8:52
Forum: SQL Scripts
Topic: Run a windows batch file from Control-m
Replies: 2
Views: 9814

Hi, Are you running the batch file in control-m as the same user (owner) that runs successfully when done manually? If you do not select "Logon as: Local system account" in the agent service properties (Logon tab) it will always run as the entry in "Logon as: This account". It will not matter what y...
by jstarkw
23 May 2013 6:47
Forum: Job Definition
Topic: scheduling and prequiste conditions
Replies: 2
Views: 3292

scheduling and prequiste conditions

Hello All, I have a control-m 6.4 scheduling question. Is there an easy way to attach a prerequisite condition to a job that orders on Thursday from a job that was ordered and ran successfully on Tuesday? I am currently using a static condition but this does not work sometimes due to the Tuesday job...
by jstarkw
04 Apr 2013 4:50
Forum: Control-M Enterprise Manager
Topic: Ended status not updating in EM.Remains in Grey..
Replies: 1
Views: 3786

This same scenrio happened to me when my MSSSQL log file maxed the hard drive space. Also check to make sure your database(s) have not reached max size.
by jstarkw
04 Apr 2013 4:37
Forum: Job Definition
Topic: Filewatcher not working
Replies: 1
Views: 3622

Hi,

What version/patch level is the agent?

Did anything change? rules file? environment? recent patches?
by jstarkw
04 Apr 2013 4:11
Forum: Enterprise Controlstation
Topic: HELP - Database Server Name Change
Replies: 1
Views: 17633

Hi, Also need to make a change in registry where your EM and server are inststalled. Change the ODBC connection in the registry for SOURCE EM with the name of the TARGET MSSQL windows server hostname: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.ini\CTMEM640_default Change the Registry entry for the SOURCE...
by jstarkw
27 Mar 2013 10:11
Forum: Control-M Agents
Topic: Agents "returning from the dead"
Replies: 5
Views: 8840

You may have a scheduling table(s) with no jobs in them getting ordered. These will not be visable in the EM.
by jstarkw
14 Feb 2013 8:05
Forum: Control-M Enterprise Manager
Topic: Control-m version 8 thoughts and opinions.
Replies: 1
Views: 3996

Control-m version 8 thoughts and opinions.

I have been in the process of upgrading to version 7. Now, I have recently been introduced to version 8 via webex and it really looks awesome. I am seriously considering upgrading to 8 instead of 7. Would love to hear some opinions from the group. Is it stable? Easy to learn? pro's con's and so fort...
by jstarkw
14 Feb 2013 6:25
Forum: Job Definition
Topic: Using ctmvar with %%$CALCULATE
Replies: 6
Views: 12357

Correct me if I am wrong but you cannot execute %%CALCDATE from the command line. It is a bmc internal function.