Difference for OAG Standards between OAGIS 9.5.1 and 7.2.1

Hi,
I was looking for any document which can show the difference between the OAGIS 9.5.1 standard for BOD - 'Process Invoices' as compared to OAGIS 7.2.1 ?
Please let us know or give pointers as to where can I get this information.
Regards,
Megha

Hi Megha,
The differences are significant between OAGIS 7.2 and anything greater than OAGIS 8.0. In 8.0, they switched from DTD based schemas to XML Schema (XSD's). All of the elements were renamed to take advantage of the XSD capability to support more than 8 character names, and component based structures were introduced, so that things like Address could be re-used across multiple documents and multiple address types (Bill-To, Ship-To, etc..). They did keep USERAREA extensions, but also introduced overlay extensions and use some of the most complex features of XML Schema. In OAGIS 9.0, they started merging in the ISO standard definitions for components, which provides more standardization across different applications. The differences between 7.2 and 9.5 are significant.
R,
Scott

Similar Messages

  • What is the difference in the features between Cisco prime 1.2 and Cisco prime 1.4 ?

    Dears,
    Please i need to know what is the difference in the features between Cisco prime infrastructure 1.2 and Cisco prime 1.4.
    Already i see the release note for each one but the release indicate only the New feature for every one. so i need to know the difference between them not new features.
    Wait your kind feedback plz
    Regards,

    Hi,
    New Features and Enhancements
    The following topics describe new features and enhancements in Cisco Prime Infrastructure 1.4.
    Management Support for WLC Release 7.5
    Support for 802.11ac Module
    Support for Cisco AP 700
    Policy Classification Engine
    FlexConnect Audit Support
    Autonomous AP Support
    Client Stateful Switchover
    Cable Modem Monitoring
    Support for Secure File Transfer Protocol
    and please go through the link and check the data sheet for further clearance.
    http://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/prime-infrastructure/datasheet-c78-729879.html

  • Difference in generated WSDL between Weblogic 10.3.3 and JBoss 5.1

    Hi all,
    We have developed an web service based application using JAX-WS with WS-Security enabled in it. We followed below link for the implementation of WS-Security,
    [http://www.ibm.com/developerworks/java/library/j-jws10/index.html]
    And we have deployed the application in JBoss 5.1, tested it using SOAP UI passing the request to the Core application. We got the expected result.
    When I try to deploy the application in weblogic 10.3.3, it is getting deployed and we are unable to pass the user credentials to it and hence the core application rejects the request since the username/password is not supplied.
    I want to know how the web service application with WS-Security enabled can be deploy in Weblogic 10.3.3? Any documentation would be a great help.
    And also we found that the creation of WSDL from JBoss 5.1 & Weblogic differ. We have used a WS-policy also into this, the WSDL generated by JBoss contains the information of the WS-policy we added.
    But the generated WSDL from Weblogic 10.3.3 is missing those information!
    Any help would be greatly appreciated. Thanks in advance.
    Only difference I see between the two generated WSDL is that,
    For Weblogic,  RI's version is Oracle JAX-WS 2.1.5.
    For JBoss 5.1, it is, RI's version is JAX-WS RI 2.2.3-b01-
    Will this have an impact on the generated WSDL?
    Generated WSDL from JBoss:
    <Changed the company name/product name>
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.3-b01-.
    -->
    - <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.3-b01-.
    -->
    - <definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://company.com/WARName" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://company.com/WARName" name="ProductWebServicesImplService">
    - <wsp1_2:Policy xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" wsu:Id="UsernameToken">
    - <sp:SupportingTokens>
    - <wsp1_2:Policy>
    <sp:UsernameToken sp:IncludeToken=".../IncludeToken/AlwaysToRecipient" />
    </wsp1_2:Policy>
    </sp:SupportingTokens>
    </wsp1_2:Policy>
    - <types>
    - <xsd:schema>
    <xsd:import namespace="http://company.com/WARName" schemaLocation="http://localhost:8080/WARName/services?xsd=1" />
    </xsd:schema>
    - <xsd:schema>
    <xsd:import namespace="http://jaxb.dev.java.net/array" schemaLocation="http://localhost:8080/WARName/services?xsd=2" />
    </xsd:schema>
    </types>
    - <message name="CreateIndividualCustomer">
    <part name="parameters" element="tns:CreateIndividualCustomer" />
    </message>
    - <message name="CreateIndividualCustomerResponse">
    <part name="parameters" element="tns:CreateIndividualCustomerResponse" />
    </message>
    - <message name="CreateIndividualCustomer_Validate">
    <part name="parameters" element="tns:CreateIndividualCustomer_Validate" />
    </message>
    - <message name="CreateIndividualCustomer_ValidateResponse">
    <part name="parameters" element="tns:CreateIndividualCustomer_ValidateResponse" />
    </message>
    - <portType name="ProductWebServicesImpl">
    - <operation name="CreateIndividualCustomer">
    <input wsam:Action="http://company.com/WARName/ProductWebServicesImpl/CreateIndividualCustomerRequest" message="tns:CreateIndividualCustomer" />
    <output wsam:Action="http://company.com/WARName/ProductWebServicesImpl/CreateIndividualCustomerResponse" message="tns:CreateIndividualCustomerResponse" />
    </operation>
    - <operation name="CreateIndividualCustomer_Validate">
    <input wsam:Action="http://company.com/WARName/ProductWebServicesImpl/CreateIndividualCustomer_ValidateRequest" message="tns:CreateIndividualCustomer_Validate" />
    <output wsam:Action="http://company.com/WARName/ProductWebServicesImpl/CreateIndividualCustomer_ValidateResponse" message="tns:CreateIndividualCustomer_ValidateResponse" />
    </operation>
    </portType>
    - <binding name="ProductWebServicesImplPortBinding" type="tns:ProductWebServicesImpl">
    <wsp1_2:PolicyReference URI="#UsernameToken" />
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    - <operation name="CreateIndividualCustomer">
    <soap:operation soapAction="" />
    - <input>
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    - <operation name="CreateIndividualCustomer_Validate">
    <soap:operation soapAction="" />
    - <input>
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    </binding>
    - <service name="ProductWebServicesImplService">
    - <port name="ProductWebServicesImplPort" binding="tns:ProductWebServicesImplPortBinding">
    <soap:address location="http://localhost:8080/WARName/services" />
    </port>
    </service>
    </definitions>
    WSDL generated by Weblogic
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.5.
    -->
    - <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.5.
    -->
    - <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://company.com/WARName" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://company.com/WARName" name="ProductWebServicesImplService">
    - <types>
    - <xsd:schema>
    <xsd:import namespace="http://company.com/WARName" schemaLocation="http://machineIP:6601/WARNameSO/services?xsd=1" />
    </xsd:schema>
    - <xsd:schema>
    <xsd:import namespace="http://jaxb.dev.java.net/array" schemaLocation="http://machineIP:6601/WARNameSO/services?xsd=2" />
    </xsd:schema>
    </types>
    - <message name="CreateIndividualCustomer">
    <part name="parameters" element="tns:CreateIndividualCustomer" />
    </message>
    - <message name="CreateIndividualCustomerResponse">
    <part name="parameters" element="tns:CreateIndividualCustomerResponse" />
    </message>
    - <message name="CreateIndividualCustomer_Validate">
    <part name="parameters" element="tns:CreateIndividualCustomer_Validate" />
    </message>
    - <message name="CreateIndividualCustomer_ValidateResponse">
    <part name="parameters" element="tns:CreateIndividualCustomer_ValidateResponse" />
    </message>
    - <portType name="ProductWebServicesImpl">
    - <operation name="CreateIndividualCustomer">
    <input message="tns:CreateIndividualCustomer" />
    <output message="tns:CreateIndividualCustomerResponse" />
    </operation>
    - <operation name="CreateIndividualCustomer_Validate">
    <input message="tns:CreateIndividualCustomer_Validate" />
    <output message="tns:CreateIndividualCustomer_ValidateResponse" />
    </operation>
    </portType>
    - <binding name="ProductWebServicesImplPortBinding" type="tns:ProductWebServicesImpl">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    - <operation name="CreateIndividualCustomer">
    <soap:operation soapAction="" />
    - <input>
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    - <operation name="CreateIndividualCustomer_Validate">
    <soap:operation soapAction="" />
    - <input>
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    </binding>
    - <service name="ProductWebServicesImplService">
    - <port name="ProductWebServicesImplPort" binding="tns:ProductWebServicesImplPortBinding">
    <soap:address location="http://machineIP:6601/WARNameSO/services" />
    </port>
    </service>
    </definitions>
    Edited by: 943018 on Jun 26, 2012 9:44 PM

    Sadly you're correct about the previous developers not fully using the skinning framework. Some of it has been done correctly using a skin - such as the icon shown when required=true has been set (.AFRequiredIconStyle). Unfortunately the label width is being set from our custom CSS file, rather than from a skin. It looks like I'll have to remove our custom CSS and try to recreate the appearance using the skin from scratch.

  • How to find the difference in BI Content between SAP ERP 4.7 and ECC 6.0

    We are looking at upgrading our SAP system from 4.71 to ECC 6.0, and I have been tasked with determining what new data may become available in our BW system after the upgrade.  I was wondering if there was a site that would tell me what new datasources/infoproviders are made available after an upgrade to ECC 6.0.
    I do not need to see the list of all Business Content in ECC 6.0, just what has changed.
    Also, the type of upgrade we are looking at performing is a "Technical Upgrade", which presumably just upgrades the SAP back end without affecting the front end.  Can someone confirm that the new BW content will then be available after a technical upgrade?
    Thanks
    Michael
    PS - our BW system has been on version 2004s for two years now.
    Edited by: Michael Frank on Feb 3, 2010 3:07 PM

    Hi,
    http://service.sap.com/erp
    http://solutionbrowser.erp.sap.fmpmedia.com/ (Functional prespective)
    http://service.sap.com/instguides --> mySAP Business Suite Applications --> mySAP ERP --> mySAP ERP 2005 --> Upgrade
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOVC/LOVC.pdf
    For Functionality Differences pls refer to the below site -
    http://solutionbrowser.erp.sap.fmpmedia.com/
    After opening the site, please select the Source Release Version which is 4.6 b Then Select the Target Release Version which is "mySAP ERP 2005" or ECC 6.0
    Select the Solution Area like Financials, Human Capital Management, Sales....
    Select module like MM, PP, SD, QM.....
    Click on Search
    Then it displays the Release Version and the Delta Functionality. which can be downloaded to a word document if required.
    and also check the release notes of ECC 6.0 in service.sap.com.
    -Vikram

  • Difference of profit center between ledger 0 (FI-GL) and other ledgers

    Hello all,
    I have a problem of discrepency between FI-GL and other ledgers (8A and specific ledgers) on profit center data.
    My case :
    I post an incoming invoice with MIRO, this generates a FI posting Vendor to Expenses :
    Account                Profit center               Origin of profit center
    Expense                3630                           coming from the cost center
    Vendor                  3630                         FI substitution rule that puts the expense line profit center on the vendor line profit center
    Postings on other ledgers are also created automatically in real time :
    - a posting in ledger 8A for profit center accounting
    - postings in specific special ledgers we have
    In these postings we find this
    Account                Profit center               Origin of profit center
    Expense                3630                           coming from the cost center
    Vendor                  3637                        ?
    This problem appears only on Vendor or Customer line items.
    My questions :
    Why is the Vendor line item profit center is different between FI-GL and other ledger ? In my GCF3 customization, I have asked to transfer my profit center form FI-GL to my specific ledgers directly, so why isn't this happening ?
    If the profit center is not coming from the FI-GL posting, where is it coming from ?
    Thanks all for your answers !
    Edited by: O_HAFSA on Apr 29, 2010 5:23 PM

    Check the following SAP Note :
    Note 122008 - Activate transfer prices/mult.valuation approaches (https://service.sap.com/sap/support/notes/122008)
    Also check the related notes.
    You may also take a look at the following links :
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/eb/13736a43c411d1896f0000e8322d00/content.htm
    http://help.sap.com/saphelp_erp60/helpdata/en/e2/49e4a52a4a47eea82ffc2d5932cd1c/content.htm
    Ravi

  • What are the methods available for passing data between Labview 6.0 VI and another custom windows program

    The big picture is that I'm trying to use labview to interface to a DSP board.
    I already have a small windows application "app" which communicates with the dsp. Now I want Labview to grab data from the "app" and plot/analyze ... etc.
    I'm a novice at this 'interprocess communication stuff", what can I use to pass data back and forth between between the "app" and LV?
    use ActiveX, DMA, streams, etc.?
    In a crude sense I could just have the "app" write the data to a file and then have LV read the file. (can two applications read the file at the same time?), but
    this seems very slow and clumsy. I'd rather have a RAM based FIFO which both could access.
    Thanks!
    G
    Details:
    Pentium120 Windows 95 Host
    Spectrum TMSC30 DSP
    VC++6
    LV6

    It depends on what 'interprocess communication' your "app" program has available.
    I regulary use DDE to control a PLL App which controls our PLL via the LPT Port. This is only a write process, but works very easily. The read is equaly easy. You need to know the various "keywords" like service, topic and instruction which the "app" will respond to.
    Generaly I found ActieX to be more extensive, meaning its probably going to take longer and more steps to achive similar simple results.
    The file does not seem to be the best way.
    Hope that helps a bit.

  • Looking for comparison between MS Visual Source Safe and Oracle SCM

    Hi,
    I am looking for some comparison between MS Visual Source Safe and Oracle SCM.
    What I need is technical feature comparison (not just marketing comparison stating that Oracle SCM is better for everything is stored in the very reliable Oracle database(although this is a good point)).
    Any help in this area will be helpfull.
    Best regards,
    Mihail Daskalov

    Thanks you for your answer,
    I like very much Oracle SCM, which I use extensively.
    I have very little experience with MS VSS (only on my local machine). I have never tested it in a network environment with multiple developers.
    I would like to convince other developers to switch to Oracle SCM, but I need to know what to tell them.
    I'm actually both a developer and DBA, and I do like the safety the Oracle Database offers for storing files inside.
    I like very much the opportunity to connect with Oracle Repository Navigator from a remote location to my database through Connection Manager and to be able to work with my projects. (There is an issue with this configuration due to the JDBC driver used I'm unable to compare files).
    But to convince people I need to know more about the differences between MS VSS and Oracle SCM.
    I would appreciate if any of the developers share experience with VSS and SCM.
    Regards,
    Mihail Daskalov

  • Can you help? Converting from PC to Mac for Design Standard CS6

    Hello,
    I have recently purchased a macbook pro and downloaded the files for Design Standard CS6, I install the application and then enter my product key which works however it says
    "this product is valid but we could not find a qualifying product on this computer"
    It then tells me that if I want to use the code I must have one of the following products and the serial code, then it gives me a list of products none of which I want such as Design Standard 5, Web Premium etc
    I didn't need any of these on my PC I just downloaded the application and used my code
    Can anyone offer any advice here?
    Thanks
    S

    Order product | Platform, language swap
    For anything else you need to contact support by web chat.
    Mylenium

  • Explain an object-oriented method for a conversion between the E/R diagram

    Somebody can explain me with an example an object-oriented method for a conversion between the E/R diagram and a relational database schema.
    Thanks,

    Hello here are some tips regarding how to convert ERD into Relational objects.
    (1) One to many relationships:
    One to many relationships can be explained by following example.
    Take example of department and Employee. One employee can work in one department only but one department can have more then one employees. In one to many relationship Primary key of One side (here department table) goes to Many side as foreign key (here Employee table).
    (2) Many to Many relationships:
    Many to many relationships can be explained by following example.
    One student can take many subjects and one subject can be taken by more then one student.
    In this case one new table emerges which includes Primary keys of both the tables and establish composite primary key. e.g. here if PK of student is student_id and Pk of course is course_id then new table will emerge named (say) student_course with composite primary key of student_id and course_id (student_id and course_id are also foreign keys)
    (3) One to One:
    Example: A person can have only one tax file number and one tax file number can be allocated to only one person. In this case PK of any table can go to another table as foreign key.
    (4) Super class-sub class relationship:
    Example: person can be a man or woman. Such kinds of relationships are called super class- sub class relationship. There are many ways to convert such relationship into tables
    we can make one table for super class (eg Table Person) and we can put PK of super class in subclass as primary key (eg if person_id is pk of table person then it will go in both sub classes (man, woman) as Pk and it will also be foreign key of the super class (person)
    Note: This is just a way to solve super class relationships there are many other ways which you can choose.
    Thanks
    Ish

  • Delta between ORACLE 8.0.5 and ORACLE 8.0.6

    I am looking for information that outlines the major differences (bug fixes, enhancements) between ORACLE 8.0.5 and 8.0.6.
    THanks Joerg
    null

    We are running oracle 8.0.5 on a thru64 unix system. Now one of
    our software suppliers demands us to install oracle 8.1.5. Not a
    big problem, but i want to know the difference between oracle
    8.0.5 and 8.1.5. The difference between 8.0.5 and 8.1.5 ?
    For this I had to write a whole a book,
    there are a lot of new features and enhancements.
    But why to do you need to install 8.1.5 ?
    Is there no 8.1.7 on thru64, because 8.1.5 is the first of 8i and
    there are some important bugs.
    So do yourself a favour and use the latest version.
    Regards,
    Thomas

  • Mapping between Sales Order-Schedule-Line and Delivery-item

    Hi together,
    I want to extend the Datasource 2LIS_12_VCITM (Delivery-number, -item, Order-number,-item is available) by Sales Order Schedule Line.
    Could not find any ERP table (VBEP and LIPS allow a mapping only on item level) for the mapping between Sales Order Schedule Line and Delivery item yet. The use of the extractor 2LIS_12_VCSCL for the extention (e.g. infoset) afterwards is no option.
    Thanks for your help in advance!!
    Assign full points!!
    Sven

    Hi Reddy,
    thanks for your answer.
    I know that I have to add this field.. but the problem is, how to fill this field. I don't know how to map the delivery-item with the schedule line-item.

  • Difference Between Cahs Sales, Rush Order and Standard Order

    Hi gurus,
    I want to know whole configration for rush order and difference between 1. Rush order and cash sales. 2. cash sales and standard order.
    Would u please help me for this...
    Regards
    Prashant.

    Hi,
    1) Cash sale : in this delivery automatically happen when you save the sales order.  After that you have to give an invoice to the customer.
    2) Rush order. Here also delivery automatically happen when you save the sales order. But the difference is you can send invoice after some time but the delivery should happen immidately.
    If you goto any super market first, you pick up the item and then pay the bill and then you will get the bill, this process is cash sales.
    Cash sales is order related billing whereas RO is delivery related.
    Cash sales is not relevant for availability check as you will be picking the goods whereas RO is relevant for availability check.
    Cash sales is also not relevant for credit management whereas RO is relevant credit management.
    Cash sales uses RD03 as output which immediately prints the invoice whereas RO uses standard output RD00.
    Cash sales has one time customer account group where as RO normally doesn't.
    For cash sales order type is BV or CS and for RO it is RO
    Cash sales triggers petty cash a/c where as in RO customers account is debited.
    Delivery and settlement will be done immediately in cash sales where as in RO only delivery will be done immediatrly.
    Rush Order/Cash Sales u2013 
    Rush orders and Cash sales are sales document types that are used in the sales from plant process or when the customer needs to pick their goods immediately from the warehouse.
    In the sales document type, the following changes have to be made for rush order/cash sales u2013
    a. order type u2013 RO/CS
    b. shipping conditions u2013 immediately
    c. immediate delivery u2013 X
    d. lead time in days u2013 not to be specified
    e. delivery type u2013 LF/BV
    f. billing type u2013 F2/BV
    g. item category u2013 TAN/BVN 
    h. schedule line category u2013 CP/CP
    In case of rush orders and cash sales once the goods have been withdrawn from the warehouse, picking and posting goods issue can begin.
    In case of rush orders, when you create the billing documents the system prints the invoice papers and sends them to the customer.
    But in case of cash sales, an order related billing index is generated automatically. This updates the billing due list. Billing type BV is created, while the billing due list is being processed and the system does not print invoices during billing for a cash sale. 
    In cash sales when you save the order, the system automatically generates a cash receipt that can be given to the customer as an invoice and the goods are picked up from the warehouse immediately by the customer. You control the output with output type RD03, contained in the output determination procedure for order type CS.
    Best Regards,
    Amit

  • Difference between Reporting Services Sharepoint Mode and Reporting Services Add In for Sharepoint 2013

    Hi, We are building company site with Sharepoint 2013 Enterprise Edition and were wondering what is the difference between Reporting Services Sharepoint Mode and Reporting Services Add In for Sharepoint 2013? What are the roles/purposes of each one? What
    happens if only Reporting Services Sharepoint Mode  installed or vise versa.
    Thank you in advance

    Reporting Services in SharePoint mode is a service for displaying, managing, and creating SSRS reports within SharePoint. The addin is a pre-req for SharePoint that is used to display reports and is required for Reporting Services in Native or SharePoint
    mode, but does not by itself do anything.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • What are the differences between Turn in Final Timesheet and the other option: Send Progress for Selected Tasks?

    Hello,
    The resource filled his/her timesheet in PWA. 
    Now : 
    What are the differences between Turn in Final Timesheet
    and the other option: Send Progress for Selected Tasks?
    Thanks

    You are partially correct and partially wrong.
    Turn
    in Final Timesheet sends
    the timesheet to the Timesheet Manager for Approval
    but task update always goes to Status manger of the task. Taks manager you can see in MPP(insert status manager field then check)
    Yes
    after approval progress will be available in MPP as well as in Projectweb app as % complete . 
    Send
    Progress for Selected Tasks 
    Send progress of selected task to status manager after approval update will be available in both MPP and Projectweb
    app as % complete.
    In Send
    Progress for Selected Tasks Timesheet
    Manager doesn't receive anything in his Approval center
    because all the update directly go to Status manager Approval center.
    Here you have to understand
    that there are two role Timesheet Manager(for timesheet approval) and Status manager(for task
    actual approval) 
    kirtesh

  • I recently received a  WD My Book Studio external Hard drive and am installing it but can't figure out what the difference between wd turbo installer  64 and wd   turbo installer is.  Can someone tell me.  Thanks in advance for all your help.

    I recently received a  WD My Book Studio external Hard drive and am installing it but can't figure out what the difference between wd turbo installer  64 and wd   turbo installer is.  Can someone tell me.  Thanks in advance for all your help.

    Oh ok, well that was what the test said prior to reformatting the hard drive. Now, it doesn't find any trouble no matter how many times I run it. That's what has me so confused, everything seems to check out and yet...I can't do anything, not even install the software!

Maybe you are looking for