Where to place mysqlconnector in BPM?Can't create external resource databas

I've encountered this error while trying to create a new external resource for MYSQL database. Can anyone please help me out? And may I also ask where do I place the mysqlconnector to connect it? Cos it says it JDBC drivers are missing. So is it that I have to place the mysqlconnector into somewhere to start the connection? Please help. :(
This is the error message that it appears:
An exception occured while initializing a connector.
Detail: The connector [newConfiguration:SQL:MYSQL] caused an exception when initializing
An exception occurred while initializing a connector.
Detail:The connector [newConfiguration:SQL:MYSQL] caused an exception when initializing.
Caused by: The JDBC driver library files for the connector were not found.
Detail:Connector [newConfiguration:SQL:MYSQL] caused an exception when initializing.
The driver class [org.gjt.mm.mysql.Driver] was not found.
Verify that the JDBC driver libraries are defined as external resources in the environment.
fuego.connector.ConnectorException: An exception occurred while initializing a connector.
Detail:The connector [newConfiguration:SQL:MYSQL] caused an exception when initializing.
     at fuego.connector.ConnectorException.exceptionOnInit(ConnectorException.java:103)
     at fuego.connector.SynchConnectorService.getConnector(SynchConnectorService.java:163)
     at fuego.connector.ConnectorService.getConnectorInterface(ConnectorService.java:509)
     at fuego.connector.CompositeConnectorService.getConnectorInterface(CompositeConnectorService.java:256)
     at fuego.connector.ConnectorTransaction.getConnectorInterface(ConnectorTransaction.java:225)
     at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:87)
     at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:398)
     at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
     at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:56)
     at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
     at java.lang.Thread.run(Unknown Source)
Caused by: fuego.connector.ConnectorException: The JDBC driver library files for the connector were not found.
Detail:Connector [newConfiguration:SQL:MYSQL] caused an exception when initializing.
The driver class [org.gjt.mm.mysql.Driver] was not found.
Verify that the JDBC driver libraries are defined as external resources in the environment.
     at fuego.connector.ConnectorException.jdbcDriverNotFound(ConnectorException.java:130)
     at fuego.connector.impl.BaseJDBCConnector.start(BaseJDBCConnector.java:279)
     at fuego.connector.SynchConnectorService.getConnector(SynchConnectorService.java:159)
     ... 9 more

What is on the external drive?
If it is a Time Machine backup, no. That is not bootable.
The directions for cloning are at https://discussions.apple.com/thread/4190995
Allan

Similar Messages

  • Can't create HAStoragePlus resource

    Hello.
    I'm trying to create cluster with failover solaris container and take a problem - can't create HAStoragePlus resource
    A have a two sparc nodes (h2 h3) with latest patched Solaris 10u6 and Sun Cluster 3.2u2 and Fibre Channel storage.
    $ cldevice show d13
    === DID Device Instances ===
    DID Device Name: /dev/did/rdsk/d13
    Full Device Path: h2:/dev/rdsk/c2t60060480000290102925533030304142d0
    Full Device Path: h3:/dev/rdsk/c4t60060480000290102925533030304142d0
    Replication: none
    default_fencing: global
    $ clrg show
    === Resource Groups and Resources ===
    Resource Group: vh1-rg
    RG_description: <NULL>
    RG_mode: Failover
    RG_state: Unmanaged
    Failback: False
    Nodelist: h3 h2
    * on h2
    $ grep d13 /etc/vfstab
    /dev/did/dsk/d13s0 /dev/did/rdsk/d13s0 /global/vh1 ufs 2 no logging
    * on h3
    $ grep d13 /etc/vfstab
    /dev/did/dsk/d13s0 /dev/did/rdsk/d13s0 /global/vh1 ufs 2 no logging
    $ mount /global/vh1
    $ df -k | grep d13
    /dev/did/dsk/d13s0 247779831 65553 245236480 1% /global/vh1
    $ clrs create -g vh1-rg -t SUNW.HAStoragePlus -p FilesystemMountPoints=/global/vh1 -p Affinityon=true vh1-hasp-rs
    clrs: h3:global - Invalid global device path /dev/did/dsk/d13s0 detected for mount point /global/vh1.
    clrs: (C189917) VALIDATE on resource vh1-hasp-rs, resource group vh1-rg, exited with non-zero exit status.
    clrs: (C720144) Validation of resource vh1-hasp-rs in resource group vh1-rg on node h3 failed.
    clrs: (C891200) Failed to create resource "vh1-hasp-rs".
    I don't understand what's wrong. Please help me!
    Thanks,
    Alexander

    OK. The clue has appeared.
    [root@h3 /]$ cat /etc/vfstab
    /dev/global/dsk/d13s0 /dev/global/rdsk/d13s0 /global/vh1 ufs 2 no logging
    [root@h3 /]$ clrs create -g vh1-rg -t SUNW.HAStoragePlus -p FilesystemMountPoints=/global/vh1 -p Affinityon=true vh1-hasp-rs
    clrs: h2:global - Failed to analyze the device file /dev/global/dsk/d13s0: No such file or directory.
    clrs: h2:global - Failed to obtain the global service name of device /dev/global/dsk/d13s0 for mount point /global/vh1.
    clrs: (C189917) VALIDATE on resource vh1-hasp-rs, resource group vh1-rg, exited with non-zero exit status.
    clrs: (C720144) Validation of resource vh1-hasp-rs in resource group vh1-rg on node h2 failed.
    clrs: (C891200) Failed to create resource "vh1-hasp-rs".
    [root@h3 /]$ ls -l /dev/did/dsk/d13s0
    lrwxrwxrwx 1 root root 42 Feb 3 15:41 /dev/did/dsk/d13s0 -> ../../../devices/pseudo/did@13:13,13s0,blk
    [root@h3 /]$ ls -l /dev/global/dsk/d13s0
    lrwxrwxrwx 1 root root 42 Jan 30 13:48 /dev/global/dsk/d13s0 -> ../../../devices/pseudo/did@13:13,13s0,blk
    [root@h2 /]$ ls -l /dev/did/dsk/d13s0
    lrwxrwxrwx 1 root root 42 Feb 3 16:27 /dev/did/dsk/d13s0 -> ../../../devices/pseudo/did@13:13,13s0,blk
    [root@h2 /]$ ls -l /dev/global/dsk/d13s0
    /dev/global/dsk/d13s0: No such file or directory
    h3 - node@1
    h2 - node@2
    [root@h2 /]$ ls -l /global/.devices/node@2/
    total 0
    [root@h2 /]$ ls -l /global/.devices/node@1/
    total 26
    drwxrwxr-x 17 root root 3584 Feb 5 19:07 dev
    drwxrwxr-x 3 root root 512 Jan 30 13:48 devices
    drwx------ 2 root root 8192 Jan 28 18:31 lost+found
    $ mount | grep node
    /global/.devices/node@1 on /dev/md/dsk/d20 read/write/setuid/devices/intr/largefiles/logging/noquota/global/xattr/nodfratime/onerror=panic/dev=1540014 on Wed Feb 4 19:57:41 2009
    [root@h3 /]$ mount | grep node
    /global/.devices/node@1 on /dev/md/dsk/d20 read/write/setuid/devices/intr/largefiles/logging/noquota/global/xattr/nodfratime/onerror=panic/dev=1540014 on Wed Feb 4 19:57:41 2009
    [root@h2 /]$ mount | grep node
    /global/.devices/node@1 on /dev/md/dsk/d20 read/write/setuid/devices/intr/largefiles/logging/noquota/global/xattr/nodfratime/onerror=panic/dev=1540014 on Wed Feb 4 19:57:41 2009
    /global/.devices/node@2 is not mounted, but I don't care how it should look as a result
    [root@h2 /]$ grep node /etc/vfstab
    /dev/md/dsk/d20 /dev/md/rdsk/d20 /global/.devices/node@2 ufs 2 no global
    [root@h2 /]$ mount | grep node
    /global/.devices/node@1 on /dev/md/dsk/d20 read/write/setuid/devices/intr/largefiles/logging/noquota/global/xattr/nodfratime/onerror=panic/dev=1540014 on Fri Feb 6 16:27:23 2009
    [root@h2 /]$ mount /global/.devices/node@2
    mount: /dev/md/dsk/d20 is already mounted or /global/.devices/node@2 is busy
    /dev/md/dsk/d20 - it's a mirrored slice on local disks

  • Can i create External Table dynamically

    Hi,
    Is it possible to create External Table dynamically ?
    I want to use the following dynamically to create External Table.
    1) fields
    2) field position
    3) file location
    Thanks

    The answer shouldn't be very different of already given answers in your Can i create external table dynamically? of the last month, is it ?
    And question is still same : why wanted such thing ?
    Nicolas.

  • BPM Studio-Issue with Creating External Resources - Oracle Database RAC

    Hi All,
    This must be an easy fix and hope you guys have an answer to it. I was having no issues connecting to a single instance database as the parameter Host = "xxx.111.200.10" for a SQL Database Oracle 10,11 driver is pointing to a single instance and the SID = "yyyyy". TNS Name entry is as below...
    xyz =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.111.200.10)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = yyyyy)
    However we have upgrade our oracle database and it is in a RAC with load balancing hence the TNS Name entry looks like this.
    xyz =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abcdh-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = abcdi-vip)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = yyyy.abcd.com)
    Any combination using "xyz", "abcdh-vip" , "abcdi-vip" etc is erroring and I am getting the following error:
    [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: abcdh-vip
    java.sql.SQLException: [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: abcdh-vip
         at albpm.jdbc.base.BaseExceptions.createException(Unknown Source)
         at albpm.jdbc.base.BaseExceptions.getException(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.open(Unknown Source)
         at albpm.jdbc.base.BaseConnection.connect(Unknown Source)
         at albpm.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
         at albpm.jdbc.base.BaseConnection.open(Unknown Source)
         at albpm.jdbc.base.BaseDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.connector.impl.DriverManagerHack.getConnection(DriverManagerHack.java:49)
         at fuego.connector.impl.BaseJDBCConnector.createJDBConnection(BaseJDBCConnector.java:205)
         at fuego.jdbc.FaultTolerantConnection.createConnection(FaultTolerantConnection.java:917)
         at fuego.jdbc.FaultTolerantConnection.getConnection(FaultTolerantConnection.java:871)
         at fuego.jdbc.FaultTolerantConnection.getMetaData(FaultTolerantConnection.java:163)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:220)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Unknown Source)
    Any help would be highly appreciated.
    Regards,

    Hi,
    Sure you've probably tried this but here goes...
    Use the Oracle Driver that comes with Oracle BPM to integrate with RAC.
    To integrate to Oracle RAC, you're typically given something like this by the DBA.
    jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = atwood-vip.int.westgroup.com)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = kenwood-vip.int.westgroup.com)(PORT = 1521)) ) (CONNECT_DATA = (Service_name = bpms_pot_dev.int.westgroup.com) (SERVER = DEDICATED) ) )
    When defining the External Resource for Oracle RAC check the “Advanced” checkbox (not the tab) and insert this text into the “Database” field:
    //atwood-vip.int.westgroup.com:1521;ServiceName=bpms_pot_dev.int.westgroup.com;LoadBalancing=true;AlternateServers=(kenwood-vip.int.westgroup.com:1521)
    Hope this helps,
    Dan

  • Where to place tld,tag class files to create a small custom tag

    hi ,
    please any one help me to create a small custom plugin wothout using JSTL

    Your TLD will reside in the WEB-INF/ directory, whereas your tag class will be put into WEB-INF/classes/ directory, depending on your package it'll live in a directory somewhere under that. Of course, you could also put the TLD and tag class into a JAR file and place that under WEB-INF/lib/

  • Can we create external table from an existing database table ?

    Hi everyone,
    As i understand, its possible to create a new table based on an existing table without copying any values from it, using the following command;
    CREATE TABLE newtable AS
    (SELECT * FROM oldtable WHERE 1=2);
    I would like to know whether we can do a similar thing with external tables. That is to create an external table with the same columns as of an existing table.
    Thanks in advance for your answers.

    You need to clear conception about external table.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/utility.htm#sthref1800
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#sthref2448

  • Can't create external content type

    Hi,
    I'm trying to create an ECT in Sharepoint Designer for my Office365 environment. I have an E3 license, so I should be alble to create one. I need it to create an external list from an Azure SQL DB.
    In Sharepoint designer, the button for a new ECT is available, but if I click the button nothing happens. I have an SSS-object with the credentials already.
    I do not know why the button is not reacting. Hope someone knows.
    Jordy

    Make Sure you have done all these steps before you start creating an external content type..
    Prepare SQL Server   A database administrator needs to provide permissions to make sure that that the right people have access to the data and that the data does not end up in the wrong hands. The database administrator must also
    create a SQL Server account that has db_owner permission. The database administrator might also want to create specific tables, views, queries, column aliases, and so on to limit the results to just what is needed and to help improve performance.
    Configure SharePoint services   An administrator must activate Business Connectivity Services (BCS) and the Secure Store Service.
    Configure the Secure Store service   An administrator must determine the best access mode for the external data source, create a target application, and set the credentials for the target application.
    Configure Business Data Connectivity Services   An administrator must make sure that the user who creates the external content type has permission to the Business Data Connectivity (BDC) metadata store and that appropriate users
    have access to the external content type on which the external list is based.
    Be sure Office 2013 is ready to use   To synchronize external data with Office 2013 products, you must use Windows 7 or a later version, and make sure that the Office installation option for Business Connectivity Services (BCS) is
    enabled (this is the default). This option installs the Business Connectivity Services Client Runtime which does the following: caches and synchronizes with external data, maps business data to external content types, displays the external item picker in Office
    products, and runs custom solutions inside Office products. You must also have SQL Server Compact 4.0, .NET Framework 4, and WCF Data Services 5.0 for OData V3 on each client computer (If necessary, you are automatically prompted to download the software).

  • Can we create External & Service Activities using BAPI_PROJECT_MAINTAIN?

    <Subject changed>
    Hi All,
    Using Function module bapi_project_maintain, is that possible to create External activity & Service Activity in project system module?
    If Yes, Pls. provide me the way to do it.
    Regards
    Suresh
    Moderator Message: Please use a more meaningful subject in future.
    Edited by: Suhas Saha on Jan 6, 2012 11:57 AM

    Hi,
    Refer the bellow thread which may help you in using  BAPI_PROJECT_MAINTAIN.
    Facing Problem in BAPI_PROJECT_MAINTAIN
    Thanks & Regards,
    Goutam Kolluru.
    Edited by: goutam kolluru on Jan 6, 2012 5:35 AM
    Edited by: goutam kolluru on Jan 6, 2012 5:36 AM
    Edited by: goutam kolluru on Jan 6, 2012 5:40 AM
    Edited by: goutam kolluru on Jan 6, 2012 5:41 AM

  • Can i create a new currency symbol in adobe acrobat XI pro

    the symbol for malaysian ringett does not existing in adobe.  i am creating a form where currency amounts are added.  can i create the symbol, and how?

    OK, to add a new document-level JavaScript, select: Tools > JavaScript > Document JavaScripts
    and in the dialog that comes up, enter a Script Name (e.g., "formats"), and replace what it gives you by default with the following:
    // Document-level JavaScript
    function RM_Format() {
        AFNumber_Format(2, 0, 0, 0, "RM ", true);
    function RM_Keystroke() {
        AFNumber_Keystroke(2, 0, 0, 0, "RM ", true);
    Then edit the text field and select the Format tab, and set the custom Format script to:
    // Custom Format script
    RM_Format();
    and the custom Keystroke script to:
    // Custom Keystroke script
    RM_Keystroke();
    and that should do it.
    If you don't see the Tools > JavaScript item, click the tiny "Show or hide panels" icon on the far right of the darker gray bar that appears under the Tools button after it's clicked and select it from the list of panels.

  • Can we create single External Table for multiple files?

    HI,
    Can we create External table for multiple files? Could anyone please explain it.
    Thanks and regards
    Gowtham Sen.

    to merge 16 files having same structureWell, if files have the same structure, as per the reading of the example from the following documentation, you can create one external table for all your files :
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#i1007480
    Nicolas.

  • Sorry but i have a problem my IPAD has been stolen and i want help to know where is the place of it ? can i send the serial number or anything i want help to know the place of my IPAD and thanks  My name is :- Osama Rezk   I'm From :- Egypt

    Sorry but i have a problem my IPAD has been stolen and i want help to know where is the place of it ? can i send the serial number or anything i want help to know the place of my IPAD and thanks My name is :- Osama Rezk I'm From :- Egypt my icloud ID
    <Email Edited by Host>

    You will only be able to track your iPad if you have find my iPhone active and the iPad is connected to a network.
    Take a look at this link, http://support.apple.com/kb/PH2580

  • Can I specify the location where iTunes places ripped mp3's?

    I would like to use iTunes to rip my CD's.
    However:
    1. I keep my music at a different location (directory tree arranged by genre, artist, albums etc) than the iTunes library. I manage the music library myself.
    2. I edit the MP3 tags outside of iTunes (using MP3TAG software).
    So, can I
    1. tell iTunes the directory where to place the ripped mp3's and
    2. prevent iTunes from automatically integrating the rips into its library. I will import the mp3's into iTunes when I an good and ready.

    Aloke wrote:
    I would like to use iTunes to rip my CD's.
    However:
    1. I keep my music at a different location (directory tree arranged by genre, artist, albums etc) than the iTunes library. I manage the music library myself.
    2. I edit the MP3 tags outside of iTunes (using MP3TAG software).
    So, can I
    1. tell iTunes the directory where to place the ripped mp3's and
    Not really. iTunes places rips at *<iTunes Media Folder>\(Music\)<Album Artist|Artist>\<Album>\## <Track>.<ext>*. You can change the location of your *<iTunes Media Folder>* but that's it. The optional Music\ bit depends on whether you're using the new *iTunes Media Organsiation*.
    2. prevent iTunes from automatically integrating the rips into its library. I will import the mp3's into iTunes when I an good and ready.
    Nope. iTunes add files to the library as part of any import, rip or play operattion.
    For what it's worth I keep my library organised manually, but why use MP3Tag to edit data that can just as easily be editied inside iTunes? After I rip an album or purchase from iTunes/Amazon I use iTunes to amend the details so that the album will be properly organised (see tips at http://www.samsoft.org.uk/iTunes/grouping.asp) and then use MediaMonkey to reorganise the files & folders to my style. I then simply delete & reimport the album.
    tt2

  • Since upgrading to Lion, i am unable to take screen shots.  i get the message that i don't have permission to save files to the place where SSs are saved.  how can i regain the ability to save screen shots?  thanks

    since upgrading to Lion, i am unable to take screen shots.  i get the message that i don't have permission to save files to the place where SSs are saved.  how can i regain the ability to save screen shots?  thanks

    First of all, are you using the OS native screen capture?
    If not, make sure the application you're using has been update for Lion.  I was using Snapz Pro for years, but I need to update it for use with Lion. Meanwhile Grab and the keyboard shortcuts are working on my Lion load.
    If you are using the native capture mode unsuccessfully, I would run the Disk Utility and repair permissions on the drive. For some reason, even in past OS Versions, routine maintenance of permissions makes life a lot easier.

  • I have a complaint about my mac book pro being slippery. Why do these expensive computers that we as consumers purchase if you set them on a couch slip off no matter where you place them on the couch?

         Hi, my Mac Book Pro 15 inch lap top if i set it on the couch no matter where I place it slips off and luckily so far I have caught it before it falls onto the floor and gets ruined, of which I am super afraid of, due to what I initially paid for it as the consumer. Also, the couch is not made of slippery material at all. Also, when using it on my lap while watching tv, and multi tasking while doing my college homework, it even slides off of my lap at times. Why is it called a lap top then when it's not working as one? Are we to wear rubber pants that grip your products? Also, Why do you place on your Apple website that in one area a satin cover is available in the teal color, and then in another area it's discontinued? I believe it would be simpler if Apple would just remove the product all together from the purchasing website once any product becomes discontinued. Also, I was sitting here at home waiting for a reply about the satin cover in teal no longer being available period or that it has shipped, but yet I ended up calling Apple altogether myself and finding this all out that the only available color is the black. It would've been nice to have recieved an e-mail or a phone call on why it wasn't going to be shipped, or shipping instead of having to do customer services job and doing the leg work myself. Also, why is it that no one also even tells a consumer about the classes that were offered to a new consumer for 14 days after purchase of paying the $99.00s to learn about their macs of any kind? If I had known about such a program, I surely would've signed right up for it. Now I am being told that I can only take one clas at a time or something?!? I seriously wish I was told about this as a consumer of the Mac Book Pro 15 inch, because I would've purchased that offer right away, and now I am stuck and can no longer do it. Also I have had my computer since October of last year. So, I am in college as becoming a graphic designer within a degree of an Associates of Science and am now still struggling to learn the computer, and the programs I pruchased as well at the time of purchase, along with an Epson printer, the magic mouse, and the one year warranty. As for this all, I do believe that Apple needs to make a better bottom to the Mac Book Pro's within a much better quality for the price we pay as consumers, and all other lap tops and/or Notebooks in making them slide proof. The tiny rubber spots on the bottom of the lap tops or any Apple computer similar to mine just needs a better quality improvement to us consumers I spent good money on this purchase, I think now I deserve a rubberised protective cover for free for the slipperyness, and also since I was never told about the program for the classes of which a consumer  was to pay $99.00s for, I think as a good paying quality consumer for Apple's products, I now deserve these classes for free as well.
    Sincerely,
    Kim

    Hi shldr2thewheel,
         it has been a while since we have last spoke, I would like to let you know, I am still working on getting used to the switch from windows to a Mac/Apple system. I do have a new question for you, I did purchase In Design CS5.5 through journeyed.com through Cuyahoga Community College of which I attend as a student, is there a way to purchase an online book through iTunes to learn that as well? Also, you know me, the struggling student, I would also, when and if the book can be purchased through the iTunes, would need to know if you do know of a much easier book for struggling students like myself and at a reasonable price as well for the In Design CS5.5 program. Our campus bookstore had closed early, and, so did the colleges library and our local library here where I do live, so, I cannot go to either place to purchase a book or to take out a book, plus cash funds are low at this moment as well but, I do have money left on the iTunes account to use, if it can be used. So, can it be used, the iTunes money, towards finding a low priced online book? I am in great need of assistance as I have a project due for my one course for this Tuesday, September 4, 2012.
    Sincerely in need of help once again,
    Kim

  • How do I get an image to stay where I place it without pinning it?

    Whenever I place my logo in the top left corner it winds up in the middle. Not sure why this is doing this but I can correct this error if I pin it. Then it stays exactly where I place it, but then it does not scrolll with the rest of the page, because it is pinned. Thank you!

    Hi Russ,
    Ideally, Image should stay where you placed it. Please send your .muse file to [email protected], add this forum link and refer it to me.
    Regards,
    Aish

Maybe you are looking for

  • 'Your computer restarted because of a problem' ever since installing Yosemite

    Hey guys, Ever since I installed OS X Yosemite my Macbook Pro late 2012 has crashed and restarted randomly about 10 times so far over the past few weeks. Theres no pattern with what seems to be causing this, one time I was watching something on Youtu

  • MacBook Pro 13" Mid 2009: Fan doesn't kick in

    A week ago, my MBP's fan stopped working. My MBP doesn't have AppleCare so I bought a new fan and replaced it. The new fan has been working like a charm but then I notice that my new fan doesn't kick in when the temperature goes up. It always stays a

  • Credit note is not getting generate and there is no error log

    Hi, Could you please help with the following scenario. I have created a credit memo with reference to a billing document. Then  when I try and create a credit note for this credit memo, it does not get generated and the following message apprears 'No

  • Setup Procedure in Data Extraction from R3

    Dear All, Can anyone please let me know the Setup Procedure in Data (Delta) Extraction in BW (checking data sources in RSA7 etc.). I was not able to find proper documents/ PDF on this. Thanks in advance Regards, DTD

  • No sound with QuickTime

    Lately I've formatted my hard drive and reinstalled windows XP. PROBLEM: Quicktime doesn't seem to work properly anymore. The image is just right, but no sound can be heard at all. If I move the playback cursor, QuickTime player freeze and a sound lo