Encoding support for C++ parser.

Hi,
We are using XML C++ parser 2.0.4 in Solaris to handle our XML message. In order for us to support ISO-8859-1 or other encodings we need the NLS component of the ORACLE 8.0 DBMS software. We understand that in the later versions of the XML C++ parser NLS support will be rolled in with the C++ parser.
In the interim for teams like ours not using ORACLE what are the options.
Can we simply install unsupported ORACLE 8.0 demo software and be able to deliver to our customers with out any licence.
Appreciate your help on this.
Thanks,
Vijay Kumar
null

Unfortunately, this turns out to not be as straightforward as shipping a single NLS data file. For now, if you don't have the Oracle NLS data files, you'll only be able to use ASCII xml files.

Similar Messages

  • Media Encoder support for 4K XAVC-S (H.264 Level 5.2)

    Has anyone heard when encoding for H.264 Level 5.2 (XAVC-S/XAVC) might be available for Premiere CC/Media Encoder?

    Premiere Pro in Creative Cloud does support XAVC-S, along with XAVC.
    Regards,
    Fergus

  • [svn:osmf:] 10441: Add support for strict validation of VAST documents during parsing.

    Revision: 10441
    Author:   [email protected]
    Date:     2009-09-20 16:23:43 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add support for strict validation of VAST documents during parsing.
    Modified Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as

    Hi, everything in the "Quick Reference" section should be commented out with ;
    You should change those settings further down in the php.ini file.
    Example:
    error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
    display_errors = Off
    Last edited by adrianx (2013-07-26 12:32:02)

  • Support for XML schema by Sun's parser

    Does Sun's ProjectX XML parser proovide support for XML schema.

    The JAXP conformance documentation does not mention about XML Schemas, therefore it does not yet support it. If you are looking for an XML parser that supports XML Schema validation, you can download Multi Schema Validator (MSV) from http://www.sun.com. Xerces 2.0.0 beta 3 mentions support for XML Schema. I have not tested it though. Hope this helps.

  • [svn:osmf:] 10440: Add parser support for the Video tag.

    Revision: 10440
    Author:   [email protected]
    Date:     2009-09-20 15:03:56 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add parser support for the Video tag.  Add unit test for an empty document.
    Modified Paths:
        osmf/trunk/libs/VAST/.flexLibProperties
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTInlineAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as
    Added Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTMediaFile.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTVideo.as

    The video tag only supports a few formats and MKV (Matroska Multimedia Container) isn't one of them.<br />
    Your only option is to use the object (or embed) tag and use a player that can handle that format.<br />
    If might be better to switch to the WebM format.<br />
    * https://developer.mozilla.org/En/Media_formats_supported_by_the_audio_and_video_elements

  • Multilingual support for BI Publisher reports

    Hi all,
    We are currently using BI Publisher APIs to generate reports. Our aim is to enable multi-language support for these reports.The translatable strings based on the locale are stored in xliff files. Using jedit, UTF-8 encoding is chosen as the default encoding for these xliff files. It works fine with french and some other single byte languages but with double byte languages like chinese,japanese it is throwing the below mentioned error.
    Interestingly, with the same type of encoding (UTF-8), the BI Publisher stand alone server successfully supports the multi byte feature.
    java.io.UTFDataFormatException: Invalid UTF8 encoding.
    at oracle.xml.parser.v2.XMLUTF8Reader.checkUTF8Byte(XMLUTF8Reader.java:160)
    at oracle.xml.parser.v2.XMLUTF8Reader.readUTF8Char(XMLUTF8Reader.java:187)
    at oracle.xml.parser.v2.XMLUTF8Reader.fillBuffer(XMLUTF8Reader.java:120)
    at oracle.xml.parser.v2.XMLByteReader.saveBuffer(XMLByteReader.java:450)
    at oracle.xml.parser.v2.XMLReader.fillBuffer(XMLReader.java:2363)
    at oracle.xml.parser.v2.XMLReader.tryRead(XMLReader.java:1087)
    at oracle.xml.parser.v2.XMLReader.scanXMLDecl(XMLReader.java:2922)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:519)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:283)
    at oracle.apps.xdo.template.FOProcessor.mergeTranslation(FOProcessor.java:1922)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1706)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1027)
    at glog.server.report.BIPReportRTFCoreBuilder.format(BIPReportRTFCoreBuilder.java:61)
    at glog.server.report.BIPReportCoreBuilder.build(BIPReportCoreBuilder.java:152)
    at glog.server.report.BIPReportCoreBuilder.buildFormatDocument(BIPReportCoreBuilder.java:77)
    at glog.webserver.oracle.bi.BIPReportProcessServlet.process(BIPReportProcessServlet.java:279)
    at glog.webserver.util.BaseServlet.service(BaseServlet.java:614)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
    at glog.webserver.report.BIPReportPreProcessServlet.getDocument(BIPReportPreProcessServlet.java:57)
    at glog.webserver.util.AbstractServletProducer.process(AbstractServletProducer.java:79)
    at glog.webserver.util.BaseServlet.service(BaseServlet.java:614)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.session.ParameterValidation.doFilter(ParameterValidation.java:29)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.screenlayout.ClientSessionTracker.doFilter(ClientSessionTracker.java:59)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:44)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
    at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
    at java.lang.Thread.run(Thread.java:595)
    <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    oracle.apps.xdo.XDOException
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:641)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:247)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:181)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1151)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:275)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1809)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1027)
    at glog.server.report.BIPReportRTFCoreBuilder.format(BIPReportRTFCoreBuilder.java:61)
    at glog.server.report.BIPReportCoreBuilder.build(BIPReportCoreBuilder.java:152)
    at glog.server.report.BIPReportCoreBuilder.buildFormatDocument(BIPReportCoreBuilder.java:77)
    at glog.webserver.oracle.bi.BIPReportProcessServlet.process(BIPReportProcessServlet.java:279)
    at glog.webserver.util.BaseServlet.service(BaseServlet.java:614)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
    at glog.webserver.report.BIPReportPreProcessServlet.getDocument(BIPReportPreProcessServlet.java:57)
    at glog.webserver.util.AbstractServletProducer.process(AbstractServletProducer.java:79)
    at glog.webserver.util.BaseServlet.service(BaseServlet.java:614)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.session.ParameterValidation.doFilter(ParameterValidation.java:29)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.screenlayout.ClientSessionTracker.doFilter(ClientSessionTracker.java:59)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:44)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
    at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Start of root element expected.
    at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
    at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
    Thanks,
    Anuradha .

    Hi Klaus,
    Even notepad does not solve the issue!
    Is there any other text editor with reliable encoding, by which we can save as UTF-8?
    Thanks
    Kosstubh

  • Unicode Support for Brio 8

    <p>Does Brio 8 (or any of the subsequent Hyperion versions)provide support for Unicode characters. If no, how do wetackle reporting from databases containing non-English characterslike German, Japanese etc. Thanks..Cheers..</p>

    It's not what you describe, but here is more detail on what I'm doing.
    This an example of the value string I'm storing. It's a simple xml object, converted to a unicode string, encoded in utf-8:
    u'<d cdt="1267569920" eml="[email protected]" nm="\u3059\u3053\u3099\u304f\u597d\u304d\u306a\u4e16\u754c" pwd="2689367b205c16ce32ed4200942b8b8b1e262dfc70d9bc9fbc77c49699a4f1df" sx="M" tx="000000000" zp="07030" />'
    The nm attribute is Japanese text: すごく好きな世界
    So when I add a secondary index on nm, my callback function is an xml parser which returns the value of a given attribute:
    Generically it's this:
    def callbackfn (attribute):
    """Define how the secondary index retrieves the desired attribute from the data value"""
    return lambda primary_key, primary_data: xml_utils.parse_item_attribute(primary_data, attribute)
    And so for this specific attribute ("nm"), my callback function is:
    callbackfn('nm')
    As I said in my original post, if I add this the the db, I get this type error:
    TypeError: DB associate callback should return DB_DONOTINDEX/string/list of strings.
    But when I do not place a secondary index on "nm", the type error does not occur.
    So that's consistent with what Sandra wrote in the other post, i.e.:
    "Berkeley DB never operates on the value part of a record. Values are simply payload, to be stored with keys and reliably delivered back to the application on demand."
    My guess is that I need to add an additional utf-8 encoding or decoding to the callback function, or else define a custom comparsion function so the callback will know what to do with the nm attribute value, but I'm not sure what exactly.

  • Default encoding used for XML creation

    Hi Experts
    I'm using the SAP XML library to create XML documents e.g. to exchange generic data between different SAP systems as well as between SAP and None-SAP systems.
    Everything works fine but one important question came up several times. Which encoding is used by default if a DOM is created but no specific encoding is set? Can this default encoding be changed e.g. in some system settings?
    If the XML document created in my coding contains unreadable characters or parsing is not possible the encoding to be used can be set by the administrator in own customizing tables. At the moment I'm trying to find under what circumstances the default can be used and when a particular characters set / byte order has to be defined. Furthermore instead of "try and error" I'd like to find (and describe) the attributes based on which the correct character set to be used can be determined.
    Thank you in advance for any hints!
    Best regards,
    Matthias

    Unicode defines several character sets and that java uses one of those that has been specified as the encoding in the code itself.. Several of these supported are 16 bit character sets like Chinese character sets and so forth. The default encoding however for a java application is ISO-8859-1 which is an 8-bit encoding.
    The classes java.io.InputStreamReader, java.io.OutputStreamWriter, and java.lang.String can convert between Unicode and a number of other character encodings. However this conversion has to be performed explicitly in the code. so java by default doesnt support 16 bit characters unless specified in the code or in certain cases respective MIME headers are used properly.

  • Lack of Migration support for 6.0 & 10g users

    Hi,
    One of the 1st things we wanted to do with the beta as an existing customer is to validate migrating a project from our existing Production version (6.0) to 11g.
    While the import appears to work, opening any imported diagram throws an XML parsing exception.
    After raising an SR, it turns out that migrating from previous versions is unsupported until 11gR2.
    This puts me in a tricky spot as one of the main business drivers to adopt 11g is product upgrade.
    I am very surprised to see existing customers nt being catered for in the new version, as running multiple versions in Prod is not a realistic option for most.
    Backwards compatability is therefore very important to the existing user base!
    So, questions for Oracle:
    1. Can you please reconsider the lack of migration support for R1?
    2. if this feature cannot be working for R1, what is the expected release date (even if its just a quarter) for R2?
    3. To save my time, is there a list of what other features are not for going to be available in the Beta / R1 release?
    As a Beta tester my time is precious, and I need to know what I can expect to work, rather than report issues only to then find out that its not supported...
    Thanks,
    Ian
    .

    Hi Ian,
    You are right in the sense that upgrade will be supported in BPM 11gR2. More specifically, the upgrade will support OBPM 10gR3 to BPM 11gR2. Customers in older versions of OBPM and ALBPM will need to upgrade to OBPM 10gR3 before attempting the upgrade to BPM 11gR2. To upgrade to OBPM 10gR3, there are a series of pointers in our documentation on how to do this. I can explicitly provide links if you are interested in this mandatory upgrade before moving to BPM 11g.
    As per the reason for not being able to support upgrade in this first version of BPM 11g, it simply boils down to time to create the new unified BPM platform which in itself is a major undertake from an Engineering perspective. Once the foundation is complete (this is the objective for BPM 11gR1), we will start working on completing the delta to upgrade OBPM 10gR3 projects to BPM 11gR2 as best as possible. There is a document we have been sharing with customers with Best Practices for implementing OBPM 10gR3 projects with idea of an upgrade to BPM 11g. We do have significant knowledge on some pieces that we will be able to automate from a migration perspective and some others that will be hard to upgrade. If you are interested in this document, we can provide this to you.
    If you have any other questions, please let me know. I would be more than happy to assist with migration questions with the most up to date knowledge I have on this front.
    Regards,
    eduardoc.

  • BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64 and other microssoft x64 OS-s.

    BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64.        
    All Windows x64 (XP,2003,2007,Vista,7,8) have no support for not system locale filenames|foldernames for all 32-bit applications. I think it is BUG!
    For example,  it is possible to read files|folders with French or Chinese in English locale windows installed, rename it, but it is not possible open it, edit or delete. (ERRORS: File not found OR Unknown format)
    With using 64-bit programs no such problems. How does it works and how can I fix this? Is it problem with encoding in translating kernel instructions for 32-bit apps in x64 Windows OS's? Whether there are
    solutions to this problem OR some hacks|fixes? 

    Hi,
    Have you installed the language package for French or Chinese?
    If no, please download the language package and install them.
    To download language package, please click the link below,
    http://windows.microsoft.com/en-US/windows/language-packs#lptabs=win7
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Call upon even better support for Unicode

    Hello
    Following some messages I have posted regarding problems I encountered while developing a non-English web application, I would like to call upon an even better support for Unicode. Before I describe my call, I want to say that I consider Berkeley DBXML a superb product. Superb. It lets us develop very clean and maintainable applications. Maintainability is, in my view, the keyword in good software development practices.
    In this message I would like to remind you that the US-ASCII 8-bit set of characters only represents 0.4% of all characters in the world. It is also true to say that most of our software comes from efforts of American developers, for which I am of course very grateful.
    But problems with non US-ASCII characters are very very time consuming to solve. To start with, our operating systems need to be configured especially for unicode, our servers too, our development tools too, our source code too and, finally, our data too. That's a lot of configuring, isn't it? Believe me, as a Flemish french-speaking, danish-speaking developer who develops currently a new application in Portuguese, I know what I am talking about.
    Have you ever tried to write a Java class called Ação.java, that loads an xml instance called Ação.xml that contains something like <?xml version="1.0" charset="utf-8"?></ação variável="descrição"/>? It takes at least the double of time to have all this work right in a web application on a Linux server than it would take to write a Acao.java that loads Acao.xml containing <?xml version="1.0" charset="us-ascii"?></acao variavel="descricao"/> (which is clearly something we do not want in Portugal).
    I have experienced a problem while using the dbxml shell to load documents that have utf-8 encoded names. See difficulties retrieving documents with non ascii characters in name The work around is not to use the dbxml shell, with which I am of course not very happy.
    So, while trying not to be arrogant and while trying to express my very very great appreciation for this great product, I call upon even better support for Unicode. After all, when the rest of us, that use another 65279 characters in our software, will be able to use this great product without problems, will it not contribute to the success of Berkeley DBXML?
    Thank you
    Koen
    Edited by: koenheene on 29/Out/2009 3:09

    Hello John and thank you for replying,
    You are completely correct that it is a shell problem. I investigated and found solutions for running dbxml in a Linux shell. On Windows, as one could expect, no solution so far.
    Here is an overview of my investigation, which I hope will be useful for other developers which also presist writing code and xml in their language.
    difficulties retrieving documents with non ascii characters in name
    I was wondering though if it would not be possible to write the dbxml shell in such a way that it becomes independent from the encoding of the shell. Surely their must be, not? Rewrite dbxml in Java? Any candidates :-) ?
    Thanks again for the very good work,
    Koen

  • How to obtain the encoding scheme for an XML document

    How do you go about reading the encoding scheme for an XML document??
    More specifically how do I read the line:
    <?xml version="1.0" encoding="UTF-8"?>
    (Using Win32 C++ XML Parser 2.0.3 as SAX).
    null

    I work mostly with the Java versions of the parser so you'll have to make the translation to C++. As far as I know, you can't use the SAX API to access to the encoding.
    You need to use the DOM along with Oracle's extension to the basic DOM functionality. Oracle's package, oracle.xml.parser.v2 defines a class which implements the Document interface called XMLDocument. This class has a method, getEncoding(), which returns the encoding. You would use the method in getDocument() in the Parser base class inherited by DOMParser to retrive the XMLDocument.
    Jeff

  • [SOLVED]ModemManager 0.7 breaks support for Ericsson F3607gw WWAN card

    Hello,
    apparently the ModemManager v 0.7.990 currently in the repos no longer supports my WWAN card, a Dell 5540 Mobile Broadband (which is just a rebranded Ericsson F3607gw).
    ModemManager 0.6, which is the version used in Fedora 18, works just fine with the card and connections can be made.
    My device, as listed by lsusb:
    Bus 008 Device 004: ID 413c:8184 Dell Computer Corp. F3607gw v2 Mobile Broadband Module
    The output of the log with MM 0.7:
    Apr 25 00:43:18 brb-laptop ModemManager[1823]: <info> ModemManager (version 0.7.990) starting...
    Apr 25 00:43:18 brb-laptop systemd[1]: Started Modem Manager.
    Apr 25 00:43:18 brb-laptop sudo[1820]: pam_unix(sudo:session): session closed for user root
    Apr 25 00:43:20 brb-laptop ModemManager[1823]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin
    Apr 25 00:43:20 brb-laptop ModemManager[1823]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0': not suppo...ny plugin
    Apr 25 00:43:22 brb-laptop ModemManager[1823]: <info> Creating modem with plugin 'Generic' and '4' ports
    Apr 25 00:43:22 brb-laptop ModemManager[1823]: <info> Modem for device at '/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-6' successfully created
    Apr 25 00:43:23 brb-laptop ModemManager[1823]: <warn> couldn't load Operator name: 'Could not parse the CRSM response'
    Apr 25 00:43:23 brb-laptop ModemManager[1823]: <info> Modem: state changed (unknown -> disabled)
    Any connection attempt with NM fails with the log entry "cannot find valid data port".
    When downgrading to MM 0.6, the output is:
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'MotoC'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Gobi'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Huawei'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Option High-Speed'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Option'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Sierra'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Novatel'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Nokia'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'ZTE'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Ericsson MBM'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Longcheer'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'AnyData'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'SimTech'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'X22X'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Linktop'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Samsung'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Wavecom'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Cinterion'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Iridium'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Loaded plugin 'Generic'
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> Successfully loaded 20 plugins
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM0) opening serial port...
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM1) opening serial port...
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM2) opening serial port...
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (Ericsson MBM): GSM modem /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-6 claimed port wwp0s29f7u6i6
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM0) closing serial port...
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM0) serial port closed
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (Ericsson MBM): GSM modem /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-6 claimed port ttyACM0
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM1) closing serial port...
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM1) serial port closed
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (Ericsson MBM): GSM modem /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-6 claimed port ttyACM1
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM2) closing serial port...
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM2) serial port closed
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (Ericsson MBM): GSM modem /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-6 claimed port ttyACM2
    Apr 25 00:40:52 brb-laptop modem-manager[1522]: <info> (ttyACM0) opening serial port...
    Apr 25 00:40:53 brb-laptop NetworkManager[219]: <info> (wwp0s29f7u6i6): new GSM/UMTS device (driver: 'cdc_ether' ifindex: 2)
    Apr 25 00:40:53 brb-laptop NetworkManager[219]: <info> (wwp0s29f7u6i6): exported as /org/freedesktop/NetworkManager/Devices/4
    Apr 25 00:40:53 brb-laptop NetworkManager[219]: <info> (wwp0s29f7u6i6): now managed
    Apr 25 00:40:53 brb-laptop NetworkManager[219]: <info> (wwp0s29f7u6i6): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Apr 25 00:40:53 brb-laptop NetworkManager[219]: <info> (wwp0s29f7u6i6): bringing up device.
    Apr 25 00:40:53 brb-laptop NetworkManager[219]: <info> (wwp0s29f7u6i6): deactivating device (reason 'managed') [2]
    Apr 25 00:40:53 brb-laptop NetworkManager[219]: <info> (wwp0s29f7u6i6): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
    Apr 25 00:40:53 brb-laptop kernel: IPv6: ADDRCONF(NETDEV_UP): wwp0s29f7u6i6: link is not ready
    Apr 25 00:40:53 brb-laptop modem-manager[1522]: <info> (ttyACM0) closing serial port...
    Apr 25 00:40:53 brb-laptop modem-manager[1522]: <info> (ttyACM0) serial port closed
    However, I cannot downgrade to MM 0.6 as Gnome 3.8 and NetworkManager require >=0.7.
    Has anyone encountered this problem before and has a fix/solution? Or should I file a bug in the Arch tracker? I got Bluetooth PANs to work with a patched bluez from this board, as the upstream version is behind the one used by fedora (4.101-1 vs. 4.101-4). WWAN is the only thing that doesn't work with my new Arch setup.
    Thanks in advance, any help would be much appreciated.
    Last edited by grinko (2013-04-29 21:10:07)

    I did, you linked to it already
    I slightly modified modemmanager-git in the AUR and added some dependencies, the git version now works for me.

  • How to retrieve version and encoding info from SAX parser

    I want to have access to the version and encoding info in a parsed XML document (when using SAX2). Who knows how this works?
    If not possible with SAX2, what other solutions are there?
    Second question: how to retrieve comments in XML files?
    Thanks in advance!

    thanks for answering, but ...
    LexicalHandler is fine for retrieving the comments,
    but does not give me the encoding (specified by
    encoding="UTF-8") and version (specified by
    version="1.0").
    I am feeding my parser with a byte stream, the parser
    resolves the correct encoding and i want to have
    access to this value!!hi , It is unlikely that you will get the encoding and version . This is being addressed by the DOM level3
    , see
    http://www-106.ibm.com/developerworks/xml/library/x-dom3.html?dwzone=xml .

  • Support for DbXml specific functionality in XQuery vs. Shell or API

    Is / will there be any support for doing common commands in pure XQuery rather than just programmatically or through the shell? For example, in the shell I can create / list / delete indexes on a container, output query plans, etc. Are the same functions that are called through the shell available as XQuery functions? possibly in a dbxml function namespace?
    In a related question, but possibly deserving of a new thread if it doesn't already have one - I know XQuilla has the ability to call registered external functions from parsed XQuery, is there a way to tell DbXml to register a function with XQuilla's static context before using it? that would make it possible for me to add the functionality described above myself without disturbing your distributed code.

    Not so handy with C++ (my everday languages are PHP and Java), but if you say it can be done then I'll take a hack at it. If you happen to have examples of how other people have done it and you could point me at them it would be marvelous.
    To answer your second question: "bingo." It mostly means less interface work and brings it closer to what SQL can do in relational databases.
    The project allows the end user to define their own document structures (schema definitions more or less) and then create instances of these documents in a XML editing interface. For each document type, the end user is also able to define a set of named queries (abstracted function declarations) which lets us captures business rules without customizing our PHP code. Because the structure and queries that will be used against the documents are user defined its fairly impossible for me to automatically setup adequate indexes for the container of each set of documents. So I need an interface to allow the user to create / review / delete the indexes themselves.
    We've already created an interface that allows the user to execute arbitrary queries against a selected document. In the future we'd also like this same interface to do result set based content updates (through the XmlModify class) and whole document addition / replacement. So inclusion of index control makes sense as well. We can find ways to use the APIs, it just seems like this could benefit more than just our project.
    Placing the functionality from the shell into xquery extension functions seems analogous to having the UPDATE, DELETE and CREATE syntaxes of SQL.

Maybe you are looking for

  • How to open a jasper report (html URL)

    Hello, currently we are testing the jasper report engine. We are already able to open such a report from forms by a forms personalization. Now we want to run a concurrent report where the output should be a link to a jasper report. For example: I sta

  • RFC-XI-HTTP scenario

    Hi Experts , i am configuring RFC-XI-Http scenario. The problem i am facing is when instaed of HTTP receiver adapter i use FILE adapter or soap adapter it posts the file. But when i use the HTTP adapter it gives the error ICM_HTTP_CONNECTION_FAILED.

  • How do i protect pdf from being forwarded by email?

    how do i protect pdf from being forwarded by email?@

  • Password was not setup correctly during DBUA upgrading

    Hi Experts, I was using DBUA to upgrade our system from 11.2.0.3 to 11.2.0.4. There was one step to setup the password, I think I accidently put an extra "Enter" or "Space" in the end of the password. DBUA prompted a warning:"You have a invalid passw

  • Completed To do's search

    Since iCal doesn't have smart folders. How can I search for completed to do's for like the last month. Also, when I set a to do date, but complete the to do maybe 2 days later, how do I know what day I completed it. Or does it default to the date I s