In wha platforms is JMF running ?

Hi all. I just saw that there are JMF package installation for Windows, Solaris and cross-platforms. For what platforms does the cross-platform work ?
Does it work on Linux ? And on MAC ?
Thanks for the info...
John

Well tito, I configured JMF under my Linuxbox with RedHat and MAndrake and works great, just it doesn't captures video... :( I also think that under Mac will work nice because it's based on Java and JAVA is Multiplatform... :)

Similar Messages

  • HT4759 I want to use icloud mail on both iPhone 4s AND my pc. icloud mail on PC is mega glitchy and frustrating because my PC is ancient, I run XP, & these DO NOT MEET req's for iCloud.  Is there a email platform that will run well on both XP and iPhone?

    I NEED to use icloud mail on both iPhone 4s AND my PC. I need to use both. 
    Trying to use icloud mail on PC is mega glitchy (STOP SCRIPT WARNINGS EVERY FEW MINUTES) and frustrating because:
      1.  my PC is ancient (but nicely refurbished/fast)
      2.  I run XP  (with both Firefox and Chrome- newest versions)
      3.  thusly, I DO NOT MEET SYSTEM REQUIREMENTS for iCloud.
    In my passed attempts I found that
    1. Yahoo doesn't work well on iPhone
    2. Gmail doesnt work well on iPhone.
    I must be missing something... an app or... maybe a donated/ NEW FREE MAC!  (That would be sweet!  Ha.)
    Is there an email platform that will run well on both XP and iPhone?
    or... Please say it isn't true: I would love a Mac tablet or desktop. We have no money for a mac. SOL?   Is this iCloud apple tech only for wealthy middle class and above who can afford to have the newest and best of everything? 

    @Naiks, having suffered through unsuccessful synching attempts for Calendar and Contacts myself, l would suggest you try the following:
    UNINSTALL iCloud control panel from your PC. Seems silly, but do it.
    Go into Outlook, and look at the very top menu. Click FILE, then ACCOUNT SETTINGS, then click the popup box.
    You will see a list of all your email accounts. Make sure that ONE of them has a checkmark against it. If not, select the account your want as your default, and click "set as default.
    Exit out of Outlook and reboot your machine.
    Now reinstall iCloud, check CALENDAR and CONTACTS, and do as instructed when prompted.
    Reboot for good luck and now launch OUTLOOK. All that remains is to locate your iCloud Contacts and Calendar files, and make them your default.
    IMPORTANT: Don't panic if you can't find your contacts -- they're there. Click CONTACTS and you'll see you have several available contact files. Locate the one label "iCloud" in grey type. Right-click on it, select PROPERTIES, then click the Outlook Address Book tab. Check the box that says something like "Make this my default Outlook Address Book." Keep clicking "apply" and "okay" until you've exited out of the dialog box maze.
    You may have to do something similar with your Calendar files. I dd not, but if you need to, do it.
    Everything should now sync pretty seamlessly.
    I didn't have the exact same problem as you, but my dilemma was close enough. Good luck!
    Arthur P. Johnson

  • Platform Service not running - Windows 7 Ultimate 32bit

    Network Magic v5.5.9195.0 tells me that the platform service is not running - however the Services snap in says that it is and alows me to stop and start it, but NM still tells me it is not running - it was working fine until a few days ago and has suddenly stopped..
    Any ideas?
    Regards

    Apologies I appear to have hit the wrong key and posted rather than next lined
    The event log has the following entry whenever I attempt to start the service either automatically or manually:
    Faulting application name: nmsrvc.exe, version: 11.2.9170.0, time stamp: 0x4a3c0a3f
    Faulting module name: ntdll.dll, version: 6.1.7600.16559, time stamp: 0x4ba9b29c
    Exception code: 0xc0000005
    Fault offset: 0x00022262
    Faulting process id: 0x10f4
    Faulting application start time: 0x01cbae50d400fae5
    Faulting application path: C:\Program Files (x86)\Common Files\Pure Networks Shared\Platform\nmsrvc.exe
    Faulting module path: C:\Windows\SysWOW64\ntdll.dll
    Report Id: 47565619-1a44-11e0-beb3-00241dd23cce
    Did you ever get a resolution to this problem?
    The problem started when I changed my router and Network Magic had to rebuild my configuration. Since then I have been unable to load a stable version of NM however many timkes I de-install/re-install
    PS
    I have Gigabyte EP43-UD3L motherboard, 4GB memory, 1GB LAN link, ADSL2+ with ST516V6 router/modem and a number of NAS devices & Netgear Professional gigabyte switches
    Derek GC White - Running Network Magic version -5.5..9195.0-Pure0 on Windows 7 x64 Home Premium on Wired Computer with Kasperky Internet Security (latest version)
    1GB Realtek PCIe NIC v 7.34.1130.2010 via Netgear GS105 Hub to Netgear GS108 Hub to Netgear SRXN3205 WiFi VPN Router to Draytek Vigor120 ADSL2+ "modem"
    GA-Z68XP-UD3, 8GB G.Skill Ripjaw DDR3
    RAID0 - 2 x OCZ Vertex 3 SSD
    RAID5 - 3 x 1TB Samsung Spinpoint F3 accelerated by 1 x Runcore mSATA SSD
    RAID 1 - 2 x 500GB Hitachi
    2 x ATi HD5750 Crossfire

  • Cant get JMF Running under Suse Linux 9.2

    Hello,
    I'am just going to start with a project to implement a SIP based Voice and (perhaps) videoconferencing application. I want to use Java with JMF and develop it using Linux.
    Now my problem is, that the JMF Linux performance Pack will not work for me. (Yes I 've used the search function, but without success).
    I installed JMF after downloading it and set the variables like this:
    export JMF_HOME=/home/brinkop/Programme/JMF-2.2.1e
    export CLASSPATH=$JMF_HOME/lib/jmf.jar
    export LD_LIBRARY_PATH=$JMFHOME/libI even tried JMFHOME instead of JMF_HOME
    I put these entries in my /home/.profil
    Know Iam able to start the JMStudio. Capturing Sound works. But now I wrote my first Code and tried to detect my soundcard as a capture device -> doesnt work :-( No devices found.
    I made a jar file of it and launched it:
    ~/SoftwareEntwicklung/Arbeitsverzeichnis> java -jar JMFTest.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/CaptureDeviceManager
            at Geraetefinder.sucheGeraete(Geraetefinder.java:40)
            at Geraetefinder.<init>(Geraetefinder.java:31)
            at Geraetefinder.main(Geraetefinder.java:35)But the same file works fine on my windows machine. So the problem must be in the PATHES.
    But they seem to be right! The diagnostic applet even tells me, that it cannot find the JMF classes.
    I tried so much, but I've no idea what i can do. Does anybody know?
    I can develop the clients using win, but that does not solve my problem, though my boss wants me to run all the serverside software under linux (and i like to use linux too).

    Come on, I can't believe that no one here is able to help me.
    What i have now is:
    in my .profile:
    export JMFHOME=/home/brinkop/Programme/JMF-2.2.1e
    export CLASSPATH=$JMFHOME/lib/jmf.jar:$JMFHOME/lib/sound.jar
    export LD_LIBRARY_PATH=$JMFHOME/libif I try to run my Testprogramm (that works fine under win) I get this:
    java -jar JMFTest.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/CaptureDeviceManager
            at Geraetefinder.sucheGeraete(Geraetefinder.java:40)
            at Geraetefinder.<init>(Geraetefinder.java:31)
            at Geraetefinder.main(Geraetefinder.java:35)If I run start it in this way:
    java -Xbootclasspath/p:./lib:./lib/jmf.jar:./lib/mediaplayer.jar:./lib/multiplayer.jar -jar JMFTest.jarIt starts without error message. But still does not find any devices. I think it is not able to find the shared librarys. But thy seem to be correct:
    brinkop@FBEC158:~/SoftwareEntwicklung/Arbeitsverzeichnis> echo $LD_LIBRARY_PATH
    /home/brinkop/Programme/JMF-2.2.1e/lib
    brinkop@FBEC158:~/SoftwareEntwicklung/Arbeitsverzeichnis> echo $CLASSPATH
    /home/brinkop/Programme/JMF-2.2.1e/lib/jmf.jar:/home/brinkop/Programme/JMF-2.2.1e/lib/sound.jar
    brinkop@FBEC158:~/SoftwareEntwicklung/Arbeitsverzeichnis> echo $JMFHOME
    /home/brinkop/Programme/JMF-2.2.1e
    brinkop@FBEC158:~/SoftwareEntwicklung/Arbeitsverzeichnis> 

  • Will JMF run quicker in jdk1.5?

    Hello,
    I understand sun has improved the speed of Java in the 1.5 version.
    And just wondered if anyone had experienced a greater speed from the JMF under 1.5?
    Thanks

    Cross-post:
    http://forum.java.sun.com/thread.jspa?threadID=621280

  • Platform service not running

    What woiuld cause this under windows 7 ultimate-64bit, it worked for awhile using V 5.5.9195.0   it works on my other machine which is a windows 7ultimate-64bit.   When I try to restart the service from the magic interface it comes up with a "platform Service Error"  All the other computers wortk fine.  I have 5 on my network.

    Is NM displaying the User Account Control prompt when you try to restart the service?
    My Cisco Network Magic Configuration:
    Router: D-Link WBR-2310 A1 FW:1.04, connected to Comcast High Speed Internet
    Desktop, iMac: NM is on the Windows Partition, using Boot camp to access Windows, Windows 7 Pro 32-bit RTM, Broadcom Wireless N Card, McAfee Personal Firewall 2009,
    Mac Partition of the iMac is using Mac OS X 10.6.1 Snow Leopard
    Laptop: Windows XP Pro SP3, Intel PRO/Wireless 2200BG, McAfee Personal Firewall 2008
    Please note that though I am a beta tester for Network Magic, I am not a employee of Linksys/Cisco and am volunteering my time here to help other NM users.

  • RTC-5301 - Runtime Platform Service not running

    Hi,
    I am using Oracle 10. R1 and OWB 10.1.0.4.
    When accessing the deployment Manager, I get the error "RTC-5301 - The Runtime Service is not available.
    Following the instructions, I did the following:
    Executed "start-service.sql"
    "Not Available"
    Executed "show_service.sql"
    "Not Available"
    Executed "service_doctor.sql"
    Received the following:
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not available
    There is a problem accessing the service startup script from the databaseserver
    Here is the detailed error message which contains the name of the startscript file:-
    Service startup file 'null/owb/bin/unix/run_service.sh' is notaccessible from the database server on instance number 1
    Please verify that the disk containing the file is visible to thedatabase server
    Please verify that the database server account has access rights on thefile
    There is a problem with the repository connection information used tostart the service
    Here is the detailed error message which contains the connectioninformation passed to the service:-
    Cannot connect: user=null host=null port=null service-name=null
    Please verify that this information is accurate
    If this information is correct, then please use the'set_repository_password.sql' script to reset the stored password
    Can someone help here? I am not sure how to set any of these parameters.
    Thanks in advance.
    John

    Hi
    As I see your error message: "Service startup file 'null/owb/bin/unix/run_service.sh' is not accessible from the database server on instance number 1", I think that your ORACLE_HOME is not set in your unix/linux enviroment (null = no ORACLE HOME). Check this enviroment variable, and set it, if it has not set yet.
    And "use the 'set_repository_password.sql' script to reset the stored password" because your parameters not set: "Cannot connect: user=null host=null port=null service-name=null"
    Ott Karesz
    http://www.trendo-kft.hu

  • I cannot get iTunes Internet radio to appear on my desktop iTunes installation on any platform, any computer running anything later than iTunes 10 or older. I have checked the box for Internet radio as a source

    Yet iTunes keeps insisting, via promos and everything on their website, that I can use iTunes radio. I used to use this all the time and it just appeared as an item in the Library list in the sidebar.

    Ha ha, it is a great computer......luckily for me, the liquid cooling system has never leaked as I've read others have suffered......
    I never knew that 10.5 would install in this G5...I always thought that Tiger was the end of the line. How much memory do you think it might need to run 10.5? My Dual G5 runs 1.5 Gigs of ram......
    The reason that I'm shy to upgarde to the next system is that IF something bad happens, our home business accounting Appl is on it...even though it's backed up to an external HD, the appl. (Quicken 2007) may not even be available anymore for the newer OS's so I'm going to eventually have to pony up for a new appl. that hopefully will import from Quicken.......
    I also have Adobe CS2 on it and my 3D modeling appl. on it (Vellum)............I've gotten so used to running the newer CS suite that it's painfully slow on the old G5!
    Thanks so much fo the help, GT!!! I mean it!
    Steve

  • "The Pure Networks Platform Service Is Not Running" every time I print

    I will be glad to follow-up with all the gory details about my system, but I thought I'd throw out a general question first.  I just installed a network printer to my NM Network.  It's a Lexmark 543dn connected via ethernet.  Everything prints just fine, the Map shows it as a Network Printer,etc..
    The only problem is that every time I print, the Platform Service stops running and I get a general Windows Error message asking whether I want to "report" the error.  You know the one...you have to click SEND or DO NOT SEND.   The Platform can be easily restarted without problems.  Is this a common problem..with hopefully a common solution?
    FWIW, it becomes a pain when the kids have to come fetch me when the error message comes up; they think they did something wrong.   Plus, if I'm not mistaken they need to restart the platform service if they want to continue printing to the sole color laser in the house.

    Hi, we do need the info in the sticky topic so we can see what your hardware and software is.  Not all crashes happen on all systems.
    My Cisco Network Magic Configuration:
    Router: D-Link WBR-2310 A1 FW:1.04, connected to Comcast High Speed Internet
    Desktop, iMac: NM is on the Windows Partition, using Boot camp to access Windows, Windows 7 Pro 32-bit RTM, Broadcom Wireless N Card, McAfee Personal Firewall 2009,
    Mac Partition of the iMac is using Mac OS X 10.6.1 Snow Leopard
    Laptop: Windows XP Pro SP3, Intel PRO/Wireless 2200BG, McAfee Personal Firewall 2008
    Please note that though I am a beta tester for Network Magic, I am not a employee of Linksys/Cisco and am volunteering my time here to help other NM users.

  • Running JMF in JavaScript

    I couldn't find a 'JavaScript' sub forum on this site so I apologize if this is the wrong forum.
    Can JMF run in JavaScript? If so, then why doesn't this snipped work?
                    <script type="text/JavaScript" language="JavaScript" charset="UTF-8">
                        importPackage(javax.media);
                        importPackage(java.util.vector);
                        var deviceListVector = CaptureDeviceManager.getDeviceList(new AudioFormat(AudioFormat.LINEAR, 44100, 16, 1));
                        var captureDeviceInfo = CaptureDeviceInfo(deviceListVector.firstElement());
                        document.write("Capture Device:  " + captureDeviceInfo.getName());
                    </script>

    scrubbed_out wrote:
    Can JMF run in JavaScript? Java != JavaScript anymore than C = C-SPAN...
    So no, JMF doesn't run in JavaScript...

  • How to run Java Swing GUI on embedded ARM Linux platform?

    The object is:
    A touch panel, running Java Swing GUI, with a 25 fps 320x320 mono JPEG image animation and other control buttons.
    What I have now:
    A Developing Board with: ARM926 CPU at 266MHz, 128M RAM, 64M ROM, ported with arm-linux and MiniGUI.
    My plan is:
    1. installing a X-window system to the platform, discarding the MiniGUI.
    2. install j2re-1.3.1-RC1-linux-arm.tar.bz2 to the platform.
    3. run my program developed on a PC.
    My concerns are:
    1. Both X and Java is resource consuming, can a 266MHz ARM CPU meet my requirement?
    2. Is the X a must to run Java Swing GUI? If yes, how can I configure it to minimize the footprint, I mean, install only necessary modules.
    3. Can J2RE 1.3.1, the only port for arm linux, support Swing classes?
    4. Are there other options, such as CDC + PP(AGUI?), how to do it?
    Thanks alot!

    3. Can J2RE 1.3.1, the only port for arm linux, support Swing classes?I'm not entirely sure from your post: is this a J2SE port? If so it will support Swing, but probably needs Qt.

  • JDK & Suse Linux - cannot use JMF or run JMSTUDIO

    Hi
    I have tried using JMF and running jmstudio with SuSE linux 10.0
    Every time I try and run jmstudio I get the following error:
    Exception in thread "main" java.lang.NullPointerException
    at sun.awt.X11.XMenuPeer.repaintMenuItem(XMenuPeer.java:363)
    at sun.awt.X11.XMenuItemPeer.setEnabled(XMenuItemPeer.java:71)
    at sun.awt.X11.XMenuItemPeer.disable(XMenuItemPeer.java:93)
    at java.awt.MenuItem.disable(MenuItem.java:280)
    at java.awt.MenuItem.enable(MenuItem.java:267)
    at java.awt.MenuItem.setEnabled(MenuItem.java:242)
    at JMStudio.updateMenu(JMStudio.java:1274)
    at JMStudio.<init>(JMStudio.java:119)
    at JMStudio.createNewFrame(JMStudio.java:1412)
    at JMStudio.main(JMStudio.java:1401)
    Please can someone tell me if this is a problem with environment variables?
    I have tried to set up my .bashrc but if someone has a working configuration file I would gladly try it
    I am a final year student and am using JMF for my project and DESPERATELY need to get JMF running
    Any help would be gratefully received
    Regards
    Uri

    In NetBeans using JDK1_5, all you have to do is :
    step 1.) tools -> library manager.
    step 2.) Click on New Library.
    step 3.) Name the Library Name JMF (or whatever).
    step 4.) Leave Library Type as Class Libraries.
    step 5.) Click OK.
    step 6.) Select the library you just made in the
    listbox on the left.
    step 7.) In the center of the form you are in, you should
    see a white box with three tabs on top (Classpath, Sources, Javadoc).
    Make sure Classpath is selected.
    step 8.) On the right , click on the Add Jar/Folder... button.
    step 9.) A dialogue box will pop up. Select the directory where your
    you put JMF. Add the .jar files from the JMF's lib directory and
    click the Add Jar/Folder for that dialog box. Repeat step 8.
    When finnished, you should have three .jar files in your newly
    created library(I called mine JMF). The files should be jmf.jar,
    mediaplayer.jar, and multiplayer.jar.
    step 10.) Create a project.
    step 11.) In the Projects pane, expand Libraries which you will see
    whatever JDK you are using and any other libraries you
    happen to be using. Right Click on Libraries there and
    click Add Library. A popup window displaying libraries
    will show and the one you just created should be in there.
    step 12.) Highlight the library you made and click its Add library
    button.
    You should now be able to use JMF in your apps! I assume you
    know about importing the packages in your sourcefiles!!!! ;-)
    Have fun whichever way you do! Please don't email me with
    dumb questions. Seeya!

  • JMF with Native Libraries as Signed Applet

    Hello
    After spending a few days hunting through forums, digging into JMF source code and hacking in the dark I'm about to give up, but thought I'd start yet another thread on this. It's a long, sad story...
    Problem: Deploying a JMF based program that relies on native libraries (in this case the FOBS4JMF bindings) as an applet: how to get jmf.properties and the native libraries loaded properly.
    Partial Solution: the native libraries packaged in a signed jar file, added to the applet's archive property, extracted using getResourceAsStream(), and loaded using System.load(). This is how FOBS4JMF loads it's native library anyway (via the com.moesol.NativeLibraryFinder):
    Class classInApplet; // name of a class loaded by the applet
    File outputFile; // location for extracted library
    InputStream is = classInApplet.getResourceAsStream(resource);
    copyStream(is, outputFile);
    System.load(outputFile.getAbsolutePath());Why this doesn't really work:
    (a) JMF (com.media.util.Registry) only searches for jmf.properties (which contains the instructions to use the FOBS4JMF plugin) in real folders (i.e. not jars) on the classpath of the local machine. I could extract the jmf.properties to a folder on the local machine, but have no way of making sure that folder would be on the classpath. Calls to "System.getProperty("java.class.path") give varying results - including an empty string on FF/OSX. Even if i could get the classpath somehow, chances are that it wouldn't contain any folders writable under Vista's UAC, which would leave me out of luck.
    JMF also looks for a file called ".jmfdir" in various platform specific locations, and appends the contents of this file to the classpath, so if i could write to that file i'd be golden. This seems like it would work on non windows platforms, because JMF looks for that in "user.home"). However, from what i can tell, on windows, JMF uses a native call to a function called nGetUserHome() to determine where to find .jmfdir - which leads to the second problem...
    (b) the JMF native libraries are loaded through calls to System.loadLibrary(), not System.load(), which means that they have to be on the "java.library.path" in order to be found - and again, I have no way of extracting the libraries to a directory on that path (at least not one writable under Vista UAC). This wouldn't be a problem, as I could pre-load the libraries myself with System.load(), except that JMF throws an exception if it can't find one, and stops trying to do whatever it thinks it needs the library for. Again, not a problem if I use only the FOBS4JMF native code (though i would like to use the DirectAudio renderer on windows) - except that the nGetUserHome() function described above is in a native library (jmutil.dll). So, when com.media.util.Registry.getJMFDir() tries to find ".jmfdir" it first tries to load "jmutil.dll" using System.loadLibrary(). This throws an exception inf "jmutil.dll" is not on the "java.library.path", and com.media.util.Registry.getJMFDir() returns null. Here's the relevant code from com.media.util.Registry.getJMFDir() - with my annotations
    All of these problems are fixable by relatively minor tweaks to the JMF source - but I don't think that's allowed under the SCSL. So if anyone has any, i mean ANY other suggestions, please BRING 'EM ON.
    thanks
    -chris
    EDIT: just for kicks, i checked to see where JMF expects to find .jmfdir on windows - ie the result of nGetUserHome(). At least on XP this seems to be c:\WINDOWS. if it's the same on Vista, then fixing the loadLibrary problem won't help bc I still won't be able to write to this file.
    Edited by: wodenx on May 7, 2010 9:46 AM

    Hi-
    Thanks for responding so quickly.
    As far as the natives go, you might try using the new JNLP embedded applet ability in the plugin2 architecture.I was going to look into that, but decided it wasn't necessary since I can get the FOBS native code to link properly. It's really the registry that's the problem, since without solving that I can't get JMF to USE the FOBS code.
    Can you get it all to work if the JMF installer is invoked? If so, perhaps if you add an installer-desc that calls the normal JMF setup.exe (though that final warning to reboot is both unnecessary and odious).I don't think it would work even with the JMF installer, bc I need to point JMF at the FOBS specific jmf.properties. I might be get it to work by invoking my own installer though, to place my jmf.properties somewhere in the native class path, so that's worth looking at. Thank you. Problem there is that on Vista users would have to elevate to run the applet, which is not ideal.necessary and odious).
    Why do you particularly want to embed media in a web page?The customer may want it. I might be able to convince them to go with JNLP/WebStart, but I think I might have the same problem there. Please correct me if I'm wrong...
    I've also read that there are problems with JMF and JNLP owing to the fact that JMF doesn't recognize the security manager invoked by JNLP, and so gives your program no permissions. Haven't tried it myself yet.
    Thanks again!
    Edited by: wodenx on May 7, 2010 12:07 PM

  • Crystal Reports for Enterprise 4.1: Error while saving report to BI platform "There was an unexpected error saving your report to the server. Please try again or contact your administrator if the problem persists."

    Hi All,
    I am able to create a report in Crystal Reports for Enterprise 4.1 on top of an OLAP connection (data source BEx query). However, when I am trying to save this report to BI platform, I am running into the following error:
    The error was not resolved even after applying the following SAP KBA notes:
    1676033
    1709390
    1922003
    1727813
    Below is the excerpt in the error log (on the path mentioned in SAP NOTE: 1709390),
    However, could not make much sense out of it, as to how can the issue be resolved. If anyone has useful insights on this issue, please share the same with me.
    Regards,
    Alston

    Hi Alston
    Since you have CR for Enterprise then you also have BI and thus most likely you also have an S user ID. You can use the S user ID to create a phone incident at it is part of your Enterprise Support Package. Just saying as this may be the most efficient way of proceeding at this time(?). But please don't take as me trying to push you off of SCN .
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Platform Migration Clarification

    Greetings,
    We are doing a platform migration of an E-Business R12.1.1 environment. We originally got to R12.1.1 by directly upgrading from 11.5.9.2 back in December, 2009.
    Our source platform is: W2003 runs Apache and Forms, and "everything else" is on HPUX PA-RISC. Our target platform is HPUX Itanium. We will not be moving over our W2003 node; rather, the HPUX Itanium will do everything (that's the plan for now).
    In following Metalink Note 438086.1, the last notation on Section 1 states: "if you have upgraded the tech stack components to higher versions than those included with the 12.0.4 install media, they will have to be upgraded..."
    I would like to clairify what this means. My interpretation is that when we run Section 2, Step 6 "Install the Application Tier Technology Stack" that we are to use the R12.1.1 DVD media. Is this assumption correct?
    Thanks...colin

    Colin,
    Your assumption is correct. In addition to that, you will need to consider upgrading to the latest OracleAS 10g and Developer 10g patchset (_if applicable_) as per (Note: 454811.1 - Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12) and (Note: 437878.1 - Upgrading Forms and Reports 10g in Oracle Applications Release 12).
    You could log a SR to confirm this with Oracle support.
    Thanks,
    Hussein

Maybe you are looking for

  • Trouble with call status remains 'In Process'

    Why status remains 'In Process' ? What is TermCallFor event ? Any reason why DestUnallocated event trigger even though agents are available at desired extension.

  • SGA_MAX_SIZE & SGA_TARGET

    If anyone can explain to me the relationship of these 2 parameters? Chapter 8 Database Concepts doesn't clearly define how and if they are used in tandem. Matt

  • GP with variable amount of steps

    Dear, What I'd like to have is a GP with a variable number of steps. How this is realised is of little importance, but what is most important is that we can (using the Webservice to start the GP) dynamically give for example 5 users, and then 5 steps

  • Screen Displays Collors as Negatives...

    My screen is displaying all colors as negatives.... for instance, safari and the menu bar are all black. Even when I open PhotoShop the menus and pictures render as negatives. Any suggestions?

  • KeyPreview function like in Delphi

    Hi all, because the old topic I "resurrected" has been closed ( [click here|http://forums.sun.com/thread.jspa?messageID=10568922#10568922] ), I continue my question in this brand new topic. I'm looking for a function like Delphi's KeyPreview of the T