Scripts of Ant to deploy livecycle applications

Hello

I wanted to know if there is a provision to develop scripts of Ant that helps the deployment of applications from one server to another livecycle.

Any information or material in this regard will be a great help.

Kind regards.

You can do this by using the Java API of LiveCycle.

The ApplicationManager class provides a number of methods to play with LC

Apps.

See the link for the following documentation:

http://help.Adobe.com/en_US/LiveCycle/9.0/programLC/Javadoc/com/Adobe/IDP/applicationmanag er/client/ApplicationManager.html

Nith

Tags: Adobe LiveCycle

Similar Questions

  • error trying to deploy the application for consolidation order

    I got you install patterns, to deploy the module store before, and when I try to deploy the application, I encounter an error :(

    This is my edited file "build.properties":

    ####################################################################
    # Property overall build set for SOA fusion order demo #.
    # > author: clemens utschig (oracle Corp.) 2009 #.
    ####################################################################

    # path of libraries and script imports
    Oracle.Home=D:\\Middleware\\JDEV\\jdeveloper\\
    # PROPERTIES OF THE SEED INTERNALLY - START #.
    # #
    # !!!!! DO NOT CHANGE! #
    # #
    ####################################################################

    Internal version number #.
    FOD.version = 2.3_ps3

    common libs of # home
    Oracle.Common.Home=${Oracle.Home}/... /oracle_common

    # Sub directory of the deployment artifacts
    deploy. Sub.dir = deploy
    # Sub Directory deployment / build scripts
    bin. Sub.dir = Bin

    # jee homes application
    creditauthorization. Home =... / CreditCardAuthorization
    orderapproval. Home =... / OrderApprovalHumanTask
    External.partnersupplier.Home =... / ExternalLegacyPartnerSupplierEjb
    composite homes #.
    orderbookingsdo.composite.Home=../OrderSDOComposite
    partnersupplier.composite.Home=../PartnerSupplierComposite
    orderbooking.composite.Home=../OrderBookingComposite
    B2B.composite.home=../B2BX12OrderGateway

    # adf service implementation context url
    storefrontservice.contextUri.adf=StoreFrontServiceHooks/StoreFrontService
    # sca composite according to context url
    storefrontservice.contextUri.soa=soa-infra/services/${soa.partition.name}/OrderSDOComposite!1.0/StoreFrontService

    # uri for the ExternalPartnerSupplierEJB ejb
    partnersupplier. EJB. URI = WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierEjb-SessionEJB #com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    # ejb application via Spring C uri & I ExternalPartnerSupplierEJB JSca
    partnersupplier. JSCA. EJB. URI = WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb

    # global connection to deploy settings, rmi and other

    # admin server t3: / / url - deployment
    WLS. URL = T3: / / ${admin. Server.Host}: ${admin. Server.port}
    # mgd Server t3: / / url - EJB
    WLS. MGD. Server.URL=T3://${Managed.Server.Host}:${Managed.Server.rmi.port}
    # ctx jndi factory
    Java.naming.Factory.initial = WebLogic.JNDI.WLInitialContextFactory

    # THE INTERNAL - END SEED PROPERTIES #.

    partition # where composites are needed to
    SOA.partition.Name = soaFusionOrderDemo

    # set to false if you want to use the adf supported services.
    SOA. Only.Deployment = true

    # deploy the b2b x 12 order composite transformation
    Enable.B2B.composite = true

    # use a normal ejb3 for the provider external partner (comment or set to false).
    # or use the new SCA Weblogic for Java EJB binding (uncomment and set to true)
    use. JSCA. EJB.impl = true

    Directory of the # file adapter - change your operating system (use-for windows and / for unix)
    orderbooking.file.adapter.dir=/tmp

    Directory control adapter # file - change your operating system (use-for windows and unix)
    orderbooking.file.adapter.Control.dir=/tmp/Control

    # jndi name of the jms for composite orderbooking topic
    orderbooking. JMS.topic.JNDI=JMS/DemoSupplierTopicUdd

    # Connection information for the deployment server

    # connection information in server admin - to start topics
    Admin. Server.Host = RZV - PC
    Admin. Server.port = 7001

    # the area where soa infrastructure is installed
    Server.domain.Name = soa_domain

    login # managed server, used for soa deployment, http
    Managed.Server.Host = RZV - PC
    Managed.Server.port = 8001

    test port # for rmi, ejb invocation and other
    Managed.Server.rmi.port = 8001

    credentials for servers
    Server.User = WebLogic
    Server.Password = WebLogic @.

    target server # wls (for the value server_soa, EIM use AdminServer shiphome)
    Server.targets = soa_server1

    # soa-server side oracle directory - necessary for the deployment plans
    # and the deployment of sca weblogic (on the ExternalPartnerSupplier project library
    SOA. Server.Oracle.Home=D:\\AS11gR1SOA

    # business test event - it's the business event queue

    user name of the diagram main db soa #.
    SOA.db.UserName = sys as sysdba
    # soa db password
    SOA.db.Password = Razvan
    # soa db = connection string > host: port: sid
    SOA.db.ConnectString = RZV - PC:1521:xe

    # MetaDataServices repository (used for SOA artifacts) shared settings #.

    # use 'jdev' for jdeveloper local install, "db" for the database
    # In case of 'db' change below (jdbc) parameters for the mds db

    Foreign.MDS.type = DB

    # Note: Before you deploy are of course you change these settings to your REMOTE
    # db - what is strips soa-infra, set the mds.type above for 'db' and run
    # the target of "importCommonServiceArtifactsIntoMds". This will import the common
    # shared artifacts of $OH/bin/soa-seeds / in the mds (RT) distance.
    # A shiphome install that this user is normally named sh_mds

    MDS.db.UserID = sys as sysdba
    MDS.db.Password = Razvan
    database connection string #: driver@host:port:sid
    MDS.db.JDBC-URL=jdbc:Oracle:Thin:@RZV-PC:1521:XE


    and this is the error I get:



    BuildFile: C:\fod\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    init:
    [echo] Version of SOA Suite 11g:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] The generation time: my Apr 18 18:05:14 PDT 2011
    [java] Build type: free
    [java] Tag from the source: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infrastructure mgmt home: D:\Middleware\JDEV\jdeveloper\

    setupWorkspaceForJdeveloperUse:
    [echo]! Implementation of workspace for JDeveloper, where seedlings adf-config, connections.xml and filling mds
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    init:
    [echo] Version of SOA Suite 11g:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] The generation time: my Apr 18 18:05:14 PDT 2011
    [java] Build type: free
    [java] Tag from the source: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infrastructure mgmt home: D:\Middleware\JDEV\jdeveloper\

    createMDSConnections:
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    createMDSConnectionForDB:
    [echo] Creation... /. ADF/META-INF/ADF-config.xml for the MDS supported database
    entry entry jump as mds.db.password property has already been set.
    [copy] Copy 1 file to C:\fod\CompositeServices\.adf\META-INF
    [echo] With the help of jdbc:oracle:thin:@RZV-PC:1521:xe for storage based on db, with the sys as sysdba user
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    createMDSConnectionForFileStore:
    [echo] Ant: Apache Ant version 1.7.1 compiled Java on June 27, 2008: 1.6
    [echo] Using mds-type: db
    entry entry jump as server.password property has already been set.

    createMDSConnectionForServerFileStore:

    importCommonServiceArtifactsIntoMds:
    [java] Starting import from file system local to the mds...
    [java] oracle.mds.config.MDSConfigurationException: MDS-01330: cannot load the MDS configuration document
    [java] MDS-01329: cannot load the item "persistence-config".
    [java] MDS-01370: Configuration of MetadataStore for metadata-store-use 'mstore-usage_1"is not valid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier ' MDS_INTERNAL_SHREDDED. GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java] at oracle.mds.config.PConfig.loadFromBean(PConfig.java:690)
    [java] at oracle.mds.config.PConfig. < init > (PConfig.java:499)
    [java] at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:707)
    [java] at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:764)
    [java] at oracle.mds.config.MDSConfig. < init > (MDSConfig.java:515)
    [java] at oracle.mds.config.MDSConfig. < init > (MDSConfig.java:443)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.getTargetMdsInstanceByAdfConfig(MdsImportTask.java:133)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:155)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)
    [java] Caused by: oracle.mds.exception.MDSExceptionList: SDM-01329: cannot load the item "persistence-config".
    [java] MDS-01370: Configuration of MetadataStore for metadata-store-use 'mstore-usage_1"is not valid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier ' MDS_INTERNAL_SHREDDED. GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java] at oracle.mds.config.PConfig.loadFromBean(PConfig.java:684)
    [java]... 8 more
    [java] Exception in thread "main" SDM-01330: cannot load the MDS configuration document
    [java] MDS-01329: cannot load the item "persistence-config".
    [java] MDS-01370: Configuration of MetadataStore for metadata-store-use 'mstore-usage_1"is not valid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier ' MDS_INTERNAL_SHREDDED. GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:225)
    [java] at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)

    BUILD FAILED
    C:\fod\CompositeServices\bin\build.XML:276: The following error occurred during the execution of this line:
    C:\fod\CompositeServices\bin\common-SCA-tools.XML:414: Java returned: 1

    Total time: 4 seconds


    Please help, I need this aplication for my final year project.

    Thanx

    # MetaDataServices repository (used for SOA artifacts) shared settings #.

    # use 'jdev' for jdeveloper local install, "db" for the database
    # In case of 'db' change below (jdbc) parameters for the mds db

    Foreign.MDS.type = DB

    # Note: Before you deploy are of course you change these settings to your REMOTE
    # db - what is strips soa-infra, set the mds.type above for 'db' and run
    # the target of "importCommonServiceArtifactsIntoMds". This will import the common
    # shared artifacts of $OH/bin/soa-seeds / in the mds (RT) distance.
    # A shiphome install that this user is normally named sh_mds

    MDS.db.UserID = sys as sysdba
    MDS.db.Password = Razvan
    database connection string #: driver@host:port:sid
    MDS.db.JDBC-URL=jdbc:Oracle:Thin:@RZV-PC:1521:XE

    You need to change below-

    The value of the mds.db.userid property must be created in DB using the remote schema MDS name. For example - dev_mds
    The value of the mds.db.password property must be the password for MDS schema.

    Make sure that the "mds_internal_shredded" module is in valid state (compiled) in the MDS schema.

    Kind regards
    Anuj

  • Remote server Weblogic deployment of Application ADF

    Hello world

    I created an Application ADF 11.1.1.2 and deployed successfully on the server remote weblogic 10.3.3 in the same instance.

    I want to know can we create ADF application in an instance and deploy in remote weblogic server, create different instance data Source?

    Let me put it differently.

    I created ADF Application using the test instance and now I want to move to PROD but I don't have access to the database of the PROD but I can do the DBA run the PROD database scripts that are needed for the application runs successfully, is there so that I can create using the test instance and creation of DataSource application in weblogic server giving details of database of PROD?

    Is it possible I can give DBA access to enter the connection details of database for my application as change any file in ADF Application like Model.jpx?

    Please give me solutions?

    Thank you.

    Your application should use a DataSource WebLogic - then you can define this data source on any server you want pointing to a database you need.
    Info here:
    http://download.Oracle.com/docs/CD/E17904_01/Web.1111/b31974/bcservices.htm#CHDJDBJB

  • Create a script to update, to deploy, to load the data with the version 9.3.1

    Hello

    I would like to know if it is possible to run a script to run:

    -Dimensions profile (by EPMA) import
    -deploy an application (by EPMA)
    -load rule to load the data (by essbase)
    -Calculation (by essbase) script

    We use version 9.3.1

    Thanks in advance.

    Roby

    Hello

    I don't think it doesn't matter which feature of command batch for EPMA up to version 11.
    It is possible, you can try creating a regular taskflow in EPMA to import a dimension and then reploy, finally you could run a batch script that contains a maxl script to load and calculate essbase data.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Deploy an application in real time

    Hello, I want to create an application to deploy the application in real time (previously compiled) in a Compact RIO goal. My goal: a standard user could deploy the new application without LabVIEW Real-time... Will he something exists? Thank you

    Hello again,

    Even if you don't have a USB port, I posted the link because there are screws that could possibly be used.

    I also found that you can use the example of "Browser FTP" VI in order to copy files to your cRIO. The next step is to create an executable from this example.

    Kind regards

  • How to deploy Web application in Azure VM using Visual studio online

    Hello

    I am very new to visual studio online. It is part of my learning. I try to deploy the web application in the blue. I could deploy the web application successfully in Azure Blue Web site. Later, I created and Azure VM and try to deploy the application on the virtual computer. But I could not. I read some blogs, but not able to understand how to deploy it on the virtual machine using Visual Studio online. I was able to publish the application to the Azure VM using Visual Studio 2015. But failed to deploy via VSO.

    I use Build definitions. Please help me configure the deployment in Azure VM using VSO.

    The question you ask is out of scope of this community.

    Try asking the same thing on the forums/Stackoverflow MSDN forums.

    MSDN:

    http://social.msdn.Microsoft.com/forums/en-us/category/windowsazureplatform, azuremarketplace, windowsazureplatformctp

    The stack overflow:

    http://StackOverflow.com/questions/tagged/azure

    The Microsoft Community is a site of support of peer reviewed for Windows
    and other Microsoft products. This is a question and a response/answer format
    and offers no assistance in real time. Most here are volunteers and we do not have
    direct contact with senior-level support sites.

  • Deployment error when I deploy my application world Hello to device of BB curve 8900

    I am facing deployment error while I deply to device Iam using the version of the sdk webworks: BlackBerry WebWorks SDK 2.3.1.5

    IAM using the webworks said above, windows 8 64-bit system, when I deploy it in the Simulator for other versions I see global demand for Hello in the emulator to ripple, but when I try to look for 8900 device that is not listed in the webworks platform why is it so?

    My camera works with OS 4.6.1, then how to deploy my application world Hello to this device of curve 8900?
    If the JDE or jre must be downgraded on 4.6.1 how? I need to change my environment variable

    Someone in a pile on flow said like that. "

    You as a developer WebWorks don't treat BrowserField instance, but your app to launch and work, needs this new implementation of the BrowserField class that supports the required functionality.

    Software more former device does not support the feature that provides new BrowserField. And as a result, it is not possible to launch WebWorks applications on older devices OS-es to 5.0.
    "So do I need higher version OS to run my application helloworld on my device.

    SDK BlackBerry WebWorks 2.3.1.5 has a requirement of BlackBerry OS 5.0 because of the new BrowserField object (which has been introduced in BBOS 5.0 that you noted.) You will not be able to deploy a WebWorks to any device that runs a pre - 5.0 operating system.

  • Deploy an application with the local database

    Hi all, I have written a Java for BlackBerry application using a local database (SQLite). During development, I choose to use PC filesystem for files from the SD card by selecting a folder that contains the .db (representing the SQLite DB) file. Now, I have to deploy the application on a real device using BlackBerry Desktop Manager... How can I deploy the DB?

    Thanks in advance.

    Kind regards

    Gianni.

    No BlackBerry Enterprise Server.  At first startup, the application can connect to a server and download the database.

  • How to deploy an application with free files on BES or others?

    I'm curious to know if there is a way to deploy an application with a loose settings file.

    My goal is for customers to deploy the app after that that they have made changes to a settings XML file.

    After the changes to the XML file, the customer could deploy via BES or another method.

    Is this possible?

    I wrote several .net applications that use XML settings files in bulk / external and I want to acoomplish the same thing.

    Tips, advice or ideas are greatly appreciated.

    Thank you

    My current development environment:

    Eclipse 3.4

    BlackBerry JDE plugin for Eclpise 1.0.0.67

    Blackberry JDE 4.2.1.17 component package

    Blackberry JDE 4.3.0.16 component package

    Blackberry JDE 4.5.0.16 component package

    Blackberry JDE 4.6.1.27 component package

    Blackberry JDE 4.7.0.46 component package

    WIndow XP SP 3

    How about using HTTP to GET the XML of your server at startup?

  • Helping the deployment of applications

    Hello

    I downloaded WebWorks 10 since the developers page and I managed to Pakage my app, but I'm unable to deploy the application that I am unable to find the "BlackBerry deployment.

    Can someone advise this is a separate download or is it stored somewhere different.

    On a Mac, it is located in:
    / Developer/SDK/Research In Motion/BlackBerry 10 SDK WebWorks 1.0.0.7/dependencies/tools/bin

    So I guess that on PC it is:
    C:\Program search in Motion\BlackBerry 10 SDK WebWorks 1.0.0.7\dependencies\tools\bin\

  • Deploying an application not signed on Playbook

    Current running in an error when you try to deploy an application on a Playbook, unsigned

    result::failure 500 BarFileUnsignedError

    To simplify debugging that I grabbed the menu bar sample

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/sample-code-swipe-down-menu-for-...

    It was compiled with a slightly modified config.xml file, just add the and tags

    http://www.w3.org/ns/widgets ".

    "xmlns:RIM ="http://www.blackberry.com/ns/widgets"

    version = "1.0.0.1" >

    Example of menu bar

    Example that illustrates how to create your own menu bars of an application BlackBerry WebWorks for Tablet OS

    MYCOMPANY

    g * _YrSekQ

    subdomains of http://www.BlackBerry.com/fr"="true"/ >

    It's the deploy command

    I:\Program Research In Motion\BlackBerry WebWorks SDK for Tablet 2.0.0.4\bbwp\blackberry-tablet-sdk\bin>blackberry-deploy - installApp-password * package - unit 169.254.129.45-"i:\BB Dev\BAR\menubar\menuBar.bar".

    Sending request to install it...

    Info: Action: install

    Info: File size: 64519

    Info: installation...

    Info: Treatment 64519 bytes

    actual_dname:

    actual_id:

    actual_version:

    result::failure 500 BarFileUnsignedError

    I think that my problem lies in the config.xml file and files to blackberry - tablet.xml, the documentation is not very clear on the need for these files.

    Whence the and tags belong?

    My blackberry file - tablet.xml contains

    MYCOMPANY

    g * _YrSekQ

    Any suggestions?

    Thank you


  • Is it possible to prevent the device restarts when I deploy an application?

    Hello

    Whenever I have deploy an application on my device (Blackberry 9780, OS6.0) to test the device restarts. Is it possible to deploy without having to go through this lengthy process?

    Who knows what is happening behind the scenes!

    There are simple things, like the establishment of the correct size at startup icon, which will mean that your device needs to restart after the installation.

    Since I believe PhoneGap and WebWorks are about you, you can get an answer on the forum WebWorks.

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/BD-p/browser_dev

  • deploy the application on the Simulator console

    Hello

    I want to deploy my application on the BB Simulator without going through Eclipse. In more detail:

    -from the emulator in debug mode (with the correct settings)

    -deploy the application in the emulator

    -redirect all output to the console for debugging.

    Could someone illustrate how to perform this procedure in my console windows?

    Thank you

    You can deploy an application for the BlackBerry Smartphone Simulator by copying the file of cod to the directory of the Simulator.  The Simulator does not support redirection of its debug output to an arbitrary location, however you can use the tool, JDWP included with JDE BlackBerry and BlackBerry JDE component Package to view this output outside Eclipse or the JDE.

    Download the BlackBerry JDE or BlackBerry JDE component Package

    http://NA.BlackBerry.com/eng/developers/javaappdev/javadevenv.jsp

  • How to deploy the application by using a file single .cod.

    Hello

    In my application, I'm Ksoap library. So I created a library for Ksoap project. and my application depends on this library project.

    Now, when I deploy the application, I need to install 2 .cod files

    1 - Ksoap

    2. my application.

    Is it possible, so that I can deploy the application with 1 single .cod file.

    The user must not install 2 .cod files. One .cod file should be enough so that he can run the application.

    Yes. In an alx file, you can simply add Ksoap_Library.cod in the tag.

  • Is it possible to deploy the application without WiFi?

    I have a fair amount of coding "on the go" (in the train, airport, airplane, etc.) where do not always have access to a wifi hotspot. Is there a way to deploy my application on the actual device (not the Simulator) without wifi? For example connect you via USB / DM and deployed this way? I was not able to find all the information, but also any posts in question with definitive answers?

    When you connect your PB to your PC via the USB port, the Playbook installs a network driver on the PC with an address like this:

    169.254.xxx.xxx

    the driver on the PC points to the network address:

    169.254.xxx. (xxx + 1)

    and chooses the IP USB PB as the gateway address, so they can talk.

    You should be able to deploy to your PB via USB.  I use FB 4.5 to deploy, and it works with USB and WIFI.  A problem is your IP address changes when you unplug the USB key, then you will need to reconfigure.

Maybe you are looking for

  • Update to post beta ios9 on screen

    Hello, I have a problem with my 6 16 GB iphone, whenever I have unlock my camera a message saying that I need to update to ios9 beta and I the last ios I checked under software update, how can I remove that?

  • Can't turn on clip

    When I connect to my computer, I have the clip shows as load and I can see all my music, and the battery shows 98%. But when I disconnect, the clip will not illuminate. I tried holding the power switch for 15 seconds, but this good dd Any ideas on wh

  • Screen black random while restarting the computer after the installation of KB2920189. Also can not uninstall the update.

    Original title: cannot uninstall the recent update... Why? I update manuallyas there have been at least 6 updates bad I know for windows 8. A recent update KB2920189 will not uninstall. I mean there is no option to uninstall when I right-click. I ins

  • How does with the sensitive sites and inbrowserediting?

    It is perhaps a matter of time, maybe that I've just not found the right place to learn.As I created a Web site in Muse, makes sensitive: www.bit-coaches.com, I had to deal with some "hide the breakpoint', 'hide in other breakpoints.As I wasn't able

  • vSGA / vDGA Hybrid Configuration

    HelloI'm facing a customer who wants to give hardware acceleration for workstations Windows and Linux on a single server with a single graphics card. My immediate suggestion was that we use the latest Tesla M60 full control in a vGPU configuration wh