Fehler / Bugs

Bei der Umwandlung von PDF mittels Flashpaper 2 in SWF,
werden offenbar nicht alle Texte richtig umgewandelt. Auch Links
gehen verloren. Folge: Die Volltextsuche funktioniert nicht korrekt
bzw. extrem eingeschränkt, d.h. eingegebene Wörter oder
Wortpaare werden nicht gefunden, obwohl im Text vorhanden.
Aus dem im SWF dargestellten Text kopierte Wörter bzw.
Text werden kryptisch dargestellt. Aus dem Wort "Russland" wird zum
Beispiel
"Ϋ´¿²¼". Gibt man
nun letzteres in der Volltextsuche des erzeugten Flashpapers ein,
findet man dann auch tatsächlich "Russland".

Dieses Problem ist offensichtlich schon längere Zeit
bekannt:
http://www.flashforum.de/forum/showthread.php?t=211405
http://www.flashforum.de/forum/showthread.php?t=252126

Similar Messages

  • ICal and Addressbook connecting to eGroupware - various bugs?

    Hi all,
    given CalDAV and CardDAV as standardized protocols, it shouldn't be too much of a problem to connect to private calendar and addressbook servers, you'd think... For some year's I'm running a eGroupware server, and while this product is far from being bug free, I believe it's basically massive bugs in Apple's Ca*DAV protocols that keep the synchronization from working. Let's start with iCal:
    Originally, eGroupware's CalDAV implementation returned fully qualified URIs (like https://www.example.com/egroupware/calendar/) for all kinds of properties, e.g. calendar-home-set. As a result, iCal sent requests with the path //www.example.com/egroupware/calendar - i.e. instead of properly parsing the URI, it just stripped off the protocoll indicator and tried to treat the remaining string as a path.
    As the CalDAV standard doesn't make any hint if URIs should be supplied as fully qualified or relative URIs, returning full URIs seems to be the safer bet, and iCal's reaction on this is IMHO as clearly a bug as it can be. Nevertheless, I patched eGroupware to supply relative URIs, and hey ho, iCal integrates fine with eGroupware now. By the way, eGroupware has some hard coded behaviour to supply only the events of one month back by default, but you can patch that behaviour as well, of course.
    Now to Addressbook, and that's where I'm beyond my wits First of all, it is not possible to configure a CardDAV server in Addressbook itself, as the GUI is massively broken (just try to setup a CardDAV server https://www.example.com/egroupware/addressbook/ and you'll end up with a configured URL https://www.exmaple.com:443/egroupware/addressbook/:443<null> or something even more broken. You need to edit the file "Application Support/AddressBook/Sources/78E03291-22C9-4E27-9852-8480AD6A0F03/Configuration. plist" manually.
    Now, still Addressbook sends a PROPFIND requst for current-user-privilege-set to /directory/ to the server. Don't know what kind of result the programmers expected from this, but on my CalDAV server nothing at all resides under that path, also it's not mentioned in the CalDAV as a general concept. After it got a 405 Method Not Allowed to this request, Addressbook continues sending more sensible requests, so it might not be an actual problem - I'm not sure.
    Next is a PROPFIND query for addressbook-home-set to /egroupware/groupdav.php/addressbook/ wich is a perfectly expected behaviour from the standard. But first, the server replies with 401 Unauthorized. Addressbook then repeats the request, this time including the correct HTTP BASIC authentication information. Now, the server tries its best to handle this request according to standards. I quote the full response here, perhaps some pro spots a mistake in the response I'm to dumb to see:
    HTTP/1.1 207 Multi-Status
    Date: Sun, 06 Sep 2009 14:51:58 GMT
    Server: Apache/2.2.12 (Debian)
    X-Powered-By: PHP/5.2.10-2.2
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    X-Dav-Powered-By: eGroupWare CalDAV/CardDAV/GroupDAV server
    X-WebDAV-Status: 207 Multi-Status
    Content-Length: 486
    Keep-Alive: timeout=15, max=100
    Connection: Keep-Alive
    Content-Type: text/xml; charset="utf-8"
    <?xml version="1.0" encoding="utf-8"?>
    <D:multistatus xmlns:D="DAV:">
    <D:response xmlns:ns0="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:ns1="urn:ietf:params:xml:ns:carddav">
    <D:href>/egroupware/groupdav.php/addressbook/</D:href>
    <D:propstat>
    <D:prop>
    <ns1:addressbook-home-set><D:href>/egroupware/groupdav.php/addressbook/</D:href ></ns1:addressbook-home-set>
    </D:prop>
    <D:status>HTTP/1.1 200 OK</D:status>
    </D:propstat>
    </D:response>
    </D:multistatus>
    I read the CardDAV RFC over and over again, but this seems to be as correct a response as you could wish. Note: out of the box eGroupware doesn't generate the D:href sub-element to ns1:addressbook-home-set but directly puts the URI as content of that element. This is not correct according to the CardDAV standard, but iCal is ignoring exactly the same mistake of the CalDAV implementation of eGroupware. It doesn't make a difference for Addressbook either - both variants lead to the error message 'Von CardDAV-Server Fehler (207) für den Benutzer "xxx" erhalten.' This is a strange message to show, as 207 is not an error code. Of course I patched eGroupware to return 200 OK as HTTP status (contradicting the standard), and hey ho, in Konsole you'll see an error message stating "Expected multi-status response but got status code: 200".
    So - Addressbook actually expects and checks for 207 Multi-Status, i.e. the message on the GUI is giving us no indication on the actual problem. Some easy checks proved that Addressbook wouldn't react any different if the server replies with plain nonsense (e.g. syntax errors in the XML file). So, obviously, Addressbook can't cope with an aspect of the response it gets, fails to generate any log or message box about the problem, and sets a misleading error indication on the GUI.
    And now? Does anybody have a good hint what could Addressbook make work here? When can fixes to iCal and Addressbook realistically be expected, if at all?

    Hello Pelzi,
    Same problem here with iCal an eGroupware. Since I opgraded to SnowLeopard, my Calander isn't syncing anymore.
    *iCal sends this:*
    PROPFIND //192.168.3.199/egroupware/groupdav.php/calendar/ HTTP/1.1
    Host: 192.168.3.199
    User-Agent: DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6 (10A432)
    Authorization: Basic ******
    Depth: 1
    Content-Type: text/xml
    Content-Length: 143
    Connection: keep-alive
    <?xml version="1.0" encoding="utf-8"?>
    <x0:propfind xmlns:x0="DAV:">
    <x0:prop>
    <x0:getetag/>
    <x0:resourcetype/>
    </x0:prop>
    </x0:propfind>
    *And Groupdav replies:*
    HTTP/1.1 405 Method Not Allowed
    Date: Mon, 07 Sep 2009 13:41:34 GMT
    Server: Apache/2.2.3 (Linux/SUSE)
    Vary: accept-language,accept-charset
    Accept-Ranges: bytes
    Keep-Alive: timeout=15, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=iso-8859-1
    Content-Language: en
    1e
    <?xml version="1.0" encoding="
    af
    ISO-8859-1"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>Method not allowed!</title>
    <link rev="made" href="mailto:"[email protected]" />
    <style type="text/css"><!--/--><![CDATA[/*><!--/
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
    /]]>/--></style>
    </head>
    <body>
    Method not allowed!
    The
    PROPFIND
    method is not allowed for the requested URL.
    If you think this is a server error, please contact
    the webmaster.
    If anyone has a solution?
    Message was edited by: HansH8

  • ULTIMATIVER BUG CC2014: Farbmanagement in Acrobat XI kaputt

    Der Irrsinn hat einen Namen: Adobe!
    Folgendes Problem:
    In InDesign ein rotes Kästchen erstellt, C:0 M:100 Y:100 K:0 - ein knallrotes Kästchen. Dieses knallrote Kästchen mit der Standard-Export-Einstellung "Qualitativ hochwertiger Druck" exportiert und PDF gleich anzeigen lassen. Irgendwie sieht dieses Rot doch anders aus? Schnell einmal in die <Druckproduktion>Werkzeuge und <Ausgabevorschau> und tatsächlich: C:0 M:96 Y:87 K:0 !
    Klarer Fall: da hat's was mit dem Farbmanagement! Also schnell in Acrobat nachgeschaut und entdeckt "nicht synchronisiert" (obwohl die Einstellungen selbst 100%ig der Einstellungen des synchronisierten Zustands entsprechen). Das kann man ja leicht beheben: Rein in Adobe Bridge, die Schaltfläche <Anwenden> war auch anklickbar (wenn alles synchron ist, dann ist diese ausgegraut). Also auf <Anwenden> geklickt, zurück in Acrobat -> dort steht "synchronisiert".
    Jetzt noch checken, ob es eh' passt: <Datei öffnen>"meinexport.pdf". Resultat: C:0 M:100 Y:00 K:0 -> Juhuu - so soll's ja sein!
    Und jetzt aufgepasst: Ich habe den selben Export noch einmal durchgeführt mit der Option, dass das PDF im Anschluss "gezeigt" wird -> und schon wieder falsch! Wie kann das sein? Wieder ins Acrobat-Farbmanagement und siehe da: wieder "nicht synchronisiert".
    Nach 100 weiteren Exporten, alles mögliche ausprobieren und hin- und her sch... habe ich folgendes reproduzierbares Verhalten festgestellt:
    Status: Acrobat ist über Bridge synchronisiert. Wenn Acrobat als Programm geöffnet wird und dann eine Datei über <Datei öffnen" geladen wird, ist alles in Ordnung. Wird allerdings Acrobat über einen Doppelklick auf das PDF gestartet, so geht die Synchronisierung verloren.
    Ich arbeite seit über 10 Jahren mit der Creative Suite und hatte dieses Problem nicht. Ich kann es nur in Zusammenhang mit dem Update auf 2014 bringen, denn davor gab es dieses Problem niemals.
    Ich habe dann auch noch Acrobat vollständig deinstalliert (inkl. der Voreinstellungen) und neu installiert -> das Verhalten war exakt das gleiche.
    Kleine Anmerkung: es gibt zwar Indesign CC 2014 und Illustrator CC 2014 und Photoshop CC 2014, aber KEIN BRIDGE CC 2014 und auch KEIN ACROBAT CC 2014. Und es gibt anscheinend einen Zusammenhang mit dem Update auf die CC 2014-Versionen. Und Bridge ist die "Brücke" zwischen allen Programmen insbesondere beim Farbmanagement. Die hat aber eine andere Versionsnummer. Und Acrobat fällt überhaupt aus diesem CC-Versions-Rahmen. Und dort manifestiert sich das Problem.
    Hmmm?!?!?

    Danke für die Antwort, leider keine Lösung dabei.
    1. "Bridge hat außer der Kompatibilität mit CC2014 keine neuen Funktionen hinzubekommen". -> Vielleicht hängt es ja gerade mit dem Update bezüglich der Kompatibilität zu CC 2014 zusammen? Das ist ja genau meine Vermutung, dass hier geschlampt wurde. Denn die "globale" (für ALLE CS-Produkte) Einstellung zur Synchronisierung funktioniert zwar, wird aber "ausgehebelt" - wie von mir beschrieben. Keine Ahnung, ob hier Bridge verantwortlich ist oder Acrobat oder der InDesign-Export. Ich stelle nur fest, dass verschiedene Programme der Creative Cloud zum gleichen Zeitpunkt in unterschiedlichen Versionen existieren. Gleichzeitig aber alle Programme "miteinander" funktionieren müssen. Und im vorliegenden Fall ist das eben nicht so.
    2. Siehe Punkt 1. Das mag' ja genau das Problem sein und genau das kritisiere ich. Nach meinem Verständnis ist Acrobat einer der wesentlichsten Player in einer Grafik-Umgebung. Schließlich mündet fast alles irgendwie in einem PDF. Und PDF ist nunmal das Austauschformat schlechthin. In jedem Fall ist das PDF die Schnittstelle zu "außer Haus", deshalb muss man sich 100%ig darauf verlassen können.
    Und dass Acrobat ein unterschiedliches Verhalten zeigt zwischen <zuerst Programm öffnen und dann Datei öffnen> und <Programm über Doppelklick via Datei> ist einfach nicht in Ordnung und ist ein eindeutiger und absolut reproduzierbarer Bug.
    3. Es ist WURSCHT, welche Standardvorgabe verwendet wird. Ich habe nur "qualitativ hochwertiger Druck" gepostet, aber habe natürlich ALLE Export-Funktionen durchprobiert. Typischerweise verwende ich meine eigenen Vorgaben, die mit meinen Druckereien abgestimmt sind und oftmals wird noch gerne PDF-X3 verwendet.
    Der Unterschied hinsichtlich Farbmanagement ist bei den verschiedenen PDF-X-Standards bzw. zwischen den "Acrobats-Kompatibilitäts-Stufen", dass Profile
    > grundsätzlich eingebettet werden
    > gewisse Optionen für die Einbettung bieten oder nicht
    > Profile direkt über via Tags eingebettet werden können
    > usw.
    4. Die von mir seit 3 Jahren standardmäßig verwendeten Export-Profile sehen so aus:
    > für Online-Druckereien: Standard PDF-X3:2003 (Kompatibilät Acrobat 4) / Keine Farbkonvertierung / Ausgabemethoden-Profil: Document CMYK - ISO Coated v2 300% ECI
    > intern als Austauschformat: ohne Standard (Kompatibilität Acrobat 6) / Keine Farbkonvertierung / RGB CMYK Quellprofile als Tags einbetten
    > Illustrator PDF (für Grafiken, die sich nur innerhalb meines Workflows bewegen, bis sie schließlich über die End-Anwendung ins jeweilige Druck-PDF exportiert werden: ohne Standard (Kompatibilität Acrobat 6) / Keine Farbkonvertierung / alle Profile einschließen
    > Variante Illustrator PDF (für externe Logos, die nicht mit einem eigenen Profil in Berührung kommen sollen): ohne Standard (Kompatibilität Acrobat 6) / Keine Farbkonvertierung / keine Profile einschließen
    > und natürlich für Web-Export und Variante mit Anschnitten/Passkreuzen/Bilder-Runterrechner und whatever
    Deine Frage ist für mich nicht genau genug, denn wie schon gesagt, bieten manche Profile gar nicht die Möglichkeit, einen Output-Ident festzulegen.
    Tatsache ist, dass ich an meinen Konfigurationen nichts geändert habe und nach dem Update auf CC 2014 zunächst einen Profil-Fehler im InDesign entdeckt habe (habe ich auch gepostet) und heute erstmals einen Profil-Fehler in Acrobat entdeckt habe. Und für dieses Problem habe ich mittlerweile 8 Stunden aufgebracht.
    Der Ärger über die Adobe-Software ist mittlerweile so groß, dass ich mir vorgenommen habe, alles zu veröffentlichen, was mir so unterkommt.
    Ich bin als zahlender Kunde nicht mehr bereit, alles einfach wortlos über mich ergehen zu lassen.
    Nächster Schritt werden Youtube-Videos zur Dokumentation sein. Das hier gepostete Problem ist dermaßen absurd und nicht nachvollziehbar, dass man es nur glauben kann, wenn man es mit den eigenen Augen sieht. Als IT-Mensch seit C64 würde ich meinen, dass so ein Verhalten nicht möglich ist. Aber Adobe belehrt eines Besseren!

  • Bug in xdb ease of use tools?

    Hi,
    I'm working with the XDB Ease of Use Tools for Structured Storage.
    While executing the prvtxutil.plb file, I get the following error:
    SQL> SHOW ERRORS;
    Fehler bei PACKAGE BODY XDB.DBMS_XMLSTORAGE_MANAGE:
    LINE/COL ERROR
    2220/4   PL/SQL: Statement ignored
    2220/15  PLS-00306: Falsche Anzahl oder Typen von Argumenten in Aufruf von
             'ISXMLTYPETABLE'
    2322/4   PL/SQL: Statement ignored
    2322/15  PLS-00306: Falsche Anzahl oder Typen von Argumenten in Aufruf von
             'ISXMLTYPETABLE'The file dbmsxutil.sql which I executed before ran without a problem. That´s annoying.....
    The version of the prvtxutil.plb file which I have, was updated 25.01.2011, 10:34:56.
    Has anyone the same problem or a solution for this?
    Maybe it's a bug and someone has a previous version of the prvtxutil.plb which works and who can post it here....
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    5 Zeilen ausgewählt.

    Report any issue with the toolset on the official thread here: The "Offical" XDB Utilities thread. (via the FAQ XMLDB forum link on the mainpage)

  • Bug report: oracle.jbo.ViewCriteriaRow: string attribute value with '

    Setting a ViewCriteriaRow attribute to a string value with an ' (apostrophe) causes an exception. Example:
    ViewCriteriaRow vcr;
    vcr.setAttributeValue ("Nachname", "D'Heur");
    this should match with the Nachname column exactly with D'Heur, but the BC4J-SQL-Generator generates an SQL statement with "Nachname like 'D'Heur'" in the where clause. Using bind variables like "Nachname like :1" would help. Here the sample exception (BC4J in Jdev 9.0.3.4):
    Error Message: JBO-27122: SQL-Fehler bei Vorbereitung der Anweisung. Anweisung: SELECT PsBenutzer.BER_ID, PsBenutzer.ATP_ATP_ID, PsBenutzer.QTP_QTP_ID, PsBenutzer.BDP_BDP_ID, PsBenutzer.LND_LND_ID, PsBenutzer.ANREDE, PsBenutzer.TRENDSHOPID, PsBenutzer.VORNAME, PsBenutzer.NACHNAME, PsBenutzer.BENUTZERKENNUNG, PsBenutzer.PASSWORT, NULL AS PASSWORTWIEDERHOLUNG, PsBenutzer.STATUS, PsBenutzer.INAKTIVBIS, PsBenutzer.GEBURTSDATUM, PsBenutzer.EMAIL, PsBenutzer.MOBIL, PsBenutzer.BEVORZUGTEADRESSE, PsBenutzer.INBRANCHESEIT, PsBenutzer.WUNSCHPRAEMIE, PsBenutzer.HOBBYS, PsBenutzer.SACHBEARBEITERKUERZEL, PsBenutzer.STRASSE, PsBenutzer.PLZ, PsBenutzer.ORT, PsBenutzer.TELEFON, PsBenutzer.FAX, PsBenutzer.UEBERTRAGVERFUEGBAREPUNKTE, PsBenutzer.ERVVERKAUFSEIT, PsAgenturzuordnungen.AZG_ID, PsAgenturzuordnungen.ARE_ARE_ID, PsAgenturzuordnungen.AGT_HAGTNR, PsAgenturzuordnungen.AGT_NAGTNR, PsAgenturzuordnungen.BER_BER_ID, PsAgenturzuordnungen.TELEFON AS TELEFON1, PsAgenturzuordnungen.ROLLENSTATUS, PsAgenturzuordnungen.EMAIL AS EMAIL1, pa_agenturen.ist_teilnehmer(PsAgenturzuordnungen.AGT_HAGTNR,PsAgenturzuordnungen.AGT_NAGTNR) AS IST_TEILNEHMER, PsBenutzer.BINSCHONTRENDJETTER, PsBenutzer.ERFASSUNGSDATUM, PsBenutzer.ERVEXKLUSIV, PsBenutzer.ERVEXKLUSIVBIS, PsBenutzer.MUSSLOGINAENDERN FROM PS_BENUTZER PsBenutzer, PS_AGENTURZUORDNUNGEN PsAgenturzuordnungen WHERE PsBenutzer.BER_ID = PsAgenturzuordnungen.BER_BER_ID AND ( ( (UPPER(PsBenutzer.NACHNAME) LIKE 'D'HEUR') ) )

    Single quotes must be doubled in SQL statements to be legal. I've filed Bug# 3574900 for us to do a better job on fixing up this case in the future, but there's an easy workaround idea for now.
    If you don't want the user to have to know/remember this, you could override the getViewCriteriaClause() method in your ViewObjectImpl class, and "fix up" the view criteria attributes to double-up occurrences of single apostrophe's before returning super.getViewCriteriaClause().
    Here's a quick web log entry on it with some sample code:
    http://radio.weblogs.com/0118231/2004/04/16.html#a276

  • Bug in 6.1 SP6 + 8.1 SP2 in WebAppServletContext.setAttribute

              Althoug I found a depending Fixed Problem Message for BEA 7.0, I get the following
              NullPointer Exception with BEA Weblogic Server 6.1 SP6 (in SP 4 it works fine)
              and in 8.1 SP2.
              The J2EE Spec allowes to use setAttribute("xy", null) and it should be handled
              in the same way like caling removeAttribute("xy").
              11:19:37,573 ERROR (AdministrationConstantReloadTab.java:101) - Fehler beim Anzeigen
              des AdministrationAntragReloadTabs
              java.lang.NullPointerException
              at java.util.Hashtable.put(Hashtable.java:389)
              at weblogic.servlet.internal.WebAppServletContext.setAttribute(WebAppServletContext.java:669)
              at de.abc.elektra.administration.control.AdministrationConstantReloadTab.handleAction(AdministrationConstantReloadTab.java:90)
              at de.abc.elektra.common.control.TabHandler$TabFormListener.formSubmitted(TabHandler.java:216)
              at com.javelin.swinglets.SForm.processFormEvent(SForm.java:168)
              at com.javelin.swinglets.SForm.processEvent(SForm.java:132)
              at com.javelin.swinglets.SComponent.dispatchEvent(SComponent.java:1179)
              at com.javelin.swinglets.ServletManager.handle(ServletManager.java:256)
              at de.abc.elektra.common.control.WindowHandler.handleContext(WindowHandler.java:44)
              at de.abc.elektra.common.control.Navigator.process(Navigator.java:239)
              at de.abc.elektra.common.control.Navigator.doPost(Navigator.java:117)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#setAttribute(java.lang.String,
              java.lang.Object)
              javax.servlet
              Interface ServletContext
              setAttribute
              public void setAttribute(java.lang.String name,
              java.lang.Object object)Binds an object to a given attribute
              name in this servlet context. If the name specified is already used for an attribute,
              this method will replace the attribute with the new to the new attribute.
              If listeners are configured on the ServletContext the container notifies them
              accordingly.
              If a null value is passed, the effect is the same as calling removeAttribute().
              Attribute names should follow the same convention as package names. The Java
              Servlet API specification reserves names matching java.*, javax.*, and sun.*.
              Parameters:
              name - a String specifying the name of the attribute
              object - an Object representing the attribute to be bound
              It is not really a problem if you have the chance to quickly change your implementation
              as you can use removeAttribute(String). But if there is a BEA employee reading
              this, then that bug should be fixed in the upcoming Service Packs.
              Guido Reiff
              

    I think we are running into a related issue with WLS6.1 SP6. We use struts
              and on re-loading some of the action classes, we see a NPE on a
              getServletContext call in org.apache.structs.action.RequestProcessor. This
              worked fine in WLS6.1 SP4.
              - Prasad
              "greiff" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Althoug I found a depending Fixed Problem Message for BEA 7.0, I get the
              following
              > NullPointer Exception with BEA Weblogic Server 6.1 SP6 (in SP 4 it works
              fine)
              > and in 8.1 SP2.
              >
              > The J2EE Spec allowes to use setAttribute("xy", null) and it should be
              handled
              > in the same way like caling removeAttribute("xy").
              >
              >
              > 11:19:37,573 ERROR (AdministrationConstantReloadTab.java:101) - Fehler
              beim Anzeigen
              > des AdministrationAntragReloadTabs
              > java.lang.NullPointerException
              > at java.util.Hashtable.put(Hashtable.java:389)
              > at
              weblogic.servlet.internal.WebAppServletContext.setAttribute(WebAppServletCon
              text.java:669)
              > at
              de.abc.elektra.administration.control.AdministrationConstantReloadTab.handle
              Action(AdministrationConstantReloadTab.java:90)
              > at
              de.abc.elektra.common.control.TabHandler$TabFormListener.formSubmitted(TabHa
              ndler.java:216)
              > at com.javelin.swinglets.SForm.processFormEvent(SForm.java:168)
              > at com.javelin.swinglets.SForm.processEvent(SForm.java:132)
              > at
              com.javelin.swinglets.SComponent.dispatchEvent(SComponent.java:1179)
              > at
              com.javelin.swinglets.ServletManager.handle(ServletManager.java:256)
              > at
              de.abc.elektra.common.control.WindowHandler.handleContext(WindowHandler.java
              :44)
              > at
              de.abc.elektra.common.control.Navigator.process(Navigator.java:239)
              > at
              de.abc.elektra.common.control.Navigator.doPost(Navigator.java:117)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at weblogic.servlet.internal.ServletStubImpl$ServletInvocationActi
              on.run(ServletStubImpl.java:971)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :402)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :305)
              > at
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
              ebAppServletContext.java:6350)
              > at
              weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubjec
              t.java:317)
              > at
              weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:3635)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2585)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >
              >
              >
              http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#setAttribute(java.lang.String,
              > java.lang.Object)
              > --------------------------------------------------------
              >
              > javax.servlet
              > Interface ServletContext
              > setAttribute
              >
              > public void setAttribute(java.lang.String name,
              > java.lang.Object object)Binds an object to a
              given attribute
              > name in this servlet context. If the name specified is already used for an
              attribute,
              > this method will replace the attribute with the new to the new attribute.
              > If listeners are configured on the ServletContext the container notifies
              them
              > accordingly.
              >
              > If a null value is passed, the effect is the same as calling
              removeAttribute().
              >
              >
              > Attribute names should follow the same convention as package names. The
              Java
              > Servlet API specification reserves names matching java.*, javax.*, and
              sun.*.
              >
              > Parameters:
              > name - a String specifying the name of the attribute
              > object - an Object representing the attribute to be bound
              >
              >
              > It is not really a problem if you have the chance to quickly change your
              implementation
              > as you can use removeAttribute(String). But if there is a BEA employee
              reading
              > this, then that bug should be fixed in the upcoming Service Packs.
              >
              > Guido Reiff
              

  • Bug in Illustrator CS2-CS5.1 beim SVG Speichern

    Mittlerweile ist klar, das ist ein Fehler im Programm, getestet mit Illustrator CS2, CS4 und CS5.1 .
    Was muss man wo tun um ein Hotfix zu erhalten?
    Wohin muss ich mich da wenden und was kostet's ggf.?
    Eine Kollegin hat herausgefunden, dass Illustrator bei eingestellter Codierung UTF-8 nicht in UTF-8 exportiert, sondern in ANSI.
    Wenn UTF-8 drauf steht, aber ANSI drin ist, passt das natürlich nicht zusammen
    D.h. im XML Quelltext steht UTF-8 drin, aber es ist eigentlich ANSI, das führt dann zu Interpretationsfehlern.
    Witzigerweise kann AI sein gerade gespeichertes SVG noch nicht mal selbst öffnen.
    Beispiel:
    Öffnet das Pseudo-UTF SVG mal mit den normalen Windows Editor, anschließend geht ihr auf "Speichern unter", der Editor schlägt vor, in ANSI zu speichern, heißt die Datei ist eigentlich ANSI kodiert. Speichert man das SVG mit dem Editor dann nicht unter ANSI, sondern als UTF-8 ab, gibt es plötzlich keine Anzeigefehler mehr, weder im IE noch im Firefox.
    Habe mittlerweile die Möglichkeit gehabt es in CS5.1 zu versuchen, selber Fehler.
    Gibts dafür vielleicht schon ein Fix?
    Wir steigen nun von CorelDraw auf Illustrator um, zu Testzwecken habe ich im Mom zwar nur CS2 drauf, aber CS5.1 wird folgen.
    Es geht darum maussensitive SVG's zu erstellen, d.h. bei einigen Objekten werden Grafikattribute hinterlegt um das SVG hinterher interaktiv machen zu können.
    Problem:
    Das Grafikattribut ist als "Imagemap: Polygon" gesetzt und sieht in etwa so aus: "Þg;8314;S005Þ"
    Problem:
    Leider werden Objekte die mit diesem Attribut im SVG später nicht angezeigt(siehe "Link mit Zeichen"). Wenn ich das Thorn "Þ" weglasse, werden die SVG's richtig angezeigt (siehe "Link ohne Zeichen").
    Im IE8 werden Objekte im SVG mit diesem Thorn einfach weggelassen, der Rest wird angezeigt.
    Im Firefox wird das SVG gar nichtt angezeigt und er gibt einen XML-Verarbeitungsfehler in der entsprechenden Code Zeile aus.

    Confirmed this is being generated entirely in CS5. I opened the font Sabon. I created a text box. I pasted in some generic type I had just made in text edit. I changed the font to Sabon and the paragraph to justify. I saved and closed the document and closed Illustrator. I closed Sabon and opened Sabon from another foundry. I opened Illustrator and opened the document. All looked good. I duplicated the text box over and outlined the type. I went into the font manager and closed Sabon. I opened the original Sabon. DING! Type reflow. I saved as a second document. I copied the outlined type and closed the document. I opened the original document (note the original font is open). No problems. I paste the outlined type (type outlined with the wrong version of the font active) and it lands exactly in place. I open the second document. The type that reflowed now gives me the stupid message about another version of Illustrator screwing it up. I hit OK and the type reflows back to the way it is supposed to be.
    This proves that the kerning changes weren't due to differences between the fonts. This proves that Illustrator CS5 has a MAJOR type engine bug that could easily spell disaster in production.

  • Application Builder (Bug)- Edit Region Comment getting ORA-01461

    When i edit a Region and saving it with a long comment (5366 chars) iam getting this error
    Fehler beim Verarbeiten von Zeile.
    ORA-01461: Ein LONG-Wert kann nur zur Einfügung in eine LONG-Spalte gebunden werden
    We are using Application Express 4.1.0.00.32 in that specific project.
    On apex.oracle.com in Version Application Express 4.2.0.00.27 this error occurs also.

    Hi Oliver,
    comment attributes do normally only save up to 4000 characters. I will file a bug to restrict the textarea to 4000 chars.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • After Effects Fehler: ... benötigt zu viel Arbeitsspeicher, um korrekt zu rastern ( 50 § 15 )

    Hallo zusammen,
    ich versuche gerade einen Clip, der komplett aus Vektorebenen besteht, zu rendern.
    Leider bekomme ich hier nach gut 3/4 Renderzeit folgende Fehlermeldung:
    "Dorfhügel/landschaft_neu.ai" ist in dem Fall einer der besagten Vektorebenen. Es liegt aber nicht direkt an dieser Ebene, da ich im Vorfeld bereits einige vermeintlich fehlerhafte Ebenen gelöscht habe und trotzdem immer wieder an diesem Fehler hängen bleibe.
    Nach Bestätigen mit OK beendet AE den Renderprozess mit Status "fehlgeschlagen" und speichert den 3/4 gerenderten Clip ab.
    Hier meine Konfigurationen:
    Macbook Pro
    Mac OS X 10.7.5
    2,2 GHz Intel Core i7
    8 GB RAM
    AMD Radeon HD 6750M 512 MB VRAM
    Ich habe bereits das aktuelle Update installiert, leider keine Besserung.
    Habe ich vielleicht etwas ungenügend konfiguriert?
    Vielen Dank für jede Hilfe.   

    Mal die Datei als AI CS3/ CS4 Version speichern und ersetzen. Das könnte dieser dämliche Bug sein, wo CS5 und neuere AI Dateien einfach geschreddert werden...
    Mylenium

  • Plötzlich diverse Bugs (Illustrator, Indesign, Acrobat Reader) unter OS X 10.7.2

    Hallo liebe Community.
    Seit ein paar Monaten verwende ich unter OS X Lion 10.7.2 die CS5.5 Design Standard. Anfänglich gab es gar keine Probleme. CS4 Datein ließen sich ohne Probleme öffnen und bearbeiten etc.
    Vor einigen Wochen begannen urplötzlich diverse Bugs aufzutreten, zu denen ich keinerlei Hinweise im Internet fand. Selbst Kompatibelitätsprobleme mit Lion scheinen nicht der Grund zu sein.
    Auffällig waren vor allem 3 Probleme, welche immer auftreten.
    Indesign:
    Bei Indesign ist es nicht mehr möglich Farbfelder auszuwählen. Klicke ich diese an, blinkt das Feld kurz auf und das wars. Das Objekt nimmt die Farbe nicht an. Umgehen kann ich dies nur, indem ich die cmd-Taste gleichzeitig gedrückt halte. Außerdem ist die Reaktionszeit bei einem Klick auf ein Objekt recht lang (Etwa 2 Sekunden bevor ich weiter arbeiten kann). Dies bringt mich direkt zu Problem 2.
    Illustrator:
    Sobald ich bei Illustrator mit dem Auswahlwerkzeug ein Objekt anklicke, friert das Programm für etwa 5 Sekunden ein, bevor es für etwa die selbe Länge lädt und ich schließlich nach insgesammt 10 Sekunden weiter arbeiten kann. Halte ich die Maustaste gedrückt und verschiebe das Objekt bevor ich loslasse, tritt dieser Fehler nicht auf.
    Acrobat Reader:
    PDF Datein laden extrem lange. Das zoomen dauert über 10 Sekunden. Das verschieben der Position mit dem Hand Werkzeug benötigt ebenfalls so lange. Das wechseln von Seiten mit Hilfe der Pfeiltasten hingegen geht ohne Probleme. Ein bloßer Klick mit der Maus auf die Fläche sorgt ebenfalls für eine enorme Nachladezeit.
    Am auffälligsten ist sicherlich die Tatsache, dass bei jedem Programm diese Nachladezeiten bestehen, welche das Arbeiten beinahe unmöglich machen. Diese Fehler traten absolut plötzlich auf, ohne dass am System irgend etwas verändert wurde. Lediglich der Arbeitsspeicher wurde von 4 auf 8 GB aufgestockt. Dies sollte jedoch wenn überhaupt für schnellere Ladezeiten sorgen und nicht umgekehrt. Ich habe zu diesen Fehlern wie gesagt keinerlei Informationen gefunden und hoffe, dass mir jemand vielleicht helfen kann.
    Grüße
    Pascal

    ohne dass am System irgend etwas verändert wurde. Lediglich der Arbeitsspeicher wurde von 4 auf 8 GB aufgestockt. Dies sollte jedoch wenn überhaupt für schnellere Ladezeiten sorgen und nicht umgekehrt.
    Und wenn deine Speicherbasteleien nun einfach was kaputt gemacht haben? Wenn der Speicher einfach "schlecht" ist oder mit falscher Taktrate läuft? Wenn das Betriebssystem irgendwo Infos über die Speicherbereiche gespeichert hat und nun ständig strampelt, Kompatibilität herzustellen? Nix für ungut, aber sowas soll ja schon mal vorkommen. Also mal irgendein Test-Tool drüber laufen lassen und genau die Einstellungen abklappern...
    Mylenium

  • Validation with DTD: Bug in Oracle 10g?

    Hi
    The following example works with Oracle 11g, but not with Oracle 10g.
    I have a XML-document (familie.xml) and a DTD-Document (familie.dtd). The XML-document is not valide, because I changed the tag "Vater" into "Dad". Within
    the DTD the "Vater"-element is described as follow: <!ELEMENT Familie (Vater, Mutter, Kind) >. If I validate the document, I get in Oracle 11g this exception:
    Unexpected Error: ORA-31011: XML-Parsing not succesful
    LPX-00104: Warning: Element "Dad" is not declared in the DTD.
    Error at line 3 occured.
    This Error is right!! But if I try the SAME example in Oracle 10g, I don't get a Exception!!!! But I should become one.
    Have anyone tested DTD-Validation in Oracle 10g or is it a bug?
    <?xml version='1.0' encoding='ISO-8859-15' ?>
    <!-- Dokument beschreibt eine Familie -->
    <Familie>
         <Dad>
              <Name>Meier</Name>
    <Vorname>David</Vorname>
         </Dad>
         <Mutter>
              <Name>Baumann</Name>
              <Vorname>Charlotte</Vorname>
         </Mutter>
         <Kind>
              <Name>Slota</Name>
              <Vorname>Kaharina</Vorname>
         </Kind>
    </Familie>
    <!ELEMENT Familie (Vater, Mutter, Kind) >
    <!ELEMENT Vater (Name, Vorname)>
    <!ELEMENT Mutter (Name, Vorname)>
    <!ELEMENT Kind (Name, Vorname) >
    <!ELEMENT Name (#PCDATA) >
    <!ELEMENT Vorname (#PCDATA) >
    set directory TEST_DIR as '....';
    DECLARE
    v_parser xmlparser.parser;
    v_document xmldom.DOMDocument;
    v_nodeList xmldom.DOMNodeList;
    v_number NUMBER;
    v_xmlDatei VARCHAR2(32);
    v_dtdDatei varchar2(32);
    parserError EXCEPTION;
    PRAGMA EXCEPTION_INIT(parserError, -20100);
    BEGIN
    v_xmlDatei := 'familie.xml';
    v_dtdDatei := 'familie.dtd';
    v_parser := xmlparser.newParser();
    DBMS_XMLPARSER.setBaseDir(v_parser, 'TEST_DIR');
    xmlparser.setValidationMode(v_parser, TRUE);
    xmlparser.parseDTD(v_parser, v_dtdDatei, 'Familie');
    xmlparser.parse(v_parser, v_xmlDatei);
    v_document:=xmlparser.getDocument(v_parser);
    xmlparser.freeParser(v_parser);
    xmldom.freeDocument(v_document);
    EXCEPTION
    WHEN parserError THEN
    xmlparser.freeParser(v_parser);
    dbms_output.put_line('Fehler beim Parsen: ' || SQLERRM);
    WHEN OTHERS THEN
    dbms_output.put_line('Unerwarteter Fehler: ' || ' ' || SQLERRM);
    END;
    null
    Message was edited by:
    user638576

    Do your sequence and column have the same name? In your code sample, it looks like they do:
    INSERT INTO LSTKPI (KPIIDD, PRMNME, KPISUP, TEMIDD1)
    VALUES (KPIIDD.NEXTVAL, NEXTPRM.PRMNME, NEXTSTA.STANAM, PDRTEM_PKG_1.rids(i));
    Maybe that has confused the parser.
    As Oracle moves forward, you can expect more object-oriented functionality. That could mean that columns could have their own attributes or methods. If so, how is the parser to know whether in this code the value KPIIDD.NEXTVAL refers to the (external) sequence or a column attribute?
    As a suggestion, try renaming the sequence.
    create sequence KPIIDD_SEQ start with ... ;
    INSERT INTO LSTKPI (KPIIDD, PRMNME, KPISUP, TEMIDD1)
    VALUES (KPIIDD_SEQ.NEXTVAL, NEXTPRM.PRMNME, NEXTSTA.STANAM, PDRTEM_PKG_1.rids(i));
    HTH,
    - Doug

  • Fehler 91 bei VI "Schlüssel lesen"

    Hallo zusammen,
    ich habe folgendes Problem, ich Speichere in einer Ini Datei alle Werte und Bezeichnungen der Frontpanel Bedienelemente.
    Wenn ich dann mit dem VI "Schlüsse lesen" die Werte wieder auslesen will kommt es zu eimen Fehler "91".
    Dieser Ferhler tritt aber nur bei einem Frontpannel Bedienelement auf, obwohl sich mehrere solche Bedienelemente auf dem Frontpanel befinden.
    Komischer Weise ist wenn ich die selben Bedienelemente in ein anderes Frontpanel kopiere und die gleiche Aktion durchführe tritt kein fehler auf.
    Ist das vielleicht noch ein Bug im LabView ich arbeite mit der Deutschen Version 8.0 oder mach ich noch irgendwas falsch?
    Gruß

    hallo
    zeig uns bitte etwas Code.
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • [bug] mkinitrd on arch64

    I´m using latest mkinitrd from arch32 current 1.01-24.
    ==> Starting build()...
    patching file include/applets.h
    patching file include/usage.h
    patching file init/Config.in
    patching file init/Makefile.in
    patching file init/mkrootdev.c
    gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep /var/abs/local/mkinitrd/src/busybox-1.01/scripts/mkdep.c
    gcc -I/var/abs/local/mkinitrd/src/busybox-1.01/include -I/var/abs/local/mkinitrd/src/busybox-1.01/include -I/var/abs/local/mkinitrd/src/busybox-1.01/libbb -Wall -Wstrict-prototypes -Wshadow -Os -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG -c -o /var/abs/local/mkinitrd/src/busybox-1.01/applets/applets.o /var/abs/local/mkinitrd/src/busybox-1.01/applets/applets.c
    In Datei, eingefügt von /var/abs/local/mkinitrd/src/busybox-1.01/applets/applets.c:33:
    /var/abs/local/mkinitrd/src/busybox-1.01/include/busybox.h:27:20: Fehler: config.h: Datei oder Verzeichnis nicht gefunden
    make: *** [/var/abs/local/mkinitrd/src/busybox-1.01/applets/applets.o] Fehler 1
    * Debugging Options
    Build BusyBox with Debugging symbols (CONFIG_DEBUG) [N/y/?] n
    install: Aufruf von stat für ,,busybox" nicht möglich: Datei oder Verzeichnis nicht gefunden
    [andyrtr@workstation64 mkinitrd]$ ls -l /var/abs/local/mkinitrd/src/busybox-1.01/include/
    insgesamt 176
    -rw-r--r-- 1 andyrtr users 20359 2005-12-21 22:06 applets.h
    -rw-r--r-- 1 andyrtr users 3329 2005-08-17 03:29 busybox.h
    -rw-r--r-- 1 andyrtr users 6936 2005-12-21 22:06 config.h
    -rw-r--r-- 1 andyrtr users 1617 2005-08-17 03:29 dump.h
    -rw-r--r-- 1 andyrtr users 3964 2005-08-17 03:29 grp_.h
    -rw-r--r-- 1 andyrtr users 1038 2005-08-17 03:29 inet_common.h
    -rw-r--r-- 1 andyrtr users 17549 2005-08-17 03:29 libbb.h
    -rw-r--r-- 1 andyrtr users 3577 2005-08-17 03:29 pwd_.h
    -rw-r--r-- 1 andyrtr users 3242 2005-08-17 03:29 shadow_.h
    -rw-r--r-- 1 andyrtr users 3620 2005-08-17 03:29 unarchive.h
    -rw-r--r-- 1 andyrtr users 101069 2005-12-21 22:06 usage.h
    So busybox won´t be created and not included into the package. I guess there´s something wrong with the include/config.h or include/busybox.h.  :?:

    Got it
    http://bugs.gentoo.org/show_bug.cgi?id=59280
    change it this way:
    # $Id: PKGBUILD,v 1.39 2005/12/18 18:59:57 judd Exp $
    # Maintainer: Tobias Powalowski <[email protected]>
    pkgname=mkinitrd
    pkgver=1.01
    pkgrel=24
    pkgdesc="A tool to create the initrd image"
    url="http://www.busybox.org/"
    depends=('bash') 
    backup=('etc/mkinitrd.conf')
    source=(http://www.busybox.net/downloads/busybox-$pkgver.tar.bz2
            bb-mkrootdev.patch mkinitrd config mkinitrd.conf)
    md5sums=('f250842dae2854a38470ed16a46bba66' '00e92e5dca9749b3a18b1c5af448eca7'
             '7efceea0df9daf097e202667e28f236f' '92465f79f20fd0bd9d503a921c605165'
             'ecf76ecf376d15090a2176f01ecd2f94')
    build() {
      cd $startdir/src/busybox-$pkgver
      patch -Np1 -i ../bb-mkrootdev.patch || return 1
      cp ../config .config
      make -j1 OPTIMIZATION="${CFLAGS}"
      install -D -m 755 busybox $startdir/pkg/sbin/busybox
      install -D -m 755 $startdir/src/mkinitrd $startdir/pkg/sbin/mkinitrd
      install -D -m 644 $startdir/src/mkinitrd.conf $startdir/pkg/etc/mkinitrd.conf
      mkdir -p $startdir/pkg/initrd
    SMP breaks the creating of the config.h and some other things. And without the OPTIMIZATION no flags are taken.
    Now it looks good here. You should add it in the next release!
    Going to improve the arch64 kernel package.
    AndyRTR

  • After Effects Trickfilm - Bugs beim rendern

    Hallo,
    habe einen trickfilm geschossen mit 25 bildern pro sekunde. habe beim rendern jetzt erhebliche probleme mit bugs und bildverzerrungen bzw. richtigen schwarzen bereichen und pixelverschiebungen.
    bisher hatten alle ausgabeformate die gleichen fehler...
    für ideen bin ich sehr dankbar!
    LG Julian

    Hallo,
    erstmal vielen Dank für deine schnelle Antwort. Habe den Fehler schon gefunden. Effekte wurden keiner verwendet, allerdings scheint die JPG Sequenz ansich eine Macke gehabt zu haben. Neu reingezogen, alles funktioniert.
    LG und danke!

  • Wo ist der Fehler? : Unexpected Value in einem Switch-Script

    Hallo!
    (ich benutze Adobe Acrobat 11 prof mit Windows 7 prof. -Umgebung) 
    Ich "arbeite" seit Januar 2014 mit Acrobat 11 prof. Kein Informatiker, reiner Anwender...
    Ich möchte in einem "Ernährungs-PDF-Bilderbuch" Wissen abfragen. Mit einem Script, das in einem anderen Formular bereits funktionierte, hänge ich jetzt und komme nicht weiter.
    Jede Seite hat 4 Optionsfelder und 1 Textfeld. Bsp: die Gruppe: "Blumenkohl" mit - verschiedenen Kohlehydratmengen (0-3 KE als Optionsfeldauswahl).
    Das Script steht in dem zugehörigen Textfeld ("Blumenkohl-KH") in einem benutzerdefinierten Berechnungsscript.
    Format: "Keine":
    Das Script lautet:
    var cSelection = this.getField("Blumenkohl").value;
    switch (cSelection)
       case "0":
         event.value = "Richtig! Blumenkohl hat 0 KE ";
         break;
       case "1":
         event.value = " 1 KE ist falsch! Blumenkohl hat 0 KE ";
         break;
       case "2":
         event.value = "2  KE ist falsch! Blumenkohl hat 0 KE ";
         break;
       case "3":
         event.value = "3 KE ist falsch! Blumenkohl hat 0 KE ";
         break;
       case "Off":
         event.value = "Keine Antwort: Fehler! Blumenkohl hat 0 KE ";
         break;
       default:
         // This option should never be called since
         // all possible cased are handled
         event.value = "Unexpected Value: " + cSelection;
         break;
    Nach dem Reset erhalte ich erwartungsgemäß die Auswertung: Keine Antwort: Fehler! Blumenkohl hat 0 KE!
    Ich kann alle Optionsfelder anklicken, aber ich erhalte in dem Textfeld immer die Auswertung. "Unexpected Value: " mit dem zugehörigen "cSelection"-Wert.
    zuvor kamen Fehlermeldungen, wie:
    ReferenceError: SetFieldValues is not defined
    SetFieldValues is not defined
    nachdem ich ein Leerzeichen zwischen switch und (cSelection) eingefügt habe, kommen jetzt gar keine Fehlermeldungen mehr. Dennoch bleibt die Fehlausgabe "Unexpected Value: ...", ohne dass ich den Grund für das Nichtfunktionieren erkennen kann.
    Danke für die Rückmeldungen.
    chris.sberg

    Danke für die Antwort - aber es funktioniert auch dann nicht.
    Es sieht dann so aus:
    //-----------------Bearbeiten Sie nicht die XML-Tags--------------------
    //<AcroForm>
    //<ACRO_source>Blumenkohl-KH:Calculate</ACRO_source>
    //<ACRO_script>
    /*********** gehört zu: AcroForm:Blumenkohl-KH:Calculate ***********/
    var cSelection = this.getField("Blumenkohl").value;
    switch (cSelection)
       case "0":
         event.value = "Richtig! Blumenkohl hat 0 KE ";
         break;
       case "1":
         event.value = " 1 KE ist falsch! Blumenkohl hat 0 KE ";
         break;
       case "2":
         event.value = "2  KE ist falsch! Blumenkohl hat 0 KE ";
         break;
       case "3":
         event.value = "3 KE ist falsch! Blumenkohl hat 0 KE ";
         break;
       case "Off":
         event.value = "Keine Antwort: Fehler! Blumenkohl hat 0 KE ";
         break;
    //</ACRO_script>
    //</AcroForm>
    Es bleibt jetzt an der letzten Antwort hängen: "Keine Antwort: Fehler! Blumenkohl hat 0 KE" -
    Wenn ich auch die Zeilen von case "off" entferne, also nur case "0" bis "3" stehen lasse, dann erscheint gar kein Text mehr.
    Habe ich vielleicht bei der Formatierung des Textfeldes einen Bug?
    Danke für die Tips!
    chris.sberg

Maybe you are looking for

  • IPod Nano / RESTORE message in iTunes

    Mates; Its regarding my iPoad nano (16GB, 4th/5th Generation, Model A1285, Version 1.0.4) When I connecting in to laptop (Windows XP)..iTute showing following pop up window .. "iTune has detected iPod in recovery mode. You must restore this iPod befo

  • Why does Acrobat Pro XI continually crash in Windows 8.x?

    When using Acrobat Pro XI on a Dell Optiplex 990 runing Windows 8 and, after upgrade 8.1 it continually crashes. Just trying to save it will crash, but almost any operation will randomly have it fail.

  • Measure Compatibility with Dimensions

    Hello Folks, In Cognos, We have an option on defining measures compatibility with dimensions inside the cube i.e. incase if the cubes has measures from multiple fact tables along with the dimensions that are not common across fact tables, then the me

  • Time Machine Error ( Hung on Preparing)

    Running the latest Lion software 10.7.4 ..Time machine is looping " preparing backup' ...using Time Capsule  500 gb storage...2 MBP back up to this system..one Snow Leopard and the one Lion. Time machine is showing 30 MB available... problem appears

  • BAPI for Creation Of Catalog Profile - TCODE OQN6

    Hi All, Is there any BAPI to create the catalog profile (like Catalog Groups & Codes BAPI - BAPI_QPGR_SAVEREPLICA ). Reagrds, Sridhar.M