OAS API for automatic deployment!!

Hi,
Is there any API from Oracle for automatic deployment, stopping, starting, restarting the server, creating Datasource, connection pool etc for Oracle Application Server. I mean I should be able to achieve all these without manual intervention. Everything should happen in an automated way with the help of code.
The following site lists out the API, but I could not find the solution for my (above) requirement.
http://download-uk.oracle.com/docs/cd/B31017_01/web.htm
Can anyone, if used/aware of such API, please let me know.
TIA,
Rgds,
Prashanth Babu.

Mike,
Thanks for the reply.
I basically found the ant methodology and also the J2EE Deployment API (JSR88) for my requirement.
But with ant scripts I ran into problems. I have posted my problem in OC4J forum.
Re: Could not create task or type of type: antlib:oracle:deploy
I found the corresponding API for the same in ant-oracle-classes.jar. Here too, I ran into problems, since, when I tried Java Code for creating the datasource/connectionpool, the program is completing without any runtime-error, but its not creating the datasource/connectionpool.
If anyone is aware of the API or used it or any pointers to examples of usage will be of great use. Please let me know.
As such, Iam not able to find out much abt the API even googling.
Any pointers/suggestions for the same would be very appreciated.
TIA.
Rgds,
Prashanth Babu.

Similar Messages

  • Deploy user for automatic deployment on development system

    Hi everybody,
    I am not sure what user to configure in the "Runtime Systems" tab of my track configurations.
    We use AS Javas of the Version 7.1 EHP1 as runtime systems. Thus we use the deploy controller for deploying. So far we just have used the personal user of whoever created the track as deploy user. Is this the recommended way? Or should we better use some technical user for automatic deployment? If yes, which permissions should this user have?
    Thanks in advance for your help!
    Tobias

    Hi Satya
    Thanks for the quick answer. Do you happen to know if a separate technical user for CMS deployment ist the "standard"/best practice?
    Best regards,
    Tobias

  • DB API for automatically recovering message stuck in undelivered state

    Hi,
    Can someone point me to any DB APIs that can be used to automatically recover messages in undelivered state (orabpel.invoke_message, state=0)
    We have implemented a DB query to alarm if there are undelivered messages, want to take it to next level by triggering automatic recovery of such messages.
    Any help is appreciated.
    Thanks, Gopal

    I'm seeing this behavior too.
    MBP Retina from Mid 2012
    3/8/14 3:36:38.846 PM loginwindow[69]: DPRemoteDesktopPicture: error getting desktop picture for display 0x4280382, error = no desktop picture for display 0x4280382 and spid=3

  • No automatic deployment for Portal Application Standalone DC?

    Hi Experts,
         I created a Portal Application Standalone  DC under NWDI track.
         I checked in the code and activate my request, the log showed that this DC had beed sucessfully built. BUT, I can not find this portal application had beed deployed.  it seems that EP DC can not be deployed automatically
        I searched SDN and there are some topics about this problem, it seems that EP DC can not be deployed automatically, we need to deploy the DC manually, is it right?
       Thanks!
    segement of my build log:
    [pppacker] WARNING: Could not determine correct package of package folder for entity  (portalapplication-api/Class, src.api/)
      [pppacker] Packed   0 files for entity  (portalapplication-api/Class, src.api/)
      [pppacker] Packed   3 files for entity  (portalapplication-core/Class, src.core/)
         [timer] Portal Application libraries packaging finished in 0.389 seconds
    createApplication:
          [echo] create PAR..
           [jar] Building jar: /usr/sap/EP1/JC00/j2ee/cluster/server0/temp/CBS/5/.B/3501/t/80B8A4CDC19F36C272AD330774CF8FF0/com.hcm.isr.newtemplate.par
    createPublicParts:
          [echo] Public Part: API
      [pppacker] Packing public part 'API'
      [pppacker] Packed   0 files for entity Portal API (Portal API)
      [pppacker] Packed 1 entity for public part 'API'
         [timer] Public part packaging finished in 0.114 seconds
    createDeployArchive:
          [echo] Creating portalapp-dd.xml
           [cda] Preparing archive for deploy unit "default"
           [cda]   deployment type: "J2EE"
           [cda]   explicit modules:
           [cda]     /usr/sap/EP1/JC00/j2ee/cluster/server0/temp/CBS/5/.B/3501/t/80B8A4CDC19F36C272AD330774CF8FF0/com.hcm.isr.newtemplate.par
           [cda]
           [cda] Creating Ant build file: /usr/sap/EP1/JC00/j2ee/cluster/server0/temp/CBS/5/.B/3501/DCs/test/isrformtemp/_comp/gen/default/logs/buildDeployArchive.xml
           [cda]
           [cda] 
           [cda] Creating descriptor META-INF/application.xml ...
           [cda] 
           [cda] Creating descriptor META-INF/application-j2ee-engine.xml ...
           [cda] Adding module "com.hcm.isr.newtemplate.par" with container type "PortalRuntimeContainer".
           [cda] 
           [cda] Collecting modules...
           [cda] Adding module 'com.hcm.isr.newtemplate.par' from current development component
           [cda] Ant build file creation finished in 0.119 seconds
    packDeployArchive:
    [srcpacker] Creating source archive
    [srcpacker] No sources available for packing, no archive will be created.
         [timer] Source archive creation finished in 0.008 seconds
        [dcinfo] Creating deploy archive info
        [jarsap] Info: JarSAP version 20060908.1630
        [jarsap] Info: JarSAPProcessing version 20070423.1630 / JarSL version 20070906.1830
        [jarsap] Building: /usr/sap/EP1/JC00/j2ee/cluster/server0/temp/CBS/5/.B/3501/DCs/test/isrformtemp/_comp/gen/default/deploy/test~isrformtemp.sda with compression
         [timer] JarSAP finished in 0.461 seconds

    The Standalone DC has a deployable result (opposed to the Module DC) and should thus be deployed when an activity is successfully activated. Is automatic deployment perhaps disabled?

  • Any java API to get the metadata for a deployed bpel process in soa/bpm11g?

    Hi,
    Just wonder if this is possible, that there is some existing java api to retrieve the metadata (containing activities, isSynchrous, version information etc) for a deployed bpel process? If not, is there any other way to achieve this goal ( or example query database table directly)?
    I can only find this link for soa11g java api. I am able to invoke the bpel process using this API(direct binding) from java client.
    http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e10659/index.html?overview-tree.html
    Any help will be greatly appreciated.
    Thanks,
    Bin

    What I find so far:
    1. can get some process property values from ComponentInstance class, see its api.
    http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e10659/oracle/soa/management/facade/ComponentInstance.html
    Please refer http://blogs.oracle.com/soabpm/2009/07/soa_suite_11g_api_tricks_part.html of how to get the component instance (contain the bpel process) from a composite object
    2. in dev_soainfra database schema, the CUBE_INSTANCE table contains most of soa bpel components information. The BPM_CUBE_PROCESS table seems to contain only the process defined in a bpm application. This sounds a little confused, if we want to develop a bpel application, should it be put in soa or bpm application and what is the difference?
    Please feel free to correct any mistakes here.

  • API for Shared Review in Acrobat SDK

    Hi,
    I would like to implement the functionality for Shared Review programmatically.
    Right now we need to open each pdf file select Comments -> Send for Shared Review in Acrobat Professional and follow the steps in wizard.
    I am looking at achieving the above steps programmatically so that I need not open each pdf individually and run through the wizard. For this, is there any API available either in Acrobat 8.1 or 9.0 SDK which I can make use of and build an automatic service.
    A swift response is appreciated.
    Thanks & regards,
    Rajeev

    is there (today - 2011) really still no API for that?
    Also not in LiveCycle Server?
    Thanks,

  • Trying to comprehend the use of Automatic Deployment Rules

    I am having a hard time trying to conceptualize ADRs. I would appreciate it if someone can let me know if I am on the right track here. 
    The way I see it is I can set up an ADR for every 2nd Tuesday of every month (Patch Tuesday) to run to build my initial deployment to a pilot test group. Then I have to build subsequent deployments after that since ADRs can only build one deployment (the
    one for my pilot test group). 
    My question is, should an ADR be used only for a pilot test deployment and not a production deployment?
    Thank you very much everyone, I appreciate your help

    I thought during the wizard it allows you to specify which type of patches you want to deploy such as Security, etc? 
    You select the update filter and criteria in the ADR wizard:
    http://blogs.technet.com/b/configmgrdogs/archive/2012/05/08/configmgr-2012-automatic-deployment-rules.aspx
    An example scenario:
    http://technet.microsoft.com/en-us/library/jj134348.aspx#BKMK_Step2
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • SCEP definition update through Automate Deployment Rule

    Hi all.  Got a question on deploying SCEP 2012 definition updates to client PC through SCCM2012 R2 by using Automate Deployment Rule.  It looks like the client PC is not receiving the definition updates immediately.  The ADR seems working
    fine, it completed the synchronization successfully, no error on "PatchDownloader.log" and "ruleengine.log"; deployment folder got filled up with new definition updates.  However, the client is not receiving the new SCEP definition
    updates immediately, although I've configured ADR to install the update as soon as possible, yet nothing happens for the past 2 hours.  I ended up launch the SCEP console on the client PC and then click the "update" button manually, and this
    launch the update process.  I just wondering how much time we need to wait for the SCEP definition update to apply onto the client PC.  Microsoft seems release 3 - 4 definition update per day, I am afraid we might not using the latest definition
    update due to the time waiting issue.  Thank you.

    I've configured the polling interval to take place every 3 hours.  I guess this contribute to the waiting time.  I will keep an eye on it to see if the definition in deed installs automatically. 
    Yes that's one of the delay which is the major Contribution also there would be some delay for the updates when they are downloading and getting updated to the distribution points. You can check the 'Content Status' for that package to verify if it got updated.
    Umair Khan
    Microsoft Support Escalation Engineer
    Blog: http://blogs.technet.com/umairkhan 
      Facebook:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Error when BOE 3.1 installer automatically deploys apps on websphere

    Hi,
    I am trying to install BOE 3.1 on AIX 5.3 using websphere 6.1. I created the websphere profile with no admin secure. In the installation i chose to automatically deploy the web apps on websphere. I provided the details of my websphere profile and specified no 'n' for the option admin is secure. I did not provide any details for the admin user and password.
    The installation goes on fine however all the deployments fail. This is one of the entries in BusinessObjects.12.1.log.summary:
    [error] Errcode 1: /home/<user>/BOE/BOEAIX/deployment/wdeploy.sh websphere6 -DAPP=AdminTools -Das_admin_password="*****" -Dlanglist="en" deploy
    Note that it is providing a password even though I haven't specified any.
    I tried manually deploying them using wdeploy. The details in config.websphere6 were all fine.
    I did not provide any special arguments:
    ./wdeploy.sh websphere6 deployall
    This successfully deployed all the applications.
    I would like the web app deployments to occur at the time of installation itself, please let me know if anybody has faced this problem or has any ideas to fix this.
    Thanks,
    Jithin
    Edited by: Jithin George on May 4, 2009 8:02 AM

    Hi Denis,
    Yes, I was surprised too that it worked with wdeploy.
    1. Yes I made use of the same user for both installation and wdeploy.
    2. I looked up BusinessObjects.12.1.log for more details and found this:
    [info] /home/<user>/BOE/BOEAIX/deployment/wcommon.xml:167: The following error
    occurred while executing this line:
    [info] /home/<user>/BOE/BOEAIX/deployment/websphere6.xml:237: Unable to connec
    t to websphere, please check the administrative user name and password, and the
    administration port, if specified.
    [info]
    [info] Total time: 4 seconds
    [error] Errcode 1: /home/<user>/BOE/BOEAIX/deployment/wdeploy.sh websphere6 -D
    APP=AdminTools -Das_admin_password="*****" -Dlanglist="en" deploy
    As I mentioned in my previous post, I did not provide any password or user(no admin security), yet it seems to provide it in the arguments to wdeploy.
    3. I made no change to WAS between the two actions. The only difference being that I did not provide any password to wdeploy. In the config.websphere6 file, the password line is commented out by default.
    4. I am using websphere 6.1.0.9
    Thanks,
    Jithin

  • Installation of APS with automatic deployment

    Hello, I try to install APS with Mysql in automatic deployment. but on the windows where the box should be notched: To install Mysql automatically, I do not have but because it is grayed. I do not have the hand because it is grayed. I do not know what occurs because I cannot continue if I do not install the database Mysql. thank you for the assistance

    Hi
    I don't know if the software estimates free space before or after that box but you should check if you have the default 5GB free space.
    What OS are you using? If you are using a windows server then be sure it it is a 2003 server. You can't install it on a 2000 server, the older documentation is wrong about that.
    Regard
    Michael

  • Application connection help in Jdev for ADF deployment

    Hi,
    I have installed OAS 10.1.3.1 in my local machine to test the ADF deployment. My application is in C: with jdev version 10.1.3.2 and the server is installed in C:\Product\10.1.3.1\OracleAS_1.
    Could you please guide me in creating the applciation server connection in jev to this OAS?
    And before deploying it to OAS, do i have to install the ADF libraries or it is already available?
    Thanks,
    Venkat

    Thanks Frank. I do have a doubt while making the application server connection.
    I installed OAS by giving Instance name as xyz and password as xyz. So when it askes for the username and password in the connection wizard, do i have to supply these?
    If I do I get an error message. I tried with oc4jadmin and same as password too.
    But I get the connection error.
    Could you please help me in solving this issue?
    This is the connection error that I get.
    Error getting OC4J Process for: opmn-home+oc4j-PDC-ALA-CTX40-6003-default:
    Error connecting to OPMN (is it running?): Connection refused: connect
    Is there any thing I need to so before making the connection?
    Thanks,
    Venkat

  • Google Maps API for flash not working on real device iPad

    I use flash builder 4.5.1 to build app for Google Maps API for iOS (map_flex_1_20.swc), and it is working well even on the simulator on PC, but after I generate the IPA use FB4.5.1, and install on iPad , it not working at all, only show a while screen.(I used the TabbedViewNavigatorApplication, the botton Tabbar is working, I can switch the page, but on the maps page show nothing)
    I also try the code on Flash CS5.5  using map_1_20.swc , when on the PC debug, it works well,(swf files), but install the AIR ipa on the iPAD, show nothing only a white sceeen.
    anyone  met this problem?

    You can also use the MapQuest Mobile Flash Maps API.  It's supported by MapQuest and does not need any work-arounds in order to work with the Flash Platform.  It also takes advantage of the "build once, deploy anywhere" functionality in Flex 4.5+.  MapQuest provides a demo app for Android and iOS and has the source code available for download, too.

  • Server API for Looking up Web Applications

    Is there a public server API for obtaining a list of deployed web applications and configuration information for those deployed applications?
    Thanks.

    We strongly discourage to use the tomcat APIs. We may support those API's this version and may not support in next version. You can find the deployed app's from server.xml or admin interface. There is a work around to find the deployed applications programatically by using the command
    asadmin> ist-components --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure | -s] [--passwordfile file_name] [--type application|ejb|web|connector] instancename

  • Automatic Deployed Updates Source Cleanup

    I recently set up an automatic deployment rule for the scep definition updates. It works like a charm, new update are being downloaded, and old updates are beeing superseeded and at last expired.
    But, the source folder, where my software update deployment package lies is just getting bigger and bigger. SCCM obviously don't distribute the expired updates to the DP anymore but does not cleanup the source folder.
    Is there a mechanism which will cleanup my source folder or do i need to write a script for that? I also run the WSUS Cleanup Wizard, but it also won't cleanup my update source folder.
    We are using SCCM 2012 SP1 CU3
    Thanks in advance..

    You should remove the expired updates from your software update Groups. That way the source and the DP will be "cleaned up"
    Kent Agerlund | My blogs: blog.coretech.dk/kea and
    SCUG.dk/ | Twitter:
    @Agerlund | Linkedin: Kent Agerlund |
    Mastering ConfigMgr 2012 The Fundamentals

  • Track configuration for SCA deployment to QA

    Hello Community,
    I have a 4 system landscape (EPD, EPQ, EPS, EPP) and a NWDI System (JDI).  At the moment there is a track configured as follows:
    u2022     DEV = EPD
    u2022     CON = EPQ
    u2022     TEST = EPS
    u2022     PROD = EPP
    I would like to use CTS to deploy the assembled SCA file instead of CMS, and it is desirable for the request to originate from EPD then import into EPQ.  Does this require the use of the u201Cdevelopment system onlyu201D flag for direct deployment to QA rather than consolidating before assembly?
    Kind Regards,
    Zach

    Hello Sheryas,
    I've commented on your helpful comments.  Thank you!!
    > Considering that your CTS system is properly configured with transport routes defined for...
    > u2022 DEV = EPD
    > u2022 CON = EPQ
    > u2022 TEST = EPS
    > u2022 PROD = EPP
    All systems in the domain controller (sid: CTS) are non-abap systems, and EPD is the source system.  D->Q->S->P is the configured route.
    > 1) You need to configure the track only with the Development as the only Runtime system selected, that will contain the information of your EPD.
    The track will only have a Development Runtime System configured.  However, this does not require checking the "Development System only."
    > 2) Once you perform the assembly step, the SCA file that will be prepared will get automatically attached to the Transport request created in the CTS system.
    > 3) then you can take that transport request forward to quality system.
    > 4) Also you need to make sure that the "Connected to CTS" checkbox is selected and the CTS upload system value is also set correctly.
    Assuming the CTS system (domain controller, nwdi, and non-abap systems) are configured correctly, I can register EPD as the upload system.  This will place the released transport into EPQ's import queue.
    Kind Regards,
    Zach

Maybe you are looking for

  • Confusion about posting, due, doc date

    Hello there, I am very confused by dates used in SBO documents, could anyone please explain for me? For example, We receive an invoice from supplier, which is dated on 1st Oct. And then we input it into SAP on 5th Oct. Based on the payment term, say

  • ABAP STACK and JAVA STACK certificates

    Hi Fiends, I have requirement in which I want to use HTTP adapter to send message and apply security certificate. I got from sdn that if I wan to use http adapter with certificate than I have to install certificates in ABAP stack. My problem is I had

  • Report error for certain users

    I am having an issue with a report where an error occurs randomly. Here is the simplified run down of the issue. I have a SRS report loaded to 2008 SRS instance that has 1 dataset that runs a stored procedure which then populates a table in a report.

  • How do I link iPad to a network?

    Have a new iPad and I can't link to a network. When I try two "netowrks?" listed by name appear ... Lavigne and Donald .... which mean nothing to me. When others in my building go to settings several networks appear. What am I missing?

  • Wilyhost Agent setup finished successfully with limitations.

    Solution Manager EHP1 While executing Managed system for Non-ABAP ( JAVA ) System , we are getting the problem The Wily & SMD agent is already installed on the managed system The error in Managed System Configuration : Wilyhost Agent setup finished s