Hello,
The End After Recurrence does exactly as it says: after 5 occurences: stop submitting. If you always want to see the next 5 occurences, only put 5 in the presubmitted box.
Regards Gerben
Hello,
The End After Recurrence does exactly as it says: after 5 occurences: stop submitting. If you always want to see the next 5 occurences, only put 5 in the presubmitted box.
Regards Gerben
All restart behaviors are empty and no Global Defaults are set.
Hi Gerben,
I am using the RunMyjobs (Redwood which almost similar to BPA) version - 9.0.13.12. I am trying to import my from DEV TO TEST FROM XYZ_SIT application (Sub application X1_SIT OF DEV) to XYZ_E2E (Sub application: X1_E2E OF TEST) With below code import action:
{
Application app =
jcsSession.getApplicationByName("XYZ_E2E");
for (final Iterator it = jcsImportRuleSet.getObjects().iterator();
it.hasNext();)
{
Object o = it.next();
if (o instanceof ApplicationObject)
{
((ApplicationObject) o).setParentApplication(app);
}
}
}
-------------------xxx----------
a) if i am trying to import the object in XYZ_E2E {WITH jcsSession.getApplicationByName("XYZ_E2E")}
Its working perfect and objects are successfuly imported in XYZ_E2E
b) but when i am trying to import under sub application of XYZ_E2E i.e.X1_E2E (jcsSession.getApplicationByName("X1_E2E");
Its getting failed with same error ..
ERROR 2015-07-13 11:50:58,533 Etc/UTC [Redwood Job Thread Pool: GLOBAL.System.System worker 0] job.System_Import_Archive.99685025 - Import failed, no objects have been imported.
-- JOB RUN STACK TRACE --
JCS-112016: Import from file:/opt/runmyjobs/j2ee/cluster/shard25/log/scheduler/99680000000-99689999000/99685025/JOB_99685025carin.car.car has unresolved references:
[Application:XYZ_SIT.X1_SIT.$2]
at com.redwood.scheduler.system.jobs.CronacleArchiveImport.assertAllObjectsResolved(CronacleArchiveImport.java:1103)
at com.redwood.scheduler.system.jobs.CronacleArchiveImport.executeImport(CronacleArchiveImport.java:745)
at com.redwood.scheduler.system.jobs.CronacleArchiveImport.executeImportRetry(CronacleArchiveImport.java:703)
at com.redwood.scheduler.system.jobs.CronacleArchiveImport.runInternal(CronacleArchiveImport.java:678)
at com.redwood.scheduler.system.jobs.CronacleArchiveImport.run(CronacleArchiveImport.java:287)
at com.redwood.scheduler.system.jobs.CommonSystemJob.execute(CommonSystemJob.java:52)
at com.redwood.scheduler.systemjobservice.impl.JobWorker.doWork(JobWorker.java:269)
at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:81)
at java.lang.Thread.run(Thread.java:745)
-----------------------------------------------
Could you please advise the what need to be done to import the object to sub applications? Is the code will be different for it ?
Many thanks,
Regards,
Abhishek
Hi Gerben,
Thanks for your answer, that's the idea however doing it like that my question is to which file. fisically on the appserver will it write.
I have physical access to the unix FS so I would like to do a tail -f XXXX and see my debug messages but only my debug messages and I think that if we use this method the info will go to the mail log in the appserver.
Regards.
Miguel Campos.
Hello Miguel,
In this case the messages (and only your messages) will be picked up by the System_DynamicTrace job, the nice thing is that the System_DynamicTrace has live feedback, so it shows you a tail -f from the UI directly.
Regards Gerben
Hi,
Can anyone please help me how to modify the attached script to extract the information of
child job name, child job description and child job application of a job chain.
Regards,
Nanak.
Hi Ganesh,
Not only the running jobs, whatever the jobs configured in each application, we need to find the complete list.
I have a job that runs every 5 minutes in cps. I have had times when the job has not started when it should and does not start until late, due to system issues or something. I would like to know, is there something I can setup to have it alert me, when this job hasn't started within 15 minutes from the 5 minutes Submit frame I am using now? Thanks in advance for any sugguestion if this is possible.
Hi Nanda,
There is only one instance of the agent running. We will try to install one more instance as you suggested to resolve the issue.
server_acl file was not created when the agent was installed. Below is the screenshot.
Below is the process which we have followed while installing the agent.
It has never asked to register the agent at the time of installation. This is the reason might be server_acl file was not created. Do this cause issue if server_acl file don't exist?. Please advise.
Below are the contents of the 'register.properties' file
key=ProcessServer:GLOBAL.<Process server name>
secret==<secret key>
port=1555
ServerUrl=<dev server url>
ServerUser=<user name>
Regards,
Lohit
That's a pitty!
So I will try to use an ImportRuleSet for removing the ".$2" and new jobparameter-sections.
Thanks!
Best regards
Dana
Hi Gerben,
I re-read your your solution and enven if it's not what I wanted originally its a useful one.
however I have a doubt.
"custom.mycompony=debug"
what is the literal "mycompony" stands for the jd_name, the class name I used to create the logger? or what.
Regards.
Miguel campos.
Hello,
The custom.company stands for the package name your class lives in. It will automatically take all classes from the package and its subpackages. If the package name starts with com.redwood.scheduler, you can leave that out and start with the bit after scheduler.
Regards Gerben
Hi All,
In our company we have plans of migrating SQL DB of CPS to HANA DB(Multitenant DB). Can anyone please explain me the roadmap of CPS upgrade to BPA.
-->Is BPA is new installation or just it is upgrade of CPS component ETPRJSCHEDULER ?
-->Which Version of Netweaver will support BPA?
Regards,
Renu
Hi Rick,
I had similar issues. If you have alerting module it is easier.
In these cases, the job actually gets stuck in "Assigned" or "Held". So i would recommend create a job alert source for assigned status and set delay as 2 minute and one for Held status.
If you do not have alerting module, probably a trigger will help.
thanks
Nanda
Hi Kumar,
Thanks for the reply. This job does not get stuck in Assigned or Held, they just sometimes seem to just not start on time, on the Every 5 minutes intervals we set it to. They do finally run and complete, but sometime not until above 20 minutes to 30 minutes later. This does not happen often. We have been told, this is due to on some days, it is the load or amount of jobs running on the system at that time. Which is fine, but on the days this does happen, we would like to be alerted via an e-mail.
Hopefully you have come across this type of scenerio. Let me know if I provide any other information that would help. The alerting module we use is the Redwood CPS
The alerting module we use in the Redwood CPS Build: M33.116-80989. Hope that helps.
Rick
You dont have to create the process server and then install the platform agent.
You can directly install the platform agent and as a part of registration it will automatically take care the creation of the Process Server in CPS.
thanks
Nanda
Hi Renu,
thanks
Nanda
In that case setup the maximum run time limit on the job definition and alert using the adhoc alert source.
thanks
Nanda
Thanks Nanda,
We are in NW 7.40 SP6, so i hope upgrade of scheduler component ETPRJSCHEDULER will be fine.
Regards,
Renu
In Service Market Place,I found that BPA component as REWOODBPA, and our current scheduler component is ETPRJSCHEDULER, Kindly explain me how does upgrade works here?