Quantcast
Channel: SCN: Message List - SAP Business Process Automation by Redwood
Viewing all 2607 articles
Browse latest View live

Re: Remove all the job logs from legacy process server

$
0
0

Hi Chris,

 

Goto monitor related jobs as explained above.You will get the list of the jobs associated to job server.Select the first job and go to down N'th and select the job(like 50th or 100th) par alley by selecting shift key and right click and select delete job.

 

Like how we will select(select 1st cell and go to nth cell by selecting shift key at the same time)in excel.

Delete.jpg

Regards

Zameer


Re: Remove all the job logs from legacy process server

SAPISERVICE of Process Server is in connecting Status

$
0
0

Hi,

 

We have process server called ABC created to connect to PI system(ABAP). 3 Services of Process server are used to connect PI backend system.

1. SAPR3Service

2.JobChainService

3.SAPPIService

 

Suddenly SAPPIService of Process server ABC went into Connecting status. We found that the backend PI system was available and the process server connection string was valid by that time. Operator messages just shows that Process Server ABC is in connecting status apart from that we could not see any details. Even no details of this issue has not been recorded in  default traces of server0/log also.

 

As a workround,

 

1. Taken Respective Queue on hold,

2. Stopped Process Server ABC

3.  We had removed SAPPIService from the process server ABC and added it again.

4. Started the Process Server (all services came up)

5.Released Queue

 

SAPPIService Came up after restarting.

 

Kindly let us know, what will cause this issue(SAPPIService went into connecting status) and how does it resolved after restarting.

 

 

Regards,

Renu

Event cannot be trigger

$
0
0

HI.

 

i have one job that being trigger by an event which is to check the path for every 5 sec but suddenly this event keep failing with this operator message

"Failed to find DatumDefinition, this is required. This is most likely due to a missing security grant on the DatumDefinition GLOBAL.System_DoNotReleaseHeldJob" . Anyone familiar with this error message ? Appreciate the help here.

 

 

Regards,

Chris

Re: Report for Job Definition Alert Sources

$
0
0

Hi Nikesh,

 

 

We do not have direct set up for Job Definition Alert Sources and Email that should be send. Here we need take the help of Alert Escalation.

 

Please Create two reports

 

1.One for getting Job Definition Alert Sources Name and Default alert Escalation

          -In Report set up , use Object Definition Query as JobDefinitionAlertSource and select required columns

 

2. Second is for Alert Escalation and Address

           -In Report set up , use Object Definition Query as AlertEscalation and select required columns

 

 

Please link these report in Excel using vloopup()

 

 

Hope this gives you the result your are looking for.

 

Regards,

Ravindranath Reddy

Errored, Killed and Completed jobs

$
0
0


Hi All,

 

We are using the attached script to extract the information of Errored, Killed and Completed jobs.

 

The output of the script extracts the below information of a Jobchain.

 

Jobchain name, Job chain description, Application, Status, Scheduled start, Run start and Run end.

 

 

 

It only extracts the below information of child jobs of a job chain.

 

Child job name, Child job description, Child job application.

 

 

 

 

We are not able to extract the below child jobs information of a job chain. Can one one please help us how to extract the below information of child jobs.

 

Run start, Run end, Remote run start and remote run end.

 

 

 

Regards,

Nanak

Re: Remove all the job logs from legacy process server

$
0
0

Hi Chris,


Your issue is resolved?Please post any alternate way if you found for deletion of SAP Process server.

Re: Event cannot be trigger

$
0
0

Hi Chris,

 

As per the error text,The issues seems to be

1.System unable to find the job definition for the event to raise or trigger(Job definition deleted).

2.The queue which is assigned to job definition is it in hold status and not released.

 

Can you check and let us know.

 

Regards

Zameer


Re: Event cannot be trigger

$
0
0


Hi Zameer,

 

I have the job definition and it is still valid and do not get deleted. Beside that the queue that the job is pointin do not get hold up but is running fine as other job that running on this queue is working fine.

 

Regards

Chris

Re: Event cannot be trigger

$
0
0

Hi Chris,

 

What is the current status.Still operator messages are generating?

Can you increase the event check time from every 5 seconds to longer value.

and also try to clear the event manually and raise the event again or try to restart the CPS system once.Sometimes restart will resolve lot of issues.

Setting up an alert if a job has not started?

$
0
0

Hi,

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.

List all Job definition, Job Chains and Schedules.

$
0
0

Hi All,

 

I am having few doubts,

 

1. I need a list of job definitions and Job chains from all the queues with schedule details. Is there any sql query available to get this data. From UI, I am not able to acheive this. Please help.

 

2. Can any one explain what is Overdue status and in which case it will happen.

 

I am working on collecting reports from CPS. It would be better if you give some fair idea on DB table details. So that we can query and take.

 

Regards,

Muthukumar

Delete Job Chain/ Job Definition in Job Monitor tab

$
0
0

Hi All,

 

I need to remove all the related job in order to delete the process server.

Currently I encounter an issue where there are some Job Chain/ Job Definition which are in Waiting, Killing, Cancelling, Console status

that cannot be deleted.

 

Can anyone provide advice/ solution on how to delete this related job in order for me to proceed to delete the process server?

 

Thank you

Re: Delete Job Chain/ Job Definition in Job Monitor tab

Re: Delete Job Chain/ Job Definition in Job Monitor tab


Re: List all Job definition, Job Chains and Schedules.

$
0
0


Hi,

 

Please use the attached script to extract the information of scheduled jobs.

 

 

 

Scripts that are not run within their time window are set to Overdue status

 

 

 

Regards,

Nanak

File aware jobs

$
0
0

Hi All,

 

I am using the below query to extract all the job chains which are event dependent.

 

"select jc.* from JobChain jc,JobDefinition jd,JobDefinitionWaitEvent jw"

                + " where jc.JobDefinition = jd.UniqueId"

                + " and jd.UniqueId = jd.MasterJobDefinition"

                + " and jd.UniqueId = jw.JobDefinition"

                + " and jd.UniqueId not in (select distinct JobChainCall.JobDefinition from JobChainCall)";

 

 

Can anyone please help me how to modify the above query to extract only file aware jobs.

 

 

Regards,

Nanak.

Re: Writing to Excel sheet

$
0
0

What values you want to write to excel?

 

To write to excel, you will have to download the java libraries that support read/write to excel and load into to CPS and then start writing the code.

 

thanks

Nanda

Re: SAPISERVICE of Process Server is in connecting Status

$
0
0

What version of CPS/BPA are you in?

 

I would recommend checking the network traces if available.

 

thanks

Nanda

Re: Event cannot be trigger

$
0
0

Hi Chris,

This error is caused when the user that scheduled the initial batch job(that will raise the event) doesnt have enough authorization. Make sure the user has all the access.

 

thanks

Nanda

Viewing all 2607 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>