Fwd: Dependencies for AIX6.1

Hi Technology Consultants,
I am installing ECC6.0SR3 with MaxDB7.6 On AIX6.1 (IBM P series Servers).
when i was installing Java "IBMJava2-142-ppc64-SDK-1.4.2-13.0.ppc64.rpm" .
its not installing and asking for dependencies. Anybody send me the link whre i can download.
Failed dependencies: glibc >= 2.3  libX11.so.6  libXext.so.6 libXi.so.6 libXmu.so.6 libXp.so.6 libXt.so.6
libXtst.so.6 libc.so.6 libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.2) libcrypt.so.1 libcrypt.so.1(GLIBC_2.3)
librt.so.1librt.so.1libstdc+.so.5 libstdc.so.5 libstdc+.so.5.
Can go for higher version like java1.5 the installation will run smoothly or not.
plz help me, i was stucked from last 5days.
cheers,
srinivas.

> I am installing ECC6.0SR3 with MaxDB7.6 On AIX6.1 (IBM P series Servers).
> when i was installing Java "IBMJava2-142-ppc64-SDK-1.4.2-13.0.ppc64.rpm" .
> its not installing and asking for dependencies. Anybody send me the link whre i can download.
you downloaded Java for Linux and your are on AIX, that's why it's not working.
Read
Note 1039948 - New IBM AIX JDK 1.4.2 for SAP Netweaver 2004 and 2004s
and download the correct one for AIX, not for Linux.
Markus

Similar Messages

  • Looking at dependencies for a table gets Error ORA-01436: CONNECT BY loop

    I have just tried looking at the dependencies for a table and I received an "ORA-01436: CONNECT BY loop in user data.
    Please let me know if there are any fixes or work arounds for this problem.
    Thanks
    Sunil

    Looks like there is another posting on this.
    ORA-01436 in Dependencies
    Because the query uses CONNECT BY and there is a circular reference it errors out. If it didn't, there would be an infinite number of results.
    This is the query that Oracle is using: SELECT owner, object_type, object_name, object_id, status , decode(replace(object_type,' ','_'),'PACKAGE_BODY','PACKAGE',replace(object_type,' ','_')) type_link
      FROM sys.all_objects
      WHERE object_id IN (
              SELECT object_id
                 FROM public_dependency
               CONNECT BY PRIOR object_id = referenced_object_id
               START WITH referenced_object_id = :OBJECT_ID ) pulled from sql_dev_root/jdev/extensions/oracle.dbdev.oviewer.jar, editors.xml
    I am not a connect by pro, so I can't tell you how to alter this to make it stop digging when it encounters an infinite loop, but maybe someone else can. In other tools, it normally dynamically pulls this data into a tree so it is only querying one level at a time.
    This happens if for example MY_TABLE depends upon MY_PACKAGE and vice versa:
    --MY_TABLE
      --MY_PACKAGE
        --MY_TABLE
          --MY_PACKAGE
            .... Hopefully someone on the sql dev team has a solution to this and can get it fixed in a later release.

  • Generating Dependencies for Calculation/Analytical View in SAP HANA.

    Hi Everyone,
    I am trying to find out the dependencies for a specific Calculation/Analytical View. I have used sys.object_dependencies but that gives only the table names on which the calculation view is dependent on, but not theanalytical and attribute views.
    For example, consider a calculation view which is developed by joining 2 analytical views and the analytical views in turn uses some attribute views. So my ask is to get all these object information not just the tables. This is very basic info and I assume it must be captured in some metadata views. My aim is to query such metadata views and get the dependencies. Any pointers to this would be highly helpful.
    Best Regards. 

    Hi Samarpan,
    You can right click on the view and select option 'Auto Documentation' with content type as 'Model Details' in the wizard. Select a target location for the document to generate.
    When you open the generated document, in the last there is a section as 'Cross References' which will give you full hierarchy of views/tables used.
    Hope this will solve your problem
    Regards,
    Rashmi

  • Dependencies for usermanagement in KM application

    Hi,
    I created a km portal application which uses the apis from the package com.sapportals.portal.security.usermanagement. Using the jarclass finder, I was able to find these jars/add them to the classpath/build and finally  deploy.
    However, when I convert this application to a DC, I get errrors on building the DC:
    package com.sapportals.portal.security.usermanagement does not exist
         [javac] ERROR: import com.sapportals.portal.security.usermanagement.IUser;
         [javac] ERROR:                                                      ^
    [javac] ERROR: import com.sapportals.portal.security.usermanagement.UserManagementException;
         [javac] ERROR:                                                      ^
    I've already added SC dependencies  for KM-BC, KM-CM, JTECHS, J2EE, BUILDT, etc..
    Under used DCs, I was able to add used dependency on DC tckmfrwk. However, I can't find the corresponding DC for 'com.sapportals.portal.security.usermanagement'..
    Can anyone point me to the right SC/DC to include for the above? Thanks.
    ~Prachi

    Hi Prachi,
    when you use Development Components, then you have to add the required library as "Used DC" to our project. The libraries will be added automatically to your build path.
    Try also to include the following SCs:
    - SAP_JTECHS -> epbc.prtapi._api
    - EP_BUILDT -> com.sap.security.api
    Otherwise you have to include the required libraries as External Library.
    Refer to this blog, it gives you an explanation of how to add an External Library DC.
    [Using KM API in Web Dynpro Application using Development Components|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11509]
    Best regards,
    Denis
    Edited by: Denis Schrodt on Jan 27, 2009 1:43 PM

  • Problem building dependencies for pll

    Hi all,
    What may be the cause of the problem like this when building dependencies for pll module:
    Failed to load lib
    oracle.forms.jdapi.JdapiException: Failed to load lib
         at oracle.forms.jdapi.BaseAPI._jni_load_plsqllib(Native Method)
         at oracle.forms.jdapi.PlsqlModule.open(Unknown Source)
         at oracle.forms.jdapi.PlsqlModule.open(Unknown Source)
         at oracle.des.ia.parser.library.PLLParser.parse(PLLParser.java:77)
         at oracle.des.ia.AnalysisTool.executeParser(AnalysisTool.java:1745)
         at oracle.des.ia.AnalysisTool.process(AnalysisTool.java:1319)
         at oracle.des.ia.AnalysisTool.process(AnalysisTool.java:992)
         at oracle.repos.tools.dependency.manager.framework.DependencyAnalyzer.parseObject(DependencyAnalyzer.java:527)
         at oracle.repos.tools.dependency.manager.framework.DependencyAnalyzer.analyzeUsing(DependencyAnalyzer.java:383)
         at oracle.repos.tools.dependency.manager.framework.DependencyAnalyzer.analyzeUsing(DependencyAnalyzer.java:306)
         at oracle.repos.tools.dependency.manager.framework.DependencyAnalyzer.analyze(DependencyAnalyzer.java:278)
         at oracle.repos.tools.dependency.manager.dialog.AnalyzeDialog$4.runImpl(AnalyzeDialog.java:652)
         at oracle.repos.tools.dependency.manager.adapter.RunnableErrAdapter.run(RunnableErrAdapter.java:17)
         at java.lang.Thread.run(Thread.java:536)
    I'm using Oracle Repository 6.5.95.4.10

    Goto the following link:
    http://www.oracle.com/technology/documentation/forms/902docs/9021comp_rn_u_forms.pdf
    see section: 4.11.3

  • How is ist possible to maintain the time dependencies for Abap Privileges?

    How is ist possible to maintain the time dependencies for Abap Privileges?
    In our Installation of SAP IDM 7.0 SP2 Patch 4 the time dependencies of Abap Roles are imported in the IC by Initial loads Jobs. How can the see / change the dependencies in our IDM Workflow UI? Presently nothing jet is shown, no Attribute is predefined..
    Can anybody give us a hint?
    Thank you in advance !!

    If you click VIEW/SHOW PLAYHEAD INFO, you will see the timecodes as you scrub. (Consumer timecodes, not pro timecodes).
    This works if you imported your footage from a camcorder, either miniDV or AVCHD.
    However, if you have imported an analog file, or saved a DV file to a QuickTime File, you may just see the file creation date in VIEW PLAYHEAD.
    However, there is a trick to getting even these clips to display timecodes if you know the start time.
    First pick a clip. Make a copy and drag it to your desktop, just so you don't lose anything.
    Rename this copy in the following format clip-yyyy-mm-dd hh;mm;ss.current file extension.
    For example, clip-2001-07-14 09;30;45.mov (note the space between the day and the hour)
    This would be a .mov clip that starts with the first frame at July 14, 2001 at 9:30:45 AM
    Then import the clip into iMovie. You now have timecodes at the playhead.

  • Error: cannot resolve dependencies for "codecs"

    I receive this error when I'm trying to upgrade codecs 20060501-2 package. It tries to find libstdc++5 which is in Testing repository, and I'm not using Testing.
    error: cannot resolve dependencies for "codecs":
    "libstdc++5" is not in the package set
    I think libstdc++5 should be moved to Current or something like that (You know what to do )...
    Best regards

    Skyscraper wrote:
    I receive this error when I'm trying to upgrade codecs 20060501-2 package. It tries to find libstdc++5 which is in Testing repository, and I'm not using Testing.
    error: cannot resolve dependencies for "codecs":
    "libstdc++5" is not in the package set
    I think libstdc++5 should be moved to Current or something like that (You know what to do )...
    Best regards
    They are in testing repository:
    http://archlinux.org/packages.php?s_rep … ate=&pp=50

  • Error: cannot resolve dependencies for "avahi"

    Greetings:
    I get the following message when I run paman -Syu
    :: Replace mkinitrd with mkinitcpio from "current"? [Y/n]
    error: cannot resolve dependencies for "avahi":
    "dbus" is not in the package set
    So, I thougth I'd get rid of avahi, but pacman -R avahi returns:
    error: this will break the following dependencies:
    avahi: is required by gnome-vfs
    I've tried removing dbus from the daemons in rc.conf. I've tired restating dbus folloing instrcutions from another thread here.
    Pacman -Ss dbus returns:
    community/perl-net-dbus 0.33.3-1
    Perl extension for the DBUS message system
    So I am thinking, and am probably completely wrong, that pacman is searching for a repo with dbus in it?
    Color me stumped.

    Yes, I have the default install one uncommented:
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/extra
    Should I add a different one?

  • Error: cannot resolve dependencies for "font..

    what could be that?
    [root@myhost root]# pacman -S -u --sysupgrade
    error: cannot resolve dependencies for "fontconfig":
    fontconfig conflicts with xfree86
    thxs
    (if u can put it in spanish, better )

    but before u post me, updated pacman, and then, not send me that error

  • solved error: cannot resolve dependencies for "hal"

    Hello all,
    I tried doing a pacman -Syu today and recieved the following: error: cannot resolve dependencies for "hal"
    Then I did a pacman -S dbus-glib and got : dbus-glib: not found in sync db
    then I did pacman -S dbus and recieved the same message.
    Then I did pacman -S hal and got:
    error: cannot resolve dependencies for "hal":
    "dbus-glib" is not in the package set
    Am I missing something? Any help would be greatly appreciated.
    Oh man, in my fleeting moment of panic I didn't think things through and posted right away.
    I commented the following lines in pacman.conf and now it works
    #XferCommand = /usr/bin/aria2c -s 2 -m 2 -o %o %u
    #XferCommand = /usr/bin/pacget %u %o
    Not too sure why, but I am happy all is working.
    Last edited by Cancel (2007-02-17 08:15:54)

    I followed this wiki and it did make a difference. It is still very fast downloading packages.
    http://wiki.archlinux.org/index.php/Imp … erformance
    I haven't had a chance to uncomment those lines again to see if it still gives me errors, but you might have luck trying what the wiki suggests.
    After following the wiki, pacman tries a bunch of servers to give you the best speed possible (if I remember correctly). I hope this helps you.

  • Query to find all dependencies for a lookup type

    I have a lookup type and i need to find all the concurrent programs using it.

    Need dependencies for a particular Flexfield structure too.. pls help !!

  • Sql query to find dependencies for a table

    Hi All,
    I am having a table (REPT_ALL) with dependent objects on it ( child tables, indexes, constraints, views, synonyms, sequences , packages,procedures,functions,triggers).
    I want the query to find out all the above dependencies for the above table(REP_ALL).
    I m looking for the query to find dependencies inorder to find out the risks before dropping the above table(drop table REP_ALL cascade constraints)?
    Thnx

    To find foreign key constraints for a table you cannot use DBA_DEPENDENCIES but you have to use DBA_CONSTRAINTS.
    Example Re: Find out foreign key column

  • Application Dependencies for RAC DBs

    What are application Dependencies for RAC DBs specially there connectivity, and High availability?

    You'll probably get lots of suggestions based on lots of experiences, however, those things may or may not happen to your application. The best and always-applicable advice you'll get is that you absolutely must test your application in every possible scenario (and even scenarios you think are impossible) for how it reacts to failure as well as how it scales with parallelism and how much contention it creates due to its design. Create a realistic test environment, ensure you can produce realistic, real-world load on the application, and then start testing. With 11g, the load generation gets a lot easier to do with Real Application Testing. With earlier releases, it will be using more traditional methods/tools.
    So, you'll get good advice, but it won't be a substitute for doing the actual testing work yourself with your application.

  • Catalyst 6500 Central Fwd Card for WS-X67xx modules ?

    Hi ,
    I have a BOM of materials that has this part number in it.
    WS-F6700-CFC Catalyst 6500 Central Fwd Card for WS-X67xx modules 1
    Though on Cisco configurator it doesnt show up. Is this what it should be WS-F6700-DFC3A Cisco Catalyst 6500 Distributed Forwarding Daughter card-3A for 67xx modules
    Are they the same ?
    thanks
    Allan

    Allan,
    Both the cards are not same. One is the CFC i.e centralized forwarding card and the other is distributed forwarding card. DFC cards downloads the CEF cache tables on them,both the FIB and the adjacency table.
    WS-X67xx modules which are sfipped with CFC's are field upgradable to DFC's.
    http://www.cisco.com/en/US/products/hw/switches/ps708/prod_module_installation_guide09186a00801d3b60.html#wp59534
    regards,
    -amit singh

  • Applications Dependencies for RAC DBs

    What are application Dependencies for RAC DBs specially there connectivity, and High availability?

    Hi, not must exist any dependency, for the applications must be transparent. The application only can see the service database where it cans connect and work.
    Regards.

Maybe you are looking for

  • Problems with slideshows in iPhoto version 9.6

    How can I make slideshows in iPhoto without music? Even if I do not make a check mark for music, music is played during the slideshow. The music (not from my own library) is very loud and irritating. Other settings that I have made, for example trans

  • Audit database. config auditing data source (DB2)

    Hello expert, I want to enable audit database for Business Object and I has followed the admin guide but not work. I install Business Object enterprise XI 3.1 on AIX 5.3 . When I installed BO ,I choose 'Use an existing database'  and choose DB2. (The

  • Film Workflow w/ FCP & Cinema Tools

    I am cutting a feature shot on film for the first time and have a workflow question. Apologies if this post has been done to death and feel free to send a link to another post or site. The film is being shot in 2 perf 35mm. It is going to the post ho

  • Manipulating the IP TOS field through java media framework

    hello there, topic says it all. is there any way to set the IP TOS field through jmf? im asking this to theoretically prioritize streams in the "Sip Communicator" ill be glad for any responses, thanks in advance kolja

  • Used Mac OS X server no name or password

    Hello! I had purchased a used MAc OS X server, and it did not come with the Name or password. Any way to change or bypass?