Problem with ghostscript ['Distiller' did not produce the output file ]

Hi,
We are trying to convert the checked in files to pdf using ghostscript.
The Steps i have followed in installing the Distiller
First I have installed gs8.64 and configure distiller
Refinery server--> Conversion settings --> Third-party Application Settings --> Distiller Engine --> options -->
Use GhostScript and provided the path to install dierctory as C:/Program Files/gs/gs8.64/
Installed Printer as per the pdf
Conversion Settings --> Primary web redention --> convert to pdf using third party applications
Server details:
CS: 10gr3
ghost script 8.64
Plz find the below logs details
Error Log...
Copying c:/ucm/server2/vault/~convert/idc/2/2.txt to c:/ucm/server2/vault/~convert/idc/2/temp.ps
Waiting for exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps
Obtained exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps
Waiting on Distiller
Check for file c:/ucm/server2/vault/~convert/idc/2/temp.pdf failed
'Distiller' did not produce the output file 'c:/ucm/server2/vault/~convert/idc/2/temp.pdf'.
Exception type is 'java.lang.Throwable'. Details
An error has occurred. The stack trace below shows more information.
!$Copying c:/ucm/server2/vault/~convert/idc/2/2.txt to c:/ucm/server2/vault/~convert/idc/2/temp.ps <br>Waiting for exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps <br>Obtained exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps <br>Waiting on Distiller <br>Check for file c:/ucm/server2/vault/~convert/idc/2/temp.pdf failed <br>'Distiller' did not produce the output file 'c:/ucm/server2/vault/~convert/idc/2/temp.pdf'. <br>!syExceptionType,java.lang.Throwable
java.lang.Throwable
     at intradoc.common.IdcLogWriter.doMessageAppend(Unknown Source)
     at intradoc.common.Log.addMessage(Unknown Source)
     at intradoc.common.Log.errorEx2(Unknown Source)
     at intradoc.common.Log.errorEx(Unknown Source)
     at docrefinery.agent.Logger.logError(Logger.java:138)
     at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:140)
     at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
     at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
     at docrefinery.convert.ConversionDriver.processSubConversion(ConversionDriver.java:165)
     at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:109)
     at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
     at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
     at docrefinery.queue.PreConvertedRefineryQueueMonitor.handleCurrentQueueItem(PreConvertedRefineryQueueMonitor.java:204)
     at docrefinery.queue.PreConvertedRefineryQueueMonitor.monitorRefineryPreConverterQueue(PreConvertedRefineryQueueMonitor.java:125)
     at docrefinery.queue.PreConvertedRefineryQueueMonitor$1.run(PreConvertedRefineryQueueMonitor.java:93)
     at java.lang.Thread.run(Thread.java:595)
Conversion completed -- Step PostscriptToPDF forced conversion failure by conversion engine because of error: ''Distiller' did not produce the output file 'c:/ucm/server2/vault/~convert/idc/8/temp.pdf'.'. Exception type is 'java.lang.Throwable'.
Please suggest me where i am going wrong...
Thanks in advance,
Prasad V.

Hi Srinath,
Thanks for your reply. It worked fine with 8.63 version.
Is there any other way to get it worked with out installing ghostscript.exe as the client doesnt want to instal any exe file on the server as it has broader impact on other instances also, can we acheive the conversion by copying the extracted zip files of ghostscript-8.63.tar.gz .....
We tried with extracted zip files by following the below settings
Refinery server--> Conversion settings --> Third-party Application Settings --> Distiller Engine --> options -->
deselected Use GhostScript and provided the Path to generic PostScript to PDF engine D:\ghostscript\ghostscript\lib\ps2pdf14.bat
Parameters to pass to generic PostScript to PDF engine.
<$postscriptFile$> <$pdfFile$>
Path to generic PDF optimization engine.
D:\ghostscript\ghostscript\lib\pdfopt.bat
Parameters to pass to generic PDF optimization engine.
<$pdfFile$> <$optimizedPdfFile$>
Installed Printer as per the pdf
Conversion Settings --> Primary web redention --> convert to pdf using third party applications
We are getting the below error:
Waiting for exclusive access on c:/temp/idcoutput.ps
Obtained exclusive access on c:/temp/idcoutput.ps
Waiting on Distiller
Error Distilling
Exception type is 'java.lang.Throwable'. [ Details ]
An error has occurred. The stack trace below shows more information.
!$Waiting for exclusive access on c:/temp/idcoutput.ps <br>Obtained exclusive access on c:/temp/idcoutput.ps <br>Waiting on Distiller <br>Error Distilling <br>!syExceptionType,java.lang.Throwable
java.lang.Throwable
     at intradoc.common.IdcLogWriter.doMessageAppend(Unknown Source)
     at intradoc.common.Log.addMessage(Unknown Source)
     at intradoc.common.Log.errorEx2(Unknown Source)
     at intradoc.common.Log.errorEx(Unknown Source)
     at docrefinery.agent.Logger.logError(Logger.java:138)
     at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:140)
     at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
     at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
     at docrefinery.queue.PreConvertedRefineryQueueMonitor.handleCurrentQueueItem(PreConvertedRefineryQueueMonitor.java:204)
     at docrefinery.queue.PreConvertedRefineryQueueMonitor.monitorRefineryPreConverterQueue(PreConvertedRefineryQueueMonitor.java:125)
     at docrefinery.queue.PreConvertedRefineryQueueMonitor$1.run(PreConvertedRefineryQueueMonitor.java:93)
     at java.lang.Thread.run(Thread.java:595)
Conversion completed -- Step PostscriptToPDF forced conversion failure by conversion engine because of error: 'Error Distilling'. Exception type is 'java.lang.Throwable'.
Plz let us know if it is possible to convert the docs to pdf with out installing the ghostscript.exe file on server.
Thanks in advance,
Prasad V.

Similar Messages

  • Exe file not producing the output files

    Could anyone please help me with my exe file. I have an exe file "exeFile" which takes more than one file as input from the source "c:/files" and produces some files as output into the destination "c:/files". Both my source and destination is same. My code given below is neither showing any error nor outputting any files. My code is:
    private static void compilingFiles() throws IOException
         String FirstParam = "C:/files";      
         String SecondParam = "C:/files";
         Process proc =Runtime.getRuntime().exec("cmd /c start /MIN C:/files/exeFile " + FirstParam, (String[])null, new File(SecondParam));
    }

    After going through The reference, I modified my code as under. My first exe file "tex" is doing the necessary as before, that is producing the output files to the destination, but the second exe file "fi2t1" is not producing the necessary output.
    My output after running this file is:
    <ERROR>
    </ERROR>
    Process exitValue1: 0
    <ERROR>
    </ERROR>
    Process exitValue2: 0
    <ERROR>
    </ERROR>
    Process exitValue1: 0
    <ERROR>
    </ERROR>
    Process exitValue2: 0
    <ERROR>
    </ERROR>
    Process exitValue1: 0
    <ERROR>
    </ERROR>
    Process exitValue2: 0
    So as per The reference, I think my code is right - "So, MediocreExecJavac works and produces an exit value of 2. Normally, an exit value of 0 indicates success; any nonzero value indicates an error.".
    So please tell me where am I wrong. My code is:
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.util.*;
    public class FontDriverCompile
         public FontDriverCompile()
         void compileFile(File newFile, String renameSub, File outputfile) throws IOException
              String FirstParam = "C:\\Temp\\sample\\font-driver.tex";  
              String FirstParam2 = "C:\\Temp\\sample";
              String SecondParam = "C:\\Temp\\sample";  
              try
                   Process proc1 =Runtime.getRuntime().exec("cmd /c start /MIN C:/Temp/sample/tex " + FirstParam, (String[])null, new File(SecondParam));
                   InputStream stderr = proc1.getErrorStream();
                   InputStreamReader isr = new InputStreamReader(stderr);
                   BufferedReader br = new BufferedReader(isr);
                   String line = null;
                   System.out.println("<ERROR>");
                   while ( (line = br.readLine()) != null)
                        System.out.println(line);
                   System.out.println("</ERROR>");
                   int exitVal1 = proc1.waitFor();
                   System.out.println("Process exitValue11: " + exitVal1);
              catch (Throwable t)
                   System.out.println("t.printStackTrace()_1");
                   t.printStackTrace();
              try
                   Process proc2 =Runtime.getRuntime().exec("cmd /c start /MIN C:/Temp/sample/fi2t1 " + FirstParam2, (String[])null, new File(SecondParam));
                   InputStream stderr = proc2.getErrorStream();
                   InputStreamReader isr = new InputStreamReader(stderr);
                   BufferedReader br = new BufferedReader(isr);
                   String line = null;
                   System.out.println("<ERROR>");
                   while( (line = br.readLine()) != null)
                        System.out.println(line);
                   System.out.println("</ERROR>");
                   int exitVal2 = proc2.waitFor();
                   System.out.println("Process exitValue2: " + exitVal2);
              catch (Throwable t)
                   System.out.println("t.printStackTrace()_2");
                   t.printStackTrace();
    }Message was edited by:
    sony_tj

  • I have a problem with itunes account did not find a solution.

    Good morning
    I have a problem with itunes account did not find a solution.
    The problem: your apple id has been Dasabld
    I can not if download applications from the iTunes store
    Hoping to help me solve the problem
    Note my English is very weak
    I want to re-activate the iTunes account
    Thank you

    To Contact iTunes Customer Service Use this Link...
    Apple  Support  iTunes Store  Contact

  • HT5312 I have a problem in my seat did not remember the questions and ask you to send it

    I have a problem in my seat did not remember the questions and ask you to send it

    We are fellow users and cannot alter your security questions...you need to contact Apple support at an appropriate number found in http://support.apple.com/kb/HE57 and then ask to speak with someone in account security.

  • Hello Please help me   I have worked erased     IPhone exists with me     But did not finish the process erased     What is the solution??

    Hello
    Please help me
    I have worked erased
    IPhone exists with me
    But did not finish the process erased
    What is the solution??

    Post in your native language, the above make not sense.

  • "Cannot evaluate parameter 'NewName' because its argument input did not produce any output." error received

    I need to rename a set of files with a subset of the files' original name. I wrote this script:
    dir | rename-item -newname {if ($_.name -match '\d{4,5}\-\d{5}\s\-\s(.+)\s\-\s.+\s\-\s.+'){$name=$matches[1]; -replace '.+', "$name";}}
    This works in that the file and/or directory names are changed, but it also gives me the error:
    Rename-Item : Cannot evaluate parameter 'NewName' because its argument input did not produce any output.
    At C:\...\FileStrip.ps1:1 char:28
    + dir | rename-item -newname {if ($_.name -match '\d{4,5}\-\d{5}\s\-\s(.+)\s\-\s.+ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (Vivek Shyam:PSObject) [Rename-Item], ParameterBindingException
        + FullyQualifiedErrorId : ScriptBlockArgumentNoOutput,Microsoft.PowerShell.Commands.RenameItemCommand
    I'm not sure how to fix this. Any assistance would be appreciated.

    ok, thanks.
    You've avoided the whole 'use the piped data implicitly' thing by the explicit ForEach. I'm ok with that, but I'm still curious how to get the non-ForEach version to not error.
    Anyway, what you provided almost worked. I modified to be this:
    dir -file |
       Where{$_.name -match '\d{4,5}\-\d{5}\s\-\s(.+)\s\-\s.+\s\-\s.+'} |
       ForEach-Object{
            $match=$matches[1]
            $newname=$_.Name -replace '.+', "$match"
            Rename-item $_ $newname
    to get it working properly.
    But it looks like the simplest form is:
    dir -file |
       Where{$_.name -match '\d{4,5}\-\d{5}\s\-\s(.+)\s\-\s.+\s\-\s.+'} |
       ForEach-Object{
            Rename-item $_ $matches[1]

  • Receiver SOAP Adapter Problem-soap fault: Server did not recognize the valu

    I have a scenario for service orders using async call : IDOC-XI-SOAP.
    I used the XML Spy tool to test the Service order's web services and it works fine. I imported the same WSDL file in XI. When I send a SOAP message from XI, I get a following error in the adapter engine.
    <i>MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server did not recognize the value of HTTP Header SOAPAction: AddUpdateCostObjectLevel1.</i>
    Can someone please help me...
    Thanks in advance!
    Mrudula

    This problem is resolved by me by passing the "http://company's URL/AddUpdateCostObjectLevel1" in the SOAP action.
    Thanks to all for your input.
    Mrudula

  • Problem with ios certificate server not updating the CRL

    Hi all,
    The background is that i'm currently setting up a DMVPN solution with the ipsec tunnels between the spokes created using certificates.
    I'm using a cisco 877 as the CA server (its running 12.4(6)T5) to provide the certificates to the spoke routers. This part is working fine - the spokes can request a certificate and get one issue all well and good.
    The problem is on the CA, the CRL lifetime is set to 24 hours but the CA is not updating the CRL so when the spokes look for the revocation list (as set in their trustpoint) they are reporting an error that the CRL is out of date and won't connect.
    If is do a '#sh crypto pki server' it lists a 'CRL NextUpdate timer. this has a timestamp that is 24 hours after the last certificate was revocked. The only way i can get the CRL to be re-generated is to revoke a certificate.
    So, my question is, have i missed something here? I thought the CA would automatically generat a new CRL file every 24hours.
    Can anyone help?
    thanks.

    Hi Mark (?)
    this seems to match this bug:
    CSCsy95838    IOS CA: CRL not updated, update timer no started
    However it does not mention if 12.4(6)T5 is affected, only that it was found in 12.4(15)T3 and resolved in 12.4(15)T10 and other more recent releases.
    I would suggest trying the latest 12.4(15)Tx, 15.0(1)Mx or 15.1(4)Mx release if you can.
    I supposed you've though of it, but just in case: as a workaround you can disable the CRL check on all the DMVPN routers, obviously they will still allow connections from routers with a revoked spoke.
    As a (temporary?) replacement for a CRL, you could use a "certificate ACL" with which you can kind of create a "manual local CRL" :
      crypto pki certificate map certACL 10
       serial-number ne
       serial-number ne
       etc.
      crypto pki trustpoint myTP
       match certificate certACL
    (note the "ne" stands for "not equal" so you are permitting any certificate whose serial number is not listed)
    Obviously you would have to configure (and maintain!) this on each router participating in the DMVPN so this is cumbersome, but I suppose if you don't often revoke certs it might be an option.
    hth
    Herbert
    If this post answers your question, please click the "Correct Answer" button

  • Problem with deploying : SDM could not start the J2EE cluster on the host .

    Hello, All
    I have following problem with deploying the aplication I get  this messenger:
    16/09/2008 07:59:44 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : 192.168.0.14
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/PENITU1/LOCALS~1/Temp/temp47114ZChangeRequestDatabase.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/PENITU1/LOCALS~1/Temp/temp47114ZChangeRequestDatabase.ear
    Aborted: development component 'ZChangeRequestDatabase'/'local'/'LOKAL'/'0.2008.05.03.04.24.17'/'0':
    SDM could not start the J2EE cluster on the host Jupiter! The online deployment is terminated. There is no cluster control instance running on host Jupiter which is described in SecureStorage . The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :|Name:JM_T1221612526745_0_penitus15 |Host:PENITUS15 |State:5|HostAddress:192.168.0.205||Name:JM_T1221612357814_0_Jupiter |Host:pfs |State:5|HostAddress:192.168.0.14||Name:JC_Jupiter_JTP_00 |Host:pfs |State:5|HostAddress:192.168.0.14|Please check if there is an appropriate running cluster instances.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Deployment exception : The deployment of at least one item aborted
    I dont'n know  How do I  solver this error?
    - I reviewed the virtual memory and I increase the virtual memory
    - I restarted the server and  the system
    - I reviwed the parameter in the config tool --> cluster --> security storage it is OK
    Any suggestion for solver this  problem
    Thanks
    Regards
    DS

    I found this messenger in   Additional log information., Please si 
    17/09/2008 03:04:51 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [004]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[C:\usr\sap\JTP\JC00\SDM\program\log\sdmcl20080917200328.log]/>
    <!PATTERN[sdmcl20080917200328.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    Sep 17, 2008 1:04:40 PM  Info: -
    Starting deployment -
    Sep 17, 2008 1:04:40 PM  Info: Error handling strategy: OnErrorStop
    Sep 17, 2008 1:04:40 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Sep 17, 2008 1:04:40 PM  Info: Update strategy: UpdateAllVersions
    Sep 17, 2008 1:04:40 PM  Info: Starting deployment prerequisites:
    Sep 17, 2008 1:04:40 PM  Info: Loading selected archives...
    Sep 17, 2008 1:04:40 PM  Info: Loading archive 'C:\usr\sap\JTP\JC00\SDM\program\temp\temp62604ZIssueDatabase.ear'
    Sep 17, 2008 1:04:41 PM  Info: Selected archives successfully loaded.
    Sep 17, 2008 1:04:41 PM  Info: Actions per selected component:
    Sep 17, 2008 1:04:41 PM  Info: Initial deployment: Selected development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0' will be deployed.
    Sep 17, 2008 1:04:41 PM  Info: Ending deployment prerequisites. All items are correct.
    Sep 17, 2008 1:04:43 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Info: Saved current Engine state.
    Sep 17, 2008 1:04:45 PM  Info: Starting: Initial deployment: Selected development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0' will be deployed.
    Sep 17, 2008 1:04:45 PM  Info: SDA to be deployed: C:\usr\sap\JTP\JC00\SDM\root\origin\local\ZIssueDatabase\LOKAL\0\0.2008.04.17.10.53.03\temp62604ZIssueDatabase.ear
    Sep 17, 2008 1:04:45 PM  Info: Software type of SDA: J2EE
    Sep 17, 2008 1:04:45 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Info: Starting cluster instance processes.
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: An error occured while starting a cluster instance.
    Sep 17, 2008 1:04:45 PM  Error: There is no clutser control instance running on host Jupiter which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :
    Name:JM_T1221672404781_2_penitus15
    Host:PENITUS15
    State:5
    HostAddress:192.168.0.215
    Name:JM_T1221679486171_0_Jupiter
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Name:JC_Jupiter_JTP_00
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Please check if there is an appropriate running cluster instances.
    Sep 17, 2008 1:04:45 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Sep 17, 2008 1:04:45 PM  Error: Aborted: development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0':
    SDM could not start the J2EE cluster on the host Jupiter! The online deployment is terminated.
    There is no clutser control instance running on host Jupiter which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :
    Name:JM_T1221672404781_2_penitus15
    Host:PENITUS15
    State:5
    HostAddress:192.168.0.215
    Name:JM_T1221679486171_0_Jupiter
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Name:JC_Jupiter_JTP_00
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Please check if there is an appropriate running cluster instances.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Sep 17, 2008 1:04:45 PM  Info: Starting to save the repository
    Sep 17, 2008 1:04:46 PM  Info: Finished saving the repository
    Sep 17, 2008 1:04:47 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Sep 17, 2008 1:04:47 PM  Error: -
    At least one of the Deployments failed -
    Any help will be well received about this problema
    Thk
    Regards
    DS

  • Haveing Problems with Outlook express did not ask for it do not want it, pleasetell Us in an email how to disable it as it *up my computer

    You have put outlook express into our computer we did not ask for it we do not want it.
    Please tell us how to disable it so we can send files like before through aol.
    [email protected]
    ''edited for language - TonyE''

    Mozilla would not have installed Outook Express on your computer, they do not offer Microsoft programs. This would have been something that you or somebody using your computer would have installed.
    Check the Windows control panel add/remove programs for Outlook Express, you should be able to uninstall it from there.

  • My problem with Manner: I did not find a solution I want to help you

    Peace be upon you
    Brothers I have a problem after you make a format for the computer
    Namely, that which has its Albartishn Me does not open
    Show me this message
    The folder "a7med002" can't be opened because you don't have permission to see its contents.
    Although I am the administrator of the computer Crown full powers
    I tried to do some solutions that put me in the forums
    Such as
    Enter the following commands in the order
    After each command press Enter
    (Do not close the program permanently)
    Code PHP:
    chflags nouchg / Volumes / "Drive Name"
    Code PHP:
    chmod 755 / Volumes / "Drive Name"
    Code PHP:
    ls-alO / Volumes
    Code PHP:
    echo "done"
    Not long ago you Mfirmt computer and became the movement either then unfortunately Mailltt
    Is there another solution???
    Tried and this has happened I have Shahu you enter the required
    This is the message
    Last login: Fri Jan 21 17:06:09 on ttys000
    ahmed-alharthys-iMac: ~ ahmedalharthy $ chflags nouchg / Volumes / "a7med002"
    chflags: / Volumes/a7med002: Permission denied
    ahmed-alharthys-iMac: ~ ahmedalharthy $ chmod 755 / Volumes / "a7med002"
    chmod: Unable to change file mode on / Volumes/a7med002: Operation not permitted
    ahmed-alharthys-iMac: ~ ahmedalharthy $ ls-alO / Volumes
    total 8
    drwxrwxrwt @ 4 root admin hidden 136 Jan 21 15:33.
    drwxrwxr-t 29 root admin - 1054 Jan 21 15:25 ..
    lrwxr-xr-x 1 root admin - 1 Jan 21 15:24 Macintosh HD -> /
    drw-rw-r - @ 21 root admin uchg 782 Jan 21 11:43 a7med002
    ahmed-alharthys-iMac: ~ ahmedalharthy $ echo "done"
    done
    ahmed-alharthys-iMac: ~ ahmedalharthy $
    Here
    An explanation of the
    http://www.s-oman.net/avb/attachment.php?attachmentid=599749&stc=1&d=1289630375
    Tried to change my money properties
    privilege
    Instead of custom
    To other property Old Miasir due to the custom

    Well the simplest way, which may not solve your problem depending on its severity is:
    Applications -> Utilities -> Disk Utility -> select First Aid, click on hard drive within Disk Utility, and click Repair Permissions.
    If it is any more complicated, you'll need to find someone who can better interpret your language into English, or let us know what you speak, and maybe we can find someone who can interpret your language.

  • Flash Player did not cache the SWZ files

    Hi,
         I am usig the Flex 4.1 to create my Applican, and to reduce the size of the application.swf I sat the framework linkage to RSL, which produce a small swf file.
         and as what I read about the RSL the client will download the SWZ files at first time and cached them to be used, but I faced an issue with Flash Player 11 where the        swz files did not get cached and the application download them each time. so please advice about it, and is this related to the version of the Flash Player?
         these are the files Names textLayout_1.1.0.604.swz,textLayout.swc,framework_4.1.0.16076.swz,fra mework.swc
          here is how I added the links in the flex-config.xml.
         ===================================================================== ==========
        <runtime-shared-library-path>
                        <path-element>libs/textLayout.swc</path-element>
                        <rsl-url>https://ibill.mobily.com.sa/Libs/textLayout_1.1.0.604.swz</rsl-url>
                        <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                        <rsl-url>textLayout_1.1.0.604.swz</rsl-url>
                        <policy-file-url></policy-file-url>
              </runtime-shared-library-path>
        <!-- OSMF SWC -->
        <runtime-shared-library-path>
                        <path-element>libs/osmf.swc</path-element>
                        <rsl-url>https://ibill.mobily.com.sa/Libs/osmf_flex.4.0.0.13495.swz</rsl-url>
                        <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                        <rsl-url>osmf_flex.4.0.0.13495.swz</rsl-url>
                        <policy-file-url></policy-file-url>
              </runtime-shared-library-path>
        <!-- Framework SWC -->
              <runtime-shared-library-path>
                        <path-element>libs/framework.swc</path-element>
                        <rsl-url>https://ibill.mobily.com.sa/Libs/framework_4.1.0.16076.swz</rsl-url>
                        <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                        <rsl-url>framework_4.1.0.16076.swz</rsl-url>
                        <policy-file-url></policy-file-url>
              </runtime-shared-library-path>
        <!-- Spark SWC-->
                 <runtime-shared-library-path>
                        <path-element>libs/spark.swc</path-element>
                        <rsl-url>https://ibill.mobily.com.sa/Libs/spark_4.1.0.16076.swz</rsl-url>
                        <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                        <rsl-url>spark_4.1.0.16076.swz</rsl-url>
                        <policy-file-url></policy-file-url>
              </runtime-shared-library-path>
        <!-- Sparkskins SWC-->
                 <runtime-shared-library-path>
                        <path-element>libs/sparkskins.swc</path-element>
                        <rsl-url>https://ibill.mobily.com.sa/Libs/sparkskins_4.1.0.16076.swz</rsl-url>
                        <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                        <rsl-url>sparkskins_4.1.0.16076.swz</rsl-url>
                        <policy-file-url></policy-file-url>
              </runtime-shared-library-path>
              <!-- RPC SWC -->
              <runtime-shared-library-path>
                        <path-element>libs/rpc.swc</path-element>
                        <rsl-url>https://ibill.mobily.com.sa/Libs/rpc_4.1.0.16076.swz</rsl-url>
                        <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                        <rsl-url>rpc_4.1.0.16076.swz</rsl-url>
                        <policy-file-url></policy-file-url>
              </runtime-shared-library-path>
      =================================================
    Thanks in advance.

    Please ask your question on a forum for the Flash Player

  • Problem with SOAP Adapter receiver not receiving the proper string

    Hi friends
    I have a very simple scenario as follows using SOAP Syncronous Call
    SENDING SCENARIO
    ================
    ExternalClient --> SOAP ADAPTER --> XI -> RFC ADAPTER --> ZBAPI
    RECEIVING SCENARIO
    ==================
    ZBAPI  --> RFC ADAPTER   --> XI    -->   SOAP ADAPTER  --> ExternalClient
    Here External Client is sending a search ID and ZBAPI searches for that record and send the FirstName and LastName.
    I am using external Definitions in XSD format as follows.
    INPUT XSD is
    =========================================
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://cincom.com/xi/socrates/customerSearch" targetNamespace="http://cincom.com/xi/socrates/customerSearch">
         <xsd:element name="ZBAPI_GET_NAME">
              <xsd:complexType>
                   <xsd:all>
                        <xsd:element name="ID" type="xsd:integer" minOccurs="0" />
                   </xsd:all>
              </xsd:complexType>
         </xsd:element>
    </xsd:schema>
    ===========================================
    Reciving XSD file has
    ==============================================
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:socrates.cincom.com" targetNamespace="urn:socrates.cincom.com">
         <xsd:element name="ZBAPI_GET_NAME_RESPONSE">
         <xsd:complexType>
         <xsd:all>
         <xsd:element name="ADDRESSDATA" minOccurs="0">
         <xsd:complexType>
         <xsd:sequence>
         <xsd:element name="FNAME" minOccurs="0">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="20" />
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         <xsd:element name="LNAME" minOccurs="0">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="20" />
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         </xsd:sequence>
         </xsd:complexType>
         </xsd:element>
         </xsd:all>
         </xsd:complexType>
         </xsd:element>
    </xsd:schema>
    =========================================================
    I HAVE TESTED THE ZBAPI AND IT WORKS WELL ON ITS OWN. ALSO I HAVE TESTED THAT THE MESSAGE SENT FROM OUTSIDE CLIENT IS REACHING BAPI. HOWEVER WHEN I GOTO 'SXMB_MONI' AND CHECK THE
    XML STRING THAT THE RECIEVER IS GETTING, I SEE JUST THE FOLLOWING TWO LINES
    ===================================
      <?xml version="1.0" encoding="UTF-8" ?>
      <ns1:ZBAPI_GET_NAME_RESPONSE xmlns:ns1="urn:socrates.cincom.com" />
    ======================================
    IF YOU NEED ANY FURTHER INFO, PLEASE LET ME KNOW.
    HOPE SOME ONE CAN GUIDE ME WITH THIS PROBLEM.
    THANKS IN ADVANCE
    RAM

    Ram
    Can you pls. confirm whether the mapping of your XSD fields & BAPI fields are in same sequence. I mean hierarchy is same or not.
    Just to verify, as you said you are using Sync scenario that means you are using ONE Sender Soap & ONE Reciever RFC adapter.
    Regards
    Lalit

  • I have a problem with Downloads, firefox does not recongise the .doc format despite me having word 2007 loaded only a problem since a new laptop, and windows 7 professional, any ideas?

    When Trying to download a word file I get this error message: " *.doc could not be opened, becasue the associated helper application does not exist change the association in your prefernces. " Have checked preferences, and IE opens up the file pointing to something wrong with firefox.

    I should have explained further. The game opens in a new window over to the upper left of my screen, leaving the original page underneath. I tried minimizing it so that I could get to my toolbar and did the View > Zoom > Reset. This has no effect. The lower portion of the game is still not showing. Using other browsers the window or frame of the game is much larger, therefore everything shows.

  • HP Officejet 4500, problem with printer. Does not print and no files to be printed in the que

    Hp all in one printer  I send documents to be printer, but nothing will appear in the "see whats printung menu. This usually happens when I try to print from incoming documents/menus. Most print jobs from Word when from my own computer will print, but not from outside sources. Help

    Hello,
    Are you trying to print those external documents also from Word or different application. If different application, please ensure before clicking the print command correct printer icon is selected.
    I work for HP but my posts and replies are my own.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution

Maybe you are looking for

  • Works in 2009, Link errors in 2013 SP1

       I have a system that runs rack mount test instruments.  I have a system DLL that performs different generic  functions for me and also included custom driver functions for the instrumentation.  This DLL is built and the different driver .h/.fp fil

  • Zen mirco battery drain over night.

    i fully charged my zen micro, took out the USB, turned off the zen off and came back the next morning to find "low battery". what gives?

  • Java in Stored Procedures

    Hi all, This is the Problem i am facing. Can anyone help please !!!! I hv creaeted a java source file to print "Hello World" and compiled to create java class file. Now i hv both the .java and .class file under the directory c:\suresh\javaexam. I tri

  • Report Server - Error creating Service Application

    I am adding a report server to the farm for a customer.  This is a SharePoint 2010 Foundation Farm with one SQL server, one SharePoint server and I have just added a Report Server to the Farm. I installed SharePoint on the report server and added it

  • Switching from Z10 back to Bold9900

    Hi,could someone give me some advice please on how to switch from my Z10 back to my Bold9900. thanks so much Deebeez