Unknown configuration version errorID=16811

I'm attempting to set up ApplicationUpdaterUI but I get the following error when I initialize:
[ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: unknown configuration version" errorID=16811]
My configuration looks like this:
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="http://ns.adobe.com/air/framework/update/configuration/1.0" >
  <url>http://mydomain.com/updates/update.xml</url>
  <delay>1</delay>
  <defaultUI>
    <dialog name="checkForUpdate" visible="true" />
    <dialog name="downloadUpdate" visible="true" />
    <dialog name="downloadProgress" visible="true" />
    <dialog name="installUpdate" visible="true" />   
    <dialog name="fileUpdate" visible="true" />
    <dialog name="unexpectedError" visible="true" />
  </defaultUI>
</configuration>
Any idea why I'm getting the error?  Every example I find online uses http://ns.adobe.com/air/framework/update/configuration/1.0.  Do I need to change this?

Nevermind!  I was doing something really stupid and overwriting my update config file.

Similar Messages

  • Upgrade NI Configurator version from 3.2 to 3.2.3

    Hello, I upgrated my NI Configurator version from 3.2 to 3.2.3. Now , when a FF device is coming through the bus which is imported per EDD the Configurator crashes. When the device is imported per a simple DD everything works fine. In Version 3.2 also EDD based devices work also fine. What is to do?How can I go back to version 3.2 because of the licensenumber?

    Hello Peter,
    Could you let me know the device model? NI-FBUS 3.2 and 3.2.3 use different DDS version. 3.2 support DDS 5.0 and 3.2.3 supports DDS 5.0.5.
    It seems that the problem is on the different DDS version.
    You can go back to 3.2 by simply removing 3.2.3 and install 3.2 again. 3.2.3 is a free upgrade, so these two version use the same license.
    Feilian (Vince) Shen

  • UNKNOWN ORACLE VERSION ERROR AT LINE 809

    hi dear i wana upGRADE my oracle 8i version .6 to database 10g. i tried to upgrade but when creating database or migrating database it gives an error message saying unknown database version can some body help me in this regard. and is this version supported to upgrade
    regards with best luck
    muhammad mmohsin chattha\

    i wana upGRADE my oracle 8i version .6 to database 10gIf by saying "version .6" you mean Oracle8i 8.1.6, then this upgrade path is NOT supported.
    You would have to upgrade to Oracle8i 8.1.7 and then to 10G.

  • OSB configuration versioning

    Hi all,
    could anybody tell me if there's any simple way(maybe it's predefined task in OSB or there's some workaround) to do OSB configuration versioning.
    I have complex task, the steps of which are (all done automatically) :
    1. sbconfig.jar is exported from Workshop;
    2. it is deployed on OSB;
    3. test are run to check if everything is OK - if sbconfig.jar is somehow crapped, OSB will be down...And I need to manually redeploy previous version of configuration. If I hadn't saved it previously (by manually exporting or...I don't know..), I am in trouble.
    So any ideas how I can make this versioning or how can I test sbconfig before deploying on OSB.
    As I see the solution now (though I don't like it):
    1. sbconfig.jar is exported from Workshop by script;
    2. current OSB config is exported and stored somewhere;
    3. latest sbconfig.jar is imported on OSB;
    4. running tests. If OK, leave as is otherwise deploy previous sbconfig back.
    Thanks in advance.
    Edited by: frf on 11/5/2010 0:25

    You may be interested in below thread for version controlling -
    Oracle Service Bus Configurations version control and deployment automation
    Regards,
    Anuj

  • CRS2008 - Unknown Product Version in CMC - License Keys

    Hi,
    We have had to reinstall our CMS as we had an issue with the License Key page being blank. After reinstall, we do get the license key page, but no license keys will be accepted.
    It appears this is because instead of showing Crystal Report Server 2008 as the product, it is saying" Unknown Product Version" at the top of the license server page.
    Where does the application pick this up from, how can I update it & what do I update it with?
    Thanks

    The inventory tool window sits for ages, then pops up some dialog & closes before I can read what it says, although I think it starts with error...
    I can't find a log file that records the dialog either.

  • Thinkpad W541 : Ubuntu problem "mmc0 unknown controller version(3)"

    Hello all, I got my Thinkpad W541 with MS-DOS (well there was nothing to boot actually, which was strange but I didn't mind since I had a copy of Windows 8.1 ready) a few days back. This my first Thinkpad and I am trying to explore it completely. I am a Linux fan so obviously want to install Ubuntu ( or some other flavor) on it. When I boot the machine using a bootable USB having Ubuntu image, I get the following error at boot time: "mmc0 unknown controller version(3), You may experience problems" And sure enough I do. The Ubuntu welcome screen shows up having two options, Try Ubuntu or Install Ubuntu.From this point on, nothing works. I choose Try Ubuntu option and it just stays there forever. I didn't dare to choose install option so far since I have read some posts about people bricking their Thinkpads trying to install Linux (not saying the same issue applies here, just wanted to be safe).  Does anyone have anyidea what is going on and what is the solution ? Has anyone with a W541 succesfully installed Linux so far? Best,shrm

    I have a W540 and had pretty much exactly the same problem(s) as you described. I've detailed the solution that allowed me to get Ubuntu booting and installed -- and have also described what problems I now have. See my post in AskUbuntu. Being in this situation sucks as part of why I bought the computer was that Lenovo laptops would be Ubuntu compatible. .. Clearly not all of them -- at least not fully/fluently. Oh well, with the simple enough instructions to add the acpi=off kernel parameter I've now been able to at least install Ubuntu on the machine. Too bad that the internal keyboard/touchpad don't work and that there are issues with powering down / rebooting the machine (and I also noticed that Suspend is missing from the Shutdown options -- which sucks more than the two above). Step-by-step, I guess...

  • Oracle Configurator Version

    DB Server:
    Oracle Linux 5.5
    10.2.0.4.0 DB Version
    Application Server:
    Redhat EL 5.5
    EBS 12.0.6
    How does one figure out the version of "oracle configurator"? In a recent SR I was asked this question by Oracle support. Their method for me to find out was to run the following:
    http://<hostname>:<portnum>/configurator/oracle.apps.cz.servlet.UiServlet?test=version
    The above never worked. Next I was instructed to run the following:
    set serveroutput on;
    declare
    pieces utl_http.html_pieces;
    l_sql_code number;
    l_sql_errm varchar2(2000);
    begin
    utl_http.set_detailed_excp_support (enable => true);
    pieces := utl_http.request_pieces('http://myappsserver.mydomain.com:8000/configurator/oracle.apps.cz.servlet.UiServlet?test=version');
    for i in 1 .. pieces.count loop
    dbms_output.put_line(pieces(i));
    end loop;
    exception
    when others then
    l_sql_code := utl_http.get_detailed_sqlcode;
    l_sql_errm := utl_http.get_detailed_sqlerrm;
    dbms_output.put_line('detail err code: '|| l_sql_code);
    dbms_output.put_line('detail err message: '|| l_sql_errm);
    end;
    The above never worked either, and Oracle support seemed to just give up on wanting to know the version. I am now being asked the version again by a developer. What is correct way to get version information?
    Edited by: ovlz on Feb 15, 2011 7:11 AM

    Thanks. I did the following which I found in the installaton guide:
    http://myserver.mydomain.com:8000/OA_HTML/configurator/UiServlet?test=version
    It came back with:
    Using configuration software build: 12.0.0.27.11
    I found the information I needed in:
    Oracle Configurator Installation Guide B28680-05

  • Configuration version control software

    I know some people like to put their /etc under version control with CVS or hg or something, to make it easier to recover if they misconfigure something. I think this is kind of overkill, though. For one, you don't really need "distributed" or "centralized" version control, you just need to control the version. And for another, version-controlling the entire /etc doesn't really make sense considering that you're usually only working with a few files at a time, which you would generally control separately. So, I came up with the idea for a VCS specific to managing your system configuration. I'm going with the name Tessen for now since it sounds cool.
    The two basic concepts involved here are applications and snapshots. An "application" refers to a particular set of config files managed by Tessen. For example, the pacman application would own pacman.conf, makepkg.conf, and pacman.d (a directory). Ownership in this context means that it will automatically track changes to the contents of the files and folders. (Each application has an active snapshot, which is basically "the last one you saved or reverted to.")
    A "snapshot" is how an application's config files looked at any given time. A snapshot has a number (since it's not distributed, a simple autoincrementing integer will work), a timestamp (for obvious reasons), an action (to indicate exactly what caused this snapshot to be taken - for the user manually saving it would be "save", if it was installed by a package manager, "install", etc.), a note (if you feel like it - a good sysadmin would always have one), and the files' contents. (You can also add additional notes to snapshots after the fact, but this won't affect the note that was saved with the snapshot in the first place.)
    Anyway, the workflow would run something like this:
    "tessen newapp pacman pacman.conf makepkg.conf pacman.d". Tessen creates a new application named "pacman" that owns pacman.conf, makepkg.conf, and the directory pacman.d. (Tessen would automatically save a snapshot at this point consisting of the current contents of said files. That would be snapshot #1.)
    Make changes to the configuration, like using aria2c as the transfer command.
    "tessen save pacman -n 'set XferCmd to aria2c'". Tessen will take a snapshot of all the files owned by pacman and save that, making it #2.
    DOOM! You forgot that you don't have aria2 actually installed, and now that XferCmd is aria2c you can't install it! (This is just a contrived example.)
    "tessen revert pacman". Since you're at #2 but haven't made any changes, it will switch you back to #1. (If you had made changes, it would reset to #2 instead.) All necessary files will be reverted.
    Now you can "pacman -S aria2" and make sure it works this time.
    You could edit it manually to set it back to aria2 (which if you saved it would make it #3) but it's easier just to "tessen revert pacman 2". revert jumps back one step by default, but you can tell it to revert to anything. Then the next change you make would be #3.
    One major thing about the design I haven't quite decided would be how ownership is stored, and what to do if you change the ownership and try to revert to an older snapshot. That would be tricky to figure out. Still, what do you think about this approach?

    ewaller wrote:I think I'm missing something :-/
    I know the OP dismissed git and hg at the outset -- but why?  It seems to me they are ideal for just this sort of thing.  On this machine, I do have an Hg archive living under /etc.  Being Hg, it is simple to push that off to other systems and keep them synced (or not).
    Perhaps tessen could wrap git or Hg?
    The reasons I had for not using a traditional DVCS (as much as I love them) include:
    A VCS in all of /etc would manage your configuration as a whole. Tessen lets you manage each application separately without awkwardness.
    Also, there is stuff in /etc that isn't really configuration (I'm looking at you, /etc/bash_completion!). You could get around this by simply not "hg add"ing those files, but it does make it trickier. (Though in an ideal world, each app would store its configuration in a separate directory and things like the completion scripts would be in /share or /usr/share.)
    Finally, if you're using a DVCS so you can sync configuration, this would actually be better. For example, if you're trying to share the Apache and CouchDB configurations between your boxen, you have no way to keep out any other files you might have added (like, say, fstab).
    Really, it's mostly just that the concepts behind Tessen map more clearly to the problem than those in hg or git. At least in my mind. Although using a DVCS as the storage backend would be interesting...
    fukawi2 wrote:What language are you planning on writing this in?
    Probably Python. (My original concept would use SQLite as the database.)

  • Oracle Service Bus Configurations version control and deployment automation

    Hi,
    Currently we have OSB10gR3 installed and we use the web based sbconsole to create projects and proxy services. It's all working well and good!!
    We are at the state where we need to think about source control, migration of artifacts from dev to test and to prod.
    I'm looking for pointers to version control the artifacts of OSB projects, what could be version controlled (no binaries) and how do we extract those artifacts?
    How do we customize those artifacts while migrating to different environments in an automated fashion?
    Please point me to best practices and gotchas that we should be aware of while dealing with deploying OSB proejcts from test to Prod.
    Thanks in Advance!!

    After reading the threads mentioned by Deba, I'm able to get this all worked out with SBConsole itself. Experts, please review my approach below and let me know if I have overlooked anything.
    Simple advantage I see in using sbconsole is that it requires less maintenance, i.e. avoids rolling out another IDE (Eclipse -Workshop plug-in) to IT developers and at the same time provides the functionality that we are looking for. Currently, JDeveloper is our primary IDE, so we thought it's best to wait till OSB development gets integrated into JDev.
    This is the deployment workflow which worked for us,
    Developer:
    1)Develops Proxy services using SBconsole in Dev environment.
    2)Creates sbconfig.jar by using the export functionality available in System Administration link in sbconsole
    3)Checks-in ALL the files present in the above jar into version control under the proxy service project name
    4) Creates customization file using the customization file link in System Administration and modifies the value for each environment i.e. creates two files test_customfille, prod_customfile
    5)Checks-in the customization files into version control under the same proxy service project
    Promotion to Test and Prod
    1) From the source control, service proxy is built (actually the jar file of all files including the custom file is created)
    2) SCP proxy_sbconfig.jar file to Test or Prod box
    3) Follow the steps mentioned in Auto deploy of ALSB/OSB artifacts - Proxy, WSDL and webservices...
    4) Depending on the server, test or prod, pick the right customization file and deploy using ANT.
    Thanks!!

  • How do I configure version 3.0.6.6.5  to use an external LDAP?

    We're running an old version of the Portal (3.0.6.6.5) and we want to use an external ldap running on another box.
    Is it possible?
    How do I do it?

    No sorry as those portable builds are for Windows only.
    If you want Firefox 3.6.18 then see http://www.mozilla.com/en-US/firefox/all-older.html
    You could also try fooling the site in thinking you are using Firefox 3.6.18 by using this Extension. https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/

  • Clamshell iBookSE Unknown configuration - need info

    Seeking confirmation on this clam shell
    I have this Clamshell iBook G3 - Power PC that I aquired from a collector several years ago and was using for school and to set up my 12/640 printer as a ip printer for Snow leopard but am thinking of selling it and can't get the serial number to work in http://www.appleserialnumberinfo.com/
    Thinking it is http://www.apple-history.com/ibookse  blueberry or indigo not sure here
    I also never saw a Apple with with production information on it. It has been upgraded perhaps it has been modified somehow...
    any ideas on whats up here
    Model M6411
    copyright 2000
    made in taiwan
    Hardware overview
              Machine ID:          406
              Model name:          iBook
              Keyboard type:          iBook Keyboard with Inverted-T
              Processor info:          PowerPC G3
              Machine speed:          366 MHz
              Nanokernel version: 2.24
              Nanokernel pool extends: 10
              Nanokernel scheduled CPUs:1
              uni-n: 8
    Production information
              ROM revision:          $77D.45F6
              Boot ROM version:          $0004.17f4
              Mac OS ROM file version:          8.4
              Serial number:          UV04505Y-JKU-ff09
              Software bundle:          Not applicable
              Sales order number:          Z02K00KEK
    Ken

    http://www.apple-history.com/ibookfirewire
    might be the firewire

  • Agent Status Reports OMS Version : (unknown)

    I upgraded our 11g OEM installation to 12.1.0.1 and just completed patching to 12.1.0.3. Some of the 11g agents were on platforms not supported by 12.1.0.1 (part of the motivation fro the 12.1.0.3 upgrade, now complete).
    Following the instructions in Chapter 7, Installing Oracle Management Agent in the Oracle Enterprise Manager Cloud Control Basic Installation Guide 12c Release 3 (12.1.0.3) I was able to get the agent installed and started on one of the servers I was not able to upgrade during the upgrade process. The new agent is up and running but reports OMS Version : (unknown) -
    cmspweb:app/agent12g/agent_inst/bin->./emctl status agent
    Oracle Enterprise Manager Cloud Control 12c Release 3
    Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    Agent Version     : 12.1.0.3.0
    OMS Version       : (unknown)
    Protocol Version  : 12.1.0.1.0
    Agent Home        : /usr/local/oracle/app/agent12g/agent_inst
    Agent Binaries    : /usr/local/oracle/app/agent12g/core/12.1.0.3.0
    Agent Process ID  : 3821
    Parent Process ID : 3767
    Agent URL         : https://garmin.ucdavis.edu:3872/emd/main/
    Repository URL    : https://oracle-emrep1.ucdavis.edu:4904/empbs/upload
    Started at        : 2013-10-08 11:56:26
    Started by user   : oracle
    Last Reload       : (none)
    Last successful upload                       : (none)
    Last attempted upload                        : (none)
    Total Megabytes of XML files uploaded so far : 0
    Number of XML files pending upload           : 0
    Size of XML files pending upload(MB)         : 0
    Available disk space on upload filesystem    : 69.43%
    Collection Status                            : Collections enabled
    Heartbeat Status                             : OMS is unreachable [bad response]
    Last attempted heartbeat to OMS              : 2013-10-08 14:30:13
    Last successful heartbeat to OMS             : (none)
    Next scheduled heartbeat to OMS              : 2013-10-08 14:30:43
    Agent is Running and Ready
    and the upload fails with the error EMD upload error:full upload has failed: uploadXMLFiles skipped :: OMS version not checked yet. If this issue persists check trace files for ping to OMS related errors. (OMS_DOWN) which makes sense. Searching the web I found a number of suggestions including securing the agent, which I was able to do and resynching the agent from the console which I am *not* able to do as the agent and targets are not showing in the console.
    The targets.xml file on the agent host has one line -
    <Targets AGENT_TOKEN="CB22F0CA441C8CDECF3CA3ABA0D8C02C9AACFF98A41D653CFB2F41B7BC41EE0D"/>
    and I realize that is not at all a complete file. In the gcagent.log file I see ping errors -
    2013-10-08 14:29:43,596 [319:8C08BF97] INFO - attempting initial heartbeat
    2013-10-08 14:29:43,805 [319:8C08BF97] WARN - improper ping interval (EM_PING_NOTIF_RESPONSE: ERROR- Failed to update Target type Metadata)
    2013-10-08 14:29:43,810 [319:8C08BF97] WARN - Ping protocol error
    o.s.gcagent.ping.PingProtocolException [OMS sent an invalid response: "ERROR- Failed to update Target type Metadata"]
    The firewall is open and the agent is using the correct port and I am stumped. If anyone has any suggestions I would certainly appreciate them.
    Thank you.
    Bill Wagman

    Is this a newly installed agent?
    Did it work before? What has changed since it last worked?
    Anything in the emagent.trc file?
    $emctl upload
    EMD upload error: uploadXMLFiles skipped :: OMS
    version not checked yet..
    this is emctl status agent[dev01/AixAgentOracleHome/agent10g]$emctl status agent
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.4
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    Agent Version : 10.1.0.4.0
    OMS Version : UnknownThe agent does not connect successfully with the OMS, no version there.

  • HT202436 Apple Configurator not installing updated app versions

    Hello all,
    I have noticed that when i complete a batch of Ipads using Apple Configurator that apps installed on ipads are marked to be updated.
    Before commencing using Configurator I have no apps which require updating in iTunes so I am wondering do i need to "purge" older versions of apps and import updated  versions.
    Configurator version 1.7.1
    Itunes version 12.1
    Mac OS 10.10.2
    (Imac 2.66 early 2009)
    thanks in advance,
    Jon

    Following advice - i have removed and reimported updated applications to Apple Configurator this worked without a hitch - i was able to import the latest versions of 10 applications but..
    Upon refreshing one device I was not able to install Garageband even though the codes and application previously loaded about 5 minutes before.  I then stopped the update because it had failed.  After a period of time process stops cleanly. Message in configurator is "insufficient license codes" to install the Garageband.
    Ok getting used to this game (not fun) but it fills in my day! Click on the application in Apple Configurator and import redemption codes (again).  After a period of time (long) the message "Finished importing Redemption codes" appears but does not disappear - ie complete.  Apple Configurator is now frozen.
    I Force Quit Apple Configurator, all changes (work) is lost and possible the configurator database is now corrupt.  I also now have the bonus of trying to fix another problem to fix.
    Whilst the advice above is good & i am not critical of those who replied and would like to thank them. I am nearing the end of the line now with Apple Configurator

  • Configuring HP LaserJet 100 (scanner doesn't work)

    Hi,
    I've been trying to get my printer+scanner to work. Printing works fine, but can't get the scanning to work.
    It is a network printer. Currently it's configured via 'hp-setup', but I've tried configuring it through CUPS web interface, and it's the same problem.
    Here's what I get from 'xsane': 
    And from 'scanimage -L':
    % scanimage -L
    device `hpaio:/net/HP_LaserJet_100_colorMFP_M175nw?ip=10.2.0.10' is a Hewlett-Packard HP_LaserJet_100_colorMFP_M175nw all-in-one
    device `v4l:/dev/video0' is a Noname HP HD Webcam virtual device
    Here's the output from 'hp-doctor':
    % hp-doctor
    HP Linux Imaging and Printing System (ver. 3.14.6)
    Self Diagnse Utility and Healing Utility ver. 1.0
    Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
    This software comes with ABSOLUTELY NO WARRANTY.
    This is free software, and you are welcome to distribute it
    under certain conditions. See COPYING file for more details.
    warning: arch distro is not found in AUTH_TYPES
    Checking for Deprecated items....
    error: This distro (i.e unknown 0.0) is either deprecated or not yet supported.
    The diagnosis is limited on unsupported platforms. Do you want to continue?(y=yes*, n=no):
    Checking for HPLIP updates....
    error: HPLIP upgrade is disabled by Archlinux for security reasons, see https://bugs.archlinux.org/task/38083 - if you like to upgrade HPLIP, use the Archlinux software package manager pacman.
    Done.
    error: Failed to upgrade latest HPLIP. Is hp-upgrade already running (i.e. foreground or background)?
    Checking for Dependencies....
    warning: unknown-0.0 version is not supported. Using unknown-0 versions dependencies to verify and install...
    | SYSTEM INFO |
    Kernel: 3.14.6-1-ARCH #1 SMP PREEMPT Sun Jun 8 10:08:38 CEST 2014 GNU/Linux
    Host: sablade
    Proc: 3.14.6-1-ARCH #1 SMP PREEMPT Sun Jun 8 10:08:38 CEST 2014 GNU/Linux
    Distribution: unknown 0.0
    Bitness: 64 bit
    | HPLIP CONFIGURATION |
    HPLIP-Version: HPLIP 3.14.6
    HPLIP-Home: /usr/share/hplip
    warning: HPLIP-Installation: Auto installation is not supported for unknown distro 0.0 version
    Current contents of '/etc/hp/hplip.conf' file:
    # hplip.conf. Generated from hplip.conf.in by configure.
    [hplip]
    version=3.14.6
    [dirs]
    home=/usr/share/hplip
    run=/var/run
    ppd=/usr/share/ppd/HP
    ppdbase=/usr/share/ppd
    doc=/usr/share/doc/hplip-3.14.6
    html=/usr/share/doc/hplip-3.14.6
    icon=/usr/share/applications
    cupsbackend=/usr/lib/cups/backend
    cupsfilter=/usr/lib/cups/filter
    drv=/usr/share/cups/drv/hp
    bin=/usr/bin
    # Following values are determined at configure time and cannot be changed.
    [configure]
    network-build=yes
    libusb01-build=no
    pp-build=yes
    gui-build=yes
    scanner-build=yes
    fax-build=yes
    dbus-build=yes
    cups11-build=no
    doc-build=yes
    shadow-build=no
    hpijs-install=yes
    foomatic-drv-install=yes
    foomatic-ppd-install=yes
    foomatic-rip-hplip-install=no
    hpcups-install=yes
    cups-drv-install=yes
    cups-ppd-install=yes
    internal-tag=3.14.6
    restricted-build=no
    ui-toolkit=qt4
    qt3=no
    qt4=yes
    policy-kit=no
    lite-build=no
    udev_sysfs_rules=no
    hpcups-only-build=no
    hpijs-only-build=no
    Current contents of '/var/lib/hp/hplip.state' file:
    [plugin]
    installed = 1
    eula = 1
    version = 3.14.6
    Current contents of '~/.hplip/hplip.conf' file:
    [settings]
    systray_visible = 0
    systray_messages = 0
    [last_used]
    device_uri = "hp:/net/HP_LaserJet_100_colorMFP_M175nw?ip=10.2.0.10"
    printer_name =
    working_dir = .
    [commands]
    scan = /usr/bin/xsane -V %SANE_URI%
    [refresh]
    rate = 30
    enable = false
    type = 1
    [polling]
    enable = false
    interval = 5
    device_list =
    [fax]
    voice_phone =
    email_address =
    [upgrade]
    notify_upgrade = false
    last_upgraded_time = 1402934982.23681
    pending_upgrade_time = 0
    [installation]
    date_time = 17/06/14 09:15:12
    version = 3.14.6
    <Package-name> <Package-Desc> <Required/Optional> <Min-Version> <Installed-Version> <Status> <Comment>
    | External Dependencies |
    policykit Admin-Policy-framework OPTIONAL - 0.112 OK - gs Ghostscript REQUIRED 7.05 9.14 OK - network Network-wget OPTIONAL - 1.15 OK - scanimage Shell-Scanning OPTIONAL 1.0 1.0.24 OK - avahi-utils avahi-utils OPTIONAL - 0.6.31 OK - dbus DBus REQUIRED - 1.8.4 OK - cups CUPS REQUIRED 1.1 1.7.3 OK 'CUPS Scheduler is running'
    xsane SANE-GUI OPTIONAL 0.9 0.999 OK -
    | General Dependencies |
    error: reportlab Python-PDF-Lib OPTIONAL 2.0 3.1.8 MISSING 'reportlab needs to be installed' libcrypto OpenSSL-Crypto-Lib REQUIRED - 1.0.1 OK -
    pil Python-Image-Lib OPTIONAL - 1.1.7 OK -
    pyqt4-dbus PyQt4-DBUS REQUIRED 4.0 4.11 OK -
    libjpeg JPEG-Lib REQUIRED - - OK -
    libpthread POSIX-Threads-Lib REQUIRED - 2.19 OK -
    python-dbus Python-DBUS REQUIRED 0.80.0 1.2.0 OK - python-devel Python-SDK REQUIRED 2.2 3.4.1 OK -
    pyqt4 Python-Qt4 REQUIRED 4.0 4.11 OK - cups-devel CUPS-SDK REQUIRED - 1.7.3 OK - sane-devel SANE-SDK REQUIRED - 1.0.24 OK - libusb USB-Lib REQUIRED - 1.0 OK - sane Scan-Lib REQUIRED - 1.0.24 OK - cups-image CUPS-Image-Lib REQUIRED - 1.7.3 OK - libnetsnmp-devel SNMP-Networking-SDK REQUIRED 5.0.9 5.7.2 OK -
    python-xml Python-XML-Lib REQUIRED - 2.1.0 OK -
    python-notify Desktop-notifications OPTIONAL - - OK -
    | Compile Time Dependencies |
    gcc gcc-Compiler REQUIRED - 4.9.0 OK - libtool Build-tools REQUIRED - 2.4.2 OK - make GNU-Build-tools REQUIRED 3.0 4.0 OK -
    | Python Extentions |
    cupsext CUPS-Extension REQUIRED - 3.14.6 OK -
    pcardext PhotoCard-Extension REQUIRED - 3.14.6 OK -
    hpmudext IO-Extension REQUIRED - 3.14.6 OK -
    | Scan Configuration |
    hpaio HPLIP-SANE-Backend REQUIRED - 3.14.6 OK 'hpaio found in /etc/sane.d/dll.conf'
    scanext Scan-SANE-Extension REQUIRED - 3.14.6 OK -
    | DISCOVERED SCANNER DEVICES |
    device `hpaio:/net/HP_LaserJet_100_colorMFP_M175nw?ip=10.2.0.10' is a Hewlett-Packard HP_LaserJet_100_colorMFP_M175nw all-in-one
    device `v4l:/dev/video0' is a Noname HP HD Webcam virtual device
    | DISCOVERED USB DEVICES |
    No devices found.
    | INSTALLED CUPS PRINTER QUEUES |
    HP_LaserJet_100_colorMFP_M175nw
    Type: Printer
    Device URI: hp:/net/HP_LaserJet_100_colorMFP_M175nw?ip=10.2.0.10
    PPD: /etc/cups/ppd/HP_LaserJet_100_colorMFP_M175nw.ppd
    PPD Description: HP LaserJet 100 color MFP M175 Postscript (recommended)
    Printer status: printer HP_LaserJet_100_colorMFP_M175nw is idle. enabled since Mon 16 Jun 2014 16:56:01 BST
    Required plug-in status: Installed
    error: Unable to communicate with device (code=12): hp:/net/HP_LaserJet_100_colorMFP_M175nw?ip=10.2.0.10 <-- I'm
    error: unable to open channel guessing here is
    error: Communication status: Failed the problem -->
    | PERMISSION |
    Checking Permissions....
    Permissions are correct.
    Checking for Configured Queues....
    Queue(s) configured correctly using HPLIP.
    Checking for HP Properitery Plugin's....
    Plugin's already installed
    Checking for Printer Status....
    error: 'HP_LaserJet_100_colorMFP_M175nw' Printer is either Powered-OFF or Failed to communicate.
    Turn On Printer and re-run hp-doctor
    Diagnose completed...

    I've had similar problems, installing python-pillow and python2-pyqt package, as mentioned elsewhere in this forum, solved the problem.
    I can now use simple scan for scanning, when before it only detected my webcam.
    Last edited by pagadder (2014-09-30 07:06:31)

  • Need to configure different SSIDs on same VLAN on 1142

    We're having a problem with interference in the B/G range due to the large number of access points owned by other companies in a fairly small area. The various laptops keep deauthenticating, which is causing problems with applications. I'd like to configure two SSIDs on the same VLAN but have them broadcasted on different frequencies. The AP complained about the configuration when I added the Company5.8 SSID below stating another SSID can't be added to a VLAN, but it shows in the configuration. Does any one have a suggestion as to what I can try? Thanks
    interface Dot11Radio0
     no ip address
     no ip route-cache
     encryption vlan 1 mode ciphers aes-ccm
     encryption vlan 3 mode ciphers aes-ccm
     ssid Moleculera Labs
     ssid Moleculera Labs-guest
     antenna gain 0
     mbssid
     channel least-congested 2412 2437 2462
     station-role root
    interface Dot11Radio0.1
     encapsulation dot1Q 1 native
     no ip route-cache
     bridge-group 1
     bridge-group 1 subscriber-loop-control
     bridge-group 1 block-unknown-source
     no bridge-group 1 source-learning
     no bridge-group 1 unicast-flooding
     bridge-group 1 spanning-disabled
    interface Dot11Radio0.3
     encapsulation dot1Q 3
     no ip route-cache
     bridge-group 3
     bridge-group 3 subscriber-loop-control
     bridge-group 3 block-unknown-source
     no bridge-group 3 source-learning
     no bridge-group 3 unicast-flooding
     bridge-group 3 spanning-disabled
    interface Dot11Radio1
     no ip address
     no ip route-cache
     encryption mode ciphers aes-ccm
     encryption vlan 1 mode ciphers aes-ccm
     encryption vlan 3 mode ciphers aes-ccm
     ssid Moleculera Labs
     ssid Moleculera Labs-guest
     antenna gain 0
     dfs band 3 block
     mbssid
     channel dfs
     station-role root
    interface Dot11Radio1.1
     encapsulation dot1Q 1 native
     no ip route-cache
     bridge-group 1
     bridge-group 1 subscriber-loop-control
     bridge-group 1 block-unknown-source
     no bridge-group 1 source-learning
     no bridge-group 1 unicast-flooding
     bridge-group 1 spanning-disabled
    interface Dot11Radio1.3
     encapsulation dot1Q 3
     no ip route-cache
     bridge-group 3
     bridge-group 3 subscriber-loop-control
     bridge-group 3 block-unknown-source
     no bridge-group 3 source-learning
     no bridge-group 3 unicast-flooding
     bridge-group 3 spanning-disabled

    Amjad, if I delete "encryption mode ciphers aes-ccm" what kind of encryption will the AP use?
    Mohanak, I'm using the same encryption settings with VLANs
    Here is the more complete configuration:
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname COMPANY-AP
    no logging console
    enable secret 5 *
    no aaa new-model
    no ip domain lookup
    ip domain name COMPANY.local
    dot11 syslog
    dot11 ssid COMPANY-2.4
       vlan 1
       authentication open
       authentication key-management wpa
       mbssid guest-mode
       wpa-psk ascii 7 *
    dot11 ssid COMPANY-5.8
       vlan 1
       authentication open
       authentication key-management wpa
       mbssid guest-mode
       wpa-psk ascii 7 *
    dot11 ssid COMPANY-guest
       vlan 3
       authentication open
       authentication key-management wpa
       guest-mode
       mbssid guest-mode
       wpa-psk ascii 7 *
    bridge irb
    interface Dot11Radio0
     no ip address
     no ip route-cache
     encryption vlan 1 mode ciphers aes-ccm
     encryption vlan 3 mode ciphers aes-ccm
     ssid COMPANY-2.4
     ssid COMPANY-guest
     antenna gain 0
     mbssid
     station-role root
    interface Dot11Radio0.1
     encapsulation dot1Q 1 native
     no ip route-cache
     bridge-group 1
     bridge-group 1 subscriber-loop-control
     bridge-group 1 block-unknown-source
     no bridge-group 1 source-learning
     no bridge-group 1 unicast-flooding
     bridge-group 1 spanning-disabled
    interface Dot11Radio0.3
     encapsulation dot1Q 3
     no ip route-cache
     bridge-group 3
     bridge-group 3 subscriber-loop-control
     bridge-group 3 block-unknown-source
     no bridge-group 3 source-learning
     no bridge-group 3 unicast-flooding
     bridge-group 3 spanning-disabled
    interface Dot11Radio1
     no ip address
     no ip route-cache
     encryption mode ciphers aes-ccm
     encryption vlan 1 mode ciphers aes-ccm
     encryption vlan 3 mode ciphers aes-ccm
     ssid COMPANY-2.4  (Want this to be COMPANY-5.8)
     ssid COMPANY-guest
     antenna gain 0
     dfs band 3 block
     mbssid
     channel dfs
     station-role root
    interface Dot11Radio1.1
     encapsulation dot1Q 1 native
     no ip route-cache
     bridge-group 1
     bridge-group 1 subscriber-loop-control
     bridge-group 1 block-unknown-source
     no bridge-group 1 source-learning
     no bridge-group 1 unicast-flooding
     bridge-group 1 spanning-disabled
    interface Dot11Radio1.3
     encapsulation dot1Q 3
     no ip route-cache
     bridge-group 3
     bridge-group 3 subscriber-loop-control
     bridge-group 3 block-unknown-source
     no bridge-group 3 source-learning
     no bridge-group 3 unicast-flooding
     bridge-group 3 spanning-disabled
    interface GigabitEthernet0
     no ip address
     no ip route-cache
     duplex auto
     speed auto
     no keepalive
    interface GigabitEthernet0.1
     encapsulation dot1Q 1 native
     no ip route-cache
     bridge-group 1
     no bridge-group 1 source-learning
     bridge-group 1 spanning-disabled
    interface GigabitEthernet0.3
     encapsulation dot1Q 3
     no ip route-cache
     bridge-group 3
     no bridge-group 3 source-learning
     bridge-group 3 spanning-disabled
    interface BVI1
     ip address 192.168.67.3 255.255.255.0
     no ip route-cache
    ip default-gateway 192.168.67.1
    ip http server
    ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    bridge 1 route ip
    line con 0
    line vty 0 4
     exec-timeout 30 0
     password 7 *
     login local
    end
    COMPANY-AP#

Maybe you are looking for

  • How do I get FF to keep my tab groupings (Intel Macbook)?

    I have tried unsuccessfully to arrange my tabs into groups and name them. Occasionally it would hold them for a couple of hours, but invariably it drops them either immediately or relatively quickly. These are the 2 extremes; the middle of the road e

  • Udf to pass constant corrsponding to 2 file names from different location

    if i have one source file, i m able to pass the file name directly to the target through the udf below: DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION

  • Use of Inbound Handler property in SFP transaction while creating form

    Hello, Can anyone please tell me what is the use of Inbound Handler property while creating adobe interactive form in SAP SFP transaction. Steps -> 1>in SAP system go to transaction sfp. 2>create form. 3>In properties tab->Inbound Handler.->what is t

  • CRS10g patchset을 적용한 이후 Veritas SF Oracle RAC 관련 MODULE

    Problem Description 다음은 SF(Storage Foundation) Oracle RAC를 구성하기 위하여 Oracle CRS PATCHSET 등을 적용하기 전에 SF Oracle RAC Veritas libraries 를 ORACLE_HOME에 설치해야 한다는 내용입니다. 또한, ORACLE CRS 패치 Version 을 올리면서 Veritas 쪽 관련하여 필요한 Veritas skgxp module 등이 설치 과정에 빠져 있거

  • How to disable auto-lock

    I've got a 32Gig iTouch, I like it a lot except for one feature. When my iTouch is connected to a power source, say my Bose SoundDock, I'd like to have the brightness level to stay on indefinately. The iTouch is receiving power throughout the connect