Runtime requirements for binaries built using Studio 12.3?

Is there any documentation of 'hard' runtime requirements in terms of Solaris kernel etc. versions?
I've just installed Studio 12.3 on Solaris 10 u9 (x64) and both the toolchain and binaries built with it seem to work fine, despite the documented requirement for Sol10u10 for Studio itself.
I can't find anything which talks about runtime requirements for binaries built using Studio.
Are there lurking issues which I may run into in production if I try to deploy binaries built using 12.3 on a Solaris version before 10u10?
Thanks

The Release Notes for Studio 12.3
http://docs.oracle.com/cd/E24457_01/html/E21986/ossrn.html#scrolltoc
lists the minimum OS version as "Solaris 10 10/08", which is S10u6, not S10u10. So you are safe in using S10u9. (Sometimes documentation refers to the date of the update and sometimes to the update number, which I agree can be confusing.)
The basic runtime compatibility rule has been that you can run on a newer OS version than where you built, not necessarily on an older OS version. The problem is that new OS versions introduce new interfaces, and a program might intentionally or unintentionally depend on an interface that does not exist in an older Solaris version. In that case, the application would not work on the older OS.
Historically, updates to Solaris were only bug fixes. But Solaris 10 has been out so long that some updates introduced new features and new interfaces.
A safe rule is to build on the oldest OS version that you intend to allow clients to use. For Solaris 10, it is safest to extend that rule to the oldest update that you intend to allow clients to use.

Similar Messages

  • Can't get around this error after adding second dataset...A scope is required for all aggregates used outside of a data region unless the report contains exactly one dataset

    I added a dataset to an existing report and broke an aggregation.  In the old (i.e. single dataset) report, this expression below worked fine.  I wanted to get a distinct count of the vst_ext_id field when my educated field was like "VTE1*"
    = CountDistinct(IIF(Fields!educated.Value like "VTE1*", Fields!vst_ext_id.Value, Nothing))
    After adding a new dataset, this no longer works and I get the error " A scope is required for all aggregates used outside of a data region unless the report contains exactly one dataset".  Having done some research online, I found that I
    needed to specify my dataset explicitly and I thought this new expression might work, but still no success...
    = CountDistinct(IIF(Fields!educated.Value,"DataSet1" like "VTE12*", Fields!vst_ext_id.Value,"DataSet1", Nothing))
    Am I missing something?  Based on online responses, this explicit dataset naming convention seems to help most people, but it isn't working for me. 
    Thanks in advance!
    Brian

    I found the answer.  Apparently, my expression syntax was off.  This expression does the trick...
    = CountDistinct(IIF(Fields!educated.Value like "VTE12*", Fields!vst_ext_id.Value,Nothing),"DataSet1")
    I just happened upon this particular syntax searching online.  I was trying to specify the dataset name after each .value, but I never got that to work.   This is the only time I have found this particular syntax online. 

  • AIR runtime and AIR applications built using Captive Runtime still need Admin Privilege to Install

    I am working on a small project to install AIR application(native .exe & .dmg) with AIR runtime without needing the Administrator privilege so I used Captive runtime but the installation is still asking for admin privilege
    I bundled AIR application with AIR runtime using Captive runtime from flash builder 4.6, then I packaged this into a .MSI using Advanced Installer. Now when I install it for a user without admin privilege it prompts me for Admin credentials.
    Can you please tell me if
    1. I need AIR distribution license to install AIR runtime without Admin privilege
    2. Do I need a different installer
    3. Am I missing any step here
    Thank you

    If you're installing to a location where Windows requires elevated privileges, like Program Files, you'll need to have admin privileges to continue.  Are you using an AIR based native installer or have you taken the application with the captive runtime and rolled this up in your own installer?
    Here's a section from the Installation and deployment options in Adobe AIR 3 article that might help:
    Installation privileges
    When designing an installer, one has the option to choose from approaches that may or may not require administrative privilege. For example, a drag-and-drop install on Mac OS X requires no special privilege; users can always copy the application into their own application folders, for which they have the necessary permissions. On the other hand, if registry keys must be written to the machine-specific portion of the registry on Windows, installation of that application will require administrative privilege to do so.
    The two installer formats directly supported by AIR, AIR files and native installers, have always required administrative privilege. This was a design decision made in part to simplify the implementation of the AIR installers: If administrative privilege is assumed to be available, implementation is possible if the registry can be written to, and so on. It was also selected because, in many enterprises, this is the desired behavior: administrators can use the privilege requirement to gate software installation.
    All the same, there are scenarios where supporting installation without requiring administrative privileges is desirable, or even necessary. This can now be achieved using custom installers; you simply need to author an installer that operates correctly with only standard user privilege. In practice this can be easy to achieve; a simple install-by-copy to a writable location (that is, in the user's own folder) will suffice. Should you author a more complex installer, you should keep in mind that the addition of certain operations during the install process will in turn reintroduce the requirement for administrative privileges.

  • Steps Required for Deleting Un - Used Company codes

    Hi
    My client Requirement is Un - Used Company codes need to remove from Production Environment.
    What is the Steps Require for Remove Company codes.
    Regards,
    TML

    Follow This T.Codes:
    OBR1
    OBR2
    OKKS
    OKC3
    KL14
    0KE5
    0KE1
    0KE2
    KCH2
    KS14
    KSH3
    KA24
    KAH2
    OKKP
    EC03
    EC02
    EC04
    EC01
    Regards,
    Viswa

  • Hardware requirements for SQL database used with TestStand

    We are wanting to set up a SQL server to store the data from TestStand.
    How do we determine the hardware requirements for this server? It will be used with 10-30 machines running tests and logging data and another 5-10 machines running queries to pull the data back out for analysis. The result data size will range from 50-25,000 results per run (run times are 1 minute for 50 result tests and 5 hours for the 25,000 result tests).

    Hi,
    database design and hardware requirements are never easy. There are a lot of scientific papers on work load tests and requirement assumptions. I can not give a short answer which machine to use. Just some ideas and starting points.
    The most important parts of a database system with large data sets are network bandwidth, RAM and storage bandwidth. With smaller data sets and more complex transactions the CPU becomes more important.
    In this TS case the data sets are usually rather small. If the queries are not too complex, the requirements seems to be not too high.
    Database performance is usually measured in transactions per minute (tpm). Special database servers can perform several thousands tpm and have costs starting at about 15 $ per tpm. See MS' ad page for a g
    ood starting point: http://www.microsoft.com/sql/evaluation/compare/benchmarks.asp
    You may also visit the TPC.org homepage.
    To be more specific.
    I'd choose a modern Intel-based system like P4-3MHz (that have virtual multiprocessors) with at least 512 MB RAM and a RAID5 hard disk storage system (not nercessarily SCSII) with at least 3 single HDs. Use a 100 MB LAN connection at least, best with a switch. Don't forget backup!
    Check also the pages of your preferred database provider.
    I am on a starting point here too. We have chosen mySQL, which runs (at least now) on the very same machine where TS & LV are running. We plan to test this setup with increasing burden to get a practical assumption of the HW requirements. The planned final setup will have up to 5 test stations and 5 query stations. We'll run about 50 rather complex tests of about 4 hours each that operate in parallel on the test stations.
    HTH and
    Greetings from Germany
    Uwe

  • Runtime requirement for Crystal XI Evaluation version

    Can anyone help in providing me what are the runtime files required for installing Crystal XI R2 30 day evaluation copy.
    Can anyone provide me any link.
    Thanks for the support in advance.

    If you mean the runtimes for deploying a .NET application they are here:
    http://support.businessobjects.com/downloads/runtime.asp

  • HT204230 What are system requirements for Linux to use the iCloud web interface ?

    I access iCloud.com from a Linux workstation using Firefox.
    Some features are unavailable - like the ability to format text and select fonts for mail
    Is this iCloud.com's problem or Linux/Firefox's problem ?
    Thanks.

    From the Apple Store page for Logic Studio:
    Minimum System Requirements to Install All Applications
    Mac computer with an Intel processor
    1GB of RAM (2GB or more highly recommended)
    Display with 1280-by-800 resolution or higher
    Mac OS X v10.5.7 or later
    QuickTime 7.6 or later
    DVD drive for installation

  • Is LabVIEW Runtime required for a DLL created by LabVIEW ?

    Hi
    Could some one advice me on this matter please.
    I am trying to build a DLL for a set of functions created in LabVIEW. Now I am  wondering if I need to use it with some other language like VB or C++, do I need to install the LabVIEW runtime of the same version as the original functions ?
    Any settings required while creating the DLL ?
    I am trying to create it in LV 7.0
    Thanks in advance
    Deepu.

    Alright Mike,
    Thanks !
    I was hoping it would work without the LabVIEW runtime. Anyway, thanks for the quick reply.
    Rgds
    Deepu.

  • Is router reset really required for Remote DVR use?

    I am a new FiOS TV customer, but have been on FiOS internet for a couple of years. 
    I signed up for the Remote DVR service -- it seems to have some nice features with web access.  I then received an email from Verizon advising me that before the Remote service could be activated, I had to RESET my ActionTec router to factory defaults.
    I have made several changes to the defaults to accomodate my home network requirements -- settings which I would prefer not to change!
    Does anyone know which specific parameters/settings Verizon is looking for which, if set to the default values, would allow the Renote DVR service to work (or at least pass the remote test Verizon does before allowing service to be activated)?
    Thanks,
    Solved!
    Go to Solution.

    I don't know what settings Verizon may care about, but I can tell you that I activated the Remote DVR service and I did not do a thing to my router beforehand. It all just worked, although occasionally I do get an error message saying it can't contact the DVR, but if I wait a while it almost always works the next time. I do have some customization, but maybe not in the area the Remote DVR service might depend on, such as changing the IP range, using fixed IP addresses instead of DHCP, port usage, etc (I don't know that it depends on any or all of these, or lthers, just speculating).
    Remote test that Verizon does before activating? If they did that to mine I wasn't aware of it.
    Have you tried to just use it and it not work? Or maybe they have changed the procedure since I got it.
    Hope you get it working. I have found it very useful at times. 
    Justin
    Verizon FiOS TV, Internet, and phone
    QIP6416, IMG 1.6.2, Build 08.58
    Keller, TX 76248

  • HT204053 I have an iPhone 4S and the new Apple TV, both setup with my email as the Apple ID.  I gave my wife an iPad 3 and set it up using her email address as the Apple ID.  Is a second iTumes Match subscription required for her to use our music from iCl

    I have an iPhone 4S and the latest Apple TV, both setup with my email address as the Apple ID.  I subscribed to iTunes Match so our music could be played from iCloud.  I gave my wife an iPad 3 and set it up using her email address as the Apple ID.  When I try to turn on iMatch so she can play our music from iCloud on her new iPad it tells me that she needs a subscription to iTunes Match.  Is it Apple's intent that we would need two iTunes Match subscriptions?  If not, how do I accomplish what I want to get done?

    The problem is that all services are bundled with your Apple ID ([email protected]):
    Your iCloud account (Mail, Contacts, Calendars, Reminders, Notes, Backups, etc.),
    also iTunes & App Store purchases (Music, Movies, TV Shows, etc.),
    and the iTunes Match services.
    (I guess that all your devices - yours and your wife's are connected to one iTunes library, right?)
    If you want that your wife gets her own iCloud account for Mail, Contacts, Calendars, etc. but gets also access to your media then you have two set up two things on her device:
    iCloud (Settings > iCloud) with her account (e.g. [email protected])
    and
    iTunes & App Stores (Settings > iTunes & App Stores) with your account (e.g. [email protected]).
    In this case she gets access to your library and could use the same iTunes Match account.
    (See also: Using one Apple ID for iCloud and a different Apple ID for Store Purchases http://support.apple.com/kb/HT4895)

  • Java runtime requirements for clients of Reader Extended forms

    I need to know if there is a minimum Java (JRE) requirement on the client machines to properly interact with a Reader Extended form created with Adobe LiveCycle Designer 9?
    Thank you,

    Thank you Paul and Steve for your quick responses.  I was concerned that the JRE might have been an issue causing some odd behaviors within the form at a certain client.  I guess that I will now have to pursue a different path.

  • Set different default values for table built using subforms

    I'm using Designer 7.1 and need to have tables with a fixed number of rows, where the first column is readonly and displays a set of distinct values. For example
    Body System Normal Abnormal Comments
    Head
    Neck
    Respiratory
    etc.
    I'm constrained to building the table using subforms. I'd love to do it using the new table feature but this will not interface with our software.
    I'm trying to put Javascript code in the Initialize section of the body subform that puts a different value in each row. I'm not finding a way to distinguish one row from the other. If I simply say
    this.body_system.rawValue = 'Head'
    Then all of the rows will have 'Head' in the first column.
    I've tried the following but it doesn't work:
    this.body_system.rawValue[0] = 'Head'
    this.body_system.rawValue[1] = 'Neck'
    Thanks for your help!
    Peter

    That worked perfectly. I'd love to have figured that out myself but it must be buried in the help somewhere. Is there a good reference document for LiveCycle Designer Javascript? I've scoured around but could only find bits and pieces.
    BTW here's the code that worked:
    xfa.datasets.data.resolveNode("form1.TableParent.TableBodyRow[0].body_system").value = 'Head;
    xfa.datasets.data.resolveNode("form1.TableParent.TableBodyRow[1].body_system").value = 'Neck';
    etc.
    Thanks so much!
    Peter

  • System requirements for hardware when using one server and 9 terminals?

    Hi, in our school there are 9 terminals connected to one Multipoint server 2011 (CPU: Intel xeon e3-1226v3 8M cache, 3.30GHz, 32RAM).
    In my opinion the choice of hardware is not suitable for so many terminals.
    The question is:
    What hardware do we need if our students worked with those programs in the same time - Corel Draw, Photoshop, ect.
    Thank you! 

    Photoshop can be a bit pig heavy. The CPU you are using is only Quad Core and NOT Hyper-Threaded.
    A bit underpowered for that many users on that App IMHO.
    Also, are the clients direct connected, USB, or RDP ?
    If you want to keep that machine in service, you could get another identical box and split half the users to the new one.
    If you really want them all on the same box, I would prob replace the current one with something like a Lenovo TD340. Config with at least a single 6 Core XEON CPU, or Dual Quad XEON w/ Hyper-Threading, 64GB Memory, NVidia Quadro K4000 ( If there are any
    direct connections ) and at least 2 10k SAS HD's. Preferably 4x 10k SAS HD in RAID 10.
    SpecSheet
    http://www.lenovo.com/images/products/server/pdfs/datasheets/thinkserver_td340_ds.pdf

  • Configuration requirements for adobe interactive using WD4A

    Hi All,
             I am new to this technology and i am trying to create Webdynpro application but due to some configuration problem i am not able to see the layout editor in View. The error is "Page can not be displayed".
          There is same problem when i tried to open any standard SAP Web Dynpro application.
                Can anybody please guide me regarding the same?
    Many Thanks,
    Atul Patil.

    Hi,
    I can suggest you to refer the link...
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm
    And also refer the Note - <b>517484</b>.
    And also please check if you maintain IE settings - Tools - Internet Options - Connections - LAN Settings - Proxy Server - Advanced Settings - Exceptions - Do not use proxy server for addresses beginning with : ... maintain this entry with the IP Address of your EP IP Address.
    Let's know if the same problem still persists.
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Hi, my current plans and products include Creative Cloud Photography plan (one-year) and Creative Cloud single-app membership for Photoshop (one-year), I only use photoshop occasionally and for very basic things, are these two plans required for basic p

    Hi, my current plans and products include Creative Cloud Photography plan (one-year) and Creative Cloud single-app membership for Photoshop (one-year), I only use photoshop occasionally and for very basic things, are these two plans required for basic photoshop use or am I able to go with one or the other ?

    PS is part of the photography plan, so your single app plan is redundant.
    Mylenium

Maybe you are looking for