Re: content types: what is the protocol of "file" and the content type of m

The protocol is the string that goes before the "://", so for files it would be "file".
Your guess for mpegs is correct, and you can check MIME types here.
shmoove

Pretty much any number or a space character. Punctuation does too, in theory, but I'd advise to limit it to hyphens and underscores. Periods are OK in the middle of file names but you won't be able to start a file name with one at the Finder level since that would actually hide the file.
Matt

Similar Messages

  • What is a .tar backup file and can I delete it?

    I'm cleaning up files on my iMac and noticed a file in my Documents folder (where I keep applications installation files) that is called "backup-fri-feb-08-15_42_35-2013.tar". This file is over 7 gb so I would like to remove it but I can't find anywhere what it is. I found a wiki page that explains that .tar files are old Unix format but what do I need it for and what program created it?

    I use an external drive but I use Carbon Copy Cloner instead of Time Machine and I have TM turned off. I'm wondering if it is a backup file from a program I don't even use any longer. I also use Parallels for 2 Windows programs and I'm finding that some of the Windows programs create backups of stuff I don't need or use. Sounds like it would be safe to delete it.
    Thanks so much.

  • What are "Name$1.class" files and how do I generate them in Eclipse

    I have the source code of a rather large java application and I want to set up an Eclipse project for it.
    After diffing the WEB-INF directory generated by Eclipse with the one generated by the original maven build script I noticed that there are several files of the form "Name$1.class" which do not exist in the Eclipse output.
    My questions are, what is the purpose of this $1 string in the class file name and how do I generate those in Eclipse?

    ok, but why are they generated in the Maven environment but not in the Eclipse environment?
    To be exact, Eclipse does create inner class files, however when diffing both output directories I have some extra inner class files generated by Maven that are not there in the Eclipse output.
    Maybe there are some java compiler settings for this?

  • What programme creates a .ggi file and why would it be used?

    Have been asked to create a .ggi file and I have never come across this file extension before.
    I have googles it and got as much information as possible but can't seem to find the answer - why would it be used, what is it used for and what software creates it.
    Also, not sure where to ask this question so apologies if this is in the wrong forum!
    Any help greatly appreciated!!!!

    We can't know. File extensions are completely arbitrary and if whoever requested the format can't tell you what he/ she needs, then we can't either. If it were a commonly used file format we would probably not, but since we don't, it is probably a proprietary format associated with some lesser known or even exotic software. That being so, the request to provide such a file is actually even pretty stupid, since the only way to create it would be to have access to that program. Causal loop.
    Mylenium

  • What is this .DS Store file and why does it keep coming back?

    So a few weeks ago I noticed this .ds store hidden file showing up on my desktop of my MacBook Pro, I deleted it, so it's over with right? WRONG!!! Could not have been more wrong. This file now shows up in every single folder I open on my computer. I've deleted it form the same folder numerous times only for it to reappear again and again and again. It's even showing up on my USB Flash Drives. I've reached a point where I'd rather throw this computer out the window then have to keep dealing with this insufferable file. Can someone please explain to me what the heck is going on? And more importanly on I can actually fix this problem so I DO NOT have to deal with it anymore? Any help is greatly appreciated.
    Side Note: I have already used a bunch of different programs and none have yet to work. Everyone keeps recommending TinkerTools and it doesn't do squat.

    This will explain the .ds store file. As you've found out there's one for every file. If you don't want to see those hidden files, don't display hidden files.
    To make hidden file hidden, bring up terminal, enter "defaults write com.apple.Finder AppleShowAllFiles NO" (don't type the quote marks), then force quit finder and relaunch it. If that doesn't work, change NO to FALSE. 

  • What is difference between UNIX file and DOS file for SAX parser?

    i have the following XML file:
    <?xml version='1.0' encoding='utf-8'?>
    <root>
    <strTask><![CDATA[some
    data on
    multiple lines]]></strTask>
    </root>
    If i save it as Unix file, than SAX parser works correctly and characters() function works only once per strTask tag.
    But if i save the file in DOS mode, then SAX calls characters() function every time new line is encountered during the same strTask tag.
    what can be a clue?

    i have the following XML file:
    <?xml version='1.0' encoding='utf-8'?>
    <root>
    <strTask><![CDATA[some
    data on
    multiple lines]]></strTask>
    </root>
    If i save it as Unix file, than SAX parser works
    correctly and characters() function works only once
    per strTask tag.
    But if i save the file in DOS mode, then SAX calls
    characters() function every time new line is
    encountered during the same strTask tag.
    what can be a clue?

  • Purpose of message protocol file and file content conversion

    hi
       i am currently working in idoc to file scenario, 
          In what cases we will go file and file content conversion in message protocol for file adapter.
    can anyone specify the real significance of it? bcoz this may help me and continue my scenario in its suitable path.
    Regards
    Saravanakumar PK

    Hi,
    In XI (internal) all XML message are based on the XI Message Protocol.
    See: http://help.sap.com/saphelp_nw70/helpdata/en/b6/0b733cb7d61952e10000000a11405a/frameset.htm
    XI Protocol is nothing but an SAP XI extension of SOAP protocol and SOAP protocol is nothing but a SOAP request in a HTTP protocol. SOAP request is nothing but SOAP extension of an XML message. Hence finally it drill downs to the fact that XI message is in fact an XML message with some extra information in the header which are SAP specific like the SAP Runtime, SAP Hoplist, etc...
    File Content Conversion
    Integration Engine understands only XML messages.Now if u r handling normal text file such as 'tab separated' file,'# separated' file, or a CSV file, you need to convert the content of the file to XML and File Content Conversion mechanism helps to do this job.This File Content conversion mechanism(option)is present with the File Adapters.both Sender and Receiver.
    How to do FCC:
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp
    Thanks
    Swarup

  • What is the "iOS rich content paste pasteboard type" when copying from Safari?

    When I copy text from a website in Safari, two pasteboard items are created. This is the output of [pasteboard items]
            "Apple Web Archive pasteboard type" = < [...archive...] >;
            "public.text" = "pages of a journal,";
            "iOS rich content paste pasteboard type" = <694f5320 72696368 20636f6e 74656e74 20706173 74652070 61737465 626f6172 64207479 7065>;
    What is the "iOS rich content paste pasteboard type" all about? What does the data actually represent? Is this representation ever used by other apps?
    Thanks.

    Since your problem is not connected to your hardware, it would probably be better to post it in the software forum for the OS X version you are using:
    https://discussions.apple.com/community/mac_os?view=discussions
    MS Word's spellcheck is generally independent of OS X, so you may want to also search/ask about how to keep its language setting from changing in the forum devoted to that product  (if you have not done so already):
    http://answers.microsoft.com/en-us/mac/forum/macword
    I think there is most likely no way to change the way Safari and Clipboard behave.  The best chance is with Word.

  • Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • What are the steps involed in Mvt types

    Dear friends I have 3 Questions
    1.    How to create movement types? What are the steps involved? Can someone explain in details?
    2. What is the difference between the stock transfer between 2 plants of same company code, and stock transfer between 2 plants belonging to the different company codes.
    3. What are the steps involved in creating pricing procedure?
    Thanks in advance
    regards
    Radha

    Hi
    1. Please check this
    http://www.sap-basis-abap.com/sapmm015.htm
    2. please check this
    http://help.sap.com/saphelp_47x200/helpdata/en/4d/2b90dc43ad11d189410000e829fbbd/content.htm
    3. Please check this
    http://sap-img.com/materials/steps-for-mm-pricing-procedures.htm
    Hope it helps
    regards
    Srinivas

  • What are the contents in technical spec

    what are the contents in technical spec
    could u plz explai clearly
    with exp spec

    hi rajeshreddy,
    Below are the standards for Tech specs
    1.1 Development Attributes
    Program Name:
    Title:
    Application:
    Development Class:
    Message Class:
    Program Type:
    Execution Mode:
    Schedule Frequency:
    Variant:
    1.2 Program Functionality
    1.3 Output Fields
    Output Label
    Related SAP table-field (if any)
    Length
    Output Characteristics
    1.4 Proposed Solutions
    1.5 Solution to be implemented
    1.6 Reasons of selection/rejection
    1.7 Pseudo-Code / Flow Logic of the selected solution
    1.8 Selection Screen
    1.9 Database Tables Used
    Table Name
    Table Description
    How the table is used in the program
    1.10 External Files Used
    1.10.1 External File Layout <file name>
    1.11 Components External to Program Used
    1.12 Error Conditions
    1.13 Key Technical Test Conditions
    1.14 Sample Test Data
    1.15 Assumptions
    1.16 Comments
    regards,
    amit m.

  • What are the contents in technical specifications

    What are the contents in technical specifications
    could u plz explain clearly

    hi rajeshreddy,
    Below are the standards for Tech specs
    1.1 Development Attributes
    Program Name:
    Title:
    Application:
    Development Class:
    Message Class:
    Program Type:
    Execution Mode:
    Schedule Frequency:
    Variant:
    1.2 Program Functionality
    1.3 Output Fields
    Output Label
    Related SAP table-field (if any)
    Length
    Output Characteristics
    1.4 Proposed Solutions
    1.5 Solution to be implemented
    1.6 Reasons of selection/rejection
    1.7 Pseudo-Code / Flow Logic of the selected solution
    1.8 Selection Screen
    1.9 Database Tables Used
    Table Name
    Table Description
    How the table is used in the program
    1.10 External Files Used
    1.10.1 External File Layout <file name>
    1.11 Components External to Program Used
    1.12 Error Conditions
    1.13 Key Technical Test Conditions
    1.14 Sample Test Data
    1.15 Assumptions
    1.16 Comments
    regards,
    amit m.

  • What is the Business Content Extractor for HRP1000-OBJID ?????

    Hi all,
        I want to extract the HRP1000-OBJID, HRP1000-SHORT, HRP1000-STEXT from
    R/3 in to BW.  The table name is HRP1000 (Info Type 1000 DB Table).
        What is the Business Content Extractor for these fields, please ?
        Thanks in advance.
    Best regards.

    There are a lot of datasource based on that table; chack this link:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/e2/72ee3da7138e5be10000000a114084/frameset.htm
    Hope it helps.
    Regards

  • WHAT IS  THE USE OF COPY/MATCH OPTION  IN BUISNESS CONTENT

    WHAT IS  THE USE OF COPY/MATCH OPTION  IN BUISNESS CONTENT  GIVE DETAILS

    Hi,
    Match (X) or Copy
    If the SAP delivery version and the active version can be matched, a checkbox is displayed in this column.
    With the most important object types, the active version and the SAP delivery version can be matched.
    From a technical point of view, the SAP delivery version (D version) is matched with the M version. As in most cases the M version is identical to the active version (A version) in a customer system, this is referred to as a match between the D and A versions for reasons of simplification.
    When a match is performed, particular properties of the object are compared in the A version and the D version. First it has to be decided whether these properties can be matched automatically or whether this has to be done manually. A match can be performed automatically for properties if you can be sure that the object is to be used in the same way as before it was transferred from Business Content.  When performing matches manually you have to decide whether the characteristics of a property from the active version are to be retained, or whether the characteristics are to be transferred from the delivery version.
    Example of an automatic match
    Additional customer-specific attributes have been added to an InfoObject in the A version. In the D version, two additional attributes have been delivered by SAP that do not contain the customer-specific attributes.  In order to be able to use the additional attributes, the delivery version has to be installed from Business Content again. At the same time, the customer-specific attributes are to be retained. In this case, you have to set the indicator (X) in the checkbox.  After installing the Business Content, the additional attributes are available and the customer-specific enhancements have been retained automatically. However, if you have not checked the match field, the customer-specific enhancements in the A version are lost.
    Example of a manual match
    An InfoObject has a different text in the A version than in the D version. In this case the two versions have to be matched manually. When Business Content is installed, a details screen appears which asks you to specify whether the text should be transferred from the active version or from the D version.
    The Match indicator is set as default in order to prevent the customer version being unintentionally overwritten. If the Content of the SAP delivery version is to be matched to the active version, you have to set the Install indicator separately.
    The active version is overwritten with the delivery version if
    ¡        the match indicator is not set and
    ¡        the install indicator is set.
    In other words, the delivery version is copied to the active version.
    If the Install indicator is not set, the object is not copied or matched. In this case, the Match indicator has no effect.
    In the context menu, two options are available:
                                a.      Merge All Below
    The object in the selected hierarchy level and all objects in the lower levels of the hierarchy are selected as to Match.
                                b.      Copy All Below
    The Match indicators are removed for the object in the selected hierarchy level and all objects in the lower levels of the hierarchy. If the Install indicator is also set, these objects are copied from the delivery version to the active version.
    The most important properties which are taken into account when versions are matched are now listed.
    When referring to InfoObjects it is important to differentiate between:
    §         Characteristics
    §         Time characteristics
    §         Key figures and
    §         Units
    Valid for All InfoObjects Named Above:
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        Texts
    ·        Description
    If texts/descriptions in the delivery version do not yet exist in the active version, they are transferred.
    ·        Attribute only (flag)
    ·        Short and long text (description)
    ·        Time dependency of attributes
    ·        Transfer routine
    Valid for Characteristics
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        Compounding
    New InfoObjects are included in compounding
    ·        Referenced characteristic
    Reference characteristics are transferred automatically. A warning is issued.
    ·        Attributes / navigation attributes
    New attributes are included.
    If an attribute is added by the customer, the settings for this attribute are transferred (for example, F4 sequence).
    ·        Application components
    If the entry for the active version is initial, the delivery version is used.
    ·        BEx display
    ·        Characteristic constants
    ·        Default member
    ·        Authorizations (flag and field)
    ·        Selection (CHASEL)
    ·        InfoObject is document attribute
    ·        Data type
    ·        Length
    ·        Output length
    ·        Conversion routines
    ·        Lower case allowed (flag)
    ·        Contains master data (flag)
    ·        Master data is authorization relevant (flag)
    ·        Export DataSource (Flag)
    ·        F4 query design
    ·        F4 query runtime
    ·        Check ODS object
    ·        Contains text tables (flag)
    ·        Texts are language-dependent (flag)
    ·        Short, medium and long texts exist (each with flag)
    ·        Default currency
    ·        GIS attribute
    ·        Hierarchies exist (flag)
    Valid for Key Figures
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        Type of key figure
    ·        Fixed unit
    ·        Fixed currency
    ·        Aggregation
    ·        Exception aggregation
    Valid for Units
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        See the table above (Valid for Characteristics), if these properties are also relevant for the units.
    When referring to InfoProviders it is important to differentiate between:
    ¡        MultiProviders
    ¡        InfoCubes
    ¡        ODS Objects and
    ¡        InfoObjects
    InfoObjects are discussed above (see the first table Valid for All Objects Named Above).
    Valid for All InfoProviders Named Above:
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        New InfoObjects
    If InfoObjects in the delivery version do not yet exist in the active version, they are transferred.
    ·        Manual matching is not necessary.
    Valid for MultiProviders
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        New InfoProviders
    If InfoProviders in the delivery version do not yet exist in the active version, they are transferred.
    ·        Manual matching is not necessary.
    Valid for InfoCubes
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        New dimensions
    If dimensions in the delivery version do not yet exist in the active version, they are transferred.
    ·        Manual matching is not necessary.
    With the InfoObject catalog object type, InfoObjects that are assigned to a catalog in the delivery version are transferred to the active version automatically. Manual matching is not necessary.
    With the transfer rule object type, those objects that exist in the delivery version but are not yet contained in the active version (for example, additional attributes) are added automatically when the match is performed.  Manual matching is not necessary.
    With the process chain object type, those objects that exist in the delivery version but are not yet contained in the active version (for example, additional objects in the process chain) are added automatically when the match is performed.  Manual matching is not necessary.
    ·        Active Version Available
    In this column, the following display options are available:
    ¡        : The object is available in an active version. You decide whether you want to retain this version or reinstall the latest version of the object.
    ¡        Date symbol: The object is already available in an active version. However, the active version belongs to an older Content release. SAP recommends that you install the latest version.
    ¡        Gray symbol: An activated version of the object is available in the system. However, the object status is inactive. If an object version is activated, this indicates that all metadata for the object can be created successfully. The inactive object status indicates that the processed object is inconsistent and cannot currently be used for processing data. Transfer the object again from the SAP delivery version (D version).  If this is not enough to change the object status from “inactive” to “active” the object has to be postprocessed. You find notes on postprocessing in the activation log.
    Postprocessing: An inactive object status may also occur for an InfoObject if changes are made to the structure at field level. Postprocessing the object involves converting the relevant tables in accordance with the activation log.
    ¡        No indicator: The object is not available in an active version.
    7. Make Settings in the Selection List and Install.
    Make the required settings in the  Install selection list:
    Installation Type
    Installation Type
    Information
    Simulate installation
    The system runs a test to see whether any errors are likely to occur during the installation. However, not all errors that may occur can be identified during simulation: Some error messages can only be generated when a real A version (and not just a simulation) is available in the system. You should, therefore, only use the simulation function as a rough guide to help you identify and remove basic errors.
    Install
    The selected objects are installed immediately.
    Install in background
    The selected objects are installed in the background.
    Install and transport
    The selected objects are installed immediately and then written to a transport request.
    SAP recommends you use the Install in background option because installing a large number of objects can take a long time. Modifying objects that are already active can take an especially long time to complete. Make sure that when you install objects in the background that the versions are not matched. It is always the delivery versions that are installed. These are not matched with any available customer versions.
    Refer
    Business Content (Versions)
    http://help.sap.com/saphelp_nw04/helpdata/en/c1/ea683cc5e8ca68e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm
    Thanks,
    JituK

  • What is the movement type on stock transfer across company codes

    <Deleted original post contents and retypes in capitalized letters - moderator >
    What is the movement type at the time of stock transfer between the company codes..
    Edited by: Arun Varadarajan on Sep 1, 2008 10:56 PM

    HI,
    Stock Transport Orders : -
    1. Plant to Plant one Step - Transfer Posting using Mvt Type 301
    2. Plant to Plant two Step - GI:303 & GR: 305
    3. Stock. Transport Order. w/o SD - GI: 351 & GR: 101
    4. Stock. Transport Order with SD - GI: 641 & GR: 101
    5. Stock. Transport Order with billing - GI: 643 & GR: 101
    Refer STO's in the below path for more details
    http://help.sap.com/saphelp_47x200/helpdata/en/4d/4b9036dfe4b703e10000009b38f889/frameset.htm
    Thanks & Regards,
    Kiran

Maybe you are looking for