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

Get all job definition existing in CPS

$
0
0

Hi,

 

Is it possible to get all the job definition and chains created in redwood even if it not yet scheduled.

Because using Reports we can only select jobs which have status.

What i want is to delete all jobs that doesn't have scheduling and jobs that we are no longer using.

 

Thanks in advance!


How to schedule background job for transport import every 30 minutes

$
0
0

The challenge is job name of the transport job varies each time you schedule. For instance

TMS_0000000022TMS_TP_IMPORT

TMS_0000000023TMS_TP_IMPORT

I would like to schedule transports regularly every 30 minutes instead of manually importing into QAS. The job should checks whether any transports are released from DEV and import them. I hope I am clear in my query.

 

Is there any possibility. Thanks for your input in advance.

Submit Multiple Job Definitions/Job Chains with same Time window/Submit frame in mass

$
0
0

Hi,

 

We have a requirement to submit multiple Job Definition/Job Chains which are part of common Time Window/Submit frame/Queue....

 

Ex. We have over 50+ different jobs/job chains which will runs Monday to Friday for every 2 hours on same Queue "XXX_Queue".  Instead of submitting each job/job chain manually, we would like to know if we could use any script that can achieve our requirement? since we have couple of other jobs which fall under same scenarios...

 

We are on M33.104 version. Please let me know if any one has any scripts or alternate way of submitting multiple jobs/job chains in mass.

 

 

Thanks in advance!

Nidhi.

How to update all job definitions parameter which belongs to one application area

$
0
0

Hi,

 

I am just wondering if any script to update one of the parameter value for all job definitions which belongs to one application area.

 

Ex: we have application area called Basis where we keep all job definitions related to Basis jobs and if we want to update one of the parameter value for all of the jobs at one go rather than going and editing individually

 

Thanks

Subrhamanyeswar

schedule a job with dependancy in Redwood.

$
0
0

There are 5 jobs like A, B, C, D, E. job B, C, D depends upon success of Job A. But job E depends upon Only job D. Here my question is how i schedule job E, which only depends upon D. Step 1 A, step 2- B,C,D and step 3 -E.  here step 3 depends upon all 3 jobs to complete, which i don't want. i want job E depend only Job D. is there any option in redwood to for such dependance.

 

job error -cannot start job processor

$
0
0

HI,

 

I encouter an issue when i try to run a job which it keep getting error with the below operator message. Any thought on this error ?

 

 

 

Could not start job processor: arguments
14544012, 1133313662, AMD\SAPServiceRWP, C:\Program
Files\Redwood\Agent\var\SAP_RWP_01\AUSXXPRDUT00\pchannel, C:\Program
Files\Redwood\Agent\var\SAP_RWP_01\AUSXXPRDUT00\jobs\14540000-14549999\14544012,
C:\Program
Files\Redwood\Agent\var\SAP_RWP_01\AUSXXPRDUT00\jobs\14540000-14549999\14544012\script,
C:\Program
Files\Redwood\Agent\var\SAP_RWP_01\AUSXXPRDUT00\jobs\14540000-14549999\14544012\run_CMD.cmd,
C:\Program
Files\Redwood\Agent\var\SAP_RWP_01\AUSXXPRDUT00\jobs\14540000-14549999\14544012\pars,
C:\Program
Files\Redwood\Agent\var\SAP_RWP_01\AUSXXPRDUT00\jobs\14540000-14549999\14544012\parscmd,
C:\Program
Files\Redwood\Agent\var\SAP_RWP_01\AUSXXPRDUT00\jobs\14540000-14549999\14544012\JobFiles\stdout.log,
C:\Program
Files\Redwood\Agent\var\SAP_RWP_01\AUSXXPRDUT00\jobs\14540000-14549999\14544012\JobFiles\stderr.log,
C:\Program
Files\Redwood\Agent\var\SAP_RWP_01\AUSXXPRDUT00\jobs\14540000-14549999\14544012\JobFiles\stdlog.log

 

 

regards,

Chris

ForecastJobs() - optional List of UniqueIds is mandatory?

$
0
0

Hi everyone,

Build CPS 8.0 M33.104

 

 

It all started with not being able to export the job forecast in a csv format. Please let me know if it is possible.

 

Now i wanted to utilize the JobForecaster class, however i am facing a serious of problems:

 

My code snippet:

 

java.util.TimeZone tz = java.util.TimeZone.getTimeZone("PST8PDT");
DateTimeZone begin = new DateTimeZone(tz,2015,3,14,1,0,0,0);
DateTimeZone end = new DateTimeZone(tz,2015,3,14,2,0,0,0);
JobForecaster jfc = new JobForecaster();
List l = new ArrayList();
l.add(Long.valueOf(50774835));
jcsOut.println(l.size());
Iterator it = jfc.forecastJobs(jcsSession,begine,end,l);
while(it.hasNext())
{
ForecastJob fcjob = (ForecastJob)it.next();
DateTimeZone estdtz = fcjob.getExpectedStartTime();
DateTimeZone eetdtz = fcjob.getExpectedEndTime();
jcsOut.println(fcjob.getJobDefinition().getName()+","+estdtz.toString()+","+eetdtz.toString());
}

1. as per documentation, List jobUniqueIds is optional, however if i don't pass it, i get the error:

symbol : method forecastJobs(com.redwood.scheduler.api.model.SchedulerSession,com.redwood.scheduler.api.date.DateTimeZone,com.redwood.scheduler.api.date.DateTimeZone)

 

2. so i created a list and added one element 50774835, which is a unique id of a job that runs every 15 minutes.(above snippet),


Caused by: java.lang.NullPointerException: while trying to invoke the method com.redwood.scheduler.api.model.JobDefinition.getName() of a null object returned from com.redwood.scheduler.api.model.ForecastJob.getJobDefinition()

 

3. when  i removed the jobdefinition part from line 15 above, i am able to print the estimated start time/end time/runtime (i assume in milliseconds), however i do not see an option to validate whether i am forecasting the job i want, because as per the results, the job had an estimated run time of a minutes, however, the average run time of the job is just 6.5 seconds with a standard deviation of 13.5 seconds.

 

4. that brings to me to my main question, how do forecast all jobs that fall withing a time frame, if i have to pass the list of uniqueids as a mandatory value?

 

any help is appreciated.

 

I do understand that forecast is not persisted and resource intensive, but how else can we build a dynamic forecast based on the most latest runtime statistics.

 

thanks

Nanda

Using System_ForceUnknown in Redwood CPS

$
0
0

Hi Redwood Experts,

 

Our Redwood CPS Production System is currently experiencing issues.

 

     1. Process Chains cannot reached status COMPLETED, It is stuck in WAITING  status eventhough it was already completed in SAP side.

         So our work around is to force the PCs status to unknown to reaclculate to its next scheduled run.

 

     2. Most of our Jobs got delayed.For example,  a job that runs usually before in every minute frequency, as of now they are running for more than 10Min or higher . We have more than 5000+ Jobs that are currently running in Redwood CPS

 

Upon Investigation, We found out that there are several Jobs that are stuck in Waiting status for more than a month/year,Those Jobs are commonly CCMS jobs, jobs that are generated by Process Chains. .

 

 

status.png

My Question is,

 

     1.     When we unknown the PARENT job, does the child job status will also be UNKNOWN?

     2.      if Yes, Why some of its child jobs stuck in non-final state?(waiting/running)

     3.     Do those non-final state jobs still used Redwood resources?

     4.      Is there any options that we can do to bring those non-final state jobs to final state ?

     5.      Can you suggest any useful actions in order to prevent this kind of issue ?

 

Thank you for your help !

 

Regards,

--------------

leo


Get all job definition existing in CPS

$
0
0

Hi,

 

Is it possible to get all the job definition and chains created in redwood even if it not yet scheduled.

Because using Reports we can only select jobs which have status.

What i want is to delete all jobs that doesn't have scheduling and jobs that we are no longer using.

 

Thanks in advance!

How to schedule background job for transport import every 30 minutes

$
0
0

The challenge is job name of the transport job varies each time you schedule. For instance

TMS_0000000022TMS_TP_IMPORT

TMS_0000000023TMS_TP_IMPORT

I would like to schedule transports regularly every 30 minutes instead of manually importing into QAS. The job should checks whether any transports are released from DEV and import them. I hope I am clear in my query.

 

Is there any possibility. Thanks for your input in advance.

Error occured when starting process chain

$
0
0

When we want to start a process chain via SAP_BW_ProcessChainRun we get the following error log:

 

-

-


Failed to start process chain /NSN/C_DSP_TR_GLOBAL_II. No logid was returned by the BW-SCH API.

 

com.redwood.scheduler.connector.sap.rfc.connection.exception.SapBapiException: BAPI exception while calling RSPC_API_CHAIN_START: E RSPC 022 Processes with Error

 

BAPI exception while calling RSPC_API_CHAIN_START: E RSPC 022 Processes with Error

     at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.checkBapiReturnCode(ClientConnectionImpl.java:789)

     at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.handleRscpApiErrors(ClientConnectionImpl.java:808)

     at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.call(ClientConnectionImpl.java:505)

     at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection$4.doPerform(AbstractRfcConnection.java:296)

     at com.redwood.scheduler.connector.sap.rfc.connection.RemoteFunctionCall.perform(RemoteFunctionCall.java:120)

     at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.perform(AbstractRfcConnection.java:461)

     at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.execute(AbstractRfcConnection.java:289)

     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.command.impl.BwProcessChainCommand.execute(BwProcessChainCommand.java:98)

     at com.redwood.scheduler.connector.sap.rfc.command.AbstractXbpCommand.doExecute(AbstractXbpCommand.java:86)

     at com.redwood.scheduler.connector.sap.rfc.command.AbstractCommand.execute(AbstractCommand.java:56)

     at com.redwood.scheduler.connector.sap.rfc.service.operation.RunJobOperation.doWork(RunJobOperation.java:103)

     at com.redwood.scheduler.connector.sap.rfc.service.SapJobWork.doWork(SapJobWork.java:38)

     at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:74)

     at java.lang.Thread.run(Thread.java:579)

-

-


 

What could be the reason?

Thanks

Br

Günter

 

SAP CPS Export/Import

$
0
0

Hi All,

 

Could you please clarify the below query.

 

We are using the same environment for DEV and QA. As we have only one environment for both DEV and QA, we have separated the DEV and QA job chains, job definitions, queues and process servers as below.

 

Job chains

 

CH_DEV_ECD_<Jobchainname> (Dev object)

CH_QA_ECQ_<Jobchainname> (QA object)

 

Job definitions

 

DEV_ECD_<Jobdefname? (Dev object)

QA_ECQ_<Jobdefname> (QA object)

 

 

We are planning to Export all our QA objects to PROD. In the admin guide, the procedure is given how to change the parameters using import rule sets and import application/job chain/job def's.   But can you please advise how to change the job names also all at a time and import them into our PROD CPS (replacing 'QA' with 'PRD' and 'ECQ' with 'ECP' in the job name).

 

 

 

Thank you in advance.

 

 

Regards,

Ramana

SAP CPS : How to export & import the job definition from SAP CPS system 1 to system2

$
0
0

Hello,

 

How to export & import the job definition from SAP CPS system 1 to SAP CPS system 2 ?

 

How to export &import  the complete Job chain from System1 to System2 ? does this import the job definitions also.

 

Regards

Shridhar Gowda

Process chains already Completed to SAP but still in Waiting status in CPS

$
0
0

Hi,

 

 

We have this issue on process chains that are scheduled in redwood. Process chain stack in Waiting status but it is already completed in SAP. With this issue we need to force to unknown one by one the chain for their next schedule. We have a lot of chains running in the system so it is a burden for us to do force unknown it manually.

 

Do you think what is the problem or would be the solution for this?

 

Thanks in advance!

CPS:Process chain restart skipping step in error

$
0
0

Hi all,

 

This is to ask for input on how to handle BW process chain restart, skipping failed steps. Business case would be for instance as follows :

 

A process chain has 4 steps.

When submitted step 1 ends OK, step 2 fails. The process chain ends up in status Console and steps 3 & 4 are in status Skipped.

Objective is then to restart the chain from step 3 (i.e. step 2 in error would be skipped)

 

A first attempt was done by restarting the chain in BW directly but then the processing is not reflected in CPS. I’d assume this is expected behavior but I’m not sure. Is that correct ?

 

Then I tried to submit the process chain with parameter “Make Process Restartable If Errors Occur” = All.

When the process chains ends in “Console” status, replying to the “Restart process chain?” message allows me to select the jobid of any step. When selecting the one of the step 3, then the process chain ends in status “error”, the step 3 is not restarted (still skipped) and following error is produced at step 3 level:

 

Operator Message An error has occurred in the SAP connector: Exception while calling RSPC_API_PROCESS_RESTART: 126: ONLY_UNCHECKED


RSPC_API_PROCESS_RESTART is actually a SAP function module and ONLY_UNCHECKED is an "Exception" related to it. But error msg is not telling a lot.

 

Any idea what the issue could be and how to sort it out ?

 

Thanks in advance

 

Regis


CPS startup failure issue after upgrade of SAP 7.0 Ehp1 to SAP 7.3 SPS07 with CPS M33.58 version included in stack

$
0
0

Hello,

 

I had recently upgraded SAP version from 7.01 to 7.3 sps 07 including M33.58 CPS component . ( Older CPS component was M28.44).

Upgrade happened successfully .. JavA engine come up fine.. all the component are upgraded fine.. Did not have any issues during upgrade.

 

-All the scheduler components are green in Applications area in Java NWA page.

Now when i launch scheduler page . Scheduler link opens with a message on screen as "" Startup Failure """ .

 

Default Trace file has following enteries:

 

 

#2.0 #2012 05 25 19:47:30:821#+00#Error#com.redwood.scheduler.module.helper.ForwardingModuleEventListener#

#XX-PART-REDWOOD#redwood.com/scheduler-ear#C00099589C28008C0000000000005A36#477974450000000004#redwood.com/scheduler-ear#com.redwood.scheduler.module.helper.ForwardingModuleEventListener#Guest#0##9AD15FADA6A111E1BDA500001C7D4FB2#76e11dd3a6a211e1aaf900001c7d4fb2#76e11dd3a6a211e1aaf900001c7d4fb2#0#Thread[HTTP Worker [@1380431624],5,Dedicated_Application_Thread]#Plain##

Error registering event listener JCS-107002: Component manager currently unavailable#

 

#2.0 #2012 05 25 19:47:30:822#+00#Error#com.redwood.scheduler.module.helper.ForwardingModuleEventListener#

Error registering event listener JCS-107002: Component manager currently unavailable#XX-PART-REDWOOD#redwood.com/scheduler-ear#C00099589C28008C0000000200005A36#477974450000000004#redwood.com/scheduler-ear#com.redwood.scheduler.module.helper.ForwardingModuleEventListener#Guest#0##9AD15FADA6A111E1BDA500001C7D4FB2#76e11dd3a6a211e1aaf900001c7d4fb2#76e11dd3a6a211e1aaf900001c7d4fb2#0#Thread[HTTP Worker [@1380431624],5,Dedicated_Application_Thread]#Plain##

Error registering event listener JCS-107002: Component manager currently unavailable#

 

#2.0 #2012 05 25 19:47:30:831#+00#Error#com.redwood.scheduler.module.helper.ForwardingModuleEventListener#

JCS-MULTI: Multiple errors occurred#XX-PART-REDWOOD#redwood.com/scheduler-ear#C00099589C28008C0000000400005A36#477974450000000004#redwood.com/scheduler-ear#com.redwood.scheduler.module.helper.ForwardingModuleEventListener#Guest#0##9AD15FADA6A111E1BDA500001C7D4FB2#76e11dd3a6a211e1aaf900001c7d4fb2#76e11dd3a6a211e1aaf900001c7d4fb2#0#Thread[HTTP Worker [@1380431624],5,Dedicated_Application_Thread]#Plain##

JCS-MULTI: Multiple errors occurred#

 

#2.0 #2012 05 25 19:47:30:831#+00#Error#com.redwood.scheduler.module.helper.ForwardingModuleEventListener#

#XX-PART-REDWOOD#redwood.com/scheduler-ear#C00099589C28008C0000000500005A36#477974450000000004#redwood.com/scheduler-ear#com.redwood.scheduler.module.helper.ForwardingModuleEventListener#Guest#0##9AD15FADA6A111E1BDA500001C7D4FB2#76e11dd3a6a211e1aaf900001c7d4fb2#76e11dd3a6a211e1aaf900001c7d4fb2#0#Thread[HTTP Worker [@1380431624],5,Dedicated_Application_Thread]#Plain##

Error registering event listener

[EXCEPTION]

JCS-107002: Component manager currently unavailable

    at com.redwood.scheduler.lifecycle.api.ComponentManagerLocator.lookupComponentManager(ComponentManagerLocator.java:58)

    at com.redwood.scheduler.module.helper.ForwardingModuleEventListener.registerEventListener(ForwardingModuleEventListener.java:55)

    at com.redwood.scheduler.module.impl.ModuleFilter.doFilter(ModuleFilter.java:123)

    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at com.redwood.scheduler.security.filter.SecurityFilter.doFilter(SecurityFilter.java:621)

    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at com.redwood.scheduler.servlet.RequestCharsetFilter.doFilter(RequestCharsetFilter.java:197)

    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:432)

    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)

    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)

    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)

    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)

    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)

    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)

    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)

    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)

    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)

    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)

    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)

    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)

    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)

    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)

    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)

    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

Caused by: JCS-112012: Cannot execute epoch initializer: com.redwood.scheduler.db.epoch.m30.M30Initializer

    at com.redwood.scheduler.db.DatabaseInitializer.initializeEpochs(DatabaseInitializer.java:670)

    at com.redwood.scheduler.db.DatabaseInitializer.initializeDatabase(DatabaseInitializer.java:381)

    at com.redwood.scheduler.db.DatabaseInitializer.start(DatabaseInitializer.java:210)

    at com.redwood.scheduler.lifecycle.impl.StartComponentVisitor.visit(StartComponentVisitor.java:34)

    at com.redwood.scheduler.lifecycle.impl.DefaultComponentLifecycleManager.visitAllComponents(DefaultComponentLifecycleManager.java:106)

    at com.redwood.scheduler.lifecycle.impl.DefaultComponentLifecycleManager.startComponents(DefaultComponentLifecycleManager.java:207)

    at com.redwood.scheduler.lifecycle.impl.DefaultComponentLifecycleManager.startComponents(DefaultComponentLifecycleManager.java:166)

    at com.redwood.scheduler.lifecycle.impl.DefaultStartup.start(DefaultStartup.java:146)

    at com.redwood.scheduler.lifecycle.impl.DefaultStartup$1.run(DefaultStartup.java:128)

    at java.lang.Thread.run(Thread.java:722)

Caused by: JCS-122035: Unable to persist: JCS-MULTI: Modification vetoed: JCS-XXXXX: Modification vetoed: Conflict propagating to job group, recurrence job attribute: Priority

    at com.redwood.scheduler.model.SchedulerSessionImpl.writeDirtyListLocal(SchedulerSessionImpl.java:907)

    at com.redwood.scheduler.model.SchedulerSessionImpl.persist(SchedulerSessionImpl.java:848)

    at com.redwood.scheduler.db.DatabaseInitializer.initializeEpochs(DatabaseInitializer.java:665)

    ... 9 more

Caused by: com.redwood.scheduler.persistence.impl.MultipleCauseException: JCS-MULTI: Modification vetoed: JCS-XXXXX: Modification vetoed: Conflict propagating to job group, recurrence job attribute: Priority

    at com.redwood.scheduler.persistence.impl.PersistenceListenerContextImpl.throwException(PersistenceListenerContextImpl.java:194)

    at com.redwood.scheduler.persistence.impl.LowLevelPersistenceImpl.writeDirtyObjectListRetry(LowLevelPersistenceImpl.java:254)

    at com.redwood.scheduler.persistence.impl.LowLevelPersistenceImpl.access$0(LowLevelPersistenceImpl.java:164)

    at com.redwood.scheduler.persistence.impl.LowLevelPersistenceImpl$WriteDirtyObjectListUnitOfWork.execute(LowLevelPersistenceImpl.java:103)

    at com.redwood.scheduler.persistence.impl.OuterPersistenceUnitOfWorkManager.execute(OuterPersistenceUnitOfWorkManager.java:38)

    at com.redwood.scheduler.persistence.impl.LowLevelPersistenceImpl.writeDirtyObjectList(LowLevelPersistenceImpl.java:160)

    at com.redwood.scheduler.cluster.persistence.ClusteredLowLevelPersistence.writeDirtyObjectList(ClusteredLowLevelPersistence.java:90)

    at com.redwood.scheduler.model.SchedulerSessionImpl.writeDirtyListLocal(SchedulerSessionImpl.java:886)

    ... 11 more

Caused by: com.redwood.scheduler.persistence.api.PersistenceException$ModelModificationVetoException: JCS-XXXXX: Modification vetoed: Conflict propagating to job group, recurrence job attribute: Priority

    at com.redwood.scheduler.model.method.impl.JobMethodImpl.copyRecurrenceFields(JobMethodImpl.java:621)

    at com.redwood.scheduler.model.method.impl.JobMethodImpl.preparePhaseHandler(JobMethodImpl.java:526)

    at com.redwood.scheduler.model.BaseSchedulerEntityImpl.preparePhaseHandler(BaseSchedulerEntityImpl.java:927)

    at com.redwood.scheduler.model.listeners.ConstraintCheckPrepareListener.modelModified(ConstraintCheckPrepareListener.java:48)

    at com.redwood.scheduler.persistence.impl.LowLevelPersistenceImpl.informListeners(LowLevelPersistenceImpl.java:970)

    at com.redwood.scheduler.persistence.impl.LowLevelPersistenceImpl.writeDirtyObjectListRetry(LowLevelPersistenceImpl.java:245)

    ... 17 more

 

 

I am not sure if any one has tried upgrade like this.. All i know is we can deploy CPS file/patchs/new versions  via JSPM. But what exactly takes place when we do SAP Version upgrade to 7.3 including CPS component upgrade????

 

There is no spcefic note yet released which i could find out..

 

Please help me out/??

 

 

Thanks

Best Regards

Deepak Shamra

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

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

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

How to schedule background job for transport import every 30 minutes

$
0
0

The challenge is job name of the transport job varies each time you schedule. For instance

TMS_0000000022TMS_TP_IMPORT

TMS_0000000023TMS_TP_IMPORT

I would like to schedule transports regularly every 30 minutes instead of manually importing into QAS. The job should checks whether any transports are released from DEV and import them. I hope I am clear in my query.

 

Is there any possibility. Thanks for your input in advance.

Viewing all 1466 articles
Browse latest View live


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