Error in Customer Interface

I am getting following error while uploading data through customer interface.
You cannot associate a customer reference with different parties in the HZ_PARTIES table. Please update the customer reference so that it only refers to one party.
I am confused in orig_system_reference column in HZ_PARTIES and HZ_CUST_ACCOUNTS table.
Please help.
Regards
Suresh

SureshM wrote:
I am getting following error while uploading data through customer interface.
You cannot associate a customer reference with different parties in the HZ_PARTIES table. Please update the customer reference so that it only refers to one party.
I am confused in orig_system_reference column in HZ_PARTIES and HZ_CUST_ACCOUNTS table.
Please help.
Regards
Suresh
Please see (RACUST Customer Interface Still Shows Customer Reference Errors, After Patch 2394483 Has Been Applied. [ID 261886.1]).
Thanks,
Hussein

Similar Messages

  • Custom Interface Program Errors out with ORA-01722: invalid number in R12

    Hi,
    We were upgrading to R12 in which our custom interface load program errors out with "ORA-01722: invalid number". Please find structure of control file as below :
    LOAD DATA
    APPEND
    INTO TABLE RRAT_RCAP_GIO_MAN_ADJ_STG
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED by '"'
    TRAILING NULLCOLS
    PERIOD_NAME CHAR "ltrim(rtrim(:PERIOD_NAME))"
    ,SOURCE_TYPE CHAR "ltrim(rtrim(:SOURCE_TYPE))"
    ,ADJ_ACCOUNT CHAR "ltrim(rtrim(:ADJ_ACCOUNT))"
    ,USD_NET                    INTEGER EXTERNAL
    ,ERROR_CODE CONSTANT 'LOADED DATA'
    ,PROCESS_FLAG CONSTANT 1
    ,CREATED_BY "fnd_global.user_id"
    ,CREATION_DATE sysdate
    ,LAST_UPDATED_BY "fnd_global.user_id"
    ,LAST_UPDATE_DATE sysdate
    ,LAST_UPDATE_LOGIN "fnd_global.login_id"
    ,REQUEST_ID "fnd_global.conc_request_id"
    =====================================Log file ================
    Record 1: Rejected - Error on table "XXATORCL"."XXAT_VCAP_GIO_MAN_ADJ_STG", column USD_NET.
    ORA-01722: invalid number
    ===================sample file ==========================
    JUL-11,Manual,8213-880011-00000000-259390-1Z-0000-0000,1001
    JUL-11,Manual,8213-880011-00000000-253701-1Z-0000-0000,73
    ==========================================
    I had tried with last successfully uploaded file as well which is also now not uploading.
    Please help me in this issue.
    Thanks,
    Piyush

    i am using R12 now. Please avoide INTEGER EXTERNAL part from the control file. please refer below :
    LOAD DATA
    APPEND
    INTO TABLE RRAT_RCAP_GIO_MAN_ADJ_STG
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED by '"'
    TRAILING NULLCOLS
    PERIOD_NAME CHAR "ltrim(rtrim(:PERIOD_NAME))"
    ,SOURCE_TYPE CHAR "ltrim(rtrim(:SOURCE_TYPE))"
    ,ADJ_ACCOUNT CHAR "ltrim(rtrim(:ADJ_ACCOUNT))"
    ,USD_NET
    ,ERROR_CODE CONSTANT 'LOADED DATA'
    ,PROCESS_FLAG CONSTANT 1
    ,CREATED_BY "fnd_global.user_id"
    ,CREATION_DATE sysdate
    ,LAST_UPDATED_BY "fnd_global.user_id"
    ,LAST_UPDATE_DATE sysdate
    ,LAST_UPDATE_LOGIN "fnd_global.login_id"
    ,REQUEST_ID "fnd_global.conc_request_id"
    ====================
    Srini,
    Just one thing i want to explain you that previously it was working fine but suddenly (might after upgrading in R12) started giving error. I had tested with old data files also which were loaded successfully in the system. but now it is giving error. Please help me in this issue.
    Regards,

  • Customer interface errors

    Hi all,
    I'm getting the following errors when i submitted the Customer Interface Program to update the customer and contacts.
    1. Telephone reference for update does not exist in HZ_CONTACT_POINTS. Please specify a telephone reference that exists in HZ_CONTACT_POINTS.
    2. Telephone reference for insert is already defined in HZ_CONTACT_POINTS. Please specify a unique telephone reference.
    3. You cannot change the TELEPHONE_TYPE value from telex to any other type, nor from any type to telex.
    4. Contact reference for update is not defined in HZ_CUST_ACCOUNT_ROLES. Please specify a contact reference that exists in HZ_CUST_ACCOUNT_ROLES.
    Please suggest me how to fix these errors.
    Thanks in advance.

    Please review the AR Customer User Guide. http://download.oracle.com/docs/cd/B25516_18/current/acrobat/115arug.zip
    You will find pages 853 - 866 on the Customer Interface helpful. Also, please review pages 1245 - 1352.
    I believe you are referring values incorrectly in the tables. Sometimes when you have one error, it snowballs into others that may not be true errors. I would suggest starting to correct the update and insert errors first. Please review the pages below to ensure you have the correct values required to perform the necessary updates/deletes.
    Patrick

  • CNiGraph3D: MsgBox "Error accessing the controls custom interface"

    When calling CNigraph3D:lot3DSurface(CNiReal64Vector, CNiReal64Vector, CNiReal64Matrix) under W2k I get a message box: "Error accessing the controls custom interface". The same application runs on a different multi-boot machine under Win98, WinNT and W2k. What causes this error? DLL incompatibilities?

    Hello,
    this error occurs only for the Graph3D (the application has also a 2D-Graph which works fine).
    I think the ActiveX is properly installed, since I can see the graph3D before the data is scanned. The user can rotate the view, zoom in, change the scale,...
    Only when the scan is finished an the application wants to plot the data, the message box pops up.
    I did not install the controls on the testing machine, since LabVIEW 6 was installed and the controls have been installed. The *.ocx have the same size/version/date as on my dev. machine. LabVIEW has no problems with the graph3D control. (I forgot to mention this in my question, sorry for that).
    Are there any differences in installing the controls when used by LabVIEW and by an MS VC++ app usin
    g CW-controls?
    On another machine is was sufficient to call regsvr32 to the *.ocx and everything worked fine.
    thank you
    Steffen

  • Accounting Document not posted for Cancelled Invoice -error in FI interface

    Hi,
    When I create a billing document then an accounting document gets created automatically in the background and then when I cancel the billing document no accounting document gets generated and the field Posting Status in header Detail of Billing document updated as "Errors in Financials Interface.
    I tried to release it for Posting via VFX3 but failed due to below error message in Log:
    "Incorrect doc.no.: 4900000005. Select document number between 3000000000 and 3099999999"
    I have checked the Number range assignments to the Invoice type and Accounting type.
    The number range is same for both Invoice type (Y0F2) and Cancelled Invoice type (Y0S1).
    The Accounting document type (RV) is also same for both the cases. But it is working fine for Y0F2 (Acounting document generated and cleared automatically). But not working fine for Cancelled Invoice (Y0S1).
    Can anybody please help me find out a solution to the issue.
    Thanks, Ram.

    Hi,
    The error message F5151 refers to the number range of the FI document.
    Please have a look at the note 1259505: FAQ: New cancellation procedure in SD, which covers this issue in detail.
    Question 5:
    Q5. What is the FI document type, generated by the cancellation ?
    In the old cancellation procedure, the FI document type is always
    determined in SD, and passed to FI (the same when a normal invoice  -
    not a cancellation -  is transferred to accounting).
    In transaction VOFA there is the field 'Document type' (TVFK-BLART).
    If this field is filled, then the FI document will have the document
    type maintained here.
    If TVFK-BLART is empty, then the FI document will get the default
    document type 'RV'.
    If the new cancellation procedure is performed, the FI document type is
    always determined in FI, based on the document type of the FI document
    to be reversed.
    In transaction OBA7 the FI document type has assigned the field 'Reverse
    document type' (T003-STBLA).
    If it is filled, then the FI cancellation document will get the document
    type maintained here.
    If T003-STBLA is empty, then the FI document cancellation will get the
    same document type as the cancelled FI document.
    Notice that an unexpected FI document type can cause the error message
    F5 151.
    Example:
    F2 invoice 90000001 was released, creating an accounting document with
    document type 'RV'.
    This F2 invoice is reversed by the S1 billing document 70000001.
    In customizing of SD there is:
    Billing Type    Document Type
    F2              RV
    S1
    In customizing of FI there is:
    Document Type    Number range   Reverse Document Type
    RV               00             AB
    AB               01             AB
    The FI number ranges (object RF_BELEG) are:
    No  From number    To number   Ext
    00  0090000000     0099999999  X
    01  0100000000     0199999999
    Different situations can occur, due to these customizing settings of the
    FI document type, caused by the type of cancellation.
    If the new cancellation is used:
    The FI document type 'RV' has 'Reverse Document Type' = 'AB'.
    Document type 'AB' has number range '01' set as internal.
    So the FI document will have its own number included in
    100000000-199999999.
    There is no issue.
    If the old cancellation is used:
    The cancellation billing type S1 has no 'Document type' maintained, so
    the FI document will get document type 'RV'. It has number range '00',
    set as external number range.
    So the FI document should get the same number of S1 billing document.
    But the S1 billing document has number 70000001, not included in the
    interval of number range '01'.
    This will cause error F5 151.
    I hope this information helps you.

  • Custom PL/SQL API that inserts the data into a custom interface table.

    We are developing a custom Web ADI integrator for importing suppliers into Oracle.
    The Web ADI interface is a custom PL/SQL API that inserts the data into a custom interface table. We have defined the content, uploader and an importer. The importer is again a custom PL/SQL API that will process the records inserted into the custom table and updates the STATUS column of the custom interface table. We want to show the status column back on the spreadsheet.
    Defined the 'Document Row' import rule and added the rows that would identify the unique record.
    Errored row import rule, we are using a SELECT * from custom_table where status<>'Success' and vendor_name=$param$.vendor_name
    The source of this parameter is import.vendor_name
    We have also defined an Error lookup.
    After the above setup is completed, we invoke the create document and click on Oracle->Upload.
    The records are getting imported, but the importer program is failing with An error has occurred while running an API import. The ERRORED_ROWS step 20003:ER_500141, parameter number 1 must contain the value BIND in attribute 1.'

    The same issue.
    Need help.
    Also checked bne.log, no additional information.
    <bne:document xmlns:bne="http://www.oracle.com/bne">
    <bne:message bne:type="DATA" bne:text="BNE_VALID_ROW_COUNT" bne:value="11" />
    <bne:message bne:type="DATA" bne:text="BNE_INVALID_ROW_COUNT" bne:value="0" />
    <bne:message bne:type="ERROR" bne:text="An error has occurred while running an API import"
    bne:cause="The ERRORED_ROWS step 20003:ER_500165, parameter number 1 must contain the value BIND in attribute 1."
    bne:action="" bne:source="BneAPIImporter" >
    <bne:context bne:collection="collection_1" />
    </bne:message><bne:message bne:type="STATUS"
    bne:text="No rows uploaded" bne:value="" >
    <bne:context bne:collection="collection_1" /></bne:message>
    <bne:message bne:type="STATUS" bne:text="0 rows were invalid" bne:value="" >
    <bne:context bne:collection="collection_1" /></bne:message></bne:document>

  • Error in Account Interface

    Hi Friends,
    Credit Memo is not posted to FI. In posting status at header data of billing document I could see a message some thing like " Error in Account Interface"
    Can any body give me some what could be the problem.
    Thanks in advance
    J M

    Hello,
    if the error message is FF805 then please have a look as follow:
    This error can be occurs by the following causes:                                                                               
    1.                                                                     
      When the tax condition has a condition base value with '0' this      
      condition is deleted when releasing to accounting. This checking is  
      implemented with release 4.6. In release 3.1 this was not implemented.
      As a result the error FF805 is triggered. So please check that the   
      tax base is not zero in the document.                                                                               
    2.                                                                     
      The error message FF 805 often is created due to errors in           
      customizing, especially in the pricing procedure. Please check       
      whether you have two active, non-statistical tax conditions in your  
      procedure with overlapping reference steps (transaction V/08).       
      This also can trigger this error.                                                                               
    Addionally please have a look at the note 872449. Often the error      
    occurs due to an wrong customizing.                                    
    You should use the condition base formula 16 for MWST.                                                                               
    Surely I could help you with this information and I wish you a nice    
    start in the week.       
    regards
    Claudia

  • Which one to use - Customer Interface or TCA APIs? And why?

    Hi,
    Please let me know the answer for the following questions. I have a legacy system in 11.0.3 (which does not have the TCA architecture) and the customers have to be moved to R12. I could get the details in different flat files for the import from source system. Which is the approach I should use?
    1) What does customer interface does NOT do which the TCA APIs can do?
    2) Doesn’t the customer interface use the TCA API within it?
    3) Is it better to use APIs than customer interface? If so, why and what are the criterions I should look for for deciding on what to use?
    Highly appreciate the help.
    Thanks,
    Dinesh

    Hello Dinesh,
    To answer your questions below:
    user3331828 wrote:
    1) What does customer interface does NOT do which the TCA APIs can do?The Customer Interface tables do the same things that TCA API does.
    user3331828 wrote:
    2) Doesn’t the customer interface use the TCA API within it?I have never been able to open a Spawned program to see which packages are used. Not sure if it uses the same API packages.
    user3331828 wrote:
    3) Is it better to use APIs than customer interface? If so, why and what are the criterions I should look for for deciding on what to use?Customer interface might be easier than the to implement than the use of API..
    For customer interface, just right a program to validate the source data and insert into open interface table, submit the import program and view output for errors. Much easy to maintain than API.
    API need a certain level of programming and you will need to investigate for all the flow of creating a customer and their corresponding create procedure to call..
    Hope this help,
    Vik

  • *Error in Accounting Interface*

    Dear All,
    when creating billing document for cash sales Accounting Document is NOT Creating and in the cash invoice header in the field of posting status Error in Accounting Interface
    as for the cash sales invoice all the G/L accounts are maintained (VKOA,OV77) and their is no posting block in the billing type.
    Please give the soluation of this problem, its very urgent.
    Thanks in advance.
    Best Regards
    salm

    Check with FI Consultant if Profit Centre is required to be maintained in Customer Master Data.
    The current solution will be to cancell Billing Document --> Cancel PGI --> Cancel Delivery --> foreclose Sales Order
    Maintain Profit Centre in Customer Master Data
    Recreate Sales Order --> Delivery --> PGI --> Billing Document
    Alternatively,
    With the help of Abaper force Profit Centre in Billing Document in Debug Mode. (Not recommended practise)
    Regards,
    Rajesh Banka

  • Customer Interface problem

    Dear All,
    I am working on customer interface.. everything is working fine .
    i am inserting customer's header leval contact information everything is working okay only problem that i am having is i am not able to insert website addresses on header ..
    when i am giving contact point type as web it gives me error that contact point type must be phone,email and tlx.. so any one please tell me how to insert web addresses through interface.

    Hi,
    In *'RA_CUSTOMERS_INTERFACE_ALL'* Interface table you can find a column named *'URL'*, insert your web address in to this column, this should bring up URL at customer header level.
    Regards,
    Yuvaraj.C

  • Vivado 2015.1 Bug Report: Adding Required Port without Default Value in Custom Interface Definition

    When adding a port using the Custom Interface Definition window and not defining a Default Value, the attached error message appears.  Not only are the html tags visible, but this error should not be thrown in the first place if both Master/Slave Presense is set to "required".  As it is, a port can only be added if a Default Value is given, but can be removed later from the ports table.

    yes,I have successfully install petalinux2015.2,but,the issue still be the same as before,the axi 16550 is not working,when I run echo 123 > /dev/ttyS1,my ttyPS0 stop working and axi com keeping null output...
    then,I try petalinux2014.4+petalinux2014.4,the difference is the ttyPS0 still alive but axi-com still null...
    I found that pl.dtsi file is quite different between the three mode:
    M1,petalinux2014.4+vivado2015.1
    M2,petalinux2015.2+vivado2015.1
    M3,petalinux2014.4+vivado2014.4
    most confuse for me is the interrupt ID,
    in vivado I connect the axi intterrupt to ID 62 but I get different auto generate dts file
    M1:nothing about interrupt and i add manuually in system-top.file
    M2:vivado ID is 61 but dts "interrupts = <0 30 4>"
    M3:vivado ID is 62 but dts "interrupts = <0 31 4>"
    does petalinux auto detect the vivado interrupt connection and ID and write to dts file right or User have to verify and rewrite in ststem-top.dts?
    working hard for the issue and hope for a axi demo including petalinux + vivado ,help please

  • Processing status :Error in accouting interface

    Hi all
            I am getting processing status of billing document as "Error in accouting interface". ( Field VBRK-RFBSK) Any idea what could be the possible cause of this.
    Regards
    Babita.

    Hello,
    a. Go to VF02
    b. Enter the billing document number
    c. Click on release to accounting
    You would get the error message using that easily you can track.
    If not check the following:
    a. Material master - account assignment group - for all materials in the billing document
    b. Customer master - for account assignment group - this is in sales view
    c. Check whether for this combination you have maintained the entry in VKOA
    d. Check whether you have maintained the GL account for Tax code if any used.
    e. Check whether all the required fields are getting filled.
    f. Check whether period is open.
    Regards
    Anantha

  • Error: QueryInterface for interface SAPbouiCOM.IApplication failed.

    Hi,
    I have a problem with UI:
    We have a process that is hung. A Process  setting specialPrices to many customers and in the middle of process AddOn crash with a folloving error:
    Error: QueryInterface for interface SAPbouiCOM.IApplication failed.
    This occurs in several processes of our various customer. this seems a bug in the UI
    Someone have any idea about this?
    thanks in advanced

    Hi Alejandro,
    When the error occurs, how much memory is your addon using? I've seen this error before in some addons where a process is leaking memory.
    Try running your process and monitoring the memory size of your addon's executable and the memory size of the SAPbouiCOM.exe in Task Manager.
    Kind Regards,
    Owen

  • Customer Interface vs HZ API

    Gurus,
    I need your help in Customer Conversion (R12). I tested the Customer Open Interface (ra_customers_interface, ra_customer_profiles_interface, ra_contact_phones_interface). Everything goes through fine into HZ Tables.
    But I want some more Customer Master fields to be passed from Legacy system.
    Eg:
    - Account Description / Name (hz_cust_accounts)
    - SalesPerson (Acct Site Level - hz_cust_account_sites_all)
    - Order Management Attributes like PRICE_LIST (Account Level or at Acct Site Level)
    We have the option to pass DEMAND_CLASS_CODE (one of the OM attributes) but not the other OM attributes like PRICE_LIST etc.
    What would be the best approach to do conversion in this case ?
    - Use "Customer Interface" first and then use HZ APIs to update the specific fields
    - Directly use HZ APIs to upload all the attributes. (I am not comfortable with this as it
    needs much more effort making sure to populate all relevant tables)
    Am I missing something ? Could you please provide your suggestions.
    Thanks,
    Dinesh

    Dinesh,
    In my opinion, unless you are comfortable that you know entire TCA architecture, I do not suggest to use the indivdual pieces of code to convert the modules like Parties, Accounts, relationships and so on. One specific example is, Credit Holds at the customer sites. If you check this, it inserts a row into a OM table oe_hold_sources (ofcourse this is obsolete in R12).
    So you can use the customer interface with updates later.
    One idea is this:
    Use all the Site_use_attributes (unless you are using them to store your own values) to store these values like price_list_id, order_type_id and convert them using the Customer Interface into attributes. At the end of the program (request set) your program fires and updates all the site uses with respective values in the attributes to the destination columns and wipes off the attributes so that they can be used in the future. Also you can insert the values into an audit table.
    Thanks
    Nagamohan

  • SQL to register custom Interface

    Steps to register a custom interface are given below.
    1) Assign iSetup super user role.
    2) Create Function
    3) Create Menu
    4) Create Grant
    5) Register Interface.
    Since it consumes good amount some time, it may not be required in development or UT environments. I have provided the query that would directly register interface with iSetup schema without having to go through the above flow.
    Also, this provides a chance for customer who are on 11.5.10.2CU to create and register customer interfaces with iSetup.
    Please note that this short cut must be used only in development and UT environments.
    INSERT INTO az_apis
    API_NAME,
    APPLICATION_SHORT_NAME,
    SEQ ,
    DISPLAY_NAME,
    DESCRIPTION,
    COMMIT_IF_WARNING,
    TYPE_CODE,
    METHOD_NAME,
    PATH,
    CREATED_BY,
    CREATION_DATE,
    LAST_UPDATED_BY,
    LAST_UPDATE_DATE,
    LAST_UPDATE_LOGIN,
    API_CODE,
    SEQ_NUM,
    API_DESC,
    COMMIT_IF_WARNING_FLAG,
    API_TYPE,
    REPORT_LAYOUT,
    FILTERING_PARAMETERS,
    DATA_SOURCE_NAME,
    UPDATABLE_FLAG,
    CHANGE_UPDATABLE_FLAG,
    ALLOW_SET_TARGETVAL_FLAG,
    ALLOW_FILTER_FLAG,
    API_STANDALONE_FLAG,
    ACTIVE,
    DISABLE_REPORT_FLAG
    VALUES
    NULL ,
    :1 ,
    NULL ,
    :2,
    NULL ,
    NULL ,
    NULL ,
    'importFromXML',
    :3,
    1,
    to_timestamp('03-JAN-07','DD-MON-RR HH.MI.SSXFF AM'),
    1,
    to_timestamp('21-MAR-07','DD-MON-RR HH.MI.SSXFF AM'),
    0,
    :4,
    NULL,
    NULL,
    'N',
    :5,
    'MULTIPLE',
    :6,
    NULL,
    NULL,
    NULL,
    NULL,
    'Y',
    'Y',
    'Y',
    NULL
    Where
              *:1 => APPLICATION_SHORT_NAME* => Product code under which you would like to register the interface.
              *:2 => DISPLAY_NAME* => Any user friendly name to identify the API. This would appear as data object name while creating custom selection set.
    *:3 => PATH* => Path to lct file or Java path to refer AM.
    Example, for BC4J iSetup framework API => oracle.apps.az.isetup.server.ReportCurrenciesAM
    for Generic Loader (FNDLOAD) API => patch/115/import/mysamplelct.lct
    *:4 => API_CODE* => A unique identifier to register the API.
                                  Naming convention => Application Short Name + “_” + API Name without any spaces.
                                  Example => AZ_Currencies
    *:5 => API_TYPE* => Type of API.
    For iSetup framework BC4J APIs => BC4J
                                  For generic Loader APIs => FNDLOAD          
              *:6 => FILTERING_PARAMETERS* => Filtering Parameters is stored as XML. Keep it NULL if there are no filtering_parameters.
    I have provided a sample XML.
    <?xml version="1.0"?>
    <parameters>
    <conjunction>AND</conjunction>
    <language></language>
    <mode type = "Export">
    <param type = "NameValuePair" seq = "1" display = "DisplayEnabled" editable = "Editable">
    <operator>=</operator>
    <separator></separator>
    <name>PRODUCT_CODE</name>
    <value></value>
    <msgcode>AZ_R12_PRODUCT_CODE</msgcode>
    <appcode>AZ</appcode>
    <filtercode></filtercode>
    <datatype>java.lang.String</datatype>
    <sqlforlov>select distinct product_code from fnd_application_vl</sqlforlov>
    <sqlforlovcol>PRODUCT_CODE</sqlforlovcol>
    </param>
    </mode>
    </parameters>
    Delete Record Query
              DELETE FROM az_apis WHERE api_code= :1;
    where
    *:1 => API_CODE* => A unique identifier to register the API.
                                  Naming convention => Application Short Name + “_” + API Name without any spaces.
                                  Example => AZ_Currencies

    Have your signed your assembly ??
    Microsoft Dynamics CRM Training|Our Blog |
    Follow US |
    Our Facebook Page |
    Microsoft Dynamics CRM 2011 Application Design
    Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.

Maybe you are looking for

  • Need to add special characters in sap scripts

    Hi All,    I need to add special characters in sap script. I have used them as it is my script,but in the print preview i am able to see '#' instead of those special characters.Can anybody please tell me the way in which we can add special characters

  • No longer able to hear audio on youtube videos

    Since upgrading to Firefox 23.0.1, I noticed I was having intermittent issues with no audio in Youtube videos. I have since discovered that, if I go to youtube to watch a video, there is no audio. The weird thing about this, though, if the video is l

  • Facetime not working Yosemite

    Hello all, when I try to make a call via Facetime, the connection get lost. It rings, I click on the green telefone icon, and seconds later it´s off. Can someone help me please? Cheers, Anne

  • Error during recovery: can't find PREINST4.SWM on the DVD

    Hi everyone, I was trying to reinstall the factory settings on my laptop with the toshiba software but during the copy of files from the first DVD of Recovery, It says: Can't find PREINST4.SWM on the DVD. So I look at the DVD with another computer an

  • Google, YouTube won't load in all browsers.

    On all accounts setup on both my computers at home, Google and Youtube struggle to even open in all my browsers (Safari 4.0.4, Firefox 3.0.15, and Chrome 5.0.307.7), while the rest of the internet loads fine (including for example, Gmail and Hulu). I