No ocijdbc10 in java.library.path - can not figure out

I am using Eclipse 3.2 and connecting to an Oracle 10g server. All of my projects were working just fine. BUT, I needed to move the java code and directories from one server to another becuase the other server was retiring. I recreated all my projects now I get the following error. I am on a Windows XP machine and DO have the 10g Client installed. Any help would be greatfully appreciated.
Exception in thread "main" java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path
     at java.lang.ClassLoader.loadLibrary(Unknown Source)
     at java.lang.Runtime.loadLibrary0(Unknown Source)
     at java.lang.System.loadLibrary(Unknown Source)
     at oracle.jdbc.driver.T2CConnection$1.run(T2CConnection.java:3135)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java:3131)
     at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:221)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
     at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:132)
     at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:78)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
     at java.sql.DriverManager.getConnection(Unknown Source)
     at java.sql.DriverManager.getConnection(Unknown Source)
     at boa.Sword.db.srdDBCommon.getConnection(srdDBCommon.java:13)
     at boa.Sword.mods.srdUIProcedures.getCurrentUser(srdUIProcedures.java:229)
     at boa.Sword.gui.srdMainapp.run(srdMainapp.java:73)
     at boa.Sword.gui.srdMainapp.main(srdMainapp.java:448)

I suppose there really is a reason for using the OCI driver.
Windows has a PATH environment variable. That is where windows looks for dlls (at least in this case.)
There are two possibilities
1. The system env var doesn't have the value.
2. However you are starting the application it is resetting PATH. So you need to figure out how it does that and adjust so it does include it. This normally means that you use some other environment variable, specific to the app, which is used in the start up to create a PATH.

Similar Messages

  • I have an iPOD mini library and now have a IPhone 4S.  I updated my library and synced my phone to the library but can not figure out how to get the music library to download to my  iphone

    I have an iPod mini library which I have update. I now have an iPhone 4S which I have synced to the library using a MS XP computer. I can not figure out how to get the library to download to my iPhone?

    Thanks,  This caused me to go back and try again since the solution seemed so simple.  What I did was when it started downloading, it started with the iphones apps to my computer.  I did not want the apps downloaded on my computer so I stopped it.  If I would have waited, the music was uploaded right after the apps were downloaded.

  • Migration 10.1.2 - 10.1.3, error:: no ocijdbc10 in java.library.path

    Hi,
    I'm using Jdev 10.1.3, and my problem is the following one:
    In my connection definition, that ORACLE_JDBC_TYPE is oci8 and when i try to conenct to BD, it occurs:
    java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path
    I've Oracle Client 9i and 8i, i've used each of them, but it doesn'nt work
    I've drivers,jar, dll of client 10, becuase i supposse that it is that application need,
    and i copy them in jdbc/lib of Oracle client(8i and 9i) and in jDev 10.1.3, but it doesn`t work.
    The files are :
    jars:: classes12.jar and ojdbc14.jar
    dll ::oci.dll,ocijdbc10.dll, ociw32.dll,orannzsbb10.dll,oraocci10.dll and oraociei10.dll
    Is there other path else where i should copy this jars,dllls?
    Could we help me?
    Thanks.

    I am not familiar with Mac OS, but there are two things I can think of that you can check:
    - This is trivial, and you probably did that: ist libocijdbc10.dylib in /usr/local/oracle/instantclient10_1 ?
    - Could it be that Java is 32-bit and libocijdbc10.dylib is 64-bit or vice versa?
    Yours,
    Laurenz Albe

  • Mac OS X 10.4.x and error no ocijdbc10 in java.library.path

    Hi all,
    I installed Oracle Instant Client 10.1.0.3 on my Mac OS X 10.4 (PPC). I stored this client into path /usr/local/oracle/instantclient10_1. I set all properties as PATH, ORACLE_HOME, DYLD_LIBRARY_PATH, etc...
    export set ORACLE_HOME=/usr/local/oracle/instantclient10_1
    export set DYLD_LIBRARY_PATH=$ORACLE_HOME
    export set LD_LIBRARY_PATH=$ORACLE_HOME
    export set SQLPATH=$ORACLE_HOME
    export set TNS_ADMIN=$ORACLE_HOME
    export set PATH=$PATH:$ORACLE_HOME
    When I use SQLPLUS all work correctly but when I use JDBC OCI driver I got error no ocijdbc10 in java.library.path. But when I show system property java.library.path I can see this: java.library.path ==> /usr/local/oracle/instantclient10_1:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
    Can you somebody help with it. Thanx
    Edited by: user2258172 on 4.6.2009 7:21

    I am not familiar with Mac OS, but there are two things I can think of that you can check:
    - This is trivial, and you probably did that: ist libocijdbc10.dylib in /usr/local/oracle/instantclient10_1 ?
    - Could it be that Java is 32-bit and libocijdbc10.dylib is 64-bit or vice versa?
    Yours,
    Laurenz Albe

  • No ocijdbc10 in java.library.path

    Hello,
    I am using suse 9.3
    I installed http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html.
    Steps:
    1. copy files to /opt/oracle/client
    2. insert /opt/oracle/client into /etc/ld.so.conf
    3. copy tnsnames.ora into /opt/oracle/client
    3. export TNS_ADMIN=/opt/oracle/client
    then I try to write simple java aplication:
    package oracletest;
    import java.sql.SQLException;
    import oracle.jdbc.pool.*;
    import oracle.jdbc.oci.*;
    * @author hlavki
    public class Main {
         /** Creates a new instance of Main */
         public Main() {
          * @param args the command line arguments
         public static void main(String[] args) {
              try {
                   new OracleOCIConnectionPool
                        ("username", "*****", "jdbc:oracle:oci:@(description=(address=(host=10.0.0.224)(protocol=tcp)(port=1521))(CONNECT_DATA = (SERVICE_NAME = RORA.world)(FAILOVER_MODE = (TYPE=SELECT)(METHOD=BASIC))))", null);
              } catch (SQLException e) {
                   System.out.println(e.getMessage());
              } catch (java.lang.UnsatisfiedLinkError e2) {
                   System.out.println(e2.getMessage());
    }I write from command line:
    java -cp ./OracleTest.jar:/opt/oracle/client/ojdbc14.jar oracletest.Maineverytime I get error: "no ocijdbc10 in java.library.path".
    I don't know where is problem...
    hlavki@homer:~/bordel/datastudio> l /opt/oracle/client
    celkom 101162
    drwxr-xr-x  4 root   root       576 2005-07-26 10:27 ./
    drwxr-xr-x  5 root   root       136 2005-07-26 10:05 ../
    drwxr-xr-x  2 root   root        72 2005-07-25 18:00 bin/
    -r--r--r--  1 root   root   1590491 2005-06-28 19:11 classes12.jar
    -r--r--r--  1 root   root      1525 2005-06-28 19:11 glogin.sql
    lrwxrwxrwx  1 root   root        17 2005-07-26 08:44 libclntsh.so -> libclntsh.so.10.1*
    -rwxrwxrwx  1 root   root  18505986 2005-06-28 19:11 libclntsh.so.10.1*
    -r-xr-xr-x  1 root   root     27702 2005-06-28 19:11 libheteroxa10.so*
    -r-xr-xr-x  1 root   root   5480533 2005-06-28 19:11 libnnz10.so*
    -rwxrwxrwx  1 root   root   1397960 2005-06-28 19:11 libocci.so.10.1*
    -rwxrwxrwx  1 root   root  70659429 2005-06-28 19:11 libociei.so*
    -r-xr-xr-x  1 root   root    119947 2005-06-28 19:11 libocijdbc10.so*
    -r-xr-xr-x  1 root   root   1434227 2005-06-28 19:11 libsqlplusic.so*
    -r-xr-xr-x  1 root   root   1047293 2005-06-28 19:11 libsqlplus.so*
    -r--r--r--  1 root   root   1536979 2005-06-28 19:11 ojdbc14.jar
    -r--r--r--  1 root   root   1642000 2005-06-28 19:11 orai18n.jar
    drwxrwxrwx  4 root   root       152 2005-06-28 19:11 sdk/
    -r-xr-xr-x  1 root   root      8843 2005-06-28 19:11 sqlplus*
    -rw-rw-r--  1 hlavki users      478 2005-07-26 10:12 tnsnames.orathanks, miso

    I am found the same error but my app server is in windows. What should I do?
    Exception
    Type:
    class java.lang.UnsatisfiedLinkError
    Message:no ocijdbc10 in java.library.path Stack trace:java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java:2855)
         at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:222)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:344)
         at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:136)
         at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:79)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:545)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at com.rap_x.setup.HibernateConfigurator.checkJdbcConnection(HibernateConfigurator.java:416)
         at com.rap_x.setup.controllers.DatabaseController.setupDB(DatabaseController.java:53)
         at com.rap_x.setup.controllers.AbstractDatabaseController.processFormSubmission(AbstractDatabaseController.java:77)
         at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:236)
         at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:119)
         at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45)
         at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:389)
         at org.springframework.web.servlet.FrameworkServlet.serviceWrapper(FrameworkServlet.java:342)
         at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:328)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)

  • Java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path

    Hi,
    I'm using Java 1.5 with Oracle 10g on a Mac 10.5.6 and trying to use the OCI cilent. Sadly, I'm getting the following error
    Caused by: java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1753)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at oracle.jdbc.driver.T2CConnection$1.run(T2CConnection.java:3147)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java:3143)
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:221)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:441)
    at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:132) at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:78)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
    at com.caucho.sql.DriverConfig.createDriverConnection(DriverConfig.java:567)
    at com.caucho.sql.ManagedConnectionImpl.initDriverConnection(ManagedConnectionImpl.java:242) at com.caucho.sql.ManagedConnectionImpl.<init>(ManagedConnectionImpl.java:131)
    at com.caucho.sql.ManagedFactoryImpl.createManagedConnection(ManagedFactoryImpl.java:121) at com.caucho.jca.ConnectionPool.create(ConnectionPool.java:792)
    at com.caucho.jca.ConnectionPool.allocatePool(ConnectionPool.java:661) at com.caucho.jca.ConnectionPool.allocate(ConnectionPool.java:620)
    ... 23 more
    My database connection string is
    jdbc:oracle:oci:@test-database:1521:orcl11
    I am using a Resin 3.0.19 app server, and the java.library.path I set it to is /opt/oracle:/opt/oracle/lib. Here are the contents of those directories
    /opt/oracle:
    bin     lib     network     ord     sqlj
    /opt/oracle/lib
    README_IC.htm          libheteroxa10.dylib     libocijdbc10.dylib     orai18n.jar
    classes12.jar          libnnz10.dylib          libsqlplus.dylib     sqlplus
    glogin.sql          libocci.dylib.10.1     ocrs12.jar
    libclntsh.dylib.10.1     libociei.dylib          ojdbc14.jar
    Any ideas for further troubleshooting? Thanks, - Dave

    The oci library must be in the shared library path of the platform. Simple as that.
    Do you have that library(ocijdbc10) installed? On platforms besides MAC a client install of the Oracle GUI allows for it.

  • Can not figure out how to put my music in my library onto my ipod shuffle?

    can not figure out how to put my music in my library onto my ipod shuffle?

    Hello jacquekatiecam
    The article below will walk you through setting up and syncing music to your iPod shuffle.
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/ph12313
    Regards,
    -Norm G

  • The vfs_fsevents.c file is kicking out errors that I can not figure out.

    I get errors that I tracked back to the vfs_fsevents.c file. But I can not figure out of these are errors I need to worry about or just random. Below are the errors that I am getting.
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unable to get path for vp 0xdc8eafc (tmp.live.6.cmpt..mds.101.96.compactPayloads2.idx; ret 22; type 4)
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unabled to get a path for vp 0xdc8eafc.  dropping the event.
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unable to get path for vp 0xdd47158 (tmp.live.6.cmpt..mds.101.95.compactPayloads1.idx; ret 22; type 4)
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unabled to get a path for vp 0xdd47158.  dropping the event.
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unable to get path for vp 0x173da534 (tmp.live.6.cmpt..mds.101.97.compactPayloads1.idx; ret 22; type 4)
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unabled to get a path for vp 0x173da534.  dropping the event.
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unable to get path for vp 0xbeabd7c (tmp.live.6.cmpt..mds.101.98.compactPayloads2.idx; ret 22; type 4)
    5/9/12 12:59:12.000 PM kernel: add_fsevent: unabled to get a path for vp 0xbeabd7c.  dropping the event.
    5/9/12 1:00:51.000 PM kernel: add_fsevent: unable to get path for vp 0x17ebc280 (journalAttr.231; ret 22; type 4)
    5/9/12 1:00:51.000 PM kernel: add_fsevent: unabled to get a path for vp 0x17ebc280.  dropping the event.
    If anyone can point me in the right direction I would appreciate it.
    Thanks,
    Kevin Rosenthal

    Melissa,
    Yes, I now see the WAB area. Because of the horizontal tightness of the screen cap, I missed this.
    I do not have any experience with the RADEON X600, but maybe someone else knows it. My first thought would be a display driver issue with the video card. You can find out what drivers you have by following the links below. Just substitute Display Adapters for Human Interface Devices. You might go to the ATI site and see if they offer a newer driver for your video card. These get out of date in a hurry.
    As for the mouse driver there are two ways to check this out:
    1.) Control Panel>System>Hardware>Device Manager>Human Interface Devices>[Name of mouse and connection] Mouse Optical (if it is Optical)>Driver>Driver File Details. There, you will see all drviers associated with your mouse.
    2.) From the My Computer setting, search for Intelli* in Files & Folders. This will find all instances of the IntelliPoint driver. If you have it installed, then go back and do #1 above to check to see if it is in use.
    Now, all of the GUI display problems I've read of in a myriad of Adobe programs have been different, than yours. That idea is but a shot in the dark. Now, with Adobe and display issues, I normally think of Intellipoint mouse drivers. You might try changing drivers to the stock MS Windows\System32 drivers and see what happens. You might loose a touch of functionality of a multi-button/tilt-wheel mouse, if you have one, but it *might* take care of GUI issues.
    I've been hoping that someone else would chime in with "hey, that's just the xxx, don't you recognize it?" So far, no one has.
    Hunt

  • When I try to open Firefox, a pop up says it is already running and I must close a window or restart. I can not figure out how to close the window they are asking me to.

    when I try to start Firefox, a pop up says it is already running and I must close a window or restart. I can not figure out what window they want me to close
    == This happened ==
    Every time Firefox opened
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; MDDC; .NET CLR 3.5.30729; .NET CLR 3.0.30618)

    See http://kb.mozillazine.org/Firefox_hangs and [[Firefox hangs]] (Hang at exit)
    Check in the Task Manager (XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC, Processes tab) if there are hanging Firefox processes.
    If you see any ''firefox.exe'' processes then click the End button to end those Firefox processes.
    You can only start Firefox in [[Safe mode]] or launch the [[Managing profiles|Profile Manager]] is all Firefox processes are ended.
    See also http://kb.mozillazine.org/Kill_application

  • I'm staying at my house in Peru, South America. From my PC laptop I can see my neighbor's wifi service network, but I also have my mini iPad and I can not figure out why I can't get any wifi connection from my area. Is there a setting I need to do?

    I'm staying at my house in Peru, South America. From my PC laptop I can see my neighbor's wifi service network, but I also have my mini iPad and I can not figure out why I can't get any wifi connection from my area. Is there a setting I need to do?

    Yes, I did try to go on my settings>wifi and was waiting for any wifi signals to pick up, but nothing shows up. But on my PC I get a whole list of networks to choose from. Regarding my neighbor, I already have her password that is why I was able to get it on my PC, the problem is that the mini Ipad is not picking any signal neither can it locate me when I go to maps.

  • I have purchased Adobe XI Pro and created a form for entering bowling scores to submit to newspaper for my high school team.  I can not figure out how to get pdf's into my documents folder on my iPad so that I can access the files in bowling alleys where

    I have purchased Adobe XI Pro and created a form for entering bowling scores to submit to newspaper for my high school team.  I can not figure out how to get pdf's into my documents folder on my iPad so that I can access the files in bowling alleys where I do not have a Wi-Fi connections.  I need to be able access files without going to acrobat.com.  Help!!!@

    Post the PDF files to a web site. The browse to them in Safari on the iPad.  When you Open the files specify the Open to occur in Adobe Reader.  Then you can have/Save them in your Documents folder on the iPad.   An iPad has limited access to files otherwise.

  • My iphone 5 broke so had to get a sim card and put it in my husbands old iphone 4. i can not figure out how to get my imformation on this his old phone; contacts, apps ect. i have switched my icloud account and apple id on the phone but nothing. HELP!

    My iphone 5 broke so had to get a sim card and put it in my husbands old iphone 4. i can not figure out how to get my imformation on this his old phone; contacts, apps ect. i have switched my icloud account and apple id on the phone but nothing has changed. please HELP!

    You do a restore as new to wipe the iPhone then at the end of restore you will be asked to restore from backup. Choose your iPhone backup.
    Note you cannot restore an IOS newer than the IOS on iPhone, you need to update iPhone first.

  • I am trying to transfer the songs from my iPod touch to my computer and can not figure out how to do it. Please help me..

    I am trying to transfer songs from my iPod touch to my computer and can not figure out how to do it. I also want to transfer the songs I have back in to iTunes. My hard drive went out on my computer and I lost all of my songs, except for on my iPod. I have an iPhone as well and did an update and it wiped out all of my songs. Someone please help me.

    The music sync is one way - computer to ipod.  The only exception is itunes purchases.  Without syncing: File>Transfer Purchases
    It has always been very basic to always maintain a backup copy of your comptuer for just such an occasion.  use your backup copy to put everything back.

  • How do I log into my iCloud account. I have iCloud installed on my iPad but can not figure out how to log into my iCloud account to restore a message

    How do I log into my iCloud account. I have iCloud installed on my iPad but can not figure out how to log into my iCloud account to restore a message

    Settings / iCloud on the iOS device to view your settings and options.
    Storage & Backup / iCloud Backup is how you restore the device with your last backup.

  • HT201209 i have credit in my account but i can not figure out how to buy a song

    I am new at the Itunes store.   I bought a prepaid card.  Bought 1 song. I don't remember how I did that.  Now I have a balance available and I would like to buy other songs.  But I can not figure out how to do it at all.  I have been trying for 2 hours.   Can someone please give me detailed Steps on what to do .  I want to buy some songs.  Put it on a Playlist and download them to a Cd.   thanks

    I go to HOME
    I go to MY WISH LIST
    I see the songs I want to buy and the price at the end.   If I scoll down from the price ...  there is no BUY OPTION.
    There is GIFT IT and Add to Wishlist.... but nothing about Buy.
    Is this because it is in my wish list.   should I just start over.  and go one song at a time .??  

Maybe you are looking for

  • Table to find d relationship between ticket number and ext notification no

    dear sir ,                while creating the support message from help menu it will generate the external notification number as well as ticket number both are same but while creating frrom crmd_order it will generate only ticket number .. so now i w

  • Images look great in viewer and terrible in canvas

    I made some map animations in Motion and Keynote. They plook perfect in the Viewer window but terrible in the Canvas window. I have a 480i DV/NTSC timeline. As far as I know, all my settings are correct. The problem is that colors look blocky in the

  • Printing Problems with the special character &

    Hi All, When our users are printing POS character & is printing as junk i.e where ever there is a & print prieview shows & along with some other characters <(>&<)> . Host Spool Acess Method is F:F: Printing on  Front end computer HostPrinter is __Def

  • How to use class defined by myself?

    I am using the wondows xp system. When I try to run my main program which uses some of the classes in the same folder, it keeps on saying can not resolve symbol. Do I need to do some configuration for that so the main program can locate the classes i

  • Re-install of photoshop cs5 problem

    After a computer re-image due to virus I need to re-install photoshop cs5. I downloaded from my adobe account and the installer runs but nothing. no error message no install. please help