Applescript can't process XML with comments?

Hi I am trying to use applescript to process an XML file, and I have discovered that when that file includes comments ( the kind delimited by <!-- and --> ), the Applescript parser breaks.  Specifically, each comment inserted causes applescript to skip or drop the next non-comment element in the file.  If there are two comments, two non-comment elements get skipped, etc.
Is this a known bug in Applescript's System Events XML parser?  How does one work around this if the files to be processed will definitely have comments?
The XML parsing is part of a larger tool built in Applescript that is already in use, which is why I do need to use Applescript to do this XML parsing, rather than rewriting the whole tool in some other scripting language.
thanks

Short answer is you're doing it wrong.
Long answer: I haven't figured out precisely what is going wrong with the script as you wrote it, though I suspect either the script is asking the comment elements for a name property (which they do not have) or that the odd way you reference the xml file in the handler is mucking things up. However, refocusing the script solves the problem:
global XMLfile
tell application "System Events"
          set XMLfile to XML file "/example.xml"
          tell XMLfile
                    set showName to value of XML element "current" of XML element "shows"
                    set show to XML element showName of XML element "shows"
          end tell
          set theresult to my getxml(show, "nested")
  display dialog (theresult)
end tell
on getxml(xmldata, e)
          set returnValue to missing value
          tell application "System Events"
                    tell XMLfile
                              set d_name to (get name of xmldata)
                              display dialog d_name
                              repeat with thisElement in XML elements of xmldata
                                        if returnValue is not missing value then exit repeat
                                        set e_name to (get name of thisElement)
                                        if e_name is equal to e then
                                                  set returnValue to value of thisElement
                                                  exit repeat
                                        else
                                                  set returnValue to my getxml(thisElement, e)
                                        end if
                              end repeat
                    end tell
          end tell
          return returnValue
end getxml

Similar Messages

  • Can't update XML with optional element

    Hi,
    I'm trying to update an XML document (global XML Schema based) with an optional element (insert an optional element into an existing xml document).
    The update statement seems to work but the optional element is missing when I select the document!
    How can I update (insert) an optional element in an XML document?
    Thanx for your comments,
    Markus
    My scenario:
    ============
    XML Schema:
    <?xml version='1.0'?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xdb="http://xmlns.oracle.com/xdb">
    <xsd:element name="TestUpdate" xdb:defaultTable="TESTUPDATE">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="anElement" type="xsd:string" />
    <xsd:element name="optElement" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    SQL:
    begin
    dbms_xmlschema.registerSchema('xsd/TestUpdate.xsd',
    getDocument('testupdate.xsd'),
    FALSE);
    end;
    ALTER TABLE TestUpdate
    add constraint VALID_TestUpdate
    check (XMLIsValid(sys_nc_rowinfo$)=1);
    INSERT INTO TestUpdate values (xmltype(getDocument('TestUpdate.xml')))
    update TestUpdate x
    SET x = UPDATEXML(value(x),
    '/TestUpdate/optElement','<optElement> my optional Element</optElement>');
    ==> Message is: 1 row updated !!!!!!!!!!
    SQL> select * from testupdate;
    SYS_NC_ROWINFO$
    <TestUpdate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespac
    eSchemaLocation="xsd/TestUpdate.xsd">
    <anElement>more text....</anElement>
    </TestUpdate>
    ==> No UPADATE performed!!!

    Thanks Pete,
    XPath evaluation may return no data and may cause the trouble of giving an 'success' answer.
    On the other side I have rewritten the statement:
    SQL> update testupdate x set x.XMLData."optElement" = ' just some text';
    SQL> select * from testupdate;
    SYS_NC_ROWINFO$
    <TestUpdate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespac
    eSchemaLocation="xsd/TestUpdate.xsd">
    <anElement>more text....</anElement>
    </TestUpdate>
    ===> no UPDATE ???????
    SQL> select x.xmldata."optElement" from testupdate x;
    XMLDATA.optElement
    just some text
    ===> WOW, row is updated!!!!!!!!
    This result is more wired than before :-)
    (at least for myself)
    Can somebody explain the result?
    bye,
    Markus

  • Can't read xml with a Reader?

    hi,
    is it correct that the java Reader classes for reading character streams can't be used for reading XML (in one-pass)?
    ie you don't know what encoding to read the file as until you've read the encoding attribute of the top level tag - and by then its too late - you'd have to start again?
    (i think this is how xml parsers must work?)
    thanks,
    asjf

    to be honest this was motivated by wanting a quick method to remove the DTD reference from an inputstream, without having to worry about whichever XML API was in use further down in the code (we've since settled on a particular API so this is no longer an issue)
    I've been told there are 2 legitimate ways to do this (with the help of the parser)
    A) configure the parser (parser-implementation-dependent)
    B) in SAX, provide an EntityResolver
    Last year I had opted for a gratuitous munge-around by manually reading the inputstream and removing the DTD reference
    this year we've started working with chinese documents.. so the code doesn't work since I was using the platform-encoding rather than the xml-declared encoding
    its pretty clear that (B) is the way to go but there are a few other technical hurdles to overcome first..
    i'm beginning to think that /all/ quick-workarounds come back to bite you soon enough..

  • Can we process files with attachments using File Adapter

    Hi All,
    I want to process files which have attachments using File Adapter.
    Is it possible to process such files?
    May be using standard modules?
    Regards,
    CBKLP

    Assuming you are talking about sender FILE channel....you can make use of PayloadSwapbean provided by SAP (standard module)...to read data from attachment.
    Regards,
    Abhishek.

  • Can not export XML with CC 2014. What can I do?

    Every time that I try to export a Final Cut XML, to go to Resolve, the program freezes and I have to force quit it. Any Ideas?

    We too are having this issue. On not one but several machines in our office, so definitely a Premiere issue.  This is crippling my workflow as I need to send offlines to redcineX to recreate the online and then to resolve.  Very annoying. I'm downloading the latest update now in the hope that fixes it. Otherwise it's bug report time methinks

  • How can I do this with automator, shouldent be to hard right?

    I am not new to the programming world but new to apple, however, i wanted to know if this was possible or not ;
    Id like to run a script that will ultimatly do this
    1)Run Safari
    2) Open brokerage website
    3) Log In (using key chain or by apple script inputing the user name and password or asking me for dialog box
    4)click a certain link somewhere on the page that will pop up the streaming quotes section
    5) minimize all safari windows expect the one that is streaming the quotes
    6) keep clicking a link that refreshes every half hour the account page so it dosent log me out
    should be doable right? Any tips for a first time user for apple script? I read some of what it can do and how its done, (iv programmed with C++ and visual basic) and apple script seems to be really simple, however I dont want to under or over estimate its abbilites.
    Any input MUCH appricated.

    m_oody,
    Good, and I can see that we are thinking along the same lines with regards to other applications for it.
    I am a little confused as to why you had to comment out the "on run". I set this script up so that you can already run it as an AppleScript or an Automator action. The "on run" and "end run" pairing are assumed in simple AppleScripts that only have a single routine but, in my opinion, should really be included for good programming style.
    Run as AppleScript
    Compile, save and run as it is without commenting out anything. You can add further calls to activities, like you mentioned, in the main "on run" routine, and the required GUI commands with other subroutines.
    Within the main "on run" routine is where you could call subroutines that would open up other windows or tabs with other sites using Safari, other browsers, and other net applications such as RSS readers, Internet radio, etc.
    Run as Automator action
    You are right that there are currently a limited selection of actions available with which to build a workflow. However, Apple did leave enough flexibility through actions with calls to AppleScript ("Run AppleScript"), a Unix Shell script ("Run Shell Script"), run other Automator workflows ("Run Workflow")and, Web Services ("Run Web Service") to provide extensibility to the application. Of course there is also a tremendous flexibility within Unix itself with all the scripting and full programming languages that can be run through the Shell.
    Long winded today!
    Here is what needs to be done to run this as an Automator action.
    1) Open Automator and look for an action called "Run AppleScript" which is within the "Automator" category of actions.
    2) Drag it over to the workflow assembly line. You will notice it contains the core of an AppleScript main routine.
    3) Normally when you are building these routines you build them within this environment and test them there and only replace the text labelled "(* Your script goes here *)". However, in our case it was build in the AppleScript Script Editor environment and because the Properties section must go at the top we need to modify its structure for it to run properly and fit into a workflow that consists of more than this one action. So here is what you need to do:
    a) Go to Script Editor and either delete the line entirely or comment out the line by putting the "--" characters in front of the "on run {}" line. I usually just comment the line out so that if I need to work with it in AppleScript again it is easy to do.
    b) Remove the comment characters from "on run {input,parameters}" and "return input". These lines are required to accept and pass on info within the workflow.
    c) Select all of the text in the script and copy it to the clipboard.
    d) Move over to Automator, select all of the text in the "Run AppleScript" action, and paste in the new script.
    It should now compile if you press the hammer icon and run if you press either the green arrow icon on the action or the overall workflow run icon.
    You now have the option of saving it as:
    1) Basic Workflow, requiring Automator to be running
    2) Application, free of Automator running
    3) Various plug-ins including one for iCal alarms which you could use for your automated morning download. Search for plug-ins in the Help of Automator for more information.
    Once it is saved as an alarm you just need to set up a schedule for running it in iCal, attach the alarm by using the "Open File" alarm, and watch the action.
    The AppleScript can also be run with an alarm in iCal. In that case you attach the alarm using the "Run Script" alarm.
    PowerBook 12" Mac OS X (10.4.6)

  • Validating xml with dtd

    Hi,
             I have found a piece of code through google, to validate an xml file with an external dtd file. which is
               function validateDocument()
                    xmlDocumentObject = new ActiveXObject("microsoft.XMLDOM")
                    xmlDocumentObject.onreadystatechange = changeHandler
                    xmlDocumentObject.load('C:\\My.xml')
                function changeHandler()
               and for that we need to a import i.e  #import "C:\WINDOWS\system32\msxml4.dll"
              here when i try to import "msxml4.dll" in Acrobat javascript (js) file, it is giving error, application exits.
               How can i import dll in Acrobat javascript to get some functionality, or if not
              What someother way to achieve this(To validate xml with dtd file).
             This is totally making me crazy, please someone help me on this issue.
    thanks in advance.

    thanks Leonard,
             But my problem is i have an xml(i created that using acrobat javascript)and a dtd file, i want validate xml file with that dtd, using acrobat or some other way.  How can i validate xml with dtd, please help me.

  • Exception Description: Unable to process XML tag [driver-class] with value

    Hi
    I'm newbie with TopLink. I try to write a litle application with TopLink:
    - First, I create a session.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <toplink-sessions version="11g Technology Preview 3 (11.1.1.0.0)" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <session xsi:type="database-session">
    <name>dbsession</name>
    <event-listener-classes/>
    <logging xsi:type="toplink-log"/>
    <primary-project xsi:type="xml">META-INF/tlMap.xml</primary-project>
    <login xsi:type="database-login">
    <platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</platform-class>
    <user-name>dev</user-name>
    <password>F6A3DA7BA187330D4E11A713C42FF833</password>
    <sequencing>
    <default-sequence xsi:type="table-sequence">
    <name>Default</name>
    </default-sequence>
    </sequencing>
    <driver-class>oracle.jdbc.OracleDriver</driver-class>
    <connection-url>jdbc:oracle:thin:@//10.10.10.31:1521/devdb1</connection-url>
    <bind-all-parameters>false</bind-all-parameters>
    <struct-converters/>
    </login>
    </session>
    </toplink-sessions>
    - Second, I create a Java Application ( Application1.java):
    package project2;
    import java.sql.ResultSet;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.util.Vector;
    import oracle.toplink.queryframework.DataModifyQuery;
    import oracle.toplink.queryframework.SQLCall;
    import oracle.toplink.queryframework.StoredProcedureCall;
    import oracle.toplink.sessions.DatabaseSession;
    import oracle.toplink.sessions.Session;
    import oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader;
    import oracle.toplink.tools.sessionmanagement.SessionManager;
    import oracle.toplink.util.SessionFactory;
    public class Application1 {
    public Application1() {
    public static void main(String[] args) {
    // new Application1();
    String statement = "SELECT motdepasse,login FROM bou_courtier";
    SessionManager sessionmanager = SessionManager.getManager();
    System.out.println("test");
    // SessionFactory sessionfactory = new SessionFactory("META-INF/sessions.xml","dbsession");
    DatabaseSession session = (DatabaseSession)sessionmanager.getSession(new XMLSessionConfigLoader(),"dbsession",Thread.currentThread().getContextClassLoader());
    // Session session = sessionfactory.acquireSession();
    System.out.println("test");
    SQLCall sqlcall = new SQLCall(statement);
    session.executeNonSelectingCall(sqlcall);
    ResultSet rs = sqlcall.getResult();
    try {
    while(rs.next()){
    String strPass = rs.getString(1);
    String strLogin = rs.getString(2);
    System.out.println("Password :"+strPass+"---"+"Login :"+strLogin);
    } catch (SQLException e) {
    // TODO
    - Third, I build and run Application1.java in Jdevelopper 11g preview 3. Sadly, the result is a error:
    Exception in thread "main" Local Exception Stack:
    Exception [TOPLINK-9003] (Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)): oracle.toplink.exceptions.SessionLoaderException
    Exception Description: Unable to process XML tag [driver-class] with value [oracle.jdbc.OracleDriver].
    Internal Exception: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
         at oracle.toplink.exceptions.SessionLoaderException.failedToLoadTag(SessionLoaderException.java:83)
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildDatabaseLoginConfig(TopLinkSessionsFactory.java:408)
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildLogin(TopLinkSessionsFactory.java:336)
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildDatabaseSessionConfig(TopLinkSessionsFactory.java:182)
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildSession(TopLinkSessionsFactory.java:168)
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildTopLinkSessions(TopLinkSessionsFactory.java:117)
         at oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader.load(XMLSessionConfigLoader.java:239)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:448)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:311)
         at project2.Application1.main(Application1.java:33)
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildDatabaseLoginConfig(TopLinkSessionsFactory.java:405)
         ... 8 more
    Process exited with exit code 1.
    Can you help me to debug this error. Many thanks
    user615555

    The internal error: "java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver"
    is stating it can't find your driver jar file on the classpath. You'll need to check that you've included your Database driver in the list of libraries on your classpath.
    Best Regards,
    Chris

  • XML import issue in Primavera P6: "Process completed with errors."

    When trying to import a small XML file (from MS Project 2010) to P6 server via P6 V7 CITRIX client, then I receive the message "Process completed with errors. See log file for details.".
    But the log files are fine (no error, no warning, final validation status in log file is "successful").
    And no additional project shows up in the EPS.
    // Permissions checked. They are sufficient.
    // File is valid (importable by two other users to the same P6 server: one with local P6 V7 client, one via CITRIX P6 V7 client).
    // I used the same import template as the other two other users.
    // XML contains two tasks only.
    // No resources and no empty rows are in the MPP file, where the XML is created from.
    Does anyone know what to do upon this message, or where the "errors" can be seen (what is neither in the import log files, nor in the PrimaveraLogs folder (P6WebAccess.html), nor in detailed P6 application logfile (I had this activated, but it showed only called features without status, errors or warnings)).
    I highly appreciate any idea! ...

    Hello Rsandilands1
    I just read your query and I am very curious if you did find the right solution? It seems that I am having the same sort of problem.
    Best regards,
    Pal1

  • Applescript/Terminal: Get PIDs of processes starting with...

    Hello,
    Is there a way to return all the PIDs of processes starting with "Myapp_action_download" in a neat array in Applescript, so I can kill them using Terminal?
    Something like this:
    set openapps to {}
    set openapps to (do shell script "the shell script which I don't know")
    --This script gets all the PIDs of processes starting with "Myapp_action_download", and returns them in a neat array
    set appcount to 0
    repeat (count of items of openapps)
    set appcount to appcount + 1
    do shell script ("kill -9 " & (item appcount of openapps) as text)
    end repeat
    Kind regards,
    Isaiah

    try
    tell application "System Events"
              set procesList to the name of every process whose name contains "Myapp_action_download"
    end tell
    tell application "System Events"
              set {procesList, pidList} to the {name, unix id} of (every process whose name contains "Myapp_action_download")
    end tell
    You'll have two lists one with the process name and one with the pid's. They will be in a one-to-one relationship. That is the first entry in the processList will correspond to the first entry in the pidList.
    However if the apps aren't hung or in a weird state you should be able to just tell the process to quit without resorting to killing them.
    Message was edited by: Frank Caggiano

  • How can I view all comments in a Pages doc and print the doc with comments?

    It seems that we can no longer view comments in the margin of a document.  It is also not possible to print the document with comments visible.  Anyone else having this problem?  Pages 09 Help does not even offer an up-to-date explanation.  "Show Comments" only shows color shading.  The option “Show Comments and Changes Pane" does not even exist.  How can I get the comments to print???

    You will have to wait for Apple to fix this deficiency in a forthcoming update to Pages v5. Or, you could use Pages ’09 v4.3, if originally installed before the v5 upgrade, and located in /Applications/iWork '09.
    Otherwise, use another solution (e.g. Office for Mac 2011, LibreOffice).

  • "Create Comment Summary" not showing in Pro 10.1.7?? How can I print document and comments with connector lines on single page?

    Adobe's instructions for Acrobat X Pro say that to print the document with connector lines on the same page, I should go from the menu to "Print With Comments Summary." I'm using version 10.1.7 and that option doesn't show up. My menu bar looks like this:
    and my print dialog box looks like this:
    And if I go to Commenting under Preferences I get this:
    I don't see any of the comment printing options Adobe refers to in their instructions. Am I looking in the wrong place for the option to print comments on the same page as the document? Or is there some reason this is not available?

    Hey Dan,
    With this call:
    DAQmxErrChk ( DAQmxCreateDOChan( taskhandle, "Dev1/PFI0:7","", DAQmx_Val_ChanForAllLines ) );
    You're trying to write to the PFI lines, which are part of port 1. Only the 8 lines on port 0 "Dev1/port0" support clocked/correlated DIO, port 1 only supports static/SW timed DIO (which is what you are using) and counter timer opperations. To do buffered output, check out the Cont Write Dig Port-Ext Clk shipping example at:
    C:\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Digital\Generate Values\Cont Write Dig Port-Ext Clk
    when you use this, you'll need to specify an external clock - M-Series DIO does not have its own timing engine so it has to get its clock signal from somewhere else. Most just use an onboard counter to generate a clocking signal, so the Dig-Pulse Train Cont example under counters can be combined with this.
    Most of this is covered in the M-Series user manual, though I realize its not exactly lite reading
    Hope this gets you started,
    Andrew S
    Message Edited by stilly32 on 03-26-2008 05:28 PM
    Getting Started with NI-DAQmx
    Measurement Fundamentals

  • HT4528 Good afternoon ...  I would like to know how I can do to communicate with Verizone company to see if I can unlock my iPhone 5 which acquired in NY last year, buy it because you sold me released but is totally false ...  I welcome your comments ...

    Good afternoon ...  I would like to know how I can do to communicate with Verizone company to see if I can unlock my iPhone 5 which acquired in NY last year, buy it because you sold me released but is totally false ...  I welcome your comments ...

    Krawly11 wrote:
    That's what they told me at the time of purchase and that's why the team acquired ...
    But when I get to Venezuela and introduce NANO-Sim in a line to use the phone here just does not respond to the network ... None of the 3 phone lines we handle here ...
    It is a 64G IPhone 5 ... 
    Regardless, it is not a matter of carrier locking.  Verizon iPhone 5 phones were never GSM sim-locked to begin with.  Every iPhone Verizon has sold since the introduction of the iPhone 5 has been sold with an unlocked GSM slot, as required in the USA by their agreement with the FCC.  They have not been allowed to sell any iPhone 5, iPhone 5c nor iPhone 5s devices with GSM carrier locking in place.
    Your connection problems are from some other cause - it is NOT a carrier locking issue.

  • I have Photoshop CS5 and a Nikon D 810 camera.  I have downloaded Camera Raw 8.8 & DNG converter.  I can neither open the raw files (.nef), nor process them with the DNG converter. What is going wrong?

    I have Photoshop CS5 and a Nikon D 810 camera.  I have downloaded Camera Raw 8.8 & DNG converter.  I can neither open the raw files (.nef), nor process them with the DNG converter. What is going wrong?  Thanks!

    This is the last paragraph from my very first response to you, post #1 in this thread:
    …Additionally, you need to install the DNG Converter, not just "download" it, and you need to launch it and run it on each folder of NEFs you wish to convert to raw DNGs.  [emphasis added]

  • Can't Publish With Comments

    I recently updated to version 1.1.1, which has allowed me to publish, which I was having problems with before(Go figure!), but no matter how I try, I can publish my site, including my blog and my podcast(Which is full of h264 videos, no audio), but I can't get the new comments feature to appear.
    Any ideas?
    Here's my blog: http://web.mac.com/cjay79/iWeb/Cjayhamehameha_Online./Blog-O%20Tastic-O/Blog-O%2 0Tastic-O.html
    follow th menu link for Video_Podcast for the obvious.
    Imac G5   Mac OS X (10.4.6)  

    Hi Cj
    There are a zillion threads on this general problem so you will find plenty of detailed ideas and fixes if you need to go digging. But your problem sounds like one I have from time to time even with 1.1.1. My fix has been to delete the notorious prepublishstate file from the domain package for your iweb site, and then to make minor changes to the pages where comments are not showing. Then republish your site and bingo there they are.
    If I have spoken too much in code and riddles and you want to try this fix but need more precise details, just let me know.
    Regards

Maybe you are looking for

  • I'VE BEEN TRYING TO INSTALL FLASH PLAYER FOR A MONTH!!!!

    Hi I don't mean this post to sound like a complaint and I don't want to write an essay either. It genuinly is a request for some help. First of all: I used to have Flashplayer (which Flashplayer I don't know) but it worked fine. All of a sudden every

  • Thunderbirs has stoped working in any way for me and more others

    Hello. Starting on 04/08/2014 the Thunderbird has stopped working in any way in my PC. I am running Windows 8.1 Pro x64. Before that day everything was ok and Thunderbird was working. I asked some friends using Windows 8 and they have the same proble

  • How can I delete addresses in a received email before forwarding?

    I want to clean up a message before forwarding it to someone on my iPad.  Cannot find out hoe to delete sections of received email before sending on.  Read a double tap would give me a delete option but it does not.  So much for buying books.  Also h

  • E51 Kern-Exec 0 Erorr

    Hi to everyone! I upgraded my E51 to newest firmware (400.34.011) using nokia Nokia Software Updater and after that run in trouble with Kern-Exec 0 Error. Have absolutely no idea why and when it shows up. Mostly I get it when I just lock keypad. Rese

  • Peak No. Of Requests/ Per Hour in BW

    Suppose my cube gives performance of 5 Sec for a given query to run. How does one estimate, assuming Bandwidth can scaleup, at what no. of peak requests (in per Hour or Per minute or Per sec) would the BW server show considerable performance degradat