Core Duo and Core 2 Duo

So, my black 2 ghz Core Duo is in need of a new hard drive. Of which I'm waiting for a warranty replacement.
My wife's white 2.16 Core 2 Duo macbok will be mine for the next week. Will my RAM from the black macbook work in the white macbook? Are they interchangable?
TIA!

All white and black MacBooks come from the factory with PC2-5300 (DDR2 667) memory - more than likely CL=5. They should be interchangeable, but there is the caveat about total memory supported in various versions of the MacBook.
I'm not sure why you'd want to do this unless somehow your Core Duo has more memory than the Core 2 Duo machine. The standard build for the Core Duo MacBooks was 2x256MB, while the standard build for the Core 2 Duo 2.16 was 2x512MB.

Similar Messages

  • Java Development issue/differences between Core Duo and Core 2 Duo (??)

    Hi Everyone,
    I am a Java developer that uses my 17" MBP Core Duo for all of my development. Lately, I've been trying to use both the Glassfish Application Server V2 (from Sun) and Maven 2.09 from the Apache project. I have configured identical scenarios on my MBP Core Duo and on a 15" MBP Core 2 Duo.
    The scenario involves compiling and running some webservices (at least on the Core 2 Duo) in a local development environment. Both machines use the default JDK 1.5.0_13 installed on the machine.
    On the 17" Core Duo, issuing a "mvn install" command produces the following error:
    [INFO] Compiling 1 source file to /Users/john/downloads/soabook-code-20070504/chap07/endpoint-provider/modules/en dpoint/target/classes
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Fatal error compiling
    Embedded error: Prohibited package name: java.lang
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 12 seconds
    [INFO] Finished at: Fri Sep 05 07:09:06 CDT 2008
    [INFO] Final Memory: 9M/17M
    [INFO] ------------------------------------------------------------------------
    Running Maven with the "-e" switch turned on produces the following stacktrace:
    org.apache.maven.lifecycle.LifecycleExecutionException: Fatal error compiling
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:564)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(De faultLifecycleExecutor.java:480)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycl eExecutor.java:459)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailure s(DefaultLifecycleExecutor.java:311)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(Default LifecycleExecutor.java:278)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExe cutor.java:143)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 498)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.j ava:443)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:539)
    ... 16 more
    Caused by: java.lang.SecurityException: Prohibited package name: java.lang
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:534)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:669)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler .java:398)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141 )
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 493)
    However, the exact same software setup on the Core 2 Duo produces this result (which I would expect on the Core Duo):
    [INFO] Installing /Users/john/Downloads/soabook-code-20070504/chap07/endpoint-provider/pom.xml to /Users/mjhart/.m2/repository/soabook/chap07-endpoint-provider/1.0/chap07-endpoi nt-provider-1.0.pom
    [INFO]
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] ------------------------------------------------------------------------
    [INFO] CHAP07-ENDPOINT-PROVIDER-WSDL2JAVA .................... SUCCESS [1:35.885s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-ENDPOINT ..................... SUCCESS [7.221s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-CLIENT ....................... SUCCESS [16.525s]
    [INFO] CHAP07-ENDPOINT-PROVIDER .............................. SUCCESS [1.597s]
    [INFO] ------------------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESSFUL
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2 minutes 1 second
    [INFO] Finished at: Fri Sep 05 07:07:23 CDT 2008
    [INFO] Final Memory: 16M/30M
    [INFO] ------------------------------------------------------------------------
    I have installed the same software versions and have the same configuration on a Windows desktop running XP SP2 and get the same successful result.
    Is this an issue between the Core Duo and Core 2 Duo? I can't see that it is since I don't believe the hardware influences the software to that degree. However, I am at a loss for what is causing the issue and the Apache Maven list insists that there are developers that are using Maven successfully on OS X.
    I really need to get past this issue, but I am at a loss. Please help.
    Thanks,
    John

    Have you repaired permissions? (/Applications/Utilities/Disk Utility.app)
    Are you sure you're using JDK 5? (Applications/Utilities/Java/Java Preferences.app or output of $ javac -version)
    --greg

  • LabVIEW Core 1 and Core 2 training effectiveness

    I'm scheduled to take LabVIEW core 1 and core 2 training in the second week of October. I would like to get an idea on how effective this training is, and how to approach it.
    I work in a test and measurement lab and we use LabVIEW to automate our testing (RF, EMI/EMC). We currently have some labVIEW programs up but no one to maintain/upgrade or design new processes and I am planning to step into this role. Is it feasible to expect to jump right in after the training?
    Thank you.

    Jeff·Þ·Bohrer wrote:
    Core I and Core II will teach you the fundamentals of what LabVIEW does.  (And some very valuable skills)
    It will not teach you how to architect a robust framework for test.  That's something you will need to learn to step into a Lead Developer role.
    It will not "Give" you a source code control repository.  That's something your boss will need to provide to keep your work product safe.
    It will not provide mastery of best methods and practices with a thourough knowledge of the intracacies of programming in LabVIEW for yor companies needs.  BUT, you found the forums.....come back often! You'll learn more here by accident than you might imagine!
    I found Core 1 and 2 to be very nice affirmations of what I have learned here! 
    I would highly recommend taking this tutorial in advance, so it won't be totally alien to you when you start the training.  It's better to start out with some questions and some answers, than no questions or answers.
    Post-training, I would recommend Bloomy's LabVIEW Style Book.  You don't have to get the latest, greatest edition - most of the guidance there is timeless.
    [edit]
    LOL it would appear that I am responding the wrong post.  I assume Jeff has advanced LabVIEW knowledge. 
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Core-1 and Core-2 study materials question

    first let me start by apologizing if i am posting this in the wrong section, I'm pretty new here. I am enrolled to take the labview core-1 and core-2 classes at a training center in Ft Wayne Indiana in February. I am having surgery tomorrow on my foot so I will be off of work and laid up for a few weeks, so I was wondering if there were any good study materials i could start using to help gain some knowledge before attending the classes. I play with labview a bit, but not knowing much I'm limited on what i understand while "playing" with it. i have found this forum to be great for finding information, but not having any official training most of the stuff i find in the forums is still over my head. i do intend on continuing my education in labview and going for the CLAD certification when i get to that point and feel ready to take the exam. can anyone help guide me in a good direction to start gaining knowledge that will help me along in my journey in learning this amazing world of labview? thanks in advance for any help you can offer. again, i apologize if  I am posting this in the wrong section.

    3 Hour Introduction
    6 Hour Introduction
    LabVEW Basics
    Self Paced training for students
    Self Paced training beginner to advanced, SSP Required
    LabVIEW Wiki on Training
    Learning NI
    Getting Started with NI Products
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Core2 Duo and Core Duo?

    I'm finally converting to mac and want to buy a mac mini but I was wondering if someone could help me out first. Is there a difference between the Core 2 Duo and the Core Duo? I was wondering if it would be better to wait for the Mini's to come out with the Core 2 Duo first before I bought one. I'd say if there's not much of a difference, I'm going for it. Any suggestions would be greatly appreciated. Thanks.

    but apple used to put a video car in the mini and the
    ibook's. there starting to get cheap. i kno the cards
    wernt top of the line but it made it a mac and not a
    junky peecee
    There are many points to make:
    1 - A Mac is not defined by the hardware but by how the system works, what it does, and how it does it. I would point out to you that the vast majority of users would find it hard to discern their system was Intel or PPC, or had a video card or integrated graphics. Some know and care, but most don't.
    2 - If you think integrated graphics equates to a 'junky pc' then it's time you tried a mini in comparison to an equivalent Dell.
    3 - You can ignore the technical issues if you want, but enhancements in systems design and chip performance have given rise to much better integrated graphics sub-systems than ever existed before.
    4 - There are many people who would consider the ATI 9200 (for example), as used on the G4 minis and many iBooks as extremely poor and limiting. Not surprising since by the standards of the day it was used on those systems it most assuredly was. It was also significantly inferior to the integrated graphics systems on the new models.
    5 - Horses for courses. Low-end systems will have low-end specifications both to hold prices down and make the entry-level models accessible to the buying public, and to ensure those models don't cannibalize sales of the higher-end gear. It would be idiocy of the worst sort to risk bumping the entry-price for Mac ownership up at all in order to include a video card that most users have no reason to actually want.
    6 - Prejudice against a design element doesn't equate to good technical evaluation. Objection to the integrated graphics choice is understandable in the historic context, but needs to be evaluated against the backdrop of what users actually want and realistically from their systems.
    7 - If anyone were to have specific need for a dedicated graphics sub-system in their Mac, there are plenty of models to offer it.

  • Difference between core duo  and core 2 duo

    I want to upgrade to Leopard starting where ever i need to but I cant figure out how o do it. On some of the discussions it says must have core 2 duo more, my macbook says core duo. Is this the same thing or different?  Any advise on how to upgrade would be appreciated. I want to upgrade itunes and cant because i get the message not compatible wit this version of OS X..  Please help

    1. As stated above, you need to purchase Snow Leopard on DVD. Don't worry about any intermediate versions.
    2. The newest version of iTunes which will run on 10.4.11 is 9.2.1. If you need to upgrade because you purchased a new iPod or similar device, you'll almost certainly need to upgrade your OS too.
    (65426)

  • Please verify core duo vs. core 2 duo speed comparison

    Hi,
    I was looking for RAM to upgrade my MacBook CoreDuo 512mb to 2gb, and found this:
    http://eshop.macsales.com/Reviews/MacBook/Testing/Memory_Benchmarks
    If you go down, there is performance comparisons b/t core duo and core 2 duo, and between different size of rams. I am looking at photoshop result. Notice C2D 1gb is FASTER than CD 2gb.
    Since I will be using Photo Editing Apps. to process RAW files, speed is my primary concern. Could you please verify this data? If this is true, I am going to consider selling my current MB and getting a new one with C2D.
    Thanks!

    Performance comparisons vary from tests to tests. And even if you test the same machine 10 times, you will get 10 different results. But from looking at the data, it seems though that the differences are very minute.
    Selling your CD MB to get a C2D MB would not be a smart investment for that small improvement in performance, but the decision is up to you. If you decide to upgrade since speed is your primary concern, why not opt for Macbook Pro?

  • 2.33 intel core duo and G5 2.0 dual desk

    Hi i am using a g5 2.0 dual processer with 3.5. ram with lots of synths may b all possible softwares including viena..
    i want to buy a laptop 2.33 macbook intel core 2 duo and work on the laptop with the same logic setion with all the synths at some other place..
    what i want to know is can the laptop open the smae amount of plugins and the synts which i open in my desktop G5 2.O DUAL..or may be more..let me tell u that my setions are preety heavy because i do also compose filmscore and do program the fulll 20 min. reel in 1 setion.i have my own studio n i also have a quad 2.5.the idea to buy the laptop is to carry the same setion outdoor and work n get it back..
    please help me with this.else i will loose my money buying a laptop.and not get the same result.
    your suggestion should be helpful for me..

    hi,
    I have exactly the same G5 as you (but with more RAM) and I also have the MBP 17" C2D 2.33 GHz.
    as far as I can tell, my MBP is more powerful running logic than my G5 is. I don't think you'll have any trouble getting your work done on the MBP you are looking at. in fact, you might even find that if a project you are working on gets close to pushing the MBP to its limits, it won't even play without freezing tracks on your G5.
    the only thing to keep in mind is that you have more limited i/o options on the laptop.. meaning that if you are expecting to use an audio interface with many inputs and outputs working simultaneously, as well as a fast external firewire drive, then you'll be pushing the boundaries of your firewire bus to get enough bandwidth. whereas on the desktop machine, your extra drive space can be internal drives that have their own SATA bus, and your audio i/o can be either FW or PCI. but if you're just composing and producing music on the machine, without trying to record 26 simultaneous audio tracks and streaming vienna orchestra sounds off of a firewire drive all at once, then you won't have any trouble.

  • Question: I want to update to the new LION OSX, but it says that I need to at least have an Intel Core 2 Duo. When I click "about this Mac," it says that I have a 2.16 Intel Core Duo. Is there a difference between the "Core 2 Duo" and the "Core Duo"?

    Well, my title basically asks the question that I am seeking an answer for. Im not sure what year my MB Pro is, and I cant exactly find it on the Apple site. Its a 2.16 Intel Core Duo, 2 GB 667 MHz DDR2 SDRAM. All I see (dating back to 2007,) is Intel Core 2 Duo on the apple site. Im pretty sure (but not 100% positive,) that my MB Pro is a late 2008/early 2009. Just trying to figure out if I can install LION OSX or not, since it requires atleast intel core 2 duo, and mine says I only have the intel core duo. Any help would be appreciated. Thanks!

    Core Duo is 32 bit processor and Core 2 Duo is 64 bit processor
    OS X Lion, will only on 64 bit Intel processor Mac's.
    The following Mac's that have 32 bit Intel “Yonah” processorsthat won't run OS X Lion.
    iMac 4,1 Early (Jan-Sept) 2006 17"
    iMac 4,1 Early (Jan-Sept) 2006 20"
    iMac 4,2 Mid (July-Sept) 2006 17"
    Mac Mini 1,1 (Feb-Sept) Early 2006
    Mac Mini 1,1 (Sept-Aug) Late 2006
    MacBook 1,1 13" (May-Nov 2006)
    MacBook Pro 1,1 15" A1150 (Jan-May 2006)
    MacBook Pro 1,2 17" A1151 (Aprl-Oct 2006)
    MacBook Pro 1,1 15" A1175 (May-Oct 2006)
    There is a difference between “Intel Core Duo” and “IntelCore 2 Duo” processors.
    Look under your Apple menu > About this Mac > more information for the details

  • HT201364 I'm currently running OS-10.6.8 on my IMAC with an Intel Core 2 duo and would like to update to at lease 10.7

    I'm currently running OS-10.6.8 on my IMAC with an Intel Core 2 duo and would like to update to at lease 10.7. Can this be done and if so how?

    Only if you cannot upgrade to Mavericks.
    Upgrading from Snow Leopard to Lion or Mavericks
    To upgrade to Mavericks you must have Snow Leopard 10.6.8, Lion, or Mountain Lion installed. Purchase and download Mavericks (Free) from the App Store. Sign in using your Apple ID. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mavericks- System Requirements
           Macs that can be upgraded to OS X Mavericks
             1. iMac (Mid 2007 or newer) — Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) —
                 Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) — Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) — Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) — Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) — Model Identifier 3,1 or later
             7. Xserve (Early 2009) — Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table — RoaringApps.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mavericks, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.

  • I have a MacBook Pro with Intel Core Duo and Snow Leopard 10.6.8. Want to upgrade to Lion to take advantage of icloud. Is there anything I can do without getting a new MacPro?

    I have a MacBook Pro with Intel Core Duo and Snow Leopard 10.6.8. Would like to upgrade to Lion but it requires a minimum of Intel Core 2 Duo. Can I get what I need or do I have to buy new MacBok Pro?

    I also have a core duo MBP with Snow Leopard and it runs perfectly.  There are very few things it cannot do as compared to the faster, newer MBPs, but that is attributable to the CPU, not the OS.  There are some who view Lion as downgrade rather than as an improvement.  If there are important applications that reqire a fast CPU or Lion features that you find essential, by all means get a new MBP.
    I have an aphorism:  Obsolescence is more often a perception rather than a reality.  Besides the silver keys look much classier than the black ones.
    Ciao.

  • I have a Mid 2009 15 inch MacBook Pro with  2.53 GHz Intel Core 2 Duo and 4 GB 1067 MHz DDR3. Can this MacBook be upgraded to 8GB? If so, what type would you recomended

    I have a Mid 2009 15 inch MacBook Pro with  2.53 GHz Intel Core 2 Duo and 4 GB 1067 MHz DDR3. Can this MacBook be upgraded to 8GB? If so, what type would you recomended

    Awesome! Thank you What about the Corsair brand?
    http://www.amazon.com/Corsair-DDR3-Laptop-Memory-CMSO8GX3M2A1333C9/dp/B002YUF8ZG /ref=cm_cr_pr_product_top

  • OSX 10.5.8 on a intel core 2 duo and 2GB memory, upgrade to Lion?

    Hi, I am running OSX 10.5.8 on a intel core 2 duo and 2GB memory, what would I need to do to upgrade to Lion?
    Thanks

    Thanks for your answer, however I have not find a way to upgrade to Snow Leopard. Would I need to buy it from the store?
    Thanks

  • Difference between Intel Core Duo and Intel Core 2 Duo

    I bought my MBP in November of last year, before the update on the Pros. However, it says about the new Pros that they have Intel Core 2 Duo processors, which are faster than the Intel Core Duos of previous MBPs. I know I bought mine before they updated them, but my "About This Mac" says that mine has an Intel Core 2 Duo processor. So, did they update the processors before this latest update, or do have one of the new Macbooks somehow, or what happened? And, is there any difference between my 2.4 GHz Intel Core 2 Duo, and a 2.4 GHz Intel Core Duo?

    Only the original Intel machines came with Core Duo processors. The principal difference is that Core Duos are 32-bit and Core 2 Duos are 64-bit processors. There were also increases in available clock speed, L2 cache, and frontside bus speed. The first models only addressed 2 GBs of RAM. Later models had a different memory controller that enabled 3 GBs of user accessible RAM (4 GBs installed) and even later models such as yours had a memory controller that enabled accessing 4 GBs of RAM (4 GBs installed.)
    The first Intel Minis came with a Core Solo processor which had only one core instead of two.

  • I have an 20 inch Imac 2,4 GHz Intel Core 2 Duo and I want to introduce Final Cut Pro X into the machine, can I change the Vieodcard ATI Radeon HD 2600 Pro 256 MB, into a more suitable videocard? Or is that not possible?

    I have an 20 inch Imac 2,4 GHz Intel Core 2 Duo and I want to introduce Final Cut Pro X into the machine. Can I change the present Videocard ATI Radeon HD 2600 Pro 256 MB, into a more suitable videocard? Or is that not possible? I have upgraded the memory to 4 GB 667 MHz DDR2 SDRAM.

    The GPU in a iMac is NOT upgradeable.
    You should check to see if your model of iMac meets the minimum specs to run FCPX.
    I believe that your GPU is NOT OpenCL capable, and hence not supported.
    Even if it works, you would probably get marginal performance.
    What you can do is download the trial version and see how (and if) it works.

Maybe you are looking for

  • How to get the values of drop downs, which are gonna create at run time.

    As per my design requirement, I have to create drop downs in an ADF display table. The no# of rows of the table are gonna decide the no# of the drop downs. User can select the values from drop downs. My issue is, how can I capture the selected values

  • Conditional option for Action link in OBIEE 11G

    Hi I am unable to select the conditional option for action links on a column(s) in 11g. Please help me with a solution to this or information on this. Thanks

  • Add Fields from table ADRC (Fields Name 1 to 4) for Open Item Processing

    Hi SAP Expert: Our client requires vendor/customer name to be displayed in the open item processing line layout for transaction code f-58, so they can double check if the vendor name is complete as intended.  We intend to add fields from table ADRC i

  • Magic Trackpad won't connect to new MacBook Air

    I'm running OS X Yosemite 10.10.1 on a new 13-in MacBook Air.  My Magic Trackpad shows up under the Bluetooth menu bar but won't connect when I click on connect. When I go to Bluetooth preferences, it doesn't appear in the list of devices and when I

  • How to organize my photos in albuns and sub-albuns?

    Hi, I have Windows PC and wanted to know how to organize my photos in folders and sub-folders inside the Ipod. By sincronizing Ipod with a specific folder of your hard disk, all images are updated, but sub-folders are ignored. For instance, if you si