cancel
Showing results for 
Search instead for 
Did you mean: 

Is it ok to upgrade just BPEM FACADE SWC and not whole SP of NW BPM Server ?

former_member203641
Participant
0 Kudos

Hi,

My requirement is simple, I am on NW BPM 7.4SP8 system and I need to use method getTaskAbstractsByLogonID from task management API of NW BPM which is introduced only from BPEM FACADE 7.4SP10.

Here is what I have done till now

1. I have NWDS 7.31 SP13 PAT0006 and it had old BPEM FACADE and no BPEM HIM SWC(which is dependency for BPEM FACADE as per marketplace documentation)

2. I downloaded 7.4SP13 versions for BPEM FACADE, BPEM HIM as well as ECM CORE (as HIM was showing this as dependency in NWDS) from market place.

3. Exported BPEM FACADE, BPEM HIM, ECM CORE of NWDS locally and deleted the same from Local Development configuration.

4. Imported the new updated 7.4SP13 SWCs in NWDS local development configuration.

5. Added new BPEM FACADE ear as dependency in my EJB module.

6. Now, I was able to see the new method getTaskAbstractsByLogonID I wish to use.

7. Compiled and deployed the code on the server which is still on 7.4 SP 08.

8. As expected, it gave the error that method does not exist on server since it was having older version of BPEM FACADE in which this method was not present.

9. Now I need to know below things and understand if there are any other alternatives to fulfil my requirement

a. Is it ok to just deploy updates of BPEM FACADE (7.4 SP10), BPEM HIM only and not whole server SP upgrade? and if it is going to impact any other things on server ?

b. If I upgrade only mentioned SWCs and wish to come back on original i.e. SP08 versions of the same, will that restore the system to original level or it can have any other impact also ?

c. Is there is any other alternative to fulfil my requirement without disturbing the server configurations and SWCs ? like locally including JAR in code but i just have SCA file of these SWCs so not sure how that can be managed.

Thanks,

Amit

Accepted Solutions (1)

Accepted Solutions (1)

herman_lin
Participant

Hi Amit,

No, you can NOT! You can never place only one or some software components at a higher level other than the SP level. And please always keep in mind that you need to patch all of dependent components as well together with the one you would like to patch like (BPEM FACADE). Otherwise, your system will be in a disaster .

Regards,
Herman

Answers (2)

Answers (2)

former_member254784
Participant

Hi Amit,

No you can't, when we are talking about Support Package (SP) it's not possible. When we are talking about patches, then yes, if you don't have any Dependencies you can just update the BPEM FACADE patches.

Best regards,

Gabriel

junwu
Active Contributor

no.....................