Possible to include OWSM installation into the AIA 2.x Accelerator Scripts?

Hi,
this is Davide, I have a quick question about the "AIA 2.x Install Accelerator Scripts"
is there any simple way, in your opinion, to include the OSWM installation with the SOA Suite 10.1.3.4 using the "AIA 2.x Install Accelerator Scripts" ?
I'm pretty confident with those scripts, I have used them so many times with no issue at all. Those scripts install a good AIA 2.5 environment with a SOA Suite without the OWSM.
Now I would like to install a new environment using the same Accelerator Scripts but I would like to include the OWSM as well into the implemented SOA Suite.
I was thinking to execute the scripts from 02 to 08, then to install the OWSM with the SOA Suite graphical installation wizard and then to proceed with the script 09 to the end.
Is it possible to use this method or will I miss anything in your opinion? Are there any specific scripts I should customize to do so ?
Should I desist to go ahead because not possible?
Thanks a lot in advance.
Regards.
Davide

Here are is an excerpt from a sample 01_int_env_master.sh file:
export SOFTWARE_DIRECTORY=/u01/downloades
export SOFTWARE_DIRECTORY_J2EE=${SOFTWARE_DIRECTORY}/suite-install
export SOFTWARE_DIRECTORY_BPEL=${SOFTWARE_DIRECTORY}/bpel-install
export SOFTWARE_DIRECTORY_ESB=${SOFTWARE_DIRECTORY}/esb-install
This would mean that script 03 would run /u01/downloades/suite-install/runInstaller. Another example would be script 06 running /u01/downloades/bpel-install/bpel_oc4j/runInstaller, etc.
In order that the scripts can find these installers, you would extract the downloaded installer packes into SOFTWARE_DIRECTORY_J2EE (B34625-01 from edelivery.oracle.com), SOFTWARE_DIRECTORY_BPEL (B34437-01), and so forth.
Gerhard

Similar Messages

  • How to  include a report  into the  SAP-SCRIPT

    plz tell me 
    How to  include a report  into the  SAP-SCRIPT
    ASAP

    creat a z report like this....................
    REPORT  zmmgl_picklist1.
    TABLES : likp,ltap,ltak.
    data : lv_NUM1 type c .
    data : lv_NUM type c.
    *&      Form  get_data1
          text
         -->IN_DATA    text
         -->OUT_DATA   text
    FORM get_data1 TABLES in_data STRUCTURE  itcsy
                         out_data STRUCTURE itcsy.
    READ TABLE in_data WITH KEY name = 'LTAP-VBELN'.
    lv_NUM = lv_NUM1 + 1.
    out_data-name = 'lv_NUM'.
      out_data-value = lv_NUM .
    APPEND out_data.
    endform.
    *&      Form  get_data
          This form is to read  details from  LIKP    *
         -->IN_DATA    text
         -->OUT_DATA   text
    FORM get_data TABLES in_data STRUCTURE  itcsy
                         out_data STRUCTURE itcsy.
      READ TABLE in_data WITH KEY name = 'LTAK-VBELN'.
      Select single bldat from likp into likp-bldat where lgnum = ltap-lgnum.
      out_data-name = 'LIKP-BLDAT'.
      out_data-value = likp-bldat.
      APPEND out_data.
       READ TABLE in_data WITH KEY name = 'LTAK-VBELN'.
      Select single vstel from likp into likp-vstel where lgnum = ltak-lgnum .
      out_data-name = 'LIKP-VSTEL'.
      out_data-value = likp-vstel.
      APPEND out_data.
    READ TABLE in_data WITH KEY name = 'LTAK-VBELN'.
      Select single kunnr from likp into likp-kunnr where lgnum = ltap-lgnum.
      out_data-name = 'LIKP-KUNNR'.
      out_data-value = likp-kunnr.
      APPEND out_data.
    ENDFORM.                    "get_data.
    after this go to the script editor......
    /: perform get_data in program zmmgl_picklist1.
    /: using &ltap-vbeln&                 (Reference field.this field          should be there in both program and script.....)
    /:changing &likp-bldat&         
    /:changing &likp-vstel&
    /:changing &likp-kunnr&
    \[removed by moderator\]
    Regards
    Anbu
    Edited by: Jan Stallkamp on Jun 10, 2008 2:26 PM

  • Is it possible to import photos automatically into the organizer in elements 11, like picasa does?

    Is it possible to import photos automatically into the organizer in elements 11, like picasa does?

      On Windows open the Organizer and from the menu click:
    File >> Watch Folders
    Then check the radio button for automatic.

  • Adobe javascript include "this.saveas" into the pdf document level

    Hello,
    in some posts i read that if i certify a pdf, i would be able to include doc.saveas into the pdf document level. 
    Can anybody tell me what kind of cerify i'd need and how to have it done to make the saveas work from client side?
    thanks alot

    When you use the saveAs method with code inside the PDF, do not place it in a trusted function or use app.beginPriv/app.EndPriv. You have to confirm that the certificate is in your list of trusted certificates and that it is trusted to allow execution of high privilege JavaScript. Be sure to test the document with Reader and validate the signature before attempting to execute the code. There is a preference that controls whether signatures are validated when a document is opened. I would recommend setting this preference.
    I would suggest testing it with Reader.

  • Can I include raw files into the installer folder with LV application builder?

    Hello,
    I have created a batch file that will run at the end of the installer, which will copy over some raw configuration files into the source destination so that the configuration files can be customized for each end user without rebuilding the installer with application builder. I also have an autorun.inf so the installer will automatically run when the user installs the CD.  
    However I would like to have some default configuration files and an autorun.inf file that will be automatically added to the installer "volume" folder using the application builder. 
    However I don't see a way to include raw files in the "volume" folder. It appears all source files in the application builder are embedded into the binary files.
    Please let me know if this is possible with the current application builder.
    Regards,
    Russell
    Engineering Team Leader
    G Systems, www.gsystems.com
    Certified LabVIEW Architect
    Certified Professional Instructor

    Russel,
    i think this link might give you some good hints....
    hope this helps,
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Including a LLB into the Teststand search path

    Hello everyone,
    on a testsystem I am using Teststand 2013 and Labview 2013. There are different measurement instruments in my system and right now I have all the VIs for controling these instrumtens saved as VIs on my system. Now I want to change this into an LLB. But when I do that, Teststand is no longer able to find the VIs inside the LLB, although the LLB is in the serach path of Testand. Since a lot of Sequence files access these VIs, it would be a lot of work to manually edit each VI call. Is it possible to include the LLB into the search path?
    Thank you very much for your help!
    Felix

    Hi,
    The search within a LLB is not supported within TestStand.
    You need to update your vi path in the step settings like "MyLLB.llb\In An LLB.vi"
    i.e. modify the path as  llbname\\existingviname.vi.
    If you put the llb in a relative path it should be fine.
    Regards,
    Ravi

  • Is it possible to load a PDF into the ipad Photos app?

    I deal with documents that then have to be sent to a specific site that only accepts .doc, .docx, pdf.
    I can't e-mail them, because the site must access iPad so that the documents are correctly received and accounted for.
    That site can only access the iPad's Photos, nowhere else.
    Is it possible to load one of these three formats into the ipad Photos app?

    Thanks Diavonex, but that doesn't work (see my question).
    I can easily produces JPGs and load them into Photos, but the site in question can't access them ( it only accepts .doc, .docx, PDF).

  • Possible to import GIS data into the Map app?

    I would love to be able to import lat/long data into the Map app to display transit stop info on the job, as I do now with a crappy PC portable and Delorme Street Atlas.
    Possible?
    Thanks

    You can do this with CartoMobile which is available in the AppStore. CartoMobile allows you to take your GIS in the field with you, and works online or offline.

  • Is it possible to reinstall Symbol dfont into the system folder?

    Since updating to Snow Leopard, there is no Symbol dfont in the system folder. I have been relying on this font for sometime now to avoid special character issues.
    I use InDesign and this font has become essential for my work. The Symbol font now supplied with the OSX ver.6 (Symbol.ttf) is noticeably different.
    Is there a way of reloading Symbol dfont into the system folder without it becoming a nightmare? Or, can I replace the current Symbol font?

    This is one of those infamous Apple "invisible" fonts that are not removable.
    Other than those in the ProtectedFonts folder (not invisible, just difficult to find), their are no "invisible" fonts on the hard drive.
    The only Symbol font installed by Snow Leopard is the Symbol.ttf font in the /System/Library/Fonts/ folder.
    You can try removing it, and it will seem to go away, but somehow it keeps showing up.
    What did you do after removing it? How did you remove it?
    If you simply dragged it to the trash, that won't work. Only a copy of the font will go in the trash, or desktop, or wherever you drag it. To delete any font from the System folder, you must choose Delete and enter your admin password.
    After that, it's still not gone. Even in the trash, any font from the System folder remains active (you can't even empty the trash) until you at least restart the Mac.
    You may still have issues after installing Symbol.dfont from Leopard if the OS, or applications use the cached data for the .ttf version instead of creating fresh data for the replacement font.
    Close all running applications. From an administrator account, open the Terminal app and enter the following command. You can also copy/paste it from here into the Terminal window:
    sudo atsutil databases -remove
    This removes all font cache files. Both for the system and all user font cache files. After running the command, close Terminal and immediately restart your Mac.
    Once the Snow Leopard version of Symbol is truly off the drive, you should have no trouble using the .dfont version from Leopard.

  • Possible to include camera videos into iDVD Slide Show?

    I would like to include the short camera videos with my still pictures in a slide show, is IDVD or iPhoto slide show capable of this.
    My nephew used a program (ROXO -I think) on his PC to do what I am attempting on my MAC - can someone tell me if they have been able to do this using Apple's programs.
    Ron

    Hi Peter,
    One question I do have is that if I "assemble" the pictures and movie clips in iMovie, then export them to iDVD..
    ..What about incorporating that with the Themes and structure that iDVD uses ??
    Not sure I understand your question. iMovie is for editing movies (including still images). iDVD is for publishing a DVD using movie and still image assets. iDVD cannot edit any of the imported assets. The themes in iDVD are for setting up menu pages that allow the viewer to control the flow of the movies/still images, e.g. you can set up a button to start a movie, a button to start a slideshow, a button to a submenu with movie chapters.
    It's a shame you can't drag'n'drop movies into iDVD like you can picures - Would make iDVD even more useful and powerful.
    You do able to drag'n'drop a movie into iDVD, this will add a button on the menu page. It is just not able to "assemble" multiple assets into one long movie, that requires iMovie.

  • Is it possible to load audiobook cds into the audiobook section?

    The music becomes shuffled with the stories. I don't want to have to download audiobooks I've already got on cd from itunes. Is it possible to separate music from books?

    Thanks Diavonex, but that doesn't work (see my question).
    I can easily produces JPGs and load them into Photos, but the site in question can't access them ( it only accepts .doc, .docx, PDF).

  • Is it possible to add a button into the spliter area of a JSplitPane?

    I want to have a button in the spliter area of the JSplitPane. the purpose is to add an item from the upper component to the lower component. is it possible to do it in this way?

    the above link requires to register using $$$ before u can view the code, so poor me didn't go. but anyway, i worked out how to do this in the easiest way:
    JSplitPane mySplitPane = new JSplitPane();
    BasicSplitPaneDivider divider = ((BasicSplitPaneUI)mySplitPane.getUI()).getDivider();
    divider.setLayout(new FlowLayout());
    divider.add(new JButton("haha"));then u can try to show() this split pane in any frame or panel. just get the divider obeject then modify it in any manner u like.

  • Flex 4 - is it possible to load xml data into the preloader and pass it to the application?

    or is there a similar method to load XML data while the preloader is active, so the XML data will be ready when the main application loads?

    i'm having great difficulty finding any relevant info from the forum and the web about accessing preloader variables from the application.
    is there a way to access the preloader itself from the application?
    It seems logical that the systemManager garbage collects it. If that's the case, how can i access the systemManager from the preloader and possible pass variables to it, then later access them from the application? this seems to be the best direction to tackle this problem. but maybe i'm overlooking another way?

  • How do I stop PE automatically including edited images into the Organiser?

    I use the Organiser to keep track of my original raw photographs. I have many thousands of them, so I don't want to clutter up the organiser with the edited versions I produce later on. However, whenever I edit an image, PE automatically includes it in the organiser, and I have to delete it. Also, there are times when I'm working on graphics - labels, invites, cards etc - which also get included in the Organiser, adding to the mess. Is there a way I can turn this feature off?

    Thanks for your reply, dj_paige. As to why I only want the originals in the Organiser - well, call it an old man's whim.  I've been creating images for longer than I care to remember and for the last 25 years my career has been in digital animation and effects, so I've spent a quarter of a century faking things with pixels.
    But when I take a photograph, that's real. That actually happened. If the sky isn't very blue in the picture, it probably wasn't very blue on the day. Sure, like anyone else I use PE to make beautiful edited versions for my family and friends, but the original raw files are the record of my life, exactly as it was, and the Organiser is my journal.  When I scroll through the pictures (I guess there are about 50,000) I don't want to see anything fake.
    Yes, I'm weird, I know. Sorry!

  • Is it possible to plug my iPad2 into the Cinema Display (Mini Displayport)?

    I'd like to use my Cinema Display w/ Mini Displayport as my true display for my iPad2. I'm hoping to be able to use it for my light business needs at work and this would be the last thing I need to do in order to feel comfortable to make the switch.

    Josh-
    I'm not aware of an adapter that would connect the iPad to your Cinema Display, unless there is an intermediate adapter that would work.
    You may have better luck using a different display such as an HDTV.  There are adapters for other displays shown at <Cables & Docks>.
    Fred

Maybe you are looking for