Manually adding Webdev Feature into Full Package after the Full Package was built
Manually adding Webdev Feature after the Full Package was built:
If you miss to add Web Development Feature into the Package build and built it then here is the steps to add it from Backend.
1.) INSERT INTO SY920.F9631 VALUES('C','WEBDEVOC4J','DVF120120','DV920',' ',' ',' ','1',' ','P9601','DEPSRVR',119031,123027.000000,'JDE')
Here
Full package - DVF120120
Environment - DV920
Machine - DEPSRVR
2.) Add following line in end of E:\JDEdwards\E910\PACKAGE_INF\DVF120120.inf
[FEATURE]
WEBDEVOC4J=\\DEPSRVR\E920\package_inf\feature_inf\WEBDEVOC4J.INF
After this you can install Full package on Fat Client and Web Dev Feature will install.
If you miss to add Web Development Feature into the Package build and built it then here is the steps to add it from Backend.
1.) INSERT INTO SY920.F9631 VALUES('C','WEBDEVOC4J','DVF120120','DV920',' ',' ',' ','1',' ','P9601','DEPSRVR',119031,123027.000000,'JDE')
Here
Full package - DVF120120
Environment - DV920
Machine - DEPSRVR
2.) Add following line in end of E:\JDEdwards\E910\PACKAGE_INF\DVF120120.inf
[FEATURE]
WEBDEVOC4J=\\DEPSRVR\E920\package_inf\feature_inf\WEBDEVOC4J.INF
After this you can install Full package on Fat Client and Web Dev Feature will install.
Comments
Post a Comment