Deli support in Cocoon 2

We're developing Web application with heavy use of XML/XSL.
For that we're using Cocoon 2 (from apache project)
Right now we need to support parameterized XSL's - so we've
decided to include Deli support in Cocoon framework.
We have read all available manuals for Cocoon, did everything as
described but still in XSLs variable DELI-CAPABILITIES is blank.
So the question is: does anyone know how handle this problem?
Log of error is:
FATAL_E (2002-09-04) 17:08.37:531   [core.xslt-processor](/jcb/) HttpProcessor[8080][2]/TraxErrorHandler: Error in TraxTransformer: org.apache.xpath.XPathException: Can not convert #STRING to a NodeList!
org.apache.xpath.XPathException: Can not convert #STRING to a NodeList!
     at org.apache.xpath.objects.XObject.error(XObject.java:745)
     at org.apache.xpath.objects.XObject.iter(XObject.java:459)
     at org.apache.xpath.Expression.asIterator(Expression.java:273)
     at org.apache.xpath.axes.FilterExprWalker.setRoot(FilterExprWalker.java:156)
     at org.apache.xpath.axes.WalkingIteratorSorted.reset(WalkingIteratorSorted.java:292)
     at org.apache.xpath.axes.LocPathIterator.setRoot(LocPathIterator.java:373)
     at org.apache.xpath.axes.WalkingIteratorSorted.setRoot(WalkingIteratorSorted.java:170)
     at org.apache.xpath.axes.LocPathIterator.asIterator(LocPathIterator.java:267)
     at org.apache.xpath.functions.FuncCount.execute(FuncCount.java:92)
     at org.apache.xpath.Expression.executeCharsToContentHandler(Expression.java:301)
     at org.apache.xalan.templates.ElemValueOf.execute(ElemValueOf.java:319)
     at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2243)
     at org.apache.xalan.templates.ElemElement.constructNode(ElemElement.java:414)
     at org.apache.xalan.templates.ElemElement.execute(ElemElement.java:363)
     at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2243)
     at org.apache.xalan.templates.ElemElement.constructNode(ElemElement.java:414)
     at org.apache.xalan.templates.ElemElement.execute(ElemElement.java:363)
     at org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:422)
     at org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:226)
     at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2243)
     at org.apache.xalan.templates.ElemElement.constructNode(ElemElement.java:414)
     at org.apache.xalan.templates.ElemElement.execute(ElemElement.java:363)
     at org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:422)
     at org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:226)
     at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2243)
     at org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(TransformerImpl.java:2069)
     at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1171)
     at org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3196)
     at org.apache.xalan.transformer.TransformerHandlerImpl.endDocument(TransformerHandlerImpl.java:436)
     at org.apache.cocoon.xml.AbstractXMLPipe.endDocument(AbstractXMLPipe.java:91)
     at org.apache.cocoon.xml.AbstractXMLPipe.endDocument(AbstractXMLPipe.java:91)
     at org.apache.xalan.transformer.ResultTreeHandler.endDocument(ResultTreeHandler.java:190)
     at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1182)
     at org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3196)
     at org.apache.xalan.transformer.TransformerHandlerImpl.endDocument(TransformerHandlerImpl.java:436)
     at org.apache.cocoon.xml.AbstractXMLPipe.endDocument(AbstractXMLPipe.java:91)
     at org.apache.cocoon.www.login_xsp.generate(C:\Documents and Settings\vengels\jbproject\jcb\Tomcat\work\jcb\cocoon-files\org/apache/cocoon/www\login_xsp.java:728)
     at org.apache.cocoon.generation.ServerPagesGenerator.generate(ServerPagesGenerator.java:260)
     at org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:251)
     at org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:399)
     at org.apache.cocoon.www.sitemap_xmap.resource_transform_page(C:\Documents and Settings\vengels\jbproject\jcb\Tomcat\work\jcb\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:2015)
     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:324)
     at org.apache.cocoon.sitemap.AbstractSitemap.invokeMethod(AbstractSitemap.java:422)
     at org.apache.cocoon.www.sitemap_xmap.matchN103D6(C:\Documents and Settings\vengels\jbproject\jcb\Tomcat\work\jcb\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:3157)
     at org.apache.cocoon.www.sitemap_xmap.process(C:\Documents and Settings\vengels\jbproject\jcb\Tomcat\work\jcb\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:2865)
     at org.apache.cocoon.www.sitemap_xmap.process(C:\Documents and Settings\vengels\jbproject\jcb\Tomcat\work\jcb\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:2746)
     at org.apache.cocoon.sitemap.Handler.process(Handler.java:222)
     at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
     at org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
     at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
     at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:998)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1012)
     at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
     at java.lang.Thread.run(Thread.java:536)Thanx inadvance,
Paul

Xalan supports parameterized XSLs without nothing else: why do you need DELI?
The problem seems to be in your XSL, in the way you use a variable or a parameter.

Similar Messages

  • Continuous Error Message: Dell Support Center Has Stopped Working

    I have Windows V8ista on an Inspiron530s. Through out any operation I continue to get the following massage:
    "Dell Support Center Has Stopped Working                                                                                                                                                  A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."  For several weeks I have tried to find the reason for getting the error message. It will appear in a little box several times an hour during any operation. (internet or document) I can find no answers in any forum. I have an HP all-in one printer that I uninstalled & reinstalled the software for at the suggestion of another, but that did not solve the problem.
     AT THE SAME TIME: I have Trend Micro Internet Security,(aka PC-Cillion) and though the firewall & defenses are up, I can not get it to scan the computer for virusus. I have talked with Trend Mico Tech Support 4 times on the phone and various adjustments have been made, but thhas been no fix. They seem to think the problem is connected to this error message.  I am at wits end. Can someone help??  :?/

    Ivy,
    You never did tell us what version of Windows you're using. If it's XP, look in Windows Scheduled Tasks. If Dell Support Center is listed there, delete it.
    Are you really sure you removed Support Center in Add/Remove Programs control panel?
    According to Alexandra, one of the forum VIPs:
    "The newest DSC 3.0 makes things complicated becomes it comes in 2 parts.  There's a 1+MB program called aulauncher.exe that apparently checks for compatibility, plus any current/old versions to be overwritten or uninstalled.  Only if the PC passes the aulauncher "test" do you get the full 40+MB DSC install program.  That's possibly the reason for "you already have the latest version".   Aulauncher also adds a "run once" key to the registry.    If the aulauncher doesn't get it right, you're stuck in a loop."    
    And see if there's anything helpful here, though the links in Dell-Telson's post might be out of date.
    Ron

  • Third party entities posing as Dell Support

    Dell Customers are reporting receiving phone calls from third party entities posing as Dell technicians. These entities state the customers systems are infected by viruses or malware and offer to assist in removing them for a fee. Please do not transfer funds to or share account details with, unknown/non-validated parties. Do not provide any confidential information such as password, Customer ID, Credit/Debit Card number, PIN, CVV, DOB, etc. to any request. If you receive a suspicious call from someone claiming to be from Dell, you may file a complaint online with this Complaint Assistant or this phone helpline: 1-877-382-4357.

    Ansuz82 wrote:
    A quick search on Google shows quite a few professional sites are talking about 2.0.
    I just did a quick search using Google, and the first page of links for Aperture 2.0 are to:
    - Apple (product page)
    - Apple (product page)
    - NSLog (a wishlist for 2.0 - old content)
    - MacRumors (discussion about the release of 2.0 - old content)
    - Amazon (software sales)
    - Quality Peoples (a wishlist for 2.0 - old content)
    - MacPredict (rumor discussions about 2.0 - old content)
    - Oreilly (blog mentioned in my first post)
    - MacNN (discussion about the release of 2.0 - old content)
    - CNET News (article about the release of 2.0 - old content)
    So, my quick search didn't return anything new, interesting, or useful, hence the basis for my original post. There has got to be something out there, but I can find it, which is why I am asking where people go for good articles, support, and other interesting information on Aperture 2 (or Aperture in general).

  • "Dell support" scam calls?

    I have been receiving calls from 1-800-624 9896 claiming that our Dell computer is sending messages to Dell on a virus attack. When I tell them the computer is at the moment in storage, one time the call got disconnected immediately. Just now he asked "how is that possible, can you turn the computer on so I can guide you through some steps?" and when I then asked to talk to his manager and said I suspected he is not from Dell, the call again disconnected.
    Sounds like a scam to me. Can you please investigate?

    * Open the Customer Care - Wiki tab
    * On the right, click on "3rd party entities posing as Dell Technical Support"

  • Dell Venue 8 Pro Battery Drain, Support No Help

    I lose a silly amount of battery life when the tablet is not in use.
    Battery life isn't great when in use either.
    Dell support wouldn't do an exchange because the diagnostic check came back fine.
    They did tell me to turn down screen brightness etc., not very helpful because I've tried all that. Stayed on Dell's recommended settings trying to avoid this issue. My sleep study seems to indicate that the unit is rarely in sleep at all.
    If a fresh install of windows doesn't fix this. I'm done. And dell support has been anything but actually supportive. If it doesn't fall in a checklist you are sol.

    THIS IS IN RESPONSE TO THE PERSON THAT SAID THEY DO NOT WANT TO RMA IT//WARRANTY WHEN STILL NEW AND ALSO RELATIVE TO POSTS ABOUT CHARGING WITH BACKUP
    I know my response is rather dated, but when you have a severe battery drain issue, just return the unit for an exchange where you bought it.
    I know some people mite not have bought it at a "brick" joint, but you should always try to buy your etoolz online, but at a local store for pickup, so you can check it all out and within that window of time offered, return for refund or exchange.
    BBuy locally tried to send stuff back for warranty reply, but I always point out the fact it's still under returnable terms, so I can either get a refund or return/exchange and not mess around waiting on my gear.
    There are also other ways to buy an other "new" tablet and "exchange" it//the old one also thereby bypassing all stops and go's and getting your new tablet replaced.
    I'm always plugged in or on an external battery pack//backup battery pack on DV8Pro anyways, so battery life for me is always longterm.....
    For those of you finding you aren't able to charge your via backup battery pack due to cable issues, remember you need a "dumb" usb//"charge" only cable or dumb dongle that makes your cable ""CHARGE ONLY"",,, then it will always charge via any usb powered source.
    For example for you that don't understand fully, sometimes devices such as rechargeable peripherals like keyboards and mice and all kinds of non pc devices that now use what appears to be a data cable but is only a charging cable, which does not allow throughput of data due to the fact it's sole purpose is to CHARGE a device, that cable will work.
    Like some small radios and bicycle lights and other devices now come with "USB" enabled recharging, and the cables look just like a data cable and will fit a fone, phablet or any standard mini usb plug, those cables are usually CHARGE ONLY, and this is what you need to add to your DV8Pro so it will charge universally bus wise.

  • Dell Equallogic SAN HIT Kit support for SAP in Linux 11.2

    Hello Everyone,
    I would like to use an Equallogic SAN as storage in SUSE Linux Enterprise Server 11.2. Is the Equallogic SAN supported in Linux when using the HIT Kit to provide MPIO and snapshot support? The article from thorsten.staerk describes Equallogic SAN + Linux + native iSCSI (no mention of the HIT Kit). I understand that there are restrictions on using third party kernel modules.
    My understanding is that the Equallogic MPIO driver will provide a faster, more efficient, connection to the SAN along with additional features.
    References:
    Playing with an Equallogic storage
    http://scn.sap.com/people/thorsten.staerk/blog/2009/02/10/playing-with-an-equallogic-storage
    Thorsten describes using Equallogic with SAP on SUSE Linux Enterprise
    Thorsten uses native iSCSI drivers
    How to configure Multipath using Equallogic Host Integration Toolkit (HIT) on Linux for Oracle
    http://en.community.dell.com/techcenter/enterprise-solutions/w/oracle_solutions/3795.how-to-configure-multipath-using-equallogic-host-integration-toolkit-hit-on-linux-for-oracle.aspx
    Describes using Equallogic multipath on Linux
    Mentions that the Equallogic mpio is a combination of user mode and kernel mode binaries
    Dell EqualLogic Host Integration Tools
    http://www.dell.com/downloads/global/products/pvaul/en/equallogic-host-software-new.pdf
    Host Integration Tools Overview from Dell
    Support for CentOS 5.7, Red Hat Enterprise Linux (RHEL) 5.7, 6.1 and 6.2, SUSE Enterprise Linux Server (SLES) 11 SP1
    Dell EqualLogic Host Integration Tools for Linux
    Installation and User's Guide Version 1.2.0
    From the documentation "Installs a compatible prebuilt kernel module, if available. Otherwise, the installation script loads the Dynamic Kernel Module Support (DKMS) package and compiles the Dell EqualLogic-supplied kernel module."
    EqualLogic Integration: Installation and Configuration of Host Integration Tools for Linux – HIT/Linux
    The Dell EqualLogic HIT/Linux MPIO software consists of two components:
    1. The EqualLogic Host Connection Manager daemon, ehcmd, which monitors the iSCSI session state and the configuration of the Linux server and PS Series group. Running in the background, the ehcmd daemon uses the Open-iSCSI management tool (iscsiadm) to add, remove, or modify iSCSI sessions to maintain an optimal number of iSCSI sessions. It also gathers information on the volume layout from the PS Series group.
    2. A loadable kernel module, dm-switch, which implements a new Device Mapper target to the multipath devices. Based on the volume layout on the array members, the dm-switch module routes each I/O to the optimal path within the PS Series group.
    SAP Note 784391 - SAP support terms and 3rd-party Linux
    kernel drivers
    The use of binary-only Linux kernel modules or drivers on the same server as SAP software is not recommended by SAP.
    Thank You,
    Kevin

    I'll take a moment to provide an update on the solution. There were some issues with the initial configuration of the in guest iSCSI volumes. If I had to start from scratch, I would run all the storage through VMware. The last round of software updates appears to have resolved a potentially serious issue with iSCSI disconnects. iSCSI has run perfectly for two months now. I'll consider the issue resolved once I have six months without any iSCSI issues.
    One remaining issue is that LVM won't initialize properly without implementing a custom init script. The init script work-around is simple and it works.
    Configuration Overview:
    VMware ESXi v5.5
    Equallogic SAN (with v.7.0.3 firmware)
    SUSE SLES v11.3
    Equallogic HIT Kit for Linux v1.3

  • Stuck Dell PowerEdge 2550 not REALLY supported?

    Hi all,
    I've been trying to get Solaris 8 installed on a Dell PowerEdge 2550 I just got in, and I'm not having any luck. This is unfortunate, as its my one sole server for a small biz I'm trying to get going. Sigh. Anyway, the problem is that after booting off the CD and installing the boot image onto the HD (which seems to go fine), I reboot and it hangs at the:
    Solaris Boot Loader           Version 2.0
    And that's it... can't get to the blue screen boot manager and continue. I've tried the latest drivers from Dell for the 7899, the Ultra160 drivers straight from Adaptec... all for naught. Tried reconfiguring (mostly turning stuff off) on the Adaptec, nada.
    I called up Dell support, who were basically useless. Told me some load of crap about "Well, we can't get Solaris 8 to work on any of our stuff". Which is odd, coz Sun lists this system as a supported configuration, along with a bunch of other Dells. Not to mention the tech on the sales call that told me it would work, along with the built-in PERC3 raid controller. Which doesn't, of course.
    Anyone had a similar problem that they've managed to get around? Otherwise I'll have to call them to come pick it back up. Which'll set me back another 2 weeks, sigh. Anyway,
    Gory details:
    PIII 1.26mhz
    2 18.2GIG Fujitsu drives
    Adaptec 7899
    Built in PERC3/DI RAID controller (currently disabled and completely unsupported)
    2x2 split backplane.
    I've also been trying the Solaris 9 EA install, but I can't get it to configure the jumpstart directory correctly. Anyone have a step-by-step for doing it? Thanks,
    Lucas.

    Lucas,
    We had similar problems with a PowerEdge 1550 a few weeks back, but found that turning off the ACPI settings (see below) and using the latest DCA diskette from the Sun website, everything worked perfectly including the AIC-7899 and dual NIC detection.
    A possible workaround is to disable the kernel ACPI module. If the problem
    is happening during installation, the boot floppy must be modified. Mount the
    boot floppy and add the following line to bootenv.rc:
    setprop acpi-user-options '0x2'
    Run the installation again, ACPI should be disabled and the installation
    should continue without a problem.
    If the problem occurs after installation the same line can be added to
    the top of /etc/bootrc and ACPI will be disabled on the next reboot.
    Hi all,
    I've been trying to get Solaris 8 installed on a Dell
    PowerEdge 2550 I just got in, and I'm not having any
    luck. This is unfortunate, as its my one sole server
    for a small biz I'm trying to get going. Sigh.
    Anyway, the problem is that after booting off the CD
    and installing the boot image onto the HD (which
    seems to go fine), I reboot and it hangs at the:
    Solaris Boot Loader           Version 2.0
    And that's it... can't get to the blue screen boot
    manager and continue. I've tried the latest drivers
    from Dell for the 7899, the Ultra160 drivers straight
    from Adaptec... all for naught. Tried reconfiguring
    (mostly turning stuff off) on the Adaptec, nada.
    I called up Dell support, who were basically useless.
    Told me some load of crap about "Well, we can't get
    Solaris 8 to work on any of our stuff". Which is
    odd, coz Sun lists this system as a supported
    configuration, along with a bunch of other Dells.
    Not to mention the tech on the sales call that told
    d me it would work, along with the built-in PERC3 raid
    controller. Which doesn't, of course.
    Anyone had a similar problem that they've managed to
    get around? Otherwise I'll have to call them to come
    pick it back up. Which'll set me back another 2
    weeks, sigh. Anyway,
    Gory details:
    PIII 1.26mhz
    2 18.2GIG Fujitsu drives
    Adaptec 7899
    Built in PERC3/DI RAID controller (currently disabled
    and completely unsupported)
    2x2 split backplane.
    I've also been trying the Solaris 9 EA install, but I
    can't get it to configure the jumpstart directory
    correctly. Anyone have a step-by-step for doing it?
    Thanks,
    Lucas.

  • Dell Sonicwall Dynamic Routing Device Support

    Up until November 24, 2014 the known compatible VPN devices here
    http://msdn.microsoft.com/en-us/library/azure/jj156075.aspx listed Dell Sonicwall as compatible. The page was updated November 24, and Dell Sonicwall is now listed as Not Compatible.
    Can someone please explain what changed, and why Sonicwall is no longer compatible?

    Hi All,
    The Device has been removed from the compatibility list for Dynamic Configuration after repeated complaints from customers about intermittent performance.
    On analysis it was gathered that the device works in a dynamic (route-based) mode only when SonicWall VPN initiates the IPSEC negotiations.
    When Azure Gateway initiates the IPSEC negotiations, it fails.
    Also DELL's official Website states Route-Based VPN using Tunnel Interface is not supported for third party devices.
    For details you could refer the following link.
    https://support.software.dell.com/kb/sw7902
    If you still need assistance with the device, you might have to get in touch with DELL Support.
    Regards,
    Malar.

  • Is the Dell UZ2215H multimedia monitor supported by the Mac Mini mid-2010 running OS X Mavericks?

    I have hooked up a new Dell UZ2215H multimedia monitor to my Mac mini which recognizes the Dell model but does not recognize the built-in HD webcam or allow control of the internal speakers for sound output on the Dell monitor.  I have used both an HDMI cable and a Displayport cable with the same results. I searched the Apple Support which does not indicate that a driver is required for the Dell monitor.  Dell Support has not been very useful in resolving the incompatibility of their multimedia monitor.

    murraydav wrote:
    I have hooked up a new Dell UZ2215H multimedia monitor to my Mac mini which recognizes the Dell model but does not recognize the built-in HD webcam or allow control of the internal speakers for sound output on the Dell monitor.  I have used both an HDMI cable and a Displayport cable with the same results. I searched the Apple Support which does not indicate that a driver is required for the Dell monitor.  Dell Support has not been very useful in resolving the incompatibility of their multimedia monitor.
    I have used the UZ2715H which is part of the same family of monitors and the webcam and speakers work fine. You need to connect a USB cable between the screen and the Mac for the webcam to work. With regards to the speakers it is 'normal' for HDMI or Displayport connected speakers to not allow the Mac to control the volume. Apple take the point of view that the output device - in this case the display but for HDMI often a TV should be responsible for controlling the volume not the source device i.e. the Mac. If your using the built-in speaker on a Mac the Mac is both the source and the output device and therefore does let you control the volume.
    If you do need to control the volume since you cannot do it on the Mac you will have to use the 'on screen display' on the Dell screen and the buttons on the bottom right part of the screen. This will tell the Dell screen itself to adjust the volume.
    No driver was needed to use the webcam. I was using Mavericks.
    PS. While I can understand and accept Apple's view that the output device should be responsible for controlling the volume (for HDMI and Displayport connections) it would be possible to have the output device do the volume adjustment but still allow the Mac to tell the output device to adjust the volume. There is a standard called CEC (Consumer Electronics Control) which allows sending commands down the HDMI cable to - in this case tell the output device to adjust the volume. Unfortunately Apple do not currently support CEC. I suggest people send requests to Apple for this feature to be added, also unfortunately this will require a new Mac with the facility it cannot be added be via a software change.

  • Bluetooth Driver for dell(Inspiron N5110(ST: 3v82np1 ) is still not working well.

    Hi,
    I have tried installing "Dell Wireless 1701
    802.11 b/g/n, Bluetooth v3.0+HS Driver "
    But I saw neither wireless nor Bluetooth was defined.
    As  the drivers listed below are only  the driver for wireless and bluetooth, I almost tried all of them, except the last three.
    File TitleImportanceRelease DateVersionActions
    Intel Centrino Wireless-N 1030 WiFi Driver 
    (Driver) 
    Other Formats
    Description
    Intel 6230/N1030/N1000 WiFi Driver for win7 64-bit This package provides the driver for the Intel Centrino Wireless-N 1030 WiFi Driver and imore…
    Intel Centrino Wireless-N 1030/Advanced-N 6230
    Bluetooth Adapter Driver 
    (Driver)
    Description
    This package provides the Intel Centrino Wireless-N 1030/Advanced-N 6230 Bluetooth Adapter Driver and is supported on Inspiron N5110 and Vosmore…
    Dell Wireless 1701 802.11 b/g/n, Bluetooth v3.0+HS
    Driver 
    (Driver)
    Description
    This package provides the Dell Wireless 1701 802.11 b/g/n, Bluetooth v3.0+HS Driver and is supported on Inspiron N5110 and Vostro Notebook 3more…
    Dell Wireless 1702 WiFi + Bluetooth Driver 
    (Driver)
    s
    Description
    This package provides the Dell Wireless 1702 802.11 b/g/n, Bluetooth 3.0+HS Driver and is supported on Inspiron and Vostro Notebook models tmore…
    Intel Centrino Wireless-N 1000, Centrino Advanced-N
    6230, Centrino Wireless-N 1030, v.14.2.0.10, A01 
    (Driver)
    Recommended
    Description
    This package provides the Intel Centrino Wireless-N 1000/1030, Advanced-N 6230 Driver and is supported on Inspiron N5110 and Vostro Notebook more…
    Intel Centrino Advanced-N 6230/Wireless-N 1030
    Bluetooth Adapter Driver 
    (Driver)
    Description
    This package provides the Intel Centrino Advanced-N 6230/Wireless-N 1030 Bluetooth Adapter Driver and is supported on Inspiron N5110 and Vosmore…
    Add to My Download List
    Dell Wireless WLAN 1502 Half Mini-Card Driver 
    (Driver)
    Description
    This package provides the driver for Dell Wireless WLAN 1502 Half Mini-Card and is supported on Inspiron Notebook and Vostro Notebook modelmore
    Intel WiMax Link 6150 Driver 
    (Driver)
    Description
    This package provides the Intel WiMax Link 6150 Driver and is supported on Inspirion and XPS Notebook models that are running the following
    Realtek RTL8111E-VB Gigabit and RTL8105E-VB 10/100
    Ethernet Controller Driver 
    (Driver)
    Description
    This package provides the Realtek RTL8111E-VB Gigabit and RTL8105E-VB 10/100 Ethernet Controller Driver and is supported on Inspiron N5110 amore…
    I had to install Dell Wireless 1702 WiFi +
    Bluetooth Driver
    The wireless adapter was defined by this driver, however, the Bluetooth still has an exclamation mark in front of it, and when the Dell WLAN and Bluetooth client installation finished, a pop up message said that Windows couldn't install the device
    well, although there was a folder added in documents folder named 'Bluetooth Folder'
    Yes, the Bluetooth was named with 'Generic Bluetooth adapter' before installing 'Driver above'. However, after installing the driver above, the Bluetooth adapter named with ' Dell wireless 1702 Bluetooth v3.0". But as you see it's
    still not working will.
    The sceen shot shows the device manger before installing  Dell
    Wireless 1702 WiFi + Bluetooth Driver
    These screen shots shows the device manger after installing  Dell
    Wireless 1702 WiFi + Bluetooth Driver
    I've lit windows detect the operating program for this device on the internet, it said "Windows has detected that the operating  program of this device is up to date. As this screenshot shows.
    What should I do because nothing lift to try? If you have a look at the ninth drivers in my previous message, you will see that no other drivers for Bluetooth lift.
    Also, I have tried  to install Intel
    Centrino Wireless-N 1030 WiFi Driver 
    But I have been told that "the installation is blocked', This package of installation cannot be installed on your system' I don't know what this
    means, is it because Dell Wireless 1702 WiFi +
    Bluetooth Driver is being installed
    Could you please take some of your preciout time out to read carefully my points below to finish this problem?
    first:
    Yes, if you had a look at my first post, you would have seen that I really have downloaded and installed the drivers suitable for bluetooth, which was only Dell
    Wireless 1702 WiFi + Bluetooth Driver, which made the bluetooth recognized by Windows 7(64Bit). However, the bluetooth in the device manager still has an exclamation mark as it is shown in the device manager.
    I don't have any other drviers which can do more than the what Dell
    Wireless 1702 WiFi + Bluetooth Driver did because I have tried all the drivers listed under 'Network', exept the what are for Etherent.
    Yes, when I have tried adding the bluetooth between two laptops(Mohammad and Nasreen).  the bluetooth was added for both laptops as you see in these screenshots below:
    The Bluetooth devices of Nasreen's laptop whose bluetooth is having some problems in Device mangage.
    The Bluetooth devices of Mohammad's laptop  whosse Bluetooh is defined well in device manager.
    But there is still problem in the device managre as shown in the screenshot listed before.
    Second: (Important) That when I want to send files or recieving between two bluetooth added in either laptop, I could send them. Also, when I open the Mohammad's bluetooth added in Nansreen's laptop( screenshot
    below), I can show what is inside it.
     However, when I open the the Nasreen's bluetooth addd in Mohammad's laptop, I noticed  no reponse at all because as you see that disconnected is written in fornt "Nasreen-Pc" as this screenshot: 
    Although sometimes Nasreen-Pc gets connected as screenshot below, but I am still not able to open the Bluetooth folder of Nasreen-pc from Mohammad-pc. When trying to do that, no response is there.
    In other times, Nasreen-pc gets connected for a while, but it comes back disconnected.
    Third:: I noticed that the name of Laptop whose Bluetooth was added listed in 'My computer' for the laptop whose Bluetooth is having some problems in the device manager.(First Screen shot below)  However,
    the name of the laptop whose Bluetooth is having problems wasn't listed on other laptop's "my computer"(Second Screen shot below)
    Finally: : when I clicked "right-click" on "Nasreen-PC" and then clicking on "detecting and troublshooting issues", I found that windows informed me that :
    But which driver should I reinstall because I have already installed the Dell
    Wireless 1702 WiFi + Bluetooth Driver almost twice?
    A man should convert his anger and sadness into strength to continue living in this life.

    Certain driver packages contain drivers from some of the essential services only and for additional services, separate drivers must be installed. Additionally, the service is installed only if a compatible device is installed (or paired).
    Therefore, you are seeing the error.
    If you are using the Bluetooth L2CAP Interface and Bluetooth Remote Control services and not able to install the services, you can try unpairing the device, restart the PC, pair the device and then check. If that too fails, you need to install a suitable
    driver, sometimes even other OEM drivers solve the issue. You can Bing/Google about this. You can also contact Dell Support for more information.
    Balaji Kundalam
    Thanks a lot,
    I really didn't understand what you mean with in your first part the service is installed only if a compatible device is installed (or paired).
    The Bluetooth is integrated with
    the laptop, then  where other services will come from, all service are related to Bluetooth.
    If there are some additional services not related to Bluetooth,
    then how can I either let them functioning well or disable them in order to get rid of the yellow exclamation mark
    on the name of my laptop in the Device and printers.
    Also, I really have installed a
    BCBT7(Broadcom Bluetooth) for HP which really defined the same Bluetooth issue,
    Device manager after installing the entire setup of driver BCBT7(Broadcom Bluetooth) on HP laptop
    but  when trying to install the same
     BCBT7(Broadcom Bluetooth)  on Dell,  I faced the error below, although there is an icon for Bluetooth in
    the system tray. Also, the Bluetooth is integrated as
    you have seen in the device manager. 
    You didn't answer me: Third:: I noticed that the name of Laptop whose Bluetooth was added listed in 'My computer' for the laptop whose
    Bluetooth is having some problems in the device manager.(First Screen shot below)  However, the name of the laptop whose Bluetooth is having problems wasn't listed on other laptop's "my computer"(Second Screen shot below)
    A man should convert his anger and sadness into strength to continue living in this life.

  • Dell Tablet Dock FW Update 0.41.23, A03 with Dell Venue 11 Pro (7130/7139) - monitors issue

    Hello,
    I have Dell Venue 11 Pro (7130/7139).
    I have installed “Dell Tablet Dock FW Update  0.41.23, A03” http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=97N0V  (previous version was Version 0.41.19, A02). Installation completed successfully, but my monitors (connected though DP and HDMI) disappeared after installation (system do not see any monitor connected trough Dell Tablet Dock).
    I have restarted system, disconnected / reconnected power from “Dell Tablet Dock” – nothing helped.
    I tried to revert to previous version  0.41.19, A02, but the installation process requires monitors to be connected to “Dell Tablet Dock”. But they are connected, system simply do not see them!
    Could you help me with this issue or with advice, hot to force previous version 0.41.19, A02 installation (to ignore monitor connection check)?
    Thanks,
    Aleksandrs
    Hello,
    I have Dell Venue 11 Pro (7130/7139).
    I have installed “Dell Tablet Dock FW Update  0.41.23, A03” http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=97N0V  (previous version was Version 0.41.19, A02). Installation completed successfully, but my monitors (connected though DP and HDMI) disappeared after installation (system do not see any monitor connected trough Dell Tablet Dock).
    I have restarted system, disconnected / reconnected power from “Dell Tablet Dock” – nothing helped.
    I tried to revert to previous version  0.41.19, A02, but the installation process requires monitors to be connected to “Dell Tablet Dock”. But they are connected, system simply do not see them!
    Could you help me with this issue or with advice, hot to force previous version 0.41.19, A02 installation (to ignore monitor connection check)?
    Thanks,
    Aleksandrs

    Hi,
    I had almost the same problem. I used Dell Venue 11 Pro (7130/7139) with Dock and NEC MultiSync LCD 1770 NX through HDMI-DVi cable. There were no probs while tablet was on, however when it was sleeping or off the NEC MultiSync LCD 1770 NX permanently (each 2-3 seconds) showed the sign that there were no input signal. It was not critical for me, however it was one more my disappointment in Dell new products (I have used Dell latitude D620 and dock for 7 years without any problems, thats why I chose Dell Venue 11 Pro, assuming that the Dell quality remains the same... I was wrong, Dell Venue 11 Pro has too much loose ends).
    Yesterday I updated Dock firmware to “Dell Tablet Dock FW Update  0.41.23, A03” and Dell lost NEC. I.e. the monitor was connected, but the tablet just did not want to see it or recognise. I connected dock to another monitor Samsung SyncMaster 226CW (took from my friend) through the same HDMI-DVI cable and found that it is working with it. So I decided to downgrade the Dock firmware to 0.41.19, A02 (the only previous version I found at dell support), however it was impossible with my NEC, as tablet didn't see it. I connected again the tablet to  Samsung SyncMaster 226CW which was recognised through the dock and successfully downgraded the firmware to 0.41.19, A02. Afterwards connected my old NEC MultiSync LCD 1770 NX and fortunately it was found by my Dell tablet and dock. Now it's working.
    Nick

  • Can't connect Macbook Pro Retina to Dell P2715q 4k Monitor

    I received a new Dell 4k P2715q monitor on Friday.  It came with a mini DP to DP cable which I immediately hooked into the Thunderbolt port on my 15-inch, Mid 2012 Macbook Pro Retina.  It worked beautifully on Friday all through the day.  Was very happy with my purchase.
    Took the laptop home over the weekend and brought it back today.... plugged into my thunderbolt port again and nothing.... Go HDMI to the monitor's HDMI and it works but only up to 1080p in 30hz which is no good.  So the monitor still seems to be working but the Macbook won't recognize the monitor through the Thunderbolt (mini DP) port.
    Any thoughts?  Talked to Dell support which was worthless except to verify that the monitor didn't get fried over the weekend and also talked to Apple who suspected that it was maybe the mini DP cord that Dell sent with the monitor.  I can't believe that a cable went faulty over a weekend when no one else was in my office.....
    Thoughts?  Thanks ahead of time!

    Hey reinier67,
    Thanks for the question. I understand that you are experiencing issues connecting your MacBook to an HDTV. The following resource outlines some troubleshooting steps that may lead to a resolution:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/HT1573
    Thanks,
    Matt M.

  • Adobe After Effects CC 2014 don't work with brand new Dell m6800 with AMD FirePro m6100 video card

    Hello!
    I got brand new Dell Precision m6800 with AMD FirePro m6100 FireGL V. Premiere and Photoshop works more or less fine, but there is a problem with AFx - software kills videocard (screen goes black for several seconds and then appears this notification - IC454010.gif gif by stumped2 | Photobucket ). After that - AFx hangs on. All the drivers are up to date (tried different AMD drivers - same situation), Windows 7 Pro - up to date, AFx - up to date.
    Got small chat with Dell support team and they said - everything must work fine.
    So - where is the problem? I spent almost 2.5k euros for this Dell mobile workstation, but right now I`m stuck with this problem. PS - funny fact - my Dell M6800 is on Adobe's hardware performance white paper, but seems that this means nothing

    AE uses the GPU for very little. See here: GPU (CUDA, OpenGL) features in After Effects
    Unless you're doing a lot with the ray-traced renderer or third party plugins (like Element 3d), AE won't really use your GPU at all.
    And the ray-traced renderer is built on NVIDIA technology so it can never use an AMD card to accelerate it. You'd need an NVIDIA card.
    That's probably part of the reason that the AE team has stopped putting any development time towards the ray-traced renderer and are focusing on a more powerful (and less GPU specific) way to do 3d in AE: details of CINEMA 4D integration with After Effects That's right: C4D is included for free with After Effects!
    Since you don't have an NVIDIA card, this will actually render faster than the ray-traced renderer too!

  • Dell C1660w printer - no driver for Mac OS X 10.9.2

    I bought a new Dell C1660w printer based upon past experience with this very same printer model that I used at a previous previous job not more than a month ago. I used the previous C1660w printer on an Apple Mac Book Pro and so naturally purchased a new one assuming that I would very easily configure it to my new Mac Book Pro. 
    WRONG... The printer is currently sitting on my desk and I can't configure it to my computer. 
    Upon calling Dell support about this issue I learned that there is currently no printer driver file available for the Mac Os X version 10.9.2. When I asked the rep as to when this driver might be available I was told there is no way she could answer that either. I also learned that there is no direct escalation path for a customer other than her log of the notes from our conversation. I'm sitting here with a new printer beside my computer. Please don't tell me to simply return it! It should never have come to this.
    Words cannot adequately express the frustration and disappointment I have experienced and empathy from the customer service rep is not an acceptable solution either. When will this driver be made available??
    Frustrated in Pasadena CA.

    Hello Mello1963,
    I am sorry that you did not receive the proper information regarding your request for drivers. Upon checking our support site I was able to locate a install package for Mac 10.6-10.9 so this should get you taken care of. Please let us know if this gets you up and running.
    http://www.dell.com/support/home/us/en/04/Drivers/DriversDetails?driverId=F71K5
    Regards,
    Joseph E
    #iworkfordell

  • RAID Virtual Volumes Server 2008 R2 (Dell H200)

    Hi all,
    I am hoping someone can point me in the right direction.
    I am deploying a Dell R410 server with a Dell PERC H200 Controller with 4 X 300GB SAS Drives in two RAID1 arrays. I have loaded Server 2008 R2 onto the first volume. Unfortunately when I open Disc Manager the second volume is not displayed at all. However in
    "Dell's Open Manage Server Administrator" both Virtual disks are displayed, also while posting after the controller has initialized both arrays show up. I attempted to remove the disks in the functional array and booting with the Installation media, to my
    dismay the second volume could not be detected by the Windows setup which leads me to believe it is Hardware related.
    I have contacted dell support today and according to them it is OS related, unfortunately the channel I purchased the server through did not have stock of the Dell OEM Server Standard 2008 R2, thus I was forced to acquire the package via a DSP channel and as
    such I am not entitled to Dell Support on the Software (won’t make that mistake again...). However the representative I spoke too did make the effort to consult the Software support team and they informed him that this is a known issue and referred me
    to the following article:
    http://technet.microsoft.com/en-us/library/bb457110.aspx
    Now I am either thick and can’t read or these support guys have it wrong. This article is about basic usage of Disk manager however it has no information on a virtual volume not showing up in Disc Manager... So I can only conclude that they believe I
    am an idiot and cannot use Disk Manager to initialize the disk, even though I made it clear that there is no volume to initialize in the first place.
    Any help would be greatly appreciated, I am going out of town for a day or two and will only be able to check back on Monday, so if any feedback is required from me I will reply ASAP.
    Many thanks in advance.
    Regards
    Thick sculled Disk Manager user. 

    I had this problem to the point and I have resolved it.  The Dell support rep stated that the PERC H200 drive was designed for "Dell" proprietary drives only and that they have released a firmware version in May or June of 2011 that resolves this:
    Component              Version                  Previous Version
    Package               07.02.42.00               07.01.33.00
    MPT Firmware       02.15.04.00                02.15.63.00
    SASBIOS                7.11.01.00                7.01.09.00  
    SASFLASH               7.00.00.00               2.00.00.01
    UEFI BSD                7.00.01.00               2.00.01.09
    NVDATA                  version 17                00.0A.00.15
    Make sure the firmware version is the updated version.
    Also, there is an updated driver for Server 2008 R2 that is different than the driver for Server 2008 x64 or x32.  Make sure that it is the following version:
    FILE NAME: R294479
    Device Driver for Windows Server 2008 R2 x64
    Version 2.0.35.10
    There are README's included that give full instructions for Windows Installation. 
    With these two components, your drives will be recognized by Server 2008 R2.  I hope this helps you or anyone else with this problem.
    Robert J. McGrew

Maybe you are looking for

  • Safari will not open, quit unexpectedly

    I cannot open Safari anymore. It will open to apple.com for about 1 second and then quit unexpectedly. Using Firefox now, but would like to know why safari is not working. I have already installed all of the available software updates. Here is the er

  • Connecting to HP Officejet 6500A Plus

    I'm having trouble connecting my macbook air to my hp office jet 6500a plus printer.  Both the mac and printer are on the same wireless router, but the mac still can't find the printer.  Any help would be greatly appreciated. Thanks.

  • Problem creating a dynpro with TabStrip Screen

    Hi experts I need to add one screen to one report wich has 4 screens, when I tried to copy one of them, everything is ok, but on Attributes the "selection screen" radiobutton is not active, how can I activate it? to make changes on report and everyth

  • Can SE16n be deployed on version 4.6b?

    Hi, I cannot find an answer for this question anywhere else so hope you can help here.  We are running 4 SAP clients, two on version 4.6b of SAP R3 and two on 4.6c.  I know that SE16N is available from version 4.6c but our client has demanded that we

  • Z Index, layering images, need help (going crazy!)

    Need some help on layering images. As you can see, the "polaroid" has tape on it - I want that tape to overlap the menu bar. The menu bar is a grapic (there is a slight gradient to it) and on top of it are the actual menu graphics.  If I remove the m