Design for development of solaris package (installer)

Hi,
I am new to solaris. As I am assigned to a new task to develop a installer for an application on solaris10 machine, I need to prepare the design document for the installer. ( I came to know that in solaris all the instllables will be considered as packcages and and are not like .exe's).
So if any one who has previous experience of developing such packages , I Kindly request them to advice me with some tips.( I have refered to Application Packaging Developer's Guide from Sun microsystems which is excellent, now I got an idea how to develop, the question is about preparing design document. )
If possible can you please give the Table of contents of the design document.
If possible please recommend any books as well.
Thanks in advance..
RaghuDeep Amilineni

>
Udo Martens wrote:
> Hi,
>
> i would like to hear your recommandations for a special PI design:
>
> I have a synchronous scenario
> 3rdParty (SOAP) <-> PI <-> SAP (ABAP proxy)
> where i expect some responses of 30.000 data sets. This would take up to 30 minutes in the SAP system.
>
> How can such a scenario be setup by taking performance challenges into account?
>
> I considered to insert a request "package" parameter, to split the response into 10 parts and forward the responsibility to request the right part to the client, but i m not very happy with that.
>
> Do you have any other proposals?
>
> Regards,
> Udo
in similar scenarios this is what we have done;
1. Request the sending application to limit the number of messages per call. Hence each call will have a lesser number of data and your response time will be met
2. what is the relevance of the response to the sender? Is it a mock ack to say that the receiver system has received the data or do you need data back from the receiver system to be send to the sender? If it is only a ack and the data in the response is not relevant then use a Syn to async scenario. That is create the response from PI itself and send it to the sender while you can do an async call to your ABAP proxy to push data to R3

Similar Messages

  • Design for a small but secure installation

    Good afternoon, all!
    My company is starting a migration from dovecot on Linux using OpenLDAP to Microsoft Exchange using Active Directory.  We have fewer than 10 employees,  want to self-host and want a secure design that won't break the bank.  I originally thought
    to have the mailbox server running on one of the two domain controllers and the client access running on a separate server in the DMZ.  I've started to re-think this in favor of two independent servers.
    Is there a design document out there on options for where to place which server in different scenarios? I see lots of information about large enterprise installations but nothing much for the small but secure installation.  Management is set on having
    Exchange in-house, so hosted Exchange, no matter how much "more better" that would be, is not an option.
    May thanks for looking into this!
    Gregg

    Hi Gregg,
    According to your description, I know that you want to migrate to Exchange server on AD from IMAP server.
    If it is the case, I suggest check following articles:
    1. CSV files for mailbox migration 
    http://technet.microsoft.com/en-us/library/dn170437(v=exchg.150).aspx
    Please notice "IMAP migration" session.
    2. CSV files for IMAP migration batches
    http://technet.microsoft.com/en-us/library/jj200730(v=exchg.150).aspx
    Please notice "Dovecot" session of "Format for the administrator credentials for different IMAP severs" session.
    These links applied to both Exchange Online and Exchange On-Premises.
    Exchange Online is held on Cloud by Microsoft. If you want to hold Exchange server by yourself, On-Premises server will be the best choice.
    Hope it is helpful
    Thanks
    If you have feedback for TechNet Subscriber Support, contact
    [email protected] 
    Mavis Huang
    TechNet Community Support

  • Print layout designer for develop report based on query

    Dear Experts/Gurus,
    I am amazing about the manage previous reconciliation report. When I opened it using print layout designer, it looks like the report is not built using query, but I am not sure yet. This is very confusing. I created query similar with manage previous reconciliation (MPR), but when I link the query to print layout and try to make similar format/appearance with MPR report (reconciliation management (system)), it is not success.
    Isn't the MPR report built not based on query ? I appreciate your answer. TIA
    Rgds,

    Hi,
    I am not sure I understand what's the problem:
    Is it the layout that is different or the data?
    Regarding the data you can use SQL Profiler (maybe you did?) to find out what queries are fired, but please note that there are some stored procedures in the DB that are used for some specific functions - not sure whether the "MPR" uses any of these.
    Then you must include some non-default filter in SQL Profiler...
    ...but you can also use the logging functionality in B1 for that purpose:
    Just activate the logging (see the "log" folder in the B1 subdirectory) in the corresponding config file: choose the option to have the SQLs logged in conjunction with the logging being triggered in all cases (not just error).
    Thus you will get all the SQLs - just plain - from the B1 application, but note that it will obviously slow it down!
    HTH,
    Frank

  • How big is the Adobe team for developing the iphone packager?

    How many active full time developers are working on the iPhone packager at Adobe currently? I'm a bit curious since it would help me get a realistic idea how long it will take for new versions of the packager might come out. This is not to be taken as criticism (I realize the product is still in beta).

    Steve,
    I printed out the table of contents and the sample chapter using 100%. The print is too small for me to read. The first page looks great - comfortable to read, but this is 14.00 X 10.00 iinches. The next pages came out of the printer at 7.00 X 10.00 inches. I'd need a magnifying glass for this. Too bad. I know I'd learn a great deal from your book.
    Last month I got Photoshop Elements 11 for Dummies. The print size is perfect even under the graphics. And with this book there is none of that gratuitous humor that you often see in the Dummies books.
    I should  probably start a separate thread for this but perhaps you could give me a short answer. If you do a video that requiers a teleprompter, what kind do you use? I'm going to make three minutes videos for my websites and perhaps for Facebook in both English and Spanish. Even though my clips will be 250 words or less, it's hard for me to deliver the Spanish from memory. But I hate to pay over $600 for a teleprompter. Do you have any suggestions for a penny-pincher?

  • Solaris and Windows (differences between the two OS for development)

    Hi All,
    From the moment that I learned Java, I have always been using Windows to do all of my implementation. Very soon, I will be moving to Solaris and I was just wondering whether anyone out here could share the things that I should take notice for developing under Solaris which in the past (in XP/NT/2000) would not be something that I have to deal with.
    Also, to speed things up, would it be helpful if I start experimenting Java under Linux?? or Developing under Linux is also different than Solaris. I might get comfortable playing with the commands (as it's been 10 years since I last worked on Unix)
    But really, I am more concerned about all the problems that I will have to face, I would appreciate if anyone could share their experience with me.
    Thx.

    The Java language is platform independent.
    You might find a few thread syncing issues on a true multitasking multiprocessor Solaris box which windows timeslicing won't reveal, and there's the unix file system has a few more tricks, like being able to read and write a file simultaniously, but that's about it (from memory).
    The only practical difference developing on Solaris is the box won't crash behind the JVM.
    Oh, and your ant scripts & properties files will need porting.
    Good luck. Keith.

  • CRM 2007 Business package installation

    Hi all,
    I am working on CRM 2007- EP7.0 integration. Can anyone please provide me the steps for CRM 2007 business package installation.
    Please help!!!! Points will surely be given for your help.

    Hi Shweta,
    Explore following link of Service marketplace to download the master guide;
    https://websmp102.sap-ag.de/~form/sapnet?_SHORTKEY=
    01100035870000659894&_OBJECT=011000358700005412792005E
    Furthermore you can explore in help.sap.com>SAP Business suite>Customer relationship management>Download installation guide of CRM 2007(6.0).
    Regards,
    Priyadarshan

  • How do you install windows 8.1 on a macbook pro? And do i buy the windows 8.1 package from windows or is there a specific one designed for a mac?

    I have ordered a new macbook retina pro with 256gb hardrive, i7 processor and 16gb ram. It still hasnt arrived become im ordering it overseas however when it arrives i want to download windows 8.1 on it and i need some help please!

    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
         1. Install the Apple Boot Camp software.  Purchase Windows
             XP w/Service Pak2, Vista, or Windows 7.  For Boot Camp
             4.0 and above you can only use Windows 7 or later. Follow
             instructions in the Boot Camp documentation on
             installation of Boot Camp, creating Driver CD, and
             installing Windows.  Boot Camp enables you to boot the
             computer into OS X or Windows.
         2. Parallels Desktop for Mac and Windows XP, Vista Business,
             Vista Ultimate, or Windows 7.  Parallels is software
             virtualization that enables running Windows concurrently
             with OS X.
         3. VM Fusion and Windows XP, Vista Business, Vista Ultimate,
             or Windows 7.  VM Fusion is software virtualization that
             enables running Windows concurrently with OS X.
         4. CrossOver which enables running many Windows
             applications without having to install Windows.  The
             Windows applications can run concurrently with OS X.
         5. VirtualBox is an Open Source freeware virtual machine such
             as VM Fusion and Parallels that was developed by Solaris.
             It is not as fully developed for the Mac as Parallels and VM
             Fusion.
    Note that VirtualBox, Parallels, and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech Labs- Virtualization Benchmarks, January 2013 | MacTech for comparisons of Boot Camp, Parallels, and VM Fusion. Benchmarks of all of the above except Crossover can be found in Benchmarking Parallels, Fusion, and VirtualBox Against Boot Camp - The Mac Observer. Boot Camp is only available with Leopard or later. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • Minimal OCCI installation for development

    Hi everyone,
    I am currently developing an OCCI (C++) application for deployment on 9i. While doing so, I wonder whether there is some way of installing a minimum set of headers and libraries for development ?
    Installing files at random from the CDs in order to get the correct combination of OCI and OCCI headers/libraries does not seem to be the way out (if ever).
    Has anyone got a clean cut way of installing a "development kit" for developing these kinds of apps?
    Or have any hints as to documentation ?
    (FYI: OS is Solaris 8 with Sun Forte C++ 6)

    In the Oracle Universal Installer, choose a custom install and select only to install the OCI stuff. The OUI will install all the required support files. This will be the smallest supported install possible.
    Or are you looking for a "more minimal" solution?
    Justin

  • I am running Lightroom 6 in conjunction with 64 bit Photoshop CS6. I need to install Camera Raw 9 plus other relevan updates for the Adobe Design and Web Premium CS6 package. Running Adobe Application manager finds the relevant updates but won't download

    I am running Lightroom 6 in conjunction with 64 bit Photoshop CS6. I need to install Camera Raw 9 plus other relevan updates for the Adobe Design and Web Premium CS6 package. Running Adobe Application manager finds the relevant updates but won't download / install them. Clicking the update button results in an error message "Application Manager has stopped working". This is a windows system running 64 bit Windows 7

    update manually:
    pre cc updates:  http://www.adobe.com/downloads/updates/
    cc updates:  http://prodesigntools.com/adobe-cc-updates-direct-links-windows.html
    cc 2014 updates:  win (http://prodesigntools.com/adobe-cc-2014-updates-links-windows.html) / mac (http://prodesigntools.com/adobe-cc-2014-updates-links-mac.html)

  • The version of iOS on does not match any of the versions of iOS supported for development with this installation of the iOS SDK

    Getting this error message as of this morning: The version of iOS on “iPad” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK. I've downloaded the latest SDK and gone through the usual turn off and turn on again for iPad and computer, removed and reinstalled the iPad from Organizer and have no idea how to make apps build now. I was prompted to update the iphone too but there's no way I'm updating it if this issue can't be resolved.

    Okay these are the steps I took to solve the problem - they may not be the right ones for you but they've solved the problem and saved time hunting for some other solution. Firstly I changed my MAC system to Lion with the £20 download, then I deleted the old Xcode and installed the new version that is app based and doesn't support Snow Leopard, then all was well. I can now update my xcode via the app which is quicker and more logical and can update my iPhone rather than chug along avoiding updates as I need to update my existing apps on the app store and upload a new one.

  • Short cut for Developer studio & SQL studio is missing after installation

    Hi,
        I have installed Preview SP16 in Windows server 2003.
    After successful installation I don't find a shortcut for Developer Studio n other tools.
    I am not sure why this is happening.
    How to get these shortcuts.
    Cheers,
    Sam

    hello Raj,
              After you are done with your SAP WAS installation, go to programs there you can find the related tools.
    if not there's some problem with your installation.
    Hope its solves your Qn
    Reward with suitable points*
    Regards,
    C

  • Hardware Requirement for Solaris 8 Installation

    Hi,
    Can anyone give me the hardware requirements for Solaris 8 Installation. I need to install the following patches too..
    C++Runtime 108434-12
    Linker 109147-21
    J2SE Solaris8 (patch cluster)
    SUNWxwfnt (X Window System platform fonts)
    SUNWilof (ISO-8859-1 (Latin-1) fonts)
    Please help.
    Regards
    Aparna

    Check out http://docs.sun.com/app/docs/doc/806-1054 for the HCL for the intel version of Solaris 8.
    or http://docs.sun.com/app/docs/doc/806-2221-10 for Sparc hardware.

  • Solaris 10 installation package

    Hi,
    I wonder if there is an installation version other than DVD or CD?
    I went to http://www.sun.com/download/sdl.jsp?5005588c-36f3-11d6-9cec-fc96f718e113=1
    and only see DVD or CD ISO version.
    I plan to connect an external hard drive to reinstall Solaris 10 to my sun fire X2100. So I guess I need a just software version of Solaris 10 installation.
    thanks,
    Feng

    Thanks the hints.
    I successfully unpack the sol-10-u4-ga-sparc-dvd-iso-a file to an external USB drive.
    I have a sun fire 2100 box, which is pre-insalled Solaris 10. Since its' OS can't go to root mode, Sun technician suggested me to over write the OS by a fresh Solaris 10 installation.
    I am using Hyper terminal software as a terminal console to connect to that Sun box.
    In Bios setting, the First Boot Device is "removable". Is it right?
    I am trying to use F2 when system is rebooted and that supposes to lead me to install Solaris 10 from my USB external drive.
    But my system always go back the preinstalled OS. What is the correct steps to install a new Solaris OS to over write the existing Solaris OS?
    thanks,
    Feng
    Attached is the screen when I try to boot install.
    GNU GRUB version 0.95 (608K lower / 1046400K upper memory)
    +-------------------------------------------------------------------------+
    | Solaris 10 1/06 s10x_u1wos_19a X86 |
    | Solaris failsafe |
    | |
    | |
    | |
    | |
    | |
    | |
    | |
    | |
    | |
    | |
    +-------------------------------------------------------------------------+
    Use the ^ and v keys to select which entry is highlighted.
    Press enter to boot the selected OS, 'e' to edit the
    commands before booting, or 'c' for a command-line.
    "

  • I need help! Do I need to have a MacBook/Mac Pro to submit/distribute an app game in Apple Store? I hired a designer and developer to do it for me..should be done next week.I have an Ipad.Is Ipad going to be just fine?I know I have to sign up for the Deve

    Hi,
    I need help! Do I need to have a MacBook/Mac Pro to submit/distribute an app game in Apple Store? I hired a designer and developer to do it for me..should be done next week.I have an Ipad.Is Ipad going to be just fine?I know I have to sign up for the Developer Program(I started that..though not finished yet)My developer will walk me thru submitting it.Please help.
    Thanks,
    sheapps28

    You'll need a Mac with a support OS X and tools to complete the process.

  • Oracle Forms Developer/Services 6i Release 2 for Sun SPARC Solaris

    Exist? :
    Oracle Forms Developer/Services 6i Release 2 for Sun SPARC Solaris
    6i Release 2 ,it's product or patch ?
    I want to know then Software Product CD Part number, Part # ????? Release 2 , not Release 1!!

    I'm getting the page not found error on trying to download the setup Oracle Forms Developer 6i Release 2 for 95/98/NT/2000/XP from:
    http://www.oracle.com/technology/software/products/forms/htdocs/winsoft.html

Maybe you are looking for

  • Two iPods, two separate libraries on one computer?

    I have an 80G Classic and a big library on my computer. Bought a George for music and want to use the Classic as a dedicated iPod for the George, with a new library that will contain some but not all of what is in the current library. To this end, I

  • In retrospect... what is the vote now?

    Generics are evil! If you are into history, here's a two year old thread, from which nothing I have seen has changed the basic concern of mine... http://forum.java.sun.com/thread.jspa?threadID=417410&start=0&tstart=0 Wonder what the consensus is now?

  • How to change Itunes store email account

    I setup an ipod and now want to give to daughter.. it is synched with my email in the Itunes Store.. how do i change that?

  • Server 3.1 and Profile Manager woes

    I was hoping the 3.1 upgrade would resolve the Profile Manager not working with "real" Code Signing certificates, but it seems to have made things even worse. (I swear there's no Q/A on this product.) I readded my Digicert code signing certificate af

  • Unable to create new instance of SunOne directory server.

    I am trying to create a new instance of LDAP server however I am getting following error CreateSIE failed for ssDN=dc=example.com machinename=home.example.com* The return code is: 155* Any idea?