Getting i18 converter error

i18 converter error shown when trying to connect where data base password has numeric and special characters.
The error is oracle.i18n.text.converter.CharacterConverterOGS.getInstance(1).....
Is there any path or classpath environment variable setting to be done to get rid of this error...
Thanks in advance.

BalusC wrote:
Amod wrote:
<t:selectOneMenu id="exterroDirectory" forceId="true" value="#{dropDownHandler.dropDownBean.exterroDirectory.ExterroId}" required="true" >The property 'ExterroId' should be written as 'exterroId'.The property 'ExterroId' should be written as 'exterroId'.
Yes that is correct, but I by mistake have declared the variable also as ExterroId. I will correct that.

Similar Messages

  • Convert error from 2003 word and excel to pdf.

    Have Acrobat 8 Pro with vista business. Can no longer convert 2003 word or excel files to pdf format.  Get a convert error, please corect problem. Other file formats work file. Am current on updates. Any ideas?

    So what you are saying
    On the server we have to install LiveCycle and MS Office. LiveCycle will have some API exposed that will take Word or Excel as inut parameter. Then LiveCycle will use MS Office internally to convert the office document into PDF.
    Do you happen to know the memory footprints this procees will have?
    Also how much does LiveCycle cost?

  • I'm getting a 9041 error when trying to convert files to AAC -- any ideas on how to fix it?  the files files in iTunes show up as Apple Lossless but i can't put them on my iPod

    i'm getting a 9041 error when trying to convert files to AAC -- any ideas on how to fix it?  the files files in iTunes show up as Apple Lossless but i can't put them on my iPod

    "I have been able to convert to AAC by first converting to AIFF  and then to AAC. This is a pan though."
    this worked for me.
    thanks.

  • I am trying to convert PDF to word. With my PC  I get a message  "Error occurred while trying to access the service.   It worked fine for a long time.  Has been doing this for days now with all files i try to convert.

    I am trying to convert PDF to Word with Adobe Export PDF on my PC.  I get the message " error occurred while trying to access service".  Has worked fine in past.  Has been doing this for a few days now on all files i try to convert.    Any ideas?? Thanks

    Hi bert090909,
    Are you trying to convert your files from within Adobe Reader? If so, please make sure that you have the most current version by choosing Help > Check for Updates. Earlier versions of Reader could cause the specific error that you're reporting.
    Please let us know how it goes.
    Best,
    Sara

  • Solved: Dynamic Converter error - Can't get HTML rendition of files

    I installed the Dynamic Converter into Content Server on a Linux system, setup the paths to the fonts, and checked-in basic templates, layouts and scripts. When I check-in a new document (word document in this example), I get the following error:
    Content Server Request Failed
    Unable to get dynamic conversion. Failed to export document 'KAISERDOCTORLIST' using template 'BLANKGUITEMPLATE' and layout 'DEFAULTLAYOUTTEMPLATE'. Export process: 'DCExport'
    [ Details ]
    intradoc.common.ServiceException: !csFailedToExport,KAISERDOCTORLIST,BLANKGUITEMPLATE,DEFAULTLAYOUTTEMPLATE!$Export process: 'DCExport' at dynamicconverter.DynConverterHandler.doConversion(Unknown Source) at dynamicconverter.DynConverterHandler.runHtmlConversion(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Any help would be greatly appreciated! Thanks, Ken
    Edited by: klee on Oct 21, 2008 10:32 AM

    I found an error in the font paths. I also add /idc/server/shared/os/linux/jdk1.5.0_11/jre/lib/fonts to the path. I restarted the idc server, and now the HTML Rendition appears to be working.

  • I get a General Error message when I convert my film to Quicktime Movie.

    I've compressed my film down to 24p etc etc. That worked fine. Before I did the compression there were some things I had to reconnect, did that, there was only one that didn't reconnect but the compression worked fine. Then I go to turn the film into a Quicktime Movie, I get to about 60% then I get a General Error message. Anyone have any ideas why thats happening?

    Have you tried the compression with cinema tools?
    make a quicktime movie of the stuff at 25 that you want to compress at 24 and go to cinema tools. make sure you create a new database at 24fps and try menu clip / comform. notice that cinema tools doesn't duplicate the clip, so it converts the one you are importing, make sure it is a copy of the original at 25

  • In 10.7.3 I get a message: error occurred while converting file. You do not have the privilege to make changes.

    in Itunes 10.7.3 I get a message: error occurred while converting file. You do not have the privilege to make changes. This just started and I can not import my cds. Any thoughts?

    Do you have read& write permissions to your iTunes library?
    See this thread: Re: "Error has occurred... You do not have the privilege to make changes."

  • When I try to convert an existing Word intake form into a fillable PDF, I get an unexpected error.

    When I try to convert an existing Word intake form into a fillable PDF, I get an unexpected error message and it will not convert.  I am using Adobe XI Pro.  Any thoughts on why this is occuring.  I would like to avoid creating an entire new form from scratch.  If this doesn't work, I will not be purchasing the full version of the software as none of my Word files seem to be converting.

    I used the document which I downloaded from Adobe called "Convert and existing form into a fillable PDF form with Adobe Acrobat XI". 
    At tope right , Tools pane
    Open the Forms panel, Click Create
    Select Existing Document and click Next
    Choose Word file
    Error: "An unexpected error occurred. PDF Maker was unable to produce the Adobe PDF."
    I have tried several of my forms and none of them work.  There is no word attachment option to show you an example.
    Thanks

  • When trying to convert PDF to Word I get message "An Error occurred while trying to access this Service"  Never had problems before   how can it be fixed

    When trying to convert PDF to Word I get message "An Error occurred while trying to access this Service"  Never had problems before   how can it be fixed??

    It appears that you have a subscription to one of Adobe's online subscription sersvices.
    Here, you have a user-2-user forum for users of the free desktop PDF viewer Adobe Reader.
    Some resources for following up with question about Adobe online services.
    To contact support for acrobat.com subscription services: 
    https://www.acrobat.com/misc/en/contact-support.html 
    Other links to support:
    http://helpx.adobe.com/contact.html
    http://helpx.adobe.com/support.html
    contact Adobe Customer Care on Twitter @AdobeCare.
    Phone support (for a fee - have credit card ready)
    800-833-6687, Mon - Fri, 5AM - 7PM PT
    Be well...

  • TO_CHAR to convert date getting 'Invalid number' error

    I am trying to convert a static date value using TO_CHAR function but I can't believe I am not able to do it such a simple conversion.
    //Obviously this is easy and everyone would like to give this as an example and this is what I see everwhere on Google and it works.
    SELECT TO_CHAR(sysdate, 'YYYY-MM-DD') FROM DUAL;
    How can I make it work like this?
    SELECT TO_CHAR('2010-JUN-23', 'YYYY-MM-DD') FROM DUAL;
    I keep getting "Invalid number" error. I changed my constant date to different formats but none works.

    Your first literal is not a date, assuming you didn't set NLS_DATE_FORMAT.
    So the code should have been
    SELECT TO_CHAR(to_date('2010-JUN-23','YYYY-MON-DD'), 'YYYY-MM-DD') FROM DUAL;
    Please note DATEs are always converted to VARCHAR2 when you SELECT them, using NLS_DATE_FORMAT.
    When you use a DATE string literal it ias always implicitly converted to a real date, by using NLS_DATE_FORMAT.
    So if you want all your dates formatted as YYYY-MON-DD, you need to set NLS_DATE_FORMAT to that mask.
    Sybrand Bakker
    Senior Oracle DBA

  • I am trying to convert a pdf and it asks me to sign in and then i get a network error message

    i am trying to convert a pdf and it asks me to sign in and then i get a network error message

    Hi dougtimberlake,
    We may need a little more information to go on to address the issue you're facing. Are you using ExportPDF to convert the PDF file--and from within Reader or directly via the ExportPDF website? It would also be very helpful to know the exact error message that you're receiving, and whether it happens with all the files that you try to convert, or just some. Please write back and provide a few specifics. In the meantime, please try the following:
    Clear your browser cache (steps to do this vary by browser)
    Check with your IT team to confirm if you have firewall/proxy settings that restrict the ability to upload files to the internet.
    If the issue persists after the steps above, please try another web browser.  A list of supported browsers for accessing the ExportPDF service is available here: http://www.adobe.com/acom/systemreqs/
    I look forward to hearing back from you.
    Best,
    Sara

  • Please help.  Keep getting a conversion error when trying to convert a PDF to a .docx. Advice?

    Please help.  Keep getting a conversion error when trying to convert a PDF to a .docx. Advice?

    Sara,
    Please see my answers in bold below.
    What browser are you using? Try clearing the cache, or using a different browser. N/A
    Are you converting from within Reader, or directly via the ExportPDF website. Within Reader.I disabled the OCR and this did not work either. Try converting from within Reader, and disable OCR as detailed in this document: How to disable Optical Character Recognition (OCR) when converting PDF to Word or Excel.
    Are you on a networked computer? Make sure that there aren't any firewall/proxy settings that are preventing you from uploading files to the Internet. Not having problems uploading the file--that works fine.
    Make sure the file is within the file-size limit of 100 MB. It is <40.
    I get the error message, "File failed to be converted using Adobe ExportPDF online."
    Thanks for your help in advance.

  • Getting Converter Error

    Hi,
    I am getting this following error
    " Error finding Converter for component with id exterroDirectory "
    when I debug through my handler.
    can anybody know waht could be the real problem
    I have set this id in <h:selectoneMenu> tag.
    I am posting my jsp page for the reference:
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
    <f:subview id="dropDown">
    <h:form>
    <h:outputText value="Exterro Company Directory" />
    <f:verbatim escape="false"> <br><br><br> </f:verbatim>
    <h:outputText value="Select Employee Name: "> </h:outputText>
    <f:verbatim escape="false">
    <br>                    
                             </f:verbatim>
                                  <t:selectOneMenu id="exterroDirectory" forceId="true" value="#{dropDownHandler.dropDownBean.exterroDirectory.ExterroId}" required="true" >
                                       <f:selectItems value="#{dropDownHandler.allProjectStatusesDropDown}" />
                                  </t:selectOneMenu>
                                  <h:message for="exterroDirectory" styleClass="error" />
                             <f:verbatim escape="false">
                             </f:verbatim>
                             <h:commandButton value="Submit" action="#{dropDownHandler.record}" type="Submit" > </h:commandButton>
    </h:form>
    </f:subview>
    Thanks in advance!

    BalusC wrote:
    Amod wrote:
    <t:selectOneMenu id="exterroDirectory" forceId="true" value="#{dropDownHandler.dropDownBean.exterroDirectory.ExterroId}" required="true" >The property 'ExterroId' should be written as 'exterroId'.The property 'ExterroId' should be written as 'exterroId'.
    Yes that is correct, but I by mistake have declared the variable also as ExterroId. I will correct that.

  • Why dont we get a compilation error for converting a collection into array?

    Why don't we get a compilation error but get a runtime error while explicit casting of Object[] into a String[]?
    import java.util.Collection;
    import java.util.HashMap;
    import java.util.Map;
    public class SampleMap {
      public static void main(String[] args) {
        Map<Integer, String> temp = new HashMap<Integer, String>();
        temp.put(new Integer(1), "cat");
        temp.put(new Integer(2), "rat");
        Collection coll = temp.values();
        String[] arr = (String[]) coll.toArray();
        System.out.println(arr.length);
    } Thanks,
    Harish Srinivasan

    Infiniti wrote:
    Why don't we get a compilation error but get a runtime error while explicit casting of Object[] into a String[]?
    import java.util.Collection;
    import java.util.HashMap;
    import java.util.Map;
    public class SampleMap {
    public static void main(String[] args) {
    Map<Integer, String> temp = new HashMap<Integer, String>();
    temp.put(new Integer(1), "cat");
    temp.put(new Integer(2), "rat");
    Collection coll = temp.values();
    String[] arr = (String[]) coll.toArray();
    System.out.println(arr.length);
    } Thanks,
    Harish SrinivasanAn explicit cast's job is to tell the compiler that even though it cannot guarantee that the conversion will work, allow the code anyway and let the runtime handle an error if it occurs.

  • I keep getting:"Sorry, an error has occured."

    I have Windows 7 (32 bit) installed on my Dell Laptop.
    Here's the error I keep getting:
    Market Samurai
    Sorry, an error has occured.
    The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.
    A little bit of history
    I bought the software last year and it worked perfectly fine.  Then there was a new update for Market Samurai and it never worked since on this computer.  I’ve tried it on other computers and it works fine.
    Here’s the last support message I got from Market Samurai
    “Hi Andre,
    Unfortunately I don't have good news...
    The developers cannot think of anything we haven't already tried, and they too are unable to find any information about this issue - it has us all stumped!
    Do you have another computer you can install Market Samurai on? Or could you do a fresh install of Windows on your computer? I know it sounds drastic, but in cases like this the easiest (and sometimes only) solution is to try a fresh install of Windows.
    If you want to continue to try debugging this issue, you can ask for help on the Adobe forums, as their support staff patrol the forums and answer questions that users may have: http://forums.adobe.com/community/air/installation
    I wish I could be of more help but this is an issue that neither I, or anyone else at Noble Samurai, seem to have an answer for.
    I'm sorry that I was unable to help you get it to install. I'm more than happy to keep working with you on this if you have any luck with Adobe support, but I'm all out of ideas as to where to go next.
    Regards,
    Tom"
    Here’s the latest install log
    [2012-07-23:19:18:12] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-23:19:18:12] Commandline is: -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-23:19:18:12] No installed runtime detected
    [2012-07-23:19:18:12] Invoking Application Installer for combined install
    [2012-07-23:19:18:12] Launching subprocess with commandline C:\Users\Andre\AppData\Local\Temp\AIR2240.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Andre\AppData\Local\Temp\AIR2240.tmp -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-23:19:18:13] Application Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-23:19:18:13] Commandline is: -runtime C:\Users\Andre\AppData\Local\Temp\AIR2240.tmp -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-23:19:18:13] No installed runtime detected
    [2012-07-23:19:18:13] Unpackaging http://download.marketsamurai.com/MarketSamurai.0.88.80.air to C:\Users\Andre\AppData\Local\Temp\fla423E.tmp
    [2012-07-23:19:18:25] Application signature verified
    [2012-07-23:19:18:25] Unpackaging/validation complete
    [2012-07-23:19:18:33] Converting unpackaged application to a native installation package in C:\Users\Andre\AppData\Local\Temp\fla8D04.tmp
    [2012-07-23:19:18:37] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2012-07-23:19:18:47] Application Installer end with exit code 7
    [2012-07-23:19:18:47] Subprocess app installer failed (7)
    [2012-07-23:19:18:47] Runtime Installer end with exit code 7
    [2012-07-24:01:48:42] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:01:48:42] Commandline is: -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-24:01:48:42] No installed runtime detected
    [2012-07-24:01:48:42] Invoking Application Installer for combined install
    [2012-07-24:01:48:42] Launching subprocess with commandline C:\Users\Andre\AppData\Local\Temp\AIR9EB6.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Andre\AppData\Local\Temp\AIR9EB6.tmp -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-24:01:48:42] Application Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:01:48:42] Commandline is: -runtime C:\Users\Andre\AppData\Local\Temp\AIR9EB6.tmp -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-24:01:48:42] No installed runtime detected
    [2012-07-24:01:48:43] Unpackaging http://download.marketsamurai.com/MarketSamurai.0.88.80.air to C:\Users\Andre\AppData\Local\Temp\flaC49E.tmp
    [2012-07-24:01:48:53] Application signature verified
    [2012-07-24:01:48:53] Unpackaging/validation complete
    [2012-07-24:01:49:00] Converting unpackaged application to a native installation package in C:\Users\Andre\AppData\Local\Temp\fla5E2.tmp
    [2012-07-24:01:49:06] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2012-07-24:01:49:21] Application Installer end with exit code 7
    [2012-07-24:01:49:21] Subprocess app installer failed (7)
    [2012-07-24:01:49:21] Runtime Installer end with exit code 7
    [2012-07-24:19:05:32] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:19:05:32] Commandline is: -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-24:19:05:32] No installed runtime detected
    [2012-07-24:19:05:32] Invoking Application Installer for combined install
    [2012-07-24:19:05:33] Launching subprocess with commandline C:\Users\Andre\AppData\Local\Temp\AIRE367.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Andre\AppData\Local\Temp\AIRE367.tmp -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-24:19:05:33] Application Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:19:05:33] Commandline is: -runtime C:\Users\Andre\AppData\Local\Temp\AIRE367.tmp -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-24:19:05:33] No installed runtime detected
    [2012-07-24:19:05:33] Unpackaging http://download.marketsamurai.com/MarketSamurai.0.88.80.air to C:\Users\Andre\AppData\Local\Temp\fla5C5.tmp
    [2012-07-24:19:05:46] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:19:05:46] Commandline is: -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-24:19:05:46] No installed runtime detected
    [2012-07-24:19:05:46] Invoking Application Installer for combined install
    [2012-07-24:19:05:46] Launching subprocess with commandline C:\Users\Andre\AppData\Local\Temp\AIR1282.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Andre\AppData\Local\Temp\AIR1282.tmp -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-24:19:05:46] Application Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:19:05:46] Commandline is: -runtime C:\Users\Andre\AppData\Local\Temp\AIR1282.tmp -playerVersion=11,3,300,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://download.marketsamurai.com/MarketSamurai.0.88.80.air -- "installed from web"
    [2012-07-24:19:05:46] No installed runtime detected
    [2012-07-24:19:05:48] Unpackaging http://download.marketsamurai.com/MarketSamurai.0.88.80.air to C:\Users\Andre\AppData\Local\Temp\fla3ECF.tmp
    [2012-07-24:19:05:50] Application signature verified
    [2012-07-24:19:05:50] Unpackaging/validation complete
    [2012-07-24:19:05:59] Application signature verified
    [2012-07-24:19:05:59] Unpackaging/validation complete
    [2012-07-24:19:06:00] Cancel request received
    [2012-07-24:19:06:01] Application Installer end with exit code 6
    [2012-07-24:19:06:01] Subprocess app installer failed (6)
    [2012-07-24:19:06:01] Cancel request received
    [2012-07-24:19:06:01] Runtime Installer end with exit code 6
    [2012-07-24:19:06:04] Converting unpackaged application to a native installation package in C:\Users\Andre\AppData\Local\Temp\fla7C9B.tmp
    [2012-07-24:19:06:11] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2012-07-24:19:06:17] Application Installer end with exit code 7
    [2012-07-24:19:06:17] Subprocess app installer failed (7)
    [2012-07-24:19:06:17] Runtime Installer end with exit code 7
    [2012-07-24:19:08:42] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:19:08:42] Commandline is:
    [2012-07-24:19:08:42] No installed runtime detected
    [2012-07-24:19:08:45] Relaunching with elevation
    [2012-07-24:19:08:45] Launching subprocess with commandline c:\users\andre\appdata\local\temp\airc991.tmp\adobe air installer.exe -ei
    [2012-07-24:19:08:50] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:19:08:50] Commandline is: -stdio \\.\pipe\AIR_5896_0 -ei
    [2012-07-24:19:08:50] No installed runtime detected
    [2012-07-24:19:08:50] Starting silent runtime install. Installing runtime version 3.3.0.3670
    [2012-07-24:19:08:51] Installing msi at c:\users\andre\appdata\local\temp\airc991.tmp\setup.msi with guid {65CB4C08-C47B-4A7E-A6A4-50C06ADA5FC6}
    [2012-07-24:19:08:55] Runtime Installer end with exit code 0
    [2012-07-24:19:08:55] Elevated install completed
    [2012-07-24:19:08:59] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2012-07-24:19:08:59] Runtime Installer end with exit code 0
    [2012-07-24:19:09:00] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:19:09:00] Commandline is: -installupdatecheck
    [2012-07-24:19:09:00] Installed runtime (3.3.0.3670) located at c:\Program Files\Common Files\Adobe AIR
    [2012-07-24:19:09:01] Performing pingback request
    [2012-07-24:19:09:02] Pingback request completed with HTTP status 200
    [2012-07-24:19:09:02] Starting runtime background update check
    [2012-07-24:19:09:02] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.3.0.3670/update
    [2012-07-24:19:09:02] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.3.0.3670/update to C:\Users\Andre\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-07-24:19:09:02] Runtime update not available
    [2012-07-24:19:09:02] Unpackaging cancelled
    [2012-07-24:19:09:02] Runtime Installer end with exit code 0
    [2012-07-24:19:09:12] Application Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:19:09:12] Commandline is: "C:\Users\Andre\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\PKM51BZ0\DomainSamurai.0.03.08.air"
    [2012-07-24:19:09:12] Installed runtime (3.3.0.3670) located at c:\Program Files\Common Files\Adobe AIR
    [2012-07-24:19:09:12] Unpackaging file:///C:/Users/Andre/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Conte nt.IE5/PKM51BZ0/DomainSamurai.0.03.08.air to C:\Users\Andre\AppData\Local\Temp\fla5C2E.tmp
    [2012-07-24:19:09:16] Application signature verified
    [2012-07-24:19:09:16] Unpackaging/validation complete
    [2012-07-24:19:09:16] No app located for appID 'DomainSamurai' and pubID '6E37012E1CBD7F47B14488FCC715944F3EBDCEDC.1'
    [2012-07-24:19:09:20] Converting unpackaged application to a native installation package in C:\Users\Andre\AppData\Local\Temp\fla7C4D.tmp
    [2012-07-24:19:09:24] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2012-07-24:19:09:34] Application Installer end with exit code 7
    [2012-07-24:19:12:49] Application Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-07-24:19:12:49] Commandline is: "C:\Users\Andre\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\T2LCMD54\DomainSamurai.0.03.08.air"
    [2012-07-24:19:12:49] Installed runtime (3.3.0.3670) located at c:\Program Files\Common Files\Adobe AIR
    [2012-07-24:19:12:50] Unpackaging file:///C:/Users/Andre/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Conte nt.IE5/T2LCMD54/DomainSamurai.0.03.08.air to C:\Users\Andre\AppData\Local\Temp\flaAF3D.tmp
    [2012-07-24:19:12:56] Application signature verified
    [2012-07-24:19:12:56] Unpackaging/validation complete
    [2012-07-24:19:12:56] No app located for appID 'DomainSamurai' and pubID '6E37012E1CBD7F47B14488FCC715944F3EBDCEDC.1'
    [2012-07-24:19:13:00] Converting unpackaged application to a native installation package in C:\Users\Andre\AppData\Local\Temp\flaD7D4.tmp
    [2012-07-24:19:13:05] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2012-07-24:19:13:13] Application Installer end with exit code 7
    Here’s some conversation with Market Samurai's support and steps of what I’ve done so far:
    Ok, I just tried every step detailed in your e-mail below
         "It appears there is a corrupt or damaged file that is preventing the install from happening.
    First, uninstall both Market Samurai and Adobe AIR using the Control Panel's "Add/Remove Programs" area (in XP) or "Uninstall a Program" (Vista and Win7)
    Then go to http://support.microsoft.com/mats/Program_Install_and_Uninstall/en-us to run "Microsoft Fix-It", which is designed to clean up problems which can get in the way of uninstalling and reinstalling software.
    As an alternative, download and install "Revo Uninstaller" which is available on a free 30-day trial from http://www.revouninstaller.com/revo_uninstaller_free_download.html - this should help you remove any traces of Adobe AIR from your system which may be hanging around and blocking a proper reinstall.
    Perform a search on your hard drive for all files that end in ".air" - delete these, as your computer may be caching the corrupt file, preventing you from downloading a new copy of the file (here's an illustration of how to find the Search feature http://goo.gl/q0inI on all versions of Windows)
    Be sure to check that there are no AIR (files with the extension .air) in C:\Program Files\Common Files\ - delete any you find.
    Download the Market Samurai AIR file again from your personalized download page linked below - use the link under option 2, Manual install - and try reinstalling again."
    I did the advanced remove with the revo, uninstalled adobe air and market samurai, conducted a search on my pc for .air and made sure to delete everything, plus did a restart. And I still get the same error.
    Here’s more steps that I’ve taken
    "Hi Andre,
    Let's check/try a couple of other things...
    #1: Your user account may have restricted access on your computer.
    The most common cause is that you are using a restricted access account on your computer - and the restrictions on your account are affecting the installation of Market Samurai.
    You can find detailed instructions on checking and adjusting this here: http://goo.gl/L7sHB
    After this, try installing Market Samurai again.
    #2: The User Account Control (UAC) may be turned off
    (this will affect only users with Windows Vista or Windows 7)
    This can be checked by going to "Start" > "Control Panel" > "User Accounts". From there, open UAC and make sure it's enabled. (On Windows Vista it's a simple checkbox; on Windows 7, the slider can be set anywhere except the bottom-most setting)
    More detailed instructions are available -
    Windows Vista: http://windows.microsoft.com/en-AU/windows-vista/Turn-User-Account-Control-on-or-off
    Windows 7: http://support.microsoft.com/kb/975787
    Then retry the installation.
    Let me know how it goes."
    My reply
    Negative sir, I've tried the steps above and still no success. My account is already operating as an administrator then I clicked on "change user account control settings" (I have windows 7) and changed the setting from default to "never notify and still no success.
    I've changed the User Account Settings from Default to Always Notify me (which is the opposite of last time), tried reinstalling the software (market samurai) and I still get the same error. So I proceeded with the manual install of adobe air which was ok then I tried the new information that you've given me (for the other product) above and I get the same error.  Oh yeah, and I've also tried running the "Fix it" from Windows and no success.
    It seems that I can’t install any of the Market Samurai nor the Domain Name Samurai from this publisher.  Yet I have the Livescibe Pen which is working fine.
    Do you have any other solutions other than trying to reinstall windows?
    Thanks, André

    As you can see below, when I right click, I have no such option.  In the User Account Settings, I'm operating as the "System Administrator".
    Any other suggestions?

Maybe you are looking for