TAO 2.0 Problem

Hi
We have installed TAO 2.0.4.1 and are unable to get TAO connected to Quality Center.  From the same machine we are able to log into Quality Center outside of TAO when trying to connect to QC we get an Error connectiong to Quality Center message.
The license and SAP are connected.  Does anyone have an idea of a step we may have missed?

There is is another peculiar thing which I noticed regarding QC connectivity to SAP TAO. Sometimes the QC admins set the QC ids with no passwords required. You enter only the user name and click on "Authenticate" and you are through.
In such a scenario, SAP TAO finds itself unable to connect to Quality center with only the username  entered in the "Connect" module.
So if you have such a scenario, first create a password for yourself for logging into QC.
If the problem still persists, follow the below steps:-
Downloading SAP Quality Center Open Test Architecture API File:-
You perform the steps below when using SAP Quality Center open test architecture (OTA) API. These steps are useful if you use different versions of SAP Quality Center, and each version has a different SAP Quality Center OTA API version.
To make the environment work properly:
1. Close all Microsoft Internet Explorer browser windows, because SAP Quality Center OTA API is attached to a Microsoft Internet Explorer session.
2. Close QuickTest Professional, SAP Test Acceleration and Optimization, and all SAP Quality Center connections from this computer.
3. Connect to the SAP Quality Center server that SAP Test Acceleration and Optimization will be interacting with, as follows.
        a. Launch the Microsoft Internet Explorer.
        b. In the address bar, enter the path of the SAP Quality Center server.
        c. Choose Enter.
This will download the SAP Quality Center OTA API file from SAP Quality Center server, to your workstation, and enable SAP Test Acceleration and Optimization to use that version of SAP Quality Center.
Hope this will resolve your issue

Similar Messages

  • SAP TAO 2.03 - problems with playing scripts

    Hi
    We are using QC 10, QTP 10 and SAP TAO 2.03
    While recording scripts TAO catches up all parameters that were used during the PFA recording, but when we try to play the script we face problems with Test Data. Although all data is set up in the Data TAble, and tehre is full logic in the script we can't execute the test - what I mean by that - everything starts and clicks but in steps that require providing with test data ERP is not populated by the test data (it looks like field were we should write data is not recognised).
    What could be the reason for such a situation ?
    Has anyone faced similar situation?
    Hope to get some help from you experts
    Best regards

    Can you check your log file and see what type of errors are  you are getting?
    As for as i know there are some limitations with PFA, you can not record with F4 option or combo boxes etc..
    If you are recording using PFA with F4 option,  you will get session manager error of if u r using combo boxes, data will not select properly. while its recording it will take but when  you reply some times it won't.
    if some of the components are not working , then you need to remove those and add existing components.
    Let me know how it goes.

  • Problem With httpd.conf and mod_rewrite rules Apache 2.2

    I have some RewriteRules that are working on my Leopard Client Apache 2.2 machine - but when I try to implement them on Leopard Server Apache 2.2, they don't work. I don't get any errors, they just won't execute.
    Could somebody with Leopard Server help me out using the below info?
    Here are the rules I am trying to add: (below is the httpd.conf file)
    ======RULES========
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    # Remove ".php"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]
    # Remove ".asp"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]
    # Remove ".aspx"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]
    # Remove ".htm" and ".html"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]
    # Remove ".cfm"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]
    # Remove ".bak"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]
    # Remove ".inc"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]
    # Remove ".*"
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]
    =====RULES============
    =========HTTPD.CONF=============
    #### Default httpd.conf for Mac OS X Server, Apache 2.2
    #### This httpd.conf differs from the httpd.conf distributed
    #### with Apache and the httpd.conf present on Mac OS X.
    #### Feel free to edit this; the Server Admin app also edits this file but will
    #### respect your changes unless noted below. See also ReadMe.txt.
    ## ServerRoot: The top of the directory tree under which the server's
    ## configuration, error, and log files are kept.
    ## NOTE! If you intend to place this on an NFS (or otherwise network)
    ## mounted filesystem then please read the LockFile documentation
    ## (available at <URL:<a class="jive-link-external-small" href="http://">http://www.apache.org/docs/mod/core.html#lockfile>);
    ## you will save yourself a lot of trouble.
    ## Do NOT add a slash at the end of the directory path.
    ServerRoot "/usr"
    ## PidFile: The file in which the server should record its process
    ## identification number when it starts.
    PidFile /var/run/httpd.pid
    ## ScoreBoardFile: File used to store internal server process information.
    ## Not all architectures require this. But if yours does (you'll know because
    ## this file will be created when you run Apache) then you must ensure that
    ## no two invocations of Apache share the same scoreboard file.
    #ScoreBoardFile "/var/run/apache2runtimestatus"
    ## Server-pool size regulation. Rather than making you guess how many
    ## server processes you need, Apache dynamically adapts to the load it
    ## sees --- that is, it tries to maintain enough server processes to
    ## handle the current load, plus a few spare servers to handle transient
    ## load spikes (e.g., multiple simultaneous requests from a single
    ## Netscape browser).
    ## It does this by periodically checking how many servers are waiting
    ## for a request. If there are fewer than MinSpareServers, it creates
    ## a new spare. If there are more than MaxSpareServers, some of the
    ## spares die off. The default values are probably OK for most sites.
    MinSpareServers 1
    MaxSpareServers 1
    ## Number of servers to start initially --- should be a reasonable ballpark
    ## figure.
    StartServers 1
    ## MaxRequestsPerChild: the number of requests each child process is
    ## allowed to process before the child dies. The child will exit so
    ## as to avoid problems after prolonged use when Apache (and maybe the
    ## libraries it uses) leak memory or other resources. On most systems, this
    ## isn't really needed, but a few (such as Solaris) do have notable leaks
    ## in the libraries. For these platforms, set to something like 10000
    ## or so; a setting of 0 means unlimited.
    ## NOTE: This value does not include keepalive requests after the initial
    ## request per connection. For example, if a child process handles
    ## an initial request and 10 subsequent "keptalive" requests, it
    ## would only count as 1 request towards this limit.
    MaxRequestsPerChild 100000
    ## Dynamic Shared Object (DSO) Support
    ## To be able to use the functionality of a module which was built as a DSO you
    ## have to place corresponding `LoadModule' lines at this location so the
    ## directives contained in it are actually available before they are used.
    ## Please read the file http://httpd.apache.org/docs/dso.html for more
    ## details about the DSO mechanism and run `httpd -l' for the list of already
    ## built-in (statically linked and thus always available) modules in your httpd
    ## binary.
    ## Note: The order in which modules are loaded is important. Don't change
    ## the order below without expert advice.
    ## Example:
    ## LoadModule foo_module libexec/mod_foo.so
    #### For Mac OS X Server: Note that the Server Admin application
    #### and the apxs utility enable and disable modules
    #### by removing and adding a comment character.
    LoadModule authnfilemodule libexec/apache2/modauthnfile.so
    #LoadModule authndbmmodule libexec/apache2/modauthndbm.so
    #LoadModule authnanonmodule libexec/apache2/modauthnanon.so
    #LoadModule authndbdmodule libexec/apache2/modauthndbd.so
    #LoadModule authndefaultmodule libexec/apache2/modauthndefault.so
    LoadModule authzhostmodule libexec/apache2/modauthzhost.so
    #LoadModule authzgroupfilemodule libexec/apache2/modauthzgroupfile.so
    #LoadModule authzusermodule libexec/apache2/modauthzuser.so
    #LoadModule authzdbmmodule libexec/apache2/modauthzdbm.so
    #LoadModule authzownermodule libexec/apache2/modauthzowner.so
    #LoadModule authzdefaultmodule libexec/apache2/modauthzdefault.so
    #LoadModule authbasicmodule libexec/apache2/modauthbasic.so
    #LoadModule authdigest_applemodule libexec/apache2/modauth_digestapple.so
    LoadModule cache_module libexec/apache2/mod_cache.so
    LoadModule memcachemodule libexec/apache2/modmemcache.so
    LoadModule diskcachemodule libexec/apache2/moddiskcache.so
    #LoadModule dbd_module libexec/apache2/mod_dbd.so
    LoadModule dumpio_module libexec/apache2/mod_dumpio.so
    LoadModule extfiltermodule libexec/apache2/modextfilter.so
    LoadModule include_module libexec/apache2/mod_include.so
    LoadModule filter_module libexec/apache2/mod_filter.so
    LoadModule deflate_module libexec/apache2/mod_deflate.so
    LoadModule logconfigmodule libexec/apache2/modlogconfig.so
    LoadModule logio_module libexec/apache2/mod_logio.so
    LoadModule env_module libexec/apache2/mod_env.so
    LoadModule expires_module libexec/apache2/mod_expires.so
    LoadModule headers_module libexec/apache2/mod_headers.so
    LoadModule ident_module libexec/apache2/mod_ident.so
    LoadModule setenvif_module libexec/apache2/mod_setenvif.so
    LoadModule proxy_module libexec/apache2/mod_proxy.so
    #LoadModule proxyconnectmodule libexec/apache2/modproxyconnect.so
    #LoadModule proxyftpmodule libexec/apache2/modproxyftp.so
    LoadModule proxyhttpmodule libexec/apache2/modproxyhttp.so
    #LoadModule proxyajpmodule libexec/apache2/modproxyajp.so
    LoadModule proxybalancermodule libexec/apache2/modproxybalancer.so
    LoadModule ssl_module libexec/apache2/mod_ssl.so
    LoadModule mime_module libexec/apache2/mod_mime.so
    #LoadModule mimemagicmodule libexec/apache2/modmimemagic.so
    #LoadModule dav_module libexec/apache2/mod_dav.so
    LoadModule status_module libexec/apache2/mod_status.so
    LoadModule autoindex_module libexec/apache2/mod_autoindex.so
    LoadModule asis_module libexec/apache2/mod_asis.so
    LoadModule info_module libexec/apache2/mod_info.so
    LoadModule cgi_module libexec/apache2/mod_cgi.so
    #LoadModule davfsmodule libexec/apache2/moddavfs.so
    LoadModule vhostaliasmodule libexec/apache2/modvhostalias.so
    LoadModule negotiation_module libexec/apache2/mod_negotiation.so
    LoadModule dir_module libexec/apache2/mod_dir.so
    LoadModule imagemap_module libexec/apache2/mod_imagemap.so
    LoadModule actions_module libexec/apache2/mod_actions.so
    LoadModule speling_module libexec/apache2/mod_speling.so
    LoadModule userdir_module libexec/apache2/mod_userdir.so
    LoadModule alias_module libexec/apache2/mod_alias.so
    LoadModule rewrite_module libexec/apache2/mod_rewrite.so
    #LoadModule php5_module libexec/apache2/libphp5.so
    #LoadModule encoding_module libexec/apache2/mod_encoding.so
    #LoadModule jk_module libexec/apache2/mod_jk.so
    #LoadModule applespotlightmodule libexec/apache2/modspotlightapple.so
    #LoadModule bonjour_module libexec/apache2/mod_bonjour.so
    LoadModule appleauthmodule libexec/apache2/modauthapple.so
    LoadModule spnegoauthmodule libexec/apache2/modspnegoapple.so
    LoadModule appledigestmodule libexec/apache2/moddigestapple.so
    LoadModule hfsapplemodule libexec/apache2/modhfsapple.so
    #LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so
    #LoadModule scgipubsubmodule libexec/apache2/modscgipubsub.so
    #LoadModule davsvnmodule libexec/apache2/moddavsvn.so
    #LoadModule authzsvnmodule libexec/apache2/modauthzsvn.so
    ## If you wish httpd to run as a different user or group, you must run
    ## httpd as root initially and it will switch.
    ## User/Group: The name (or #number) of the user/group to run httpd as.
    ## It is usually good practice to create a dedicated user and group for
    ## running httpd, as with most system services.
    User www
    Group www
    ## Each directory to which Apache has access, can be configured with respect
    ## to which services and features are allowed and/or disabled in that
    ## directory (and its subdirectories).
    ## First, we configure the "default" to be a very restrictive set of
    ## features.
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    </Directory>
    ## UserDir: The name of the directory which is appended onto a user's home
    ## directory if a ~user request is received.
    #### For Mac OS X Server: Note that
    #### personal websharing is not supported on Mac OS X Server.
    <IfModule mod_userdir.c>
    UserDir Sites
    </IfModule>
    ## AccessFileName: The name of the file to look for in each directory
    ## for access control information.
    AccessFileName .htaccess
    ## The following lines prevent .htaccess files from being viewed by
    ## Web clients.
    #### For Mac OS X Server: Note the case-insensitive pattern, which protects
    #### .htaccess fils on HFS volumes.
    #### (Note: Denying .DS_S* may interfere with Finder WebDAV operation)
    <Files ~ "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
    Order allow,deny
    Deny from all
    Satisfy All
    </Files>
    #### Block attempts to circumvent access controls by requesting forks.
    <Files "rsrc">
    Order allow,deny
    Deny from all
    Satisfy All
    </Files>
    <DirectoryMatch ".*\.\.namedfork">
    Order allow,deny
    Deny from all
    Satisfy All
    </DirectoryMatch>
    ## DefaultType is the default MIME type the server will use for a document
    ## if it cannot otherwise determine one, such as from filename extensions.
    ## If your server contains mostly text or HTML documents, "text/plain" is
    ## a good value. If most of your content is binary, such as applications
    ## or images, you may want to use "application/octet-stream" instead to
    ## keep browsers from trying to display binary files as though they are
    ## text.
    DefaultType text/plain
    <IfModule mod_mime.c>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig /dev/null
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddOutputFilter INCLUDES .shtml
    ## Although mod_mime may support several extensions following a single
    ## mime type (ex: "AddType video/quicktime qt mov"), the parser used
    ## by the Server Admin application expects only one extension per line.
    AddHandler send-as-is asis
    AddHandler cgi-script cgi
    AddHandler fastcgi-script fcgi
    AddHandler imap-file map
    AddHandler server-parsed shtml
    AddHandler type-map var
    AddHandler spotlight-search spotlight
    AddType application/andrew-inset ez
    AddType application/atom+xml atom
    AddType application/atomcat+xml atomcat
    AddType application/atomsvc+xml atomsvc
    AddType application/ccxml+xml ccxml
    AddType application/davmount+xml davmount
    AddType application/ecmascript ecma
    AddType application/font-tdpfr pfr
    AddType application/hyperstudio stk
    AddType application/javascript js
    AddType application/json json
    AddType application/mac-binhex40 hqx
    AddType application/mac-compactpro cpt
    AddType application/marc mrc
    AddType application/mathematica ma
    AddType application/mathematica mb
    AddType application/mathematica nb
    AddType application/mathml+xml mathml
    AddType application/mbox mbox
    AddType application/mediaservercontrol+xml mscml
    AddType application/mp4 mp4s
    AddType application/msword doc
    AddType application/msword dot
    AddType application/mxf mxf
    AddType application/octet-stream bin
    AddType application/octet-stream bpk
    AddType application/octet-stream class
    AddType application/octet-stream dist
    AddType application/octet-stream distz
    AddType application/octet-stream dmg
    AddType application/octet-stream dms
    AddType application/octet-stream dump
    AddType application/octet-stream elc
    AddType application/octet-stream iso
    AddType application/octet-stream lha
    AddType application/octet-stream lzh
    AddType application/octet-stream scpt
    AddType application/octet-stream so
    AddType application/oda oda
    AddType application/ogg ogg
    AddType application/pdf pdf
    AddType application/pgp-encrypted pgp
    AddType application/pgp-signature asc
    AddType application/pgp-signature sig
    AddType application/pics-rules prf
    AddType application/pkcs10 p10
    AddType application/pkcs7-mime p7c
    AddType application/pkcs7-mime p7m
    AddType application/pkcs7-signature p7s
    AddType application/pkix-cert cer
    AddType application/pkix-crl crl
    AddType application/pkix-pkipath pkipath
    AddType application/pkixcmp pki
    AddType application/pls+xml pls
    AddType application/postscript ai
    AddType application/postscript eps
    AddType application/postscript ps
    AddType application/prs.cww cww
    AddType application/rdf+xml rdf
    AddType application/reginfo+xml rif
    AddType application/relax-ng-compact-syntax rnc
    AddType application/resource-lists+xml rl
    AddType application/rls-services+xml rs
    AddType application/rsd+xml rsd
    AddType application/rss+xml rss
    AddType application/rtf rtf
    AddType application/sbml+xml sbml
    AddType application/sdp sdp
    AddType application/set-payment-initiation setpay
    AddType application/set-registration-initiation setreg
    AddType application/shf+xml shf
    AddType application/smil+xml smi
    AddType application/smil+xml smil
    AddType application/srgs gram
    AddType application/srgs+xml grxml
    AddType application/ssml+xml ssml
    AddType application/vnd.3gpp.pic-bw-large plb
    AddType application/vnd.3gpp.pic-bw-small psb
    AddType application/vnd.3gpp.pic-bw-var pvb
    AddType application/vnd.3m.post-it-notes pwn
    AddType application/vnd.accpac.simply.aso aso
    AddType application/vnd.accpac.simply.imp imp
    AddType application/vnd.acucobol acu
    AddType application/vnd.acucorp acutc
    AddType application/vnd.acucorp atc
    AddType application/vnd.adobe.xdp+xml xdp
    AddType application/vnd.adobe.xfdf xfdf
    AddType application/vnd.amiga.ami ami
    AddType application/vnd.anser-web-certificate-issue-initiation cii
    AddType application/vnd.anser-web-funds-transfer-initiation fti
    AddType application/vnd.antix.game-component atx
    AddType application/vnd.apple.installer+xml mpkg
    AddType application/vnd.apple.installer+xml pkg
    AddType application/vnd.audiograph aep
    AddType application/vnd.blueice.multipass mpm
    AddType application/vnd.bmi bmi
    AddType application/vnd.businessobjects rep
    AddType application/vnd.chemdraw+xml cdxml
    AddType application/vnd.chipnuts.karaoke-mmd mmd
    AddType application/vnd.cinderella cdy
    AddType application/vnd.claymore cla
    AddType application/vnd.clonk.c4group c4d
    AddType application/vnd.clonk.c4group c4f
    AddType application/vnd.clonk.c4group c4g
    AddType application/vnd.clonk.c4group c4p
    AddType application/vnd.clonk.c4group c4u
    AddType application/vnd.commonspace csp
    AddType application/vnd.commonspace cst
    AddType application/vnd.contact.cmsg cdbcmsg
    AddType application/vnd.cosmocaller cmc
    AddType application/vnd.crick.clicker clkx
    AddType application/vnd.crick.clicker.keyboard clkk
    AddType application/vnd.crick.clicker.palette clkp
    AddType application/vnd.crick.clicker.template clkt
    AddType application/vnd.crick.clicker.wordbank clkw
    AddType application/vnd.criticaltools.wbs+xml wbs
    AddType application/vnd.ctc-posml pml
    AddType application/vnd.cups-ppd ppd
    AddType application/vnd.curl curl
    AddType application/vnd.data-vision.rdz rdz
    AddType application/vnd.denovo.fcselayout-link fe_launch
    AddType application/vnd.dna dna
    AddType application/vnd.dolby.mlp mlp
    AddType application/vnd.dpgraph dpg
    AddType application/vnd.dreamfactory dfac
    AddType application/vnd.ecowin.chart mag
    AddType application/vnd.enliven nml
    AddType application/vnd.epson.esf esf
    AddType application/vnd.epson.msf msf
    AddType application/vnd.epson.quickanime qam
    AddType application/vnd.epson.salt slt
    AddType application/vnd.epson.ssf ssf
    AddType application/vnd.eszigno3+xml es3 et3
    AddType application/vnd.ezpix-album ez2
    AddType application/vnd.ezpix-package ez3
    AddType application/vnd.fdf fdf
    AddType application/vnd.flographit gph
    AddType application/vnd.fluxtime.clip ftc
    AddType application/vnd.framemaker fm
    AddType application/vnd.framemaker frame
    AddType application/vnd.framemaker maker
    AddType application/vnd.frogans.fnc fnc
    AddType application/vnd.frogans.ltf ltf
    AddType application/vnd.fsc.weblaunch fsc
    AddType application/vnd.fujitsu.oasys oas
    AddType application/vnd.fujitsu.oasys2 oa2
    AddType application/vnd.fujitsu.oasys3 oa3
    AddType application/vnd.fujitsu.oasysgp fg5
    AddType application/vnd.fujitsu.oasysprs bh2
    AddType application/vnd.fujixerox.ddd ddd
    AddType application/vnd.fujixerox.docuworks xdw
    AddType application/vnd.fujixerox.docuworks.binder xbd
    AddType application/vnd.fuzzysheet fzs
    AddType application/vnd.genomatix.tuxedo txd
    AddType application/vnd.google-earth.kml+xml kml
    AddType application/vnd.google-earth.kmz kmz
    AddType application/vnd.grafeq gqf
    AddType application/vnd.grafeq gqs
    AddType application/vnd.groove-account gac
    AddType application/vnd.groove-help ghf
    AddType application/vnd.groove-identity-message gim
    AddType application/vnd.groove-injector grv
    AddType application/vnd.groove-tool-message gtm
    AddType application/vnd.groove-tool-template tpl
    AddType application/vnd.groove-vcard vcg
    AddType application/vnd.handheld-entertainment+xml zmm
    AddType application/vnd.hbci hbci
    AddType application/vnd.hhe.lesson-player les
    AddType application/vnd.hp-hpgl hpgl
    AddType application/vnd.hp-hpid hpid
    AddType application/vnd.hp-hps hps
    AddType application/vnd.hp-jlyt jlt
    AddType application/vnd.hp-pcl pcl
    AddType application/vnd.hp-pclxl pclxl
    AddType application/vnd.hzn-3d-crossword x3d
    AddType application/vnd.ibm.minipay mpy
    AddType application/vnd.ibm.modcap afp
    AddType application/vnd.ibm.modcap list3820
    AddType application/vnd.ibm.modcap listafp
    AddType application/vnd.ibm.rights-management irm
    AddType application/vnd.ibm.secure-container sc
    AddType application/vnd.igloader igl
    AddType application/vnd.immervision-ivp ivp
    AddType application/vnd.immervision-ivu ivu
    AddType application/vnd.intercon.formnet xpw
    AddType application/vnd.intercon.formnet xpx
    AddType application/vnd.intu.qbo qbo
    AddType application/vnd.intu.qfx qfx
    AddType application/vnd.ipunplugged.rcprofile rcprofile
    AddType application/vnd.irepository.package+xml irp
    AddType application/vnd.is-xpr xpr
    AddType application/vnd.jam jam
    AddType application/vnd.jcp.javame.midlet-rms rms
    AddType application/vnd.jisp jisp
    AddType application/vnd.kahootz ktr
    AddType application/vnd.kahootz ktz
    AddType application/vnd.kde.karbon karbon
    AddType application/vnd.kde.kchart chrt
    AddType application/vnd.kde.kformula kfo
    AddType application/vnd.kde.kivio flw
    AddType application/vnd.kde.kontour kon
    AddType application/vnd.kde.kpresenter kpr
    AddType application/vnd.kde.kpresenter kpt
    AddType application/vnd.kde.kspread ksp
    AddType application/vnd.kde.kword kwd
    AddType application/vnd.kde.kword kwt
    AddType application/vnd.kenameaapp htke
    AddType application/vnd.kidspiration kia
    AddType application/vnd.kinar kne
    AddType application/vnd.kinar knp
    AddType application/vnd.koan skd
    AddType application/vnd.koan skm
    AddType application/vnd.koan skp
    AddType application/vnd.koan skt
    AddType application/vnd.llamagraphics.life-balance.desktop lbd
    AddType application/vnd.llamagraphics.life-balance.exchange+xml lbe
    AddType application/vnd.lotus-1-2-3 123
    AddType application/vnd.lotus-approach apr
    AddType application/vnd.lotus-freelance pre
    AddType application/vnd.lotus-notes nsf
    AddType application/vnd.lotus-organizer org
    AddType application/vnd.lotus-screencam scm
    AddType application/vnd.lotus-wordpro lwp
    AddType application/vnd.macports.portpkg portpkg
    AddType application/vnd.mcd mcd
    AddType application/vnd.medcalcdata mc1
    AddType application/vnd.mediastation.cdkey cdkey
    AddType application/vnd.mfer mwf
    AddType application/vnd.mfmp mfm
    AddType application/vnd.micrografx.flo flo
    AddType application/vnd.micrografx.igx igx
    AddType application/vnd.mif mif
    AddType application/vnd.mobius.daf daf
    AddType application/vnd.mobius.dis dis
    AddType application/vnd.mobius.mbk mbk
    AddType application/vnd.mobius.mqy mqy
    AddType application/vnd.mobius.msl msl
    AddType application/vnd.mobius.plc plc
    AddType application/vnd.mobius.txf txf
    AddType application/vnd.mophun.application mpn
    AddType application/vnd.mophun.certificate mpc
    AddType application/vnd.mozilla.xul+xml xul
    AddType application/vnd.ms-artgalry cil
    AddType application/vnd.ms-asf asf
    AddType application/vnd.ms-cab-compressed cab
    AddType application/vnd.ms-excel xla
    AddType application/vnd.ms-excel xlc
    AddType application/vnd.ms-excel xlm
    AddType application/vnd.ms-excel xls
    AddType application/vnd.ms-excel xlt
    AddType application/vnd.ms-excel xlw
    AddType application/vnd.ms-fontobject eot
    AddType application/vnd.ms-htmlhelp chm
    AddType application/vnd.ms-ims ims
    AddType application/vnd.ms-lrm lrm
    AddType application/vnd.ms-powerpoint pot
    AddType application/vnd.ms-powerpoint pps
    AddType application/vnd.ms-powerpoint ppt
    AddType application/vnd.ms-project mpp
    AddType application/vnd.ms-project mpt
    AddType application/vnd.ms-works wcm
    AddType application/vnd.ms-works wdb
    AddType application/vnd.ms-works wks
    AddType application/vnd.ms-works wps
    AddType application/vnd.ms-wpl wpl
    AddType application/vnd.ms-xpsdocument xps
    AddType application/vnd.mseq mseq
    AddType application/vnd.musician mus
    AddType application/vnd.neurolanguage.nlu nlu
    AddType application/vnd.noblenet-directory nnd
    AddType application/vnd.noblenet-sealer nns
    AddType application/vnd.noblenet-web nnw
    AddType application/vnd.nokia.n-gage.data ngdat
    AddType application/vnd.nokia.n-gage.symbian.install n-gage
    AddType application/vnd.nokia.radio-preset rpst
    AddType application/vnd.nokia.radio-presets rpss
    AddType application/vnd.novadigm.edm edm
    AddType application/vnd.novadigm.edx edx
    AddType application/vnd.novadigm.ext ext
    AddType application/vnd.oasis.opendocument.chart odc
    AddType application/vnd.oasis.opendocument.chart-template otc
    AddType application/vnd.oasis.opendocument.formula odf
    AddType application/vnd.oasis.opendocument.formula-template otf
    AddType application/vnd.oasis.opendocument.graphics odg
    AddType application/vnd.oasis.opendocument.graphics-template otg
    AddType application/vnd.oasis.opendocument.image odi
    AddType application/vnd.oasis.opendocument.image-template oti
    AddType application/vnd.oasis.opendocument.presentation odp
    AddType application/vnd.oasis.opendocument.presentation-template otp
    AddType application/vnd.oasis.opendocument.spreadsheet ods
    AddType application/vnd.oasis.opendocument.spreadsheet-template ots
    AddType application/vnd.oasis.opendocument.text odt
    AddType application/vnd.oasis.opendocument.text-master otm
    AddType application/vnd.oasis.opendocument.text-template ott
    AddType application/vnd.oasis.opendocument.text-web oth
    AddType application/vnd.olpc-sugar xo
    AddType application/vnd.oma.dd2+xml dd2
    AddType application/vnd.openofficeorg.extension oxt
    AddType application/vnd.osgi.dp dp
    AddType application/vnd.palm oprc
    AddType application/vnd.palm pdb
    AddType application/vnd.palm pqa
    AddType application/vnd.palm prc
    AddType application/vnd.pg.format str
    AddType application/vnd.pg.osasli ei6
    AddType application/vnd.picsel efif
    AddType application/vnd.pocketlearn plf
    AddType application/vnd.powerbuilder6 pbd
    AddType application/vnd.previewsystems.box box
    AddType application/vnd.proteus.magazine mgz
    AddType application/vnd.publishare-delta-tree qps
    AddType application/vnd.pvi.ptid1 ptid
    AddType application/vnd.quark.quarkxpress qwd
    AddType application/vnd.quark.quarkxpress qwt
    AddType application/vnd.quark.quarkxpress qxb
    AddType application/vnd.quark.quarkxpress qxd
    AddType application/vnd.quark.quarkxpress qxl
    AddType application/vnd.quark.quarkxpress qxt
    AddType application/vnd.recordare.musicxml mxl
    # AddType application/vnd.rn-realmedia rm
    AddType application/vnd.seemail see
    AddType application/vnd.sema sema
    AddType application/vnd.semd semd
    AddType application/vnd.semf semf
    AddType application/vnd.shana.informed.formdata ifm
    AddType application/vnd.shana.informed.formtemplate itp
    AddType application/vnd.shana.informed.interchange iif
    AddType application/vnd.shana.informed.package ipk
    AddType application/vnd.simtech-mindmapper twd
    AddType application/vnd.simtech-mindmapper twds
    AddType application/vnd.smaf mmf
    AddType application/vnd.solent.sdkm+xml sdkd
    AddType application/vnd.solent.sdkm+xml sdkm
    AddType application/vnd.spotfire.dxp dxp
    AddType application/vnd.spotfire.sfs sfs
    AddType application/vnd.sus-calendar sus
    AddType application/vnd.sus-calendar susp
    AddType application/vnd.svd svd
    AddType application/vnd.syncml+xml xsm
    AddType application/vnd.syncml.dm+wbxml bdm
    AddType application/vnd.syncml.dm+xml xdm
    AddType application/vnd.tao.intent-module-archive tao
    AddType application/vnd.tmobile-livetv tmo
    AddType application/vnd.trid.tpt tpt
    AddType application/vnd.triscape.mxs mxs
    AddType application/vnd.trueapp tra
    AddType application/vnd.ufdl ufd
    AddType application/vnd.ufdl ufdl
    AddType application/vnd.uiq.theme utz
    AddType application/vnd.umajin umj
    AddType application/vnd.unity unityweb
    AddType application/vnd.uoml+xml uoml
    AddType application/vnd.vcx vcx
    AddType application/vnd.visio vsd
    AddType application/vnd.visio vss
    AddType application/vnd.visio vst
    AddType application/vnd.visio vsw
    AddType application/vnd.visionary vis
    AddType application/vnd.vsf vsf
    AddType application/vnd.wap.wbxml wbxml
    AddType application/vnd.wap.wmlc wmlc
    AddType application/vnd.wap.wmlscriptc wmlsc
    AddType application/vnd.webturbo wtb
    AddType application/vnd.wordperfect wpd
    AddType application/vnd.wqd wqd
    AddType application/vnd.wt.stf stf
    AddType application/vnd.xara xar
    AddType application/vnd.xfdl xfdl
    AddType application/vnd.yamaha.hv-dic hvd
    AddType application/vnd.yamaha.hv-script hvs
    AddType application/vnd.yamaha.hv-voice hvp
    AddType application/vnd.yamaha.smaf-audio saf
    AddType application/vnd.yamaha.smaf-phrase spf
    AddType application/vnd.yellowriver-custom-menu cmp
    AddType application/vnd.zzazz.deck+xml zaz
    AddType application/voicexml+xml vxml
    AddType application/winhlp hlp
    AddType application/wsdl+xml wsdl
    AddType application/wspolicy+xml wspolicy
    AddType application/x-ace-compressed ace
    AddType application/x-bcpio bcpio
    AddType application/x-bittorrent torrent
    AddType application/x-bzip bz
    AddType application/x-bzip2 boz
    AddType application/x-bzip2 bz2
    AddType application/x-cdlink vcd
    AddType application/x-chat chat
    AddType application/x-chess-pgn pgn
    AddType application/x-cpio cpio
    AddType application/x-csh csh
    AddType application/x-director dcr
    AddType application/x-director dir
    AddType application/x-director dxr
    AddType application/x-director fgd
    AddType application/x-dvi dvi
    AddType application/x-futuresplash spl
    AddType application/x-gtar gtar
    AddType application/x-hdf hdf
    AddType application/x-httpd-php php
    AddType application/x-httpd-php-source phps
    AddType application/x-httpd-php3 php3
    AddType application/x-java-jnlp-file jnlp
    AddType application/x-latex latex
    AddType application/x-ms-wmd wmd
    AddType application/x-ms-wmz wmz
    AddType application/x-msaccess mdb
    AddType application/x-msbinder obd
    AddType application/x-mscardfile crd
    AddType application/x-msclip clp
    AddType application/x-msdownload bat
    AddType application/x-msdownload com
    AddType application/x-msdownload dll
    AddType application/x-msdownload exe
    AddType application/x-msdownload msi
    AddType application/x-msmediaview m13
    AddType application/x-msmediaview m14
    AddType application/x-msmediaview mvb
    AddType application/x-msmetafile wmf
    AddType application/x-msmoney mny
    AddType application/x-mspublisher pub
    AddType application/x-msschedule scd
    AddType application/x-msterminal trm
    AddType application/x-mswrite wri
    AddType application/x-netcdf cdf
    AddType application/x-netcdf nc
    AddType application/x-pkcs12 p12
    AddType application/x-pkcs12 pfx
    AddType application/x-pkcs7-certificates p7b
    AddType application/x-pkcs7-certificates spc
    AddType application/x-pkcs7-certreqresp p7r
    AddType application/x-quicktimeplayer qtl
    AddType application/x-rar-compressed rar
    AddType application/x-sh sh
    AddType application/x-shar shar
    AddType application/x-shockwave-flash swf
    AddType application/x-stuffit sit
    AddType application/x-stuffitx sitx
    AddType application/x-sv4cpio sv4cpio
    AddType application/x-sv4crc sv4crc
    AddType application/x-tar tar
    AddType application/x-tar tgz
    AddType application/x-tcl tcl
    AddType application/x-tex tex
    AddType application/x-texinfo texi
    AddType application/x-texinfo texinfo
    AddType application/x-ustar ustar
    AddType application/x-wais-source src
    AddType application/x-x509-ca-cert crt
    AddType application/x-x509-ca-cert der
    AddType application/xenc+xml xenc
    AddType application/xhtml+xml xht
    AddType application/xhtml+xml xhtm
    AddType application/xhtml+xml xhtml
    AddType application/xml xml
    AddType application/xml xsl
    AddType application/xml-dtd dtd
    AddType application/xop+xml xop
    AddType application/xslt+xml xslt
    AddType application/xspf+xml xspf
    AddType application/xv+xml mxml
    AddType application/xv+xml xhvml
    AddType application/xv+xml xvm
    AddType application/xv+xml xvml
    AddType application/zip zip
    AddType audio/basic au
    AddType audio/basic snd
    AddType audio/midi kar
    AddType audio/midi mid
    AddType audio/midi midi
    AddType audio/midi rmi
    AddType audio/mp4 mp4a
    AddType audio/mp4a-latm m4a
    AddType audio/mp4a-latm m4p
    AddType audio/mpeg m2a
    AddType audio/mpeg m3a
    AddType audio/mpeg mp2
    AddType audio/mpeg mp2a
    AddType audio/mpeg mp3
    AddType audio/mpeg mpga
    AddType audio/vnd.digital-winds eol
    AddType audio/vnd.lucent.voice lvp
    AddType audio/vnd.nuera.ecelp4800 ecelp4800
    AddType audio/vnd.nuera.ecelp7470 ecelp7470
    AddType audio/vnd.nuera.ecelp9600 ecelp9600
    AddType audio/wav wav
    AddType audio/x-aiff aif
    AddType audio/x-aiff aifc
    AddType audio/x-aiff aiff
    AddType audio/x-m4a m4a
    AddType audio/x-mpegurl m3u
    AddType audio/x-ms-wax wax
    AddType audio/x-ms-wma wma
    AddType audio/x-pn-realaudio ra
    AddType audio/x-pn-realaudio ram
    AddType audio/x-pn-realaudio rm
    AddType audio/x-pn-realaudio-plugin rmp
    AddType audio/x-scpls pls
    AddType audio/x-wav wav
    AddType chemical/x-cdx cdx
    AddType chemical/x-cif cif
    AddType chemical/x-cmdf cmdf
    AddType chemical/x-cml cml
    AddType chemical/x-csml csml
    AddType chemical/x-pdb pdb
    AddType chemical/x-xyz xyz
    AddType image/bmp bmp
    AddType image/cgm cgm
    AddType image/g3fax g3
    AddType image/gif gif
    AddType image/ief ief
    AddType image/jp2 jp2
    AddType image/jpeg jpe
    AddType image/jpeg jpeg
    AddType image/jpeg jpg
    AddType image/pict pct
    AddType image/pict pic
    AddType image/pict pict
    AddType image/png png
    AddType image/prs.btif btif
    AddType image/svg+xml svg
    AddType image/svg+xml svgz
    AddType image/tiff tif
    AddType image/tiff tiff
    AddType image/vnd.adobe.photoshop psd
    AddType image/vnd.djvu djv
    AddType image/vnd.djvu djvu
    AddType image/vnd.dwg dwg
    AddType image/vnd.dxf dxf
    AddType image/vnd.fastbidsheet fbs
    AddType image/vnd.fpx fpx
    AddType image/vnd.fst fst
    AddType image/vnd.fujixerox.edmics-mmr mmr
    AddType image/vnd.fujixerox.edmics-rlc rlc
    AddType image/vnd.microsoft.icon ico
    AddType image/vnd.ms-modi mdi
    AddType image/vnd.net-fpx npx
    AddType image/vnd.wap.wbmp wbmp
    AddType image/vnd.xiff xif
    AddType image/x-cmu-raster ras
    AddType image/x-cmx cmx
    AddType image/x-macpaint mac
    AddType image/x-macpaint pnt
    AddType image/x-macpaint pntg
    AddType image/x-pcx pcx
    AddType image/x-pict pct
    AddType image/x-pict pic
    AddType image/x-portable-anymap pnm
    AddType image/x-portable-bitmap pbm
    AddType image/x-portable-graymap pgm
    AddType image/x-portable-pixmap ppm
    AddType image/x-quicktime qti
    AddType image/x-quicktime qtif
    AddType image/x-rgb rgb
    AddType image/x-xbitmap xbm
    AddType image/x-xpixmap xpm
    AddType image/x-xwindowdump xwd
    AddType message/rfc822 eml
    AddType message/rfc822 mime
    AddType model/iges iges
    AddType model/iges igs
    AddType model/mesh mesh
    AddType model/mesh msh
    AddType model/mesh silo
    AddType model/vnd.dwf dwf
    AddType model/vnd.gdl gdl
    AddType model/vnd.gtw gtw
    AddType model/vnd.mts mts
    AddType model/vnd.vtu vtu
    AddType model/vrml vrml
    AddType model/vrml wrl
    AddType text/calendar ics
    AddType text/calendar ifb
    AddType text/css css
    AddType text/csv csv
    AddType text/html htm
    AddType text/html html
    AddType text/html shtml
    AddType text/plain asc
    AddType text/plain conf
    AddType text/plain def
    AddType text/plain in
    AddType text/plain list
    AddType text/plain log
    AddType text/plain text
    AddType text/plain txt
    AddType text/prs.lines.tag dsc
    AddType text/richtext rtx
    AddType text/rtf rtf
    AddType text/sgml sgm
    AddType text/sgml sgml
    AddType text/tab-separated-values tsv
    AddType text/troff man
    AddType text/troff me
    AddType text/troff ms
    AddType text/troff roff
    AddType text/troff t
    AddType text/troff tr
    AddType text/uri-list uri
    AddType text/uri-list uris
    AddType text/uri-list urls
    AddType text/vnd.fly fly
    AddType text/vnd.fmi.flexstor flx
    AddType text/vnd.in3d.3dml 3dml
    AddType text/vnd.in3d.spot spot
    AddType text/vnd.sun.j2me.app-descriptor jad
    AddType text/vnd.wap.wml wml
    AddType text/vnd.wap.wmlscript wmls
    AddType text/x-asm s
    AddType text/x-asm sm
    AddType text/x-c c
    AddType text/x-c cc
    AddType text/x-c cpp
    AddType text/x-c cxx
    AddType text/x-c dic
    AddType text/x-c h
    AddType text/x-c hh
    AddType text/x-fortran f
    AddType text/x-fortran f77
    AddType text/x-fortran f90
    AddType text/x-fortran for
    AddType text/x-java-source java
    AddType text/x-pascal p
    AddType text/x-pascal pas
    AddType text/x-setext etx
    AddType text/x-uuencode uu
    AddType text/x-vcalendar vcs
    AddType text/x-vcard vcf
    AddType video/3gp2 3gp2
    AddType video/3gpp 3gp
    AddType video/3gpp 3gpp
    AddType video/3gpp2 3g2
    AddType video/h261 h261
    AddType video/h263 h263
    AddType video/h264 h264
    AddType video/jpeg jpgv
    AddType video/jpm jpgm
    AddType video/jpm jpm
    AddType video/mj2 mj2
    AddType video/mj2 mjp2
    AddType video/mp4 m4v
    AddType video/mp4 mp4
    AddType video/mp4 mp4v
    AddType video/mp4 mpg4
    AddType video/mpeg m1v
    AddType video/mpeg m2v
    AddType video/mpeg mpe
    AddType video/mpeg mpeg
    AddType video/mpeg mpg
    AddType video/quicktime mov
    AddType video/quicktime qt
    AddType video/vnd.fvt fvt
    AddType video/vnd.mpegurl m4u
    AddType video/vnd.mpegurl mxu
    AddType video/vnd.vivo viv
    AddType video/x-dv dif
    AddType video/x-dv dv
    AddType video/x-fli fli
    AddType video/x-ms-asf asf
    AddType video/x-ms-asf asx
    AddType video/x-ms-wm wm
    AddType video/x-ms-wmv wmv
    AddType video/x-ms-wmx wmx
    AddType video/x-ms-wvx wvx
    AddType video/x-msvideo avi
    AddType video/x-sgi-movie movie
    AddType x-conference/x-cooltalk ice
    # Settings for hosting different languages.
    # Required modules: mod_mime, mod_negotiation
    # DefaultLanguage and AddLanguage allows you to specify the language of
    # a document. You can then use content negotiation to give a browser a
    # file in a language the user can understand.
    # Specify a default language. This means that all data
    # going out without a specific language tag (see below) will
    # be marked with this one. You probably do NOT want to set
    # this unless you are sure it is correct for all cases.
    # * It is generally better to not mark a page as
    # * being a certain language than marking it with the wrong
    # * language!
    # DefaultLanguage nl
    # Note 1: The suffix does not have to be the same as the language
    # keyword --- those with documents in Polish (whose net-standard
    # language code is pl) may wish to use "AddLanguage pl .po" to
    # avoid the ambiguity with the common suffix for perl scripts.
    # Note 2: The example entries below illustrate that in some cases
    # the two character 'Language' abbreviation is not identical to
    # the two character 'Country' code for its country,
    # E.g. 'Danmark/dk' versus 'Danish/da'.
    # Note 3: In the case of 'ltz' we violate the RFC by using a three char
    # specifier. There is 'work in progress' to fix this and get
    # the reference data for rfc1766 cleaned up.
    # Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)
    # English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
    # Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
    # Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
    # Norwegian (no) - Polish (pl) - Portugese (pt)
    # Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
    # Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
    AddLanguage ca .ca
    AddLanguage cs .cz .cs
    AddLanguage da .dk
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage en .en
    AddLanguage eo .eo
    AddLanguage es .es
    AddLanguage et .et
    AddLanguage fr .fr
    AddLanguage he .he
    AddLanguage hr .hr
    AddLanguage it .it
    AddLanguage ja .ja
    AddLanguage ko .ko
    AddLanguage ltz .ltz
    AddLanguage nl .nl
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddLanguage pt .pt
    AddLanguage pt-BR .pt-br
    AddLanguage ru .ru
    AddLanguage sv .sv
    AddLanguage zh-CN .zh-cn
    AddLanguage zh-TW .zh-tw
    # LanguagePriority allows you to give precedence to some languages
    # in case of a tie during content negotiation.
    # Just list the languages in decreasing order of preference. We have
    # more or less alphabetized them here. You probably want to change this.
    LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
    # ForceLanguagePriority allows you to serve a result page rather than
    # MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)
    # [in case no accepted languages matched the available variants]
    ForceLanguagePriority Prefer Fallback
    # Commonly used filename extensions to character sets. You probably
    # want to avoid clashes with the language extensions, unless you
    # are good at carefully testing your setup after each change.
    # See http://www.iana.org/assignments/character-sets for the
    # official list of charset names and their respective RFCs.
    AddCharset us-ascii.ascii .us-ascii
    AddCharset ISO-8859-1 .iso8859-1 .latin1
    AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
    AddCharset ISO-8859-3 .iso8859-3 .latin3
    AddCharset ISO-8859-4 .iso8859-4 .latin4
    AddCharset ISO-8859-5 .iso8859-5 .cyr .iso-ru
    AddCharset ISO-8859-6 .iso8859-6 .arb .arabic
    AddCharset ISO-8859-7 .iso8859-7 .grk .greek
    AddCharset ISO-8859-8 .iso8859-8 .heb .hebrew
    AddCharset ISO-8859-9 .iso8859-9 .latin5 .trk
    AddCharset ISO-8859-10 .iso8859-10 .latin6
    AddCharset ISO-8859-13 .iso8859-13
    AddCharset ISO-8859-14 .iso8859-14 .latin8
    AddCharset ISO-8859-15 .iso8859-15 .latin9
    AddCharset ISO-8859-16 .iso8859-16 .latin10
    AddCharset ISO-2022-JP .iso2022-jp .jis
    AddCharset ISO-2022-KR .iso2022-kr .kis
    AddCharset ISO-2022-CN .iso2022-cn .cis
    AddCharset Big5.Big5 .big5 .b5
    AddCharset cn-Big5 .cn-big5
    # For russian, more than one charset is used (depends on client, mostly):
    AddCharset WINDOWS-1251 .cp-1251 .win-1251
    AddCharset CP866 .cp866
    AddCharset KOI8 .koi8
    AddCharset KOI8-E .koi8-e
    AddCharset KOI8-r .koi8-r .koi8-ru
    AddCharset KOI8-U .koi8-u
    AddCharset KOI8-ru .koi8-uk .ua
    AddCharset ISO-10646-UCS-2 .ucs2
    AddCharset ISO-10646-UCS-4 .ucs4
    AddCharset UTF-7 .utf7
    AddCharset UTF-8 .utf8
    AddCharset UTF-16 .utf16
    AddCharset UTF-16BE .utf16be
    AddCharset UTF-16LE .utf16le
    AddCharset UTF-32 .utf32
    AddCharset UTF-32BE .utf32be
    AddCharset UTF-32LE .utf32le
    AddCharset euc-cn .euc-cn
    AddCharset euc-gb .euc-gb
    AddCharset euc-jp .euc-jp
    AddCharset euc-kr .euc-kr
    #Not sure how euc-tw got in - IANA doesn't list it???
    AddCharset EUC-TW .euc-tw
    AddCharset gb2312 .gb2312 .gb
    AddCharset iso-10646-ucs-2 .ucs-2 .iso-10646-ucs-2
    AddCharset iso-10646-ucs-4 .ucs-4 .iso-10646-ucs-4
    AddCharset shift_jis .shift_jis .sjis
    </IfModule>
    ## The modmimemagic module allows the server to use various hints from the
    ## contents of the file itself to determine its type. The MIMEMagicFile
    ## directive tells the module where the hint definitions are located.
    <IfModule modmimemagic.c>
    MIMEMagicFile /etc/apache2/magic
    </IfModule>
    ## HostnameLookups: Log the names of clients or just their IP addresses
    ## e.g., www.apache.org (on) or 204.62.129.132 (off).
    ## The default is off because it'd be overall better for the net if people
    ## had to knowingly turn this feature on, since enabling it means that
    ## each client request will result in AT LEAST one lookup request to the
    ## nameserver.
    HostnameLookups Off
    ## LogLevel: Control the number of messages logged to the error_log.
    ## Possible values include: debug, info, notice, warn, error, crit,
    ## alert, emerg.
    LogLevel warn
    <IfModule modlogconfig.c>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    <IfModule mod_logio.c>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you do
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and not in this file.
    #### For Mac OS X Server: Server Admin manages CustomLog directives
    #### on a virtual host basis.
    #CustomLog /var/log/apache2/access_log common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog /var/log/apache2/access_log combined
    </IfModule>
    ## Optionally add a line containing the server version and virtual host
    ## name to server-generated pages (error documents, FTP directory listings,
    ## mod_status and mod_info output etc., but not CGI generated documents).
    ## Set to "EMail" to also include a mailto: link to the ServerAdmin.
    ## Set to one of: On | Off | EMail
    ServerSignature On
    UseCanonicalName Off
    ## Aliases: Add here as many aliases as you need (with no limit). The format is
    ## Alias fakename realname
    <IfModule mod_alias.c>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1"
    #### For Mac OS X Server: Uncomment this line to enable web-based
    #### configuration of mailman:
    #Include /etc/apache2/httpd_mailman.conf
    <IfModule mod_setenvif.c>
    <IfModule mod_negotiation.c>
    # Allow convenient access to Apache manual
    AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru))?(/.*)?$ "/Library/WebServer/share/httpd/manual$1"
    <Directory "/Library/WebServer/share/httpd/manual">
    Options Indexes
    AllowOverride None
    Order allow,deny
    Allow from all
    <Files *.html>
    SetHandler type-map
    </Files>
    SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru)/ prefer-language=$1
    RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br|ru)){2,}(/.*)?$ /manual/$1$2
    LanguagePriority en de es fr ja ko pt-br ru ForceLanguagePriority Prefer Fallback
    </Directory>
    </IfModule>
    </IfModule>
    </IfModule>
    ## Directives controlling the display of server-generated directory listings.
    #### For Mac OS X Server: Note that indexing is further controlled
    #### by the Server Admin application, which adds "Options +/-Indexes
    #### in the virtual host scope.
    <IfModule mod_autoindex.c>
    ## FancyIndexing is whether you want fancy directory indexing or standard
    IndexOptions FancyIndexing
    ## AddIcon* directives tell the server which icon to show for different
    ## files or filename extensions. These are only displayed for
    ## FancyIndexed directories.
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core
    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^
    ## DefaultIcon is which icon to show for files which do not have an icon
    ## explicitly set.
    DefaultIcon /icons/unknown.gif
    ## AddDescription allows you to place a short description after a file in
    ## server-generated indexes. These are only displayed for FancyIndexed
    ## directories.
    ## Format: AddDescription "description" filename
    #AddDescription "GZIP compressed document" .gz
    #AddDescription "tar archive" .tar
    #AddDescription "GZIP compressed tar archive" .tgz
    #AddDescription "Mac OS Disk Image file" .dmg
    ## ReadmeName is the name of the README file the server will look for by
    ## default, and append to directory listings.
    ## HeaderName is the name of a file which should be prepended to
    ## directory indexes.
    ## If MultiViews are amongst the Options in effect, the server will
    ## first look for name.html and include it if found. If name.html
    ## doesn't exist, the server will then look for name.txt and include
    ## it as plaintext if found.
    ReadmeName README
    HeaderName HEADER
    ## IndexIgnore is a set of filenames which directory indexing should ignore
    ## and not include in the listing. Shell-style wildcarding is permitted.
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    </IfModule>
    ## MetaDir: specifies the name of the directory in which Apache can find
    ## meta information files. These files contain additional HTTP headers
    ## to include when sending the document
    #MetaDir .web
    ## MetaSuffix: specifies the file name suffix for the file containing the
    ## meta information.
    #MetaSuffix .meta
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # The configuration below implements multi-language error documents through
    # content-negotiation, and via the default Alias for /error in the vhost config file.
    <Directory "/usr/share/httpd/error">
    AllowOverride None
    Options IncludesNoExec
    AddOutputFilter Includes html
    AddHandler type-map var
    Order allow,deny
    Allow from all
    LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
    ForceLanguagePriority Prefer Fallback
    </Directory>
    ErrorDocument 400 /error/HTTPBADREQUEST.html.var
    ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
    ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
    ErrorDocument 404 /error/HTTPNOTFOUND.html.var
    ErrorDocument 405 /error/HTTPMETHOD_NOTALLOWED.html.var
    ErrorDocument 408 /error/HTTPREQUEST_TIMEOUT.html.var
    ErrorDocument 410 /error/HTTP_GONE.html.var
    ErrorDocument 411 /error/HTTPLENGTHREQUIRED.html.var
    ErrorDocument 412 /error/HTTPPRECONDITIONFAILED.html.var
    ErrorDocument 413 /error/HTTPREQUEST_ENTITY_TOOLARGE.html.var
    ErrorDocument 414 /error/HTTPREQUEST_URI_TOOLARGE.html.var
    ErrorDocument 415 /error/HTTPUNSUPPORTED_MEDIATYPE.html.var
    ErrorDocument 500 /error/HTTPINTERNAL_SERVERERROR.html.var
    ErrorDocument 501 /error/HTTPNOTIMPLEMENTED.html.var
    ErrorDocument 502 /error/HTTPBADGATEWAY.html.var
    ErrorDocument 503 /error/HTTPSERVICEUNAVAILABLE.html.var
    ErrorDocument 506 /error/HTTPVARIANT_ALSOVARIES.html.var
    # Allow server status reports generated by mod_status,
    # with the URL of http://servername/server-status
    <IfModule mod_status.c>
    <Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    </Location>
    # ExtendedStatus controls whether Apache will generate "full" status
    # information (ExtendedStatus On) or just basic information (ExtendedStatus
    # Off) when the "server-status" handler is called. The default is Off.
    ExtendedStatus On
    </IfModule>
    # Allow remote server configuration reports, with the URL of
    # http://servername/server-info (requires that mod_info.c be loaded).
    #<IfModule mod_info.c>
    # <Location /server-info>
    # SetHandler server-info
    # Order deny,allow
    # Deny from all
    # Allow from .your-domain.com
    # </Location>
    #</IfModule>
    ## Proxy Server directives.
    <IfModule mod_proxy.c>
    ProxyRequests Off
    <IfModule moddiskcache.c>
    CacheEnable disk /
    CacheRoot "/var/run/proxy"
    </IfModule>
    </IfModule>
    ## SSL stuff
    <IfModule mod_ssl.c>
    SetEnvIf User-Agent ".MSIE." nokeepalive ssl-unclean-shutdown
    SSLPassPhraseDialog exec:/etc/apache2/getsslpassphrase
    SSLSessionCache shmcb:/var/run/ssl_scache(512000)
    SSLSessionCacheTimeout 300
    SSLMutex file:/var/log/apache2/ssl_mutex
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    AddType application/x-x509-ca-cert crt
    AddType application/x-pkcs7-crl crl
    </IfModule>
    <IfModule mod_jk.c>
    JkWorkersFile /etc/apache2/workers.properties
    JkLogFile /var/log/apache2/mod_jk.log
    JkLogLevel error
    JkMount /*.jsp JBoss1
    JkMount /servlet/* JBoss1
    JkMount /examples/* JBoss1
    </IfModule>
    ## The default server is used for status on a special port
    #ServerName www.example.com
    Listen 127.0.0.1:9010
    DocumentRoot "/var/empty"
    ErrorLog "/var/log/apache2/error_log"
    <Directory /var/empty>
    Order Deny,Allow
    Deny from All
    </Directory>
    <IfModule modspotlightapple2.c>
    Spotlight On
    </IfModule>
    <IfModule modauth_digestapple.c>
    BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
    </IfModule>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} ^TRACE
    RewriteRule .* - [F]
    </IfModule>
    <IfModule mod_headers.c>
    Header add MS-Author-Via "DAV"
    RequestHeader set XFORWARDEDPROTO 'https' env=https
    </IfModule>
    <IfModule mod_encoding.c>
    EncodingEngine on
    NormalizeUsername on
    DefaultClientEncoding UTF-8
    # Windows XP?
    AddClientEncoding "Microsoft-WebDAV-MiniRedir/" MSUTF-8
    # Windows 2K SP2 with .NET
    AddClientEncoding "(Microsoft .* DAV\$)" MSUTF-8
    # Windows 2K SP2/Windows XP
    AddClientEncoding "(Microsoft .* DAV 1.1)" CP932
    # Windows XP?
    AddClientEncoding "Microsoft-WebDAV*" CP932
    # RealPlayer
    AddClientEncoding "RMA/*" CP932
    # MacOS X webdavfs
    AddClientEncoding "WebDAVFS" UTF-8
    # cadaver
    AddClientEncoding "cadaver/" EUC-JP
    </IfModule>
    RLimitNPROC max max
    ExtendedStatus On
    Timeout 300
    KeepAlive On
    MaxKeepAliveRequests 500
    KeepAliveTimeout 15
    # As of Mac OS X Server 10.5, the compiled-in server limit is 2048
    ServerLimit 2048
    # Server Admin manages ListenBackLog as a function of MaxClients: min(511, MaxClients/2)
    MaxClients 1024
    ListenBackLog 512
    # Including WebObjects Configs
    Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf
    #### The following Include directive is essential for the virtual hosts to be usable.
    Include "/etc/apache2/sites/*.conf"
    ========HTTPD.CONF==========

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • Optical drive problems after upgrade to Tiger 10.4.10

    I've just had my machine updated to Tiger 10.4.10 after having two new hard drives installed after a hard drive failure. I'm now having issues with burning data for backup purposes.
    I can't burn anything with Mac OS Disc Burner utility, it doesn't seem to recognize blank disc's DVD's or CD's. It keeps telling me to load a disc when one is already in the drive.
    System profiler recognizes CD-R's & DVD-R's when they are in the optical drive
    I can burn with Toast Titanium ver 6.0.3 DVD's & CD's. The burned CD's will mount. The burned DVD's will not mount.
    I have checked the burned DVD's in the optical drive of my iBook G4 Mac OS 10.3.9 and they mount on it fine.
    Movie DVD's will mount & play. Software DVD's will mount and load applications.
    I have cleaned the drive with a cleaning disc.
    The Optical Drive was working fine before the upgrade, so what is the problem?
    I can only assume two problems now!
    1.) the optical drive has a physical malfunction
    2.) there is a software issue between Tiger 10.4.10 & this optical drive (this is my favorite at the moment)
    The upgrade was done by an Apple Authorised Service Provider they say there are no issues with Tiger & the optical drive.
    So any ideas or help would be much appreciated.
    Machine Name: Power Mac G5
    Machine Model: PowerMac7,2
    CPU Type: PowerPC 970 (2.2)
    Number Of CPUs: 2
    CPU Speed: 1.8 GHz
    L2 Cache (per CPU): 512 KB
    Memory: 1.5 GB
    Bus Speed: 900 MHz
    Boot ROM Version: 5.1.5f0
    PIONEER DVD-RW DVR-106D:
    Model: PIONEER DVD-RW DVR-106D
    Revision: A606
    Serial Number: DBDL909690WL
    Detachable Drive: No
    Protocol: ATAPI
    Unit Number: 0
    Socket Type: Internal
    PIONEER DVD-RW DVR-106D:
    Firmware Revision: A606
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipped/Supported)
    Cache: 2000 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -RW, +R, +RW
    Burn Underrun Protection CD: Yes
    Burn Underrun Protection DVD: Yes
    Write Strategies: CD-TAO, CD-SAO, CD-Raw, DVD-DAO
    Media: No

    I'm having a similar problem. I bought my G5 with Panther OS on it a few years ago. The DVD drive functioned perfectly back then. Then I upgraded to Tiger this past year which caused the DVD drive to open later..that is, I'd have to hold down the eject button for a good 2 or 3 seconds before it would open or close. Previously it responded instantly. Now what happens more and more is it can't read DVD-ROM disks that it has burned. My imac G4 with Jaguar has no trouble reading the disks but Tiger 10.4.9 and 10.4.10 simply refuse to mount DVD ROM disks that it burned.
    I'm trying to make a duplicate DVD of the offending disk on my single-processor G4 and then put THAT disk into the G5 so it can read the info. Hopefully that will be my work-around.
    It's got to be a software issue and I keep hoping the Apple wiz kids will put out an update to remedy this. Something's fishy with the DVD drive programming.

  • Re: Problem with TSSTcorp CD/DVDW TS-L632D TO04 stoped burning CD and DVD.....

    Hi everyone! The problem is basically it just doesn't want to write/burn any brand of cd/dvd anymore . It worked just fine for little more than year and recently developed that problem. I'm sure its not the media brands as I've tried with many. The problem persists with Nero, Alcohol120%, MagicISO, PowerISO, Burn4Free, no matter what I try to burn- ordinary data, audio, programs or images. Note that I'm able to write with Alcohol successfully but there's actually nothing on the CD and Nero burns the data also but fails to verify afterwards and gives an error. Writing on DVD R/RWs is completely unsuccessful creating coasters. Also the drive opens itself with no reason and whenever it wants. I have Toshiba A200-1MB notebook running original Vista Home Premium. Here is an error report, hope it'll help. Thanks and any help given is much appreciated!!!
    Windows Vista 6.0
    IA32
    WinAspi: -
    NT-SPTI used
    Nero Version: 9.2.6.100
    Internal Version: 9, 2, 6, 100
    (Nero Express)
    Recorder: <TSSTcorp CD/DVDW TS-L632D>Version: TO04 - HA 1 TA 0 - 9.2.6.100
    Adapter driver: <IDE> HA 1
    Drive buffer : 2048kB
    Bus Type : via Inquiry data
    CD-ROM: <TSSTcorp CD/DVDW TS-L632D>Version: TO04 - HA 1 TA 0 - 9.2.6.100
    Adapter driver: <IDE> HA 1
    === Scsi-Device-Map ===
    === CDRom-Device-Map ===
    TSSTcorp CD/DVDW TS-L632D E: CdRom0
    =======================
    AutoRun : 1
    Excluded drive IDs:
    WriteBufferSize: 83886080 (0) Byte
    BUFE : 0
    Physical memory : 2037MB (2086276kB)
    Free physical memory: 864MB (885052kB)
    Memory in use : 57 %
    Uncached PFiles: 0x0
    Global Bus Type: default (0)
    Check supported media : Disabled (0)
    13.10.2009
    CD-ROM (ISO)
    02:27 ????. #1 Text 0 File SCSIPTICommands.cpp, Line 452
    LockMCN - completed sucessfully for IOCTL_STORAGE_MCN_CONTROL
    02:27 ????. #2 Text 0 File Isodoc.cpp, Line 6940
    Iso document burn settings
    Determine maximum speed : TRUE
    Simulate : FALSE
    Write : TRUE
    Finalize CD : FALSE
    Multisession : TRUE
    Multisession type: : Start multisession
    Burning mode : TAO
    Mode : 1
    ISO Level : 1 (Max. of 11 = 8 + 3 char)
    Character set : ISO 9660
    Joliet : TRUE
    Allow pathdepth more than 8 directories : TRUE
    Allow more than 255 characters in path : TRUE
    Write ISO9660 ;1 file extensions : TRUE
    02:27 ????. #3 Text 0 File Burncd.cpp, Line 3257
    TSSTcorp CD/DVDW TS-L632D
    Super Link activated
    02:27 ????. #4 ISO9660GEN -11 File Geniso.cpp, Line 3349
    First writeable address = 0 (0x00000000)
    02:27 ????. #5 Text 0 File ThreadedTransferInterface.cpp, Line 1017
    Removed 2 run-out blocks from end of track 0. Length: 2885 -> 2883.
    02:27 ????. #6 Text 0 File Burncd.cpp, Line 3587
    Turn on Track-At-Once, using CD-R/RW media
    02:27 ????. #7 Text 0 File ThreadedTransferInterface.cpp, Line 1017
    Removed 2 run-out blocks from end of track 1. Length: 2885 -> 2883.
    02:27 ????. #8 Text 0 File ThreadedTransferInterface.cpp, Line 1017
    Removed 2 run-out blocks from end of track 1. Length: 2885 -> 2883.
    02:27 ????. #9 Text 0 File DlgWaitCD.cpp, Line 294
    Medium type in the drive: Unknown
    Lowest/Highest CLV write speed: 3x/1219560x
    Recorder min/max supported write speed: 4x/9226724x
    02:27 ????. #10 Text 0 File DlgWaitCD.cpp, Line 313
    Last possible write address on media: 359846
    Last address to be written: 2884
    02:27 ????. #11 Text 0 File DlgWaitCD.cpp, Line 325
    Write in overburning mode: NO (enabled: CD)
    02:27 ????. #12 Text 0 File DlgWaitCD.cpp, Line 2882
    Recorder: TSSTcorp CD/DVDW TS-L632D;
    CDRW code: 00 97 10 00; CD manufacturer unknown
    ATIP Data:
    Special Info [hex] 1: D1 00 C6, 2: 61 0A 00 (LI 97:10.00), 3: 4F 3B 4A (LO 79:59.74)
    Additional Info [hex] 1: 02 4A B0, 2: 5C C6 26, 3: 00 80 80 (invalid)
    02:27 ????. #13 Text 0 File DlgWaitCD.cpp, Line 500
    >>> Protocol of DlgWaitCD activities: <<<
    =========================================
    02:27 ????. #14 Text 0 File ThreadedTransferInterface.cpp, Line 744
    Setup items (after recorder preparation)
    0: TRM_DATA_MODE1 ()
    2 indices, index0 (150) not provided
    original disc pos #0 + 2885 (2885) = #2885/0:38.35
    relocatable, disc pos for caching/writing not required/ required
    -> TRM_DATA_MODE1, 2048, config 0, wanted index0 0 blocks, length 2883 blocks [E: TSSTcorp CD/DVDW TS-L632D]
    02:27 ????. #15 Text 0 File ThreadedTransferInterface.cpp, Line 946
    Prepare [E: TSSTcorp CD/DVDW TS-L632D] for write in TAO
    DAO infos:
    ==========
    MCN: ""
    TOCType: 0x00; Session Closed, disc not fixated
    Tracks 1 to 1: Idx 0 Idx 1 Next Trk
    1: TRM_DATA_MODE1, 2048/0x00, FilePos 0 307200 6215680, ISRC ""
    DAO layout:
    ===========
    ___Start_|____Track_|_Idx_|_CtrlAdr_|_____Size_|__ ____NWA_|_RecDep__________
    -150 | lead-in | 0 | 0x41 | 0 | 0 | 0x00
    -150 | 1 | 0 | 0x41 | 0 | 0 | 0x00
    0 | 1 | 1 | 0x41 | 2885 | 0 | 0x00
    2885 | lead-out | 1 | 0x41 | 0 | 0 | 0x00
    02:27 ????. #16 Text 0 File ThreadedTransferInterface.cpp, Line 1017
    Removed 2 run-out blocks from end of track 1. Length: 2885 -> 2883.
    02:27 ????. #17 Text 0 File SCSIPTICommands.cpp, Line 242
    SPTILockVolume - completed successfully for FSCTL_LOCK_VOLUME
    02:27 ????. #18 Text 0 File Burncd.cpp, Line 4320
    Caching options: cache CDRom or Network-Yes, small files-No (<64KB)
    02:27 ????. #19 Phase 24 File dlgbrnst.cpp, Line 1767
    Caching of files started
    02:27 ????. #20 Text 0 File Burncd.cpp, Line 4442
    Cache writing successful.
    02:27 ????. #21 Phase 25 File dlgbrnst.cpp, Line 1767
    Caching of files completed
    02:27 ????. #22 Phase 28 File dlgbrnst.cpp, Line 1767
    Speed measurement started
    02:27 ????. #23 Text 0 File ThreadedTransferInterface.cpp, Line 2676
    Verifying disc position of item 0 (relocatable, disc pos, no patch infos, orig at #0): write at #0
    02:27 ????. #24 Text 0 File ThreadedTransfer.cpp, Line 273
    Pipe memory size 590400
    02:27 ????. #25 Phase 29 File dlgbrnst.cpp, Line 1716
    Speed measurement completed: 307.7x (46???*160 KB/s)
    02:27 ????. #26 Phase 36 File dlgbrnst.cpp, Line 1767
    Burn process started at 4x (600 KB/s)
    02:27 ????. #27 Text 0 File ThreadedTransferInterface.cpp, Line 2676
    Verifying disc position of item 0 (relocatable, disc pos, no patch infos, orig at #0): write at #0
    02:27 ????. #28 Text 0 File MMC.cpp, Line 21875
    Set BUFE: Super Link -> ON
    02:27 ????. #29 Text 0 File ThreadedTransfer.cpp, Line 273
    Pipe memory size 83836800
    02:27 ????. #30 Text 0 File MMC.cpp, Line 17311
    <TSSTcorpCD/DVDW TS-L632D> start Close Track #2
    02:28 ????. #31 Text 0 File DVDPlusDualLayer.cpp, Line 1424
    SetDriveCaps: Set LAST LBA of layer 1 to 0
    02:28 ????. #32 Phase 37 File dlgbrnst.cpp, Line 1767
    Burn process completed successfully at 4x (600 KB/s)
    02:28 ????. #33 Phase 78 File dlgbrnst.cpp, Line 1767
    Data verification started
    02:28 ????. #34 Text 0 File ThreadedTransferInterface.cpp, Line 1017
    Removed 2 run-out blocks from end of track 1. Length: 2885 -> 2883.
    02:28 ????. #35 Text 0 File ThreadedTransfer.cpp, Line 273
    Pipe memory size 590400
    02:28 ????. #36 SPTI -1064 File SCSIPassThrough.cpp, Line 215
    CdRom0: SCSIStatus(x02) WinError(0) NeroError(-1064)
    CDB Data: 0x28 00 00 00 00 00 00 00 01 00 00 00
    Sense Key: 0x05 (KEY_ILLEGAL_REQUEST)
    Sense Code: 0x21
    Sense Qual: 0x00
    Sense Area: 0x70 00 05 00 00 00 00 0A 00 00 00 00 21
    Buffer x0a5a6500: Len x800
    02:28 ????. #279 SectorVerify 20 File Cdrdrv.cpp, Line 11185
    Read errors from sector 0 to 1055
    02:28 ????. #280 CDR -1222 File Writer.cpp, Line 203
    Verification aborted, too much errors
    E: TSSTcorp CD/DVDW TS-L632D
    02:28 ????. #281 Phase 81 File dlgbrnst.cpp, Line 1767
    Data verification failed
    02:28 ????. #282 Text 0 File SCSIPTICommands.cpp, Line 289
    SPTIDismountVolume - completed successfully for FSCTL_DISMOUNT_VOLUME
    02:28 ????. #283 Text 0 File Cdrdrv.cpp, Line 11243
    DriveLocker: UnLockVolume completed
    02:28 ????. #284 Text 0 File SCSIPTICommands.cpp, Line 452
    UnLockMCN - completed sucessfully for IOCTL_STORAGE_MCN_CONTROL
    Existing drivers:
    Registry Keys:
    HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon
    Message was edited by: velkoto
    Message was edited by: velkoto

    Try removing the CD/DVD Filters from the Registry.
    When CD/DVD related software is installed (such as iTunes, Nero, virtual CD software), they install filters into the registry, which can cause compatibility problems.
    1) Run Regedit (Start -> Run -> Regedit)
    2) Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
    3) In the right pane, delete the "UpperFilters" key, and delete the "LowerFilters" key.
    4) Reboot.
    If your CD/DVD programs stop working, you will need to reinstall them (preferably with an updated version).
    This utility can remove the filters for you:
    http://www.csd.toshiba.com/content/support/bulletins/su2065061/RmvFltrs.exe
    Also remove any dust on the lens using a clean microfiber cloth.

  • Approving the access request gives error in Sharepoint Foundation 2013 / Email notification codepage problem

    Hello
    On our SharePoint Foundation 2013 server approving Access Requests fails with "request approval failed" after pressing the approve button. The user is site administrator, site collection administrator and site owner.
    In the ulsviewer we see the following error:
    System.NotSupportedException: No data is available for encoding 1033.     at System.Text.Encoding.GetEncodingRare(Int32 codepage)     at System.Text.Encoding.GetEncoding(Int32 codepage)     at Microsoft.SharePoint.Email.SPMailMessageHelper.GetSocialNotificationMailMessage(SPWeb
    web, String senderAddress, String senderName, Boolean useSenderAddressAsFromAddress, String recipientAddress, CultureInfo recipientCulture, String subject, String sidebarHtml, String descriptionHtml, String customMessageHtml, List`1 embeddedAttachments)    
    at Microsoft.SharePoint.SPSharingEmailHelper.SendAccessRequestsEmail(SPCachedItemEventProperties eventProperties, SPUser sender, String message, SPUser recipient, String recipientEmailAddress, String strSubject, String body)     at Microsoft.SharePoint.SPSharingEmailHelper.SendRequestorNotification(SPCachedItemEventProperties
    eventProperties, String objRequestedTitle, SPUser reqByUser, SPUser reqForUser, String message, Boolean isMessageUpdate, Int32 status)     at Microsoft.SharePoint.SPAccessRequestsOperationHandler.HandleStatusChangingToApprove(SPCachedItemEventProperties
    properties, Int32 reqByUserId, Int32 reqForUserId, Int32 newStatus, SPUserCollection users, SPGroupCollection groups, IEnumerable`1 roleDefs)     at Microsoft.SharePoint.SPAccessRequestsOperationHandler.HandleRequestStatusChanging(SPCachedItemEventProperties
    properties, SPUserCollection users, SPGroupCollection groups, IEnumerable`1 roleDefs)     at Microsoft.SharePoint.SPAccessRequestsOperationHandler.ItemUpdating(SPCachedItemEventProperties properties, SPUserCollection users, SPGroupCollection
    groups, IEnumerable`1 roleDefs)     at Microsoft.SharePoint.SPAccessRequests.UpdateItem(Int32 newStatus, SPUser reqFor, String convStr, String permType, Int32 permissionLevel, Boolean extendInvitation, String anonLinkType, SPList accReqList,
    SPListItem item, SPUserCollection users, SPGroupCollection groups, IEnumerable`1 roleDefs)     at Microsoft.SharePoint.SPAccessRequests.ChangeRequestStatusCore(Int32 newStatus, SPUser reqFor, String convStr, String permType, Int32 newPermissionLevel,
    Boolean extendInvitation, String anonLinkType, SPList accReqList, SPListItem request)     at Microsoft.SharePoint.SPAccessRequests.ChangeRequestStatus(Int32 itemId, Int32 newStatus, SPUser reqForUser, String convStr, String permType, Int32
    permissionLevel, Boolean extendInvitation, String anonLinkType, SPWeb web)     at Microsoft.SharePoint.SPAccessRequests.ChangeRequestStatus(Int32 itemId, Int32 newStatus, String convStr, String permType, Int32 permissionLevel)    
    at Microsoft.SharePoint.ServerStub.SPAccessRequestsServerStub.ChangeRequestStatus_MethodProxy(XmlNodeList xmlargs, ProxyContext proxyContext)     at Microsoft.SharePoint.ServerStub.SPAccessRequestsServerStub.InvokeStaticMethod(String methodName,
    XmlNodeList xmlargs, ProxyContext proxyContext, Boolean& isVoid)     at Microsoft.SharePoint.Client.ServerStub.InvokeStaticMethodWithMonitoredScope(String methodName, XmlNodeList args, ProxyContext proxyContext, Boolean& isVoid)    
    at Microsoft.SharePoint.Client.ClientMethodsProcessor.InvokeStaticMethod(String typeId, String methodName, XmlNodeList xmlargs, Boolean& isVoid)     at Microsoft.SharePoint.Client.ClientMethodsProcessor.ProcessStaticMethod(XmlElement
    xe)     at Microsoft.SharePoint.Client.ClientMethodsProcessor.ProcessOne(XmlElement xe)     at Microsoft.SharePoint.Client.ClientMethodsProcessor.ProcessStatements(XmlNode xe)     at Microsoft.SharePoint.Client.ClientMethodsProcessor.Process() 449c7b9c-6cec-f09a-9792-3d76c4d7e351
    The server is running on an English Windows 2012 Server and also the English version of SharePoint Foundation 2013 with the June 2013 CU.
    We see exactly the same error when add users to a group with the option "Send an email invitation" enabled.
    Any ideas what could cause this problems?
    Regards,
    Reinhard

    Hi Reinhard ,
    According to your error message, it says that no data is available after  encoding the social notification mail message. It  should be caused by the E-Mail encoding setting.
    For troubleshooting your issue, please check the character set of your E-Mail Settings:
    Verify that the user account that is performing this procedure is a member of the Farm Administrators group.
    On the Central Administration Home page, click System Settings.
    On the System Settings page, in the E-Mail and Text Messages(SMS) section, click Configure outgoing e-mail settings.
    On the Outgoing E-Mail Settings page, make sure
    Character set setting is  65001(Unicode UTF-8).
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Problem with k3b and DVD Plextor PX-750A doesnt burn DVDs

    hello.
    i m having problem to burn any kind of DVD format with my dvd recorder Plextor PX-750A. the software that i'm using is K3B.
    the first debug that i get is that:
    System
    K3b Version: 1.0.1
    KDE Version: 3.5.7
    QT Version: 3.3.8
    Kernel: 2.6.21-ARCH
    Devices
    PLEXTOR DVDR PX-750A 1.02 (/dev/sr0, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL] [DVD-ROM, DVD-R Sequential, DVD-R Dual Layer Sequential, DVD-R Dual Layer Jump, DVD-RAM, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO, SAO/R96P, SAO/R96R, Restricted Overwrite, Layer Jump]
    ASUS DVD-E616A 1.05 (/dev/sr1, ) [CD-ROM, DVD-ROM] [DVD-ROM, CD-ROM] [None]
    Burned media
    DVD+R
    Used versions
    growisofs: 7.0
    growisofs
    Executing 'builtin_dd if=/dev/fd/0 of=/dev/sr0 obs=32k seek=0'
    :-[ MODE SENSE#2A failed with SK=4h/ASC=08h/ACQ=03h]: Input/output error
    growisofs command:
    /usr/bin/growisofs -Z /dev/sr0=/dev/fd/0 -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=tracksize:1720400 -dvd-compat -speed=8 -use-the-force-luke=bufsize:32m
    then i did an upgrade to the firmware of Plextor from 1.02 to 1.03
    but still doesnt burn. the debug from the second is this:
    System
    K3b Version: 1.0.1
    KDE Version: 3.5.7
    QT Version:  3.3.8
    Kernel:      2.6.21-ARCH
    Devices
    PLEXTOR DVDR   PX-750A 1.03 (/dev/sr0, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL] [DVD-ROM, DVD-R Sequential, DVD-R Dual Layer Sequential, DVD-R Dual Layer Jump, DVD-RAM, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO, SAO/R96P, SAO/R96R, Restricted Overwrite, Layer Jump]
    ASUS DVD-E616A 1.05 (/dev/sr1, ) [CD-ROM, DVD-ROM] [DVD-ROM, CD-ROM] [None]
    Burned media
    DVD+R
    K3bIsoImager
    mkisofs print size result: 2148367 (4399855616 bytes)
    Pipe throughput: 33655808 bytes read, 33654784 bytes written.
    Used versions
    mkisofs: 1.1.6
    growisofs: 7.0
    growisofs
    Executing 'builtin_dd if=/dev/fd/0 of=/dev/sr0 obs=32k seek=0'
    :-[ MODE SENSE#2A failed with SK=4h/ASC=08h/ACQ=03h]: Input/output error
    growisofs command:
    /usr/bin/growisofs -Z /dev/sr0=/dev/fd/0 -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=tracksize:2148367 -dvd-compat -speed=16 -use-the-force-luke=bufsize:32m
    mkisofs
    2148367
    I: -input-charset not specified, using utf-8 (detected in locale settings)
      0.02% done, estimate finish Mon Jul  9 10:53:07 2007
      0.05% done, estimate finish Mon Jul  9 10:53:07 2007
      0.07% done, estimate finish Mon Jul  9 10:53:07 2007
      0.09% done, estimate finish Mon Jul  9 10:53:07 2007
      0.12% done, estimate finish Mon Jul  9 10:53:07 2007
      0.14% done, estimate finish Mon Jul  9 10:53:07 2007
      0.16% done, estimate finish Mon Jul  9 10:53:07 2007
      0.19% done, estimate finish Mon Jul  9 10:53:07 2007
      0.21% done, estimate finish Mon Jul  9 10:53:07 2007
      0.23% done, estimate finish Mon Jul  9 10:53:07 2007
      0.26% done, estimate finish Mon Jul  9 10:53:07 2007
      0.28% done, estimate finish Mon Jul  9 10:53:07 2007
      0.30% done, estimate finish Mon Jul  9 10:53:07 2007
      0.33% done, estimate finish Mon Jul  9 10:53:07 2007
      0.35% done, estimate finish Mon Jul  9 10:57:53 2007
      0.37% done, estimate finish Mon Jul  9 10:57:35 2007
      0.40% done, estimate finish Mon Jul  9 10:57:19 2007
      0.42% done, estimate finish Mon Jul  9 10:57:05 2007
      0.44% done, estimate finish Mon Jul  9 10:56:53 2007
      0.47% done, estimate finish Mon Jul  9 10:56:41 2007
      0.49% done, estimate finish Mon Jul  9 10:56:31 2007
      0.51% done, estimate finish Mon Jul  9 10:56:22 2007
      0.54% done, estimate finish Mon Jul  9 10:56:13 2007
      0.56% done, estimate finish Mon Jul  9 10:56:06 2007
      0.58% done, estimate finish Mon Jul  9 10:55:58 2007
      0.61% done, estimate finish Mon Jul  9 10:55:52 2007
      0.63% done, estimate finish Mon Jul  9 10:55:46 2007
      0.65% done, estimate finish Mon Jul  9 10:55:40 2007
      0.68% done, estimate finish Mon Jul  9 10:55:35 2007
      0.70% done, estimate finish Mon Jul  9 10:55:30 2007
      0.72% done, estimate finish Mon Jul  9 10:55:25 2007
      0.74% done, estimate finish Mon Jul  9 10:55:21 2007
    mkisofs calculate size command:
    /usr/bin/genisoimage -gui -graft-points -print-size -quiet -volid Heroes-DVD01 -volset  -appid K3B THE CD KREATOR (C) 1998-2006 SEBASTIAN TRUEG AND THE K3B TEAM -publisher  -preparer  -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-ironwiller/k3bhZVOPb.tmp -rational-rock -hide-list /tmp/kde-ironwiller/k3bjKitub.tmp -joliet -joliet-long -hide-joliet-list /tmp/kde-ironwiller/k3blTlUib.tmp -no-cache-inodes -full-iso9660-filenames -iso-level 2 -path-list /tmp/kde-ironwiller/k3bgTeAJb.tmp
    mkisofs command:
    /usr/bin/genisoimage -gui -graft-points -volid Heroes-DVD01 -volset  -appid K3B THE CD KREATOR (C) 1998-2006 SEBASTIAN TRUEG AND THE K3B TEAM -publisher  -preparer  -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-ironwiller/k3bNBKhLa.tmp -rational-rock -hide-list /tmp/kde-ironwiller/k3bJnRJha.tmp -joliet -joliet-long -hide-joliet-list /tmp/kde-ironwiller/k3bXxkBVa.tmp -no-cache-inodes -full-iso9660-filenames -iso-level 2 -path-list /tmp/kde-ironwiller/k3bnNQuIa.tmp
    what else should i do for my dvd recorder to work???
    ty from the start for your help.
    Last edited by ironwiller (2007-07-12 09:04:39)

    bt wrote:This is not an arch package.. no makepkg,  no pacman -U. Just untar the package and follow instructions. Sorry, I've been playing with this stuff so long ( I started with RedHat 5.2), that I have forgotton how to explain the steps. But, if you untar the package (I do it in its own directory} You should be able to move the binary to a location of you choice. I think you need someone more experienced than me to describe the steps.
    ok and ty very much for help so far
    ps: did you find any solution with using k3b?
    i like it more in a graphical enviroment.

  • K7n2-L and problems with any cdrw drives

    this includes the MSI CR52-A2 and the BTC 52x24x52x
    what happend is i installed XP serve pack 1 one then the nfocre2 mobo drives 2.03 ver for xp . then the det drives and sound card. then the cd software (nero 5.5.10.7) witch finds the cdrw drive and when i install the InCD drivers for the Rw part it blue screen evey time i started up so i unistall the incd and reinstalled windows just to be shore. but now i cant even write to a normal CDr, nero gives this error report:
    Windows XP 5.1
    IA32
    WinAspi: -
    ahead WinASPI: File 'E:\Program Files\Ahead\Nero\Wnaspi32.dll': Ver=2.0.1.50, size=131072 bytes, created 26/06/2002 00:34:54
    Nero Version: 5.5.10.7
    Recorder:                  Version: 160D - HA 1 TA 1 - 5.5.10.7
     Adapter driver:                              HA 1
     Drive buffer  :      2048kB
     Bus Type      :      default (0) -> ATAPI, detected: ?
    CD-ROM:               Version: 1.22 - HA 1 TA 0 - 5.5.10.7
     Adapter driver:                              HA 1
     Bus Type      :      default (0) -> ATAPI, detected: ?
    === Scsi-Device-Map ===
    DiskPeripheral       : Maxtor 6Y120L0          YAR4   nvidesm Port 0 ID 0  DMA:  ?
    DiskPeripheral       : Maxtor 92049U6          RA53   nvidesm Port 0 ID 1  DMA:  ?
    CdRomPeripheral      : ATAPI   CD-RW 52XMax    160D   nvidesm Port 0 ID 0  DMA:  ?
    CdRomPeripheral      : PIONEER DVD-ROM DVD-106 1.22   nvidesm Port 0 ID 1  DMA:  ?
    =======================
    AutoRun : 1
    Excluded drive IDs:
    CmdQueuing     : 1
    CmdNotification: 2
    WriteBufferSize: 74448896 (0) Byte
    ShowDrvBufStat : 0
    EraseSpeed     : 0
    BUFE           : 0
    Physical memory     : 511MB (523760kB)
    Free physical memory: 274MB (281484kB)
    Memory in use       : 46 %
    Uncached PFiles: 0x0
    Use Static Write Speed Table: 0
    Use Inquiry    : 1
    Global Bus Type: default (0)
    Check supported media : Enabled (1)
    Wizard: On
    30.6.2003
    CD-ROM (ISO)
    16:50:43   #1 Text 0 File Isodoc.cpp, Line 7328
       Iso document burn settings
       Determine maximum speed : FALSE
       Simulate                : FALSE
       Write                   : TRUE
       Finalize CD             : FALSE
       Multisession            : TRUE
       Multisession type:      : Start multisession
       Burning mode            : TAO
       Mode                    : 1
       ISO Level               : 1 (Max. of 11 = 8 + 3 char)
       Character set           : ISO 9660
       Joliet                  : TRUE
       Allow pathdepth more than 8 directories : FALSE
       Allow more than 255 characters in path  : FALSE
       Write ISO9660 ;1 file extensions        : TRUE
    16:50:43   #2 Phase 72 File dlgbrnst.cpp, Line 1653
       BURN-Proof activated
    16:50:43   #3 Text 0 File Reader.cpp, Line 115
       Reader running
    16:50:43   #4 Text 0 File Writer.cpp, Line 123
       Writer ATAPI    CD-RW 52XMax     running
    16:50:43   #5 ISO9660GEN -11 File geniso.cpp, Line 4546
       First writeable address = 0 (0x00000000)
    16:50:43   #6 Text 0 File Burncd.cpp, Line 3811
       Turn on Track-At-Once, using CD-R/RW media
    16:50:43   #7 Text 0 File ThreadedTransferInterface.cpp, Line 670
       Setup items (original item values)
        0: TRM_DATA_MODE1 (CTransferItem)
           2 indices, index0 (150) not provided
           original CD pos #0 + 34809 (34809) = #34809/7:44.9
           relocatable, CD pos for caching/writing not required/required, no patch infos
    16:50:43   #8 Text 0 File DlgWaitCD.cpp, Line 203
       Last possible write address on media:   359844 (79:59.69)
       Last address to be written:              34808 ( 7:46.08)
    16:50:43   #9 Text 0 File DlgWaitCD.cpp, Line 208
       Write in overburning mode: FALSE
    16:50:43   #10 Text 0 File DlgWaitCD.cpp, Line 1452
       Recorder:  ATAPI CD-RW 52XMax;
          CDR code: 00 97 15 17; OSJ entry from: Ritek Co.
          ATIP Data:
            Special    Info [hex] 1: C0 00 90, 2: 61 0F 11 (LI 97:15.17), 3: 4F 3B 46 (LO 79:59.70)
            Additional Info [hex] 1: 00 00 80 (invalid), 2: 00 00 00 (invalid), 3: 00 00 00 (invalid)
    16:50:43   #11 Text 0 File ThreadedTransferInterface.cpp, Line 822
       Prepare recorder ATAPI    CD-RW 52XMax     for write in TAO
       DAO infos:
       ==========
       MCN:
       TOCTYPE: 0x0   Session Closed, CD not fixated
       Tracks 1 to 1:
          TRM_DATA_MODE1, 2048/0x0, ISRC "", FilePos 0 307200 71596032
    16:50:43   #12 Text 0 File ThreadedTransferInterface.cpp, Line 850
       Removed 2 run-out blocks from end of track 1.
    16:50:43   #13 Text 0 File ThreadedTransferInterface.cpp, Line 670
       Setup items (after recorder preparation)
        0: TRM_DATA_MODE1 (CTransferItem)
           2 indices, index0 (150) not provided
           original CD pos #0 + 34809 (34809) = #34809/7:44.9
           relocatable, CD pos for caching/writing not required/required, no patch infos
           -> TRM_DATA_MODE1, 2048, config 0, wanted index0 0 blocks, length 34807 blocks [ATAPI    CD-RW 52XMax    ]
    16:50:43   #14 Phase 36 File dlgbrnst.cpp, Line 1653
       Burn process started at 40x (6,000 KB/s)
    16:50:43   #15 Text 0 File ThreadedTransferInterface.cpp, Line 1963
       Verifying CD position of item 0 (relocatable, CD pos, no patch infos, orig at #0): write at #0
    16:50:43   #16 Text 0 File Mmc.cpp, Line 17311
       Set BUFE: BURN-Proof -> ON
    16:50:49   #17 SCSI -500 File Cdrdrv.cpp, Line 1402
       SCSI Exec, HA 1, TA 1, LUN 0, buffer 0x029C0000
       Status:     0x02 (0x03, SCSI_ABORTED)
       HA-Status   0x10 (0x0A, SCSI_HASTAT_REQUEST_SENSE_FAILED)
       TA-Status   0x00 (0x00, OK)
       Sense Key:  0x05 (KEY_ILLEGAL_REQUEST)
       Sense Code: 0x26
       Sense Qual: 0x02
       CDB Data:   0x2A 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x1F 0x00 0x00 0x00
       Sense Data: 0xF0 0x00 0x05 0x00 0x00 0x00 0x00 0x00
                   0x00 0x00 0x00 0x00 0x26 0x02
    16:50:49   #18 CDR -500 File Writer.cpp, Line 331
       SCSI/IDE Command aborted
    16:50:49   #19 Text 0 File ThreadedTransfer.cpp, Line 219
       all writers idle, stopping conversion
    16:50:54   #20 SCSI -1065 File Cdrdrv.cpp, Line 1198
       SCSI Exec, HA 1, TA 1, LUN 0
       Status:     0x04 (0x01, SCSI_ERR)
       HA-Status   0x00 (0x00, OK)
       TA-Status   0x02 (0x01, SCSI_TASTATUS_CHKCOND)
       Sense Key:  0x05 (KEY_ILLEGAL_REQUEST)
       Sense Code: 0x20
       Sense Qual: 0x00
       CDB Data:   0x35 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
       Sense Data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0A
                   0x00 0x00 0x00 0x00 0x20 0x00
    16:50:54   #21 MMC -1065 File WriterStatus.cpp, Line 191
       Invalid command
    16:50:54   #22 TRANSFER -18 File WriterStatus.cpp, Line 191
       Could not perform EndTrack
    16:50:54   #23 CDR -201 File WriterStatus.cpp, Line 194
       Invalid write state
    16:50:54   #24 TRANSFER -18 File WriterStatus.cpp, Line 194
       Could not perform EndTrack
    16:50:54   #25 Text 0 File Mmc.cpp, Line 12355
        start Close Session
    16:50:54   #26 SCSI -1176 File Cdrdrv.cpp, Line 1198
       SCSI Exec, HA 1, TA 1, LUN 0
       Status:     0x04 (0x01, SCSI_ERR)
       HA-Status   0x00 (0x00, OK)
       TA-Status   0x02 (0x01, SCSI_TASTATUS_CHKCOND)
       Sense Key:  0x05 (KEY_ILLEGAL_REQUEST)
       Sense Code: 0x72
       Sense Qual: 0x04
       CDB Data:   0x5B 0x01 0x02 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
       Sense Data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0A
                   0x00 0x00 0x00 0x00 0x72 0x04
    16:50:54   #27 MMC -1176 File WriterStatus.cpp, Line 233
       Session fixation error
    16:50:54   #28 TRANSFER -19 File WriterStatus.cpp, Line 233
       Could not perform Fixation
    16:50:54   #29 Text 0 File WriterStatus.cpp, Line 242
       falling back to disc fixation
    16:50:54   #30 Text 0 File Mmc.cpp, Line 12355
        start Close Session
    16:50:54   #31 SCSI -1176 File Cdrdrv.cpp, Line 1198
       SCSI Exec, HA 1, TA 1, LUN 0
       Status:     0x04 (0x01, SCSI_ERR)
       HA-Status   0x00 (0x00, OK)
       TA-Status   0x02 (0x01, SCSI_TASTATUS_CHKCOND)
       Sense Key:  0x05 (KEY_ILLEGAL_REQUEST)
       Sense Code: 0x72
       Sense Qual: 0x04
       CDB Data:   0x5B 0x01 0x02 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
       Sense Data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0A
                   0x00 0x00 0x00 0x00 0x72 0x04
    16:50:54   #32 MMC -1176 File WriterStatus.cpp, Line 233
       Session fixation error
    16:50:54   #33 TRANSFER -19 File WriterStatus.cpp, Line 233
       Could not perform Fixation
    16:50:54   #34 Phase 38 File dlgbrnst.cpp, Line 1653
       Burn process failed at 40x (6,000 KB/s)
    16:50:54   #35 Text 0 File Scsicmd.cpp, Line 406
       SCSI not using temporary buffers
       20 out of 20 temporary buffers allocated
    Existing drivers:
    Registry Keys:
    HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon\AllocateCDROMs : 0 (Security Option)
     i have reinstalled nero and xp,  tryed nero 5.5.9.14  and that cant find my cd rw drive. phoned tech suport for the mobo but was told to phone suply of mobo so phone them witch told me to uninstall the 5.5.10.7 and reset system and install 5.5.9.14 witch i did and still haveing problems,  
    pls some one tell me i dont need to take a sleghammer to my system just yet

    Quote
    === Scsi-Device-Map ===
    DiskPeripheral : Maxtor 6Y120L0 YAR4 nvidesm Port 0 ID 0 DMA: ?
    DiskPeripheral : Maxtor 92049U6 RA53 nvidesm Port 0 ID 1 DMA: ?
    CdRomPeripheral : ATAPI CD-RW 52XMax 160D nvidesm Port 0 ID 0 DMA: ?
    CdRomPeripheral : PIONEER DVD-ROM DVD-106 1.22 nvidesm Port 0 ID 1 DMA: ?
    =======================
    hi
    did you install sw ide when you installed system drivers?
    nvidesm can be nvidia ide drivers.
    they work for some and fore som not.
    they messed up my harddrives.
    when installing you get asked if you want to install them or not.
    i dont know if these ide drivers are included in 2.03 but thought it could be worth mention.
    but they are included on the cd that came with the motherboard.
    i read in here that you dont have to reinstall windows to get rid of them.
    you only have to install system drivers again and say no when asked to install them.
    bye

  • Return Mail--Invalid TAO ID(s)

    The TAO Internet E-mail Gateway could NOT deliver your message
    to the following invalid @mayspeh.com TAO mail ID's
    (all other @mayspeh.com TAO recipients addressed received
    your message):
    [email protected]
    ----------------------> Document Follows <---------------------
    Received: (from smap@localhost)
    by mail.mayspeh.com (8.9.1a/8.9.1) id RAA15293;
    Thu, 3 Sep 1998 17:23:26 -0500 (CDT)
    Received: from pebble.sageit.com(206.169.110.3) by hermod.mayspeh.com via smap (V2.1)
    id xma015274; Thu, 3 Sep 98 17:22:32 -0500
    Received: (from sync@localhost) by pebble.SageIT.com (8.6.10/8.6.9) id OAA01188 for forte-users-outgoing; Thu, 3 Sep 1998 14:09:37 -0700
    Received: (from uucp@localhost) by pebble.SageIT.com (8.6.10/8.6.9) id OAA01182 for <[email protected]>; Thu, 3 Sep 1998 14:09:34 -0700
    Received: from unknown(205.138.216.6) by pebble.sagesoln.com via smap (V2.0)
    id xma001180; Thu, 3 Sep 98 14:09:12 -0700
    Received: from Lotus Notes (PU Serial #1787)
    by smtp3.per-se.com (PostalUnion/SMTP(tm) v2.2 (Build 22005) for Windows NT(tm))
    id AA-1998Sep03.135823.1787.2005624; Thu, 03 Sep 1998 16:10:48 -0500
    From: [email protected]
    To: [email protected]
    Message-ID: <[email protected]>
    X-Conversion-ID: <PU-NOTES.2212.904849103.323>
    X-Mailer: Lotus Notes via PostalUnion/SMTP (v2.2 Build 22005)
    Mime-Version: 1.0
    Content-Type: text/plain; charset="US-ASCII"
    Date: Thu, 03 Sep 1998 16:10:48 -0500
    Subject: Non-Delivery of:forte-users-digest V1 #1041
    Sender: [email protected]
    Precedence: bulk
    Reply-To: [email protected]
    forte-users-digest Wednesday, 2 September 1998 Volume 01 : Number 1041
    In this issue:
    ArrayField and state of child
    Widget States
    From: Luca Gioppo <[email protected]>
    Date: Wed, 02 Sep 1998 15:00:23 +0200
    Subject: ArrayField and state of child
    I got this problem:
    I want the array fieild to show the elementa of some columns depending on a
    boolean attribute of the mapped class:
    if true col 6 and 7 (datafield) will be invisible an col 5 visible and vice
    versa.
    Col 5 is a scrolllist so I need to populate each time the widget with
    different data.
    Everything functions well (htanks to the help found on the list) but I see
    a strange quirk:
    When I set to true two consecutive rows and then I scroll the arrayfield
    the widget of col 6 and 7 that were invisible
    pop up (only on one of the row), they are just a dirty paint as they cannot
    be selected (but show the hidden data)
    Any suggestion on this.
    I use R3.f
    Here is a code fragment of the method
    The array field has 5 rows
    Method popProv just populate the scrolllist with the array of listelement
    passed as parameter.
    mw1 : fieldWidget;
    mw2 : fieldWidget;
    mw3 : fieldWidget;
    myRow : integer = 1;
    for i in <arfProc>.TopRow to <arfProc>.TopRow + 4 do
    mw1 = <arfProc>.BodyGrid.GetChildInCell(myRow ,5);
    mw2 = <arfProc>.BodyGrid.GetChildInCell(myRow ,6);
    mw3 = <arfProc>.BodyGrid.GetChildInCell(myRow ,7);
    if arfProc.codFilter then
    mw1.State = FS_UPDATE;
    popProv(PI_sclProv = ScrollList(mw1),
    PI_arrPr = arfProc[i].arrProv);
    mw2.State = FS_INVISIBLE;
    mw3.State = FS_INVISIBLE;
    else
    mw1.State = FS_INVISIBLE;
    mw2.State = FS_UPDATE;
    mw3.State = FS_UPDATE;
    end if;
    myRow = myRow + 1;
    end for;
    Thanks
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    From: Geoff Puterbaugh <[email protected]>
    Date: Wed, 02 Sep 1998 07:41:21 -0700
    Subject: Widget States
    Dave,
    FS_VIEW etc. aren't text values, they're integer constants which
    you can check out in DisplayProject. The one you want looks to
    be FS_VIEWONLY, which is equal to 2.
    All my best,
    Geoff
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    End of forte-users-digest V1 #1041
    ------ Message Header Follows ------
    Received: from pebble.SageIT.com by smtp3.per-se.com
    (PostalUnion/SMTP(tm) v2.2 (Build 22005) for Windows NT(tm))
    id AA-1998Sep02.105013.1787.119170; Wed, 02 Sep 1998 10:50:14 -0500
    Received: (from sync@localhost) by pebble.SageIT.com (8.6.10/8.6.9) id IAA16372
    for forte-users-digest-outgoing; Wed, 2 Sep 1998 08:00:11 -0700
    Date: Wed, 2 Sep 1998 08:00:11 -0700
    Message-Id: <[email protected]>
    From: [email protected]
    To: [email protected]
    Subject: forte-users-digest V1 #1041
    Reply-To: [email protected]
    Errors-To: [email protected]
    Precedence: bulk
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hello
    I'm a newbie labwindows,
     so i'm having the same error i have two pannel when i press paue still the same erro here is a preview of the code and a pic of the panel
    int CVICALLBACK PauseCB (int panel, int control, int event,
                             void *callbackData, int eventData1, int eventData2)
        switch (event)
            case EVENT_COMMIT:
             PauseFlag = TRUE;
             /*Timer Disabled When User Pauses*/
              SetCtrlAttribute (panelHandle,TABPANEL_TIMER,ATTR_ENABLED,0);
             SetPanelAttribute(TABPANEL_TIMER, ATTR_ENABLED,0);   
             TimerEnabled = FALSE;
             /*Timer Disabled When User Pauses*/
             /*Disable Use of Read/Write when timer is "paused"*/
             SetCtrlAttribute (panelHandle, TABPANEL_gpibwrt, ATTR_DIMMED,1);
             SetCtrlAttribute (panelHandle, TABPANEL_gpibwrt, ATTR_DIMMED,1);
             /*Disable Use of Read/Write when timer is "paused"*/
             SetCtrlAttribute (panelHandle, TABPANEL_CONTINUE, ATTR_DIMMED, 0);
             SetCtrlAttribute (panelHandle, TABPANEL_PAUSE, ATTR_DIMMED, 1);
                break;
            case EVENT_RIGHT_CLICK:
                break;
        return 0;
    Attachments:
    uir gpib .jpg ‏62 KB

  • Problem when Add Serial Number for Goods Receipt PO Document

    Dear All,
    In my App I have function to Add goods receipt PO and Serial for these items of this document as code bellows:
    oGrp = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes)
                'Add Header Goods Receipt
                oGrp.CardCode = "CC1"
                oGrp.CardName = "Card Code 1."
                oGrp.DocDate = now
                oGrp.DocDueDate = now
                oGrp.TaxDate = now
                Dim Qty As Int32 = 2
                For i As Integer = 0 To Qty - 1
                    oGrp.Lines.SerialNumbers.SystemSerialNumber = 1
                    oGrp.Lines.SerialNumbers.ManufacturerSerialNumber = "MSR01" & "-" & i
                    oGrp.Lines.SerialNumbers.InternalSerialNumber = "ISR01" & "-" & i
                    oGrp.Lines.SerialNumbers.SetCurrentLine(i)
                    oGrp.Lines.SerialNumbers.Add()
                Next
                oGrp.Lines.ItemCode = "YMY2H-BLACK"
                oGrp.Lines.ItemDescription = "My Item"
                oGrp.Lines.Currency = "USD"
                oGrp.Lines.Quantity = Qty
                oGrp.Lines.Price = 10000
                oGrp.Lines.DiscountPercent = 0
                RetVal = oGrp.Add()
                If RetVal <> 0 Then
                    oCompany.GetLastError(ErrCode, ErrMsg)
                    Return -1
                Else
                  End If
    When Add this document I have Error : "You should use existing serial/batch numbers for this document type ". Please help me fix this problem. In my SAP doesn't have Serial for these item. Please let me know How to add serial master data?
    Thanks & Regards

    Dear,
    Thanks for your support but when I chaged code as bellows:
    oGrp = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes)
                'Add Header Goods Receipt
                oGrp.CardCode = "CC1"
                oGrp.CardName = "Card Name."
                oGrp.DocDate = MyArrContainDocInfo(2)
                oGrp.DocDueDate = MyArrContainDocInfo(3)
                oGrp.TaxDate = MyArrContainDocInfo(4)
                Dim Qty As Int32 = 2
                oGrp.Lines.ItemCode = "YMY2H-BLACK"
                oGrp.Lines.ItemDescription = "My Item"
                oGrp.Lines.Currency = "USD"
                oGrp.Lines.Quantity = Qty
                oGrp.Lines.Price = 10000
                oGrp.Lines.DiscountPercent = 0
                For i As Integer = 0 To Qty - 1
                    oGrp.Lines.SerialNumbers.SetCurrentLine(i)
                    oGrp.Lines.SerialNumbers.SystemSerialNumber = i
                    oGrp.Lines.SerialNumbers.ManufacturerSerialNumber = "MSR01" & "-" & i
                    oGrp.Lines.SerialNumbers.InternalSerialNumber = "ISR01" & "-" & i
                    oGrp.Lines.SerialNumbers.Add()
                Next
                RetVal = oGrp.Add()
                If RetVal <> 0 Then
                    oCompany.GetLastError(ErrCode, ErrMsg)
                    Return -1
                Else
                              End If
    I have the same Error: "You should use existing serial/batch numbers for this document type". I try config in Gerneral Setting Form as image bellow: [http://www.hoanghaicap.com/GS.png|http://www.hoanghaicap.com/GS.png]. Please help me fix this problem. I try Add Goods receipt PO with items manage by Serial it's OK but by SDK it's not OK.
    Thanks & Regards,
    Edited by: Tao lao on Mar 10, 2010 2:44 AM

  • Problem in Scheduling Agreement Delivery Schedule

    Hi Guru's,
    We have a one problem in scheduling agreement delivery schedule.We are having delivery schedule from 29.05.2007 to 02.09.2009.As per standard procedure while raising GR the system updates GR quantity in first open quantity delivery schedule and it will go one by one delivery schedule. But in our case we raised many GR's and it was updated like that.But recent one GR(quantity - 2736) has skipped four delivery schedule and it has updated fifth delivery schedule.
    We dont know why system has skipped four delivery schedule.
    Anyone aware the reason.If any procedure or indicator is there.
    Please help us.
    I have attached screen shot for your reference.
    Points will be rewared.
    Thanks in advance.
    Best Regards,
    Naga.

    Hi Tao,
    Thank you so much for your reply.
    I have created two delivery schduled,Afterwards I released second delivery schedule please note taht I did not released first delivery schedule.
    Then I raised GR but the GR quantity is updating in first delivery schedule eventhough not released.As per your statement it has to update in second delivery schedule.But it is not working.
    Kindly suggest to me, Whether my understing is correct or not.
    I am expecting your valuable reply.
    Thanks in advance.
    Best Regards,
    Nagapandian.

  • Sharepoint 2013 explorer view error - problem opening this location in file explorer (HTTPS + Win7 Enterprise 64 bit + IE9 32 bit + Office 2007 32 bit)

    Hi,
    We have a problem using Sharepoint 2013 explorer view. (Error - We're having a problem opening this location in file explorer. Add this web site to your trusted sites list and try again).
    I'm using Windows 7 Enterprise 64 bit, Office 2007 32 bit and IE9 32 bit. And the sharepoint site is a https site.
    Some people in my organization are able to browse and some users getting the above error. (with the same client machine configuration)
    If I clear my browser cache, closes the browser and open it then the explorer view is working. But after a minute if I try again I'm getting the above mentioned error. This 1 minute expiration happens is since the first time I have used explorer
    view, not since I opened the browser.
    I have tried the following on my machine:
    1. Modified the web client service to run automatically.
    2. Verified the sharepoint site is part of trusted sites (https://*.spsite.com/)
    3. Compatibility mode is turned on.
    4. Tried adding
    AuthForwardServerList in the webclient registry settings under parameters. (restarted the web client)
    5. Verified the BasicAuthLevel set to 1 (since we are using SSL). Tried setting the BasicAuthLevel to 2 as well. (restarted the web client)
    6. Tried installing software update for web folders (KB907306).
    Verified the below on the production server:
    1. The web application has the root site collection.
    2. It has WebDav Publishing disabled under IIS Web Server feature.
    Could some one please help me in resolving this issue?
    Thanks.

    Hi  Deepak,
    According to your post, my understanding is that you failed to use "Open with Explorer"  in a document library.
    For your issue, please verify the following:
    ActiveX controls must be enabled in IE.
    As you are using Windows 7 Server as the client computer, you must install the Desktop Experience feature from Server Manager.
    Make sure there is a working Root site collection.
    Install this hotfix for windows 7 work with sharepoint 2013 :hotfixv4.microsoft.com/.../463266_intl_x64_zip.exe
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Problems with some web parts when using XSLT

    I have a page on which I have several web parts. Some web parts are custom while others are OOB and only XSLT is applied on them.  
    I am using 2 WFEs with NLB. Problem is when I do iisreset on one of the WFE then the OOB web parts with XSLT start giving error. You know the standard error "corelation ID....bla bla bla". Anyway the error automatically goes away after a 2, 3 minutes.
    So basically if I do iisreset or stop the iis, and then load that page, then all custom web parts load fine except those OOB web parts with XSLT. And then they too start working fine after 2, 3 minutes if I reload page.  
    What could be the reason for that? Looks like some service on which XSLT depends take time to load!? And once that service is loaded then they start working fine?  Or it could be due to distributed cache or something!?

    Hi  Frank,
    Which version of the SharePoint 2010 did you use?
    In June 2011 CU code was added to the DataFormWebPart (which is used to display list data) that if an XSLT transform took longer than 5 seconds, a StackOverflowException was thrown. This was done to avoid
    a potential Denial Of Service attack on SharePoint if crafted XML could be sent that would continually clog up the XSLT, thereby stopping pages from rendering.
    In August 2011 CU the transform "timeout" was reduced from 5 seconds to 1.
    So, any list with XSLT that takes longer than 1 second to parse in an XSLT transform goes *boom*.
    After you perform an IIS reset , the cache of the page was cleared and you encountered the error. Once the page is cached, there is no error.
    You can try to set up XSLT Timeout with the following PS commands:
    $farm = Get-SPFarm
    $farm.XsltTransformTimeOut = 5
    $farm.Update()
    Reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/de-DE/44cfd798-be7a-4436-8786-bd44049e7def/sp2010-column-filter-causing-unable-to-display-web-part-error-and-a-stack-overflow-exception?forum=sharepointgeneralprevious
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Problem burning DVD DL using Super Drive - Help

    I am using MacBook 13-inch Aluminum (Late 2008).
    I tried my new set of DVD+R DLs from Imation. But SuperDrive couldn't detect the DVDs.
    I checked my firmware version also, it is up-to-date.
    I tried with 3 new DVDs, but was of no use.
    But there is no problem reading dual-layer DVD movies.
    But the Disc burning Info shows that my SuperDrive is capable of burning +R DL.
    Could the problem be with the SuperDrive or the media.
    Need Help.
    Hardware Info:
    Boot ROM Version: MB51.007D.B03
    SMC Version (system): 1.32f8
    HL-DT-ST DVDRW GS21N: - Disc Burning Info.
    Firmware Revision: SA18
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipping Drive)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -R DL, -RW, +R, +R DL, +RW
    Write Strategies: CD-TAO, CD-SAO, CD-Raw, DVD-DAO

    You might just try another brand - regarding DL media slot-in drives may be very picky.
    Especially have an eye on that speed rating: try to choose blanks that are rated 4x max.

  • Need help - I2C write/read with TAOS TCS3414 light sensor using USB-8451

    Hello, I'm new to labview and need help setting up a vi that will allow me to communicate with a digital light sensor (TAOS TCS3414) using a USB-8451. I need to use the sensor to measure light from a light source that I designed and built as part of a project im working on. I've tried looking at several labview I2C exampled but find them to be very confusing. I've used an arduino to interface with the sensor successfully but need to use labview and dont understand how to write the program. The actions are simple; I need initialize the sensor with a simple command and then request data from 8 data registers and then read that data. The data will then be used in further calculations. The portion i need help with is writing and reading from the sensor. I've attached the datasheet for the sensor as a guide. I can also provide the arduino code that i use to read data from the sensor if that would help. 
    Pleae keep in mind that i am completely new to labVIEW. I really do want to learn from this but need quick results so the more help the better. It would greately appreciate any help or explaination. 
    Attachments:
    TCS3414_Datasheet_EN_v1.pdf ‏1806 KB

    Hi Aaron,
    Here you go, this is made with a USB-8452.
    When you run the code tick the power en dac enable box on.
    Maybe you can help me with my problem, I want to use a fiber to sense light from a led.
    Do you use any fiber hardware with the TCS3414?
    gr,
    Attachments:
    TCS3414.vi ‏63 KB

Maybe you are looking for

  • IPhone 5 landscape pictures

    Why do some of my photo's in landscape have black bars either side, and some fill up the whole screen, when viewing back on the iPhone 5? I've also noticed that when viewing some landscape iPhone 5 pics back in iPhoto (on my mac) they have zig zag li

  • Root's password recovery

    After update I have lost my password. I tried to recover, with getting additional command to kernel - init=/bin/bash, but after this my keyboard.  does not working. any ideas about this?? Maybe I can recover password in another way?

  • Wsa.jar buggy!

    The wsa.jar seems really beta to me. Providing an EAR file as input (Which deploys ok) causes the appended exception. Why deos the EJB assembler tries to find an ejb-jar.xml inside the EAR file? It should be in the bean jar file referenced by applica

  • Wi fi showsonnected but safari says not connected to internet

    wi fi shows connected but safari says not connected to internet.

  • Split functionality in FP05

    Hello Experts, I have a requirement like we will get two documents from billing with one account debit item and other account will have credit item. For example if first contract account having 100 , but the customer paid only 50 then i need to pay t