You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: