Hello all,
I'm facing a 700 to 730 migration and I'm having some problems with some (not all) WD Java migration. Steps I'm following:
Development Infraestructure perspective > DC > Sync / Create Project > Create Project
The system detects that it's an older version and gives me the option Migrate Projects > Next
Migration Summary:
Total projects migrated 1
Projects migrated with warnings 1
Migration Details:
Started migration for project DEP_TRACK_Dzhratse_ndp~diba.com OK
Migrating all of the controller's context in Web Dynpro project OK
If there are build errors in Web Dynpro Project after migration,this might be due to internal API usages (see SAP Note 928485) For migrating internal API usages -> In Web Dynpro Explorer, right click on Project Node and choose Repair->Internal API Usages
Web Dynpro perspective > Project > Rebuild, and yes, there are build errors:
MessageManager cannot be resolved to a type ATSE_ProPer.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 159 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 159 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 482 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 662 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 722 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 793 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 795 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPerMainView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 129 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPerMainView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 129 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPerMainView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 563 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer_PermanenciaView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 119 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer_PermanenciaView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 119 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer_PermanenciaView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 229 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer_PermanenciaView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 235 Java Problem
MessageManager cannot be resolved to a type ATSE_ProPer_PermanenciaView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 250 Java Problem
The import com.sap.tc.webdynpro.progmodel.controller cannot be resolved ATSE_ProPer.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 43 Java Problem
The import com.sap.tc.webdynpro.progmodel.controller cannot be resolved ATSE_ProPerMainView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 33 Java Problem
The import com.sap.tc.webdynpro.progmodel.controller cannot be resolved ATSE_ProPer_PermanenciaView.java /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp line 26 Java Problem
Then I do what he said:
Web Dynpro perspective > Project > Repair > Internal Web Dynpro API Usages
Web Dynpro perspective > Project > Rebuild
And right now, everything is ok! No more errors in the Web Dynpro project code...
Right now, I should deploy it, right?
Web Dynpro perspective > Project > Deploy > Make consistent first (Create Archive) > OK
And then an error occurs:
Build
zhr/atse_ndp diba.com The Build terminated with errors
Archive file ' DEP_TRACK_Dzhratse_ndpdiba.com gen default deploy diba.comzhr~atse_ndp.ear' not found. Check the problems view for error messages and create a new archive.
Any idea?
Thanks!!!