Missing Asset Tag in Inventories

Hi all,
Has anyone come accross a problem where Zenworks will not pick up the Asset Tag of machines?
We have a number of Dell machines that are missing this information, but we cannot find a reason for this.
Thanks,
Ian Harrison

Ianharrison2000,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/

Similar Messages

  • Query HP Asset Tags

    I know I can add an Asset Tag to the BIOS. I need to query that Asset Tag. I added this to a report query...v_GS_SYSTEM_ENCLOSURE.SMBIOSAssetTag0
    (I think it's the right choice).
    select v_R_System.Name0, v_GS_PC_BIOS.Manufacturer0, v_GS_PC_BIOS.SerialNumber0,v_GS_COMPUTER_SYSTEM.Model0,v_GS_SYSTEM_ENCLOSURE.SMBIOSAssetTag0
    FROM v_R_System JOIN v_GS_PC_BIOS on  v_R_System.ResourceID =  v_GS_PC_BIOS.ResourceID JOIN v_GS_COMPUTER_SYSTEM on v_R_System.ResourceID = v_GS_COMPUTER_SYSTEM.ResourceID
    But I get a 'not bound' error'. Not sure how to add this to the bottom 'FROM' part?

    Hi,
    You are missing a Join for the V_gs_System_enclosure, something like this will work.
    select
    v_R_System.Name0,
    v_GS_PC_BIOS.Manufacturer0,
    v_GS_PC_BIOS.SerialNumber0,v_GS_COMPUTER_SYSTEM.Model0,v_GS_SYSTEM_ENCLOSURE.SMBIOSAssetTag0
    FROM
    v_R_System JOIN v_GS_PC_BIOS
    on  v_R_System.ResourceID
    =  v_GS_PC_BIOS.ResourceID
    JOIN v_GS_COMPUTER_SYSTEM
    on v_R_System.ResourceID
    = v_GS_COMPUTER_SYSTEM.ResourceID
    jOIN v_GS_SYSTEM_ENCLOSURE
    on  v_R_System.ResourceID
    =  v_GS_SYSTEM_ENCLOSURE.ResourceID
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Missing ID3 Tags

    Is there an open-source app or one that supports PPC Macs that helps you fix missing ID3 tag data? ITunes 7 is amazing with the new search engine + cool UI to quickly pick the album of your choice.... HOWEVER, I have no use for this since some dork totally cleaned out my ID3 tags. I was able to use a software to convert filenames into ID3 tags that supply the Artist and Song title only. I'm in desperation to find a way to retrieve album information so I could use this new iTunes 7 feature. Is there another way than manually encoding album data on EVERY FILE? There's gotta be an app somewhere that picks artist and song data and hook up to a server database that checks for possible matches. I saw this article on MusicBrainz Tagger.... but I don't see support for Mac. Just Linux and Windows.

    Hmmm... took a look and downloaded one of Doug's Scripts... It's the CDDB Safari Kit composed of two scripts.... the problem is: In order to get album info. you need to have all MP3s of the album... you need to sort this in the right order before the script will work well for you. What I'm hoping to see is that if I have just one MP3 track, I should be able to get the missing/wrong tag infos I need by just supplying the artist and song title to the script. I see a lot of Windows tools for this... I wonder if there's one for the Mac.

  • WS - "java.rmi.MarshalException: (1)Missing end tag for Body or Envelope"

    HI All,
    I'm new of this forum but I really hope you could help me solving the problem I have to connect Web Services and midlets.
    Somehow my configuration works with some services I've found online but when I invoke very simple services deployed on my server(s) I always have "java.rmi.MarshalException: (1)Missing end tag for Body or Envelope" exception"
    Let me add some more information to the problem:
    System Configuration:
    - JBoss (but I also tried axis) - standard installation (http/1.1)
    - WTK 2.5 (but I also tried 2.2) - standard installation
    - I tried "trusted" and "untrusted" security configuration of the servlet
    - Netbeans IDE 5.0 (to create both Midlets and WS)
    - WS uses document/literal as expected by JSR 172
    The midlet is created with no problems but at the time of invocation the server throws the above exception (which is part of rmi. remoteException)
    By monitoring the network both at client and server side I noticed that the information received is chuncked after 768 bytes. However, If the (soap) reponse is less than such value, I still have the error.
    Using Http/1.1. at the mobile side, the service does not return me anything (0kb) while if I set the mobile device to http/1.0, I get the above error.
    I really have to make the midlet running so any type of help will be really appreciated!!
    Thanks in advance

    Hi all,
    as many developers I have encountered the famous "java.rmi.MarshallException:(1)Missing end tag for Body or Envelope" during the development of my WS app for J2ME (JSR 172).
    It is correct that is the empty tag <soapenv:Header /> causing this error.
    To fix this error, it is necessary to stop the server to generate this empty header in the response stream.
    I have fixed this error for Axis2: unfortunaly it is necessary to modify a class in Axiom library. This library is used in Axis2 to produce the SOAP response, you can download the source code at http://ws.apache.org/commons/axiom/source-repository.html.
    Here the class to modify:
    axiom\modules\axiom-impl\src\main\java\org\apache\axiom\soap\impl\llom\soap11\SOAP11Factory.java
    by commenting the line 273 in the method called getDefaultEnvelope() to prevent the empty header insertion in SOAP response:
    public SOAPEnvelope getDefaultEnvelope() throws SOAPProcessingException {
            OMNamespace ns =
                    new OMNamespaceImpl(
                            SOAP11Constants.SOAP_ENVELOPE_NAMESPACE_URI,
                            SOAP11Constants.SOAP_DEFAULT_NAMESPACE_PREFIX);
            SOAPEnvelopeImpl env = new SOAPEnvelopeImpl(ns, this);
            //createSOAPHeader(env); the line to be commented
            createSOAPBody(env);
            return env;
        }Finally you have to recompile Axiom using Maven to obtain the fixed package axiom-impl.jar and to replace this package on the lib repository of your Axis2 server.
    A little tricky to fix this bug but now my app runs perfectly ;)
    Enjoy!
    Romain Pellerin
    http://www.gasp-mobilegaming.org

  • MarshalException: Missing end tag for body or Envelop

    Hi, I am new at this, pls advise.
    I have been trying to code a 'hello world' that returns a string, as below.
    //==================
    package simple;
    public class HelloWorld{
    public String sayHello() {
    return "hello";
    //===================
    and my buil.xml looks like this
    //===================
    <project name="simple" default ="all">
    <property file="../properties.txt"/>
    <property name="temp_dir" value="tmp_build" />
    <target name="all" depends="clean,ear,deploy" />
    <target name="clean" >
    <delete dir="${classDir}/tutorial/simple" />
    <delete file="${appDir}/simple.ear" />
    <delete dir="${temp_dir}" />
    <delete file="client.jar" />
    </target>
    <target name="build" depends="ear" />
    <target name="ear" >
    <delete dir="${temp_dir}" />
    <mkdir dir="${temp_dir}" />
    <mkdir dir="${temp_dir}/WEB-INF" />
    <mkdir dir="${temp_dir}/WEB-INF/classes" />
    <javac srcdir="." includes="HelloWorld.java"
    destdir="${temp_dir}" />
    <servicegen
    destEar="simple.ear"
    warName="simple.war"
    contextURI="simple">
    <service
    javaClassComponents="simple.HelloWorld"
    targetNamespace="http://examples/simple"
    serviceName="Echo"
    serviceURI="/HelloWorld"
         generateTypes="True"
    expandMethods="True"
    style="document">
    <client
    packageName="tutorial.simple.client"
    clientJarName="client.jar"
    />
    </service>
    <classpath>
    <pathelement path="${temp_dir}"/>
    <pathelement path="${java.class.path}"/>
    </classpath>
    </servicegen>
    </target>
    <target name="deploy">
    <copy file="simple.ear" todir="${appDir}"/>
    </target>
    </project>
    //======================
    I manage to deploy and run the service on weblogic through the browser. Next, when I try to run it on Java Wirelesss Tookit. I get a "MarshalException: Missing end tag for Body or Evelop" error.
    I basically used the stub generator from WTK and use them as below
    //====================
    try {
    String str = service.sayHello();
    System.out.println( str );
    } catch (Exception e) {
    e.printStackTrace();
    //=====================
    I have no problem running other examples, just this one which i coded on my own. Can anyone pls enlightent me :)

    Hi all,
    as many developers I have encountered the famous "java.rmi.MarshallException:(1)Missing end tag for Body or Envelope" during the development of my WS app for J2ME (JSR 172).
    It is correct that is the empty tag <soapenv:Header /> causing this error.
    To fix this error, it is necessary to stop the server to generate this empty header in the response stream.
    I have fixed this error for Axis2: unfortunaly it is necessary to modify a class in Axiom library. This library is used in Axis2 to produce the SOAP response, you can download the source code at http://ws.apache.org/commons/axiom/source-repository.html.
    Here the class to modify:
    axiom\modules\axiom-impl\src\main\java\org\apache\axiom\soap\impl\llom\soap11\SOAP11Factory.java
    by commenting the line 273 in the method called getDefaultEnvelope() to prevent the empty header insertion in SOAP response:
    public SOAPEnvelope getDefaultEnvelope() throws SOAPProcessingException {
            OMNamespace ns =
                    new OMNamespaceImpl(
                            SOAP11Constants.SOAP_ENVELOPE_NAMESPACE_URI,
                            SOAP11Constants.SOAP_DEFAULT_NAMESPACE_PREFIX);
            SOAPEnvelopeImpl env = new SOAPEnvelopeImpl(ns, this);
            //createSOAPHeader(env); the line to be commented
            createSOAPBody(env);
            return env;
        }Finally you have to recompile Axiom using Maven to obtain the fixed package axiom-impl.jar and to replace this package on the lib repository of your Axis2 server.
    A little tricky to fix this bug but now my app runs perfectly ;)
    Enjoy!
    Romain Pellerin
    http://www.gasp-mobilegaming.org

  • Assign the Asset "Tag Number" at PO receipt stage

    Our customer has a requirement to enter the Asset Tag Number for an item when the purchase order is receipted (or even at inspection stage for 4-way match PO's). The tag number entered, should then flow through to the FA module.
    Does anyone know if this can be achieved with standard functionality, or if it can be done with a customization?
    Here is the basic flow steps, the words in brackets () are the change we're looking for.
    1. Create PO for item coded to asset clearing account
    2. Receipt PO (and assign the Asset Tag Number)
    3. Match the PO to the AP invoice.
    4. Validate and account the AP invoice and transfer that to GL.
    5. Run the Mass Additions Create Process
    6. Find the Asset in Mass Additions Create (the Tag Number field should be populated with the value entered in step 2)
    7. Post Asset

    Hi,
    This is unfortunately not possible with standards but you may try using Badi ME_PROCESS_PO_CUST => PROCESS_ACCOUNT.
    Regards

  • MISSING ASSET AFTER BURNING DVD

    Hello all,
    I worked with DVD Studio Pro 4.2.2 (snow leopard Mac OS X v10.6.4) I've finished a DVD with many videos and images right now, everything is where it has to be, I haven't moved anything, there SHOULD be no missing assets, as I have moved NOTHING.
    Thus, I burnt my DVD and I checked it out... And voilá... when I checked the DVD there are some random red screen displaying this message "Missing asset 'name X'"
    Does anyone know why this is happening??? I'm going mad with this!!!
    Thank you very much in advance

    Hi Harm,
    you were absolutely right. I was either suspecting the large avi file to be to heavily compressed or my dvd burner but NO...i just bought some TDK 16 DVD-R and the whole thing was solved. Saves me a lot of trouble, no new DVD-R, no new software.... tx mate :)
    ps do you know any gud site where i can found some good audio samples which can be used for DVD menus?

  • Edit Asset Tag in Inventry tab

    Hi,
    I am looking at changing the Asset tag for each PC on my network within ZCM and would like to know if it is possible?
    Basically where the asset tag lists the PC serial number i would like to list the Asset tag given by me.
    If anyone could help I would be greatful.
    Regards,
    Lee

    lee1184,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Matching Machine Serial Number to a Asset Tag

    Is there a way to take the machine Serial Number (From System Profiler possiblely) and match it to a file that has Serial Numbers and Asset Tags from a inventory database?
    1. Define Serial Number through System Profiler
    2. Scan File with Serial Numbers and Asset Tags which are tied together.
    3. Once match is made the Asset Tag is known
    3. Make the Asset Tag a environment variable.
    G4 1.42   Mac OS X (10.3.5)  

    You don't define the format of the file that contains asset numbers and serial numbers (and I think the 'tie together' is making it sound harder than it is.
    In any case:
    1. Define Serial Number through System Profiler
    system_profiler will tell you this. You can ask for the specific hardware information, then parse out the serial number, like:
    /usr/sbin/system_profiler SPHardwareDataType | awk '/Serial/ { print $3}'
    2. Scan File with Serial Numbers and Asset Tags which are tied together.
    Without knowing this file format it's impossible to tell how to do this for sure, but if the file was a simple tab-delimited file of asset number<tab>serial number, then:
    awk '/<serial_number>/ {print $1}' /path/to/asset_file
    You can now string the two together, like:
    #! /bin/sh
    SERIAL=`/usr/sbin/system_profiler SPHardwareDataType | awk '/Serial/ { print $3 }'`
    echo "Found serial number ${SERIAL}"
    ASSETNO=`/usr/bin/awk "/${SERIAL}/ { print \\$1 }" /var/tmp/assets`
    echo "Found asset number $ASSETNO"
    export ASSETNO
    Note the user of double-backslashes in the second awk to overcome shell expansion issues.

  • ACE-4710 : XML Syntax Error du to a missing closing tag

    Hi,
    We use XML over HTTPS to gather connections information from a management station. We can successfully read the number of connections per real server (rserver), but the ACE returns a buggy XML code when we tray to get the number of connections through the VIP (by asking the service-policy). The problem is a missing closing tag in the returned code. The missing tag is </sp_class_map>.
    We have the latest ACE software version A3(2.2) installed. Note that the same request on a ACE Service Module does not presents this bug. I took a look in the bug toolkit but did not found the exact match.
    Does somebody already had this problem ? it is anoying as we cannot represent the number of connections for a specific vip in the NMS.
    I attach the returned XML code, in which I highligted the tad that does not have its closing counterpart.
    Thank you for any info before I open a TAC case
    Yves

    Thank you Gilles,
    It seams that this bug is only visible inernally : "Information contained within bug ID CSCsz52234 is only available to Cisco employees".
    I saved the bug to be informed on its status. Do you thing I should open a TAC case anyway ?
    Yves

  • Tecra All Models - How to set Asset Tag

    Hello,
    For the past year we have used a tool to set the asset tag on toshiba notebooks. It runs from an external floppy drive, but the disk is overwritten en we do not have any copies of this tool.
    I am pretty sure one of my colleagues downloaded this tool from the toshiba site but we are unable to find it anywhere. Can someone provide a download link or an alternative tool wich is able to set and display a notebook's asset tag.
    The commands we used in this tool are
    assettag /da
    assettag /sa
    Hope you can help
    Kind Regards,
    Sander74
    _**UPDATE** The filename of this tool is assettag.exe**_
    Message was edited by: Sander74

    Thanks for your answers.
    We tried to undelete the content of the overwritten floppy but we were not able to restore all data. We did manage to restore some text files, htm file and a diz file. I'll post the content below.
    As you can see there a comments that suggest that this is indeed a toshiba tool. Perhaps someone reading this has better searching skills then i do.
    *_CONTENT OF ASSETTAG.EXE_*
    DMI Asset Tag Utility Version 1.02.1
    Copyright(c) 1999 Toshiba America Information Systems
    This procedure has installed the assettag program to your
    hard disk. It has copied the following files to the
    directory C:\Asst_tag
    AssetTag.diz
    assettag.exe
    AssetTag.htm
    AssetTag.txt
    ATINST.bat
    Disk1.id
    readme.txt
    tosh001.gif
    tosh002.gif
    For more information view the assettag.htm file.
    *_CONTENT OF ASSETTAG.HTM_*
    SM BIOS Asset Tag Utility Version 1.02.1
    Copyright (c) 1999 Toshiba America Information System. All rights reserved.
    The SM BIOS Asset Tag Utility displays a variety of useful data fields from the SM BIOS. In addition, is capable of setting or changing the value of the asset tag field of the SM BIOS. Since the asset tag field is in the BIOS, the hard disk may be reformatted and reinstalled without effecting the field's contents.
    This program is a command line, non-interactive program, suitable for use in batch files and other automated environments. It is a real mode DOS program, and can not be run in pure 32 bit environments such as Windows NT.
    usage: ASSETTAG &lt;switch&gt; [string]
    Switch
    Usage
    /DA
    Display asset tag string
    /DM
    Display system manufacturer string
    /DP
    Display model string
    /DC
    Display chassis serial number string
    /DS
    Display system serial number string
    /SA &lt;string&gt;
    Write asset tag string
    /F &lt;filename&gt;
    Write asset tag string based on contents of specified serial number - asset tag mapping file (see format below).
    The Asset Tag has a maximum length of 31 bytes.
    Examples:
    ASSETTAG /SA 12345
    ASSETTAG /SA "123 456" (quotes to embed spaces.)
    ASSETTAG /F ATLIST.DAT
    The /F switch specifies that the asset tag to be written to the BIOS should be obtained from a file, the name of which is given as a parameter following the /F switch. This file contains a list of serial numbers and asset tags in the format:
    Serial number white space Asset tag
    Each line should contain a system serial number, with no leading white space. Following the serial number, one or more white space characters (space or tab) delimit the serial number from the start of the asset tag. The first following non-white space character is taken to be the start of the asset tag, which will continue until the end of the line. Thus, asset tags may not begin with white space, but can contain almost any character thereafter.
    For example:
    12345678 FA99485
    TE992837 ACCT992
    30899283 Loaner Unit
    If the lines above were placed in a file and used by the assettag program, then a PC with the serial number of 12345678 would be set with the tag FA99485. A PC with the serial number 30899283 would be set with the asset tag value of Loaner Unit.
    Kind Regards,
    Sander74

  • Unable to set asset tag number in bios 1.17 on Thinkpad Yoga S1

    Hi I have a bunch of Thinkpad Yoga Machine Type 20CD002UUS and I've been trying to set the asset tag in the bios.  According to support I can use this tool: http://support.lenovo.com/us/en/products/laptops-a​nd-netbooks/thinkpad-yoga-series-laptops/thinkpad-​...
    It was working great on a bunch of machines and then just stopped.  I realized the only difference was the bios version.
    On the ones that WORKED the bios is 1.16, the ones that DO NOT WORK are bios 1.17.
    Has anyone has this issue?  It doesn't say anything about the BIOS version being an issue, but it's realy annoying.
    Anyone have any pointers?
    Machines are running Windows 8.1 64 bit
    Solved!
    Go to Solution.

    Good day and welcome to the community.
    Sorry you're having difficulties.
    Looking at the v1.17 BIOS readme: http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mob​iles/gquj12ww.txt
    I see one item that may be related, stressing "may":  "(New) Improved the UEFI BIOS security feature."
    Wish I could offer more.
    Regards.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • Missing assets - HELP!

    I work for an advertising comany that does movie theatre advertising for movie theatre screens. I am utilizing DVDSP4 (4.0.3) to author the DVDs.
    Here is my problem: After creating tracks, and matching up the graphics and audio, I simulate it. Everything is working great and looks fine. Then I Advance Burn (Build & Burn). I've tested the DVD in a DVD Player (my PS2, regular home DVD Player, & a portable at work) and I get a random "Asset Missing," plus the file name, during playback. I go back to DVDSP, make sure everything is checked and lit green (which is). I simulate again...works fine. I've deleted and inserted the "missing" assets. Re-burned. Same problem. (It shouldn't even burn with missing assets, should it??)
    Does anyone have any idea what is happening or have a solution? I've re-install the software (I've deleted preferences and receipts first), and then upgraded to 4.0.3. Has this problem associated with updating to 10.4.6? It was working swiftly with 10.4.5. Anyone else having any issues?
    Sorry for the long explanation. Thank you!!
    PowerBook G4 17   Mac OS X (10.4.6)   1.5 GHz, 1024Mem

    Here' an example of my log:
    Starting DVD Build MARSHALLTEXASDISC...
    Compiler Initializing...
    Precompiling Project MARSHALLTEXASDISC
    Parsing Assets...
    Encoding Assets...
    Compiling VMG Information...
    Created 6 PGCs in VTSM1
    Created 5 PGCs in VTSM2
    Created 5 PGCs in VTSM3
    Created 5 PGCs in VTSM4
    Created 5 PGCs in VTSM5
    Created 5 PGCs in VTSM6
    Created 5 PGCs in VTSM7
    Created 5 PGCs in VTSM8
    Created 5 PGCs in VTSM9
    Created 5 PGCs in VTSM10
    Created 5 PGCs in VTSM11
    Created 5 PGCs in VTSM12
    Created 5 PGCs in VTSM13
    Created 5 PGCs in VTSM14
    Created 5 PGCs in VTSM15
    Created 5 PGCs in VTSM16
    Created 5 PGCs in VTSM17
    Created 5 PGCs in VTSM18
    Created 5 PGCs in VTSM19
    Created 5 PGCs in VTSM20
    Created 5 PGCs in VTSM21
    Created 5 PGCs in VTSM22
    Created 5 PGCs in VTSM23
    Created 5 PGCs in VTSM24
    Created 5 PGCs in VTSM25
    Created 5 PGCs in VTSM26
    Created 5 PGCs in VTSM27
    Created 5 PGCs in VTSM28
    Created 5 PGCs in VTSM29
    Created 5 PGCs in VTSM30
    Created 5 PGCs in VTSM31
    Created 5 PGCs in VTSM32
    Created 5 PGCs in VTSM33
    Created 5 PGCs in VTSM34
    Created 5 PGCs in VTSM35
    Created 5 PGCs in VTSM36
    Created 5 PGCs in VTSM37
    Created 5 PGCs in VTSM38
    Created 5 PGCs in VTSM39
    Created 5 PGCs in VTSM40
    Created 5 PGCs in VTSM41
    Created 5 PGCs in VTSM42
    Created 5 PGCs in VTSM43
    Created 5 PGCs in VTSM44
    Created 5 PGCs in VTSM45
    Created 5 PGCs in VTSM46
    Created 5 PGCs in VTSM47
    Created 5 PGCs in VTSM48
    Created 5 PGCs in VTSM49
    Created 5 PGCs in VTSM50
    Created 5 PGCs in VTSM51
    Created 5 PGCs in VTSM52
    Created 5 PGCs in VTSM53
    Created 8 PGCs in VMG.
    0 Menu(s) will be created...
    Compiling Menu PGCs...
    Writing VTS010.VOB
    Writing VIDEO_TS.VOB
    Compiling Menu PGCs...
    Writing VTS020.VOB
    Compiling Menu PGCs...
    Writing VTS030.VOB
    Compiling Menu PGCs...
    Writing VTS040.VOB
    Compiling Menu PGCs...
    Writing VTS050.VOB
    Compiling Menu PGCs...
    Writing VTS060.VOB
    Compiling Menu PGCs...
    Writing VTS070.VOB
    Compiling Menu PGCs...
    Writing VTS080.VOB
    Compiling Menu PGCs...
    Writing VTS090.VOB
    Compiling Menu PGCs...
    Writing VTS100.VOB
    Compiling Menu PGCs...
    Writing VTS110.VOB
    Compiling Menu PGCs...
    Writing VTS120.VOB
    Compiling Menu PGCs...
    Writing VTS130.VOB
    Compiling Menu PGCs...
    Writing VTS140.VOB
    Compiling Menu PGCs...
    Writing VTS150.VOB
    Compiling Menu PGCs...
    Writing VTS160.VOB
    Compiling Menu PGCs...
    Writing VTS170.VOB
    Compiling Menu PGCs...
    Writing VTS180.VOB
    Compiling Menu PGCs...
    Writing VTS190.VOB
    Compiling Menu PGCs...
    Writing VTS200.VOB
    Compiling Menu PGCs...
    Writing VTS210.VOB
    Compiling Menu PGCs...
    Writing VTS220.VOB
    Compiling Menu PGCs...
    Writing VTS230.VOB
    Compiling Menu PGCs...
    Writing VTS240.VOB
    Compiling Menu PGCs...
    Writing VTS250.VOB
    Compiling Menu PGCs...
    Writing VTS260.VOB
    Compiling Menu PGCs...
    Writing VTS270.VOB
    Compiling Menu PGCs...
    Writing VTS280.VOB
    Compiling Menu PGCs...
    Writing VTS290.VOB
    Compiling Menu PGCs...
    Writing VTS300.VOB
    Compiling Menu PGCs...
    Writing VTS310.VOB
    Compiling Menu PGCs...
    Writing VTS320.VOB
    Compiling Menu PGCs...
    Writing VTS330.VOB
    Compiling Menu PGCs...
    Writing VTS340.VOB
    Compiling Menu PGCs...
    Writing VTS350.VOB
    Compiling Menu PGCs...
    Writing VTS360.VOB
    Compiling Menu PGCs...
    Writing VTS370.VOB
    Compiling Menu PGCs...
    Writing VTS380.VOB
    Compiling Menu PGCs...
    Writing VTS390.VOB
    Compiling Menu PGCs...
    Writing VTS400.VOB
    Compiling Menu PGCs...
    Writing VTS410.VOB
    Compiling Menu PGCs...
    Writing VTS420.VOB
    Compiling Menu PGCs...
    Writing VTS430.VOB
    Compiling Menu PGCs...
    Writing VTS440.VOB
    Compiling Menu PGCs...
    Writing VTS450.VOB
    Compiling Menu PGCs...
    Writing VTS460.VOB
    Compiling Menu PGCs...
    Writing VTS470.VOB
    Compiling Menu PGCs...
    Writing VTS480.VOB
    Compiling Menu PGCs...
    Writing VTS490.VOB
    Compiling Menu PGCs...
    Writing VTS500.VOB
    Compiling Menu PGCs...
    Writing VTS510.VOB
    Compiling Menu PGCs...
    Writing VTS520.VOB
    Compiling Menu PGCs...
    Writing VTS530.VOB
    53 VTSs and 53 Titles will be created...
    Compiling VTS#1 (preflixintro1)...
    Writing VTS010.VOB
    Muxing VTS011.VOB
    Done.
    Compiling VTS#2 (quote01)...
    Writing VTS020.VOB
    Muxing VTS021.VOB
    Done.
    Compiling VTS#3 (10926_welcome)...
    Writing VTS030.VOB
    Muxing VTS031.VOB
    Done.
    Compiling VTS#4 (a23550laqu1sv1105)...
    Writing VTS040.VOB
    Muxing VTS041.VOB
    Done.
    Compiling VTS#5 (screen)...
    Writing VTS050.VOB
    Muxing VTS051.VOB
    Done.
    Compiling VTS#6 (quote08Q)...
    Writing VTS060.VOB
    Muxing VTS061.VOB
    Done.
    Compiling VTS#7 (A22001LoneMarTX1ds)...
    Writing VTS070.VOB
    Muxing VTS071.VOB
    Done.
    Compiling VTS#8 (quote08A)...
    Writing VTS080.VOB
    Muxing VTS081.VOB
    Done.
    Compiling VTS#9 (glory_capsQ)...
    Writing VTS090.VOB
    Muxing VTS091.VOB
    Done.
    Compiling VTS#10 (a23520cold1sv0905)...
    Writing VTS100.VOB
    Muxing VTS101.VOB
    Done.
    Compiling VTS#11 (10926_scenic2)...
    Writing VTS110.VOB
    Muxing VTS111.VOB
    Done.
    Compiling VTS#12 (glory_capsA)...
    Writing VTS120.VOB
    Muxing VTS121.VOB
    Done.
    Compiling VTS#13 (A5670GibsMarsTX1CW1026)...
    Writing VTS130.VOB
    Muxing VTS131.VOB
    Done.
    Compiling VTS#14 (quote02)...
    Writing VTS140.VOB
    Muxing VTS141.VOB
    Done.
    Compiling VTS#15 (kongQ)...
    Writing VTS150.VOB
    Muxing VTS151.VOB
    Done.
    Compiling VTS#16 (10926_concessions)...
    Writing VTS160.VOB
    Muxing VTS161.VOB
    Done.
    Compiling VTS#17 (a23557keit1nh0206)...
    Writing VTS170.VOB
    Muxing VTS171.VOB
    Done.
    Compiling VTS#18 (kongA)...
    Writing VTS180.VOB
    Muxing VTS181.VOB
    Done.
    Compiling VTS#19 (quote03)...
    Writing VTS190.VOB
    Muxing VTS191.VOB
    Done.
    Compiling VTS#20 (22000gymfLM02061)...
    Writing VTS200.VOB
    Muxing VTS201.VOB
    Done.
    Compiling VTS#21 (screen-2)...
    Writing VTS210.VOB
    Muxing VTS211.VOB
    Done.
    Compiling VTS#22 (quote04)...
    Writing VTS220.VOB
    Muxing VTS221.VOB
    Done.
    Compiling VTS#23 (21838comfortSuites1)...
    Writing VTS230.VOB
    Muxing VTS231.VOB
    Done.
    Compiling VTS#24 (uniquescreen1)...
    Writing VTS240.VOB
    Muxing VTS241.VOB
    Done.
    Compiling VTS#25 (sugarlandQ)...
    Writing VTS250.VOB
    Muxing VTS251.VOB
    Done.
    Compiling VTS#26 (a23558quiz1sv1105)...
    Writing VTS260.VOB
    Muxing VTS261.VOB
    Done.
    Compiling VTS#27 (10926_scenic3)...
    Writing VTS270.VOB
    Muxing VTS271.VOB
    Done.
    Compiling VTS#28 (sugarlandA)...
    Writing VTS280.VOB
    Muxing VTS281.VOB
    Done.
    Compiling VTS#29 (quote05)...
    Writing VTS290.VOB
    Muxing VTS291.VOB
    Done.
    Compiling VTS#30 (a19031kenc1NH0206)...
    Writing VTS300.VOB
    Muxing VTS301.VOB
    Done.
    Compiling VTS#31 (tristanQ)...
    Writing VTS310.VOB
    Muxing VTS311.VOB
    Done.
    Compiling VTS#32 (quote06)...
    Writing VTS320.VOB
    Muxing VTS321.VOB
    Done.
    Compiling VTS#33 (tristanA)...
    Writing VTS330.VOB
    Muxing VTS331.VOB
    Done.
    Compiling VTS#34 (A20545QualMarsTX1CW)...
    Writing VTS340.VOB
    Muxing VTS341.VOB
    Done.
    Compiling VTS#35 (quote07)...
    Writing VTS350.VOB
    Muxing VTS351.VOB
    Done.
    Compiling VTS#36 (producersQ)...
    Writing VTS360.VOB
    Muxing VTS361.VOB
    Done.
    Compiling VTS#37 (A7244CreaMarsTX1CW2-16-6)...
    Writing VTS370.VOB
    Muxing VTS371.VOB
    Done.
    Compiling VTS#38 (producersA)...
    Writing VTS380.VOB
    Muxing VTS381.VOB
    Done.
    Compiling VTS#39 (quote09)...
    Writing VTS390.VOB
    Muxing VTS391.VOB
    Done.
    Compiling VTS#40 (10926_gift cert)...
    Writing VTS400.VOB
    Muxing VTS401.VOB
    Done.
    Compiling VTS#41 (matadorQ)...
    Writing VTS410.VOB
    Muxing VTS411.VOB
    Done.
    Compiling VTS#42 (uniquescreen1-2)...
    Writing VTS420.VOB
    Muxing VTS421.VOB
    Done.
    Compiling VTS#43 (matadorA)...
    Writing VTS430.VOB
    Muxing VTS431.VOB
    Done.
    Compiling VTS#44 (quote10)...
    Writing VTS440.VOB
    Muxing VTS441.VOB
    Done.
    Compiling VTS#45 (sales-help wanted 1)...
    Writing VTS450.VOB
    Muxing VTS451.VOB
    Done.
    Compiling VTS#46 (screen-3)...
    Writing VTS460.VOB
    Muxing VTS461.VOB
    Done.
    Compiling VTS#47 (quote11)...
    Writing VTS470.VOB
    Muxing VTS471.VOB
    Done.
    Compiling VTS#48 (A25276Long1a)...
    Writing VTS480.VOB
    Muxing VTS481.VOB
    Done.
    Compiling VTS#49 (hoodwinkedQ)...
    Writing VTS490.VOB
    Muxing VTS491.VOB
    Done.
    Compiling VTS#50 (quote14)...
    Writing VTS500.VOB
    Muxing VTS501.VOB
    Done.
    Compiling VTS#51 (quote16)...
    Writing VTS510.VOB
    Muxing VTS511.VOB
    Done.
    Compiling VTS#52 (hoodwinkedA)...
    Writing VTS520.VOB
    Muxing VTS521.VOB
    Done.
    Compiling VTS#53 (10926_thankyoutrash)...
    Writing VTS530.VOB
    Muxing VTS531.VOB
    Done.
    Linking VMG...
    Linking VTS#1...
    Linking VTS#2...
    Linking VTS#3...
    Linking VTS#4...
    Linking VTS#5...
    Linking VTS#6...
    Linking VTS#7...
    Linking VTS#8...
    Linking VTS#9...
    Linking VTS#10...
    Linking VTS#11...
    Linking VTS#12...
    Linking VTS#13...
    Linking VTS#14...
    Linking VTS#15...
    Linking VTS#16...
    Linking VTS#17...
    Linking VTS#18...
    Linking VTS#19...
    Linking VTS#20...
    Linking VTS#21...
    Linking VTS#22...
    Linking VTS#23...
    Linking VTS#24...
    Linking VTS#25...
    Linking VTS#26...
    Linking VTS#27...
    Linking VTS#28...
    Linking VTS#29...
    Linking VTS#30...
    Linking VTS#31...
    Linking VTS#32...
    Linking VTS#33...
    Linking VTS#34...
    Linking VTS#35...
    Linking VTS#36...
    Linking VTS#37...
    Linking VTS#38...
    Linking VTS#39...
    Linking VTS#40...
    Linking VTS#41...
    Linking VTS#42...
    Linking VTS#43...
    Linking VTS#44...
    Linking VTS#45...
    Linking VTS#46...
    Linking VTS#47...
    Linking VTS#48...
    Linking VTS#49...
    Linking VTS#50...
    Linking VTS#51...
    Linking VTS#52...
    Linking VTS#53...
    Writing VTS#1...
    Writing VTS#2...
    Writing VTS#3...
    Writing VTS#4...
    Writing VTS#5...
    Writing VTS#6...
    Writing VTS#7...
    Writing VTS#8...
    Writing VTS#9...
    Writing VTS#10...
    Writing VTS#11...
    Writing VTS#12...
    Writing VTS#13...
    Writing VTS#14...
    Writing VTS#15...
    Writing VTS#16...
    Writing VTS#17...
    Writing VTS#18...
    Writing VTS#19...
    Writing VTS#20...
    Writing VTS#21...
    Writing VTS#22...
    Writing VTS#23...
    Writing VTS#24...
    Writing VTS#25...
    Writing VTS#26...
    Writing VTS#27...
    Writing VTS#28...
    Writing VTS#29...
    Writing VTS#30...
    Writing VTS#31...
    Writing VTS#32...
    Writing VTS#33...
    Writing VTS#34...
    Writing VTS#35...
    Writing VTS#36...
    Writing VTS#37...
    Writing VTS#38...
    Writing VTS#39...
    Writing VTS#40...
    Writing VTS#41...
    Writing VTS#42...
    Writing VTS#43...
    Writing VTS#44...
    Writing VTS#45...
    Writing VTS#46...
    Writing VTS#47...
    Writing VTS#48...
    Writing VTS#49...
    Writing VTS#50...
    Writing VTS#51...
    Writing VTS#52...
    Writing VTS#53...
    Writing VMG...
    Writing Layout Info...
    Compile Completed Successfully
    Warning: The file ‘10926_concessions.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘10926_gift cert.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘10926_scenic1.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘10926_scenic2.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘10926_scenic3.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘10926_thankyoutrash.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘10926_welcome.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘21838comfortSuites1.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘21838comfortSuites2.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘22000gymfLM02061.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘22000gymfLM02062.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘22000gymfLM02063.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘22000gymfLM02064.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘a19031kenc1NH0206.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘a19031kenc2NH0206.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A20545QualMarsTX1CW.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A20545QualMarsTX2CW2-26-6.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A22001LoneMarTX1ds.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A22001LoneMarTX2ds.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A22001LoneMarTX3ds.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A22001LoneMarTX4ds.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘a23520cold1sv0905.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘a23520cold2sv0905.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘a23550laqu1sv1105.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘a23550laqu2sv1105.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘a23557keit1nh0206.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘a23557keit2nh0206.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘a23558quiz1sv1105.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A25276Long1a.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A5670GibsMarsTX1CW1026.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A5670GibsMarsTX2CW2-16-6.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A5670GibsMarsTX3CW1026.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A7244CreaMarsTX1CW2-16-6.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘A7244CreaMarsTX2CW2-16-6.tif’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The directory ‘/Volumes/Communications Jr/Users/mike/Desktop/Work/Static Graphics/Final Markets/marshall, TX/authoring’ will not be included in the final disc.
    Warning: The directory ‘/Volumes/Communications Jr/Users/mike/Desktop/Work/Static Graphics/Final Markets/marshall, TX/marshall, tx.dspproj’ will not be included in the final disc.
    Warning: The directory ‘/Volumes/Communications Jr/Users/mike/Desktop/Work/Static Graphics/Final Markets/marshall, TX/Marshall-Audio’ will not be included in the final disc.
    Warning: The directory ‘/Volumes/Communications Jr/Users/mike/Desktop/Work/Static Graphics/Final Markets/marshall, TX/MPEG’ will not be included in the final disc.
    Warning: The file ‘MARSHALLTEXASDISC.layout’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘VOB_DATA.LAY’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Start formatting
    Formatting as Standard DVD
    Simulation mode is off
    Lossless linking is on
    Number of layers is 1
    Doing side 1 of 1
    Playable in region 1,2,3,4,5,6,8
    Disc size is 12 cm
    Disc has no copyright material
    Writing ISO 9660 directories
    Writing UDF 1.02 structures
    Writing files
    Writing final UDF information
    Formatting finished.
    Formatting finished.

  • Missing HTML tag

    I've noticed that Dreamweaver CS4 is missing <strike>
    tag that is listed in HTML 4.01 specification on W3 website.
    Can anyone explain why this tag isn't included in Dreamweaver
    ?

    zorio posted in macromedia.dreamweaver
    > Yes would be removed, but since W3 is very slow in doing
    > something, CSS 3 is getting out for like a decade... so
    I don't
    > think HTML 5 will be out that soon. In the meantime HTML
    4.01
    > standards should apply as legitimate specification of
    present HTML
    > standard.
    They do. You might be interested in this about HTML 4.01
    Strict (note
    that it is from December 24, 1999):
    http://www.w3.org/TR/html401/struct/global.html#h-7.2
    "The HTML 4.01 Strict DTD includes all elements and
    attributes that
    have not been deprecated or do not appear in frameset
    documents."
    Indicating that deprecated elements and attributes are
    already obsolete
    when using the strict DTD. There is a similar statement in
    the XHTML
    1.0 specs.
    Of course, you can continue using the HTML 4.01 Transitional
    DTD from
    the same specs and deprecated items will still validate.
    "The HTML 4.01 Transitional DTD includes everything in the
    strict DTD
    plus deprecated elements and attributes (most of which
    concern visual
    presentation)."
    I don't see a particularly good reason to do that for new or
    updated
    sites, though.
    Mark A. Boyd
    Keep-On-Learnin' :)

  • TOAD error : Missing close tag in element Container.

    Hi ,
    when i try to open TOAD 8.6.1.0 fo oracle data base login ,
    It gives the error " Missing close tag in element Container", further i am not able to login and i have to forcefully kill the TOAD session , Please help me in this regard.
    Thanks & Rgds
    Ashok

    Hi;
    TOAD is a product from Quest,not from Oracle. It may be better you ask such a question in an appropriate TOAD forum:
    http://toadfororacle.com/index.jspa
    I totaly agree to Werner . You can post upper related link about your issue, by the way you can use Oracle sql_developer instread of toad.
    For more details please check:
    http://www.oracle.com/technology/products/database/sql_developer/index.html#news
    Regard
    Helios

Maybe you are looking for