Zoom In Function gives an error for Provider Not supported

Hello all,
I have an excel template which I connect to Essbase 11.1.2.3.(APS 11.1.2.3)  using SmartView 11.1.2.1.102.
When I try a zoom in over a member manually in this template it works and it retrieves me the children of the member.
when I try to do the same using a VBA Code (HypZoomIN()) I get an error for zoom in function.
the error code is -41
This return value indicates that Provider is not supported..
what can be the reason for this failure, also when I execute the code and stop the execution just before the HypZoomIn() in code and if I try a manual Zoom In with the same template even then the function fails to execute.
so what can be the reason for this failure?

I think the first time you have to click on "Adhoc Analysis" as that way it will convert the old / higher version to your current version of Smart View and once it retrieves successfully, then you can try the Zoom In and see
I am just guessing as it always asks me when the template was used in a different version and I try to use in a different version smart view
HTH
Amarnath
http://amarnath-essbase-blog.blogspot.com/

Similar Messages

  • Uploading to YouTube, gives an error of format not supported. What can I do? I've used other editing s/w and never got this error.

    YouTube gives me an error when I try an upload a 6 minute video using Adobe Premier Elements 13. I looked to see what other formats in Premier Elements I could save the video in and there's only the default format. No other drop downs appear.
    I've used other editing software and never had this happen. Has anyone encountered this problem? Thanks

    nicoleh
    What version of Premiere Elements and what computer operating system?
    What do you have for Timeline content that you are trying to upload to YouTube? What formats for video, audio, stills, graphics..?
    In the YouTube feature of Premiere Elements what are you selecting for the preset?
    Where in the process do you get the message about non supported format?
    a. while the upload to YouTube is in progress?
    b. during the YouTube processing of the video after the upload?
    c. other?
    Let us start here and then decide what next based on your reply.
    Thank you.
    ATR

  • Facebook installation gives an error ''duplicate provider authority''

    Hi everybody this is my first ever post I hope i will get an answer quickley from this forum,
    My question is I have this LENOVO S860 smartphone with 4.4 android, It came as preinstalled Facebook which has an older version of facebook which I don't like much when i go to playstore and try to download Facebook it downloads smoothly but when the installation process comes up it gives an error ''duplicate provider authority'' I can't even uninstall the default Facebook and neither can update it as there is no update button in Play Store, Please help me out
    thanks

    1.Have you try  go to  Settings-System Settings -Apps select the Facebook app to  uninstalled it .   It could be uninstalled by user.   
    2.what's  the default Facebook version in your phone? is it 3.7?
    You can get it from Settings-System Settings -Apps select the Facebook app.  Could you take a screenshot about the Facebook app info to give me
    3.what's your Build number version ,You can go to Settings-System Settings-About phone--Version information -Build number.  Could you take a screenshot about the Version infomation to give me.

  • I am using only one Apple ID. The problem, since iOS 6,  is the App Store purchased items screen just shows loading screen  it finally crashes or gives the error message 'can not connect to  Apple store'

    I am using only one Apple ID. The problem, since iOS 6,  is the App Store purchased items screen just shows loading screen  it finally crashes or gives the error message 'can not connect to  Apple store'

    I am using only one Apple ID. The problem, since iOS 6,  is the App Store purchased items screen just shows loading screen  it finally crashes or gives the error message 'can not connect to  Apple store'

  • ERROR OGG-01148 programming error, data type not supported for column

    I am getting following error when I put null in insert statement
    2011-03-31 18:30:45 ERROR OGG-01148 programming error, data type not supported for column TXID in table advoss.tblaudittrail.
    I am replicating MySQL 5.5.9 to Oracle 11g rel2 via goldengate 11

    I am able to diagnose what is cuasing the problem
    unsigned flag was the culprit of this error
    I am able to insert null after removing unsigned flag.
    thank you very much for your kind support

  • Using wall charger for first time I get error message "charging not supported by this accessory."  Been using since December and not seen this before.

    Using wall charger and am now getting error message "charging not supported by this accessory."  Have been using since December and this is first time I have encountered this.

    Did you look to see if there is debris or dust causing the problem? Get a flashlight and take a look to make sure.
    Is there something in the USB end of the cord perhaps?
    You didn't answer this question ....Are you using the charger and cord that came with your iPad?
    You could try changing cords if you have another one available to see if it is the cord. Have you tried connecting to your computer to see if you get the same message?
    You could try a hard reset by holding down on the sleep and home buttons at the same time for about 10 seconds until the Apple logo appears, let go of the buttons and let the iPad restart. Then try the charger again.

  • HT201263 i do click to restore the settings on i phone 3g but after 5 to 8mins it gives an error saying could not restore settings...now what should i do?? plzzz help..:(

    i do click to restore the settings on i phone 3g but after 5 to 8mins it gives an error saying could not restore settings...now what should i do?? plzzz help..:(

    i have locked my phone and i get the usb symbol with the i tunes sign with an arrow..i tried ro upgrade the software which did not go throught succesfully.. plzzz help me  ...

  • New Galaxy 5s.  Trying to connect to a guest wireless that routes browser to a login screen.  The wireless will not connect (gives authentication error), so will not pull up browser window.  My previous Android did not have this problem (it would connect

    New Galaxy 5s.  Trying to connect to a guest wireless that routes browser to a login screen.  The wireless will not connect (gives authentication error), so will not pull up browser window.  My previous Android did not have this problem (it would connect and immediately reroute to the login screeen).

    Would you please try manually set the DNS address on client NIC to the IP of your server, then try run the connector again?

  • Error: Driver does not support this function

    Hi there people!
    I'm a newbie in jsp and I encountered this error: Driver does not support this function. I'm using odbc:jdbc and access. Can someone please tell me what is wrong?
    <%@ page import = "java.sql.*" %>
    <%@ page import="java.io.*" %>
    <%@ page import="java.util.*" %>
    <HTML>
    <title>Stock Portfolio</title>
    <body>
    <body bgcolor="gray"><center>
    <table border = 1>
    <tr>
         <td><th>Symbol</td></th>
         <td><th>Type of Transaction</td></th>
         <td><th>Date</td></th>
         <td><th>Shares</td></th>
         <td><th>Price</td></th>
         <td><th>Stock Commission</td></th>
         <td><th>Stock Brocker Name</td></th>
    <tr>
    <%     String symbol = request.getParameter("symbol");
           String type = request.getParameter("type");
           String date = request.getParameter("date");
            String shares = request.getParameter("shares");
            int ishares = Integer.parseInt(shares);
            String price = request.getParameter("price");
            float fprice = Float.parseFloat(price);
            String commission = request.getParameter("commission");
            float fcommission = Float.parseFloat(commission);
            String bname = request.getParameter("bname");
    %>
    <% String url ="jdbc:odbc:Product";
       try
       { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         Connection con = DriverManager.getConnection(url,"","");
         String query = "INSERT INTO Stock (dbsymbol,dbtype,dbdate,dbshares,dbprice,dbcommission,dbname) VALUES (?,?,?,?,?,?,?)";
          PreparedStatement pstmt = con.prepareStatement(query);
          pstmt.setString(1,symbol);
           pstmt.setString(2,type);
           pstmt.setString(3,date);
           pstmt.setInt(4,ishares);
           pstmt.setDouble(5,fprice);
           pstmt.setDouble(6,fcommission);
           pstmt.setString(7,bname);
           pstmt.executeUpdate(query);
          }catch (Exception e)
           {System.out.println(e.getMessage());
    %>
    </body>
    </html>      Thanks!

    Sorry I need to hurry up. But here is link i found relating same problem. Please check this and see if it might help you.
    [http://forum.java.sun.com/thread.jspa?threadID=564872&messageID=2784526|http://forum.java.sun.com/thread.jspa?threadID=564872&messageID=2784526]
    Read reply #5.
    It says
    You're getting this exception because you're using the executeUpdate() method that returns a ResultSet. That's a JDBC 3.0 function, and the JDBC-ODBC bridge only supports JDBC 1.0.Good Luck.

  • Sir Please Help Me With My Homepage. When I Set My Home Page To About:home It Gives An Error Saying Url Not Valid... Please Tell Me how to Fix this!

    Question
    Sir Please Help Me With My Homepage. When I Set My Home Page To About:home It Gives An Error Saying Url Not Valid... Please Tell Me how to Fix this!

    I'm not seeing a screenshot, so could you please try another time to attach one?
    *http://en.wikipedia.org/wiki/Screenshot
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
    Make sure that you use the location bar and not the (Google) search bar.
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Epson SX218 doesn't print (client-error-document-format-not-supported)

    Hi there,
    I'm currently trying to figure out how to get my Epson Stylus SX 218 to work. Unfortunately, cups (or the printer or whatever causes my problems...) obviously just doesn't want me to get this to work.
    Here's what I've done so far:
    I installed everything as described in the CUPS wiki article (so ghostscript and all the foomatic-stuff is installed, usblp is NOT blacklisted, see why below)
    I installed epson-inkjet-printer-workforce-sx218 from AUR
    I started cups...
    Nothing worked (Printer not recognized, either with or without blacklisted usblp module...)
    I searched the forums for a solution
    I installed cups-usblp and reinstalled all the cups stuff
    Printer got recognized! Yay!
    So, now the printer is set up in cups using the avasys driver. But...
    It doesn't print!
    When I try to print a test page via the cups webinterface it keeps telling me
    Unsupported format "application/vnd.cups-banner".
    The following packages are installed now:
    $ pacman -Qs cups
    local/cups-usblp 1.5.0-1
    local/libcups 1.5.0-1
    $ pacman -Qs foomatic
    local/foomatic-db 1:4.0.7_20110707-1
    local/foomatic-db-engine 1:4.0.7_20110707-1
    local/foomatic-db-nonfree 1:4.0.7_20110707-1
    local/foomatic-filters 1:4.0.7_20110707-1
    $ pacman -Qs epson
    local/epson-inkjet-printer-workforce-320-sx218 1.0.0-6
    $ pacman -Qs ghostscript
    local/ghostscript 9.04-5
    Here's my cups error log:
    I [01/Jan/2012:18:59:01 +0100] Listening to [v1.::1]:631 (IPv6)
    I [01/Jan/2012:18:59:01 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [01/Jan/2012:18:59:01 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [01/Jan/2012:18:59:01 +0100] Remote access is disabled.
    D [01/Jan/2012:18:59:01 +0100] Added auto ServerAlias mamapc
    I [01/Jan/2012:18:59:01 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    I [01/Jan/2012:18:59:01 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [01/Jan/2012:18:59:01 +0100] Configured for up to 100 clients.
    I [01/Jan/2012:18:59:01 +0100] Allowing up to 100 client connections per host.
    I [01/Jan/2012:18:59:01 +0100] Using policy "default" as the default.
    D [01/Jan/2012:18:59:01 +0100] cupsdMarkDirty(---p--)
    D [01/Jan/2012:18:59:01 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Not busy"
    I [01/Jan/2012:18:59:01 +0100] Partial reload complete.
    I [01/Jan/2012:18:59:01 +0100] Listening to [v1.::1]:631 on fd 6...
    I [01/Jan/2012:18:59:01 +0100] Listening to 127.0.0.1:631 on fd 8...
    I [01/Jan/2012:18:59:01 +0100] Listening to /var/run/cups/cups.sock:631 on fd 9...
    I [01/Jan/2012:18:59:01 +0100] Resuming new connection processing...
    D [01/Jan/2012:18:59:01 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:01 +0100] Discarding unused server-restarted event...
    D [01/Jan/2012:18:59:01 +0100] cupsdAcceptClient: 13 from localhost:631 (IPv4)
    D [01/Jan/2012:18:59:01 +0100] Report: clients=1
    D [01/Jan/2012:18:59:01 +0100] Report: jobs=0
    D [01/Jan/2012:18:59:01 +0100] Report: jobs-active=0
    D [01/Jan/2012:18:59:01 +0100] Report: printers=0
    D [01/Jan/2012:18:59:01 +0100] Report: printers-implicit=0
    D [01/Jan/2012:18:59:01 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:18:59:01 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:18:59:01 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:18:59:01 +0100] PID 928 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [01/Jan/2012:18:59:01 +0100] cupsdReadClient: 13 GET /images/wait.gif HTTP/1.1
    D [01/Jan/2012:18:59:01 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:01 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:01 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 13 GET /admin/?OP=redirect HTTP/1.1
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:06 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:06 +0100] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [01/Jan/2012:18:59:06 +0100] [CGI] argv[1] = "OP=redirect"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@mamapc"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.5.0"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[13] = "USER=root"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[16] = "IPP_PORT=631"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[17] = "AUTH_TYPE=Basic"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[18] = "LANG=de_DE.UTF8"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[22] = "SERVER_PORT=631"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[23] = "REMOTE_ADDR=127.0.0.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[25] = "SCRIPT_NAME=/admin/"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[27] = "REMOTE_USER=root"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[29] = "HTTP_COOKIE=org.cups.sid=960956618ce3e170434dd2afacd4fad3"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[30] = "HTTP_USER_AGENT=Opera/9.80 (X11; Linux i686; U; de) Presto/2.10.229 Version/11.60"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[31] = "HTTP_REFERER=http://localhost:631/admin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[32] = "REQUEST_METHOD=GET"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[33] = "QUERY_STRING=OP=redirect"
    D [01/Jan/2012:18:59:06 +0100] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 929)
    I [01/Jan/2012:18:59:06 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=929)
    D [01/Jan/2012:18:59:06 +0100] cupsdSendCommand: 13 file=14
    D [01/Jan/2012:18:59:06 +0100] [CGI] admin.cgi started...
    D [01/Jan/2012:18:59:06 +0100] cupsdAcceptClient: 16 from localhost (Domain)
    D [01/Jan/2012:18:59:06 +0100] [CGI] http=0xb9359360
    D [01/Jan/2012:18:59:06 +0100] [CGI] org.cups.sid cookie is "960956618ce3e170434dd2afacd4fad3"
    D [01/Jan/2012:18:59:06 +0100] [CGI] redirecting with prefix http://localhost:631!
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 16 WAITING Closing on EOF
    D [01/Jan/2012:18:59:06 +0100] cupsdCloseClient: 16
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] Script header: Location: http://localhost:631/admin
    D [01/Jan/2012:18:59:06 +0100] Script header:
    D [01/Jan/2012:18:59:06 +0100] cupsdAcceptClient: 16 from localhost:631 (IPv4)
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 16 GET /admin HTTP/1.1
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:06 +0100] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@mamapc"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.5.0"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[13] = "USER=root"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[16] = "IPP_PORT=631"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[17] = "AUTH_TYPE=Basic"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[18] = "LANG=de_DE.UTF8"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[22] = "SERVER_PORT=631"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[23] = "REMOTE_ADDR=127.0.0.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[25] = "SCRIPT_NAME=/admin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[27] = "REMOTE_USER=root"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[29] = "HTTP_COOKIE=org.cups.sid=960956618ce3e170434dd2afacd4fad3"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[30] = "HTTP_USER_AGENT=Opera/9.80 (X11; Linux i686; U; de) Presto/2.10.229 Version/11.60"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[31] = "HTTP_REFERER=http://localhost:631/admin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[32] = "REQUEST_METHOD=GET"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[33] = "QUERY_STRING="
    D [01/Jan/2012:18:59:06 +0100] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 930)
    I [01/Jan/2012:18:59:06 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=930)
    D [01/Jan/2012:18:59:06 +0100] cupsdSendCommand: 16 file=17
    D [01/Jan/2012:18:59:06 +0100] PID 929 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] [CGI] admin.cgi started...
    D [01/Jan/2012:18:59:06 +0100] cupsdAcceptClient: 14 from localhost (Domain)
    D [01/Jan/2012:18:59:06 +0100] [CGI] http=0xb866c360
    D [01/Jan/2012:18:59:06 +0100] [CGI] org.cups.sid cookie is "960956618ce3e170434dd2afacd4fad3"
    D [01/Jan/2012:18:59:06 +0100] [CGI] No form data, showing main menu...
    D [01/Jan/2012:18:59:06 +0100] [CGI] /usr/share/cups/drivers/pscript5.dll: Datei oder Verzeichnis nicht gefunden
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 14 POST / HTTP/1.1
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] cupsdAuthorize: No authentication data provided.
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 14 1.1 Get-Subscriptions 1
    D [01/Jan/2012:18:59:06 +0100] Get-Subscriptions ipp://localhost/
    D [01/Jan/2012:18:59:06 +0100] Get-Subscriptions client-error-not-found: No subscriptions found.
    D [01/Jan/2012:18:59:06 +0100] Returning IPP client-error-not-found for Get-Subscriptions (ipp://localhost/) from localhost
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] Script header: Content-Type: text/html;charset=utf-8
    D [01/Jan/2012:18:59:06 +0100] Script header:
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 14 WAITING Closing on EOF
    D [01/Jan/2012:18:59:06 +0100] cupsdCloseClient: 14
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] PID 930 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:11 +0100] cupsdReadClient: 13 GET / HTTP/1.1
    D [01/Jan/2012:18:59:11 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:11 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:11 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:11 +0100] cupsdReadClient: 13 WAITING Closing on EOF
    D [01/Jan/2012:18:59:11 +0100] cupsdCloseClient: 13
    D [01/Jan/2012:18:59:11 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:12 +0100] cupsdReadClient: 16 WAITING Closing on EOF
    D [01/Jan/2012:18:59:12 +0100] cupsdCloseClient: 16
    D [01/Jan/2012:18:59:12 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:12 +0100] cupsdAcceptClient: 13 from localhost:631 (IPv4)
    D [01/Jan/2012:18:59:12 +0100] cupsdReadClient: 13 GET /admin/log/access_log? HTTP/1.1
    D [01/Jan/2012:18:59:12 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:12 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:12 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    I [01/Jan/2012:18:59:32 +0100] Generating printcap /etc/printcap...
    D [01/Jan/2012:18:59:32 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
    D [01/Jan/2012:18:59:35 +0100] cupsdAcceptClient: 14 from localhost (Domain)
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 14 POST / HTTP/1.1
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
    D [01/Jan/2012:18:59:35 +0100] cupsdAuthorize: No authentication data provided.
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 14 1.1 CUPS-Get-Devices 1
    D [01/Jan/2012:18:59:35 +0100] CUPS-Get-Devices
    D [01/Jan/2012:18:59:35 +0100] cupsdIsAuthorized: username=""
    D [01/Jan/2012:18:59:35 +0100] Returning HTTP Unauthorized for CUPS-Get-Devices (no URI) from localhost
    D [01/Jan/2012:18:59:35 +0100] cupsdSendHeader: 14 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 14 WAITING Closing on EOF
    D [01/Jan/2012:18:59:35 +0100] cupsdCloseClient: 14
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
    D [01/Jan/2012:18:59:35 +0100] cupsdAcceptClient: 14 from localhost (Domain)
    D [01/Jan/2012:18:59:35 +0100] cupsdAcceptClient: 16 from localhost (Domain)
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 14 WAITING Closing on EOF
    D [01/Jan/2012:18:59:35 +0100] cupsdCloseClient: 14
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 16 POST / HTTP/1.1
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
    D [01/Jan/2012:18:59:35 +0100] cupsdAuthorize: Authorized as root using PeerCred
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 16 1.1 CUPS-Get-Devices 1
    D [01/Jan/2012:18:59:35 +0100] CUPS-Get-Devices
    D [01/Jan/2012:18:59:35 +0100] cupsdIsAuthorized: username="root"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[0] = "/usr/lib/cups/daemon/cups-deviced"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[1] = "1"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[2] = "0"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[3] = "2"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[4] = "2"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[5] = "requested-attributes=all exclude-schemes='beh','cups-pdf','bluetooth','dnssd','http','https','ipp','lpd','ncp','parallel','scsi','smb','snmp','socket'"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@mamapc"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.5.0"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[13] = "USER=root"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[16] = "IPP_PORT=631"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[17] = "AUTH_TYPE=PeerCred"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[18] = "LANG=en_US.UTF8"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[22] = "SERVER_PORT=631"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[23] = "REMOTE_ADDR="
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[25] = "SCRIPT_NAME=/"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[27] = "REMOTE_USER=root"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[29] = "HTTP_USER_AGENT=CUPS/1.5.0"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[30] = "REQUEST_METHOD=POST"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[31] = "CONTENT_LENGTH=244"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[32] = "CONTENT_TYPE=application/ipp"
    D [01/Jan/2012:18:59:35 +0100] [CGI] Started /usr/lib/cups/daemon/cups-deviced (PID 948)
    I [01/Jan/2012:18:59:35 +0100] Started "/usr/lib/cups/daemon/cups-deviced" (pid=948)
    D [01/Jan/2012:18:59:35 +0100] cupsdSendCommand: 16 file=14
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Started backend /usr/lib/cups/backend/mdns (PID 949)
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Started backend /usr/lib/cups/backend/usb (PID 950)
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Started backend /usr/lib/cups/backend/ipps (PID 951)
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Started backend /usr/lib/cups/backend/serial (PID 952)
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] PID 949 (mdns) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] [CGI] list_devices
    D [01/Jan/2012:18:59:35 +0100] [CGI] usb_find_busses=2
    D [01/Jan/2012:18:59:35 +0100] [CGI] usb_find_devices=7
    D [01/Jan/2012:18:59:35 +0100] [CGI] libusb couldn't open USB device /dev/bus/usb/002/002: Permission denied.
    D [01/Jan/2012:18:59:35 +0100] [CGI] libusb requires write access to USB device nodes.
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] PID 950 (usb) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] [CGI] Flushed attributes...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Found device "ipps"...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] PID 951 (ipps) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] Script header: Content-Type: application/ipp
    D [01/Jan/2012:18:59:35 +0100] Script header:
    D [01/Jan/2012:18:59:35 +0100] [CGI] Flushed attributes...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Found device "serial:/dev/ttyS0?baud=115200"...
    D [01/Jan/2012:18:59:35 +0100] [CGI] Flushed attributes...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Found device "serial:/dev/ttyS1?baud=115200"...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] PID 952 (serial) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] PID 948 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 16 WAITING Closing on EOF
    D [01/Jan/2012:18:59:35 +0100] cupsdCloseClient: 16
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:19:00:23 +0100] Report: clients=1
    D [01/Jan/2012:19:00:23 +0100] Report: jobs=0
    D [01/Jan/2012:19:00:23 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:00:23 +0100] Report: printers=0
    D [01/Jan/2012:19:00:23 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:00:23 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:00:23 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:00:23 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:01:15 +0100] cupsdReadClient: 13 WAITING Closing on EOF
    D [01/Jan/2012:19:01:15 +0100] cupsdCloseClient: 13
    D [01/Jan/2012:19:01:15 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:19:19:03 +0100] Report: clients=0
    D [01/Jan/2012:19:19:03 +0100] Report: jobs=0
    D [01/Jan/2012:19:19:03 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:19:03 +0100] Report: printers=0
    D [01/Jan/2012:19:19:03 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:19:03 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:19:03 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:19:03 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:22:10 +0100] Report: clients=0
    D [01/Jan/2012:19:22:11 +0100] Report: jobs=0
    D [01/Jan/2012:19:22:11 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:22:11 +0100] Report: printers=0
    D [01/Jan/2012:19:22:11 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:22:11 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:22:11 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:22:11 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:24:21 +0100] Report: clients=0
    D [01/Jan/2012:19:24:21 +0100] Report: jobs=0
    D [01/Jan/2012:19:24:21 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:24:21 +0100] Report: printers=0
    D [01/Jan/2012:19:24:21 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:24:21 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:24:21 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:24:21 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:27:26 +0100] Report: clients=0
    D [01/Jan/2012:19:27:26 +0100] Report: jobs=0
    D [01/Jan/2012:19:27:26 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:27:26 +0100] Report: printers=0
    D [01/Jan/2012:19:27:26 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:27:26 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:27:26 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:27:26 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:37:11 +0100] Report: clients=0
    D [01/Jan/2012:19:37:11 +0100] Report: jobs=0
    D [01/Jan/2012:19:37:11 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:37:11 +0100] Report: printers=0
    D [01/Jan/2012:19:37:11 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:37:11 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:37:11 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:37:11 +0100] Report: stringpool-total-bytes=5736
    I [01/Jan/2012:19:37:41 +0100] Scheduler shutting down normally.
    D [01/Jan/2012:19:37:41 +0100] Discarding unused server-stopped event...
    I [01/Jan/2012:19:37:41 +0100] Saving job.cache...
    I [01/Jan/2012:19:38:18 +0100] Listening to [v1.::1]:631 (IPv6)
    I [01/Jan/2012:19:38:18 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [01/Jan/2012:19:38:18 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [01/Jan/2012:19:38:18 +0100] Remote access is disabled.
    D [01/Jan/2012:19:38:18 +0100] Added auto ServerAlias mamapc
    I [01/Jan/2012:19:38:18 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    D [01/Jan/2012:19:38:18 +0100] Creating missing directory "/var/run/cups"
    D [01/Jan/2012:19:38:18 +0100] Repairing ownership of "/var/run/cups"
    D [01/Jan/2012:19:38:18 +0100] Repairing access permissions of "/var/run/cups"
    D [01/Jan/2012:19:38:18 +0100] Creating missing directory "/var/run/cups/certs"
    D [01/Jan/2012:19:38:18 +0100] Repairing ownership of "/var/run/cups/certs"
    D [01/Jan/2012:19:38:18 +0100] Repairing access permissions of "/var/run/cups/certs"
    I [01/Jan/2012:19:38:18 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [01/Jan/2012:19:38:18 +0100] Configured for up to 100 clients.
    I [01/Jan/2012:19:38:18 +0100] Allowing up to 100 client connections per host.
    I [01/Jan/2012:19:38:18 +0100] Using policy "default" as the default.
    I [01/Jan/2012:19:38:18 +0100] Full reload is required.
    I [01/Jan/2012:19:38:19 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 35 types, 42 filters...
    I [01/Jan/2012:19:38:19 +0100] Loading job cache file "/var/cache/cups/job.cache"...
    I [01/Jan/2012:19:38:19 +0100] Full reload complete.
    D [01/Jan/2012:19:38:19 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
    I [01/Jan/2012:19:38:19 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
    D [01/Jan/2012:19:38:19 +0100] Removed "/var/spool/cups/tmp/0039f4f0366a5"...
    D [01/Jan/2012:19:38:19 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
    I [01/Jan/2012:19:38:19 +0100] Cleaning out old files in "/var/cache/cups"...
    I [01/Jan/2012:19:38:19 +0100] Listening to [v1.::1]:631 on fd 8...
    I [01/Jan/2012:19:38:19 +0100] Listening to 127.0.0.1:631 on fd 9...
    I [01/Jan/2012:19:38:19 +0100] Listening to /var/run/cups/cups.sock:631 on fd 10...
    I [01/Jan/2012:19:38:19 +0100] Resuming new connection processing...
    D [01/Jan/2012:19:38:19 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:19:38:19 +0100] Discarding unused server-started event...
    D [01/Jan/2012:19:38:20 +0100] Report: clients=0
    D [01/Jan/2012:19:38:20 +0100] Report: jobs=0
    D [01/Jan/2012:19:38:20 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:38:20 +0100] Report: printers=0
    D [01/Jan/2012:19:38:20 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:38:20 +0100] Report: stringpool-string-count=289
    D [01/Jan/2012:19:38:20 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:38:20 +0100] Report: stringpool-total-bytes=4792
    I [01/Jan/2012:20:53:48 +0100] Scheduler shutting down normally.
    D [01/Jan/2012:20:53:48 +0100] Discarding unused server-stopped event...
    I [01/Jan/2012:20:53:48 +0100] Saving job.cache...
    I [01/Jan/2012:20:54:26 +0100] Listening to [v1.::1]:631 (IPv6)
    I [01/Jan/2012:20:54:26 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [01/Jan/2012:20:54:26 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [01/Jan/2012:20:54:26 +0100] Remote access is disabled.
    D [01/Jan/2012:20:54:26 +0100] Added auto ServerAlias mamapc
    I [01/Jan/2012:20:54:26 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    D [01/Jan/2012:20:54:26 +0100] Creating missing directory "/var/run/cups"
    D [01/Jan/2012:20:54:26 +0100] Repairing ownership of "/var/run/cups"
    D [01/Jan/2012:20:54:26 +0100] Repairing access permissions of "/var/run/cups"
    D [01/Jan/2012:20:54:26 +0100] Creating missing directory "/var/run/cups/certs"
    D [01/Jan/2012:20:54:26 +0100] Repairing ownership of "/var/run/cups/certs"
    D [01/Jan/2012:20:54:26 +0100] Repairing access permissions of "/var/run/cups/certs"
    I [01/Jan/2012:20:54:26 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [01/Jan/2012:20:54:26 +0100] Configured for up to 100 clients.
    I [01/Jan/2012:20:54:26 +0100] Allowing up to 100 client connections per host.
    I [01/Jan/2012:20:54:26 +0100] Using policy "default" as the default.
    I [01/Jan/2012:20:54:26 +0100] Full reload is required.
    I [01/Jan/2012:20:54:27 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 35 types, 42 filters...
    I [01/Jan/2012:20:54:27 +0100] Loading job cache file "/var/cache/cups/job.cache"...
    I [01/Jan/2012:20:54:27 +0100] Full reload complete.
    D [01/Jan/2012:20:54:27 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
    I [01/Jan/2012:20:54:27 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
    D [01/Jan/2012:20:54:27 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
    I [01/Jan/2012:20:54:27 +0100] Cleaning out old files in "/var/cache/cups"...
    I [01/Jan/2012:20:54:27 +0100] Listening to [v1.::1]:631 on fd 8...
    I [01/Jan/2012:20:54:27 +0100] Listening to 127.0.0.1:631 on fd 9...
    I [01/Jan/2012:20:54:27 +0100] Listening to /var/run/cups/cups.sock:631 on fd 10...
    I [01/Jan/2012:20:54:27 +0100] Resuming new connection processing...
    D [01/Jan/2012:20:54:27 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:20:54:27 +0100] Discarding unused server-started event...
    D [01/Jan/2012:20:54:28 +0100] Report: clients=0
    D [01/Jan/2012:20:54:28 +0100] Report: jobs=0
    D [01/Jan/2012:20:54:28 +0100] Report: jobs-active=0
    D [01/Jan/2012:20:54:28 +0100] Report: printers=0
    D [01/Jan/2012:20:54:28 +0100] Report: printers-implicit=0
    D [01/Jan/2012:20:54:28 +0100] Report: stringpool-string-count=289
    D [01/Jan/2012:20:54:28 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:20:54:28 +0100] Report: stringpool-total-bytes=4792
    I [02/Jan/2012:05:34:23 +0100] Scheduler shutting down normally.
    D [02/Jan/2012:05:34:24 +0100] Discarding unused server-stopped event...
    I [02/Jan/2012:05:34:24 +0100] Saving job.cache...
    I [02/Jan/2012:05:35:05 +0100] Listening to [v1.::1]:631 (IPv6)
    I [02/Jan/2012:05:35:05 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [02/Jan/2012:05:35:05 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [02/Jan/2012:05:35:05 +0100] Remote access is disabled.
    D [02/Jan/2012:05:35:05 +0100] Added auto ServerAlias mamapc
    I [02/Jan/2012:05:35:05 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    D [02/Jan/2012:05:35:05 +0100] Creating missing directory "/var/run/cups"
    D [02/Jan/2012:05:35:05 +0100] Repairing ownership of "/var/run/cups"
    D [02/Jan/2012:05:35:05 +0100] Repairing access permissions of "/var/run/cups"
    D [02/Jan/2012:05:35:05 +0100] Creating missing directory "/var/run/cups/certs"
    D [02/Jan/2012:05:35:05 +0100] Repairing ownership of "/var/run/cups/certs"
    D [02/Jan/2012:05:35:05 +0100] Repairing access permissions of "/var/run/cups/certs"
    I [02/Jan/2012:05:35:05 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [02/Jan/2012:05:35:05 +0100] Configured for up to 100 clients.
    I [02/Jan/2012:05:35:05 +0100] Allowing up to 100 client connections per host.
    I [02/Jan/2012:05:35:05 +0100] Using policy "default" as the default.
    I [02/Jan/2012:05:35:05 +0100] Full reload is required.
    I [02/Jan/2012:05:35:06 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 35 types, 42 filters...
    I [02/Jan/2012:05:35:06 +0100] Loading job cache file "/var/cache/cups/job.cache"...
    I [02/Jan/2012:05:35:06 +0100] Full reload complete.
    D [02/Jan/2012:05:35:06 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
    I [02/Jan/2012:05:35:06 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
    D [02/Jan/2012:05:35:06 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
    I [02/Jan/2012:05:35:06 +0100] Cleaning out old files in "/var/cache/cups"...
    I [02/Jan/2012:05:35:06 +0100] Listening to [v1.::1]:631 on fd 8...
    I [02/Jan/2012:05:35:06 +0100] Listening to 127.0.0.1:631 on fd 9...
    I [02/Jan/2012:05:35:06 +0100] Listening to /var/run/cups/cups.sock:631 on fd 10...
    I [02/Jan/2012:05:35:06 +0100] Resuming new connection processing...
    D [02/Jan/2012:05:35:06 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [02/Jan/2012:05:35:06 +0100] Discarding unused server-started event...
    D [02/Jan/2012:05:35:07 +0100] Report: clients=0
    D [02/Jan/2012:05:35:07 +0100] Report: jobs=0
    D [02/Jan/2012:05:35:07 +0100] Report: jobs-active=0
    D [02/Jan/2012:05:35:07 +0100] Report: printers=0
    D [02/Jan/2012:05:35:07 +0100] Report: printers-implicit=0
    D [02/Jan/2012:05:35:07 +0100] Report: stringpool-string-count=289
    D [02/Jan/2012:05:35:07 +0100] Report: stringpool-alloc-bytes=4648
    D [02/Jan/2012:05:35:07 +0100] Report: stringpool-total-bytes=4792
    I [02/Jan/2012:05:56:24 +0100] Scheduler shutting down normally.
    D [02/Jan/2012:05:56:24 +0100] Discarding unused server-stopped event...
    I [02/Jan/2012:05:56:24 +0100] Saving job.cache...
    I [02/Jan/2012:17:22:51 +0100] Listening to [v1.::1]:631 (IPv6)
    I [02/Jan/2012:17:22:51 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [02/Jan/2012:17:22:51 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [02/Jan/2012:17:22:51 +0100] Remote access is disabled.
    D [02/Jan/2012:17:22:51 +0100] Added auto ServerAlias mamapc
    I [02/Jan/2012:17:22:51 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    D [02/Jan/2012:17:22:51 +0100] Creating missing directory "/var/run/cups"
    D [02/Jan/2012:17:22:51 +0100] Repairing ownership of "/var/run/cups"
    D [02/Jan/2012:17:22:51 +0100] Repairing access permissions of "/var/run/cups"
    D [02/Jan/2012:17:22:51 +0100] Creating missing directory "/var/run/cups/certs"
    D [02/Jan/2012:17:22:51 +0100] Repairing ownership of "/var/run/cups/certs"
    D [02/Jan/2012:17:22:51 +0100] Repairing access permissions of "/var/run/cups/certs"
    I [02/Jan/2012:17:22:51 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [02/Jan/2012:17:22:51 +0100] Configured for up to 100 clients.
    I [02/Jan/2012:17:22:51 +0100] Allowing up to 100 client connections per host.
    I [02/Jan/2012:17:22:51 +0100] Using policy "default" as the default.
    I [02/Jan/2012:17:22:51 +0100] Full reload is required.
    I [02/Jan/2012:17:22:52 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 35 types, 42 filters...
    I [02/Jan/2012:17:22:52 +0100] Loading job cache file "/var/cache/cups/job.cache"...
    I [02/Jan/2012:17:22:52 +0100] Full reload complete.
    D [02/Jan/2012:17:22:52 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
    I [02/Jan/2012:17:22:52 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
    D [02/Jan/2012:17:22:52 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
    I [02/Jan/2012:17:22:52 +0100] Cleaning out old files in "/var/cache/cups"...
    I [02/Jan/2012:17:22:52 +0100] Listening to [v1.::1]:631 on fd 8...
    I [02/Jan/2012:17:22:52 +0100] Listening to 127.0.0.1:631 on fd 9...
    I [02/Jan/2012:17:22:52 +0100] Listening to /var/run/cups/cups.sock:631 on fd 10...
    I [02/Jan/2012:17:22:52 +0100] Resuming new connection processing...
    D [02/Jan/2012:17:22:52 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [02/Jan/2012:17:22:52 +0100] Discarding unused server-started event...
    D [02/Jan/2012:17:22:53 +0100] Report: clients=0
    D [02/Jan/2012:17:22:53 +0100] Report: jobs=0
    D [02/Jan/2012:17:22:53 +0100] Report: jobs-active=0
    D [02/Jan/2012:17:22:53 +0100] Report: printers=0
    D [02/Jan/2012:17:22:53 +0100] Report: printers-implicit=0
    D [02/Jan/2012:17:22:53 +0100] Report: stringpool-string-count=289
    D [02/Jan/2012:17:22:53 +0100] Report: stringpool-alloc-bytes=4648
    D [02/Jan/2012:17:22:53 +0100] Report: stringpool-total-bytes=4792
    I [02/Jan/2012:18:15:27 +0100] Scheduler shutting down normally.
    D [02/Jan/2012:18:15:27 +0100] Discarding unused server-stopped event...
    I [02/Jan/2012:18:15:27 +0100] Saving job.cache...
    E [02/Jan/2012:18:40:40 +0100] cupsdAuthorize: pam_authenticate() returned 7 (Authentication failure)!
    E [02/Jan/2012:18:41:03 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:41:03 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:41:03 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:41:03 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:41:04 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:44:36 +0100] Returning HTTP Forbidden for CUPS-Delete-Printer (ipp://localhost/printers/Epson-Stylus-SX218) from localhost
    E [02/Jan/2012:18:46:25 +0100] Returning IPP client-error-document-format-not-supported for Print-Job (ipp://localhost:631/printers/Epson_Stylus_SX218) from localhost
    E [02/Jan/2012:18:54:25 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:54:25 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:54:25 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:54:26 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:56:58 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:58:04 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:58:04 +0100] Bad request line "%16%03%01" from localhost!
    W [02/Jan/2012:19:01:48 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:01:49 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:01:53 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:01:53 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    E [02/Jan/2012:19:02:06 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:02:11 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:02:11 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:02:11 +0100] Bad request line "%16%03%01" from localhost!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:02:57 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    W [02/Jan/2012:19:03:42 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:03:42 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:03:42 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:04:46 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    E [02/Jan/2012:19:05:17 +0100] Bad request line "%16%03%01" from localhost!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:06:12 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    E [02/Jan/2012:19:06:57 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:06:58 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:15:57 +0100] Avahi client failed, closing client to allow a clean restart
    W [02/Jan/2012:19:18:48 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:18:48 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:19:55 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    E [02/Jan/2012:19:20:30 +0100] Returning IPP client-error-document-format-not-supported for Print-Job (ipp://localhost:631/printers/Epson_Stylus_SX218) from localhost
    E [02/Jan/2012:19:24:03 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/Epson_Stylus_SX218) from localhost
    Please let me know if you should need other outputs, logfiles, etc. I appreciate any idea that could help me to get this damn thing to finally print something.
    Thank you very much!

    Hi Radhakrishnan,
    ORARRP doesn't actually do any printing itself. Via COM/Active-X, it calls the appropriate program that corresponds to the type of output, and then this program does the actual printing. For PDF, it calls Acrobat Reader to print the document. Acrobat Reader displays the printer dialog to let you choose which printer to use, and then when you click OK, Acrobat Reader prints the document and sends it to the printer.
    I expect that you'll find that when you use Acrobat Reader yourself on this machine it has exactly the same problems with this particular printer configuration. If so, you'll need to contact Adobe for further assistance.
    regards,
    Stewart

  • In SharePoinr 2013. Unsupported Reporting Services Functionality The feature: "Power View" is not supported in this edition of Reporting Services.

    Hi,
    I am getting the below error which click "Create Power View Report" option in "Power Pivot Gallery"
    Unsupported Reporting Services Functionality
    The feature: "Power View" is not supported in this edition of Reporting Services.
    I have uploaded "Power Pivot" excel file in "Power Pivot Gallery".
    It is frustrating like anything. Can anyone help on it.
    SharePoint 2013. SQL Server 2012. I have enable all the service applications success in CA.
    Thanks in Advance.
    Poomani Sankaran

    Hi,
    Please try to download the SP1 Edition of the rsSharePoint.msi
    file and install it. You have to install the SP1 edition of RS if you are using SP 2013.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/en-US/2d2ecfae-b524-43f3-bf93-0bddfe904b75/the-feature-power-view-is-not-supported-in-this-edition-of-reporting-services?forum=sharepointadmin
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Nesting of AGO or TODATE functions with differing level arguments is not supported

    I have a column in BMM which calculates the Year-To-Date Sales. This function uses the ToDate function to caculate the YTD.
    I need to develop another formula column which shows the last-year's YTD.
    I develop this formula in BMM by AGO on the YTD column which already uses a ToDate function.
    In BI Answers when selecting this column, results in the below message:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 22044] Nesting of AGO or TODATE functions with differing level arguments is not supported. (HY000)

    To reply to my own question. It appears I got it working, that is, the error message problem is solved, but I still have questions on how to use these functions.
    To get it to work, I added the primary key D_TIJD.TIJDKEY at the level of the lowest grain in my dimension (level tab).
    What I still wonder is how to make it select the right values. I have the following hierarchy: bookyear - bookperiod - week. A bookperiod contains 4 or 5 weeks (4,4,5 in a quarter), so 12 periods in one year. I defined a measure at period level and another at that level with the ago function, that should return the figures for that same period of the year before. My first question is, whether to go back 12 periods or 52 weeks (which is the lowest grain in my dimension)?
    The second question is how to use a combination of TODATE and AGO so that if I calculate the current period (of which only 2 weeks are passed), I also only want to include the same two weeks for that period one year ago in order to make a correct comparison. How do I do that???

  • Fatal error: Client does not support authentication protocol requested by server; consider upgrading MySQL client

    Fatal error: Client does not support authentication protocol
    requested by server; consider upgrading MySQL client in
    /homepages/28/d74942468/htdocs/cosmic/sites/onlinemove/Connections/db.php
    on line 9
    This is the error that comes up on the server where the site
    sits. The database is working on my local machine with the local
    settings, but wont connect due to the above.
    I think im using MySQL client 3.23 How do i upgrade?
    I found this on MySQL site:
    http://dev.mysql.com/doc/refman/5.0/en/old-client.html
    I'm not sure how to edit the connection string to make it
    accept the vaules.

    The_FedEx_Guy wrote:
    > Fatal error: Client does not support authentication
    protocol requested by
    > server; consider upgrading MySQL client in
    >
    /homepages/28/d74942468/htdocs/cosmic/sites/onlinemove/Connections/db.php
    on
    > line 9
    > I think im using MySQL client 3.23 How do i upgrade?
    The MySQL client that the error refers to isn't the version
    of MySQL,
    but the MySQL library bundled with PHP. It sounds as though
    your hosting
    company has upgraded to MySQL 4.1 or higher, but is still
    using PHP 4.
    > I'm not sure how to edit the connection string to make
    it accept the vaules.
    You can't. It's the way that the user account passwords are
    stored in
    MySQL. You need to get the hosting company to upgrade to PHP
    5 or to
    reset the passwords in MySQL using the OLD_PASSWORD()
    function. This
    needs to be done by someone with top-level administrative
    privileges on
    the database.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Error CSS Value not supported.

    I'm trying to use a css file but the compiler keeps shouting
    about these errors:
    "CSS Value for 'color' not supported."
    regarding this line in the .css:
    .processParamMandatory {
    color: inherit;
    and "CSS Value for 'font-size' not supported."
    regarding this line
    .creativeBottom {
    font-size: 75%;
    Any ideas?
    Thanks.

    "nikos101" <[email protected]> wrote in
    message
    news:g8126i$i9$[email protected]..
    > Canvas
    > {
    > backgroundColor: #F0F4FF;
    > cornerRadius: 20;
    > background-alpha:0.4
    > }
    I would think it would work better if you used
    backgroundAlpha. I know the
    context-sensitive help gives you background-alpha, but I
    don't think that's
    valid.
    HTH;
    Amy

Maybe you are looking for