List of Companies/Organizations using the Sun-RI

Is there somewhere on the web a list of companies and organizations using the Sun-RI in productive web-applications (internet and/or intranet)?
regards
Alexander

need same info......

Similar Messages

  • How to Use the Sun Fortran Library

    I wish to use the Sun Fortran Library of functions, but I am having trouble compiling my program. I would appreciate some help on selecting the proper compiler options, code modifications, etc.
    My OS is Fedora 10 on a 64-bit system. I use the latest Sun Studio Express. I have used the Sun f95 compiler for quite some time as well, but this is my first use of one of the functions from the Sun Fortran Library.
    Here is my first attempt after doing some unsuccessful research of my own on this issue:
    PROGRAM test
    IMPLICIT NONE
    REAL*8 x, y
    REAL*8, EXTERNAL :: d_lgamma
    x=2.0
    y=d_lgamma(x)
    y=EXP(y)
    WRITE(*,*) x, y
    END PROGRAM test
    Here's how I tried to compile:
    f95 -lm test.f95test.o: In function `MAIN_':
    test.f95:(.text+0x91): undefined reference to `d_lgamma_'
    Obviously I am not doing this correctly. Is it possible that the Sun compiler and libraries have not been installed correctly on my system? How can I test if this is case?
    Thank you for your help with this matter.

    The routine d_lgamma_ is not supplied as part of Sun's Fortran product.
    Sun's Fortran team does not maintain the library that contains that
    routine. The team that does support the library has not yet ported it to
    Linux. Different teams have different priorities.
    In this case, there is a simple workaround. The C routine
    #include <math.h>
    double
    d_lgamma_(double *x)
    return (lgamma(*x));
    implements the routine d_lgamma_.
    Bob Corbett

  • Access to object list of type "BusinessSystem" using the InternalEOAService BusinessSystemAccessor failed

    Hi All,
    We are facing an issue in PI configuration when, we are unable to view business systems in the Integration Builder.
    ERROR : Access to object list of type "BusinessSystem" using the InternalEOAService BusinessSystemAccessor failed
    Our Landscape is as follows:
    PI : Based on NW7.4
    Connected to Central SLD on Solman 7.1
    OS : Windows 2008
    DB : MSSQL 2008
    We checked OSS note 1117249 - Incomplete Registration of PI components in SLD
    The problem seems to be with incomplete registration of PI components on the central SLD.
    In the Central SLD which we have configured, under the Process Integration tab we are unable to see entries for Integration Server, Adapter Engine, Directory, Repository and Runtime Workbench (RWB).
    Can you please help me with registering these components on the Central SLD so that these are visible during the PI configuration.
    Also, any idea if this issue is related to the different versions of PI and Central SLD system.
    Regards,
    Nilesh

    Hi Nilesh,
    Please check SAP Note 764176 - Manual correction of XI content in SLD.
    also check the below discussion
    Problem to register Intergration Server in SLD
    regards,
    Harish

  • Access to object list of type "BusinessSystem" using the InternalEOAService

    hi experts
    Try to revive this message:
    I got the exactly same error message. Here is my case:
    -created two business systems (third-party) in SLD
    -In Integration Directory, Service Without Party --> Business System --> Assign Business System, in step 2 Assign Party, leave the field blank and click Continue, the error message showed up and no business systems were found._
    and getting error message as
    ***Access to object list of type "BusinessSystem" using the InternalEOAService BusinessSystemAccessor failed_***
    XI 7.0 is installed in windows 2003 server.
    Anyone any clues?

    Hi Murali
    the user that u r using to logon to IB may not have sufficient authorization.
    pls check...
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/51104159ecef23e10000000a155106/content.htm
    or may be you can synchronize your IB with SLD then can check

  • Looking for a list of companies who use Oracle

    Hi Everyone,
    I hope this is the correct forum to post this message.
    I was wondering if anyone knows how to find a list of companies in my area (the state of CT) that use Oracle so I can use it to find employment for myself.
    Thanks in advance.
    Emad

    Oracle support may have such a list. I could provide you a few.
    1. The Hartford, Hartford
    2. Travelers, Hartford
    3. Open Solutions, Glastonbury
    4. General Electric, Danbury
    5. ESPN, Bristol
    6. Webster Bank, Waterbury, Bristol
    7. Trumbull Services, Windsor
    8. United Technologies, Windsor

  • Printing lists in ABAP without using the standard button

    Dear community,
    i've got a little problem and I can't fix it on my own.
    Some user in our company gave me the instruction to extend an existing SAP Programmm with some defined functionalities.
    They want to implement an new button for printing in the gui status and when someone uses the buttons they want to count down a number and print the generated list of the report.
    I created also the new button in the gui status with a own functioncode and in the report i implemented an own AT USER-Command event:
    **&   Event
    AT USER-Command.
      CASE sy-ucomm.
        WHEN 'PRVR'.
          CALL FUNCTION 'PRINT_REPORT'
            EXPORTING
              report = sy-cprog
           EXCEPTIONS
             OTHERS = 99.
    When I push my own print button th reports jumps in the At-user-command event.
    The window for chosing the print properties will appear immediatly and I cn start printing.
    But only the spool-order will only appear when I leave the list-view with the button "back", "exit", or "cancel".
    Has anyone an idea why the output appears only when I go back to the selection screen?
    Can anybody tell me how to create an printing function to print out the list of an abap-report? I don't wnt to use the normal print-button!
    Many thanks in advance.
    Michael

    Hi Michael,
    sy-lsind is the list-id. If you set it to 0 or 1 it jumps (when using BACK)
    to the first output-list.
    Here a short demo-code to understand it.
    Make severeal time doubleclick in the outputline and
    look at the changing output.
    try it with:
    sy-lsind = 1
    and
    sy-lsind = 1.
    REPORT ZGRO_TEST1.
    data: dc type i value 1.
    START-OF-SELECTION.
      WRITE: / 'List:', dc, 'SY-LSIND:', SY-LSIND.
      HIDE:    SY-LSIND.
    AT LINE-SELECTION.
      dc = dc + 1.
    sy-lsind = 1.
      WRITE: / 'List:', dc, 'SY-LSIND:', SY-LSIND.
      HIDE:    SY-LSIND.
    Hope it helps.
    Regards, Dieter

  • Using the Sun JRE

    Hi.  We currently force the use for Java 6, version 22 by placing this code in the formsweb.cfg file:
    [code]
    ### Define the default SUN JRE
    ### Java Plug-in 6 22
    jpi_download_page=http://java.sun.com/javase/downloads/
    ### Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA
    ### Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6u22-windows-i586.cab#Version=1,6,0,22
    ### Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_22
    [code]
    If I want to change this confirguration so that users always use the latest version of the Sun JRE, how would I modify this code?
    Any help would be greatly appreciated.  Thanks.

    sharpe wrote:
    Hi.  Thank you so much!
    Is there a reason I would want to let users use any version of Java 1.6, but not Java 1.7?  Is it not possible to use the same logic, but to allow the users to use any version of Java 1.7?  Or is it unwise for some reason?
    I'm just curious because sometimes my users are automatically prompted to install the latest version of Java, which is version 7, update 45 (I believe).  And when they do that installation then our Web Form applications start to prompt them that they need to install the correct version of the plug-in.  So I uninstall version 7, update 45 and Web Forms is fine again.  Any thoughts on the best way to be handling the Java plug-ins?
    Hello Sharpe,
    Good Day. From your post we don't know what is your application server version. guess 10.x.x.x.x as you are talking about JRE 1.6.
    JRE 1.7 is not compatible with AS 10.x.x.x.
    So, if your user wish to install JRE 1.7, make sure JRE 1.6 also installed in the same pc. Now what can you do ? Yes. you can restrict a web browser to run only selected Java plugins not other one. You can manage this from Add-Ons manage settings.
    This restrict user, use specific browser for you application.
    Hope this helps
    Hamid

  • List of companies that use oracle database

    Hello everyone,
    I am studying Oracle DBA and I have to do a 6 month internship in the summer in order to finish my studies and get the degree. The question is: is there a way to find what companies/firms use oracle in the US?
    Thanks in advance..

    Dude company data is its real asset no body will allow you to make their valueable asset as testing Lab material. just get training from good professional take exam and do a lot of practices. This will make you a little champ in 2-3 years. Expert not before 7 years. So you should be consistent and patient in learning and earning.
    Regards,
    Abbasi

  • Anyone use the Sun Datacenter Infiniband Switch 36? (part of Exadata 2)

    Hi all,
    As part of looking more closely at Exadata 2 I'm trying to figure out how to monitor the beast, and the [Switch 36|http://www.sun.com/products/networking/datacenter/ds36/] seems to be part of it. The docs [mention firmware 1.1.2 and how to get it|http://docs.sun.com/source/835-0784-03/z40005751839041.html#scrolltoc] on the A-Z download page... which doesn't exist :)
    If anyone has used this switch: is it easy to configure? How does it compare to other Infiniband switches from other vendors with the same number or ports (or is it a rebranding of another model)? Do you monitor it with SNMP? IPMI? Web access?
    Or do you know where I can get the latest firmware?
    Any info is appreciated, thanks!
    Mike

    These resources may be helpful:
    http://daoexamples.sourceforge.net/related.html
    http://daoexamples.sourceforge.net/index.html

  • How tom invoke an EJB from another EJB using the sun rmi protocl in Weblogi

    Hi,
    I am particularly new to EJB.
    My scenario is
    client invoking-->EJB-----invoking ----(Either a webService or an EJB)
    in WEBLOGIC
    Is it possible that a call from EJB to another EJB or WebService use Sun's RMI as underlying protocol instead of t3 or IIOP which are used in Weblogic ?
    Would be really a great help if you could provide me some sample on it on weblogic.

    Hi Stefan,
    You don't need to provide the InitialContextFactory for running a standalone client. The following should work just fine:
    Context initial = new InitialContext();
    System.out.println("Looking up ...");
    Object objref = initial.lookup(EJB);  //the lookup name should be a global JNDI name      //and not from the java:comp namespace
    System.out.println("Looked up EJB");The JNDI implementation looks for the jndi.properties file in your classpath. So make sure that you have the appserv-rt.jar from your <server_installation>/lib directory in your classpath.
    HTH,
    Sheetal

  • Select Lists - Setting and Referencing (Using) the Select List variable

    I have (a login page and) 3 application pages (call them Day, Week, Month), each with similar selection lists and a chart. I have three requirements.
    1) When a new selection is made, the value of the selection list variable is updated --that is, it does what select lists do.
    2) I need to set the value of the Month selection list variable before the Month page is rendered for the first time -- I need to give it an initial value.
    3) When navigating from page to page, say from Month to Week or Day back to Month, I need to have the value of the selection list variable carried to the new page from the value on the previous page.
    It sounds simple to me -- something that one could do with an (global) application item. The logic would be like
    IF :Page_Name_Flag = 'Week' THEN -- staying on the Week page
      SELECT :WK_SelectList_Name INTO :GLOBAL_SelectList_Name FROM DUAL
    ELSE -- new pass on this page
      SELECT  :GLOBAL_SelectList_Name INTO :WK_SelectList_Name FROM DUAL
      SELECT 'Week' INTO :Page_Name_Flag
    END IF;But that doesn't work for me. The page's select list variable seems to be NULL sometimes causing the value of :GLOBAL_SelectList_Name to be set to null. Other times, the copy from the global variable to page select list varable doesn't seem to change the page select list variable.
    At http://apex.oracle.com/pls/apex/f?p=43250:101 (guest/Ima9Gue8t) is an example where I have each page's select list working (except on the initial visit to the page, where the select variable is null!!!). How can I get the select list value on the new page to sync with the value from the previous page?
    Thanks,
    Howard
    Edited by: Howard (DBA in Training) on Sep 18, 2012 11:53 AM

    I'm closing this because I got it to work. In the end, it worked as I had described above. There was some setting of the Select List variable, that I now have correct, that was incorrect before. I wonder what it was?

  • Which clients are using my Sun One server for authentication?

    We use Sun One ver. 5.2 .
    Our LDAP clients use it for authentication.
    How can I list which clients recently used the Sun One server to authenticate?
    The reason I need that is because I want to upgrade the Sun One server and I want to notify the clients that I'm about to do it.
    Thanks.

    https://www.redhat.com/archives/fedora-directory-users/2005-September/msg00010.html
    Useful script to extract LDAP based user posixGroup memberships information
    ===
    Assuming you are using posixGroup objectclass and memberUid attribute to
    store your membership information, you may find my shell script useful
    and handy.
    It works on Solaris LDAP Client with "ldapaddent" and "ldaplist"
    commands, and works against FDS, SUN DS or OpenLDAP.
    ===
    Gary

  • How can I use the "create book" feature without having my album photo sequence altered

    I have created an album with photos that are in a particular order for a reason.  I then process to create a book.  The template then rearranges all my photos.  Is there a way to keep them in the original order I set up? 

    All the 5000 photos that reappeared after repair today were from my canada mega event, but for some reason it did not do it for all the other mega events.  It is a start but not complete.
    Try the rebuild to recover more lost photos.
    If "rebuild" with iPhoto does not recover more lost photos, rebuild with iPhoto Library Manager as described by Old Toad in this thread, but rebuilding with iPhoto Library manager will not recover your projects like cards, bilks, slideshows.
    Re: iPhoto glitch with retained masters https://discussions.apple.com/message/26354337#26354337
    Mostly the way I organize all my photos is that I make a folder for each country I visit.  i.e. New Zealand Folder, Canada Folder, India Folder; and at the same time, any photos that I import I delete directly from new imports and just keep the ones i want and then i go up to events and move the latest imported event into a mega event for that country and so they all get joined in a sense.
    As a workaround, merge the events right after importing, before you start deleting photos.  And empty the trash always before merging projects.
    You might consider to use albums instead of events for your country lists.   I simply use the events as basic containers. One event for each day of shooting photos. I found, that smart albums and searches are quicker in iPhoto and Aperture, if the events are smaller, also browsing is easier, if the events are not so large.
    You can merge albums and remove photos from albums without the problems mentioned above.

  • Companies that use Fireworks for web

    Does anyone have a list of companies that use Fireworks
    primarily for web design instead of Photoshop in the US?
    Specifically in Los Angeles, California?
    Thanks

    > As an advocate of the software it would be nice to say
    to my boss "Hey,
    > giant
    > corporation X uses Fireworks. Maybe we should too".
    (Note: I don't wish to undermine this thread with this
    tangent. Apologies to
    the OP.)
    Yes that would be nice but bosses look for business cases to
    switch or
    change operations. Employees look for nice features.
    "Hey, giant corporation X uses Fireworks. Maybe we should
    too" is not a
    business case. It's a preference based on comparing your
    company to another,
    which may or may not be relevant. It's not a compelling case
    or approach
    e.g. tell me why corporation X uses Fireworks.
    The language to which a boss is receptive is more like:
    "we currently do x in Photoshop daily which takes 2 minutes
    every time we do
    it - that's an aggregate of 2 hours daily. This would take
    one mouseclick in
    Fireworks and we'd get automatic y and instant z at the same
    time. That's an
    extra project we can finish each day, with no extra labour
    cost, simply by
    switching software. Cost to switch would be $w (zero?) for
    hardware, $x for
    software plus $y (zero?) for training."
    If I was the boss hearing this from my employee, my attitude
    would be: "I'm
    listening. Show me more. Let's trial Fireworks and the
    operational change
    for 30 days and review it then".
    Regards
    John Waller

  • "cannot send email message using the server icloud" on 10.6.8

    I use mail from my desktop, not from iCloud on the Internet. I have a MacBook Pro with 10.6.8 Snow Leopard. My mail was working fine until yesterday.
    It says "Cannot send message using the server iCloud. connections to the server smtp.me.com on the default ports timed out. Select a different outgoing mail server from the list below.
    The list has:
       ICloud offline
       and Icloud
    Neither of them work.
    What has Apple changed regarding this in September?
    (I know others have posted similar message, but they were on 10.7)

    Same problem here.
    Recently an @icloud.com version (alias) of my existing @me.com email address appeared on my account. I can still send messages form the OSX build in Mail client as long as I am using the @me.com version of my email, but I do get this message when I try to use the new @icloud.com account.
    My account with iCloud states that both @me.com and @icloud.com versions of my email are active.
    Would be nice to know if this is a temporary problem of if this is a permanent one.
    The settings on the outgoing mail server are default as retrieved from apple when I configured the @me.com email for the first time. I went through the troubleshooting suggestions as provided on Apple website, double checking all the settings, no joy. At the very list I can still use the old @me.com alias with no problem (for now)
    MacBook Pro / Mountain Lion 10.8.2

Maybe you are looking for