Quantcast
Channel: SCN : Unanswered Discussions - SAP Business Process Automation by Redwood
Viewing all 646 articles
Browse latest View live

Full Spool is not downloading from SAP to Redwood Cronacle in Excel format

$
0
0

Hi All,

 

The spool generated by SAP Program is not getting downloaded to Cronacle completely when Excel format is used, but when we use txt format then complete spool is getting downloaded properly. Can anyone suggest what could be the reason and provide a solution?.

 

Parameter: Default Output Format in Job Definition tab.

 

Cronacle Version is M33.112-77132

 

Regards

Rajkumar


java.lang.StackOverflowError

$
0
0

Hi,

 

Whenever i run system jobs like System_removeoldjobs I always ended up with java stack error.

And also when searching old job Id it always resulted to that.

 

Can someone here help me why this error came out?

What are the possible reason and the solution for this?

 

 

Thanks!

 

 

-Alyssa

JCS-108002 (error when down download the file from report)

$
0
0

Hi,

 

i manage to successfully to run my job to extract but when i try to download the report. I give me this error message : "

Errorcom.redwood.scheduler.jobfile.exceptions.JobFileBackendsExhaustedException: JCS-108002: The specified job-file (ID: 1,366,038,027) cannot be retrieved. The file seems to be missing." I did not have this issue previously. Anyone have any idea what could cause this issue ?\

 

 

Regards,

Chris

SAP CPS Export/Import from PRD to DEV and other systems

$
0
0

Hi All,

 

We had implemented SAP CPS in NW 7.x in Production system. There are about 4000 jobs(Both ABAP and PCs) currently running in CPS. What would be the recommended approach if we wanted to implement CPS on rest of the systems in the landscape.  I am aware that its possible with promotion, but my questions are...

 

1. Where do CPS repository located in the system if we want to take backup(Assuming this is the place where all CPS data resides, else please mention which one) of this before export.

 

2. When we export we get job definitions, PCS and rest of the objected created in the source system, while doing import where do we need to change the SID(Target), Client name etc. Once the import is completed do we see all the objects prefixed with Target SID?

 

3. Do we have to change the Job Definitions, Schedules, Time Windows etc all that we created for source system(PRD) after importing into target system (QAS)

 

4. If we have to create schedules, time windows etc it may take very long time when the jobs are in thousands.  Is there any other possibility?

 

5. Do we also have to create Queues after import or whats the effect on Queues after importing?

 

6. What are the major precautions/challenges that has to be considered when doing this activity to get everything in place.

 

Please share your views ASAP.  Thanks in advance.

 

Regards,

Venkat

automation in Job chains

$
0
0

Is it possible to make a unix script which can be useful in renaming the job chains in redwood cronacle?

Script to rename a Job chain in redwood cronacle.

$
0
0

Can any unix script be made by the help of which we can rename the job chain in redwood cronacle.?

SSO for BPA in NW 7.4

$
0
0

Hello,

 

I found in the doku of BPA, that I can enable SSO for BPA:

 

"Enabling Ticket Authentication in Visual Administrator:

 

Open Visual Administrator on the global server.

Navigate to config > services > security provider.

Locate the following component:

redwood.com/scheduler-ear*scheduler

Switch to edit mode, on the right-hand side and select the Ticket template.

See Using Logon Tickets to configure SAP NetWeaver for logon ticket authentication"

 

 

But there is no visual admin for NW 7.4.

 

How have I enable SSO in NW 7.4?

 

 

Best regards,

Jan

Event based not showing in Job monitor after first event trigger

$
0
0

When I am scheduling the event based job  it works for every time , however in Job monitor I cant see job in status wait event status .

Job shows in event wait status and  after first event  trigger ,it goes into the completed status. 

Once One event based completed same job should go into the event wait status .


How to schedule event based job periodic in Redwood ?


Regards,

Jeet


Overdue notifications

$
0
0

Hi All,


We are able to receive notifications for jobs which are errored or Killed with the below trigger. But we are not receiving the notifications for 'overdue' jobs.

 

{
   String strLogFileName = "";

    if((jcsPostRunningContext.getNewStatus().equals(JobStatus.Error)     ||
        jcsPostRunningContext.getNewStatus().equals(JobStatus.Overdue)   ||
        jcsPostRunningContext.getNewStatus().equals(JobStatus.Killed)) 
       )
    {
          
      {

         String email = "abc@ghi.com";
         String subject = "Redwood job abend";
         String strText = "Job id=" + jcsJob.getJobId().intValue() + ", Job name=" + jcsJob.getJobDefinition().getName() + ", Job Description=" + jcsJob.getDescription() + " , has abended";
         JobDefinition jd = jcsSession.getJobDefinitionByName("System_Mail_Send");

     {
          Job subJob = jd.prepare();
          subJob.getJobParameterByName("To").setInValueString(email);
          subJob.getJobParameterByName("Subject").setInValueString(subject);
          subJob.getJobParameterByName("Text").setInValueString(strText);
          }
     }

   }
}

 

 

 

Can any one please advise..do I need to add any extra lines of code to receive notifications for overdue jobs.

 

Regards,

Lohit

Job Alert when runtime is unusual

$
0
0

Hi All,

 

Is it possible to determine when a job runs longer than it's usual run?

 

For example:

Job 1 is usually finished after 10minutes but today it finished after 1hour.

 

So what we need is a notification from this job when it runs longer than usual.

Or even a script with the list of all jobs with unusual run.

 

Thanks!

 

 

Alyssa

Time Window - First Business Day of the Week

$
0
0

Hi All,

 

I need to create a Time Window which will be open during First Business Day of the Week.

 

Any assistance will be appreciated.

 

Thanks

BAPI exception while calling BAPI_XBP_JOB_JOBLOG_READ

$
0
0


Hi All,

 

 

We are using SAP CPS M33.104.

We are running a mass activity in SAP from CPS which spawns many child jobs. Some child jobs are getting errored with the below operator message.For the succesful child jobs..logs are retreived into CPS. Logs are not getting retrieved for the errored child jobs. Please advise.

 

An error has occurred in the SAP connector: BAPI exception while calling BAPI_XBP_JOB_JOBLOG_READ: E XM 034 Internal problem (function BAPI_XBP_JOB_JOBLOG_READ) [BAPI_XBP_JOB_JOBLOG_READ, , , ]
Parameters:

Cronacle
18540500
BI_ECC_RFKK_MA_INVOICMASS_02
0
X
Details:
BAPI exception while calling BAPI_XBP_JOB_JOBLOG_READ: E XM 034 Internal problem (function BAPI_XBP_JOB_JOBLOG_READ) [BAPI_XBP_JOB_JOBLOG_READ, , , ]
Parameters:

Cronacle
18540500
BI_ECC_RFKK_MA_INVOICMASS_02
0
X
at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.checkBapiReturnCode(ClientConnectionImpl.java:727)
at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.call(ClientConnectionImpl.java:533)
at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection$4.doPerform(AbstractRfcConnection.java:310)
at com.redwood.scheduler.connector.sap.rfc.connection.RemoteFunctionCall.perform(RemoteFunctionCall.java:147)
at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.perform(AbstractRfcConnection.java:481)
at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.execute(AbstractRfcConnection.java:303)
at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.SapFunctionModuleWrapper.execute(SapFunctionModuleWrapper.java:200)
at com.redwood.scheduler.connector.sap.rfc.jco.AbstractSapFunctionModule.execute(AbstractSapFunctionModule.java:109)
at com.redwood.scheduler.connector.sap.rfc.job.xbp.BatchJob.retrieveJobLog(BatchJob.java:1613)
at com.redwood.scheduler.connector.sap.rfc.job.xbp.BatchJob.retrieveJobOutput(BatchJob.java:1350)
at com.redwood.scheduler.connector.sap.rfc.job.AbstractSapJob.retrieveOutput(AbstractSapJob.java:727)
at com.redwood.scheduler.connector.sap.rfc.service.components.monitoring.SapJobFinalizer.doWork(SapJobFinalizer.java:155)
at com.redwood.scheduler.connector.sap.rfc.service.components.monitoring.SapJobFinalizer.doWork(SapJobFinalizer.java:60)
at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:76)
at java.lang.Thread.run(Thread.java:763)

 

 

 

Thank you for your help in advance.

 

 

 

Regards,

Tinku

Redwood Forecasting Issue

$
0
0

Description of Business Processes with Business Impact: We are forecasting job for the coming outage and observed the forecasting is not working correctly . while forecasting it is manipulating the timezone and forecasting the jobs which are not running in the window . Screenshots attached , please advice .

ECC application servers in CPS

$
0
0

Hi All,

 

 

ECC application servers are not visible in SAP Sytem-->Maintain objects. PFA screenshot. We have 6 app servers in Production.

 

ECC App servers.png

 

 

Could you please advise if there is any issue with the CPS installation. We are using M33.104 version of CPS.

 

 

 

Regards,

Lohit.

CPS Production system id

$
0
0

Hi All,

 

We have installed platform agent on a windows server where we run some batch scripts on it. We run batch scripts on this windows server from CPS DEV, QA and PROD system. The platform agent installation directory where the logs gets created only shows the system id's of CPS dev(SAP_RD1_00) and CPS QA(SAP_RQ1_00) only.  It is not showing the system id of CPS Prod. Instead when we run the batch scripts from CPS Prod, production logs are getting created in "SAP_RQ1_00" which is the system id of CPS QA.

 

In Operator messages on Production system, the below message is displayed.

 

"JCS-116010: Platform agent reports: Strict checking is enabled, Agent will only respond to X-RW-SystemId requests from SAP_RQ1_00"

 

Please advise.

 

CPS Build: M33.104

 

 

 

Screenshot.png

 

 

 

Regards,

Lohit


Upgrade CPS 8.0 to BPA 9.0 on HANA DB

$
0
0

Hi all,

we're facing two Scenarios:

1. Upgrade CPS 8.0 --> BPA 9.0, afterwards Migration on HANA DB

2. Installing a new BPA 9.0 on HANA DB and using Export/Import functionality for Content transfer CPS 8.0 to BPA 9.0

Does anyone have experience with that topic, which one is preferred?

 

Regards

   Dirk

mixmode license free and full

$
0
0

Hello,

I need help:

 

We have some SAP landscapes (like ERP and CRM), but we want only by a full license for our ERP landscape.

 

Could I use one BPA installation for both landscapes ( a free license for CRM and the full license for ERP)?

Or could I imprison CRM, that I can't use the function of the full, or have I install two BPA Systeme?

 

Best regards,

Jan

SAP CPS Job Definition Duplicate function grey out

$
0
0

Hi,

 

I encounter an issue where some of the job definition can be duplicated but i would not be able to do so some job. The function duplicate to be grey out, anyone encounter same issue or have any idea what could cause this issue? From my checking in the help provided by SAP, it only that 'only custom and some built-in jobs can be duplicated" which no clear cut what this statement mean. Appreciate any input here.

 

 

Regards,

Chris

Spool Via email in SAP REDWOOD

$
0
0

Hello ,

 

Req is Spool Needs to be sent to 1 of the email id. When i give the email id for 'Spool Request Recipient' under parameter PRINT_RECIPIENT for a batch job in SAP REDWOOD CPS,

 

Its getting saved but while Submitting it says that it cant accept more than 12 Chars.

 

So can any 1 help me out how send a  spool to email id via Batch job

 

Thanks in Adv

Chainparameters- calling one parameter of job into another job (of same master chain)

$
0
0

Hi, I am trying to call the one parameter of job into another parameter of job with in same process chain. I have created a chain with 2 step (Job1 and Job2) with Variable VAR1 & VAR2 AT step 1 and VAR3 AT STEP3. So i have tired with following below method and its not working:

 

VAR3 =JobChainParameters.getOutValueString('Step 1, Job 1', 'VAR1')

JCS-122021: Could not evaluate default value for parameter: Parameter VAR3 for process 77513025

Step 1 is the step1 of the chain, Job1 is the first job of the chain & Var1 is the variable of job1.

 

I Have also tried with below script but its giving me same error and many others way:

VAR3= chainParameters.VAR1

 

But, when I am trying to call in same job with below, its working fine so why the above script it not working?

VAR2= parameters.VAR1

 

 

Please advice.

 

Regards,

Abhishek

Viewing all 646 articles
Browse latest View live


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