How do i get rid of this error?

hi experts,
I was trying to upload fonts into SAP, and i got this error please help with a means of resolution
Administration/Upload of type 1 and TrueType font files
  File
  C:\Documents and Settings\tchaibva\My Documents\Fonts\Goudy Old Style.ttf
  Message
  Licensing: TrueType font allows installable embedding
  Error
<u>  <b>PCLT table: version not 1.0</b></u>

Check OSS note number 201307.
Regards,
Amit
Reward all helpful replies.

Similar Messages

  • I am unable to update devices with Apple Configurator because of this message - unable to send ClearPasscode command to device - I am running Configurator 1.5 and ios 7.1.1.  I am unable to rename/number devices. How can I get rid of this error message.

    I am unable to update devices with Apple Configurator because of this message - unable to send ClearPasscode command to device - I am running Configurator 1.5 and ios 7.1.1.  I am unable to rename/number devices. How can I get rid of this error message.

    I've just seen this message for the first time and it's showing on 10 devices.
    What I really love about Apple Configurator is the copious amount of context driven help offered to you.
    "Unable to send ClearPasscode command to device.
    The device was disconnected.
    Check the USB connection to the device."

  • The iTunes Library file cannot be saved. An unknown error occurred (-50). How do I get rid of this error?, The iTunes Library file cannot be saved. An unknown error occurred (-50). How do I get rid of this error?

    The iTunes Library file cannot be saved. An unknown error occurred (-50). How do I get rid of this error?

    Have been able to resolve this issue?... I have just exeperienced it and not happy that I can't resolve it.

  • E_ACT_TOO_MANY_ACTIVATIONS how do I get rid of this error?

    I keep getting this error when trying to move books from Adobe digital editions 3.0 to my Kobo.  How do I get rid of it?

    In the Internet Accounts preference pane, delete the BT Internet calendar account. If you don't use the account, that's all you need to do. If you do use it, recreate the account with the same settings.

  • How do I get rid of this error w/components?

    I broke the application into pieces with a separate file for each of the action script areas and included them in the main mxml.  I then broke out the various forms that appeared in various states into components.  Now when I try to switch to a state and bring in the form, I get this error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Forms::DischargeTracking()[C:\Flex Builder 3\DDTransition\DDTran\src\Forms\DischargeTracking.mxml:6]
        at DDTran/_DDTran_DischargeTracking1_c()[C:\Flex Builder 3\DDTransition\DDTran\src\DDTran.mxml:299]
        at mx.core::DeferredInstanceFromFunction/getInstance()[E:\dev\3.1.0\frameworks\projects\fram ework\src\mx\core\DeferredInstanceFromFunction.as:81]
        at mx.states::AddChild/createInstance()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\st ates\AddChild.as:335]
        at mx.states::AddChild/initialize()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\states \AddChild.as:347]
        at mx.states::State/http://www.adobe.com/2006/flex/mx/internal::initialize()[E:\dev\3.1.0\frameworks\projects\ framework\src\mx\states\State.as:199]
        at mx.core::UIComponent/initializeState()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\ core\UIComponent.as:7321]
        at mx.core::UIComponent/commitCurrentState()[E:\dev\3.1.0\frameworks\projects\framework\src\ mx\core\UIComponent.as:7099]
        at mx.core::UIComponent/setCurrentState()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\ core\UIComponent.as:7053]
        at mx.core::UIComponent/set currentState()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\UIComponent.as:4339 ]
        at DDTran/processSelectedRecord()[C:\Flex Builder 3\DDTransition\DDTran\src\ASFiles\ButtonHandlers.as:141]
        at DDTran/__processSelectedRecordBtn_click()[C:\Flex Builder 3\DDTransition\DDTran\src\DDTran.mxml:472]
    ButtonHandler 141:
    private function processSelectedRecord():void
        XMLRecord = XML(dgSearchResults.selectedItem.valueOf().toString());
        dischargeTrackingStateBtn.enabled = true;
        dischargeFollowupStateBtn.enabled = true;
        followUpStateBtn.enabled = true;
        guardianStateBtn.enabled = true;
    141==>   currentState = "DischargeTracking";
        populateDT();
    States set:
    <mx:states>
    <!-- ************************************************************************ -->
    <!-- Discharge Tracking form/state (src/Forms/DischargeTracking.mxml) ******* -->
    <!-- ************************************************************************ -->
        <mx:State name="DischargeTracking">
    299==>        <mx:AddChild position="lastChild">
                <ns1:DischargeTracking x="37" y="90"/>
            </mx:AddChild>
        </mx:State>
    DischargeTracking.mxml (I tried moving the script to the bottom with the error showing up on the new line):
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
        borderStyle="outset" borderThickness="2" width="780">
    <mx:Script>
        <![CDATA[
    6==>        [Bindable] public var FIRSTNAME:String = FirstName.text;
            [Bindable] public var LASTNAME:String = LastName.text;

    DDTran is the main application.  When I go to the DischargeTracking I try to reference the TextInput item.
    DDTran:
    <mx:states>
        <mx:State name="DischargeTracking">
            <mx:AddChild position="lastChild">
                <ns1:DischargeTracking
                    CONTACTNAME = ""
    CONTRACTNAME will be assigned data in a script.
    DischargeTracking:
    ?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
        borderStyle="outset" borderThickness="2" width="780">
    <mx:Script>
        <![CDATA[
            [Bindable] public var FIRSTNAME:String;
       ]]>
    </mx:Script>
        <mx:Form id="dtForm"
            horizontalCenter="0" >
             <mx:FormItem id="dt_FirstName"
                    label="First Name"
                    x="5" y="5"
                    indicatorGap="5"
                    labelStyleName="labelRight"
                    labelWidth="130">
                    <mx:TextInput id="FirstName"
                        text="{FIRSTNAME}"
                        width="140"
                        maxChars="50"
                        tabIndex="11"/>
                </mx:FormItem>
    <No errors up to his point> Utility script:
    private function populateDT():void
        if(booIsNewRecord)
            dtResetForm();
        else
    //    Application.application.CURRENTCENSUS.text = recCount.toString();
        Application.application.DischargeTracking.CURRENTCENSUS = "1";
        DischargeTracking.CURRENTCENSUS = "1";
    All the above causes an error

  • A java script application keeps putting up an exception"component returned failure code:0x80520012 whenever I try to use firefox. how do I get rid of this error message?

    I tried to download 1 click weather and this error message appeared. Exception..."component returned failure code:0x80520012(NS_ERROR_FILE_NOT_FOUND)[nsIfileInputstream.init]"nsresult:0x80520012(NS_ERROR_FILE_NOT_FOUND)"location:"JSframe::chrome://iclickweather/content/js/utils/filemanager.js::<TOP_LEVEL>::line233"data1no]

    To avoid confusion: http://kb.mozillazine.org/JavaScript_is_not_Java
    That issue is caused by the 1clickweather extension as you can see in your above posted error message.<br />
    See:
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • NsAppShell:Event Window:firefox.exe-Application Error message when shutting down Firefox, how do I get rid of this error message?

    I click to exit Firefox and the above error message & below this error message it says the following:
    The instruction at 0x776fe144 referenced memory at 0xfffffffff. The memory could not be read. Click on OK to terminate the program.
    The only change I have made recently was to upgrade to the current Firefox version 30.0, the above message showed up after the upgrade.

    Your System Details
    Installed Plug-ins
    Shockwave Flash 14.0 r0
    Shockwave Flash 12.0 r0
    Shockwave Flash 11.9 r900
    Having more than one version of a program may cause issues.

  • I am constantly receiving an error message that says "Could not find a PPPoE Server." My wireless internet connection seems to working fine, I'm not having any issues. How do I get rid of this error message?

    A few weeks ago my computer had lost the connection to the wireless internet. I set it up again and was able to connect to the internet, however since then I've been receiving an error message "Could not find a PPPoE Server." I went back into Preferences and unchecked the PPPoE server option but the error message still pops up.
    Any idea how to fix it?

    In the Network pane of System Prefences, do you have duplicate services on the left column? When you "set it up again", you might have duplicated a service and both (the good working one and the previous that lost connection) might be trying to connect at the same time.

  • How do i get rid of this error message?

    Secure Connection Failed
    An error occurred during a connection to addons.cdn.mozilla.net. The OCSP response is not yet valid (contains a date in the future). (Error code: sec_error_ocsp_future_response)
    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.

    As you can see by the sec_error_ocsp_future_response error message it is quite likely that your computer clock is off and has a date or time in the past.
    Current Firefox releases are more strict about this and the clock needs to be set correctly.
    Check the date and time and time zone in the clock on your computer: (double) click the clock icon on the Windows Taskbar.
    *https://support.mozilla.org/kb/Secure+Connection+Failed

  • What is chrome://browser/content/sanitize.js:136 - how do I get rid of this error message?

    What is chrome://browser/content/sanitize.js:136
    This is an up-date of my earlier question that remains open.
    I deleted (copied and then deleted) my profile and started with a clean slate. Did not make the slightest difference. So I un-installed FF 5. beta and went back to v4
    I'd like to try v5 again, but only once this issue can be dealt with.

    Are you clearing the cookies via [[Clear Recent History]]?
    If you do then you can try to exclude the cookies to see if that helps.
    If you use [[Clear Recent History]] to clear the cookies when you close Firefox then Firefox also tries to clear the cookies from plugins like Flash and starts a plugin-container process with the Flash player and possibly other plugins as well for each cookie, so that can add extra time if there are a lot of cookies to remove.<br />
    Also make sure that all plugins are up to date.
    You can let all cookies expire when you close Firefox.
    *Tools > Options > Privacy > Cookies: "Keep until": "I close Firefox"

  • Suddenly i have an error pane directly under the normal display area. How do I get rid of this

    I have a sidebar with the bookmarks and then the Tree-Style Tabs add-on as a sidebar. The right hand side of the screen was previously dedicated to the active site. Now suddenly it has been split into 2 horizontal sections - the upper part with the web-site and the lower part with a pane containing error messages and warnings. How do I get rid of this error pane, which is a real pain.

    That is the classic error console and not the Browser Console that current Firefox releases have as part of the developer tools.
    *https://developer.mozilla.org/Tools/Web_Console
    *https://developer.mozilla.org/Tools/Browser_Console
    Are you using an extension that adds this version or the error console?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • RoboHelp 11 - When previewing topics from within the project, a script error displays: 'HHComponent Activator' is undefined. How do you get rid of this script error?

    RoboHelp 11
    When previewing topics from within the project, a script error diplays: 'HHComponent Activator' is undefined.
    How do you get rid of this script error?

    Hi there
    Have you tried clicking Help > Updates and applying the service release?
    If not, I'd start with that.
    Cheers... Rick

  • "The requested operation requires elevation" is an error message I keep getting when trying to open attachments or documents. How do I get rid of this?

    I keep getting the error message "The requested operation requires elevation" when I try to open attachments or documents. How do I get rid of this?

    This is the entire message. I have gotten this message many, many times and it's always the same.
    I'm trying to open text attachments to Thunderbird with Open Office.

  • I use google with firefox, everytime i open firefox and begin browsing or go to check my mail i get a firefox not responding error message on top left of screen. How do i get rid of this?

    Question
    I use google with firefox, everytime i open firefox and begin browsing or go to check my mail i get a firefox not responding error message on top left of screen. How do i get rid of this?

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • Error message pops up:  url files of type "file:" are not supported.  How can I get rid of this?

    Error message pops up:  url files of type "file:" are not supported.  How can I get rid of this?

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

Maybe you are looking for

  • Problem in using client_image.read_image_file

    Hi all I want to load a picture file into a forms item at Develeoper Forms 10g Rel.2 with the following procedure, but it doesnt work and i also get no error. PROCEDURE import_image IS vFileName VARCHAR2(512); BEGIN -- Transfer Picture from File Dire

  • How to use two different versions of Firefox at the same time on Snow Leopard?

    I recently upgraded to Firefox 4.0 on my 27" iMac running Snow Leopard 10.6.7. Previously, I was using Google's "Page Speed" along with Firebug in Firefox 3.6.15 to optimize images in my web pages, and to find other areas to optimize. Page Speed is n

  • Keeps scrolling, never printing... any ideas?

    Not sure when this happened, but I am now no longer able to "print to pdf" from my applications (Word, Excel, notepad, etc). It looks like it kicks off successfully: files begin to show up as a document under the printer "Adobe PDF", but status remai

  • New Motion Supplemental Content

    check Software Update - 1.13GB of Motion templates and Motion library content.

  • 'N' character in Select query

    select * from hosts where host_name=N'ps456' what is the significance of N character in host_name=N'ps456' ?