Puzzling requirement --- SOS

Hi experts ,
I need ur guidance i have two tables S1 and S2.Now we have three columns in it api_number well name and section.Remember the apinumber for both the column is one and same but some well names may be different .
I have written a stored procedure to update the table S1 w.r.t S2 well names but i have another requirement in which if some extra rows are added to the table S2 for the api number well names and section then the entries needs to be inserted into our table S1.As S1 has to be always updated w.r.t S2
I have modified the stored procedure but it doesn't work .Can anyone suggest me what changes i need to perform in the codes so as to achieve this requirement.
I am pasting my stored procedure as below.please make any change in the updation part for achieving the second requirement.
[\n]
CREATE PROCEDURE Job AS
cur_apinumber1 varchar(200);
cur_wellname1 varchar(200);
cur_apinumber2 varchar(200);
cur_wellname2 varchar(200);
CURSOR cur_T1 IS
SELECT api_number,
well_name
FROM s1;
CURSOR cur_T2 IS
SELECT api_number ,
well_name
FROM s2 ;
BEGIN
LOOP
--check if the cursor T1 is open or not
--If not then open the cursor
IF NOT cur_T1%ISOPEN THEN
OPEN cur_T1;
END IF;
IF cur_T1%ISOPEN THEN
--Fetching the values from cursor T1
FETCH cur_T1
INTO cur_apinumber1,
cur_wellname1;
LOOP
--check if the cursor T2 is open or not
--If not then open the cursor
IF NOT cur_T2%ISOPEN THEN
OPEN cur_T2;
END IF;
IF cur_T2%ISOPEN THEN
--Fetching the values from cursor T2
FETCH cur_T2
INTO cur_apinumber2,
cur_wellname2;
--Compare T2 with T1 and Update T1
BEGIN
IF (SUBSTR(cur_apinumber1,0,10) = SUBSTR(cur_apinumber2,0,10)) THEN
UPDATE s1
SET WELL_NAME= cur_wellname2
WHERE API_NUMBER = cur_apinumber1;
END IF;
ELSE
INSERT INTO s1
(SELECT * FROM s2 where cur_apinumber1= NULL);
END IF;
END;
--Closing the cursor for T2
IF cur_T2%NOTFOUND THEN
CLOSE cur_T2;
EXIT;
END IF;
END IF;
END LOOP;
--Closing the cursor for T1
IF cur_T1%NOTFOUND THEN
CLOSE cur_T1;
EXIT;
END IF;
END IF;
END LOOP;
[n]
Looking forward for the response on the same .
Thanks and Regards
Debashis

Hi satish ,
Thanks for your reply but can u be a bit explicit in ur reply.As i couldnt understand regarding the MERGE statement .Remember the table S1 has no constraint but S2 has a constraint called as unique key defined over api_number column .is it going to effect during the insertion of values and one more thing is my code and approach correct .If not can u please make any posible changes.
thanks
debashis

Similar Messages

  • Flash Player works with IE7 but not Firefox 2.0.0.4

    ahhhhhhhhhhhhhhhh HELP!!!!!!!!!!!!!!!!!!!!!!!
    Using Firefox
    Plugin icon (like part of a puzzle) required appears at top
    of page with message "Click here to download plugin" when I go to
    http://www.mclaren.com/ Most of
    the page appears but top does not.
    Try to download Adobe Flash Player Plugin Setup
    Get the following message
    'Adobe Flash Player Plugin Setup
    The following applications need to be closed before the Adobe
    Flash Player Plugin can be installed:
    Firefox'
    So I closed all programs including Firefox
    Opened Internet Explorer and went to site
    http://www.mclaren.com/ where
    Plugin icon (like part of puzzle) appeared under Firefox. The
    Plugin icon (like part of a puzzle) does not appear but a changing
    graphic appears
    I opened the list of installed programs - Control
    Panel/Uninstall
    I see that Adobe Flash Player ActiveX as being installed on
    16/06/07 but the file size in blank
    Using AVG 7.5 anti-virus so Norton Anti-virus is not on the
    computer any longer except still have to uninstall Live Update 3.2
    which would not install with Norton Anti-virus and requires a
    special uninstall program
    What do I need to do to get Flash Player to run when I am
    using the Firefox browser?
    Windows Vista Home Premium Version/Build 6.0 on HP Pavillion
    dv6000 (RU698UA#ABL)
    Intel T-2250 1.73GHz
    BIOS Version: F.12 19/12/2006 Hewlett-Packard
    RAM 1014 MB
    32 bit Operating System
    Firefox 2.0.0.4
    Windows Internet Explorer 7 Version 7.0.6000.16473 Update
    Version 0

    Not works means you get a blank screen as the webpage; works is when you have to allow Flash Player to run "outside of protected" mode several times to get the website to come up.
    Try www.wzeconsulting.com on the three browsers to see what I mean.  wzeconsulting.com is not some spam site, it is the site for a business in China that I work with.
    Thanks,

  • Key Figure as Nav Attribute

    Hi,
    I'm working on BW3.5, and one puzzling requirement we've recently had is to provide a report on number of repaired assets by diameter bands.
    There are some standard diameter bands given, like "<=5in or <=90mm", ">5in to 18in or >90mm to 500mm." *
    This kind of a report is not possible by putting a KF into a cube/ODS and putting a condition on it because conditions would work at the entire report level. I could have done it by modelling the diameter as a NUMC characteristic (with the unit in another Z-characteristic) but the trouble is that diameter can be in decimals, for instance 3.75 inches. Bringing that into a NUMC characteristic will give it a nonsensical value of 375.
    So I was thinking of a Key Figure as nav attrib of the asset itself. But once you include a KF as a characteristic attribute, BW does not allow the KF (and its corresponding unit) to be used as Nav Attribs. The button to switch it on as a Nav Attrib doesn't appear at all for that particular KF.
    Maybe I'm missing something here. Can anyone give me a pointer?
    Regards,
    Suhas

    Hi,
    You cannot make a KF attr as nav attr. But you can use a formula variable processed by replacement path to pull in the value of this KF attr into the query and use it in a calculation. There is also a How To doc for this...you can find it on SDN.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/72f4a790-0201-0010-5b89-a42a32223ffc
    -Vikram

  • STOCK OF FINISHED PRODUCT BY PIR NOT CONSIDERING WHILE TAKING MRP RUN

    DEAR SAPGURUS,
           I have finished product stock of 50 nos through planned independent requairement. now i am creating sales order for finished product but mrp run generate the planned order for finished product. I dont have planned order for finished product because material already have stock. what can i do please give solution.
    thanks.
    Regards
    Atul

    Hi Atul,
    Please describe your problem better, it's not easy to understand...
    Strategy 10 is net reqirement planning:
    - SAP considers only PIRs as requirements, SOs are not considered
    - SAP considers stock levels
    - requirements should be LSF (check in MD04)
    If you input sales order SAP won't create PldOrd for it. If you have stock and you want to create more to fulfil you SO, you have to input PIR accordingly and run MRP.
    Please clarify your problem...in a way that we may understand it.
    http://help.sap.com/saphelp_47x200/helpdata/en/60/9ea1536fbd11d191820000e8a5f6e6/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/e0/71bb199c9f11d191920000e8a5f6e6/frameset.htm
    Thanks,
    Csaba

  • SOS...Cant Install CS5, Exit Code 7, memory requirement not met, etc.

    I am attempting installation of newly purchased CS5 Design Premium.  My system will not support InDesign so I unchecked that before attempting install. I ran install under normal and safe boot and the following messages occur in each..
    Exit Code: 7......0 fatal error(s), 65 error(s), 124 warning(s) 
    WARNING: DW036: Payload cannot be installed due to dependent operation failure, and so on...
    and the first of the errors....
    ERROR: Updating driver data failed. Driver entry was not added. ARP estimated size 3726KB
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR: DW050:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR: DW050:  - SiteCatalyst NetAverages: Install failed,
    and so on, stating all installations had failed.      
    My file system is Journaled HFS+ , (is this case-insensitive??) with 30 GB free. I am running a 32bit MacBook with OSX 10.6.8  I have been on with tech support where I purchased the CS5 design premium. I have 1GB RAM, I was told by them that I need 2GB, the box system requirements state it needs 1GB and the read me file says I need 500MB.
    Is this something that would prevent my install and cause these install errors under exit code 7?  The warning pertaining to dependent operation failure seems too generic to help at all.  I have been trying to get this program up and running for a week and my work is piling up, please help or advise.  My head is spinning!
    Note: Please keep in mind that I am new to Mac OS. I always been stuck with a Windows PC until recently. Therefore some things are difficult for me to grasp at this point.
    THANK YOU FOR ANY AND ALL HELP!SOS...Cant Install CS5, Exit Code 7, memory requirement not met, etc.

    Exit Code: 6, Exit Code: 7 Installation Errors - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to review your installation logs

  • [SOLVED] Puzzled: Web site visible on network but not outside network

    Edit: Ok, nevermind . . . somehow the problem has resolved itself. Perhaps my ISP was having a bad hair day or something.
    I'm puzzled by this small problem I'm having. It is NOT a critical problem or anything, just something I'd like to solve.
    I've installed the LAMP packages, set up a small MySQL database and made a very simple web interface for it. The web pages open fine on my main computer and all the other computers on our network, but it is not visible outside our network.
    I am behind a router and I have forwarded port 80 to my local IP. I've set httpd: ALL, http: ALL and (finally) ALL: ALL: ACCEPT in /etc/hosts.
    I got to thinking maybe my ISP (RoadRunner) is blocking port 80 requests to my home, so I changed the port to 9292 and forwarded that to my local IP. Still not visible from the outside.
    I've tinkered with the /etc/httpd/conf/httpd.conf file (pasted in below) but still there is no outside connectivity, changing the listen settings and the server name settings. I can still access it fine from this side of the router. I've restarted the httpd service many times.
    I've done all I can think to do to solve the issue. it is likely I am overlooking something very basic. Any help or ideas are appreciated. Below is my httpd.conf.
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "/var/log/httpd/foo_log"
    # with ServerRoot set to "/etc/httpd" will be interpreted by the
    # server as "/etc/httpd//var/log/httpd/foo_log".
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk. If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/etc/httpd"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 192.168.1.100:9292
    #Listen *:9292
    # 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.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbd_module modules/mod_authn_dbd.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule file_cache_module modules/mod_file_cache.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule disk_cache_module modules/mod_disk_cache.so
    LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule dbd_module modules/mod_dbd.so
    LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule log_forensic_module modules/mod_log_forensic.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule ident_module modules/mod_ident.so
    LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule ssl_module modules/mod_ssl.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule info_module modules/mod_info.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule cgid_module modules/mod_cgid.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule php5_module modules/libphp5.so
    LoadModule php5_module /usr/lib/httpd/modules/libphp5.so
    AddHandler php5-script php
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # 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 http
    Group http
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    ServerName 192.168.1.100:9292
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    # 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
    Order deny,allow
    Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </FilesMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # 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 log_config_module>
    # 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
    <IfModule logio_module>
    # 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.
    CustomLog "/var/log/httpd/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/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # 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.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock /var/run/httpd/cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # DefaultType: 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 mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #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
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # 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.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic 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.
    #MIMEMagicFile conf/magic
    # 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
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    Include conf/extra/php5_module.conf
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    Last edited by Rumor (2009-01-29 15:04:27)

    You could try a factory reset of the home hub, as sometimes the config can get corrupted.
    There is some general help on this page.
    Help with setting up routers, wireless repeaters, TVs and printers, CCTV cameras, VOIP Phones
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • I want to put music on my iPhone 4, but am not able to because I can not download the version of iTunes required because my mac computer is too old.

    Am just having troubles in adding music to my new phone in that when I connect it to my computer it says that the phone requires the new version of iTunes being 10.5, but when I go to download this for my mac computer it says that this version of iTunes requires a different mac, meaning that my computer is too old.  So I am just wondering how I can get music onto my phone?!

    You will have to upgrade your operating system version and possibly your whole computer.  We cannot provide more information easily until we know more about your system.
    Get more information about your computer. Go to the Apple in the upper left corner of any window, then "About This Mac", then "More Info..."  Copy and paste the information here, but omit the serial number and Hardware UUID (if present).
    Apple does tell you about required equipment for the iPhone -- in 8 point medium gray type on a light gray box.   The Store associates kind of automatically assume everybody is running a new model computer and the one I met when we bought our iPhone had never seen a pre-2008 Mac and was somewhat puzzled why anybody would own such an antique.

  • LogMiner puzzle - CLOB datatype

    Hello, everybody!
    Sorry for the cross-post here and in "Database\SQL and PL/SQL" forum, but the problem I am trying to dig is somewhere between those two areas.
    I need a bit of an advice whether the following behavior is wrong an requires SR to be initiated – or I am just missing something.
    Setting:
    -     Oracle 11.2.0.3 Enterprise Edition 64-bit on Win 2008.
    -     Database is running in ARCHIVELOG mode with supplemental logging enabled
    - DB_SECUREFILE=PERMITTED (so, by default LOBs will be created as BasicFiles - but I didn't notice any behavior difference comparing to SecureFile implementation)
    Test #1. Initial discovery of a problem
    1. Setup:
    <li> I created a table MISHA_TEST that contains CLOB column
    create table misha_test  (a number primary key, b_cl CLOB)<li> I run anonymous block that would insert into this table WITHOUT referencing CLOB column
    begin
         insert into misha_test (a) values (1);
         commit;
    end;2. I looked at generated logs via the LogMiner and found the following entries in V$LOGMNG_CONTENTS:
    SQL_REDO
    set transaction read write;
    insert into "MISHA_TEST"("A","B_CL") values ('1',EMPTY_CLOB());
    set transaction read write;
    commit;
    update "MISHA_TEST" set "B_CL" = NULL where "A" = '1' and ROWID = 'AAAj90AAKAACfqnAAA';
    commit;And here I am puzzled: why do we have two operations for a single insert – first write EMPTY_CLOB into B_CL and then update it to NULL? But I didn’t even touch the column B_CL! Seems very strange – why can’t we write NULL to B_CL from the very beginning instead of first creating a pointer and than destroying it.
    Key question:
    - why NULL value in CLOB column should be handled differently than NULL value in VARCHAR2 column?
    Test #2. Quantification
    Question:
    -     having LOB column in the table seems to cause an overhead of generating more logs. But could it be quantified?
    Assumption:
    -     My understanding is that CLOBs defined with “storage in row enabled = true” (default) up to ~ 4k of size behave like Varchar2(4000) and only when the size goes above 4k we start using real LOB mechanisms.
    Basic test:
    1.     Two tables:
    <li> With CLOB:
    create table misha_test_clob2  (a_nr number primary key, b_tx varchar2(4000), c_dt date, d_cl CLOB)<li>With VARCHAR2:
    create table misha_test_clob   (a_nr number primary key, b_tx varchar2(4000), c_dt date, d_cl VARCHAR2(4000))2.     Switch logfile/Insert 1000 rows and populate only A_NR/Switch logfile
    insert into misha_test_clob (a_nr)
    select level
    from dual
    connect by level < 10013.     Check sizes of generated logs:
    <li>With CLOB – 689,664 bytes
    <li>With Varchar2 – 509.440 (<b>or about 26% reduction</b>)
    Summary:
    <li>the overhead is real. It means that table with VARCHAR2 column is cheaper to maintain, even if you are not using that column. So adding LOB columns to a table "just in case" is a really bad idea.
    <li>Having LOB columns in the table that has tons of INSERT operations is expensive.
    Just to clarify a real business case - I have a table with some number of attributes, one attribute has CLOB datatype. Frequency of inserts in this table is pretty high, frequency of using CLOB column is pretty low (NOT NULL ~0.1%). But because of that CLOB column I generate a lot more LOG data than I need (about 30% extra). Seems like a real waste of time! For now I requested development team to split the table into two, but that's still a bandage.
    So, does anybody care? Comments/suggestions are very welcome!
    Thanks a lot!
    Michael Rosenblum

    Hello, everybody!
    Sorry for the cross-post here and in "Database\SQL and PL/SQL" forum, but the problem I am trying to dig is somewhere between those two areas.
    I need a bit of an advice whether the following behavior is wrong an requires SR to be initiated – or I am just missing something.
    Setting:
    -     Oracle 11.2.0.3 Enterprise Edition 64-bit on Win 2008.
    -     Database is running in ARCHIVELOG mode with supplemental logging enabled
    - DB_SECUREFILE=PERMITTED (so, by default LOBs will be created as BasicFiles - but I didn't notice any behavior difference comparing to SecureFile implementation)
    Test #1. Initial discovery of a problem
    1. Setup:
    <li> I created a table MISHA_TEST that contains CLOB column
    create table misha_test  (a number primary key, b_cl CLOB)<li> I run anonymous block that would insert into this table WITHOUT referencing CLOB column
    begin
         insert into misha_test (a) values (1);
         commit;
    end;2. I looked at generated logs via the LogMiner and found the following entries in V$LOGMNG_CONTENTS:
    SQL_REDO
    set transaction read write;
    insert into "MISHA_TEST"("A","B_CL") values ('1',EMPTY_CLOB());
    set transaction read write;
    commit;
    update "MISHA_TEST" set "B_CL" = NULL where "A" = '1' and ROWID = 'AAAj90AAKAACfqnAAA';
    commit;And here I am puzzled: why do we have two operations for a single insert – first write EMPTY_CLOB into B_CL and then update it to NULL? But I didn’t even touch the column B_CL! Seems very strange – why can’t we write NULL to B_CL from the very beginning instead of first creating a pointer and than destroying it.
    Key question:
    - why NULL value in CLOB column should be handled differently than NULL value in VARCHAR2 column?
    Test #2. Quantification
    Question:
    -     having LOB column in the table seems to cause an overhead of generating more logs. But could it be quantified?
    Assumption:
    -     My understanding is that CLOBs defined with “storage in row enabled = true” (default) up to ~ 4k of size behave like Varchar2(4000) and only when the size goes above 4k we start using real LOB mechanisms.
    Basic test:
    1.     Two tables:
    <li> With CLOB:
    create table misha_test_clob2  (a_nr number primary key, b_tx varchar2(4000), c_dt date, d_cl CLOB)<li>With VARCHAR2:
    create table misha_test_clob   (a_nr number primary key, b_tx varchar2(4000), c_dt date, d_cl VARCHAR2(4000))2.     Switch logfile/Insert 1000 rows and populate only A_NR/Switch logfile
    insert into misha_test_clob (a_nr)
    select level
    from dual
    connect by level < 10013.     Check sizes of generated logs:
    <li>With CLOB – 689,664 bytes
    <li>With Varchar2 – 509.440 (<b>or about 26% reduction</b>)
    Summary:
    <li>the overhead is real. It means that table with VARCHAR2 column is cheaper to maintain, even if you are not using that column. So adding LOB columns to a table "just in case" is a really bad idea.
    <li>Having LOB columns in the table that has tons of INSERT operations is expensive.
    Just to clarify a real business case - I have a table with some number of attributes, one attribute has CLOB datatype. Frequency of inserts in this table is pretty high, frequency of using CLOB column is pretty low (NOT NULL ~0.1%). But because of that CLOB column I generate a lot more LOG data than I need (about 30% extra). Seems like a real waste of time! For now I requested development team to split the table into two, but that's still a bandage.
    So, does anybody care? Comments/suggestions are very welcome!
    Thanks a lot!
    Michael Rosenblum

  • Some knowledge and help required!

    I've been a long term reader of the boards, and thanks to them have never had to post on here... until now!
    My 2009 Macbook Pro has within the last couple of months developed a seriously annoying problem. Immediately upon waking from sleep, the wifi seems to struggle to find a connection and keeps showing the searching symbol. If I try click on the symbol, or do ANYTHING else, I get the beachball, and the system completely freezes and I have to do a hard restart. This was a sudden thing, my macbook had been working perfectly before this.
    Now, I first took it to the apple store after my harddrive supposedly failed, I thought maybe all the hard restarts due to the freezing had damaged the drive, or that maybe the drive was responsible for the problems in the first place. The genius suggested I send my SSD back to Samsung (I had installed an 840 SATA SSD about 10 months fine and had been working perfectly), which I did. Samsung then returned the same SSD with no apparent damage. Tried to re-upload my data from a time machine backup which failed when reaching around 14%, causing the drive to become unreadable again and causing kernel panics on startup. So again, another trip to the genius bar where my drive was wiped and I was able to upload Mavericks, after which I used migration assistant to restore my data. I then tried to see if the sleep bug had disappeared but it still remains!
    After yet more disappointment and more searching of online communities, I tried the apple hardware test, which came back as all clear. Disc utilities and Onyx have all reported no damage and say the system appears to be ok. I have even tried deleting prefered networks in the network preferences as I had seen this suggested for something similar that some Lion users had seen. So now, I'm completely stuck and am dreading another trip to the apple store!
    My specs are...
    Macbook Pro 2009
    2.26 GHz Intel core 2 duo
    8GB 1067 MHz DDR3 (installed by me)
    250GB 840 series SSD SATA (installed by me)
    Below is the log from one of the freezes. Maybe this will help any kind soul that may have more of an idea than me!
    19/03/2014 15:02:03.237 com.apple.time[173]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    19/03/2014 15:02:07.000 kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    19/03/2014 15:09:47.000 bootlog[0]: BOOT_TIME 1395241787 0
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    19/03/2014 15:09:50.000 kernel[0]: Longterm timer threshold: 1000 ms
    19/03/2014 15:09:50.000 kernel[0]: Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
    19/03/2014 15:09:50.000 kernel[0]: vm_page_bootstrap: 1946759 free pages and 68473 wired pages
    19/03/2014 15:09:50.000 kernel[0]: kext submap [0xffffff7f807a6000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a6000]
    19/03/2014 15:09:50.000 kernel[0]: zone leak detection enabled
    19/03/2014 15:09:50.000 kernel[0]: "vm_compressor_mode" is 4
    19/03/2014 15:09:50.000 kernel[0]: standard timeslicing quantum is 10000 us
    19/03/2014 15:09:50.000 kernel[0]: standard background quantum is 2500 us
    19/03/2014 15:09:50.000 kernel[0]: mig_table_max_displ = 74
    19/03/2014 15:09:50.000 kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    19/03/2014 15:09:50.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    19/03/2014 15:09:50.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    19/03/2014 15:09:50.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    19/03/2014 15:09:50.000 kernel[0]: calling mpo_policy_init for Sandbox
    19/03/2014 15:09:50.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    19/03/2014 15:09:50.000 kernel[0]: calling mpo_policy_init for Quarantine
    19/03/2014 15:09:50.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    19/03/2014 15:09:50.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    19/03/2014 15:09:50.000 kernel[0]: The Regents of the University of California. All rights reserved.
    19/03/2014 15:09:50.000 kernel[0]: MAC Framework successfully initialized
    19/03/2014 15:09:50.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    19/03/2014 15:09:50.000 kernel[0]: AppleKeyStore starting (BUILT: Jan 16 2014 20:19:00)
    19/03/2014 15:09:50.000 kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    19/03/2014 15:09:50.000 kernel[0]: ACPI: sleep states S3 S4 S5
    19/03/2014 15:09:50.000 kernel[0]: pci (build 20:00:24 Jan 16 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    19/03/2014 15:09:50.000 kernel[0]: AppleIntelCPUPowerManagement: (built 19:46:50 Jan 16 2014) initialization complete
    19/03/2014 15:09:50.000 kernel[0]: [ PCI configuration begin ]
    19/03/2014 15:09:50.000 kernel[0]: Sleep failure code 0x00004000 0x27006500
    19/03/2014 15:09:50.000 kernel[0]: console relocated to 0xf80010000
    19/03/2014 15:09:50.000 kernel[0]: [ PCI configuration end, bridges 5, devices 18 ]
    19/03/2014 15:09:50.000 kernel[0]: NVEthernet::start - Built Jan 16 2014 20:18:49
    19/03/2014 15:09:50.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 00254bfffece7d4a; max speed s800.
    19/03/2014 15:09:50.000 kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833, 2
    19/03/2014 15:09:50.000 kernel[0]: mcache: 2 CPU(s), 64 bytes CPU cache line size
    19/03/2014 15:09:50.000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    19/03/2014 15:09:50.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    19/03/2014 15:09:50.000 kernel[0]: rooting via boot-uuid from /chosen: CE8F1BC6-DE7C-33DE-A64C-24758685A98B
    19/03/2014 15:09:50.000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    19/03/2014 15:09:50.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    19/03/2014 15:09:50.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    19/03/2014 15:09:50.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    19/03/2014 15:09:50.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    19/03/2014 15:09:50.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    19/03/2014 15:09:50.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Samsung SSD 840 Series Media/IOGUIDPartitionScheme/Macintosh HD@2
    19/03/2014 15:09:50.000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    19/03/2014 15:09:50.000 kernel[0]: jnl: b(1, 2): replay_journal: from: 7869440 to: 12563456 (joffset 0xe8e000)
    19/03/2014 15:09:50.000 kernel[0]: BTCOEXIST off
    19/03/2014 15:09:50.000 kernel[0]: BRCM tunables:
    19/03/2014 15:09:50.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    19/03/2014 15:09:50.000 kernel[0]: jnl: b(1, 2): journal replay done.
    19/03/2014 15:09:50.000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    19/03/2014 15:09:50.000 kernel[0]: hfs: Removed 21 orphaned / unlinked files and 48 directories
    19/03/2014 15:09:48.354 com.apple.launchd[1]: *** launchd[1] has started up. ***
    19/03/2014 15:09:48.354 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    19/03/2014 15:09:50.731 com.apple.SecurityServer[15]: Session 100000 created
    19/03/2014 15:09:50.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    19/03/2014 15:09:50.000 kernel[0]: IO80211Interface::efiNVRAMPublished():
    19/03/2014 15:09:51.030 com.apple.SecurityServer[15]: Entering service
    19/03/2014 15:09:51.000 kernel[0]: IOBluetoothUSBDFU::probe
    19/03/2014 15:09:51.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8213 FirmwareVersion - 0x0207
    19/03/2014 15:09:51.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x0c00 ****
    19/03/2014 15:09:51.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x0c00 ****
    19/03/2014 15:09:51.000 kernel[0]: NVDAStartup: Official
    19/03/2014 15:09:51.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    19/03/2014 15:09:51.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    19/03/2014 15:09:51.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    19/03/2014 15:09:51.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    19/03/2014 15:09:51.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    19/03/2014 15:09:51.000 kernel[0]: Previous Shutdown Cause: 3
    19/03/2014 15:09:51.000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    19/03/2014 15:09:51.000 kernel[0]: NVDANV50HAL loaded and registered
    19/03/2014 15:09:51.000 kernel[0]: init
    19/03/2014 15:09:51.000 kernel[0]: probe
    19/03/2014 15:09:51.000 kernel[0]: start
    19/03/2014 15:09:51.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x0c00
    19/03/2014 15:09:51.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    19/03/2014 15:09:51.203 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    19/03/2014 15:09:51.217 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    19/03/2014 15:09:51.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    19/03/2014 15:09:51.000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xb480 -- 0x5000 -- 0x0c00 ****
    19/03/2014 15:09:51.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    19/03/2014 15:09:51.000 kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    19/03/2014 15:09:51.721 fseventsd[38]: event logs in /.fseventsd out of sync with volume. destroying old logs. (2914 4 3378)
    19/03/2014 15:09:51.721 fseventsd[38]: log dir: /.fseventsd getting new uuid: CC1570F6-D1D4-42FF-87AC-B3B13D8DF1FE
    19/03/2014 15:09:51.000 kernel[0]: DSMOS has arrived
    19/03/2014 15:09:51.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    19/03/2014 15:09:51.838 configd[18]: dhcp_arp_router: en1 SSID unavailable
    19/03/2014 15:09:51.850 configd[18]: setting hostname to "ben-dodsons-macbook-pro.local"
    19/03/2014 15:09:51.856 configd[18]: network changed.
    19/03/2014 15:09:51.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    19/03/2014 15:09:51.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    19/03/2014 15:09:52.000 kernel[0]: VM Swap Subsystem is ON
    19/03/2014 15:09:52.271 hidd[68]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    19/03/2014 15:09:52.272 hidd[68]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    19/03/2014 15:09:52.337 loginwindow[63]: Login Window Application Started
    19/03/2014 15:09:52.385 digest-service[85]: label: default
    19/03/2014 15:09:52.385 digest-service[85]:                   dbname: od:/Local/Default
    19/03/2014 15:09:52.385 digest-service[85]:                   mkey_file: /var/db/krb5kdc/m-key
    19/03/2014 15:09:52.385 digest-service[85]:                   acl_file: /var/db/krb5kdc/kadmind.acl
    19/03/2014 15:09:52.394 awacsd[79]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    19/03/2014 15:09:52.401 mDNSResponder[60]: mDNSResponder mDNSResponder-522.90.2 (Nov 3 2013 18:51:09) starting OSXVers 13
    19/03/2014 15:09:52.403 digest-service[85]: digest-request: uid=0
    19/03/2014 15:09:52.408 awacsd[79]: InnerStore CopyAllZones: no info in Dynamic Store
    19/03/2014 15:09:52.546 com.apple.usbmuxd[45]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    19/03/2014 15:09:52.564 digest-service[85]: digest-request: netr probe 0
    19/03/2014 15:09:52.566 digest-service[85]: digest-request: init request
    19/03/2014 15:09:52.580 digest-service[85]: digest-request: init return domain: BUILTIN server: BEN-DODSONS-MACBOOK-PRO indomain was: <NULL>
    19/03/2014 15:09:52.731 apsd[81]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    19/03/2014 15:09:52.771 mDNSResponder[60]: D2D_IPC: Loaded
    19/03/2014 15:09:52.771 mDNSResponder[60]: D2DInitialize succeeded
    19/03/2014 15:09:52.775 configd[18]: network changed.
    19/03/2014 15:09:52.789 configd[18]: network changed: DNS*
    19/03/2014 15:09:52.793 mDNSResponder[60]:   4: Listening for incoming Unix Domain Socket client requests
    19/03/2014 15:09:52.929 networkd[113]: networkd.113 built Aug 24 2013 22:08:46
    19/03/2014 15:09:52.000 kernel[0]: [BNBMouseDevice::init][80.14] init is complete
    19/03/2014 15:09:53.065 WindowServer[94]: Server is starting up
    19/03/2014 15:09:53.000 kernel[0]: [BNBMouseDevice::handleStart][80.14] returning 1
    19/03/2014 15:09:53.000 kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    19/03/2014 15:09:53.076 WindowServer[94]: Session 256 retained (2 references)
    19/03/2014 15:09:53.076 WindowServer[94]: Session 256 released (1 references)
    19/03/2014 15:09:53.097 WindowServer[94]: Session 256 retained (2 references)
    19/03/2014 15:09:53.100 WindowServer[94]: init_page_flip: page flip mode is on
    19/03/2014 15:09:53.204 mds[59]: (Normal) FMW: FMW 0 0
    19/03/2014 15:09:53.000 kernel[0]: [AppleMultitouchDevice::start] entered
    19/03/2014 15:09:53.410 locationd[65]: NBB-Could not get UDID for stable refill timing, falling back on random
    19/03/2014 15:09:53.503 locationd[65]: Location icon should now be in state 'Inactive'
    19/03/2014 15:09:53.507 locationd[65]: locationd was started after an unclean shutdown
    19/03/2014 15:09:53.653 mds[59]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    19/03/2014 15:09:53.668 mds[59]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    19/03/2014 15:09:53.733 mds[59]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    19/03/2014 15:09:53.766 airportd[83]: airportdProcessDLILEvent: en1 attached (up)
    19/03/2014 15:09:53.000 kernel[0]: createVirtIf(): ifRole = 1
    19/03/2014 15:09:53.000 kernel[0]: in func createVirtualInterface ifRole = 1
    19/03/2014 15:09:53.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    19/03/2014 15:09:53.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    19/03/2014 15:09:53.000 kernel[0]: Created virtif 0xffffff8017f32400 p2p0
    19/03/2014 15:09:53.000 kernel[0]: nspace-handler-set-snapshot-time: 1395241795
    19/03/2014 15:09:53.802 com.apple.mtmd[58]: Set snapshot time: 2014-03-19 15:09:55 +0000 (current time: 2014-03-19 15:09:53 +0000)
    19/03/2014 15:09:53.810 WindowServer[94]: Found 27 modes for display 0x00000000 [24, 3]
    19/03/2014 15:09:53.819 WindowServer[94]: Found 1 modes for display 0x00000000 [1, 0]
    19/03/2014 15:09:53.829 WindowServer[94]: mux_initialize: Couldn't find any matches
    19/03/2014 15:09:53.832 WindowServer[94]: Found 27 modes for display 0x00000000 [24, 3]
    19/03/2014 15:09:53.841 WindowServer[94]: Found 1 modes for display 0x00000000 [1, 0]
    19/03/2014 15:09:53.868 WindowServer[94]: WSMachineUsesNewStyleMirroring: false
    19/03/2014 15:09:53.868 WindowServer[94]: Display 0x04272f40: GL mask 0x1; bounds (0, 0)[1280 x 800], 27 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cbd, S/N 0, Unit 0, Rotation 0
    UUID 0x4aa0e71648884bb263bcdf6519c05a2b
    19/03/2014 15:09:53.868 WindowServer[94]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    19/03/2014 15:09:53.879 WindowServer[94]: WSSetWindowTransform: Singular matrix
    19/03/2014 15:09:53.884 WindowServer[94]: Display 0x04272f40: GL mask 0x1; bounds (0, 0)[1280 x 800], 27 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cbd, S/N 0, Unit 0, Rotation 0
    UUID 0x4aa0e71648884bb263bcdf6519c05a2b
    19/03/2014 15:09:53.884 WindowServer[94]: Display 0x003f003d: GL mask 0x2; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    19/03/2014 15:09:53.884 WindowServer[94]: CGXPerformInitialDisplayConfiguration
    19/03/2014 15:09:53.884 WindowServer[94]:   Display 0x04272f40: Unit 0; Vendor 0x610 Model 0x9cbd S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    19/03/2014 15:09:53.885 WindowServer[94]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    19/03/2014 15:09:53.944 WindowServer[94]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x0000418b, unit 0, caps QEX|MIPMAP, vram 256 MB
    19/03/2014 15:09:53.950 WindowServer[94]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    19/03/2014 15:09:53.950 WindowServer[94]: GLCompositor enabled for tile size [256 x 256]
    19/03/2014 15:09:53.950 WindowServer[94]: CGXGLInitMipMap: mip map mode is on
    19/03/2014 15:09:53.961 loginwindow[63]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    19/03/2014 15:09:54.059 WindowServer[94]: Display 0x04272f40: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    19/03/2014 15:09:54.146 systemkeychain[91]: done file: /var/run/systemkeychaincheck.done
    19/03/2014 15:09:54.184 launchctl[134]: com.apple.findmymacmessenger: Already loaded
    19/03/2014 15:09:54.263 loginwindow[63]: Setting the initial value of the magsave brightness level 1
    19/03/2014 15:09:54.321 loginwindow[63]: Login Window Started Security Agent
    19/03/2014 15:09:54.450 SecurityAgent[142]: This is the first run
    19/03/2014 15:09:54.450 SecurityAgent[142]: MacBuddy was run = 0
    19/03/2014 15:09:54.486 WindowServer[94]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7f86cac11c00) - enabling OpenGL
    19/03/2014 15:09:54.498 com.apple.SecurityServer[15]: Session 100004 created
    19/03/2014 15:09:55.000 kernel[0]: hfs: mounted Recovery HD on device disk0s3
    19/03/2014 15:09:55.117 mds[59]: (Normal) Volume: volume:0x7f925306b000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    19/03/2014 15:09:55.230 fseventsd[38]: Logging disabled completely for device:1: /Volumes/Recovery HD
    19/03/2014 15:09:55.000 kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    19/03/2014 15:09:55.415 UserEventAgent[136]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    19/03/2014 15:09:55.882 WindowServer[94]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    19/03/2014 15:09:55.931 WindowServer[94]: Display 0x04272f40: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    19/03/2014 15:09:55.950 WindowServer[94]: Display 0x04272f40: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    19/03/2014 15:09:56.000 kernel[0]: en1: 802.11d country code set to 'GB'.
    19/03/2014 15:09:56.000 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    19/03/2014 15:09:56.000 kernel[0]: MacAuthEvent en1   Auth result for: cc:33:bb:58:bf:f4  MAC AUTH succeeded
    19/03/2014 15:09:56.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    19/03/2014 15:09:56.000 kernel[0]: AirPort: Link Up on en1
    19/03/2014 15:09:56.000 kernel[0]: en1: BSSID changed to cc:33:bb:58:bf:f4
    19/03/2014 15:09:56.000 kernel[0]: AirPort: RSN handshake complete on en1
    19/03/2014 15:09:56.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    19/03/2014 15:09:58.162 SecurityAgent[142]: User info context values set for Ben
    19/03/2014 15:09:58.392 SecurityAgent[142]: Login Window login proceeding
    19/03/2014 15:09:58.669 loginwindow[63]: Login Window - Returned from Security Agent
    19/03/2014 15:09:58.722 loginwindow[63]: USER_PROCESS: 63 console
    19/03/2014 15:09:58.761 mtmfs[57]: mount succeeded for /Volumes/MobileBackups
    19/03/2014 15:09:58.773 mds[59]: (Normal) Volume: volume:0x7f9253069000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/MobileBackups
    19/03/2014 15:09:58.773 mds[59]: (Normal) Volume: volume:0x7f9253069000 ********** Created snapshot backup index
    19/03/2014 15:09:58.869 airportd[83]: _doAutoJoin: Already associated to “BTHub4-ZN8J”. Bailing on auto-join.
    19/03/2014 15:09:58.000 kernel[0]: AppleKeyStore:Sending lock change 0
    19/03/2014 15:09:58.954 com.apple.launchd.peruser.501[163]: Background: Aqua: Registering new GUI session.
    19/03/2014 15:09:58.983 com.apple.launchd.peruser.501[163]: (com.divx.agent.postinstall) Unknown key: LimitToSessionType
    19/03/2014 15:09:58.983 com.apple.launchd.peruser.501[163]: (com.robohippo.HippoConnectAgent) Ignored this key: UserName
    19/03/2014 15:09:58.983 com.apple.launchd.peruser.501[163]: (com.robohippo.HippoConnectAgent) Ignored this key: GroupName
    19/03/2014 15:09:58.985 com.apple.launchd.peruser.501[163]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    19/03/2014 15:09:58.987 com.apple.launchd.peruser.501[163]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    19/03/2014 15:09:58.993 launchctl[165]: com.apple.pluginkit.pkd: Already loaded
    19/03/2014 15:09:58.993 launchctl[165]: com.apple.sbd: Already loaded
    19/03/2014 15:09:59.025 configd[18]: network changed: DNS* Proxy
    19/03/2014 15:09:59.026 UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'BTHub4-ZN8J' making interface primary (protected network)
    19/03/2014 15:09:59.028 UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    19/03/2014 15:09:59.029 UserEventAgent[11]: Captive: en1: Probing 'BTHub4-ZN8J'
    19/03/2014 15:09:59.044 configd[18]: network changed: v4(en1!:192.168.1.70) DNS+ Proxy+ SMB
    19/03/2014 15:09:59.049 distnoted[167]: # distnote server agent  absolute time: 12.769442481   civil time: Wed Mar 19 15:09:59 2014   pid: 167 uid: 501  root: no
    19/03/2014 15:09:59.061 distnoted[167]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    19/03/2014 15:09:59.255 WindowServer[94]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    19/03/2014 15:09:59.435 WindowServer[94]: Display 0x04272f40: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    19/03/2014 15:10:00.010 UserEventAgent[166]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    19/03/2014 15:10:00.197 apsd[81]: Unexpected connection from logged out uid 501
    19/03/2014 15:10:00.274 configd[18]: setting hostname to "alasdaidsonsmbp.home"
    19/03/2014 15:10:01.090 ntpd[86]: proto: precision = 1.000 usec
    19/03/2014 15:10:01.095 UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    19/03/2014 15:10:01.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=208[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    19/03/2014 15:10:01.362 HippoConnectAgent[207]: Starting HippoConnectAgent...
    19/03/2014 15:10:01.419 HippoConnectAgent[207]: Server started on port 41660
    19/03/2014 15:10:01.629 mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB05A817B60 ben-dodsons-macbook-pro.local. (AAAA) that's already in the list
    19/03/2014 15:10:01.629 mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB05A817FF0 1.F.5.8.9.4.E.F.F.F.0.0.5.2.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    19/03/2014 15:10:01.629 mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB05B010D60 ben-dodsons-macbook-pro.local. (Addr) that's already in the list
    19/03/2014 15:10:01.629 mDNSResponder[60]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB05B0111F0 70.1.168.192.in-addr.arpa. (PTR) that's already in the list
    19/03/2014 15:10:01.666 xpcproxy[223]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    19/03/2014 15:10:01.841 WindowServer[94]: [cps/setfront] Failed setting the front application to HippoConnectAgent, psn 0x0-0xc00c, securitySessionID=0x186a4, err=-13066
    19/03/2014 15:10:01.992 accountsd[224]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    19/03/2014 15:10:02.055 apsd[81]: Unrecognized leaf certificate
    19/03/2014 15:10:02.222 com.apple.SecurityServer[15]: Session 100009 created
    19/03/2014 15:10:02.339 HippoConnectAgent[207]: Bonjour Service Published: domain(local.) type(_HippoRemote._tcp.) name(Ben Dodson’s MacBook Pro) port(41660)
    19/03/2014 15:10:02.797 sharingd[233]: Starting Up...
    19/03/2014 15:10:03.160 com.apple.SecurityServer[15]: Session 100007 created
    19/03/2014 15:10:03.167 com.apple.SecurityServer[15]: Session 100010 created
    19/03/2014 15:10:03.399 com.apple.time[166]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    19/03/2014 15:10:03.431 SystemUIServer[213]: Cannot find executable for CFBundle 0x7f9b83d858d0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    19/03/2014 15:10:03.456 SystemUIServer[213]: Cannot find executable for CFBundle 0x7f9b83d867e0 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    19/03/2014 15:10:03.458 SystemUIServer[213]: Cannot find executable for CFBundle 0x7f9b83d531e0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    19/03/2014 15:10:03.755 com.apple.IconServicesAgent[237]: IconServicesAgent launched.
    19/03/2014 15:10:03.895 syncdefaultsd[184]: It took 3.5s to setup APSConnection
    19/03/2014 15:10:04.099 xpcproxy[239]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    19/03/2014 15:10:04.325 SystemUIServer[213]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    19/03/2014 15:10:04.325 SystemUIServer[213]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    19/03/2014 15:10:04.897 WiFiKeychainProxy[191]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    19/03/2014 15:10:04.897 WiFiKeychainProxy[191]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    19/03/2014 15:10:07.048 secd[228]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    19/03/2014 15:10:07.048 secd[228]:  securityd_xpc_dictionary_handler WiFiKeychainProx[191] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    19/03/2014 15:10:07.134 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    19/03/2014 15:10:07.135 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    19/03/2014 15:10:07.135 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    19/03/2014 15:10:07.135 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    19/03/2014 15:10:07.135 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    19/03/2014 15:10:07.135 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    19/03/2014 15:10:07.135 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    19/03/2014 15:10:07.135 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    19/03/2014 15:10:07.135 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    19/03/2014 15:10:07.135 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    19/03/2014 15:10:07.136 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    19/03/2014 15:10:07.136 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    19/03/2014 15:10:07.136 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    19/03/2014 15:10:07.136 com.apple.audio.DriverHelper[249]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    19/03/2014 15:10:07.167 com.apple.audio.DriverHelper[249]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    19/03/2014 15:10:07.167 com.apple.audio.DriverHelper[249]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    19/03/2014 15:10:07.167 com.apple.audio.DriverHelper[249]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    19/03/2014 15:10:07.252 WindowServer[94]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    19/03/2014 15:10:07.711 com.apple.time[166]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    19/03/2014 15:10:07.780 coreaudiod[217]: 2014-03-19 03:10:07.779644 PM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    19/03/2014 15:10:08.047 com.apple.time[166]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    19/03/2014 15:10:08.056 awacsd[79]: Exiting
    19/03/2014 15:10:08.162 Mail[214]: Could not create query for expression ((null)) && (kMDItemContentType == 'com.apple.mail.emlx')
    19/03/2014 15:10:08.329 AirPlayUIAgent[252]: 2014-03-19 03:10:08.328941 PM [AirPlayUIAgent] Changed PIN pairing: no
    19/03/2014 15:10:08.332 AirPlayUIAgent[252]: 2014-03-19 03:10:08.331632 PM [AirPlayUIAgent] Changed PIN pairing: no
    19/03/2014 15:10:08.623 com.apple.NotesMigratorService[255]: Joined Aqua audit session
    19/03/2014 15:10:08.661 com.apple.internetaccounts[239]: An instance 0x7f956b62ea10 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7f956b63f920> (
    <NSKeyValueObservance 0x7f956b63fa30: Observer: 0x7f956b633cd0, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff87a3b43b, Property: 0x7f956b63f8f0>
    19/03/2014 15:10:10.107 WindowServer[94]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 3.86 seconds (server forcibly re-enabled them after 1.00 seconds)
    19/03/2014 15:10:12.627 parentalcontrolsd[265]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    19/03/2014 15:10:12.984 com.apple.InputMethodKit.UserDictionary[266]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity: Ben~CE23DE35-3F56-5B76-949A-FF79C212E343:UserDictionary
    Using local storage: 1
    19/03/2014 15:10:13.294 com.apple.InputMethodKit.UserDictionary[266]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity: Ben~CE23DE35-3F56-5B76-949A-FF79C212E343:UserDictionary
    Using local storage: 0
    19/03/2014 15:10:13.730 com.apple.dock.extra[247]: <NSXPCConnection: 0x7f8d4ad01140>: received an undecodable message (no exported object to receive message). Dropping message.
    19/03/2014 15:10:22.951 com.apple.SecurityServer[15]: Session 100016 created
    19/03/2014 15:10:23.685 login[273]: USER_PROCESS: 273 ttys000
    19/03/2014 15:10:23.900 com.apple.IconServicesAgent[237]: main Failed to composit image for binding VariantBinding [0x117] flags: 0x8 binding: FileInfoBinding [0x213] - extension: mp3, UTI: public.mp3, fileType: ????.
    19/03/2014 15:10:23.901 quicklookd[246]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: FileInfoBinding [0x703] - extension: mp3, UTI: public.mp3, fileType: ???? request size:16 scale: 1
    19/03/2014 15:10:24.001 com.apple.IconServicesAgent[237]: main Failed to composit image for binding VariantBinding [0x11b] flags: 0x8 binding: FileInfoBinding [0x215] - extension: m4a, UTI: com.apple.m4a-audio, fileType: ????.
    19/03/2014 15:10:24.002 quicklookd[246]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xa03] flags: 0x8 binding: FileInfoBinding [0x903] - extension: m4a, UTI: com.apple.m4a-audio, fileType: ???? request size:16 scale: 1
    19/03/2014 15:10:27.522 login[273]: DEAD_PROCESS: 273 ttys000
    19/03/2014 15:10:40.840 com.apple.IconServicesAgent[237]: main Failed to composit image for binding VariantBinding [0x24b] flags: 0x8 binding: FileInfoBinding [0x145] - extension: png, UTI: public.png, fileType: PNGf.
    19/03/2014 15:10:40.840 quicklookd[246]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xc03] flags: 0x8 binding: FileInfoBinding [0xb03] - extension: png, UTI: public.png, fileType: PNGf request size:16 scale: 1
    19/03/2014 15:10:40.888 com.apple.IconServicesAgent[237]: main Failed to composit image for binding VariantBinding [0x147] flags: 0x8 binding: FileInfoBinding [0x24d] - extension: caf, UTI: com.apple.coreaudio-format, fileType: ????.
    19/03/2014 15:10:40.889 quicklookd[246]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xe03] flags: 0x8 binding: FileInfoBinding [0xd03] - extension: caf, UTI: com.apple.coreaudio-format, fileType: ???? request size:16 scale: 1
    19/03/2014 15:10:50.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0PS (kSMCKeyNotFound)
    19/03/2014 15:10:50.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    19/03/2014 15:11:00.595 Console[294]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    19/03/2014 15:11:52.770 apsd[81]: Failed to send activation record to service com.apple.ManagedClient.enroll

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/U.+\/Shared\//b'$'\n''s/(\/Users\/)[^/]+/\1USER/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '1d;/:$/{s/ *:$//;x;s/\n//g;s/\).*/)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};/Apple|Genesy|Intel|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; fdesetup status | grep -q On && o=on || o=; Ps "FileVault"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print $3}'`; Ps "Netmask"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • One question about Pricing and Conditions puzzle me for a long time!

    One question about Pricing and Conditions puzzle me for a long time.I take one example to explain my question:
    1-First,my sale order use pricing procedure RVAA01.
    2-Next,the pricing procedure RVAA01 have some condition type,such as EK01(Actual Costs),PR00(Price)....,and so on.
    3-Next,the condition type PR00 define the Access Sequences PR00 as it's Access Sequences.
    4-Next,the Access Sequences PR00 have some Condition tables,such as:
         table 118 : "Empties" Prices (Material-Dependent)
         table 5 : Customer/Material
         table 6 : Price List Type/Currency/Material
         table 4 : Material
    5-Next,I need to maintain Condition tables's Records.Such as the table 5(Customer/Material).I guess the sap would supply one screen for me to input the data of table 5.At this screen,the sap would ask me to select one table,such as table 5.When I select the table 5,the sap would go to the screen to let me input the data of table 5.But when I use the T-CODE VK31 or VK32 to maintain Condition tables's Record,I found it's total different from my guess:
    A-First,I can not found one place for me to open the table,such as table 5,to let me input the data?
    B-Second,For example,when I select the VK31->Discounts/Surcharges->By Customer/Material,the sap show the grid view at the right side.At the each line of the grid view,you need to select the Condition Type at the first field.And this make me confused very much.Why the sap need me to select one Condition Type but not the Condition table?To the normal logic,it ought not to select Condition table but not the Condition Type!
    Dear all,I'm a new one in sd.May be this is a very stupid question.But it did puzzle me for a long time.If any one can  explain this question in detail and let me understand the concept,I will appreciate him/her very much.Thank you.

    Hi,
    You said that you are using the T.codes VK31 or VK32.
    These transaction codes are used to enter condition records for standard condition types. As you can see a grid left side having all the standard condition types like price, discounts, taxes, frieghts.
    Pl check using T.code VK11 OR VK12 (change mode)
    Here you can enter the required condition type, in the intial screen. (like PR00, MWST, K004, K005 .....etc)
    After giving the condition type, press enter or click on Combinations icon on top of the screen. Then you can see all the condition tables which you maintained for that condition type. Like as you said table 118, table 5, table 6 and table 4.
    You can select any table and press enter, then you can go into the screen in which you have all the field cataglogues you maintained for that table. For example you selected combination of Customer/Material (table 5) then after you press enter then you can see customer field on top, and material fields.
    You can give all the required values and save the conditon record.
    Hope this is clear.
    REWARD IF HELPFUL.
    Regards,
    praveen

  • Requirement to programmatically copy documents from KM to a Windows folder

    We have a requirement to programmatically copy documents from KM to a Windows folder with final destination being SharePoint.  We are able to access the KM folders manually through WebDav and adding Network Place in Windows.  However, we need to do this programmatically.  Has anybody solved this puzzle?  We are looking for a .NET solution.  We have already ruled out NetWeaver Portal Drive 4.4 as a good solution because it seems is not supported for current and future hardware.
    Thanks!
    Mario

    Dear Mario
    You can use KM API to code for download of the files ,but please make sure that the server has acess to the local destop.
    1) Read the folder form KM
    2) Read Each file as a byte array
    3) write the Byte array as a file in the local desktop(Make sure for the premission )
    4) Repeat the above steps for all the file in the folder
    Regards
    Noel

  • Product categories Central contracts as SOS in SC

    Hello,
    We are implementing SRM 7 Level 9 with extended classic scenario.
    We have created central contracts with items with Products categories only.
    Those central contracts do not appear when the requester has selected the same product category in the shopping cart item.
    We see no IMG activities for this. What can we do?
    Thanks in advance.

    Hi
    I have set up several central contracts, each time with one contract item with one product category. It means we have only ONE criteria.
    Contracts never appear in SC SOS tab.
    It works well with classic scenario (I can grab all contracts I have in ECC against the product category).
    Does ECS require more than one criteria to automatically assign the contract to SC item? Because we want to run ECS here.

  • Pegged requirements table

    Hi all sap expert.
    i have been looking for pegged requirement table. i able to find out few table PBIM , PBED and PBHI, but none of the able for me to key in planned order number.
    but i puzzled with the how to get the pegged requirment. since i have a report format is in query.
    using MD04 , i am able to see the pegged requirement. i am also try to use MD09 but just one pegged requirement can view at all time.
    i wonder , is there any table
    using planned order number to locate the pegged requirement?
    gurus hope can advice me this newbie..thansk alot
    regards
    Wilson

    hi there
    the information i whould like to get is when i click the pegged requirement button in the MD04
    are dare , requirements , requirements qty and etc..
    all the infomation is inside PBIM..
    i ' m no idea how to link the table from RESB tro PBIM.
    hope by using planned order number i able to link to PBIM or other table similar to PBIM.

  • Sales order is on overall block still requirements are passed to md04/md07.

    Hello Experts.
    Sales order is on overall block still requirements are passed to md04/md07.
    Please suggest...

    Hi Experts,
    Issue:  Sales orders are on overall block at header level. still sales orders are passing demand in MD04 and MD07 -
    here in this case the actual scenario is
    This Sales order was created on 09/28/2007. with overall block at header level.
    then sevral times header block for this order was removed & it was last set on 8 feb. 2009.
    after this, there was no change in delivery block at header till the date.
    in mean time at every month there was program from legacy system which used to change the below info from SO
    (In schedule lines --> shipping tab).
    except Delivery date.
    Delivery date         D   08/31/2007
    Goods issue date          07/30/2009
    Loading date              07/30/2009
    Material avail.date       07/30/2009
    Transportation Plan. Date 07/30/2009.
    *if we replicate this scenario in dev. and check this, system will not allow to keep above dates as delivery date is in past.
    Now if we check SO is on oveall block at header, but we can see Ruquirement for the same SOs in MD04.
    (*Note : here we found that date in MD04 for requirement of this SO, is same as date on which legacy system changed the data in SO for schedule line.)
    we have replicated the sales cycles like this in development with different possibilities of Blocks on SO header as well as Item level. but they are working fine with dev. and quality system, as all config. settings are fine.(as suggested above by experts).
    but it seems like a bug kind of thing.
    kindly revert if someone has faced issue like this ,knows to get rid of it.
    Regards,
    Sujit

  • Requirement to change the accounting date

    Hi All,
    A customer wants to have the accounting date on the journal entries influence by the date they need the goods.
    Basically what they want is to create a requisition, fill at line level the date required and have this date being used as the accounting date when importing the journal entry lines.
    Is this possible, and if so how?
    Currently we've tried to update the encumbrance date on the requisition and po. But this doesn't seem to influence the accounting date being used when the journal entries are being created.
    So, is there a solution or is this not possible at all?
    Patrick

    John,
    Thanks for the reply.
    As i am mainly a HR specialist and finance is relatively new to me i can be quite puzzling i guess ;)
    Anyway, i got this little assignment from another consultant who believed (and so does the customer) that changing the encumbrance date influences the accounting date.
    So basically what they want is to have the accounting date set to the need by date of the requisition the create.
    So basically they want to keep that date through the whole process (as in understand it).
    So an example:
    You create a requisition with a need by date of 21-05-2010.
    You approve this requisition and then create an order via autocreate.
    After the order is approved etc you create the journal entry (they use the "Program - Create Journals" for this).
    When you look at the journal entry created by the concurrent program they want to have the accounting date set to 21-05-2010 instead of what now happens 31-5-2010.
    Hopefully this sheds some light at the situation?
    So the question remains, is this possible at all and if so how?
    Patrick

Maybe you are looking for

  • Technical documentation for ADF projects - how to and best practices

    Hi, I have a question how to create technical documentation for ADF project expecialy ADF BC and ADF Faces. Is there any tool or JDev plugin for that purpose? What informations should contains documentation for that project, any principles ?Has anybo

  • Oracle9i - 92010NT_Disk?.zip, but what is client for?

    I have downloaded all 3 disks for Oracle9i 92010NT_Disk?.zip. My question is, what is the 600MB+ client download for?? Is this included with the 3CD's I already downloaded, or is this some additional goodies?

  • Title tags gone when forwarding

    My site is published on MobileMe, so I forward my domains to the web.me.com URL. Works fine, no problems. Well, one issue is persistent when visiting the site from a forwarded domain: the title tags are gone. They are drawn in the browser windows tit

  • Enable a field created by EEWB

    Hi Experts, Can you please help me on how to enable/disable a field created by EEWB transaction. We have done an enhancement to the BP master date through EEWB, and we need enable some of these fields. Kindly help on this. Regards, Basheer

  • Script to see if portal is really running

    I'm looking for a (unix) script to see if the portal is really running.. I can't use processes/etc.. because they can hang and still show up in the process table.. I've tried to telnet to port 8080 and issue the GET command .. which works 'manually'