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

Need to extract all job chain details with in CPS system

$
0
0

Hi ,

 

Can someone help to provide me some report or script to extract all job chain details with all technical parameters like abap program ,external program , SAP user name . In other terms you can say whatever job definition is having parameters .It should show all details .

 

 

Thanks

Sharath


JOB Chain Name

$
0
0

Hi All,

 

Could you please help on the below query.

 

 

I have a below job chain 'JOBCHAIN_ALERT' with 2 steps.

 

Example:

 

JOBCHAIN_ALERT :

 

Step 1

 

Job1

 

Step 2

 

Job 2

 

 

I am re-submitting the Job chain 'JOBCHAIN_ALERT' at job definition level in post running action of Job2  using the below code.

 

 

JobDefinition aJobDef = jcsSession.getJobDefinitionByName("JOBCHAIN_ALERT");

// create the job from the job definition

Job aJob = aJobDef.prepare();

 

Instead of hard coding the job chain name in the post running action. How can I dynamically get the job chain name and submit it.

 

Thank you in advance.

 

 

Regards,

Ramana

Issue with file events

$
0
0

Hi All,

 

We are always getting the below message with the file events. .

 

'File event EVENT_ED1 encountered errors and will not be detected again until 2015/01/18 23:20:05,000 or when the process server is restarted'

 

I have to restart the process server every time I face this issue. When I restart it, I get the below message.

 

'File events may have been missed for *.txt in D:\INTRPTS\Interface\ED1'

 

Please advise.

 

 

Regards,

Ramana

Job Status change is Taking More Time than usual

$
0
0

Hi ,

 

While submiting the job , we have seen that Job status change is taking more time than usual time . Like when we are submitting job , it keep into 1 minute into scheduled status and then going to queue status and then started running . We have seen such problem in whole redwood system with respective to all SAP systems .

 

It sounds like some performence problem , can anyone suugest what parameter settings or technical adjsustments can correct such problem.

 

Regards

Gurbakhshinder Singh


To get the list of Job definition

$
0
0

Hi All,

 

I had a requirement to collect the list of jobs configured in CPS with the corresponding queue and schedule details. I had tried collecting through application wise, but it looks tedious.

 

We are using SQL DB for CPS. Can we get the about details directly through SQL query. If so, shall i get the table name to get this details.

 

Regards,

Muthukumar.

SAP CPS job for bash script in unix server encounter error(job parameter)

$
0
0

Hi Guys,

 

I would like to ask if anyone have configure a job with paramater for bash script using SAP CPS to run in unix server ? I encounter the issue where the job is completed but no parameter is successfully pass to the bash script which those parameter i have define in the redwood job parameter thus giving me no result even though the job is completed successfully. Any thought on this issue ?

 

 

Regards,

Chris

Query

$
0
0

Hello,

 

I Need a table with the following Information

 

JobName, Value of Parameter1, Value of Parameter2, NextSubmitBaseTime

 

I tried this with the following query

 

select j.Description, jp.InValueString, j.NextSubmitBaseTime from Job j, JobParameter jp where jp.Job = j.UniqueId and j.Description like 'SERACHSTRING'

 

But so I get all Parameters and not only Parameter 1 and 2.

 

How I have to change the query?

 

Best regards

Dana

Platform agent on Windows DFS(Distributed File System)

$
0
0

Hi All,

 

Could you please advise on the below scenario..


We are moving from current single server solution, over to the Windows DFS (Distributed File System). 

 

Where we have two single Windows servers using Microsoft DFS service.  The network share is a replicated directory between the two nodes.  But each server has its own name and IP address.

I have been told by our windows admin, It is not a cluster from the server OS point of view. 


1) Do we need to install the Platform agent on both servers?

 

Can you please help me the steps installing the platform agent and make a connection in this scenario as I need to provide the instructions to our admin.

 

 

Thank you in advance.

 


Regards,
Ramana


Platform agent restart

$
0
0

Hi Gurus,

 

We have a non-prod server in which 2 CPS JAVA stacks are running (Dev & QA). Accordingly, 2 platform agents are also there.

 

1) How do i stop/start these agents? If I run /redwood/agent/latest/etc/scheduler -stop will it stop both?

2) What is the impact on CPS if i restart agent on the go?

 

Regards,

Abhilash

MSHOST or ASHOST?

$
0
0

Hi everyone,

Our SAP production system runs on two application servers serverA and serverB, and they both are added in the logon group SVRGRP.

Now the sap system has a fully qualified domain name - sapprdecc.domain.com and i am able to connect using the string:

ASHOST=sapprdecc.domain.com SYSNR=00 TRACE=0

I understand that we can connect to the msgserver as well. I have tried the following connection strings but none of them work:

MSHOST=sapprdecc.domain.com R3NAME=XX1 GROUP=SVRGRP

MSHOST=xxx.xxx.xxx.xxx R3NAME=XX1 GROUP=SVRGRP

So, i am thinking of going with the ASHOST string(since this works). I have two questions:

  1. Can someone please let me know whether i should go for the MSHOST string for my scenario or ASHOST string is enough?
  2. Why did my MSHOST string fail, what i am doing wrong?

 

PS: I am able to open the GUI with the command SAPGUI xxx.xxx.xxx.xxx 00 (so the ipaddress i am using is correct)

Connecting to SAP using MSHOST string - doesn't work

$
0
0

Hi all,

CPS version M33.69-61130.

I am trying to connect to a SAP system using the connection string:

 

MSHOST=HOSTNAME R3NAME=SID GROUP=REDWOOD

The hostname corresponds to the hostname of a high availabilty server running on Windows.

I have manually added the following entries into the services file

sapmsSID 3600/tcp

sapdpSID 3200/tcp

sapgwSID 3300/tcp

I am not able to telnet to hostname at port 3600

I am able to open the sapgui using the command

sapgui hostname 00

So the MSHOST string is not connecting.

 

the error i am getting:

8:02:34 AM: Connection Failed: RFC: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=HOSTNAME GROUP=REDWOOD R3NAME=SID MSSERV=sapmsSID PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner 'XXX.XXX.XXX.XXX:sapmsSID' not reached TIME Mon Jan 14 08:02:33 2013 RELEASE 720 COMPONENT NI (network interface) VERSION 40 RC -10 MODULE nixxi.cpp LINE 3286 DETAIL NiPConnect2: XXX.XXX.XXX.XXX:3600 SYSTEM CALL connect ERRNO 10061 ERRNO TEXT WSAECONNREFUSED: Connection refused COUNTER 6 at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:557) at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1099) at com.sap.mw.jco.JCO$Client.connect(JCO.java:3590) at com.redwood.scheduler.connector.sap.rfc.jco2.connection.RfcConnectionCheckerImpl.checkConnection(RfcConnectionCheckerImpl.java:31) at com.redwood.scheduler.connector.sap.rfc.connection.impl.AbstractRfcConnec

Please help me solve this.

CPS standalone migration

$
0
0

Hi all,

is there anyone who have experience with migration from Redwood CPS 8 standalone edition to Netweaver based CPS (version 8 or 9)? Is it possible such a migration? Is there any documentation/migration guide on SCN or SAP Support Portal? I can't find it...

 

Regards.

Tomas

To get the list of Job definition

$
0
0

Hi All,

 

I had a requirement to collect the list of jobs configured in CPS with the corresponding queue and schedule details. I had tried collecting through application wise, but it looks tedious.

 

We are using SQL DB for CPS. Can we get the about details directly through SQL query. If so, shall i get the table name to get this details.

 

Regards,

Muthukumar.

IS checked?

$
0
0

Quick question, I asked this before, but can't find my response at the moment, perhaps it's gone?  When creating time windows.,  are we supposed to check the IS Calendar box? and if so,  I can't find the reason why again? 

What happens when we do not.

Extract job master list along with Parameters

$
0
0

Hello Experts,

 

I need to take master list of all job chains  and job definitions used inside job chain along with parameter configured in job chain from Redwood CPS. Please help me how can i get them.

 

KR

Muhammad Asif.


Connecting to SAP using MSHOST string - doesn't work

$
0
0

Hi all,

CPS version M33.69-61130.

I am trying to connect to a SAP system using the connection string:

 

MSHOST=HOSTNAME R3NAME=SID GROUP=REDWOOD

The hostname corresponds to the hostname of a high availabilty server running on Windows.

I have manually added the following entries into the services file

sapmsSID 3600/tcp

sapdpSID 3200/tcp

sapgwSID 3300/tcp

I am not able to telnet to hostname at port 3600

I am able to open the sapgui using the command

sapgui hostname 00

So the MSHOST string is not connecting.

 

the error i am getting:

8:02:34 AM: Connection Failed: RFC: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=HOSTNAME GROUP=REDWOOD R3NAME=SID MSSERV=sapmsSID PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner 'XXX.XXX.XXX.XXX:sapmsSID' not reached TIME Mon Jan 14 08:02:33 2013 RELEASE 720 COMPONENT NI (network interface) VERSION 40 RC -10 MODULE nixxi.cpp LINE 3286 DETAIL NiPConnect2: XXX.XXX.XXX.XXX:3600 SYSTEM CALL connect ERRNO 10061 ERRNO TEXT WSAECONNREFUSED: Connection refused COUNTER 6 at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:557) at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1099) at com.sap.mw.jco.JCO$Client.connect(JCO.java:3590) at com.redwood.scheduler.connector.sap.rfc.jco2.connection.RfcConnectionCheckerImpl.checkConnection(RfcConnectionCheckerImpl.java:31) at com.redwood.scheduler.connector.sap.rfc.connection.impl.AbstractRfcConnec

Please help me solve this.

Issue with File event Definitions

$
0
0

Hi All,

 

 

I am trying to edit the 'Directory' path in the file event definitions since few days. The folders are not showing up in the 'C' and 'D' directories. But the file events which are already created are getting raised with out any issue when a file is placed in their corresponding folder. Please advise.

 

PFA screenshot.

 

File event definition.png

 

 

 

 

Thank you,

 

Regards,

Ramana

Can CPS job definitions/objects be exported from NW 7.30 to NW 7.40 AS Java

$
0
0

Hello CPS/BPA Experts..!!

 

I have a question about export and import of CPS objects using Promotion functionality. We have Redwood CPS instance (CPD) based on 7.30 and the CPS build version is M33.92. We are planning to build a CPS instance (RCD) based on Netweaver 7.40 with CPS build version M33.112. Can we export the job definitions from CPD (NW 7.30 CPS 33.92) to RCD (NW 7.40 CPS 33.112) using the same promotion functionality (export and import) in CPS?

Will the *.car files be imported without any compatibility issues? Is it supported? Are there any other specific steps I need to perform? Please suggest.

 

Thank You.

Quamruddin

Using Global Definition in OEM Version

$
0
0


Hi Gerben,

 

a customer of mine is using SAP CPS free of charge version. I recognize that it is not possible to define a Jobchain with an empty Step definition.

If I schedule this Chain I got the error message that I'm using an element which belongs to the GLOBAL partition and was addressed from the local partition.

 

I looked further and found out that it is also not possible to use the System_sleep definition in a JobChain which is not the GLOBAL partition.

If I schedule this definition separatly then it is working. But if I put this definition to a JobChain then the chain cannot be scheduled.

I put also the system Queue to the step for the system sleep.

 

In the OEM Version we can only define one Partition for one SAP System.

In this case we got two Process Server. One for the SAP System and a System Process Server

But it should be possible to use also GLOBAL elements in the own partition. This is working for the SAP Elements but not for the System elements.

Do you have an idea why I cannot use the System_sleep or System_doNothing in the OEM version?

 

With best regards

Alfred

Schedule JOB to run on only SAP 2 Instances out of 6 instances

$
0
0

Dear all,

 

Is it possible to schedule a 40 Work Processes job to run on 2 SAP instances (DIA) only, while the SAP system has 6 SAP instances (CI + 5DIA).

 

We are using Control M  + CPS Redwood.

I suppose some RZ12/Logon groups or SM61 would be involved?  Or any concrete trick in CPS/ Control M?

 

 

Thanks in advance!

 

Marian

Viewing all 1466 articles
Browse latest View live


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