DevOps
Requirements:
-
All required Agent Systems have been configured (see Agent Configuration to learn how to do that).
-
Synchronization of all required Agent Systems has been done (see Synchronization with Agent system section).
-
You should have enough licensed tracked object versions in CTT (i.e. DevOps licensing plan), otherwise, once new version is registered, the oldest will be deleted if the limit is reached. It causes loss of transport items if deleted tracked object version was used in the transports.
-
If you use PRO Agents, additional SAP PRO client libraries must be available in runtime classpath. They are not included into the build, so they should be added to a folder (you can create
libsfolder in the folder with jdbc driver) and then the path to thatlibsfolder should be passed through-Dloader.pathparameter in the bootstrap command (see that section). If any of these libraries are missing, you will see the following error during transport creation or checking imported objects:
Required libraries:
-
com.sap.aii.utilxi.core.jar- can be downloaded from<PRO system root url>/dir/directory/com.sap.aii.utilxi.core.jar -
com.sap.xpi.ib.core.jar- can be downloaded from<PRO system root url>/dir/directory/com.sap.xpi.ib.core.jar -
com.sap.xpi.ibdir.core.jar- can be donwloaded from<PRO system root url>/dir/directory/com.sap.xpi.ibdir.core.jar -
sap.com~tc~bl~guidgenerator~impl.jar- can be downloaded from<PRO system root url>/dir/directory/sap.com~tc~bl~guidgenerator~impl.jar
-