cancel
Showing results for 
Search instead for 
Did you mean: 

ACTIVATION request Failed

Former Member
0 Kudos

Hi ALL,

I configured NWDI/JDI on 2004 server( Track based development). My Development Server is 2004s SP 10. I imported Usage Dependcy SCA files for 2004s into the track.(EP_BUILDT 7.10, SAP-JEE 7.00, SAP_BUILDT 7.10, SAP_JTECHS 7.00). Everything is fine at Server end.

In NWDS I imported development configuration and created a sample webdynpro dc and tested it in my local test server. After checking in the new activity I am trying to Activate it. I am getting this error.

Build number assigned: 38

Change request state from QUEUED to PROCESSING

ACTIVATION request in Build Space "JI1_XXXX_D" at Node ID: 1,298,152

[id: 40; parentID: 0; type: 4]

[options: NO OPTIONS]

REQUEST PROCESSING started at 2007-03-13 13:48:16.756 GMT

===== Pre-Processing =====

List of activities to be activated:

1 activity in compartment "xxxx.com_xxxx_1"

testactivity

[seq. no 5][created by xxxx at 2007-03-13 08:46:06.0][ID 98e48e8ed16111dbaca7001143e76a1a]

Analyse activities... started at 2007-03-13 13:48:16.991 GMT

Synchronizing component "xxxxx.com/testdc" from repository... finished at 2007-03-13 13:48:19.616 GMT and took 2 s 141 ms

Component "xxxxx.com/testdc" is to be CHANGED by this activation.

1 component to be build in compartment "xxxxx.com_XXXXX_1"

Analyse activities... finished at 2007-03-13 13:48:19.694 GMT and took 2 s 703 ms

Calculate all combinations of components and variants to be built...

"xxxxxx.com/testdc" variant "default"

===== Pre-Processing ===== finished at 2007-03-13 13:48:19.975 GMT and took 3 s 125 ms

Change request state from PROCESSING to FAILED

ERROR! The following problem(s) occurred during request processing:

ERROR! The following error occurred during request processing:Not mapped Build Variant. Configuration does not allow DC references from SC XXXXXXSC [id:69] BV default [id:65] to SC SAP_BUILDT [id:72]

REQUEST PROCESSING finished at 2007-03-13 13:48:19.991 GMT and took 3 s 235 ms

Please give me a good solution, for sure I will assign points.

Thanks a lot in advance.

Joe

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sreekanth,

After going through your post it seems to me that your runtime systems are in 04's SP10 but JDI is in Netweaver 04. If my assumption is correct then this might be the reason you are getting the error.

It is recommended that in your landscape JDI and all runtime severs should be at same version and same SP level.

or else atleast you JDI server should be at highest SP level and according to my assumption in your case it is not happening. So you might have to upgrade your JDI to NWDI 04s SP10 same as your development server.

Hope this will help.

Regards

Shobhan

Former Member
0 Kudos

I Solved it by editing the XML file in CMS.

Navigation:

CMS ->Landscape Configurator->Software Components->Software Components for Development->View/Edit XML content button.

Entries should be like this(for 2004s).

<dependencies>

<used-compartment>sap.com_SAP_JTECHS_1</used-compartment>

<used-compartment>sap.com_SAP-JEE_1</used-compartment>

<used-compartment>sap.com_SAP_BUILDT_1</used-compartment>

<used-compartment>sap.com_EP_BUILDT_1</used-compartment>

</dependencies>

<build-variants>

<build-variant name="default" required-for-activation="yes">

<variant-mappings>

<variant-mapping used-compartment="sap.com_SAP_JTECHS_1" used-variant-name="default"/>

<variant-mapping used-compartment="sap.com_SAP-JEE_1" used-variant-name="default"/>

<variant-mapping used-compartment="sap.com_SAP_BUILDT_1" used-variant-name="default"/>

<variant-mapping used-compartment="sap.com_EP_BUILDT_1" used-variant-name="default"/>

</variant-mappings>

</build-variant>

</build-variants>

Former Member
0 Kudos

Hi Sreekanth ,

Its good to know that u resolved your issue. However i am curious to know what was missing previously in that xml file ? Because as far as my information these entries go automatically.

It seems the only thing u added is the entry for <b>sap.com_EP_BUILDT_1</b>. Am i correct ?

It will be gr8 it you explain.

Thank you

Shobhan

Former Member
0 Kudos

Hi Shobhan,

Sorry for late reply. Yes u r correct. As you said these entries should be there by default. But I don't know why that entry is missing(sap.com_EP_BUILDT_1).

I think first time while Selecting the dependency components for Software Component in SLD I might have selected wrong version(instead of 7.0 selected 6.40). Later I Changed the Version. So something went wrong over there and after correcting the entries in the XML file everything went well.

Joe

Former Member
0 Kudos

Hello Sreekanth,

Check .

Regards,

Christophe

Former Member
0 Kudos

Hey Sreekanth,

After creating track did u import required dc's using cms check in tab, if so can u explain clearly abt u r problem

Regards

Keerthi