Spotlight comments search  and smart folder fails

Spotlight search of the "Spotlight Comments" field fails after a file is saved in TextEdit or iWork programs.
I reproduced this failure, 100% of the time, in OS X 10.8 and 10.8.1 (with iCloud enabled or with it iCloud disabled) and can not reproduce this failure in Mac OS X 10.7.x
The steps to reproduce are simple and quick:
Create a new test file in TextEdit and Save it on the Mac (saved as, for example, test.rtf)
Quit TextEdit
In the Get Info panel for the test.rtf file and enter some unique text in the Spotlight Comments: field, for example XYZZY:
In Finder create a new Smart Folder (File > New Smart Folder)
Create a search criteria in the Spotlight comment field for the unique text from step 3 (XYZZY in this example) and hit Save and name the Smart FolderNote, the test.rtf file immediately appears in the smart folder
Open the test.rtf with TextEdit and change the text and Save the file.
Note, as soon as you hit Save in TextEdit the test.rtf file disapears from the SmartFolder.  This is the error.  Also note, the Spotlight Comment value (in this example, the text XYZZY) is unchanged, it still exists.
See attached screen shot after step 7 that shows the smart folder no longer shows the text.rtf file even though the search criteria is met.
I have reproduced this error with TextEdit and Pages and Numbers but not with other applications that are not iCloud enabled.

Clendenen02 wrote:
where should I run the code? in the terminal, or an applescript, or should put it in xcode and run it from there or the terminal.
What MrHoffman said.
But if it's easier, you can wrap it in Automator and have Automator ask for the Folders: (Test on a sample of your files before running on all 700 files)
(do you really own 700 movies??)
The Workflow is:
Put this in the Run Shell Script Action (and pass input as arguments":
PicDir=$1
MovDir=$2
for f in $PicDir/*
do
     if [ ! -d "$f" -a "${f##*.}" = "jpeg" ]; then
          comment=$(mdls -raw -name kMDItemFinderComment "$f")
          if [[ $comment != "(null)" ]]; then
               picname=${f##*/}
               movname=${picname%.*}.m4v
               if [[ -e "$MovDir"/$movname ]]; then
osascript <<-EOF
tell application "Finder"
set comment of file (POSIX file "$MovDir/$movname") to  "$comment"
end tell
EOF
               fi
          fi
     fi
done
(BTW, I know that this is a bit of sloppy scripting (wraping an osascript in a Bash Script wrapped in Automator, but it does what you need)

Similar Messages

  • How to copy a files spotlight comments for an entire folder and place them in a different file with that same name

    I have the same question in a different discussion but I already marked it as solved because one of the questions was answered. Here's the linke to the other discussion if your interested https://discussions.apple.com/thread/5970421 
    I have movie covers saved as a jpeg for every movie my family and I own. There is about 700 and they each have a comment of the main actors, release dates, and descriptions. This makes it easy to find what to watch.Is there an applescript, automator, program I can download,  or program code supported in xcode that will do the following set of inscructions?
    Take the name of the picture file and spotlight comment, copy and paste it to a movie file's comments to a file with the same name but obviously has different extention. For an example
    In a Pictures folder
    Name: Dark Knight, The.jpeg       Comment: (2008) Genre: Action...             <- copy comment
    In a Movie Folder
    Name: Dark Knight, The.m4v       Comment:                                               <- paste
    and do this for all 700 files

    Clendenen02 wrote:
    where should I run the code? in the terminal, or an applescript, or should put it in xcode and run it from there or the terminal.
    What MrHoffman said.
    But if it's easier, you can wrap it in Automator and have Automator ask for the Folders: (Test on a sample of your files before running on all 700 files)
    (do you really own 700 movies??)
    The Workflow is:
    Put this in the Run Shell Script Action (and pass input as arguments":
    PicDir=$1
    MovDir=$2
    for f in $PicDir/*
    do
         if [ ! -d "$f" -a "${f##*.}" = "jpeg" ]; then
              comment=$(mdls -raw -name kMDItemFinderComment "$f")
              if [[ $comment != "(null)" ]]; then
                   picname=${f##*/}
                   movname=${picname%.*}.m4v
                   if [[ -e "$MovDir"/$movname ]]; then
    osascript <<-EOF
    tell application "Finder"
    set comment of file (POSIX file "$MovDir/$movname") to  "$comment"
    end tell
    EOF
                   fi
              fi
         fi
    done
    (BTW, I know that this is a bit of sloppy scripting (wraping an osascript in a Bash Script wrapped in Automator, but it does what you need)

  • Mail: search and smart mailboxes stopped working

    Hi folks,
    In mail the search and smart mailboxes have stopped working.  I have a hunch it's something to do with iCloud as my partner is now logged onto iCloud using iTunes etc. Can you help?

    My accounts are POP. But I have managed to fix the problem. When you mentioned Spotlight, I went into System Preferences thinking I may had accidentally turn off emails as a search option in Spotlight. It was on, but I turned it OFF and then ON again, and now search works in mail as usual. And my Smart Mailboxes too.
    It's one of those things
    Thanks for your help

  • Spotlight comments search

    I have a customer that upgraded to 10.5 server for the spotlight comments searching on share points. They can search everything else but the comments. We have tried setting up a group with all the users having full read/write permissions. I have reindexed the share points. I can search the comments from the xserve that the raid is attached to. Just not on any of the networked computers. The networked computers are all PowerMac G5s running Tiger. I have heard that having a space in the share point can cause problems and some of the share points have space but not all and they can't search the comments on any of the share points. We have tried searching files on the root directory as well as in folders on the share points. Has anyone else had this problem or have a suggestion?
    Thanks

    Hi TD
    Yes and no.
    Yes it worked the way you mentioned but if I change the Spotlight Comment: on the same file to something else I can still find it via 'Fruit'. I much prefer command-space bar to call Spotlight.
    How long does it take a change to a Spotlight Comment: to filter into Spotlight?
    Its not the end of the world its just I was finding Spotlight really useful until I came up against this.

  • Spotlight Comment Missing, But Smart Folders Still Work

    I have entered a lot of spotlight comments on files. On about several 100 off them, Apple Command i does not show any spotlight comments. Its not likely that I erased or failed to "save" several 100, say about 600 out of 900 files. I know for a fact that I entered spotlight comments on nearly all of my photo files. For some reason, the smart folders that look for spotlight comments still return the files.
    I shut down and rebooted. Still no change. For some reason, I cannot find the way to edit the search criteria in smart folders.
    Any ideas?

    Well, this is proving to be a tough case. I rebooted with Option, Command P and R, and then rebooted in safe mode and ran disk utility, both verify permissions and check volume on both the upper level drive (the one that has a technical name) and the named volume (the one that has a user-assigned name). I hate to say this, but nothing has changed. <darn>.
    I am kind of thinking about paying Apple to furnish and install an upgrade to my OS from 10.4 to 10.6 but am reluctant because of persistent reports that the newer OS has driver problems with Epson photo printers, and other issues with Adobe LightRoom which is a critical app for me.
    I did search the forum to see if anybody else has the same kind of problem but did not find anything. It generous of you to offer your expertise, so I hate to keep coming back.
    Anyway, is there another approach that I could look into?
    Thanks!

  • Question regarding stacks, searches and smart collections

    Apologies if this is considered a 'basic' question - but I hope that someone can help me.
    I'm currently in the process of upgrading/migrating a reasonably large Photoshop Elements 6 catalog where I've made extensive use of hierarchical folder structures, keywords and star ratings to quickly locate photos using a range a different techniques.I've successfully upgrade/migrated the Photoshope Elements catalog into Lightroom 3 and as part of the verification that everything has come across OK - I've done some comparisons of catalog searches in Elements and Lightroom and seem to be getting some strange results which I'm not sure if this is simply how things work or if I'm doing something wrong. I think part of the issue is caused by the fact that Elements always does destructive edits - so I never edited original photos in Elements so made extensive use of copied photos and stacks - but this didn't seem to cause any issues as Elements seem to keep things straight.
    In Elements, the result of a query or Smart Collection might return 18 stacks of photos (with most of the stacks containing multiple photos) - but for most purposes Elements simply treated this as 18 seperate photos and simply ignored all of the photos under the top of the stacks. 
    Now in Lightroom I get different results depending on how the photos are identified. If I use either a keyword or rating search using the 'Right Hand' panel - I get a photo count returned which is always much higher than 18 but Lightroom seems to retain the stacks so only displays 18 different stacks,  However, if I put the same search criteria into a Lightroom Smart Collection - it retrives and displays ALL of the photos in the 18 stacks (so it displays 2-3 times more photos) and I can't seem to find a way to get the Smart Collection to honour these stacks. I know that I could probably alter each of my photo stacks and change the rating or keyword of all of the photos under the top of the stack - but trust me this is a huge amount of work!!
    Is this simply the way Lightroom works?  I can partially understand and accept the way direct keyword or rating searches work using the 'Right Hand' panel - although the photo counts are different from what I've got used to in Elements the way the photos are actually displayed is not that different. However, what really confuses me is the completely different way Smart Collections work when compared to the 'equivalent' direct query.  Have I missed something?  Or is this some form of technical issue/bug/future enhancement request?
    Also, on a slightly related issue - I've noticed that keywords with spaces (or other special characters) seem to cause issues for Lightroom - while Elements seems to cope with these OK. From the reading I've done it looks like one of the most common suggestions is to simply remove the spaces (..etc.) in the keywords - is that what most people would recommend??
    Any help, advice or other suggestions would be appreciated.
    Kind Regards .... Jerry

    I'm currently in the process of upgrading/migrating a reasonably large Photoshop Elements 6 catalog where I've made extensive use of hierarchical folder structures, keywords and star ratings to quickly locate photos using a range a different techniques
    Please tell us EXACTLY the steps you are using to move your PSE catalog to Lightroom.
    However, if I put the same search criteria into a Lightroom Smart Collection - it retrives and displays ALL of the photos in the 18 stacks (so it displays 2-3 times more photos) and I can't seem to find a way to get the Smart Collection to honour these stacks. I know that I could probably alter each of my photo stacks and change the rating or keyword of all of the photos under the top of the stack - but trust me this is a huge amount of work!!
    I believe this is how Lightroom was designed to work. Smart collections don't recognize that some photos are at the bottom of the stack.
    Also, on a slightly related issue - I've noticed that keywords with spaces (or other special characters) seem to cause issues for Lightroom - while Elements seems to cope with these OK. From the reading I've done it looks like one of the most common suggestions is to simply remove the spaces (..etc.) in the keywords - is that what most people would recommend??
    I have no trouble whatsoever using keywords that have spaces in them. I have keywords that are "New York", "New Jersey", "Union Pacific Railroad", etc. Special characters, such as a comma, will probably cause trouble. Exactly what are you doing where spaces in keywords are not working properly?

  • Searching and opening folder not possible ?

    I sometimes search not just file name but also folder name, but I see no such option in the search function
    I also often need to quickly open a folder to see all images in it.
    For ex if I search an image named AA the search result shows only the images with the letters AA together with the folder. Now I want to quickly open the folder, but see no simple way to do it.

    The correct forum is here: http://www.adobeforums.com/cgi-bin/webx?14@@.1de78154
    Have you tried simply using Folder View?

  • Search and also Copy failed if "_" is in the second part of a hyphenated word. Is it a Bug?

    Hello,
    we are using PDF for our technical documentation, so we have a lot of variable names like "var_techUsage_true", etc.
    We gernerate these pdf files with the apache fop 1.1 processor. In our documents you can find several tables. Sometimes
    the cells. are very tiny. In this case we use some hyphenation rules, this works really good for german text, and the tables are
    drawn very nice ( without overflows ).
    But if you hyphenate a word like "Jesus_latschenhersteller_dachverbandsvorsitzender".
    The result will be:
    Jesus_latschen-
    hersteller_dach-
    verbandsvorsit-
    zender
    Now I tried to search for the "word" the adode reader tells me "nothing found".
    If I have some thing like that:"Jesus_latschenherstellerdachverbandsvorsitzender".
    The result will be:
    Jesus_latschen-
    herstellerdach-
    verbandsvorsit-
    zender
    Bingo! the reader will find the "word".
    So I take a very close look at the source of the PDFs
    Good
    Bad
    Q
    BT
    /F5 8 Tf
    1 0 0 -1 0 9.16399956 Tm
    [Jesus_latschen-] TJ
    1 0 0 -1 0 18.76399994 Tm
    [herstellerdach-] TJ
    1 0 0 -1 0 28.36400032 Tm
    [verbandsvorsit-] TJ
    1 0 0 -1 0 37.9640007 Tm
    [zender] TJ
    ET
    Q
    q
    Q
    BT
    /F5 8 Tf
    1 0 0 -1 0 9.16399956 Tm
    [Jesus_latschen-] TJ
    1 0 0 -1 0 18.76399994 Tm
    [hersteller_dach-] TJ
    1 0 0 -1 0 28.36400032 Tm
    [verbandsvorsit-] TJ
    1 0 0 -1 0 37.9640007 Tm
    [zender] TJ
    ET
    Q
    q
    So also copy will produce an "internal Error"
    So my question is: How can I get a fast workaround or a Bugfix?
    Best Regards
    Markus

    Hi Pat,
    Adobe Reader 10 and 11.
    I want to search a hyphenated Word, what is in our content the name of a programming variable.
    For a better readablity we use the "_" to seperate parts. Like "my_first_variable".
    Sometimes the names of the variables are very long. Like "this_is_the_longest_name_i_ever_used_in_my_tiny_little_sourcecode".
    I did a screen capture.
    Kraftfahrzeugsteuer à 1 hit
    Kraft_fahrzeugsteuer à 1 hit
    Jesuslatschenherstellerdachverbandsvorsitzender à 1 hit
    Jesus_latschenhersteller_dachverbandsvorsitzender à 0 hits !!!!
    Best regards
    Markus

  • Search in Smart Folder not working

    On my Desktop I have a folder of named pictures. Today the Search returns no results. What has happened?

    Renaming the folder from the longstanding "picture_bank" to "picturebank" seems to have worked. Why?

  • Smart Folders, Spotlight comments and Apple mail messages

    Hi,
    I have a simple question, but couldn't figure it out yet:
    I have a workflow that tags specific mail messages according to the specific mail inbox folders I assign them to (be it via incoming rules, or Act-On rules) by automatically adding specific Spotlight comments.
    My mail messages, therefore, have text in their comment boxes (if you check via GetInfo).
    When I use Spotlight, I can find mail messages by searching for the comments - this is exactly as expected.
    I however also have smart folders (searching for a specific Spotlight comment) that list other files that I tag with the same Spotlight comments - but my Smart Folders never find the mail messages with the requested tags (at most they find the folder that contains the messages if this folder is tagged - which it is generally not).
    Question: how can I make sure that the Smart Folder does indeed identify and list the mail messages that I have tagged via Spotlight comment ?
    Thanks a lot !
    D.V.
    iBook G4   Mac OS X (10.4.6)  

    Howdy,
    I cannot reproduce this problem myself...I see the same results in both the Mail spotlight and the spotlight menu bar item. I'm not sure if after installing 10.5 a new spotlight index is created, but it might be worth a shot to create a fresh index and see if that helps.
    I haven't tried this, but it was the easy way I could find to reindex.
    Open Spotlight Preferences
    In the privacy tab, add the volume you want to reindex
    After a few moments, remove that volume from the privacy list
    Allow Spotlight to reindex the volume
    Please let me know if that works for reindexing.
    +R

  • How to copy a files name and spotlight comments to a text file for an entire folder

    I have movie covers saved as a jpeg for every movie my family and I own. There is about 700 and they each have a comment of the main actors, release dates, and descriptions. This makes it easy to find what to watch. I want my parents to have all of this info but they have a windows laptop so the comments don't transfer with the file and can't be searched like you can on a mac. Is there an applescript, automator, program I can download,  or program code supported in xcode that will do at least one of the following things?
    1)Take the name of the picture file and spotlight comment, copy and paste it into a text document like word that looks like this...
    File Name1- Spotlight Comment for file 1
    File Name 2- Spotlight Comment for file 2
    . for all 700 files in a folder
    2) It would be equally helpful if there was something that would take the name of the picture file and spotlight comment, copy and paste it to a movie file's comments with the same name but obviously has different extention. For an example
    In a Pictures folder
    Name: Dark Knight, The.jpeg       Comment: (2008) Genre: Action...             <- copy comment
    In a Movie Folder
    Name: Dark Knight, The.m4v       Comment:                                               <- paste 
    and do this for all 700 files
    3) Is there a free photo program that works on mac and windows that I can put all my movie pictures in and have a description like I did with the comments? It would also need a place that to search the description for keywords. So Basically an itunes for pictures that works on both mac and windows. If so I still need a way to get the spotlight comments to the description.
    4) I feel like this would make things more difficult, but if not I can put all of the .m4v files in itunes so instead of pasting all the comments back into a file in finder paste them in a description in itunes
    5) At the very least a code that I can run one by one for every file that will paste the comments into the same document
    Note: When I say spotlight comments I mean the comment box that is available when you click on get info of a file. The pictures are in the pictures section of finder in a folder called Movie Pictures. The movie files are on an external hard-drive in a file called Movies. Also I am slightly familiar with applescript and automater in that I have used both to create keyboard shortcuts and simple voice commands. I have programmed in c++ and C too. So If you give me a code for applescript I do know what to do with it.
    Thanks to anyone who takes the time to read all of this and extra thanks to anyone who tries to help.

    Clendenen02 wrote:
    2) It would be equally helpful if there was something that would take the name of the picture file and spotlight comment, copy and paste it to a movie file's comments with the same name but obviously has different extention. For an example
    In a Pictures folder
    Name: Dark Knight, The.jpeg       Comment: (2008) Genre: Action...             <- copy comment
    In a Movie Folder
    Name: Dark Knight, The.m4v       Comment:                                               <- paste 
    and do this for all 700 files
    This Bash script will do it.
    Edit "PicDir" and "MovDir" to the location of your Folders
    (Note: The comment is written to the m4v file using xattr, so the Spotlight comment field appears blank in Finder, but the comment metadata is still indexed by Spotlight (If you add a Spotlight comment from Finder, it is stored both as an extended attribute and in a .DS_Store file)
    #!/bin/bash
    PicDir=$HOME/Desktop/Pictures
    MovDir=$HOME/Desktop/Movies
    for f in $PicDir/*
    do
         if [ ! -d "$f" -a "${f##*.}" == "jpeg" ]; then
              comment=$(mdls -raw -name kMDItemFinderComment "$f")
              if [[ $comment != "(null)" ]]; then
                   picname=${f##*/}
                   movname=${picname%.*}.m4v
                   if [ -e "$MovDir"/$movname ]; then
                         xattr -w com.apple.metadata:kMDItemFinderComment "\"$comment\"" "$MovDir"/$movname
                   fi
              fi
         fi
    done

  • Spotlight Comments - questions, limits and opinions

    My wife and I are a little behind the curve. We updated our MacBook Pros, MacPro and PowerMac G5 to Leopard early this year in part due to the fact that my testing showed that Spotlight Comments are persistent on our home ethernet - If I put identifying comments in a file's Get Info > Spotlight Comments box while it is on my MacBook's Desktop, then move it to a "file server" (a shared drive on the PowerMac or MacPro), my wife can see and modify the Comment from her MacBook. The comments almost seem to be part of the file itself (yes, Francine, we know they really are not) unlike the volatile pre-X Finder Comments. We do not normally have any Windows machines on our network and when we do we certainly do not use one as a file server. We're pretty much vanilla Apple.
    Now, on to my questions:
    1 - if not in the file itself, where are the Spotlight Comments actually stored? If they're in a folder's .DS_Store files, then they would disappear if you nuke those files (like when trying to fix a folder that is not properly displaying its contents) and that has not been my experience. I know that you can use mdls in the Terminal to show the comment and the other useful stuff that appears in Get Info's More Info field, but can this data get separated from the file it is connected to, or is it in that mystical Resource Fork? I'm not a developer (JavaScript is about as much code as I can handle) so I don't need the gory details. I just want to know if we can nuke Comments by unintentionally deleting some invisible file.
    2 - What are the limits in Spotlight Comments? Are there any? How many characters will that field take? I am asking this since I have been trying to put info concerning an image into its Spotlight Comment field and once I close the Get Info window the Comment is gone. If I check with mdls in Terminal the image's kMDItemFinderComment field is not even created. I have been trimming off hunks of characters in the Comment and am now below 700 but it still won't take it (the file is not locked, I have full control of it, and it doesn't appear to matter what files' or folders' Comments field I try to paste it into). Is this limit documented anywhere, because I've been Googling for it all morning with no matches.
    3 - if not Spotlight Comments, then what? I see DefaultFolder has an option to write Comments as "OpenMeta Tags" but what little I could understand upon looking that up made it sound like they're Spotlight Comments that are embedded into the file itself - even files that do not normally have a spot for Comments. Putting the description in the filename is much easier in X than previously, but gets a bit unwieldy very quickly. Many (but not all) image formats can accept descriptions in things like EXIF, but doing so changes its Modification Date and screws up our sorting...
    4 - only tangentially related: how many years did it take for Apple to put in Safari a function that we made use of all the time in Netscape & IE in pre-X times: put the source URL of a download in the Comment field. Now why can't the Mozilla team put that in Firefox? It's not like I haven't posted that as a feature request multiple times...
    I know that file "tagging" is a hot topic and I do not expect a real solution here, but if someone can confirm that there is a character limit in a file's Spotlight Comment field and let us know where or if it's documented...
    Message was edited by: Notary Sojak

    UPDATE - apparently once a file's kMDItemFinderComment field is created (I got the Comment to stick once I was below 600 characters) it can take more characters. I jut replaced the successful 595 character comment with the full 735 character comment I had initially been unable to add and it is visible from all the Macs.

  • Smart Folder searches within itself

    After upgrading to SL last fall the Smart Folders started to misbehave in the following manner:
    The smart folder set to search "This Mac" would after restart search within itself. E.g I have created a Smart Folder finding all Word documents edited within the last week, called "Word last week". But the folder start to search within itself, e.g."Word last week" instead of in "This Mac". I have checked and, after some days, the query delivers different results if I change back to search within "My Mac".
    What can I do to force Smart Folders to search the whole harddrive and quit being so self-centered (self-referencing)?

    They aren't searching "within themselves" but searching wherever you told them to. If you click a saved search (AKA Smart Folder) and then select the Show Criteria option, you will see the name of the smart search next to the "This Mac"--but it is just the name, it is searching where you told it to when you created it. Evidently the programmers decided something had to occupy that spot in the search criteria, and opted to have it display the name of the Smart Folder.
    That said, there is a really bad bug in saved searches that involve date as a criteria. They aren't updating properly because the wrong thing is being added to raw query of the search when you create it. Thus if you want a Smart Folder that finds MS Word docs created in the last 3 days, it won't update. If you use it next week it will continue to search for the created date of files from when you made it. I suspect this bug is what is throwing your results off.
    Francine
    Francine
    Schwieder

  • How do I make disappeared Spotlight Comments Reappear

    My spotlight comments in an entire folder have disappeared. However, the files do show up if I search in spotlight for a word which was in the comments. How do I make the comments reappear?

    Draw the sahpe as a shape, not as pixels by using the proper button on the horizontal tool settings bar for the shape tools.
    Mylenium

  • Spotlight comment via command line?

    Hi all
    Anyone knows whether it is possible to add a spotlight comment to a file/folder with a shell command? And if it is, what this command is? I tried GetFileInfo to at least read a spotlight comment, but it didn't show it.
    Tina

    "Finder" comments aren't very reliable so it probably is best to avoid them for anything important if possible. They aren't actually a part of the file, and in the case of "OS X", they are stored in the ".DS_Store" files of the folder in which the file resides. The ".DS_Store" files aren't always updated in a timely manner and if anything disrupts the association between the file and the ".DS_Store" file containing that file's comments, the comment may be lost. For example, most command line methods of copying or moving files will not transfer the "comment" unless the whole folder is processed together. There is even some ambiguity, where moving a file with 'mv' updates the Spotlight database so that it appears as if the comment moved along with the file, when in fact it hasn't.
    Anyway, regarding the original question, the only way I know of to add a comment via the command line is indirectly - i.e. using 'osascript' to get AppleScript to tell the "Finder" to do it. This obviously isn't ideal since a user with sufficient privileges to modify the ".DS_Store" file associated with the item has to be logged in and the "Finder" has to be running. eg.<pre>
    osascript -e 'tell application "Finder" to set comment of (choose file) to "blah"'</pre>

Maybe you are looking for

  • FCP runs on Intel Mac Mini but Won't capture, HELP!

    Installed FCP 5.1 on Mac Mini Core Duo and it runs fine. It will capture fine too, but only to the main harddrive. If I plug in a firewire harddrive using a firewire hub it won't capture, and give a "No Video" error in the Log and Capture window. I'v

  • F.01 Financial statement - Change Item itself

    Dear all, I have created a new financial statement version in FSE3, so I can extract the report via F.01, although the ITEMS seems wrong, i.e., I didn't associate any item when I've created the structure and  adding the accounts from this setting. I

  • Error When Placing FLVPlayback Object on scene other then scene 1

    When I place a FLVPlayback Object on scene 3 I get the following error TypeError: Error #1009: Cannot access a property or method of a null object reference. at Untitled_fla::MainTimeline/__setProp_flv_promo1_Scene3_Layer1_0() at Untitled_fla::MainTi

  • OSX Disc Won't Read, Drivers?

    iMac 27" i7, 10.6.8 My OSX Install disk keeps getting ejected after about 30 seconds in both OSX and WinXP. I am able to boot from the OSX Install disk by holding option during startup, about 15 seconds after the screen comes up with the Mac HD and W

  • Can't create semantic network

    Help please. I'm trying to study Oracle RDF support in 11g. But when I'm doing execute SEM_APIS.CREATE_SEM_NETWORK('rdf_tblspace'); I get the following error: BEGIN SEM_APIS.CREATE_SEM_NETWORK('rdf_tblspace'); END; ERROR at line 1: ORA-13199: Error d