Create new library item

I have redesigned the header for my website and would like
this code to be a library item so that it can be the same on all
pages and be easily updateable. The code it is replacing *was* a
library item, but that was from two years ago and in an earlier
version, so I don't remember how that got that way. When I
highlight the table and go to Modify->Library, Add Object to
Library is grayed out.
I should note that I haven't worked on this site except in a
trivial way for quite a while and there are a couple of things
which mystify me a bit. E.g., on my disk, the site code is in a
directory called html under a directory called WWW which has three
other directories for other sites which are hosted under the same
account. In this, the contents of WWW directly correspond to what
is on the host machine (WestHost). However, the Library directory
containing the old header was in the WWW directory, not the html
directory. I have tried moving it both places and I am still
getting the grayed out Add.
And, I can't find the two icons for adding to the Library
which are mentioned in the help.

The Library folder MUST be in the root folder for this
website. Where is
the root folder (what is the path to it as shown in the local
site
definition)?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"TM-H" <[email protected]> wrote in message
news:gb0r7k$499$[email protected]..
>I have redesigned the header for my website and would
like this code to be
>a
> library item so that it can be the same on all pages and
be easily
> updateable.
> The code it is replacing *was* a library item, but that
was from two years
> ago
> and in an earlier version, so I don't remember how that
got that way.
> When I
> highlight the table and go to Modify->Library, Add
Object to Library is
> grayed
> out.
>
> I should note that I haven't worked on this site except
in a trivial way
> for
> quite a while and there are a couple of things which
mystify me a bit.
> E.g.,
> on my disk, the site code is in a directory called html
under a directory
> called WWW which has three other directories for other
sites which are
> hosted
> under the same account. In this, the contents of WWW
directly correspond
> to
> what is on the host machine (WestHost). However, the
Library directory
> containing the old header was in the WWW directory, not
the html
> directory. I
> have tried moving it both places and I am still getting
the grayed out
> Add.
>
> And, I can't find the two icons for adding to the
Library which are
> mentioned
> in the help.
>

Similar Messages

  • Reversal FB08 Creating New OPEN ITEM instead of clearing the open item.

    Dear All,
    My user has an issue whenever he does any reversal  Tcode - FB08 in one of the general ledger  "Cash in Transit"  nature "open item" & "Line item"  instead of clearing the open it it  creates a new open line item.
    I have checked in Table BKPF , the reversal number is being updated but this items are still appearing open item in FBL3N and not appearing in F-04 (all reversals) for clearing.
    Can any one share what can be the reason its creating new open item  and how can i solve the issue for clearing the account.
    Thanks & Regards
    Pravin

    hi
    Please check following cases
    - whether this is happening in all the reversal cases of Cash in transit
    - Whether is user is just using FBRA (Onsly resetting) and not going for reversal
    - Chances would be one or two partial clearing may have taken for single document for the offsetting accounts
    Thanks
    Sandeep

  • Reconfigure sales BOM deletes line item and creates new line item

    We are having issue with Sales BOM. Once sales BOM is reconfigure, line item is automatically deleted and creates new line item. These changes are not captured by reporting tool. Is it standard SAP behavior? if its not standard behavior, how to fix this issue?

    Hi,
    If i am not wrong, i assume you are using site instead of plant.   If it is plant , then "yes", we can have a order with same material being line item 10 and 20 with different plants.  Reg delivery, if the plants are configured to a same shipping point then you will have one delievery.  if the plants are configured for a different shipping point , then delivery will be split up.
    Reward if it helps,
    Thanks & regards,
    CLN

  • Programatically create new mail item and open - body text lost on subsequent saves

    Hi,
    I have a problem with trying to create new GroupWise mail item from a
    button in a C3PO. I require programmatic access to this via the Object
    API, so it must be a saved draft. This is relativley straight forward to
    do - just create a mail item using the object API, and then use the Token
    API to open this item.
    This worked fine in 6.5.0, however in 6.5.1 and 6.5.2 I have noticed that
    when the user does a subsequent save, the body text of the message
    dissappears in the GUI (it is updated correctly in the draft however) -
    and all subsequent saves cause the body text to dissappear. If you close
    the mail item and open the draft manually you can continue as normal.
    As a test, I also tried to use the Token API to create a new mail item,
    and then again to save the item in the work in progress folder. This
    seems to work fine the very first time you do this, but each subsequent
    time the same behaviour is seen - i.e. the body text of the email is
    deleted from the GUI. Also, another observation here, event though the
    mail item was saved in the WIP folder via the token API command
    ItemSaveMessageDraft, it moves into the users MailBox when the user saves
    it manually.
    I have posted the two snippets of code from my test C3PO project at then
    end.
    This is a major problem, as we need to be able to reliably create new mail
    items from a toolbar button, so any help very much appreciated.
    Regards
    Greg
    Test case 1: Create a new message object in the WIP folder, and then open
    it using Token API...
    Dim sRetString As String
    Dim DraftMail As Object
    Set DraftMail =
    g_C3POManager.ClientState.CurrentAccount.WorkFolde r.Messages.Add
    ("GW.MESSAGE.MAIL", egwDraft)
    g_Commander.Execute "ItemOpen(""" & DraftMail.MessageId & """)", sRetString
    Test case 2: Create a new mail via token API, then use token API to save
    the item in the WIP folder...
    Dim sRetString As String
    ' create the new mail item...
    g_Commander.Execute "NewMail()", sRetString
    ' Get the folder path as a string..
    Dim GWFolder As Object
    Dim sAccount As String
    Dim sFolderPath As String
    sAccount = g_C3POManager.ClientState.CurrentAccount.RootFolde r.Name
    Set GWFolder = g_C3POManager.ClientState.CurrentAccount.WorkFolde r
    sFolderPath = sAccount & "\" & GWFolder.Name
    ' dirty the message so save works...
    g_Commander.Execute "ItemSetText(""X00"";Subject!;"" "")", sRetString
    g_Commander.Execute "ItemSetText(""X00"";Subject!;"""")", sRetString
    ' do the save...
    g_Commander.Execute "ItemSaveMessageDraft(""" & sFolderPath & """)",
    sRetString

    Hi,
    I have a problem with trying to create new GroupWise mail item from a
    button in a C3PO. I require programmatic access to this via the Object
    API, so it must be a saved draft. This is relativley straight forward to
    do - just create a mail item using the object API, and then use the Token
    API to open this item.
    This worked fine in 6.5.0, however in 6.5.1 and 6.5.2 I have noticed that
    when the user does a subsequent save, the body text of the message
    dissappears in the GUI (it is updated correctly in the draft however) -
    and all subsequent saves cause the body text to dissappear. If you close
    the mail item and open the draft manually you can continue as normal.
    As a test, I also tried to use the Token API to create a new mail item,
    and then again to save the item in the work in progress folder. This
    seems to work fine the very first time you do this, but each subsequent
    time the same behaviour is seen - i.e. the body text of the email is
    deleted from the GUI. Also, another observation here, event though the
    mail item was saved in the WIP folder via the token API command
    ItemSaveMessageDraft, it moves into the users MailBox when the user saves
    it manually.
    I have posted the two snippets of code from my test C3PO project at then
    end.
    This is a major problem, as we need to be able to reliably create new mail
    items from a toolbar button, so any help very much appreciated.
    Regards
    Greg
    Test case 1: Create a new message object in the WIP folder, and then open
    it using Token API...
    Dim sRetString As String
    Dim DraftMail As Object
    Set DraftMail =
    g_C3POManager.ClientState.CurrentAccount.WorkFolde r.Messages.Add
    ("GW.MESSAGE.MAIL", egwDraft)
    g_Commander.Execute "ItemOpen(""" & DraftMail.MessageId & """)", sRetString
    Test case 2: Create a new mail via token API, then use token API to save
    the item in the WIP folder...
    Dim sRetString As String
    ' create the new mail item...
    g_Commander.Execute "NewMail()", sRetString
    ' Get the folder path as a string..
    Dim GWFolder As Object
    Dim sAccount As String
    Dim sFolderPath As String
    sAccount = g_C3POManager.ClientState.CurrentAccount.RootFolde r.Name
    Set GWFolder = g_C3POManager.ClientState.CurrentAccount.WorkFolde r
    sFolderPath = sAccount & "\" & GWFolder.Name
    ' dirty the message so save works...
    g_Commander.Execute "ItemSetText(""X00"";Subject!;"" "")", sRetString
    g_Commander.Execute "ItemSetText(""X00"";Subject!;"""")", sRetString
    ' do the save...
    g_Commander.Execute "ItemSaveMessageDraft(""" & sFolderPath & """)",
    sRetString

  • Create new master item by PL/SQL

    Hi All
    I would like to know about concept of create new master item using by PL/SQL
    or any solution to easy.
    thank and regard.

    Hey there,
    In order to create items in master items, via PLSQL you'll need to use oracle API for maintining items - EGO_ITEM_PUB.
    The procedure you'll need is Process_Item.
    Enjoy,
    Aaron

  • IPhoto- no option to "create new library"

    Hi all
    When I try to import new photos into iPhoto I get the message that there is not enough space in my library to allow it.  I have searched for this issue alone on these message boards and have seen I need to check my memory (I have over 90gb free) and then to try "create new library" when opening with command and alt button, to see if there's any concerns in doing that.
    My issue is that I don't have the option to "create new library." it is not there at all.  I have already tried rebuilding it from this option but I still get the not enough memory warning.
    Can anyone advise?
    Thanks

    To create a new Library you hold the option (or alt) key when launching, not the command and alt keys
    However, ths message is bogus -  after all you have 90 gigs free - and usually implies a damaged database.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Iphoto 9  very unstable, Create new library.  Import one picture = crash

    Reloaded  Iphoto 9.
    Create new library.
    Import one picture,
    Iphoto 9  crashes immediately.
    Same behavior I was trying to fix.
    plist trashed. permissions repaired,
    Iphoto Lib manager also crashes Iphoto 9.
    macbook 2.26  running 10.6.8
    appreciate any insight.

    Did you delete the receipts before reinstalling?
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store you can find it in your Purchases List.

  • Create new Library still shows old Library names?

    Old library was moved onto TCapsule. Create new Library does create
    a new Library however all previous Library names are still there, (minus
    the photos)
    I need the new Library to show 2009 - Currently shows 2000, '01, '02 etc.

    Please describe the steps you used to get where you are now. From putting the old library into TM to creating the new one and what do you see and were do you see it.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Flash Pro CC to CS6 fla issue - Bad library items and new library items with unicode names

    I've noticed a strange issue when opening fla files in Flash Pro CS6 that have been edited in Flash Pro CC. If there are library items in the fla with names that include symbols such as ">" or ".", unicode named symbols are created and the original symobls are unuseable. There are many symbols that cause the issue and the symbols just have to be a part of the name.
    Steps to reproduce:
    1) Create an fla file in Flash Pro CC.
    2) Add a single movieclip to the library with a symbol name of ">".
    3) Save the file.
    4) Open the file in Flash Pro CS6.
    Results:
    Library contains 2 symbols, one named ">" and one named "&#062".
    Expected:
    There's one library symbol named ">".
    After that double clicking the symbol named ">" will do nothing and instances of the symbol will have all their content removed.
    This issue is breaking a JSFL script I wrote that loops the library items. When the script attempts to access item.layerCount the script errors out. My team is blocked from using Flash Pro CC in combination with Flash Pro CS6 because of this issue. The only good solution I can think of is to all switch to CC at the same time to avoid converting our fla files to CS6 from CC.
    Any info on a fix for this issue would be appreciated.

    The dialog you get when you open the FLA in CS6 is that new features may not be available in CS6 so you should save it to a new file to avoid corruption. There's no "save down" from CC to CS6 (yet). So opening the file in CS6 isn't advisable in the first place.
    That said, library items are supported between them both so to your point, yes, I get the same exact behavior. A single symbol named ">" in CC produces 2 library items in CS6 named ">" and "&#062", and the original item is lost. Although I'm not sure where I'd classify this issue being you shouldn't be opening a newer version file from an older version of the application. I did also try XFL, same issue. If they decide to create a save-down to CS6 and this still exists, I'd consider it a bug.
    As for a fix, I think about the only thing that comes to mind is identify the characters causing issues and run a JSFL in CC to rename the library item temporarily to something you know will work fine. Then once back in CS6, run the JSFL opposite to convert them back to what you want. e.g. "this > that" to "this XYZ that" in CC, then "this XYZ that" to "this > that" in CS6. Shouldn't be too hard to map as long as the replacement is unique.

  • Creating new library...Questions..?

    Just backed up my whole hard drive using Super Duper.
    I went into my internal hard drive, backed all of my photos to dvd. So now I have them all on the external drive, AND backed up to DVD.
    When this was done, I opened iPhoto, went to the Library folder on top, selected all pictures in the library folder and moved them to the trash. I then emptied the trash.
    I would now like to create a new library so that when I back up my HD again, I do not over-write my existing library on my external HD.....Follow?
    I think I read a few posts on this, but, of course, cannot find them now that I need them.
    I would like to continue to add pictures to my computer into iPhoto, and back them up every 6 months.....What is the easiest way to do this? I stress do NOT want to overwrite the current library on my external HD.......Thanks for any help you can provide!! Love my Mac!

    After I click Apple HD, pictures, I get all sorts of albums,years, folders, etc.....
    That is where all of this mess started to begin with. I had tried to delete my photos from there a few months ago, and was using the apple "command" key to select more than one photo.....as I dragged them to the trash, I dropped them into another folder, and they all became re-arranged.....
    I know, when I mess it up, I mess it up big time....!
    Is there a way to erase the contents out of the pictures icon, and re-install iPhoto, or at least put the items back into the same position they were before I messed with them?
    iPhoto still opens up with my "new" library of pictures, (I only have 33 pictures in the new folder) and works fine. It's just knowing that the folders,pictures, years are all messed up is killing me.
    Thank You for all of your time in helping me get this fixed. I really appreciate it. I promise I will not move stuff around again!!!!

  • Create New List Item

    I am getting an error each time I try to run this code and get the error message "There was a problem submitting your answers. Please try again later."I have looked at this for so long now I am not sure if I am missing something or what. I have referenced SPServices and jquery and it is working correctlyI am trying to make a crossword using some code I found online and I followed it andstill get this error. // Create an object to associate each SharePoint column with the class name used for the input and the user's response for that column
    var responses = {
    "oneAcross": {
    "selector": "one-across",
    "column": "OneAcross",
    "answer": ""
    "oneDown": {
    "selector": "one-down",
    "column": "OneDown",
    "answer": ""
    "twoDown": {
    "selector": "two-down",
    "column": "TwoDown",
    "answer": ""
    "threeDown": {
    "selector": "three-down",
    "column": "ThreeDown",
    "answer": ""
    "fourAcross": {
    "selector": "four-across",
    "column": "FourAcross",
    "answer": ""
    // Create the batchCmd variable that will be used to create the new list item
    var batchCmd = '<Batch OnError="Continue"><Method ID="1" Cmd="New">';
    // Concatenate values of each response input by iterating over the object representing the responses
    $.each( responses, function() {
    // Cache the current item in the responses object.
    var $response = this;
    // For each input in the crossword associated with the current response object, get the values and save them in the answer property.
    $( '.' + $response.selector ).each( function() {
    $response.answer += $( this ).val().toLowerCase();
    // Add the response to the batchCmd
    batchCmd += '<Field Name="' + $response.column + '"><![CDATA[' + $response.answer + ']]></Field>';//Create a new list item on the destination list using the batchCmd variable
    $().SPServices({
    operation: "UpdateListItems",
    async: true,
    webURL: "http://operations.home.blah.com/sites/EIS/SEEIS/SSC/Lists/",
    listName: "Crossword",
    updates: batchCmd,
    completefunc: function( xData, Status ) {
    // If the AJAX call could not be completed, alert the user or include your own code to handle errors.
    if ( Status !== "success" ) {
    alert( "There was a problem submitting your answers. Please try again later." );
    else {
    // If there was an error creating the list item, alert the user or include your own code to handle errors.
    if ( $( xData.responseXML ).find( 'ErrorCode' ).text() !== "0x00000000" ) {
    alert( "There was a problem submitting your answers. Please try again later." );
    // if the list item was successfully created, alert the user and navigate to the Source parameter in the URL (or to a URL of your choosing).
    else {
    alert( "Your answers were submitted successfully! Click OK to continue." );
    if ( window.location.href.indexOf( "Source=" ) !== -1 ) {
    var url = window.location.href.split( "Source=" )[1].split( "&" )[0];
    window.location.href = url;
    else {
    window.location.href = "/";

    When I look at the demo on the page it fires the same response as that is part of the error handling because it is a standalone HTML and not on a sharepoint server so I am wondering if something I am missing on the submit.click function or batchcmd. 
    I included the entire code for it to see if maybe you can see something I am not.  My crossword is on a Sharepoint Server
    $( '#crossword-submit' ).click( function( event ) {
    // If you decide to use a hyperlink instead of a button input, this will prevent
    //the hyperlink from actually navigating away from the page or to an anchor.
    event.preventDefault();
    // Disable the button so the user can't click it again and submit the answers more than once.
    $( this ).prop( 'disabled', true );
    // Prevent submission if the crossword isn't completed.
    if ( $( '#crossword' ).find( 'input' ).filter( function() { return $( this ).val() === ""; }).length !== 0 ) {
    alert( "You have left some answers blank. Please complete all answers before submitting." );
    $( this ).removeProp( 'disabled' );
    return false;
    // Confirm that the user wants to submit their answers.
    var confirmResponse = confirm( "Are you sure you are ready to submit your answers? Once submitted they cannot be changed.\n\nClick OK to continue or Cancel to review your answers." );
    if ( confirmResponse === false ) {
    $( this ).removeProp( 'disabled' );
    return false;
    // Create an object to associate each SharePoint column with the class name used for the input and the user's response for that column
    var responses = {
    "oneAcross": {
    "selector": "one-across",
    "column": "OneAcross",
    "answer": ""
    "oneDown": {
    "selector": "one-down",
    "column": "OneDown",
    "answer": ""
    "twoDown": {
    "selector": "two-down",
    "column": "TwoDown",
    "answer": ""
    "threeDown": {
    "selector": "three-down",
    "column": "ThreeDown",
    "answer": ""
    "fiveDown": {
    "selector": "five-down",
    "column": "FiveDown",
    "answer": ""
    "sixDown": {
    "selector": "six-down",
    "column": "SixDown",
    "answer": ""
    "sevenDown": {
    "selector": "seven-down",
    "column": "SevenDown",
    "answer": ""
    "eightDown": {
    "selector": "eight-down",
    "column": "EightDown",
    "answer": ""
    "fourAcross": {
    "selector": "four-across",
    "column": "FourAcross",
    "answer": ""
    "nineAcross": {
    "selector": "nine-across",
    "column": "NineAcross",
    "answer": ""
    "tenAcross": {
    "selector": "ten-across",
    "column": "TenAcross",
    "answer": ""
    "elevenAcross": {
    "selector": "eleven-across",
    "column": "ElevenAcross",
    "answer": ""
    "twelveAcross": {
    "selector": "twelve-across",
    "column": "TwelveAcross",
    "answer": ""
    // Create the batchCmd variable that will be used to create the new list item
    var batchCmd = '<Batch OnError="Continue"><Method ID="1" Cmd="New">';
    // Concatenate values of each response input by iterating over the object representing the responses
    $.each( responses, function() {
    // Cache the current item in the responses object.
    var $response = this;
    // For each input in the crossword associated with the current response object
    //, get the values and save them in the answer property.
    $( '.' + $response.selector ).each( function() {
    $response.answer += $( this ).val().toLowerCase();
    // Add the response to the batchCmd
    batchCmd += '<Field Name="' + $response.column + '"><![CDATA[' + $response.answer + ']]></Field>';
    // Close the batchCmd variable
    batchCmd += '</Method></Batch>';
    // Create a new list item on the destination list using the batchCmd variable
    $().SPServices({
    operation: "UpdateListItems",
    async: true,
    webURL: "http://operations.homestead.abc.com/sites/EIS/SEEIS/SSC/Lists/",
    listName: "Crossword",
    updates: batchCmd,
    completefunc: function( xData, Status ) {
    // If the AJAX call could not be completed, alert the user or include your own code to handle errors.
    if ( Status !== "success" ) {
    alert( "There was a problem submitting your answers. Please try again later." );
    else {
    // If there was an error creating the list item, alert the user or include your own code to handle errors.
    if ( $( xData.responseXML ).find( 'ErrorCode' ).text() !== "0x00000000" ) {
    alert( "There was a problem submitting your answers. Please try again later." );
    // if the list item was successfully created, alert the user and navigate
    //to the Source parameter in the URL (or to a URL of your choosing).
    else {
    alert( "Your answers were submitted successfully! Click OK to continue." );
    if ( window.location.href.indexOf( "Source=" ) !== -1 ) {
    var url = window.location.href.split( "Source=" )[1].split( "&" )[0];
    window.location.href = url;
    else {
    window.location.href = "/";
    </script>

  • Set up new iPhone 5 with iCloud restore, then iTunes created new library with only content already on phone. How do I find and sync everything in original library?

    My daughter got a new iPhone 5 and we set it up using the option to restore her iPhone 4 backup from iCloud. This worked great and everything on the old phone showed up on the new phone. Because we were traveling, we weren't able to sync the iPhone 5 with iTunes at that time.
    She purchased new apps and music on the iPhone 5. When we returned home she synced with iTunes, and it seems to have created a new library, with only the content currently on the phone. I don't know if it prompted her to do this on the first sync or not - she doesn't remember.
    So in iTunes, the library now only shows the music on the phone. A sync isn't doing much now because when choosing the phone in iTunes and selecting each content type across the top (Apps, Music, Movies, TV Shows) the box is unchecked to sync that content. When I check the box to "Sync Music", iTunes gives a warning:
    Are you sure you want to sync music? all existing songs and playlists on the iPhone Becca's iPhone will be replaced with songs and playlists from your iTunes library.
    Same goes for apps, except that warning also mentions that the apps and their data will be erased and replaced.
    At some point she was also getting a message that this iPhone was associated with another library, but I'm not sure how she had triggered that. She says she canceled out of that. I can see all of the music
    How do we get iTunes to see the "old" library of songs, videos and apps without losing the ones she's purchased already on the iPhone? The music files themselves are still on the computer, and include music both purchased from iTunes as well as music ripped from CDs. Thanks for any advice!

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • Create new line item while saving a new order

    I have a requirement to create a new line item with different item category while creating an order.
    i.e
    if the item category is ICT1, then create a new line item like item 1 but with item category ICT2.
    Also in the conditions tab, we need to update the condition type with  different values for both existing and new item.
    All this has to be in VA01 i.e on save.
    I tried to append lines of structure XVBAP at SAVE_DOCUMENT _PREPARE by changing the item no and item caegory. This works fine. But, how can I get other table details like XKOMV(which stores pricing condition details) for the new item?
    Please can you suggest any other exit/subroutine for this?
    or any other alternative solutions

    Hi,
    Try to use this EXIT:
    'EXIT_SAPMM06E_013'     Update Customer's Own Data in Purchasing Document
    The Badi and exit contains same parameter.
    Thanks,
    AMS

  • I tried to create new library, now iPhoto can't find them

    i had so many photos in my iphoto library and it was taking forever to load up, so i wanted to create multiple libraries.
    i first tried the following protocol from the help but couldn't find the 'Create Library' command in the toolbar.
    1.Quit iPhoto.
    2.Rename your current iPhoto Library folder in the Finder or move it to a new location on your hard disk.
    3.Open iPhoto.
    4.Click Create Library.
    5.Type a name and choose a location for your new photo library.
    6.Click Save.
    then i manually tried to rename my original iPhoto Library file in the Pictures folder, and create a new folder where i dropped all the photos from 2006 and 2007 so i could just boot from my recent photos. i've learned since that tinkering with files manually in the iPhoto Library is a no-no, but how do i go back? i moved all of the folders with year names 2002-2007 back under the folder iPhoto Library, but i now have two folders. one called iPhoto Library and the other iPhoto Library 2. they are both within the Pictures folder and they each have copies dir.data, iphoto.db, iphoto.ipspot, iphotolock.data, etc.
    Help! please!
    thanks
    iBook G4   Mac OS X (10.4.8)  

    If iPhoto does not recognize either library, then the data files may be messed up. I would create a new library and import the photos from the old library. This will get you back in the running.
    Close iPhoto
    Rename your messed up iPhoto Library to "iPhoto Library_old"
    Drag this library to your desktop
    Hold down the Option key and launch iPhoto
    This is the window you will get
    Create a new library or choose a library to open
    Choose to create a new library
    Once this new empty library is open it is time to import the images from your old library
    Go to File>add to library
    Navigate to the old library on your desktop and highlight it in the window, then click the "import" button.
    iPhoto will start importing the images from your old library
    This is what to expect:
    Your images will be imported in nice dated rolls. (make sure your view is set to sort by rolls to see it) There are a couple of caveats to this. You will get rolls named "Originals" These rolls will contain your video clips and your original images that you had edited. If you had RAW files they would be in those rolls too (I don't do RAW, so I don't know for sure) Delete what you don't want from those rolls. You will also get the jpeg pointer files to your video clips imported. They will just be jpegs and will not point to the video clips anymore as iPhoto made new ones when the clips were imported again. You can delete those. they should be in a roll right next to the newly imported video clips so they are not hard to find. The thumbnail files don't get imported as iPhoto makes new ones when the images are imported.
    Once all you images have been imported, check through the library and make sure everything looks ok.
    You can now start making your Albums, and do your keywords or any other organizational steps.
    You can also delete the old library on the desktop.
    It is also a good time to backup this new library to CD/DVD by burning the iPhoto LIbrary folder in the Finder, or copying the iPhoto Library folder to an external drive formatted for Macs, or copying the iPhoto LIbrary folder to an iPod.
    Good luck!

  • IPhoto not showing RAW pics, and crashing on Create New Library

    hi there
    i was just organising (tagging, deleting) pics in iPhoto 9.1 when the RAW pics started showing up as just blank placeholders - i'll clarify that:  they were showing previously, however my perception of them 'disappearing' may have been between iPhoto sessions.
    my iPhoto library is mostly JPEGs, with the RAW pics being a recent addition courtesy of a Canon EOS 5D MkII.  the iPhoto library resides on a 500GB external harddrive.  the iPhoto library was backed up by way of copying the entire iPhoto folder from the 500GB external harddrive to a separate 1TB external harddrive - this back-up process was done prior to the addition of more recent RAW pics, and the memory card from which all the RAW pics came from has been wiped several times since.  some RAW pics taken in December 2011 are showing; none of the RAW pics taken in January 2012 are showing.
    what i've done so far:
    1.  Option-Command-opened iPhoto and ticked all boxes to rebuild the library and the RAW pics are still not showing.  this rebuild process has been done at least three times now.
    2.  opened the iPhoto Library (via Show Package Contents) and confirmed that the pic files are still there in the Masters folder.  (they are identified by the date the photos were taken, the CR2, and can be viewed in Preview.)
    3.  installed the iPhoto 9.2.1 Update and the RAW Camera Update 3.9, with no change in the RAW pics' visibility.
    4.  Option-opened iPhoto and -
      a.  - created a new library (on the 1TB external HD, separate to the 'backup') into which i -
      b.  - tried to import the entire iPhoto Library from the 500GB external HD but -
      c.   this import ended in an "iPhoto quit unexpectedly" message.  unfortunately, i did not keep the error report for this.
    5.  Option-Command-opened iPhoto to create a new library on the 1TB HD but this has ended abruptly in an "iPhoto quit unexpectedly" message.  this has happened twice, and i have kept one of the error reports.
    6.  downloaded and installed the latest iPhoto Library Manager and -
      a.  - tried to Rebuild the library but -
      b.  - iPhoto quit unexpectedly - i have kept this error report - while -
      c.  - iPhoto Library Manager gave the error message "'iPLM'/'ADDK' (returnID 3)".
    interspersed with the above steps, i have run Disk Utility Repair Permissions after each crash.
    so.
    i know the files are still there.  but iPhoto won't show them.  i've trawled these forums and done - or tried doing - some of the fixes, all to no avail.
    please can someone help.
    david mamea

    this is from the last error report (step 5 of my 22Jan12 1142 post above):
    Process:    
    iPhoto [2588]
    Path:       
    /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: 
    com.apple.iPhoto
    Version:    
    9.2.1 (9.2.1)
    Build Info: 
    iPhotoProject-628000000000000~3
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [2471]
    Date/Time:  
    2012-01-22 11:11:23.578 +1300
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Sleep/Wake UUID: A5D90A7D-4923-4807-925C-7572A3FDC25F
    Interval Since Last Report:     
    225 sec
    Crashes Since Last Report:      
    1
    Per-App Interval Since Last Report:  3 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                 
    9111BA25-4BC3-453F-8171-C05AFE66124B
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000058723f2f
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.ImageIO.framework  
    0x94afd4cb CFMutableDictAddProperty + 101
    1   com.apple.ImageIO.framework  
    0x94a22aba CGImagePluginReadRawXMPProps + 60
    2   com.apple.ImageIO.framework  
    0x94a823ac _CGImagePluginInitPSD + 1769
    3   com.apple.ImageIO.framework  
    0x949e5334 makeImagePlus + 690
    4   com.apple.ImageIO.framework  
    0x949eba0e CGImageSourceCreateImageAtIndex + 176
    5   com.apple.iPhoto         
    0x00099e52 0x1000 + 626258
    6   com.apple.iPhoto         
    0x00099d68 0x1000 + 626024
    7   com.apple.iPhoto         
    0x009bb203 0x1000 + 10199555
    8   com.apple.iPhoto         
    0x00069c0c 0x1000 + 429068
    9   com.apple.iPhoto         
    0x00067dc8 0x1000 + 421320
    10  com.apple.iPhoto         
    0x000664ce 0x1000 + 414926
    11  com.apple.iPhoto         
    0x000663f9 0x1000 + 414713
    12  com.apple.Foundation     
    0x98735409 __NSFireDelayedPerform + 537
    13  com.apple.CoreFoundation 
    0x971c9a6b __CFRunLoopRun + 8059
    14  com.apple.CoreFoundation 
    0x971c73f4 CFRunLoopRunSpecific + 452
    15  com.apple.CoreFoundation 
    0x971c7221 CFRunLoopRunInMode + 97
    16  com.apple.HIToolbox      
    0x952c2e04 RunCurrentEventLoopInMode + 392
    17  com.apple.HIToolbox      
    0x952c2bb9 ReceiveNextEventCommon + 354
    18  com.apple.HIToolbox      
    0x952c2a3e BlockUntilNextEventMatchingListInMode + 81
    19  com.apple.AppKit         
    0x92e8d595 _DPSNextEvent + 847
    20  com.apple.AppKit         
    0x92e8cdd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    21  com.apple.AppKit         
    0x92e4f1f3 -[NSApplication run] + 821
    22  com.apple.AppKit         
    0x92e47289 NSApplicationMain + 574
    23  com.apple.iPhoto         
    0x0001159a 0x1000 + 66970
    24  com.apple.iPhoto         
    0x00010a29 0x1000 + 64041

Maybe you are looking for

  • Alerts broken after redeploy of Cloud Service?

    I've been experimenting with Alerts since they were released into Preview and really like the idea. I have however had enough trouble with them that I am losing faith in their effectiveness. It seems like each time I go into the Alerts section of the

  • Is it possible to start incompleteness check for VBBK manually

    Hi, I have following problem. We have to change the values of the fields VBAK_LANDTX and VBAK-STCEG_L depending on other data of VBAK,VBAP,VBKD automatically. We do this in the USER-EXIT USEREXIT_MOVE_FIELD_TO_VBAK. That works fine. The User is not a

  • Keyboard character setup

    I have the short version of the wireless keyboard and works great except for a few characters that don't corresponde like for instance I have to punch Shift equal and zero to close parenthesis. How do I set up this?

  • White screen after 10.6.7 update

    I have just updated our 24" and 27" iMacs via software update. Immediately both suffer a white screen on startup. In resolving the startup problem, I found removing usb cables on startup solves the problem temporarily, but consistently returns when c

  • How to check usage of lookup.

    Hi all, i have to update one standard look up. i want the query by which i can check where all that lookup is used. Thanks, Rupinder