|
Forums, dernières contributions
Import automatique de fichier biar
Bonjour,
J'ai lu sur ce forum que l'on pouvait importer automatiquement des fichiers biar avec le script InstallEntSdkWrapper.jar.
Où peut-on récupérer ce script ? J'ai aussi lu que l'import via ce scrit n'écrasait pas les rapports existants. Ne peut-on paramétrer ceci dans le lancement du script ?
Merci d'avance
bonjour,
voici :
The command-line SDK uses Java to execute and requires only 2 lines in a batch script (CMD in Windows or ksh/bash/sh for our Unix-loving friends). Apparently this is quite appropriate for customers who need to auto-deploy, such as our OEM friends.
Here they are in all their glory:
SET CLASSPATH=%CLASSPATH%; 'C:Program FilesBusiness Objectscommon3.5javalib'
java -jar InstallEntSdkWrapper.jar “CMSNAME:6400' “MyAdminUser” “MyAdminPwd' 'secEnterprise' MyBIApplication.biar
The first line sets the CLASSPATH environment variable to include our 'common java library' directory, which yes will be different if you install to a non-default location or if you're on unix, and the second calls Java, and passes it the JAR file required (the java code), your logon information, and the path to the BIAR file.
Merci pour votre réponse mais je ne sais toujours pas où trouver ce script java InstallEntSdkWrapper.jar ?
Merci
|