Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<TalendRuntimePath>/deploy folder
feature:install tesb-datasource-sqlserver
<TalendRuntimePath>/etc/org.talend.esb.datasource.sqlserver.cfg
tesb:start-sam
xldai wrote:
Hi,
The "tesb:start-sam" is an aliase command for start the default Derby datasource and SAM server/services.
tesb:start-sam = { feature:install tesb-datasource-derby tesb-derby-starter tesb-sam-service-soap tesb-sam-service-rest } ;
So in case of other datasource you want to use, the "tesb:start-sam" should not be run in your final step, instead, you can do:
feature:install tesb-sam-service-soap
feature:install tesb-sam-service-rest
Regards.