sap-nw-abap-docker icon indicating copy to clipboard operation
sap-nw-abap-docker copied to clipboard

Missed commands to update ASE License

Open AxelTdev opened this issue 2 years ago • 0 comments

The ASE license need to be updated.A second installation with the new license updated, after the first run script is needed, I think. I didn't found the way to make it work, :

after first installation

RUN rm /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TestDrive.lic COPY td /sybase/NPL/SYSAM-2_0/licenses/ (new license) RUN chmod 777 /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TD.lic RUN chown sybnpl /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TD.lic (not working sybnpl user doesn't exist) RUN chgrp sapsys /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TD.lic second installation RUN ./run2.sh (manage the script with the answer for the second installation).

Many Thanks

AxelTdev avatar Mar 22 '22 01:03 AxelTdev