Products Downloads


French version


Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

  • loader.properties (reference of additional JAR added to the CLASSPATH, here the JDBC pilots)

    Pas de format
    loader.path=C:/Program Files/IBM/SQLLIB/java/db2jcc_license_cu.jar,C:/Program Files/IBM/SQLLIB/java/db2jcc4.jar,C:/Program Files/IBM/SQLLIB/java/pdq.jar



  • application.properties (Spring Boot application parameters).

    Pas de format
    #Tue Oct 02 14:01:39 CEST 2018 
    adelia.language=fr 
    adelia.sync_folder=D\:/IDE/TESTIDE 
    spring.datasource.password=ENC(FV2BiEKzy/mh3xbawBbpNZIMxIVgzyCu) 
    spring.datasource.url=jdbc\:db2\://hostname\:50000/TESTIDE\:useRowsetCursor\=true; 
    spring.datasource.username=test 
    spring.jpa.properties.hibernate.default_schema=SYSADEL

...

Pas de format
Use:  check ALIAS [-u profile] [-p password] [-storepassword]
 
	-u profile	 	Connection profile. the profile must correspond to a software engineer registered in the environment.
	-p password  	Password.
	-storepasswordUpdatestorepassword	Update of profile and password stored in the configuration files (from the -u and -p parameters). 

...


The export.bat command file is used to export all or some of the objects from the Adelia repository to the disk (programs, management rules, etc.).

Pas de format
	Use:	ALIAS export
			[-u profile] [-p password]
			([-type:[REP|ETA,RAD|MRA,PT|TDI,GRA,MR|RGG,PGM,CLA]]
			[-force]
			[-app_area:APPLICATION AREA]
			[-resolve:[AUTO|REPOSITORY|FILESYSTEM]]
			[names])*
Hardis - Tableau personnalisé
marginLeft30px

-u profile

Connection profile, the profile must correspond to a software engineer registered in the environment.

-p password

Password.

-type:TYPES

List of object types separated by commas. The accepted values are:

  • REP|ETA - report.
  • RAD|MRA - RAD model.
  • PT|TDI - dialog type.
  • GRA - custom graphical object.
  • MR|RGG - management rule.
  • PGM - program.
  • CLA - class.

-app_area:APPLICATION AREA

Application area (all the application areas will be processed if the parameter is not specified). Use the "_Commons" value for public objects.

-force

Force the export whatever the synchronization status.

-resolve:AUTO

Ignore objects with synchronization conflicts.

-resolve:REPOSITORY

Resolves conflicts by using the environment version.

-resolve:FILESYSTEM

Resolves conflicts by using the disk version.

names

List of object name masks (* by default).

...


The export.bat command file is used to import all or some of the objects from the Adelia repository from the disk (programs, management rules, etc.).

Pas de format
	Use	: ALIAS import
			[-u profile] [-p password]
			([-type:[REP|ETA,RAD|MRA,PT|TDI,GRA,MR|RGG,PGM,CLA]]
			[-force]
			[-app_area:APPLICATION AREA]
			[-resolve:[AUTO|REPOSITORY|FILESYSTEM]]
			[-recreate]
			[-autocorrect]
			[-no_check]
			[names])*
Hardis - Tableau personnalisé
marginLeft30px

-u profile

Connection profile, the profile must correspond to a software engineer registered in the environment.

-p password

Password.

-type:TYPES

List of object types separated by commas.

The accepted values are:

    • REP|ETA - report.
    • RAD|MRA - RAD model.
    • PT|TDI - dialog type.
    • GRA - custom graphical object.
    • MR|RGG - management rule.
    • PGM - program.
    • CLA - class.

-app_area:APPLICATION AREA

Application area (all the application areas will be processed if the parameter is not specified).

Use the "_Commons" value for public objects.

-force

Force the import whatever the synchronization status.

-resolve:AUTO

Ignore objects with synchronization conflicts.

-resolve:REPOSITORY

Resolves conflicts by using the environment version.

-resolve:FILESYSTEM

Resolves conflicts by using the disk version.

-recreate

Recreate the object if it does not exist in the Adelia repository.

-autocorrect

Automatically add the object to the correction in progress if necessary (correction environments).

-no_check

Partially disable the source structure check (block order, source incorrectly placed).

names

List of object name masks (* by default).

...