Tagging on external HD

hey,
I'm running itunes 8 on vista, my library is stored on an external HD
now among some of this music are audiobooks. but these audiobooks are classified by itunes as music. when i go to the get info dialogue and attempt to make the proper adjustments, i find that making changes is disabled for all files located on the HD, AS IF the hd were write-only, but it is write/read enabled.
how do i make itunes see that it can make changes to these files tags?
Message was edited by: ilikelotsofnumbers

Welcome to AD!
Vista having read/write permissions is not enough. Make sure you have full control and ownership of the entire exHD and all its subfolders.
How to Take Ownership and Grant Permissions in Windows Vista
Then restart itunes so it will recognize the changed permissions, and see if you can make the changes.

Similar Messages

  • ITunes Slow Writing ID3 Tags From External Drive

    When adding files (music) located on my WD External Hardrive, and upon trying to add the album art, the process slows down... a lot. As opposed to when I add filed on my internal hardrive (from my laptop directly), which is a lot faster (seconds whereas from the External takes about 2-3 minutes per album of 12-16 songs)
    It takes FOREVER to write these ID3 tags. Is there a way to speed this up? What gives?

    Sorry, where is the file iTunes Library.itl? If you're not certain and don't know how to find out use this script: iTunesXMLPath
    External drives take longer to process file operations than internal drives. Every operation in iTunes causes the database to be updated so if this is on a sluggish drive you will notice.
    May help to exclude the library & media folders from any anti-virus scans. iTunes also slows up as you increase the number of playlists and the size of the library.
    Are you certain your computer is running USB 2.0? What happens if you power down the computer and remove all USB devices except keyboard, mouse and external drive? (Of course this might be your usual config.) Is iTunes any faster? Are you connected to the front USB ports or the rear? The drive should not be connected through an external USB hub.
    tt2

  • Changing li tag in external fed HTML into Flash

    Hi
    Really simple I hope someone can help me as I cant find any resource on the net that will help and hopefully somone has encountered the same problem.
    Ive got some external HTML text being fed into flash, all I want to do is to edit the <li> tag in the HTML (not CSS) so the bullets sit flush to the left with the rest of the text, thats it! is there something i can put in the HTML that will resolve this such as:
    <li left="-20px">example</li>
    what ive got=
    CS4 AS2
    I proposed a simlar question but maybe i wasnt clear.

    Sudheendra,
    Please provide the link. I don't think it made it into your post.
    Rusrusrus,
    It is a good question. And I look forward to the answer. I struggled with this awhile ago. The default styling of <li> in htmlText is horrendous.
    I believe there is a way to adjust the left margin of the lists with flash's limited css support... but the spacing between the bullet and the text is not adjustable.
    http://flash-reference.icod.de/TextField/StyleSheet.html
    margin-left is probably what you are after.

  • Does Firefox 4 not allow you to append script tags with external/local sources?

    Hello,
    I am trying to use JSONP to append a <script> tag with an external source (and local)... The page I am trying to append is a valid JSON file, and the script worked fine in Firefox 3, and still works fine in Safari 5 and Internet Explorer 8... So it leads me to believe that Firefox 4 has closed the security hole that allowed me to do this.
    The code I am using is:
    $.jsonp({
    url: "http://localhost/All.json",
    callback: "callback",
    success: function(data) {
    alert("Success");
    complete: function(xOptions, textStatus) {
    alert("Complete");
    error: function(xOptions, textStatus) {
    // This will be called in case of error no matter the callback name
    });

    When debugging with Firebug it says this inbetween the <script> and </script> tags:
    Failed to load source for: http://localhost/All.json?_1300977243502=

  • How to apply external CSS file with MyFaces Trinidad?

    In my original JSF page, I used to have
    <head>
        <link href="css/app.css" rel="stylesheet" type="text/css" />
    </head>However, after I switched to MyFaces Trinidad and used <tr:document> tag, the external stylesheet could not be applied.
    <tr:document inlineStyle="css/app.css">I wonder the external stylesheet is not applied in this way with the inlineStyle attribute. So what is the correct way of applying an external stylesheet for the whole page? Thanks.

    ...and which kind of files can be included under
    resources: [] ??
    I have a .json file that I need to be included in a template (and also included in projects created from that template).
    The only way I found to do this is to add it as a script. The problem then is that all included "scripts" will be evaluated when the page is loaded, which will fail since it's a json file. External dependencies makes it impossible for me to change the format of the json file...

  • Report Layouts: FO : Include external graphics

    I am trying to create a PDF report using apache FO. The report needs to include a gif logo file
    I have tried using the following tags
    <fo:external-graphic>
    <xsl:attribute name="src">file://image.gif</xsl:attribute>
    </fo:external-graphic>
    Where should the image reside
    Is it possible to reference the /i/ directory or #APP_IMAGES# or #WORKSPACE_IMAGES#

    After much browbeating and head scratching, I now know where the problem is - but not yet how to fix it. The apex_fop supplied with apex does not contain the java packages which enable the use of xsl:fox extensions. Either a new fop distribution, with servlet, must be created, or the apex_fop distribution must be updated to include the necessary java packages.
    Edited by: Andre Olivier on May 9, 2013 4:02 AM

  • Cfmail not sending to external address

    Hello,
    I have a new web server that I am testing before turning it on live. I have run into a cfmail issue. The server is
    Windows 2008 R2, 64Gig ram, 64-bit, IIS 7.5, Coldfusion 9.0.2 multi server, clustering 2 CF instances, JDK1.7.0_71
    We had a company setup CF and harden so this may be related to the hardening but I am not sure.
    <cfmail is not sending email to recipients outside of our domain/work domain. The 1st <cfmail> tag below sends the email but the 2nd one does not. This is what I see when trying to send via the 2nd <cfmail> tag with external recipient email address domain
    - no errors on the page I run in the browser
    - email is not received at [email protected] (syntax is correct)
    - attempt #2 shows up in mail/Undelivr folder
    - mail.log has this error
    "Error","scheduler-3","01/15/15","10:13:27",,"javax.mail.SendFailedException: Invalid Addresses;   nested exception is:  com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay
    - application.log - no error
    - exception.log has same error in addition to stack trace
    - server.log no error
    Any help is appreciated
    Joe
    <cfmail to="[email protected]" from="[email protected]" subject="test" type="html">
        #DateFormat(now(),"mm/dd/yyyy")# #TimeFormat(now(),"HH:mm:ss")#<br />
    </cfmail>
    <cfmail to="[email protected]" from="[email protected]" subject="test" type="html">
        #DateFormat(now(),"mm/dd/yyyy")# #TimeFormat(now(),"HH:mm:ss")#<br />
    </cfmail>

    CFMAIL is just a wrapper for the underlying Java mail API methods, so there should not be any problem with it.
    Seems like SMTP server is not registered to send mails out. So this is purly the problem with the SMTP server, not with the CFMAIL
    HTH
    Thanks
    VJ

  • Can users have one iTunes library deriving from two drives?

    Hi everyone,
    I keep my 4 & 5 star songs on my C drive and the rest (all stars, 1,2 3, etc.) on my exhternal hard drive.
    Whenever I want to listen to my music, all I can readily play are the tunes on my C drive.
    I'm guessing the issues having one library for tunes stored on separate drives is insurmountable?
    I say that because I'm guessing that my iPod (4th gen) is only capable of importing from one library?
    I think the biggest issue is either I don't know how to (or maybe users can't) list a second drive so that iTunes can load all songs from both drives whenever I do have the second drive up and running.
    Adding to the second drive library issue, I can't figure out how to permanently tag my external HD's (I've got 6) so that their drive letter is not automatically defaulting to their order of prescence.
    I can deal with that issue by simply not opening iTunes while I the second drive has been assigned a drive letter other than what iTunes (hopefully) is set to (i.e.; hopefully C and F drives).
    But can users have one iTunes library deriving from two drives?

    Seems I've over come what is something I'd hoped/expected iTunes would be capable of (ie; reinitiating the pathway for external HD music files when their drive letter is the only thing that changed).
    I tried the obvious by going to iTunes's Edit>Preferences>Advanced and clicking the change button for "iTunes Music folder location", then entered the current drive and pathway (as the drive is currently assigned, F as opposed to the original G) and of course iTunes still couldn;t find the missing tunes.
    Giving up on the hope that iTunes was designed smarter than it is (ie; each and every single missing tune req's manual redirection of pathway, as opposed to a preferable tick box for something like 'use the last redirected pathway').
    And I finally figured out how to properly changed drive letter assignments, but still uncertasin if that means permanently tags my EHD's with that drive letter.
    For that to be permanent, maybe I need to name each drive regardless that Windows already has unique inforamtion on each HD. Suppose I'll soon find out if the drive at this point has fianlly stored its drive name and whether or not Windows will contiue to change the EHD drive letters simply by the order which I am introducing them to the os.
    No real luck with rats nest USB hubs as they crash my os alot, so I'm left to trying to find an easy way of managing the EHD drive assignments. THe following is the closest I've yet to come to doing that:
    Click Start>Control Panel>Administrative Tools>Computer Management, and then in the left pane, under Storage, click Disk Management.
    Right-click the drive, partition, logical drive, or volume for which you want to assign a drive letter, and then click Change Drive Letter and Paths.
    Click Change.
    Click Assign the following drive letter (if it is not already selected), click the drive letter that you want to use, and then click OK.
    Click Yes when you are prompted to confirm the drive letter change.
    Again, too bad iTunes doesn't afford a 'find' feature for 'missing' files such that one might be afforded a tick box for 'do not prompt again, instead use the last indicated location for "iTunes Music" folder as the base storage location'.
    This drive renaming thing is a real hassle. Not like somebody couldn't have guessed it and Windows and/or iTunes can't afford some script, etc. to better manage 'tagging' EHD's and/or re-locating 'missing' tunes.
    But then what would we have to complain about, not that they listen anyway.

  • Docbook-utils

    dear all,
       I want to make package docbook-utils
    but have erroe . someone know why?
    Making all in HTML
    make[2]: Entering directory `/var/abs/local/docbook-utils/src/docbook-utils-0.6.14/doc/HTML'
    SGML_CATALOG_FILES=/etc/sgml/catalog
    SGML_SEARCH_PATH=../..:../../doc:..
            jade -t sgml -i html -d ../../docbook-utils.dsl#html
                    -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
    jade:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
    jade:../../doc/docbook-utils.sgml:9:0:E: reference to entity "BOOK" for which no system identifier could be generated
    jade:../../doc/docbook-utils.sgml:1:0: entity was defined here
    jade:../../doc/docbook-utils.sgml:9:0:E: DTD did not contain element declaration fordocument type name
    jade:../../doc/docbook-utils.sgml:11:11:E: there is no attribute "LANG"
    jade:../../doc/docbook-utils.sgml:11:19:E: there is no attribute "ID"
    jade:../../doc/docbook-utils.sgml:11:34:E: element "BOOK" undefined
    jade:../../doc/docbook-utils.sgml:12:11:E: element "BOOKINFO" undefined
    jade:../../doc/docbook-utils.sgml:13:10:E: element "TITLE" undefined
    jade:../../doc/docbook-utils.sgml:14:12:E: element "PUBDATE" undefined
    jade:../../doc/docbook-utils.sgml:16:16:E: element "LEGALNOTICE" undefined
    jade:../../doc/docbook-utils.sgml:17:6:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:24:13:E: element "ABSTRACT" undefined
    jade:../../doc/docbook-utils.sgml:25:11:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:28:11:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:34:16:E: element "AUTHORGROUP" undefined
    jade:../../doc/docbook-utils.sgml:35:13:E: element "AUTHOR" undefined
    jade:../../doc/docbook-utils.sgml:36:11:E: element "FIRSTNAME" undefined
    jade:../../doc/docbook-utils.sgml:36:37:E: element "SURNAME" undefined
    jade:../../doc/docbook-utils.sgml:37:20:E: element "AFFILIATION" undefined
    jade:../../doc/docbook-utils.sgml:38:18:E: element "ADDRESS" undefined
    jade:../../doc/docbook-utils.sgml:38:25:E: element "EMAIL" undefined
    jade:../../doc/docbook-utils.sgml:41:13:E: element "AUTHOR" undefined
    jade:../../doc/docbook-utils.sgml:42:11:E: element "FIRSTNAME" undefined
    jade:../../doc/docbook-utils.sgml:42:39:E: element "SURNAME" undefined
    jade:../../doc/docbook-utils.sgml:43:20:E: element "AFFILIATION" undefined
    jade:../../doc/docbook-utils.sgml:44:18:E: element "ADDRESS" undefined
    jade:../../doc/docbook-utils.sgml:44:25:E: element "EMAIL" undefined
    jade:../../doc/docbook-utils.sgml:47:13:E: element "AUTHOR" undefined
    jade:../../doc/docbook-utils.sgml:48:11:E: element "FIRSTNAME" undefined
    jade:../../doc/docbook-utils.sgml:48:38:E: element "SURNAME" undefined
    jade:../../doc/docbook-utils.sgml:49:20:E: element "AFFILIATION" undefined
    jade:../../doc/docbook-utils.sgml:50:18:E: element "ADDRESS" undefined
    jade:../../doc/docbook-utils.sgml:50:25:E: element "EMAIL" undefined
    jade:../../doc/docbook-utils.sgml:53:13:E: element "AUTHOR" undefined
    jade:../../doc/docbook-utils.sgml:54:11:E: element "FIRSTNAME" undefined
    jade:../../doc/docbook-utils.sgml:54:41:E: element "SURNAME" undefined
    jade:../../doc/docbook-utils.sgml:55:20:E: element "AFFILIATION" undefined
    jade:../../doc/docbook-utils.sgml:56:18:E: element "ADDRESS" undefined
    jade:../../doc/docbook-utils.sgml:56:25:E: element "EMAIL" undefined
    jade:../../doc/docbook-utils.sgml:63:14:E: there is no attribute "ID"
    jade:../../doc/docbook-utils.sgml:63:28:E: element "CHAPTER" undefined
    jade:../../doc/docbook-utils.sgml:64:12:E: element "DOCINFO" undefined
    jade:../../doc/docbook-utils.sgml:65:13:E: element "AUTHOR" undefined
    jade:../../doc/docbook-utils.sgml:66:18:E: element "FIRSTNAME" undefined
    jade:../../doc/docbook-utils.sgml:66:44:E: element "SURNAME" undefined
    jade:../../doc/docbook-utils.sgml:69:10:E: element "TITLE" undefined
    jade:../../doc/docbook-utils.sgml:71:9:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:76:9:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:76:21:E: there is no attribute "URL"
    jade:../../doc/docbook-utils.sgml:76:57:E: element "ULINK" undefined
    jade:../../doc/docbook-utils.sgml:81:9:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:89:9:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:94:9:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:95:19:E: element "ITEMIZEDLIST" undefined
    jade:../../doc/docbook-utils.sgml:96:17:E: element "LISTITEM" undefined
    jade:../../doc/docbook-utils.sgml:97:15:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:97:28:E: element "APPLICATION" undefined
    jade:../../doc/docbook-utils.sgml:101:17:E: element "LISTITEM" undefined
    jade:../../doc/docbook-utils.sgml:102:15:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:102:28:E: element "APPLICATION" undefined
    jade:../../doc/docbook-utils.sgml:108:19:E: element "ITEMIZEDLIST" undefined
    jade:../../doc/docbook-utils.sgml:109:17:E: element "LISTITEM" undefined
    jade:../../doc/docbook-utils.sgml:110:15:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:113:17:E: element "LISTITEM" undefined
    jade:../../doc/docbook-utils.sgml:114:15:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:117:17:E: element "LISTITEM" undefined
    jade:../../doc/docbook-utils.sgml:118:15:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:123:9:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:129:9:E: element "NOTE" undefined
    jade:../../doc/docbook-utils.sgml:130:14:E: element "SIMPARA" undefined
    jade:../../doc/docbook-utils.sgml:131:12:E: element "EMAIL" undefined
    jade:../../doc/docbook-utils.sgml:134:14:E: element "SIMPARA" undefined
    jade:../../doc/docbook-utils.sgml:135:12:E: element "EMAIL" undefined
    jade:../../doc/docbook-utils.sgml:138:14:E: element "SIMPARA" undefined
    jade:../../doc/docbook-utils.sgml:139:41:E: element "ULINK" undefined
    jade:../../doc/docbook-utils.sgml:145:24:E: element "CHAPTER" undefined
    jade:../../doc/docbook-utils.sgml:146:12:E: element "DOCINFO" undefined
    jade:../../doc/docbook-utils.sgml:147:13:E: element "AUTHOR" undefined
    jade:../../doc/docbook-utils.sgml:148:18:E: element "FIRSTNAME" undefined
    jade:../../doc/docbook-utils.sgml:148:46:E: element "SURNAME" undefined
    jade:../../doc/docbook-utils.sgml:151:10:E: element "TITLE" undefined
    jade:../../doc/docbook-utils.sgml:153:6:E: element "SECT1" undefined
    jade:../../doc/docbook-utils.sgml:154:6:E: element "TITLE" undefined
    jade:../../doc/docbook-utils.sgml:156:9:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:156:23:E: element "CITEREFENTRY" undefined
    jade:../../doc/docbook-utils.sgml:156:39:E: element "REFENTRYTITLE" undefined
    jade:../../doc/docbook-utils.sgml:157:14:E: element "MANVOLNUM" undefined
    jade:../../doc/docbook-utils.sgml:160:9:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:161:16:E: element "APPLICATION" undefined
    jade:../../doc/docbook-utils.sgml:162:37:E: element "FIRSTTERM" undefined
    jade:../../doc/docbook-utils.sgml:163:14:E: element "FIRSTTERM" undefined
    jade:../../doc/docbook-utils.sgml:168:9:E: element "PARA" undefined
    jade:../../doc/docbook-utils.sgml:170:23:E: element "FIRSTTERM" undefined
    jade:../../doc/docbook-utils.sgml:171:14:E: element "FIRSTTERM" undefined
    jade:../../doc/refentry/jw.sgml:1:13:E: there is no attribute "ID"
    jade:../../doc/refentry/jw.sgml:1:17:E: element "REFENTRY" undefined
    jade:../../doc/refentry/jw.sgml:2:10:E: element "DOCINFO" undefined
    jade:../../doc/refentry/jw.sgml:3:11:E: element "AUTHOR" undefined
    jade:../../doc/refentry/jw.sgml:4:16:E: element "FIRSTNAME" undefined
    jade:../../doc/refentry/jw.sgml:4:42:E: element "SURNAME" undefined
    jade:../../doc/refentry/jw.sgml:5:18:E: element "AFFILIATION" undefined
    jade:../../doc/refentry/jw.sgml:6:16:E: element "ADDRESS" undefined
    jade:../../doc/refentry/jw.sgml:6:23:E: element "EMAIL" undefined
    jade:../../doc/refentry/jw.sgml:10:10:E: element "REFMETA" undefined
    jade:../../doc/refentry/jw.sgml:11:18:E: element "REFENTRYTITLE" undefined
    jade:../../doc/refentry/jw.sgml:12:14:E: element "MANVOLNUM" undefined
    jade:../../doc/refentry/jw.sgml:15:13:E: element "REFNAMEDIV" undefined
    jade:../../doc/refentry/jw.sgml:16:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:17:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:18:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:19:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:20:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:21:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:22:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:23:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:24:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:25:12:E: element "REFNAME" undefined
    jade:../../doc/refentry/jw.sgml:26:15:E: element "REFPURPOSE" undefined
    jade:../../doc/refentry/jw.sgml:29:17:E: element "REFSYNOPSISDIV" undefined
    jade:../../doc/refentry/jw.sgml:30:16:E: element "CMDSYNOPSIS" undefined
    jade:../../doc/refentry/jw.sgml:31:14:E: element "COMMAND" undefined
    jade:../../doc/refentry/jw.sgml:32:20:E: there is no attribute "CHOICE"
    jade:../../doc/refentry/jw.sgml:32:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:32:30:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:32:38:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:33:18:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:34:5:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:34:13:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:35:18:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:36:18:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:38:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:38:30:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:38:38:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:39:18:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:40:5:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:40:13:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:40:45:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:41:18:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:43:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:43:30:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:43:38:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:43:63:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:44:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:44:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:44:48:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:45:18:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:47:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:47:30:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:47:38:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:48:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:48:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:49:18:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:51:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:52:5:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:52:13:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:53:20:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:54:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:54:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:55:20:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:56:18:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:58:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:59:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:59:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:59:45:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:60:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:60:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:60:48:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:61:18:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:63:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:64:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:64:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:64:45:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:65:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:65:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:65:53:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:66:18:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:68:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:69:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:69:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:69:45:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:70:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:70:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:70:51:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:71:18:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:73:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:74:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:74:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:74:45:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:75:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:75:20:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:75:51:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:76:18:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:78:18:E: there is no attribute "CHOICE"
    jade:../../doc/refentry/jw.sgml:78:23:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:78:31:E: element "OPTION" undefined
    jade:../../doc/refentry/jw.sgml:79:20:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:79:57:E: element "REPLACEABLE" undefined
    jade:../../doc/refentry/jw.sgml:79:88:E: element "SBR" undefined
    jade:../../doc/refentry/jw.sgml:81:25:E: element "GROUP" undefined
    jade:../../doc/refentry/jw.sgml:82:12:E: element "ARG" undefined
    jade:../../doc/refentry/jw.sgml:82:20:E: element "OPTION" undefined
    jade:I: maximum number of errors (200) reached; change with -E option
    jade:../../docbook-utils.dsl:5:73:W: cannot generate system identifier for public text "-//James Clark//DTD DSSSL Style Sheet//EN"
    jade:../../docbook-utils.dsl:9:96:W: cannot generate system identifier for public text "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN"
    jade:../../docbook-utils.dsl:15:0:E: reference to entity "STYLE-SHEET" for which no system identifier could be generated
    jade:../../docbook-utils.dsl:5:0: entity was defined here
    jade:../../docbook-utils.dsl:15:0:E: DTD did not contain element declaration for document type name
    jade:../../docbook-utils.dsl:9:1:E: notation "DSSSL" for entity "docbook.dsl" undefined
    jade:../../docbook-utils.dsl:17:12:E: element "STYLE-SHEET" undefined
    jade:../../docbook-utils.dsl:19:26:E: there is no attribute "ID"
    jade:../../docbook-utils.dsl:19:38:E: there is no attribute "USE"
    jade:../../docbook-utils.dsl:19:47:E: element "STYLE-SPECIFICATION" undefined
    jade:../../docbook-utils.dsl:20:29:E: element "STYLE-SPECIFICATION-BODY" undefined
    jade:../../docbook-utils.dsl:32:45:E: element "STYLE-SPECIFICATION" undefined
    jade:../../docbook-utils.dsl:33:29:E: element "STYLE-SPECIFICATION-BODY" undefined
    jade:../../docbook-utils.dsl:68:44:E: element "STYLE-SPECIFICATION" undefined
    jade:../../docbook-utils.dsl:69:29:E: element "STYLE-SPECIFICATION-BODY" undefined
    jade:../../docbook-utils.dsl:113:29:E: there is no attribute "ID"
    jade:../../docbook-utils.dsl:113:48:E: there is no attribute "DOCUMENT"
    jade:../../docbook-utils.dsl:113:61:E: element "EXTERNAL-SPECIFICATION" undefined
    jade:../../docbook-utils.dsl:115:13:E: end tag for "EXTERNAL-SPECIFICATION" omitted,but its declaration does not permit this
    jade:../../docbook-utils.dsl:113:2: start tag was here
    jade:E: specification document does not have the DSSSL architecture as a base architecture
    jade:E: no style-specification or external-specification with ID "HTML"
          DocBook Utils
        18 June 2000
            Permission is granted to copy, distribute and/or modify this
            document under the terms of the GNU Free Documentation License,
            Version 1.1 or any later version published by the Free Software
            Foundation. A copy of the license is included in the section
            entitled "GNU Free Documentation License".
              This documentation describes the DocBook-utils version
          0.2.
          The DocBook-utils are a collection of various utilites to
          convert and analyse SGML documents in general and DocBook files
          in particular. They are developped by many authors and released
          under GPL licence.
                    Eric Bischoff
                      [email protected]
            Jochem Huhmann
                      [email protected]
            Steve Cheng
                      [email protected]
            Frederik Fouvry
                      [email protected]
                        Eric Bischoff
        Introduction
        The DocBook-utils are a collection of various utilites to
        convert and analyse SGML documents in general and DocBook files
        in particular. They are developped by many authors and released
        under GPL licence.
        DocBook
        is a SGML-based or XML-based standard for writing technical
        documentation defined by the DocBook Technical Committee of the
        OASIS consortium.
        The DocBook-utils try to be as general as possible, and
        therefore it is possible to use them with other SGML formats
        than DocBook, like TEI or HTML. But each time there was an
        opportunity to make them biased to DocBook to ease the life of
        DocBook users, this opportunity has been given a higher priority
        than generality considerations. This is why this package is not
        called "SGML-utils".
        The DocBook-utils are independant of any existing distribution
        of SGML parsers and of DocBook resources. However, they conform
        with the new draft on SGML and DocBook standardization being
        discussed at Linux Standard Base project.
        So far, the DocBook-utils only consist of:
                            jw, a script used to convert
              from DocBook or other SGML formats into "classical" file
              formats like HTML, man, info, RTF...
                      sgmldiff, a script used to
              compare the markup of a SGML file with its translation into
              another language.
          but we would like to see them accomplish other tasks in the future:
                            Conversion from "legacy" formats like LinuxDoc, man,
              info, HTML or PDF into DocBook.
                      Refined analysis of DocBook files like a "sgmlgrep"
              program that would allow context-sensitive searchs.
                      Support for XML.
        If you want to help or keep informed of the latest developments,
        please subscribe to the "[email protected]"
        mailing list. This list has been set up to allow collaborative
        development of these
        tools.
              To subscribe: Send a message to
          [email protected]
          - you will get a confirmation message, just reply to it.
          To unsubscribe: Send a message to
          [email protected]
          and reply to the confirmation message
          For any additional information, write to Jorge Godoy who is
          the maintainer of this list.
                        Jochem Huhmann
        jw
    Command reference
         jw
        1  converts DocBook or other
        SGML-based formats into "classical" file formats.
        The modular architecture used by
        jw allows to write plug-in
        programs (we call them backends and
        frontends). The backends are specific to
        output formats while the frontends are specific to input formats. We
        would like to encourage you to write such programs and to submit
        them to the docbook-utils project.
        While most backends are based on Jame's Clark Jade, or its
        OpenJade alternative, some of the backends make use of the programs
        from the docbook2X project. We call these
        helper programs.
                Eric Bischoff
                  [email protected]
          jw
        1
          jw
        docbook2dvi
        docbook2html
        docbook2man
        docbook2pdf
        docbook2ps
        docbook2rtf
        docbook2tex
        docbook2texi
        docbook2txt
        (Jade Wrapper) converts SGML files to other formats
                jw
          -f
          frontend
            --frontend
          frontend
          -b
          backend
            --backend backend
          -c file
            --cat file
          -n
            --nostd
            -d
            file|default|none
            --dsl
            file|default|none
                  -l file
            --dcl file
                  -s path
            --sgmlbase path
                  -p program
            --parser program
                  -o directory
            --output directory
          -V
            variable[=value]
                  make[2]: *** [api.html] Error 1
    make[2]: Leaving directory `/var/abs/local/docbook-utils/src/docbook-utils-0.6.14/doc/HTML'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/var/abs/local/docbook-utils/src/docbook-utils-0.6.14/doc'
    make: *** [all-recursive] Error 1
    ERROR: Build Failed.  Aborting...
    ==>[root@lion docbook-utils]#

    Hello,
    is there any solution now?
    Because i need doocbook-utils.
    I hope so :-D

  • CF slows down to a halt ... images not displaying

    My primary laptop on which I do all coding ...
    - less than 1 year old
    - Dell (cough) XPS M1730
    - Windows XP (latest)
    - ColdFusion Ver 8, developer edition.
    - No other issues with laptop
    Also running
    - SQL 2000
    - Synergy
    - Anti virus etc. changed Norton daily scan and unaware that I have picked up any viruses - I was my hands very well and often
    Over 6 months gradually CF has been slowly not display internal referenced <img src> tags.  External work fine.
    To the point now where most in our app do not display.
    Then in the past 3-4 days a lot of pages when called give Firefox or IE errors:
    Page will not display with too may users error.
    But there aren't any others.
    I go to all other web site, no issues with speed.
    I just cold warm booted the machine and now while page 1 appears, page 2, login, takes minutes to appear.  But on a beta server (also developer edition) it's instant.
    When I go straight into the browser, it works fine, albeit no images, crashes with a known bug (missing application variable), fix it, then resume, then just sits there forever.
    And there's no difference between the two machines ... well, not in "that" way.
    Adding to my confusion is ... I cannot get into the CF Admin panel.
    I can see it approve me, then it just spins.
    Nothing has changed on machine in past weeks EXCEPT traveling when I sign in to the usual plethora of wifi and other networks but never had a problem - except luggability
    I am thinking of, UGH, reinstalling Windows ... but why bother if it's working perfectly and only ColdFusion has an issue.
    Now COLD booted machine for 5 minutes.
    Everything seems better except CF still a BIT sluggish and still not "drawing" most images.  Able to access Admin panel.  Even if there images not displaying.
    Anyone any ideas?

    Thanks for your prompt reply ...
    We scoured for a folder like that and found none.
    What we DID find is that over the years of coding, we have a template count of 3,500 files in 130 folders, but the root where we start is about 1,500 files.   144 megs total size though.
    That shouldn't be too much?  Esp as our beta and production servers are using the same amount with no issues.
    Admittedly production is CF 7.X.
    Much more powerful machines but still.
    It would have made sense as that is the only thing on the machine that has "grown" ... but no luck.
    Does remind me of the day when our mail server got hacked and we had 100,000 outbound in the spool.  That was fun.: :)

  • Adding !Doctype at top of page in login page of portal

    Hi Experts,
    I need guidance on how we can put <!doctype> tag on top of page ie before <HTML> tag.
    I have a requirement to build custom logon screens which i have build but when i put it in sap , it opens in Quirks mode in IE9 .
    I have seen that when i changed its mode to standard mode 9 then it looks perfect, also it works properly in Chrome and mozilla browsers,
    I have refer some SCN links which says to create java api to add <!doctype> , if we can follow the same then let me know it step by step as i am not that good in java.
    Kindly guide me ASAP .

    Hi Amit,
    This is not supported currently. See my answer in Re: doctype tag for external facing portal logon application (NWP 7.3) and also the referred SAP-Note.
    @Andrew: The question was about the login page, and this has not yet a portal desktop!
    Anyhow, even if Dani Cohens explanation made sense at that point in time, meanwhile http://service.sap.com/sap/support/notes/1713259 could be a good reason to change this. I would suggest to open an OSS message and ask for clarification, as with note 1713259 there is the possibility that also a HTML5 login page could be rendered successfully within a HTML5 portal.
    It should be the responsibility of the customer (and this can be stretched in the note about the HTML5 support for the login page) that if he uses an HTML5 login page for the portal that in this case the portal itself should be completely HTML5, too, as otherwise a login page within the portal might lead to issues.
    Hope it helps
    Detlev

  • Locked by a translator...

    I decided to simplify my life - or so I thought - by doing an
    ASP
    Include, as in
    <!--#include virtual="/inc/headgear.htm" -->
    of a chunk of my common Head code - a bunch of script tags
    for external
    js files, some link tags for external css files, etc.
    And it works just fine - EXCEPT that DW will not allow me to
    add any
    Behaviors to the page - giving me the usual message about a
    locked
    translator and so discards my changes.
    I bet there is a trick to avoid this. Any ideas?
    Thanks.
    emichael brandt

    > <!--#include virtual="/inc/headgear.htm" -->
    This is an HTML include, not an ASP include.
    > Behaviors to the page - giving me the usual message
    about a locked
    > translator and so discards my changes.
    That's because the INCLUDE file cannot contain <html>,
    <head>, and <body>
    tags - so there is no place to apply a behavior. All that
    behavior stuff
    has to be in the parent page (the page receiving the
    include).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "E Michael Brandt" <[email protected]> wrote
    in message
    news:e69s0n$k1g$[email protected]..
    >I decided to simplify my life - or so I thought - by
    doing an ASP Include,
    >as in
    >
    > <!--#include virtual="/inc/headgear.htm" -->
    >
    > of a chunk of my common Head code - a bunch of script
    tags for external js
    > files, some link tags for external css files, etc.
    >
    > And it works just fine - EXCEPT that DW will not allow
    me to add any
    > Behaviors to the page - giving me the usual message
    about a locked
    > translator and so discards my changes.
    >
    > I bet there is a trick to avoid this. Any ideas?
    >
    > Thanks.
    >
    > emichael brandt

  • Getting error: "code locked by a translator"

    I am using Dreamweaver CS3. Several times when I have tried to insert a library item into my webpages (that has worked in the past), I have received the following error:
    "Making this change would require changing code that is locked by a template or a translator. The change will be discarded."
    I am not using templates, so that's not the issue. Can anyone please explain?

    > <!--#include virtual="/inc/headgear.htm" -->
    This is an HTML include, not an ASP include.
    > Behaviors to the page - giving me the usual message
    about a locked
    > translator and so discards my changes.
    That's because the INCLUDE file cannot contain <html>,
    <head>, and <body>
    tags - so there is no place to apply a behavior. All that
    behavior stuff
    has to be in the parent page (the page receiving the
    include).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "E Michael Brandt" <[email protected]> wrote
    in message
    news:e69s0n$k1g$[email protected]..
    >I decided to simplify my life - or so I thought - by
    doing an ASP Include,
    >as in
    >
    > <!--#include virtual="/inc/headgear.htm" -->
    >
    > of a chunk of my common Head code - a bunch of script
    tags for external js
    > files, some link tags for external css files, etc.
    >
    > And it works just fine - EXCEPT that DW will not allow
    me to add any
    > Behaviors to the page - giving me the usual message
    about a locked
    > translator and so discards my changes.
    >
    > I bet there is a trick to avoid this. Any ideas?
    >
    > Thanks.
    >
    > emichael brandt

  • After Effects CC and Cinema 4D Errors

    Hello,
    with the cinema 4d plugin installed into my maxon cineware plugin folder in AE CC, using Windows 8.0, I get the following error on startup.
    after effects internal verification failure sorry! {unexpected functionblock5 flags for functionblock4}
    without it installed, AE CC will not recognise any .aec file
    Firstly, I am aware this is a common issue. I am aware it has been posted before.
    However, I see no acknowledgement of this issue from Adobe nor a solution.
    This is not something I expect to see from Adobe as I am a paying subscriber. I just want it to work, I am paying for it.
    Please have an Adobe representative read this and provide me with a solution.
    Secondly, when I do get the .aec file open, it does not extract solids, with the error 'after effects error: internal verification failure, sorry {invalid solid dimensions}'
    I have checked my solid plane dimensions and the composoting tag and external composting tag match exactly. The output settings and my project settings are also the same.
    These issues are causing me delays in completing work. As I have said before, I am a paying subscriber and I would expect some resoultion to these issues and I am disappointed not see any so far.
    Overall a poor and time costly first experience of an Adobe subscription I am afraid.

    See this for a bug fix in the Maxon Cinema 4D exchange plug-in for After Effects CC: http://adobe.ly/PUHVms

  • Jquery and serialize / passing variables

    I already put this question on the jquery forum but noone responded. My question is about jquery.
    I have this image gallery, people can drop and drag pictures, the idea is they can determine theirselves the order in which images are shown on their website.
    I have the sortable part, but I don't know how to pass the new order to the next page that should contain a query that updates the ordernumber for each item.
    My code:
    <!--- load the necessary scripts --->
         <script src="scripts/jquery-1.6.2.min.js" type="text/javascript"></script>
        <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js" type="text/javascript"></script>
        <script src="http://jquery-ui.googlecode.com/svn/tags/latest/external/jquery.bgiframe-2.1.2.js" type="text/javascript"></script>
        <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/i18n/jquery-ui-i18n.min.js" type="text/javascript"></script>
    ,!--- the actual sortable image gallery --->
    <ul id="ulsortable">
        <cfoutput query="items">
            <li id="ID_#T_items_autoID#">
                <CFIF #T_items_img1# IS NOT 0>
                    <img src="../#session.foldername#/galleries/#T_items_itemid#_thumbsitemanager.#T_items_img1#" alt="Click here to update" border="0" width="125" height="125">
                    <CFELSE>
                        <img src="layoutimg/no_picture_available.jpg" alt="" width="125" height="125" border="0">
                    </CFIF><br>
                    <CFIF #T_items_title# IS NOT "">#left("#T_items_title#","15")#</CFIF>
            </li>
        </cfoutput>
    </ul>
      <script>
        $(function() {
            $( "#ulsortable" ).sortable();
            $( "#ulsortable" ).disableSelection();
            $('#frm-sort').submit(function(){
                var sort_serialized = $("#ulsortable").sortable("serialize");
        </script>
    <form action="#request.site.webroot#/actions/act_writeneworder.cfm" method="post" id="frm-sort">
      <input type="submit" name="save" id="save" value="save" />
      <input type="hidden" name="sort_serialized" id="sort_serialized" value="" />
    </form>
    When I use this and go to the next page thrugh submit button I get the error that sort_seriallized is an empty string. i must be doing something wrong. It has been 3 days i am on it:-)

    If anyone is interested, here is the working code.
    Make sure to include the right jslibraries
    Make your stylesheet so you have an unordered list that looks like an image gallery:
    <style>
             ul
                width                : 715px;
                list-style-type    : none;
                margin              : 0;
                padding             : 0;
            /* float & allow room for the widest item */
              ul li
                float                 : left;
                width                : 136px;
                height              : 165px;
                margin              : 2px;
                text-align          : center;
                border              : 1px solid gray;
               /* stop the float */
              br
                clear            : left;
              /* separate the list from subsequent markup */
              div.wrapper
                margin-bottom    : 1em;
        </style>
    Then the jquery script:
    <script type="text/javascript">
            $(document).ready(function(){
    // sortable makes the ul drag and drop
                $("#ulsortable").sortable();
    // create variable that will be submitted with form           
                    $("#frm_sort").submit(function(){
                        var order = $('#ulsortable').sortable("serialize");
                        $('#order').val(order);
        </script>
    Ouput the listitems:
    <ul id="ulsortable">
        <cfoutput query="items">
            <li id="myprimarykey_#T_items_autoID#">
                     <img src="../#session.foldername#/galleries/#T_items_itemid#_thumbsitemanager.#T_items_img1#" alt="Click here to update" border="0" width="125" height="125">
                    <br/>
                   <CFIF #T_items_title# IS NOT "">#left("#T_items_title#","15")#</CFIF>
            </li>
        </cfoutput>
    </ul>
    Finally the form with submit button and hidden field that passes variable:
    <form action="actions/act_writeneworder.cfm" method="post" id="frm_sort">
          <input type="hidden" name="order" id="order" value="" />
          <input type="submit" name="save" id="save" value="Save new order" />
    </form>
    The page that handles the serialize and database update:
    <!--- convert the serialized string to a comma delimited list --->
        <cfset idlist = ReReplaceNoCase( form.order, "(&)?myprimarykey\[\]=", ",", "all" )>
        <cfset position = 0>
        <cfset pk = 0>
    <cfloop list="#idlist#" index="pk">
          <cfset position++>
        <cfquery name="writeneworder" datasource="#request.dba#">
            UPDATE T_items
                SET T_items_order = <cfqueryparam value="#position#" cfsqltype="CF_SQL_INTEGER">
                 WHERE T_items_autoID = <cfqueryparam value="#pk#" cfsqltype="CF_SQL_INTEGER">
        </cfquery>
    </cfloop>
    <cflocation url="#request.site.webroot#/item_choose_cat.cfm?currentopic=changeorder" addtoken="no" />
    As I couldn't find anywhere a full working exemple I decided to post this code, hope it helps you.
    Bianca

Maybe you are looking for