cancel
Showing results for 
Search instead for 
Did you mean: 

CPS 8.0 on NW 7.4

Former Member
0 Kudos

Hi,

I have problems with CPS 8.0 installation on NW 7.4. I launch the SUM and choose the SAR but I receive the next error:

Rejected due to following reason(s):

• 004 : Component sap.com/ETPRJSCHEDULER cannot be installed.

• 005 : Component sap.com/ETPRJSCHEDULER is part of the following usage type: JOB-SCHED;

Any idea? is it neccesary install another component before?

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

h_carpenter
Active Contributor
0 Kudos

Hi Javier,

You need to either upgrade SUM to SUM 1.0 SP09 or use the telnet deploy tool. I recommend upgrading SUM.

SUM is complaining because you are trying to update a NW component without its control; this has been fixed in said SUM version - I know, I had the same issue ;-).

Regards,

HP

Former Member
0 Kudos

Thanks, but my version is SUM 1.0 SP09 (SUM10SP09_4-20006676.SAR) and my NW version is NW 7.4 SR1.

Another idea?

Regards.

Former Member
0 Kudos

If I try to use telnet deploy this is the result:

deploy D:\software\ETPRJSCHEDULER33P_92-20007176\DEPLOYARCHIVES\scheduler-cps-ea
r.ear

Deploy settings:
   life_cycle=bulk
   on_deploy_error=stop
   on_prerequisite_error=stop
   version_rule=lower
   workflow=normal

If there is an offline deployment, Telnet connection to host may be lost, but th
e result can be seen using [get_result] command

Processing deployment operation, wait...

===== PROGRESS START =====

com.sap.engine.services.dc.cm.deploy.DependenciesResolvingException: ASJ.dpl_dc.
006505 An unresolved dependencies error occurred while sorting the deployment ba
tch items regarding the dependencies.

===== DEPLOY RESULT =====

sdu id: [redwood.com_scheduler-ear]
sdu file path: [D:\usr\sap\JCT\J01\j2ee\cluster\server0\temp\tc~bl~deploy_contro
ller\archives\23\886356049310806\scheduler-cps-ear.ear]
version status: [NEW]
deployment status: [PrerequisiteViolated]
description: [
                1. Unresolved dependencies:
redwood.com/scheduler-security-sda      not found in the admitted batch items an
d the repository
redwood.com/scheduler-dblayer-sda       not found in the admitted batch items an
d the repository]


===== END DEPLOY RESULT =====

===== Summary - Deploy Result - Start =====
------------------------
Type | Status  : Count
------------------------
> SCA(s)
> SDA(s)
   - [PrerequisiteViolated] : [1]
------------------------
------------------------
Type | Status  : Id
------------------------
> SCA(s)
> SDA(s)
   - [PrerequisiteViolated] : redwood.com_scheduler-ear,
------------------------

h_carpenter
Active Contributor
0 Kudos

You need to perform the following:

  1. Open the ''SAP Management Console'' (SAP MC).
  2. From the ''Console Root'', choose the system you want to administer.
  3. Navigate to the to the ''Process Table'' node.
  4. In the right-hand pane, select the ''ICM'' and choose ''AS Java Telnet'' from the context-menu.
  5. The Telnet administration console is opened.
  6. Authenticate yourself with valid credentials (user name and password).
  7. Issue deploy /path/to/app/<sca_file> on_deploy_error=stop

You have opened the archive that you downloaded, as you are trying to deploy the ear file; you must deploy the SCA file. The sca file you downloaded contains all web archives that are needed. Maybe you downloaded it with internet explorer which somtimes inconveniently changes the sca extension to zip ... that combined with Windows that hides extensions is really not helpful.

If you still have the downloaded file, make sure it is not a zip file ... if it is a zip file, rename it to an sca file and use the deploy command as instructed above.

Regards,

HP

Message was edited by: h. Carpenter made it a little clearer

Former Member
0 Kudos

Hi!!!

The telnet works fine. In this case I deployed the SCA file.

Thanks a lot!!!

Regards,

JM

Answers (0)