cancel
Showing results for 
Search instead for 
Did you mean: 

USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED

Former Member
0 Kudos

Hi

I hav used a Web service in my application.

Now I am trying to check in the code and then activate it....

it was checked in successfully..

But while activating it is giving following error.......

'abc.com/DU_WA' variant 'default' cannot be built. ACTIVATION will fail.

INVALID dependency is declared

DC 'abc.com/DU_WA' in SC 'abc.com_OBDU_1' USES DC 'abc.com/home/newformatproxy' in SC 'abc.com_OBDU_1' public-part: newformatproxy AS Build-Time Dependency validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED

'abc.com/DU_EA' variant 'default'

'abc.com/home/newformatproxy' variant 'default'

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

Error! The following error occurred during request processing:Activation failed due to component "abc.com/DU_WA" variant "default". The component is BROKEN.

REQUEST PROCESSING finished at 2008-12-02 15:53:56.023 GMT and took 3 s 86 ms

Please help

Thanks.....

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I guess it was a patching problem in NWDS as entire code was not checked in at one go....

I did explicitly "Added to DTR" all the missing files.

Former Member
0 Kudos

Im not sure what exactly you are trying to do. Can you please explain?

Former Member
0 Kudos

Hi Jazz

We hav used a webservice proxy...

for this we are having 2 DCs

1......for proxy

2.....DC using above proxy...

Now I have defined dependency between both DCs

For this.....We hav exposed proxy to public part...

And added reference to this proxy in my DC using this proxy "Add Reference to WS Proxy DC "

I checked in code....it was successfull

But while activating it threw above error....!!