Error  [3504-5] al tratar de crear un proveedor

Hoy al tratar de crear un proveedor me marca el siguiente error con un usuario. Socios de negocios - clave del idioma no existe el valor enlazado en la tabla de idioma del usuario mensaje , me podrían ayudar a saber que es, ya cheque sus autorizaciones y todo esta bien, tiene autorizacion total para proveedor, pero es lo que no entiendo por que le marca ese error.
Alguien me podría ayudar.

Estimada Mary,
A los fines de solventar el mensaje de error, favor aplicar lo siguiente :
1. Verificar que la opción "Multi-Language support" ha sido seleccionada en system Initialization > Company Details>Basic initialisation.
Si lo anterior no soluciona el error :
2. Verifiquen si el error solo se presenta en un PC especifico o solo un usuario recibe este error al crear proveedores.
Esperando lo anterior les permita solventar lo reportado.
Queda a sus gratas ordenes,
Juan Manuel Marrero
SAP Business One Forums Team

Similar Messages

  • Error en Salida de Mercancías por Data Transfer

    Buen día y Feliz Año
    Tengo la versión SAP Business One 2007 A (8.00.234)  SP: 01  PL: 09  HOTFIX4
    Al momento de tratar de crear por medio de DTW una salida masiva de productos, me marca el error:
    [IGE1.ItemCode][Line: 72], 'On Hold' - 'Error definido por la aplicación  o el ObjetooInventoryGenExit'
    Ya verifique en los Artículos que el Stock sea el suficiente para poder hacer la salida en ese almacén.
    De la plantilla OIGE, estoy utilizando los campos:
    RecordKey
    Comments
    DocDate
    DocDueDate
    Series
    VatDate
    Y de la plantilla IGE1, estoy utilizando los campos:
    +RecordKey+
    +LineNum+
    *AccountCode *
    *Currency *
    +ItemCode+
    +Quantity+
    WarehouseCode
    Alguno de ustedes me puede indicar el motivo del error, ya que las existencias son mayores a las cantidades que se trata de dar salida.
    Gracias!
    Venus

    Gracias Mauricio, Fue eso. El encargado de almacén me había bloqueado uno de los artículos.

  • No se encontró el costo de uno o varios artículos

    Hola, al tratar de crear una Entrega a partir de una Orden de Vta. me da el error "No se encontró el costo de uno o varios artículos" y me indica el código del artículo. Si voy a los datos maestros de ese artículo y checo la Lista de registros contables, todos los movimientos que se han realizado con ese artículo tienen precio, además checo la lista de ultimo precio de compra y tiene un costo, al igual que la lista de último precio determinado. No veo por qué SAP me dice que no encontró el costo de ese artículo. Alguien me podría ayudar para saber qué debo hacer para poder crear esa Entrega al cliente? Tengo que hacer una revalorizacion de stock para ese código?
    Gracias de antemano por su ayuda,
    Rogelio

    Gracias Julian. El precio que me arroja es Precio promedio = 0.00. Me imagino que esta es la razón. Cómo lo corrijo? Tengo que correr una revaluación de stocks solo para ese artículo? lo puedo hacer durante horas de trabajo? es decir, no importa si hay usuarios trabajando en la base de datos? no se va a alentar mucho el sistema?
    Gracias por la ayuda,

  • No existen registros coincidentes  Objeto Definido por el usuario (OUDO)

    Hola  a todos
    EL sistema me esta mandando el siguiente error
    No existen registros coincidentes  Objeto Definido por el usuario (OUDO) (ODBC -2028)
    Esto al tratar de crear una factura de proveedores, he revisado varias notas y post con mensjes similares sib embargo  aun no tengo solucion para este error.
    Les ha pasado  este error , ojala puedan orientarme
    La version donde esta sucediendo esto es 2007 A  SP 01 pl 09
    Saludos
    Yen

    oye no tendran algun campo definido por el usuario relacionado a alguna tabla. no habran borrado esa tabla??. eso se me ocurre. o que referencia a algo que no exista. pero eso por el mensae que dice a mi me da pauta para buscar en alguna búsqueda formateada.

  • Windows 8.1 IE don't sync tabs, pinned site, password, ecc

    I have 4 Windows 8.1 pro where pinned site, tabs, password, ecc don't sync across device.
    3 machine are SMB 2011 Essentials domain joined, the other one, a virtual machine, is not a domain joined.
    Sometimes the tabs sync but there are old one mixed with a new one.
    The first time I joined the domain account with the Microsoft Account the pinned site sync worked but then stopped.
    The favorites sometimes sync, sometimes don't.
    I'm quite sure the password don't sync.
    All the other Windows 8 setting sync.
    I have tried to disable/enable all the sync option, reset the personal setting on this site
    https://onedrive.live.com/win8personalsettingsprivacy/
    delete all the favorites and pinned site.
    running the microsoftaccountdiagnostic I found this error on one machine: Live Provider is not initialized properly with the cloud services and Rootcauses found and created logs
    I have to say it's the first time I see this error, the last time I run the microsoftaccountdiagnostic there were no issue (only no root causes found and created logs like on the othe Other machine right now).
    Hope someone could help me
    Thanks

    In the last 2 days I did some intensive test.
    I found that the desktop don't sync very well.
    Looks like the Other machines sync (maybe very slowly but they sync).
    On the desktop this morning I found all the favorites, pinned site, tabs, ecc but then stopped.
    I found this error in the event viewer
    Impossibile creare la notifica del canale WNS di notifica WLRoamingSetting_CollectionInterest (risultato: 0x80070102)
    Cannot create channel
    WNS notification
    alerts WLRoamingSetting_CollectionInterest
    As I said before running the MicrosoftAccountDiagnostic I found this error Live Provider is not initialized properly with the cloud services and Rootcauses found and created logs.
    Maybe I need to fix those error

  • This program is well compiled but does not work.

    I would like to know why this program does not work properly:
    the idea is :
    1. the user introduces a text as a string
    2.the progam creates a file (with a FileOutputStream)
    3. then this file is encripted according to DES (using JCE, cipheroutputStream)
    4.the new filw is an encripte file, whose content is introduced in a string (with a FileInputStream)
    (gives no probles of compilation!!)
    (don know why it does not work)
    here goes the code:
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import java.io.*;
    import java.security.*;
    import javax.crypto.*;
    public class cuadro extends Applet{
         private TextArea area1 =new TextArea(5,50);
         private TextArea area2 =new TextArea(5,50);
         private Button encriptar=new Button("encriptar");
         private Button decriptar=new Button("decriptar");
         public cuadro(){
              layoutApplet();
              encriptar.addActionListener(new ButtonHandler());
              decriptar.addActionListener(new ButtonHandler());
              resize(400,400);
              private void layoutApplet(){
              Panel keyPanel = new Panel();
              keyPanel.add(encriptar);
              keyPanel.add(decriptar);
              Panel textPanel = new Panel();
              Panel texto1 = new Panel();
              Panel texto2 = new Panel();
              texto1.add(new Label("               plain text"));
              texto1.add(area1);
              texto2.add(new Label("               cipher text"));
              texto2.add(area2);
              textPanel.setLayout(new GridLayout(2,1));
              textPanel.add(texto1);
              textPanel.add(texto2);
              setLayout(new BorderLayout());
              add("North", keyPanel);
              add("Center", textPanel);
              public static String encriptar(String text1){
              //generar una clave
              SecretKey clave=null;
              String text2="";
              try{
              FileOutputStream fs =new FileOutputStream ("c:/javasoft/ti.txt");
              DataOutputStream es= new DataOutputStream(fs);
                   for(int i=0;i<text1.length();++i){
                        int j=text1.charAt(i);
                        es.write(j);
                   es.close();
              }catch(IOException e){
                   System.out.println("no funciona escritura");
              }catch(SecurityException e){
                   System.out.println("el fichero existe pero es un directorio");
              try{
                   //existe archivo DESkey.ser?
                   ObjectInputStream claveFich =new ObjectInputStream(new FileInputStream ("DESKey.ser"));
                   clave = (SecretKey) claveFich.readObject();
                   claveFich.close();
              }catch(FileNotFoundException e){
                   System.out.println("creando DESkey.ser");
                   //si no, generar generar y guardar clave nueva
              try{
                   KeyGenerator claveGen = KeyGenerator.getInstance("DES");
                   clave= claveGen.generateKey();
                   ObjectOutputStream claveFich = new ObjectOutputStream(new FileOutputStream("DESKey.ser"));
                   claveFich.writeObject(clave);
                   claveFich.close();
              }catch(NoSuchAlgorithmException ex){
                   System.out.println("DES key Generator no encontrado.");
                   System.exit(0);
              }catch(IOException ex){
                   System.out.println("error al salvar la clave");
                   System.exit(0);
         }catch(Exception e){
              System.out.println("error leyendo clave");
              System.exit(0);
         //crear una cifra
         Cipher cifra = null;
         try{
              cifra= Cipher.getInstance("DES/ECB/PKCS5Padding");
              cifra.init(Cipher.ENCRYPT_MODE,clave);
         }catch(InvalidKeyException e){
              System.out.println("clave no valida");
              System.exit(0);
         }catch(Exception e){
              System.out.println("error creando cifra");
              System.exit(0);
         //leer y encriptar el archivo
         try{
              DataInputStream in = new DataInputStream(new FileInputStream("c:/javasoft/ti.txt"));
              CipherOutputStream out = new CipherOutputStream(new DataOutputStream(new FileOutputStream("c:/javasoft/t.txt")),cifra);
              int i;
              do{
                   i=in.read();
                   if(i!=-1) out.write(i);
              }while (i!=-1);
              in.close();
              out.close();
         }catch(IOException e){
              System.out.println("error en lectura y encriptacion");
              System.exit(0);
         try{
              FileInputStream fe=new FileInputStream("c:/javasoft/t.txt");
              DataInputStream le =new DataInputStream(fe);
                   int i;
                   char c;
                   do{
                        i=le.read();
                        c= (char)i;
                        if(i!=-1){
                        text2 += text2.valueOf(c);
                   }while(i!=-1);
                        le.close();
              /*}catch(FileNotFoundException e){
                   System.out.println("fichero no encontrado");
                   System.exit(0);
              }catch(ClassNotFoundException e){
                   System.out.println("clase no encontrada");
                   System.exit(0);
              */}catch(IOException e){
                   System.out.println("error e/s");
                   System.exit(0);
              return text2;
         class ButtonHandler implements ActionListener{
         public void actionPerformed(ActionEvent e){
              try{
              if (e.getActionCommand().equals(encriptar.getLabel()))
                   //     area2.setText(t1)
                   area2.setText(encriptar(area1.getText()));
                   //area2.setText("escribe algo");
                   else if (e.getActionCommand().equals(decriptar.getLabel()))
                        System.out.println("esto es decriptar");
                        //area2.setText("hola");
         }catch(Exception ex){
              System.out.println("error en motor de encriptacion");
                   //else System.out.println("no coge el boton encriptado/decript");

    If you don't require your code to run as an applet, you will probably get more mileage from refactoring it to run as an application.
    As sudha_mp implied, an unsigned applet will fail on the line
    FileInputStream fe=new FileInputStream("c:/javasoft/t.txt");
    due to security restrictions. (Which, incidentally, are there for a very good reason)

  • PROBLEM IN SHEDULING AGREEMNTS

    Hi guys,
        i have one created SLA in Me31L and i have created delivery schedules also in ME38.
    Then i am trying to raise a po wrt to SA.. there i am gettying one error. how to do that. can anyone plz help me regarding the same?
    error me in me21n, i am crearing a po wrt to outline agreemnt and i giveing the SL number. the system says that the given sgnumber is not a contract.  Help me guys

    hi
    u have to be sure that the sheduled date and the date on which ur doing gr should be same
    suppose u have given gr date 14.11.08 so i can do the gr on 14.11.08 only
    now  the SLA is same as ur PO so , go to MIGO select po as ref and enter thr SLA no insted of PO no
    the u will get the material quantities which u have sheduled for 14.11.08
    then do the gr as normal then do th miro with ref of po/sla
    hope it clears
    regards
    kunal

  • After Effects want open Mac Book Air 2013

    Hello, After Effects want open in my Mac Book Air 2013, 1,7 Ghz Intel Core i7 - OS X 10.9.2. Anyone can help me please ?

    i've tried to install the trial after effects from original adobe creative cloud, i've also installed the updates up to 12.2 and the program still won't open. I've got OS 10.9.2, 1,7 ghz intel core i7 / 8 gb ram.
    Could you tell me how to proceed in order to install the program properly?
    I would like to emphasize that the program is not starting at all, and I herewith give you the error details:
    After Effects - Avvertenza: Impossibile creare il file /Users/sebi10/Library/Preferences/Adobe/After Effects/12.2/Aree di lavoro.xml.
    The message reads: Warning: it's impossible to create the file /Users/sebi10 (my name)/Library/Preferences/Adobe/After Effects/12.2/Working areas.xml.
    It also sais:
    After Effects - Impossibile continuare: errore imprevisto durante l'avvio dell'applicazione
    After Effects - Impossible to continue: sudden error during starting of application
    Thank you for your attention.
    Regards,
    Sebastiano.

  • Mi facetime aparenta hacer llamadas pero no las realiza

    Hola tengo un iPod touch 4g, desde que lo adquiri tuve problemas con el facetime, me salia que habia un error de conexion, al tratar de iniciar, y despues de un tiempo, se soluciono solito, pero despues de actualizar mi os, de 4.2.1 a versiones posteriores mi facetime no realiza la llamada, aparenta llamar, pero el iPod que llamo no recibe nada. O en ocaciones marca error de conexion. hasta ahora va actualizado a la version mi ios a 4.3.3.
    Alguna idea sera de mucha ayuda

    Google translate:
    Hi I have a 4g iPod touch, since I purchased had problems with FaceTime, I went outthat there was a connection error, when trying to start, and after a while, fix himself, but after upgrading my OS, 4.2 .1 to later my FaceTime not make the call, seems to call, but I call the iPod does not receive anything. Or on occasion brand connection error. so far is updated to my ios version to 4.3.3.
    Any ideas will be helpful
    Have you tried the troubleshooting in this article:
    iPhone 4 and iPod touch (4th generation): Using FaceTime

  • Excel 2010 - Gli oggetti fissi saranno spostati

    Ciao a tutti, ho un piccolo grande problema con Excel!
    Pc con Windows 8.1 appena installato con tutti gli aggiornamenti ad oggi fatti, con Office 2010.
    Ho un file di Excel in rete da 40 mb circa (molto grande e pesante) che mi dà questo stupido problema! Dal momento che attivo / disattivo dei filtri per essere facilitato nella visualizzazione di alcune righe esce questa finestrella di errore:
    "Gli oggetti fissi saranno spostati"
    Premo Ok, e si riapre per una trentina di volte alle quali devo continuare a premere Ok. Alla fine si chiude del tutto.
    Come posso fare per disattivare questa finestra di errore??
    Non posso assolutamente creare un nuovo foglio per spostarci il contenuto anche perché questo stesso file è utilizzato da altri pc in rete con office 2010 dove non succede.
    Ho provato ad aggiornare office all' sp2 ma niente.
    Ho provato a giocare con la sezione Dati\Convalida come dice in questo link:
    http://freeforumzone.leonardo.it/discussione.aspx?idd=4073516
    ma niente!
    Avete un idea su come posso fare??
    Grazie, ciao!

    Hi,
    Thank you for visiting our forum.
    The forum that you posted is the English only forum for Microsoft Office. To avoid any misunderstanding that may be caused by the translation tool and better help you, please describe your issue in English. Alternatively, you could post this issue in other
    forums with the right language.
    You can also contact the local support from the link below:
    http://support.microsoft.com/select/default.aspx?target=assistance&c1=505&
    Thanks for your cooperation and your understanding is greatly appreciated.
    Note: You can choose the right language by clicking the Change button from the left bottom of the page, and select the right product.
    Tony Chen
    TechNet Community Support

  • Problemas con pago

    Hola buenas tardes Quiero pasar a premiun, he intentado pagar con Tarjeta de Credito, que ya lo habia hecho antes, y me sale un error, he intentado con Paypal y el mismo error. Ups, parece que tu tarjeta o proveedor de pago están teniendo un mal día. No te preocupes, no se ha cargado ningún pago. Inténtalo de nuevo o usa otro método de pago.Gracias

    Yo tambien tengo la misma inconveniencia, estoy absolutamente seguro que mi tarjeta esta habilitada para compras en el exterior, no esta vencida y lo uso sin problemas en otros lugares, pero ellos no me responden que hacer, es increiblemente deficiente su soporte, y encima les queremos ayudar para facturar.... lograste solucionarlo? Saludos cordiales

  • Error: You cannot enter negative value - message 3504-4

    Getting the above error message when trying to enter a sales order delivery. quantity on hand for the warehouse is 3000. We are trying to ship 3000 and getting the above error.
    Any ideas

    Hi Keith ,
    This might be helpful too to troubleshoot .
    You cannot enter a negative value - Goods Receipt - PO
    Even though thread talks about GRPO , Apple's message also talk about same issue in Delivery.
    Hope this helps
    Bishal

  • Error al crear ejecutable

    Buenas tarde comunidad,  en estos momentos me encuentro terminando mi proyecto de título. El proyecto en que me encuentro trabajando consiste en un registrador de variables eléctricas mediante el módulo NI USB 6210 usando Labview 2013 version estudianteme.
    Error:
    Error copying files.
    Source: C:\Users\Francisco\Desktop\Samte Final\Samte Final.lvproj.aliases
    Destination: C:\Users\Francisco\Desktop\builds\Samte Final.lvproj\My Application\Application.exe.aliases
    Copy in AB_Application.lvclass:Create_Alias_File.vi->AB_Application.lvclass:Copy_Files.vi->AB_EXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller<APPEND>
    C:\Users\Francisco\Desktop\Samte Final\Samte Final.lvproj.aliases
    Detalles del Error: 
    Error 7 occurred at AB_Application.lvclass:Create_Alias_File.vi -> AB_Application.lvclass:Copy_Files.vi
    Al parecer hay o existen problemas al encontrar algun archivo y no pude copiarlos.
    Espero  alguien encuente la solucion o me indiquen como poder solucionarlo.
    De antemano muchas gracias
    Atentamente,
    Francisco Nahmías Aravena 
    +56 9 93494242 
    Laboratorio de Sistemas Electrónicos e Instrumentación 
    Escuela de Ingeniería Eléctrica 
    Pontificia Universidad Católica de Valparaíso 
    www.labsei.ucv.cl
     

    Hola Francisco;
    Estás trabajando con funciones del  Report Generation Toolkit ? 
    El siguiente link explica lo que puede estar sucediendo: 
    http://digital.ni.com/public.nsf/allkb/8A0E6274D9BD7B1986256F62006AD402
    También el siguiente link puede darte ideas sobre lo que está sucediendo:
    http://digital.ni.com/public.nsf/allkb/EEE8A5650DAC28558625762F0070A384
    Saludos;

  • TS3694 tengo error 3194 al tratar de actualizar mi iphone 4 versión 4.3 a la 5.1.1

    he tratado de actualizar mi iphone 4 a la versión más reciente pero cada vez me marca este error. En algunos foros vi que la solución radicaba en borrar información de apple en unos drivers pero eso no me aparece, ni el driver que se debe borrar. ya intenté con shift y restaurar para seleccionar el ios pero tampoco me funciona.
    Alguien podría ayudarme?

    Google "Error 1015".

  • Error in Reading Standard.joboptions

    Adobe PDF-Einstellungen: Fehler beim Lesen der Datei in :
    C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\Adobe PDF\Settings\Standard.joboptions
    System: Windows Server 2003 / Acrobat Standard 9.52 (versions before had the same problem)
    One user can read it, another user cannot read it, they have the same group rights. Also its not possible to open any joboption in Distiller but Printing from for example Outlook is no Problem.
    I have already tried every hint and help I could find in the internet, i also found this question here more times, but never found a answer from an Adobe Expert. NOW I need to find a solution!
    I have already compared registry entries one by one from one user to another. Its horrible how adobe acrobat creates registry entries if you update from 8 to 9! Unbelievable
    BTW: changing the decimal seperator did also not solved the problem
    Standard.joboptions (also tried other ones, build my own..)
    Why are there only crypted symbols at the language i need? (German)
    <<
      /ASCII85EncodePages false
      /AllowTransparency false
      /AutoPositionEPSFiles true
      /AutoRotatePages /All
      /Binding /Left
      /CalGrayProfile (Gray Gamma 2.2)
      /CalRGBProfile (sRGB IEC61966-2.1)
      /CalCMYKProfile (U.S. Web Coated \050SWOP\051 v2)
      /sRGBProfile (sRGB IEC61966-2.1)
      /CannotEmbedFontPolicy /OK
      /CompatibilityLevel 1.5
      /CompressObjects /All
      /CompressPages true
      /ConvertImagesToIndexed true
      /PassThroughJPEGImages true
      /CreateJobTicket false
      /DefaultRenderingIntent /Default
      /DetectBlends true
      /DetectCurves 0.1000
      /ColorConversionStrategy /LeaveColorUnchanged
      /DoThumbnails false
      /EmbedAllFonts false
      /EmbedOpenType false
      /ParseICCProfilesInComments true
      /EmbedJobOptions false
      /DSCReportingLevel 0
      /EmitDSCWarnings false
      /EndPage -1
      /ImageMemory 1048576
      /LockDistillerParams false
      /MaxSubsetPct 100
      /Optimize true
      /OPM 1
      /ParseDSCComments true
      /ParseDSCCommentsForDocInfo true
      /PreserveCopyPage true
      /PreserveDICMYKValues true
      /PreserveEPSInfo false
      /PreserveFlatness true
      /PreserveHalftoneInfo false
      /PreserveOPIComments false
      /PreserveOverprintSettings true
      /StartPage 1
      /SubsetFonts true
      /TransferFunctionInfo /Apply
      /UCRandBGInfo /Remove
      /UsePrologue false
      /ColorSettingsFile ()
      /AlwaysEmbed [ true
      /NeverEmbed [ true
        /Arial-Black
        /Arial-BlackItalic
        /Arial-BoldItalicMT
        /Arial-BoldMT
        /Arial-ItalicMT
        /ArialMT
        /ArialNarrow
        /ArialNarrow-Bold
        /ArialNarrow-BoldItalic
        /ArialNarrow-Italic
        /CenturyGothic
        /CenturyGothic-Bold
        /CenturyGothic-BoldItalic
        /CenturyGothic-Italic
        /CourierNewPS-BoldItalicMT
        /CourierNewPS-BoldMT
        /CourierNewPS-ItalicMT
        /CourierNewPSMT
        /Georgia
        /Georgia-Bold
        /Georgia-BoldItalic
        /Georgia-Italic
        /Impact
        /LucidaConsole
        /Tahoma
        /Tahoma-Bold
        /TimesNewRomanMT-ExtraBold
        /TimesNewRomanPS-BoldItalicMT
        /TimesNewRomanPS-BoldMT
        /TimesNewRomanPS-ItalicMT
        /TimesNewRomanPSMT
        /Trebuchet-BoldItalic
        /TrebuchetMS
        /TrebuchetMS-Bold
        /TrebuchetMS-Italic
        /Verdana
        /Verdana-Bold
        /Verdana-BoldItalic
        /Verdana-Italic
      /AntiAliasColorImages false
      /CropColorImages true
      /ColorImageMinResolution 150
      /ColorImageMinResolutionPolicy /OK
      /DownsampleColorImages true
      /ColorImageDownsampleType /Bicubic
      /ColorImageResolution 150
      /ColorImageDepth -1
      /ColorImageMinDownsampleDepth 1
      /ColorImageDownsampleThreshold 1.50000
      /EncodeColorImages true
      /ColorImageFilter /DCTEncode
      /AutoFilterColorImages true
      /ColorImageAutoFilterStrategy /JPEG
      /ColorACSImageDict <<
        /QFactor 0.76
        /HSamples [2 1 1 2] /VSamples [2 1 1 2]
      >>
      /ColorImageDict <<
        /QFactor 0.76
        /HSamples [2 1 1 2] /VSamples [2 1 1 2]
      >>
      /JPEG2000ColorACSImageDict <<
        /TileWidth 256
        /TileHeight 256
        /Quality 15
      >>
      /JPEG2000ColorImageDict <<
        /TileWidth 256
        /TileHeight 256
        /Quality 15
      >>
      /AntiAliasGrayImages false
      /CropGrayImages true
      /GrayImageMinResolution 150
      /GrayImageMinResolutionPolicy /OK
      /DownsampleGrayImages true
      /GrayImageDownsampleType /Bicubic
      /GrayImageResolution 150
      /GrayImageDepth -1
      /GrayImageMinDownsampleDepth 2
      /GrayImageDownsampleThreshold 1.50000
      /EncodeGrayImages true
      /GrayImageFilter /DCTEncode
      /AutoFilterGrayImages true
      /GrayImageAutoFilterStrategy /JPEG
      /GrayACSImageDict <<
        /QFactor 0.76
        /HSamples [2 1 1 2] /VSamples [2 1 1 2]
      >>
      /GrayImageDict <<
        /QFactor 0.76
        /HSamples [2 1 1 2] /VSamples [2 1 1 2]
      >>
      /JPEG2000GrayACSImageDict <<
        /TileWidth 256
        /TileHeight 256
        /Quality 15
      >>
      /JPEG2000GrayImageDict <<
        /TileWidth 256
        /TileHeight 256
        /Quality 15
      >>
      /AntiAliasMonoImages false
      /CropMonoImages true
      /MonoImageMinResolution 1200
      /MonoImageMinResolutionPolicy /OK
      /DownsampleMonoImages true
      /MonoImageDownsampleType /Bicubic
      /MonoImageResolution 1200
      /MonoImageDepth -1
      /MonoImageDownsampleThreshold 1.50000
      /EncodeMonoImages true
      /MonoImageFilter /CCITTFaxEncode
      /MonoImageDict <<
        /K -1
      >>
      /AllowPSXObjects true
      /CheckCompliance [
        /PDFA1B:2005
      /PDFX1aCheck false
      /PDFX3Check false
      /PDFXCompliantPDFOnly false
      /PDFXNoTrimBoxError true
      /PDFXTrimBoxToMediaBoxOffset [
        0.00000
        0.00000
        0.00000
        0.00000
      /PDFXSetBleedBoxToMediaBox true
      /PDFXBleedBoxToTrimBoxOffset [
        0.00000
        0.00000
        0.00000
        0.00000
      /PDFXOutputIntentProfile (None)
      /PDFXOutputConditionIdentifier ()
      /PDFXOutputCondition ()
      /PDFXRegistryName ()
      /PDFXTrapped /False
      /CreateJDFFile false
      /Description <<
        /ARA <FEFF0633062A062E062F0645002006470630064700200627064406250639062F0627062F0627062A00200644 0625064606340627062100200648062B062706260642002000410064006F006200650020005000440046002006 450646062706330628062900200644063906310636002006480637062806270639062900200648062B06270626 064200200627064406230639064506270644002E00200020064A06450643064600200641062A062D0020064806 2B0627062606420020005000440046002006270644062A064A0020062A06450020062506460634062706260647 06270020062806270633062A062E062F062706450020004100630072006F006200610074002006480020004100 64006F00620065002000520065006100640065007200200036002E00300020064806450627002006280639062F 0647002E>
        /BGR <FEFF04180437043F043E043B043704320430043904420435002004420435043704380020043D043004410442 0440043E0439043A0438002C00200437043000200434043000200441044A043704340430043204300442043500 2000410064006F00620065002000500044004600200434043E043A0443043C0435043D04420438002C0020043F 043E04340445043E0434044F044904380020043704300020043D04300434043504360434043D043E0020044004 3004370433043B0435043604340430043D0435002004380020043F04350447043004420430043D04350020043D 04300020043104380437043D0435044100200434043E043A0443043C0435043D04420438002E00200421044A04 370434043004340435043D043804420435002000500044004600200434043E043A0443043C0435043D04420438 0020043C043E0433043004420020043404300020044104350020043E0442043204300440044F04420020044100 20004100630072006F00620061007400200438002000410064006F006200650020005200650061006400650072 00200036002E0030002004380020043F043E002D043D043E043204380020043204350440044104380438002E>
        /CHS <FEFF4f7f75288fd94e9b8bbe5b9a521b5efa7684002000410064006f00620065002000500044004600206587 6863900275284e8e55464e1a65876863768467e5770b548c62535370300260a853ef4ee54f7f75280020004100 630072006f0062006100740020548c002000410064006f00620065002000520065006100640065007200200036 002e003000204ee553ca66f49ad87248672c676562535f00521b5efa7684002000500044004600206587686330 02>
        /CHT <FEFF4f7f752890194e9b8a2d7f6e5efa7acb7684002000410064006f00620065002000500044004600206587 4ef69069752865bc666e901a554652d965874ef6768467e5770b548c52175370300260a853ef4ee54f7f752800 20004100630072006f0062006100740020548c002000410064006f006200650020005200650061006400650072 00200036002e003000204ee553ca66f49ad87248672c4f86958b555f5df25efa7acb7684002000500044004600 2065874ef63002>
        /CZE <FEFF0054006f0074006f0020006e006100730074006100760065006e00ed00200070006f0075017e0069006a 007400650020006b0020007600790074007600e101590065006e00ed00200064006f006b0075006d0065006e00 74016f002000410064006f006200650020005000440046002000760068006f0064006e00fd006300680020006b 0065002000730070006f006c00650068006c0069007600e9006d0075002000700072006f0068006c00ed017e00 65006e00ed002000610020007400690073006b00750020006f006200630068006f0064006e00ed006300680020 0064006f006b0075006d0065006e0074016f002e002000200056007900740076006f01590065006e00e9002000 64006f006b0075006d0065006e0074007900200050004400460020006c007a00650020006f0074006500760159 00ed007400200076002000610070006c0069006b0061006300ed006300680020004100630072006f0062006100 74002000610020004100630072006f006200610074002000520065006100640065007200200036002e00300020 00610020006e006f0076011b006a016100ed00630068002e>
        /DAN <FEFF004200720075006700200069006e0064007300740069006c006c0069006e006700650072006e00650020 00740069006c0020006100740020006f007000720065007400740065002000410064006f006200650020005000 440046002d0064006f006b0075006d0065006e007400650072002c0020006400650072002000650067006e0065 00720020007300690067002000740069006c00200064006500740061006c006a00650072006500740020007300 6b00e60072006d007600690073006e0069006e00670020006f00670020007500640073006b007200690076006e 0069006e006700200061006600200066006f0072007200650074006e0069006e006700730064006f006b007500 6d0065006e007400650072002e0020004400650020006f00700072006500740074006500640065002000500044 0046002d0064006f006b0075006d0065006e0074006500720020006b0061006e002000e50062006e0065007300 2000690020004100630072006f00620061007400200065006c006c006500720020004100630072006f00620061 0074002000520065006100640065007200200036002e00300020006f00670020006e0079006500720065002e>
        /ESP <FEFF005500740069006c0069006300650020006500730074006100200063006f006e00660069006700750072 00610063006900f3006e0020007000610072006100200063007200650061007200200064006f00630075006d00 65006e0074006f0073002000640065002000410064006f00620065002000500044004600200061006400650063 007500610064006f007300200070006100720061002000760069007300750061006c0069007a00610063006900 f3006e0020006500200069006d0070007200650073006900f3006e00200064006500200063006f006e00660069 0061006e007a006100200064006500200064006f00630075006d0065006e0074006f007300200063006f006d00 650072006300690061006c00650073002e002000530065002000700075006500640065006e0020006100620072 0069007200200064006f00630075006d0065006e0074006f007300200050004400460020006300720065006100 64006f007300200063006f006e0020004100630072006f006200610074002c002000410064006f006200650020 00520065006100640065007200200036002e003000200079002000760065007200730069006f006e0065007300 200070006f00730074006500720069006f007200650073002e>
        /ETI <FEFF004b00610073007500740061006700650020006e0065006900640020007300e400740074006500690064 002c0020006500740020006c0075007500610020005000440046002d0064006f006b0075006d0065006e007400 65002c0020006d0069007300200073006f00620069007600610064002000e4007200690064006f006b0075006d 0065006e00740069006400650020007500730061006c006400750073007600e400e4007200730065006b007300 2000760061006100740061006d006900730065006b00730020006a00610020007000720069006e00740069006d 006900730065006b0073002e00200020004c006f006f0064007500640020005000440046002d0064006f006b00 75006d0065006e0074006500200073006100610062002000610076006100640061002000760061006900640020 004100630072006f0062006100740020006a0061002000410064006f0062006500200052006500610064006500 7200200036002e00300020006a00610020007500750065006d006100740065002000760065007200730069006f 006f006e00690064006500670061002e>
        /FRA <FEFF005500740069006c006900730065007a00200063006500730020006f007000740069006f006e00730020 006100660069006e00200064006500200063007200e900650072002000640065007300200064006f0063007500 6d0065006e00740073002000410064006f006200650020005000440046002000700072006f0066006500730073 0069006f006e006e0065006c007300200066006900610062006c0065007300200070006f007500720020006c00 61002000760069007300750061006c00690073006100740069006f006e0020006500740020006c00270069006d 007000720065007300730069006f006e002e0020004c0065007300200064006f00630075006d0065006e007400 73002000500044004600200063007200e900e90073002000700065007500760065006e0074002000ea00740072 00650020006f007500760065007200740073002000640061006e00730020004100630072006f00620061007400 2c002000610069006e00730069002000710075002700410064006f006200650020005200650061006400650072 00200036002e0030002000650074002000760065007200730069006f006e007300200075006c007400e9007200 6900650075007200650073002e>
        /GRE <FEFF03A703C103B703C303B903BC03BF03C003BF03B903AE03C303C403B5002003B103C503C403AD03C20020 03C403B903C2002003C103C503B803BC03AF03C303B503B903C2002003B303B903B1002003BD03B1002003B403 B703BC03B903BF03C503C103B303AE03C303B503C403B5002003AD03B303B303C103B103C603B1002000410064 006F006200650020005000440046002003BA03B103C403AC03BB03BB03B703BB03B1002003B303B903B1002003 B103BE03B903CC03C003B903C303C403B7002003C003C103BF03B203BF03BB03AE002003BA03B103B9002003B5 03BA03C403CD03C003C903C303B7002003B503C003B103B303B303B503BB03BC03B103C403B903BA03CE03BD00 2003B503B303B303C103AC03C603C903BD002E0020002003A403B1002003AD03B303B303C103B103C603B10020 005000440046002003C003BF03C5002003B803B1002003B403B703BC03B903BF03C503C103B303B703B803BF03 CD03BD002003B103BD03BF03AF03B303BF03C503BD002003BC03B50020004100630072006F0062006100740020 03BA03B103B9002000410064006F00620065002000520065006100640065007200200036002E0030002003BA03 B103B9002003BD03B503CC03C403B503C103B503C2002003B503BA03B403CC03C303B503B903C2002E>
        /HEB <FEFF05D405E905EA05DE05E905D5002005D105E705D105D905E205D505EA002005D005DC05D4002005DB05D3 05D9002005DC05D905E605D505E8002005DE05E105DE05DB05D9002000410064006F0062006500200050004400 46002005D405DE05EA05D005D905DE05D905DD002005DC05EA05E605D505D205D4002005D505DC05D405D305E4 05E105D4002005D005DE05D905E005D505EA002005E905DC002005DE05E105DE05DB05D905DD002005E205E105 E705D905D905DD002E0020002005E005D905EA05DF002005DC05E405EA05D505D7002005E705D505D105E605D9 0020005000440046002005D1002D0020004100630072006F006200610074002005D505D1002D00200041006400 6F006200650020005200650061006400650072002005DE05D205E805E105D400200036002E0030002005D505DE 05E205DC05D4002E>
        /HRV <FEFF004F0076006500200070006F0073007400610076006B00650020006B006F007200690073007400690074 00650020006B0061006B006F0020006200690073007400650020007300740076006F00720069006C0069002000 410064006F00620065002000500044004600200064006F006B0075006D0065006E007400650020006B006F006A 00690020007300750020007000720069006B006C00610064006E00690020007A006100200070006F0075007A00 640061006E00200070007200650067006C006500640020006900200069007300700069007300200070006F0073 006C006F0076006E0069006800200064006F006B0075006D0065006E006100740061002E002000530074007600 6F00720065006E0069002000500044004600200064006F006B0075006D0065006E007400690020006D006F0067 00750020007300650020006F00740076006F007200690074006900200075002000700072006F00670072006100 6D0069006D00610020004100630072006F00620061007400200069002000410064006F00620065002000520065 006100640065007200200036002E0030002000690020006E006F00760069006A0069006D002000760065007200 7A0069006A0061006D0061002E>
        /HUN <FEFF0045007a0065006b006b0065006c0020006100200062006500e1006c006c00ed007400e10073006f006b 006b0061006c002000fc007a006c00650074006900200064006f006b0075006d0065006e00740075006d006f00 6b0020006d00650067006200ed007a00680061007400f30020006d00650067006a0065006c0065006e00ed0074 00e9007300e900720065002000e900730020006e0079006f006d00740061007400e1007300e100720061002000 61006c006b0061006c006d00610073002000410064006f006200650020005000440046002d0064006f006b0075 006d0065006e00740075006d006f006b006100740020006b00e90073007a00ed0074006800650074002e002000 200041007a002000ed006700790020006c00e90074007200650068006f007a006f007400740020005000440046 002d0064006f006b0075006d0065006e00740075006d006f006b00200061007a0020004100630072006f006200 610074002000e9007300200061007a002000410064006f00620065002000520065006100640065007200200036 002c0030002d0073002000e900730020006b00e9007301510062006200690020007600650072007a006900f300 6900760061006c0020006e00790069007400680061007400f3006b0020006d00650067002e>
        /ITA (Utilizzare queste impostazioni per creare documenti Adobe PDF adatti per visualizzare e stampare documenti aziendali in modo affidabile. I documenti PDF creati possono essere aperti con Acrobat e Adobe Reader 6.0 e versioni successive.)
        /JPN <FEFF30d330b830cd30b9658766f8306e8868793a304a3088307353705237306b90693057305f002000410064 006f0062006500200050004400460020658766f8306e4f5c6210306b4f7f75283057307e305930023053306e8a 2d5b9a30674f5c62103055308c305f0020005000440046002030d530a130a430eb306f3001004100630072006f 0062006100740020304a30883073002000410064006f0062006500200052006500610064006500720020003600 2e003000204ee5964d3067958b304f30533068304c3067304d307e305930023053306e8a2d5b9a3067306f30d5 30a930f330c8306e57cb30818fbc307f3092884c3044307e30593002>
        /KOR <FEFFc7740020c124c815c7440020c0acc6a9d558c5ec0020be44c988b2c8c2a40020bb38c11cb97c0020c548 c815c801c73cb85c0020bcf4ace00020c778c1c4d558b2940020b3700020ac00c7a50020c801d569d55c002000 410064006f0062006500200050004400460020bb38c11cb97c0020c791c131d569b2c8b2e4002e0020c774b807 ac8c0020c791c131b41c00200050004400460020bb38c11cb2940020004100630072006f0062006100740020bc 0f002000410064006f00620065002000520065006100640065007200200036002e00300020c774c0c1c5d0c11c 0020c5f40020c2180020c788c2b5b2c8b2e4002e>
        /LTH <FEFF004e006100750064006f006b0069007400650020016100690075006f007300200070006100720061006d 006500740072007500730020006e006f0072011700640061006d0069002000730075006b007500720074006900 2000410064006f00620065002000500044004600200064006f006b0075006d0065006e007400750073002c0020 00740069006e006b0061006d0075007300200076006500720073006c006f00200064006f006b0075006d006500 6e00740061006d00730020006b006f006b0079006200690161006b006100690020007000650072017e0069016b 007201170074006900200069007200200073007000610075007300640069006e00740069002e00200053007500 6b00750072007400750073002000500044004600200064006f006b0075006d0065006e00740075007300200067 0061006c0069006d00610020006100740069006400610072007900740069002000730075002000410063007200 6f006200610074002000690072002000410064006f00620065002000520065006100640065007200200036002e 00300020006200650069002000760117006c00650073006e0117006d0069007300200076006500720073006900 6a006f006d00690073002e>
        /LVI <FEFF004c006900650074006f006a00690065007400200161006f00730020006900650073007400610074012b 006a0075006d00750073002c0020006c0061006900200069007a0076006500690064006f007400750020004100 64006f00620065002000500044004600200064006f006b0075006d0065006e007400750073002c0020006b0061 00730020007000690065006d01130072006f00740069002000640072006f01610061006900200075007a014601 13006d0075006d006100200064006f006b0075006d0065006e0074007500200073006b00610074012b01610061 006e0061006900200075006e0020006400720075006b010101610061006e00610069002e00200049007a007600 6500690064006f0074006f0073002000500044004600200064006f006b0075006d0065006e0074007500730020 0076006100720020006100740076011300720074002c00200069007a006d0061006e0074006f006a006f007400 2000700072006f006700720061006d006d00750020004100630072006f00620061007400200075006e00200041 0064006f00620065002000520065006100640065007200200036002e003000200076006100690020006a006100 75006e0101006b0075002000760065007200730069006a0075002e>
        /NLD (Gebruik deze instellingen om Adobe PDF-documenten te maken waarmee zakelijke documenten betrouwbaar kunnen worden weergegeven en afgedrukt. De gemaakte PDF-documenten kunnen worden geopend met Acrobat en Adobe Reader 6.0 en hoger.)
        /NOR <FEFF004200720075006b00200064006900730073006500200069006e006e007300740069006c006c0069006e 00670065006e0065002000740069006c002000e50020006f007000700072006500740074006500200041006400 6f006200650020005000440046002d0064006f006b0075006d0065006e00740065007200200073006f006d0020 00650072002000650067006e0065007400200066006f00720020007000e5006c006900740065006c0069006700 20007600690073006e0069006e00670020006f00670020007500740073006b0072006900660074002000610076 00200066006f0072007200650074006e0069006e006700730064006f006b0075006d0065006e00740065007200 2e0020005000440046002d0064006f006b0075006d0065006e00740065006e00650020006b0061006e002000e5 0070006e00650073002000690020004100630072006f00620061007400200065006c006c006500720020004100 64006f00620065002000520065006100640065007200200036002e003000200065006c006c00650072002e>
        /POL <FEFF004b006f0072007a0079007300740061006a010500630020007a00200074007900630068002000750073 007400610077006900650144002c0020006d006f017c006e0061002000740077006f0072007a00790107002000 64006f006b0075006d0065006e00740079002000410064006f00620065002000500044004600200070006f007a 00770061006c0061006a01050063006500200077002000730070006f007300f300620020006e00690065007a00 610077006f0064006e0079002000770079015b0077006900650074006c00610107002000690020006400720075 006b006f00770061010700200064006f006b0075006d0065006e007400790020006600690072006d006f007700 65002e00200020005500740077006f0072007a006f006e006500200064006f006b0075006d0065006e00740079 00200050004400460020006d006f017c006e00610020006f007400770069006500720061010700200077002000 700072006f006700720061006d0061006300680020004100630072006f00620061007400200069002000410064 006f0062006500200052006500610064006500720020007700200077006500720073006a006900200036002e00 300020006f00720061007a002000770020006e006f00770073007a00790063006800200077006500720073006a 00610063006800200074007900630068002000700072006f006700720061006d00f30077002e004b006f007200 7a0079007300740061006a010500630020007a0020007400790063006800200075007300740061007700690065 0144002c0020006d006f017c006e0061002000740077006f0072007a0079010700200064006f006b0075006d00 65006e00740079002000410064006f00620065002000500044004600200070006f007a00770061006c0061006a 01050063006500200077002000730070006f007300f300620020006e00690065007a00610077006f0064006e00 79002000770079015b0077006900650074006c00610107002000690020006400720075006b006f007700610107 00200064006f006b0075006d0065006e007400790020006600690072006d006f00770065002e00200020005500 740077006f0072007a006f006e006500200064006f006b0075006d0065006e0074007900200050004400460020 006d006f017c006e00610020006f007400770069006500720061010700200077002000700072006f0067007200 61006d0061006300680020004100630072006f00620061007400200069002000410064006f0062006500200052 006500610064006500720020007700200077006500720073006a006900200036002e00300020006f0072006100 7a002000770020006e006f00770073007a00790063006800200077006500720073006a00610063006800200074 007900630068002000700072006f006700720061006d00f30077002e>
        /PTB <FEFF005500740069006c0069007a006500200065007300730061007300200063006f006e0066006900670075 0072006100e700f50065007300200064006500200066006f0072006d0061002000610020006300720069006100 7200200064006f00630075006d0065006e0074006f0073002000410064006f0062006500200050004400460020 0061006400650071007500610064006f0073002000700061007200610020006100200076006900730075006100 6c0069007a006100e700e3006f002000650020006100200069006d0070007200650073007300e3006f00200063 006f006e0066006900e1007600650069007300200064006500200064006f00630075006d0065006e0074006f00 7300200063006f006d0065007200630069006100690073002e0020004f007300200064006f00630075006d0065 006e0074006f00730020005000440046002000630072006900610064006f007300200070006f00640065006d00 20007300650072002000610062006500720074006f007300200063006f006d0020006f0020004100630072006f 006200610074002000650020006f002000410064006f0062006500200052006500610064006500720020003600 2e0030002000650020007600650072007300f50065007300200070006f00730074006500720069006f00720065 0073002e>
        /RUM <FEFF005500740069006C0069007A006101630069002000610063006500730074006500200073006500740103 00720069002000700065006E007400720075002000610020006300720065006100200064006F00630075006D00 65006E00740065002000410064006F006200650020005000440046002000610064006500630076006100740065 002000700065006E007400720075002000760069007A00750061006C0069007A00610072006500200064006500 2000EE006E00630072006500640065007200650020015F0069002000700065006E00740072007500200069006D 007000720069006D006100720065006100200064006F00630075006D0065006E00740065006C006F0072002000 64006500200061006600610063006500720069002E00200044006F00630075006D0065006E00740065006C0065 0020005000440046002000630072006500610074006500200070006F0074002000660069002000640065007300 6300680069007300650020006300750020004100630072006F0062006100740020015F0069002000410064006F 00620065002000520065006100640065007200200036002E003000200073006100750020007600650072007300 690075006E006900200075006C0074006500720069006F006100720065002E>
        /RUS <FEFF04180441043F043E043B044C043704430439044204350020044D044204380020043F043004400430043C 043504420440044B0020043F0440043800200441043E043704340430043D0438043800200434043E043A044304 3C0435043D0442043E0432002000410064006F006200650020005000440046002C0020043F043E04340445043E 0434044F04490438044500200434043B044F0020043D0430043404350436043D043E0433043E0020043F044004 3E0441043C043E044204400430002004380020043F043504470430044204380020043104380437043D04350441 002D0434043E043A0443043C0435043D0442043E0432002E00200421043E043704340430043D043D044B043500 200434043E043A0443043C0435043D0442044B00200050004400460020043C043E0436043D043E0020043E0442 043A0440044B0442044C002C002004380441043F043E043B044C04370443044F0020004100630072006F006200 61007400200438002000410064006F00620065002000520065006100640065007200200036002E00300020043B 04380431043E00200438044500200431043E043B043504350020043F043E04370434043D043804350020043204 350440044104380438002E>
        /SKY <FEFF0054006900650074006f0020006e006100730074006100760065006e0069006100200073006c00fa017e 006900610020006e00610020007600790074007600e100720061006e0069006500200064006f006b0075006d00 65006e0074006f007600200076006f00200066006f0072006d00e100740065002000410064006f006200650020 005000440046002c0020006b0074006f007200e90020007300fa002000760068006f0064006e00e90020006e00 61002000730070006f013e00610068006c0069007600e90020007a006f006200720061007a006f00760061006e 006900650020006100200074006c0061010d0020006f006200630068006f0064006e00fd006300680020006400 6f006b0075006d0065006e0074006f0076002e002000200056007900740076006f00720065006e00e900200064 006f006b0075006d0065006e0074007900200076006f00200066006f0072006d00e10074006500200050004400 460020006a00650020006d006f017e006e00e90020006f00740076006f00720069016500200076002000700072 006f006700720061006d00650020004100630072006f0062006100740020006100200076002000700072006f00 6700720061006d0065002000410064006f006200650020005200650061006400650072002c0020007600650072 007a0069006900200036002e003000200061006c00650062006f0020006e006f007601610065006a002e>
        /SLV <FEFF005400650020006E006100730074006100760069007400760065002000750070006F0072006100620069 007400650020007A00610020007500730074007600610072006A0061006E006A006500200064006F006B007500 6D0065006E0074006F0076002000410064006F006200650020005000440046002C0020007000720069006D0065 0072006E006900680020007A00610020007A0061006E00650073006C006A006900760020006F0067006C006500 6400200069006E0020007400690073006B0061006E006A006500200070006F0073006C006F0076006E00690068 00200064006F006B0075006D0065006E0074006F0076002E0020005500730074007600610072006A0065006E00 6500200064006F006B0075006D0065006E0074006500200050004400460020006A00650020006D006F0067006F 010D00650020006F00640070007200650074006900200073002000700072006F006700720061006D006F006D00 610020004100630072006F00620061007400200069006E002000410064006F0062006500200052006500610064 0065007200200036002E003000200074006500720020006E006F00760065006A01610069006D0069002E>
        /SUO <FEFF004b00e40079007400e40020006e00e40069007400e4002000610073006500740075006b007300690061 002c0020006b0075006e0020006c0075006f0074002000410064006f0062006500200050004400460020002d00 64006f006b0075006d0065006e007400740065006a0061002c0020006a006f0074006b006100200073006f0070 006900760061007400200079007200690074007900730061007300690061006b00690072006a006f006a006500 6e0020006c0075006f00740065007400740061007600610061006e0020006e00e400790074007400e4006d0069 007300650065006e0020006a0061002000740075006c006f007300740061006d0069007300650065006e002e00 20004c0075006f0064007500740020005000440046002d0064006f006b0075006d0065006e0074006900740020 0076006f0069006400610061006e0020006100760061007400610020004100630072006f006200610074006900 6c006c00610020006a0061002000410064006f00620065002000520065006100640065007200200036002e0030 003a006c006c00610020006a006100200075007500640065006d006d0069006c006c0061002e>
        /SVE <FEFF0041006e007600e4006e00640020006400650020006800e4007200200069006e0073007400e4006c006c 006e0069006e006700610072006e00610020006f006d002000640075002000760069006c006c00200073006b00 6100700061002000410064006f006200650020005000440046002d0064006f006b0075006d0065006e00740020 0073006f006d00200070006100730073006100720020006600f60072002000740069006c006c006600f6007200 6c00690074006c006900670020007600690073006e0069006e00670020006f006300680020007500740073006b 007200690066007400650072002000610076002000610066006600e4007200730064006f006b0075006d006500 6e0074002e002000200053006b006100700061006400650020005000440046002d0064006f006b0075006d0065 006e00740020006b0061006e002000f600700070006e00610073002000690020004100630072006f0062006100 740020006f00630068002000410064006f00620065002000520065006100640065007200200036002e00300020 006f00630068002000730065006e006100720065002e>
        /TUR <FEFF0130015f006c006500200069006c00670069006c0069002000620065006c00670065006c006500720069 006e0020006700fc00760065006e0069006c0069007200200062006900e70069006d006400650020006700f600 7200fc006e007400fc006c0065006e006d006500730069006e0065002000760065002000790061007a00640131 00720131006c006d006100730131006e006100200075007900670075006e002000410064006f00620065002000 5000440046002000620065006c00670065006c0065007200690020006f006c0075015f007400750072006d0061 006b0020006900e70069006e00200062007500200061007900610072006c0061007201310020006b0075006c00 6c0061006e0131006e002e0020004f006c0075015f0074007500720075006c0061006e00200050004400460020 0064006f007300790061006c0061007201310020004100630072006f0062006100740020007600650020004100 64006f00620065002000520065006100640065007200200036002e003000200076006500200073006f006e0072 0061006b00690020007300fc007200fc006d006c0065007200690079006c00650020006100e70131006c006100 620069006c00690072002e>
        /UKR <FEFF04120438043A043E0440043804410442043E043204430439044204350020044604560020043F04300440 0430043C043504420440043800200434043B044F0020044104420432043E04400435043D043D044F0020043404 3E043A0443043C0435043D044204560432002000410064006F006200650020005000440046002C0020043F0440 04380437043D043004470435043D0438044500200434043B044F0020043D0430043404560439043D043E043304 3E0020043F0435044004350433043B044F04340443002004560020043404400443043A0443002004340456043B 043E04320438044500200434043E043A0443043C0435043D044204560432002E0020042104420432043E044004 35043D04560020005000440046002D0434043E043A0443043C0435043D044204380020043C043E0436043D0430 0020043204560434043A04400438043204300442043800200437043000200434043E043F043E043C043E043304 3E044E0020043F0440043E043304400430043C04380020004100630072006F0062006100740020045600200041 0064006F00620065002000520065006100640065007200200036002E00300020044204300020043F0456043704 3D04560448043804450020043204350440044104560439002E>
        /ENU (Use these settings to create Adobe PDF documents suitable for reliable viewing and printing of business documents.  Created PDF documents can be opened with Acrobat and Adobe Reader 6.0 and later.)
        /DEU <FEFF00560065007200770065006e00640065006e002000530069006500200064006900650073006500200045 0069006e007300740065006c006c0075006e00670065006e0020007a0075006d00200045007200730074006500 6c006c0065006e00200076006f006e002000410064006f006200650020005000440046002d0044006f006b0075 006d0065006e00740065006e002c00200075006d002000650069006e00650020007a0075007600650072006c00 e40073007300690067006500200041006e007a006500690067006500200075006e006400200041007500730067 00610062006500200076006f006e00200047006500730063006800e40066007400730064006f006b0075006d00 65006e00740065006e0020007a0075002000650072007a00690065006c0065006e002e00200044006900650020 005000440046002d0044006f006b0075006d0065006e007400650020006b00f6006e006e0065006e0020006d00 6900740020004100630072006f00620061007400200075006e0064002000520065006100640065007200200036 002e003000200075006e00640020006800f600680065007200200067006500f600660066006e00650074002000 770065007200640065006e002e>
      >>
    >> setdistillerparams
    <<
      /HWResolution [600 600]
      /PageSize [612.000 792.000]
    >> setpagedevice
    amt.log from temp directory:
    2012-09-15 12:11:01 [3504]  AMT: START SESSION, library version 1.5.0.59,52.358792
    2012-09-15 12:11:01 [3504]  AMT: Initializing C:\Programme\Adobe\Acrobat 9.0\Acrobat [de_DE]
    2012-09-15 12:11:01 [3504]  AMT: Adobe License Manager version 2.5 (build 1.59) RELEASE
    2012-09-15 12:11:01 [3504]  /AMT0250984558/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /AMT0194694755/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /PCDService0127063747/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /AMT0073107491/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /AMT0087759331/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /AMT0051932803/ License-GUID-AcrobatStd-9.0-Win
    2012-09-15 12:11:01 [3504]  /AMT0186350190/
    2012-09-15 12:11:01 [3504]  /AMT0151031902/
    2012-09-15 12:11:01 [3504]  /AMT0217686206/
    2012-09-15 12:11:01 [3504]  /AMT0013778542/
    2012-09-15 12:11:01 [3504]  /AMT0141832179/ C:\Programme\Adobe\Acrobat 9.0\Acrobat\AMT
    2012-09-15 12:11:01 [3504]  /AMT0166617427/ C:\Programme\Adobe\Acrobat 9.0\Acrobat\AMT\application.sif
    2012-09-15 12:11:01 [3504]  /AMT0268432926/ 91018473468376865060
    2012-09-15 12:11:01 [3504]  /AMT0172021198/
    2012-09-15 12:11:01 [3504]  /AMT0201805758/
    2012-09-15 12:11:01 [3504]  /AMT0013754766/
    2012-09-15 12:11:01 [3504]  /AMT0088421566/
    2012-09-15 12:11:01 [3504]  /AMT0171050355/ 56.073886
    2012-09-15 12:11:01 [3504]  /AMT0125289710/ Validating
    2012-09-15 12:11:01 [3504]  /AMT0011178590/
    2012-09-15 12:11:01 [3504]  /AMT0227587655/
    2012-09-15 12:11:01 [3504]  /AMT0193605470/
    2012-09-15 12:11:01 [3504]  /AMT0227926229/ 0x1afe9909 972
    2012-09-15 12:11:01 [3504]  /AMT0227926229/ 0xa7a378c4 4032
    2012-09-15 12:11:01 [3504]  /AMT0227926229/ 0x971816b5 72308
    2012-09-15 12:11:01 [3504]  /AMT0112838974/
    2012-09-15 12:11:01 [3504]  /AMT0074144334/
    2012-09-15 12:11:01 [3504]  /ALMService0136556144/
    2012-09-15 12:11:01 [3504]  /ALMService0064228135/
    2012-09-15 12:11:01 [3504]  /ALMService0173276467/ true
    2012-09-15 12:11:01 [3504]  /AMT0053109662/
    2012-09-15 12:11:02 [3504]  /AMT0072388350/
    2012-09-15 12:11:02 [3504]  /AMT0156978254/
    2012-09-15 12:11:02 [3504]  /AMT0206183934/
    2012-09-15 12:11:02 [3504]  /AMT0237326350/
    2012-09-15 12:11:02 [3504]  /AMT0234484270/ 0 161153
    2012-09-15 12:11:02 [3504]  /AMT0056200073/
    2012-09-15 12:11:02 [3504]  /AMT0118780867/ Acrobat StandardAcrobat Standard{AC76BA86-1033-F400-BA7E-000000000004}{AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:02 [3504]  /AMT0034786110/ Validated
    2012-09-15 12:11:02 [3504]  /AMT0217531966/
    2012-09-15 12:15:02 [3504]  AMT: END SESSION.
    If i start distiller:
    Acrobat Distiller 9.0
    Start: Saturday, 15. September 2012 um 12:29:11
    Adobe PostScript Softwareversion: 3018.101
    CID support library initialization completed.
    Adobe PDF-Einstellungen: Fehler beim Lesen der Datei in High Quality Print.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in PDFA1b 2005 CMYK.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in PDFA1b 2005 RGB.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in Press Quality.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in Smallest File Size.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in Standard.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in Standard_original.joboptions:
    general parser failure
    NO the joboption files are not corrupted, otherwise it could not be read by another user without any problems.
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Adobe]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\6.0]
    "ShowAutoRun"="1"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\5.0]
    "XLLeft"=dword:00000000
    "XLRowIndex"=dword:ffffffff
    "XLVisible"=hex:00
    "WDVisible"=dword:00000000
    "WDLeft"=dword:0000026a
    "WDRowIndex"=dword:00000004
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\BookmarkOptions]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\BookmarkOptions\Styles]
    "NumberOfHeadings"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Global]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Global\Settings]
    "ViewPDFFile"=hex:01
    "PromptForPDFFilename"=hex:01
    "ConvertDocInfo"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\Bookmarks]
    "BookmarksFromHeadings"=dword:00000001
    "BookmarksFromStyles"=dword:00000000
    "BookmarkMagnification"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\DisplayOptions]
    "LinkType"=dword:00000000
    "LinkLineStyle"=dword:00000000
    "LinkHilight"=dword:00000002
    "LinkColor"=dword:00000000
    "ShowBookmarkPane"=hex:00
    "FirstPageNumber"=dword:00000001
    "PageMagnification"=dword:0000000d
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\DisplayOptions\Reviewers]
    "NumberOfReviewers"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\Office]
    "AutoSaveFile"=hex:00
    "CreateTextNotes"=hex:01
    "CreateThreads"=hex:01
    "CreateFootnoteLinks"=hex:01
    "CreateXrefLinks"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\Security]
    "UserPasswdReq"=hex:00
    "OwnerPasswdReq"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\Settings]
    "JobOptions"="Standard"
    "CreateLinks"=hex:01
    "CreateBookmarks"=hex:01
    "CreateStructure"=hex:01
    "AttachSourceFile"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Access]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Access\Settings]
    "RowIndex"=dword:0000001d
    "Left"=dword:00000000
    "Top"=dword:00000000
    "ToolBarVisible"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\BookmarkOptions]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\BookmarkOptions\Styles]
    "Abbildungsverzeichnis"="0|1|0|"
    "Anrede"="0|1|0|"
    "Aufzählungszeichen"="0|1|0|"
    "Aufzählungszeichen 2"="0|1|0|"
    "Aufzählungszeichen 3"="0|1|0|"
    "Aufzählungszeichen 4"="0|1|0|"
    "Aufzählungszeichen 5"="0|1|0|"
    "Beschriftung"="0|1|0|"
    "Blocktext"="0|1|0|"
    "Datum"="0|1|0|"
    "Dokumentstruktur"="0|1|0|"
    "E-Mail-Signatur"="0|1|0|"
    "Endnotentext"="0|1|0|"
    "Fuß/-Endnotenüberschrift"="0|1|0|"
    "Fußnotentext"="0|1|0|"
    "Fußzeile"="0|1|0|"
    "Grußformel"="0|1|0|"
    "HTML Adresse"="0|1|0|"
    "HTML Vorformatiert"="0|1|0|"
    "Index 1"="0|1|0|"
    "Index 2"="0|1|0|"
    "Index 3"="0|1|0|"
    "Index 4"="0|1|0|"
    "Index 5"="0|1|0|"
    "Index 6"="0|1|0|"
    "Index 7"="0|1|0|"
    "Index 8"="0|1|0|"
    "Index 9"="0|1|0|"
    "Indexüberschrift"="0|1|0|"
    "Kommentartext"="0|1|0|"
    "Kommentarthema"="0|1|0|"
    "Kopfzeile"="0|1|0|"
    "Liste"="0|1|0|"
    "Liste 2"="0|1|0|"
    "Liste 3"="0|1|0|"
    "Liste 4"="0|1|0|"
    "Liste 5"="0|1|0|"
    "Listenfortsetzung"="0|1|0|"
    "Listenfortsetzung 2"="0|1|0|"
    "Listenfortsetzung 3"="0|1|0|"
    "Listenfortsetzung 4"="0|1|0|"
    "Listenfortsetzung 5"="0|1|0|"
    "Listennummer"="0|1|0|"
    "Listennummer 2"="0|1|0|"
    "Listennummer 3"="0|1|0|"
    "Listennummer 4"="0|1|0|"
    "Listennummer 5"="0|1|0|"
    "Makrotext"="0|1|0|"
    "Nachrichtenkopf"="0|1|0|"
    "Nur Text"="0|1|0|"
    "Rechtsgrundlagenverzeichnis"="0|1|0|"
    "RGV-Überschrift"="0|1|0|"
    "Sprechblasentext"="0|1|0|"
    "Standard"="0|1|0|"
    "Standard (Web)"="0|1|0|"
    "Standardeinzug"="0|1|0|"
    "Textkörper"="0|1|0|"
    "Textkörper 2"="0|1|0|"
    "Textkörper 3"="0|1|0|"
    "Textkörper-Einzug 2"="0|1|0|"
    "Textkörper-Einzug 3"="0|1|0|"
    "Textkörper-Erstzeileneinzug"="0|1|0|"
    "Textkörper-Erstzeileneinzug 2"="0|1|0|"
    "Textkörper-Zeileneinzug"="0|1|0|"
    "Titel"="0|1|0|"
    "Überschrift 1"="1|1|1|"
    "Überschrift 2"="1|2|1|"
    "Überschrift 3"="1|3|1|"
    "Überschrift 4"="1|4|1|"
    "Überschrift 5"="1|5|1|"
    "Überschrift 6"="1|6|1|"
    "Überschrift 7"="1|7|1|"
    "Überschrift 8"="1|8|1|"
    "Überschrift 9"="1|9|1|"
    "Umschlagabsenderadresse"="0|1|0|"
    "Umschlagadresse"="0|1|0|"
    "Unterschrift"="0|1|0|"
    "Untertitel"="0|2|0|"
    "Verzeichnis 1"="0|1|0|"
    "Verzeichnis 2"="0|1|0|"
    "Verzeichnis 3"="0|1|0|"
    "Verzeichnis 4"="0|1|0|"
    "Verzeichnis 5"="0|1|0|"
    "Verzeichnis 6"="0|1|0|"
    "Verzeichnis 7"="0|1|0|"
    "Verzeichnis 8"="0|1|0|"
    "Verzeichnis 9"="0|1|0|"
    "NumberOfHeadings"=dword:000000ae
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Excel]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Excel\Settings]
    "RowIndex"=dword:00000018
    "Left"=dword:00000000
    "Top"=dword:00000034
    "ToolBarVisible"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Global]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Global\Settings]
    "ViewPDFFile"=hex:01
    "PromptForPDFFilename"=hex:01
    "ConvertDocInfo"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\AttachAsPDF]
    "OutlName"="Als Adobe PDF anhängen"
    "OutlVisible"=dword:ffffffff
    "LastSavedFolder"="G:\\2009\\GoCaps\\"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\EmailToPDF]
    "OutlLeft"=dword:000002ca
    "OutlRowIndex"=dword:00000002
    "OutlVisible"=dword:ffffffff
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\Security]
    "UserPasswdReq"=hex:00
    "AttachmentsPasswdReq"=hex:00
    "OwnerPasswdReq"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\Settings]
    "Compatibility"=dword:00000009
    "AttachmentsOption"=dword:00000001
    "OutputPC"=hex:01
    "EmbedIndex"=hex:01
    "RemoveFolderInfo"=hex:00
    "BlockExternalContent"=hex:01
    "EmbedIndexArchival"=hex:00
    "PageSize"=dword:00000000
    "SizeUnit"=dword:00000001
    "PageWidth"=dword:0009154b
    "PageHeight"=dword:000cd8a1
    "TopMargin"=dword:0000d37d
    "BottomMargin"=dword:0000d37d
    "LeftMargin"=dword:00011940
    "RightMargin"=dword:00011940
    "PageOrientation"=dword:00000003
    "NoOfRememberPackages"=dword:00000005
    "LastSavedFolder"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\"
    "File0"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\AW_ habe Probleme mit meinem Email - Ric weis mehr !!!!!!!!!!.pdf"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\Synchronization]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\Synchronization\Goerlich]
    "Frequency"=dword:00000000
    "Time"="00:00:00"
    "Enabled"=dword:00000000
    "MaintainLog"=dword:00000000
    "LogFile"=""
    "Next"="15: 8:112: 0: 0: 0"
    "Running"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Bookmarks]
    "BookmarksFromHeadings"=dword:00000001
    "BookmarksFromStyles"=dword:00000000
    "BookmarksFromWord"=dword:00000000
    "BookmarkMagnification"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\DisplayOptions]
    "LinkType"=dword:00000000
    "LinkLineStyle"=dword:00000000
    "LinkHilight"=dword:00000002
    "LinkColor"=dword:00000000
    "ShowBookmarkPane"=hex:00
    "FirstPageNumber"=dword:00000001
    "PageMagnification"=dword:0000000d
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\DisplayOptions\Reviewers]
    "NumberOfReviewers"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Media]
    "AudioDataRate"="Hoch (160 kbps)"
    "VideoDataRate"="Hoch (400 kbps)"
    "FlashOutputLocation"="Dokumentspeicherort"
    "EncodeAudio"=hex:01
    "Deinterlace"=hex:00
    "DefaultLocationSelected"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Office]
    "AutoSaveFile"=hex:00
    "CreateTextNotes"=hex:00
    "CreateThreads"=hex:01
    "CreateFootnoteLinks"=hex:01
    "CreateXrefLinks"=hex:01
    "AdvancedTagging"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Security]
    "UserPasswdReq"=hex:00
    "AttachmentsPasswdReq"=hex:00
    "OwnerPasswdReq"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Settings]
    "RowIndex"=dword:00000004
    "Left"=dword:00000000
    "Top"=dword:00000034
    "ToolBarVisible"=hex:01
    "JobOptions"="Standard"
    "CreateLinks"=hex:01
    "CreateBookmarks"=hex:01
    "CreateStructure"=hex:01
    "AttachSourceFile"=hex:00
    "PDFComplianceLevel"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Settings\PrePDFA]
    "JobOptions"="Standard"
    "CreateStructure"=hex:01
    "AttachSourceFile"=hex:00
    "CreateLinks"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0]
    "DidInit"="1"
    "JobOptions"="Standard"
    "WindowPlacement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,\
      ff,ff,ff,ff,ff,ff,ff,ff,ff,3c,01,00,00,01,01,00,00,cd,02,00,00,d9,02,00,00
    "PageSizeUnits"="0"
    "Upgraded4"="64"
    "DistillerPrinterFontCache"=dword:00000001
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\Clients]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/Dokumente und Einstellungen/ademi/WINDOWS/Fonts/]
    "#WinDist FontFolder Order"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/Programme/Adobe/Acrobat 6.0/Resource/Font/]
    "#WinDist FontFolder Order"="3"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/Programme/Gemeinsame Dateien/Microsoft Shared/EQUATION/]
    "#WinDist FontFolder Order"="1"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/WINNT/Fonts/]
    "#WinDist FontFolder Order"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/WINNT/system32/spool/DRIVERS/W32X86/3/]
    "#WinDist FontFolder Order"="2"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\Installer]
    "InstallTime"="12:46:16"
    "InstallDate"="14.01.2008"
    "ENU_GUID"="{AC76BA86-1033-F400-BA7E-000000000001}"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\InstallPath]
    @="C:\\Programme\\Adobe\\Acrobat 6.0\\Distillr"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\Preferences]
    "AlertForWatchedFolders"=hex:00
    "AlertForVolumeFull"=hex:01
    "AskForPdfFileName"=hex:00
    "ViewPrintOutput"=hex:00
    "ViewInteractiveOutput"=hex:00
    "DeleteLogOnSuccess"=hex:01
    "AskToReplacePdfFile"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0]
    "DidInit"="1"
    "Upgraded4"="64"
    "JobOptions"=""
    "DistillerPrinterFontCache"=dword:00000001
    "WindowPlacement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,\
      ff,ff,ff,ff,ff,ff,ff,ff,ff,48,00,00,00,ed,00,00,00,f9,01,00,00,0d,03,00,00
    "PageSizeUnits"="4"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\AdobePDFOutputFolder]
    @=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\Clients]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders]
    "IgnoreStdTTFs"="1"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders\C:/Programme/Adobe/Acrobat 9.0/Resource/Font/]
    "#WinDist FontFolder Order"="3"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders\C:/Programme/Gemeinsame Dateien/Adobe/Fonts/]
    "#WinDist FontFolder Order"="2"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders\C:/Programme/Gemeinsame Dateien/Microsoft Shared/EQUATION/]
    "#WinDist FontFolder Order"="1"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders\C:/WINNT/Fonts/]
    "#WinDist FontFolder Order"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\Installer]
    "ENU_GUID"="{AC76BA86-1033-F400-BA7E-000000000004}"
    "InstallDate"="08.09.2012"
    "InstallTime"="16:52:36"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\InstallPath]
    @="C:\\Programme\\Adobe\\Acrobat 9.0\\Acrobat"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\Preferences]
    "AlertForWatchedFolders"=hex:00
    "AlertForVolumeFull"=hex:01
    "AskForPdfFileName"=hex:00
    "ViewPrintOutput"=hex:00
    "ViewInteractiveOutput"=hex:00
    "DeleteLogOnSuccess"=hex:00
    "AskToReplacePdfFile"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\AdobePDFSettings]
    @="C:\\Dokumente und Einstellungen\\All Users\\Anwendungsdaten\\Adobe\\Adobe PDF\\Settings\\"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\AdobePDFSettings\DisplayName]
    "PDFX1a 2001 JPN"="PDF/X-1a:2001 (Japan)"
    "Standard"="Standard"
    "Smallest File Size"="Kleinste Dateigröße"
    "Press Quality"="Druckausgabequalität"
    "PDFX3 2003"="PDF/X-3:2003"
    "PDFX3 2002 JPN"="PDF/X-3:2002 (Japan)"
    "PDFX3 2002"="PDF/X-3:2002"
    "PDFX1a 2001"="PDF/X-1a:2001"
    "PDFA1b 2005 CMYK"="PDF/A-1b:2005 (CMYK)"
    "High Quality Print"="Qualitativ hochwertiger Druck"
    "PDFX3 2003 JPN"="PDF/X-3:2003 (Japan)"
    "PDFX1a 2003 JPN"="PDF/X-1a:2003 (Japan)"
    "PDFX1a 2003"="PDF/X-1a:2003"
    "PDFA1b 2005 RGB"="PDF/A-1b:2005 (RGB)"
    "Oversized Pages"="Übergroße Seiten"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\PrinterJobControl]
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032779.pdf"="244"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032779.pdf"="245"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\Unbenannt - Editor.pdf"="2"
    "LastPdfPortFolder - Acrobat.exe"="C:\\Dokumente und Einstellungen\\ademi\\Eigene Dateien"
    "5c2bbf67"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Testseite.pdf"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\Testseite.pdf"="2"
    "e7534dc"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"="5"
    "4a7498bf"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032736.pdf"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032736.pdf"="6"
    "3c73791e"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Testseite.pdf"
    "238710e"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Testseite.pdf"
    "d6c6834"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"
    "154b029d"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032736.pdf"
    "82742b43"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"
    "f56d5614"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"
    "c96b18e9"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032736.pdf"
    "d6c3599"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032779.pdf"
    "1b6cdf48"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032779.pdf"
    "cfcbe16"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\z_rptOFFER_gocaps.pdf"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\z_rptOFFER_gocaps.pdf"="5"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\PrinterJobControl\DownloadFonts]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\6.0]
    "InstallTime"="0"
    "InstallDate"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\6.0\Installer]
    "InstallTime"="0"
    "InstallDate"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\6.0\InstallPath]
    @="C:\\Programme\\Adobe\\Acrobat 6.0\\Acrobat Elements"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0]
    "InstallTime"=""
    "InstallDate"=""
    "ENU_GUID"="{AC76BA86-1033-F400-BA7E-000000000004}"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Installer]
    "InstallTime"=""
    "InstallDate"=""
    "ENU_GUID"="{AC76BA86-1033-F400-BA7E-000000000004}"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\InstallPath]
    @="C:\\Programme\\Adobe\\Acrobat 9.0\\Acrobat Elements"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Settings]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Settings\Excel]
    "JobOptions"="Standard"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Settings\NONE]
    "JobOptions"="Standard"
    "SecurityOption"=hex:00,00,00,00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Settings\PScript]
    "JobOptions"=""
    "SecurityOption"=hex:00,00,00,00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat PDFMaker]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat PDFMaker\9.0]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AdobeViewer]
    "TrustedMode"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots]
    "bStampsPaletteInvisible"=dword:00000001
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots\cAnnots]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots\cAnnots\cAnnot]
    "tauthor"="ademi"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots\cAnnots\cHighlight_003aHighlightNote]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots\cAnnots\cHighlight_003aHighlightNote\cstrokeColor]
    "t0"="RGB"
    "d1"="1.000000"
    "d2"="1.000000"
    "d3"="0.000000"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVConversionFromPDF]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVConversionFromPDF\cSettings]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVConversionToPDF]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVConversionToPDF\cSettings]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVDisplay]
    "iCheckError2DGPU"=dword:00000006
    "iCompatLevel2DGPU"=dword:00000000
    "iDriverVersion2DGPUhi"=dword:00050002
    "iDriverVersion2DGPUlo"=dword:0ece0f77
    "sNameOf2DGPU"=hex:00
    "iNum2DGPUDisplays"=dword:00000001
    "iRXOPolicy"=dword:00000002
    "bSmoothZooming"=dword:00000000
    "bUse2DGPUf"=dword:00000000
    "iVendorID2DGPU"=dword:00000003
    "bVerified2DGPU"=dword:00000001

    Thank you for the answer @Test Screen Name:
    As I said its a windows 2003 32bit server used as a workstation, at the moment this is unfortunately the only combination which is allowed until we have upgraded our erp software (hopefully in march).
    The joboption is at the right place, if i copy the path which adobe log says it does not find the jobfile and copy it into the windows explorer its no problem to access the directory. But still i cannot open the file with distiller, open it with editor or any other program is no problem.
    Is it the location? Try storing job options onto the users own desktop.
    - Its at the rigt place, if i copy it to the desktop -> generall parsing error
    Is it a PostScript error? Try distilling the job options file. This will fail always, but maybe fail differently.
    -> Sorry how do you mean a script error? If i open distiller the field at the top showing the standard file is empty. If i drag and drop a joboption file into distiller (i gave the user administration rights and mad hime owner of the file bevore) it says: Adobe PDF-Settings: Error in reading the file. Gerall parser failure
    Is it the decimal separator after all? Write a file with no decimal points.
    How do you mean that? Can you please explain? In language options i changed the decimal in numbers from ; to "." I also tried this with all ";" used in the options. But this i a absolutely noGO because "." is for digital grouping.
    Is it something about the server setup? What is the server setup, is it Terminal Server for each user; or a workstation different people sit at which happens to run Server 2008? Or a server which makes PDF files in the background? Or something else.
    Windows 2003 (no R2) with 7 user accounts (one for each department) who logon at the console session of the server. This setug was running fine since 2006 with adobe 8 and everything worked fine until one day last year when one user was not able to print. If i delete one of the local accounts and create it new i have the same problem that it dont work. But 4 of the 7 persons have changed within the last year depending on changes in the company and i had to give them access -> same problem.
    As a result of this there is only the administrator acount and 2 Accounts who can print..

Maybe you are looking for