Tables not recognised post conversion

I recently performed a migration from MS Access to Oracle SQL via the Oracle SQL Developer Application. There were a number of conversion errors, many due to spaces in table names and alike.
Despite the reported errors, I can see Views for all the tables in from the original MS Access file in the converted SQL file. However, when I try to run a continual script containing excerpts (copied + pasted) from each individual Views in the converted model, I get fundamental errors such as:
ORA-00942: table or view does not existThe Tables are visible in the Views sections, but I am wondering if the above error could arise solely because of incomplete conversion due to spaces appearing in Table names. The converter has attempted to replace spaces with underscores in the Table names, but looking within the SQL code under individual Views, I can see that underscores have not been inserted.
On another matter, how would one deal with the use of reserved names when Table column names have to use certain names such as Date and Value because they are linked to data feeds that use these terms?
Any suggestions on these problems would be gratefully received.
Many thanks
Edited by: 803242 on 26-Oct-2010 09:51

I've now re-run the migration, converted the captured XML file and then finally generated the converted file to create continuous script with translated code extracted from MS Access.
I get the same translation errors as before in the migration log, following the conversion. Following generation, some of the code in Views is greyed-out, with comments stating:
/*TODO: Cannot convert to viewLooking through the code, it seems that INSERT INTO statements from MS Access are not converting properly, for example:
INSERT INTO [Table A] ( Column_1 )
SELECT [Table B].Column_1
FROM [Table B] LEFT JOIN [Table A] ON [Table B].Column_1 = [Table A].Column_1
WHERE ((([Table A].Column_1) Is Null) AND (([Table B].Column_1) Is Not Null))
GROUP BY [Table B].Column_1;
generates to:
CREATE OR REPLACE VIEW Append_Column_1 AS
/*TODO: Cannot convert to view
INSERT INTO Table A
( Column_1 )
( SELECT Table B.Column_1
FROM Table B
LEFT JOIN Table A
ON Table B.Column_1 = Table A.Column_1
WHERE ( ( (Table A.Column_1) IS NULL )
AND ( (Table B.Column_1) IS NOT NULL ) )
GROUP BY Table B.Column_1 );
-- intentional generation error
SELECT NULL FROM DUAL;
But on a more simple note, I cannot seem to even perform a simple select * from Table_Name as the tables are not found, even though I can see them. This looks like it is most likely a problem with the schema: SELECT * FROM schema_name.Table_name should work, but the schema I think I have applied is clearly not what is present in the original Access file.
Before I am able to capture the XML file IN SQL dev, I need to create a repository in the user area of the database to which I am migrating. This process seems to apply some structure to the user area, and I think this is the source of the inability to perform SELECT queries.

Similar Messages

  • V2V - Hyper-V 2012R2 / SCVMM 2012R2- ESX to HV - Local storage not recognised in conversion wizard?

    Hi,
    I am in the final stages of testing for our move from VMWare to Hyper-V.  I am currently testing migrations of VMWare VMs to Hyper-V.  I've connected SCVMM to the vCentre server and attached to the ESX hosts so I can see all the VMs in the
    VMM console. 
    My Hyper-V servers are running in a failover cluster and have shared storage as well as local storage for less important VMs.  When I run the Convert VM Wizard I can't see the local storage listed when selecting a storage location for the newly converted
    VM.  It appears that VMM assumes that the VMWare VM is high availability and thus only shows me the shared clustered drives.  Its not HA in VMWare. although the ESX host is a enterprise version.  This theory is born out when I've converted a
    VWMare VM to Hyper-V I click on the migrate button to move it to the local storage in the new target server location screen I get a tick box, that is ticked, showing the VM is HA.  When I deselect it I can then select local storage and migrate the
    VM over.
    Is there any way of stopping VMM pre-setting the VMWare VMs as HA so I can select the local storage in the conversion wizard?
    Any help gratefully received.
    Rob

    Hi Simar
    Thanks for the advice, I've now got the VM back in a stable state and running HA.
    Just to finish off the thread for future I did the following
    - Shutdown the VM
    - Remove the VM from the Failover Cluster Manager (as you say this did leave the VM configuration intact)
    - I was unable to import the VM as per your instructions so I copied the VHD to another folder on the local storage and took a note of the VM configuration.
    - Deleted the VM from VMM so this removed all the configuration details/old VHD.
    - Built a new VM using the details I saved from the point above
    - Copied the VHD into the new VMs folder and attached it to the VM.
    - Started it up and reconfigured networking
    - Use VMM to make the VM HA.
    I believe I have found the reason for the initial error, it appears there was a empty folder in the Snapshot folder, probably from an old Checkpoint that hadn't cleaned up properly when it was deleted.
    The system is up and running now so thanks again for the advice.
    Rob

  • BDLS : Table T000 was not relevant for conversion

    Hello,
    After a system refresh ( homogeneous system copy in ECC6), we performed the post copy procedure.
    I ran the BDLS transaction, all the tables were converted fine, exept the table 000.
    I still have in transaction SCC4 the former logical systeank you in dam defined.
    I checked the BDLS job log and found the message :
    "Table T000 was not relevant for conversion"
    I don't underdtand why ? Is it the normal behaviour ?
    Table T000 is not excluded in BDLSC ...
    Thank you in advance for your help.
    Best Regards.

    I just found out that I launched the BDLS from the client 000.

  • DAC, ETL failed due to Post-Etl Script not exist and table not exist.

    When execute the ETL in DAC, it failed when execute the "Change Capture For Siebel OLTP"
    encounterred the following two type errors.
    how to fix these errors?
    The first is the table not exist:
    ======================================================================
    MESSAGE:::Could not truncate table 'S_ETL_I_IMG_38' because this table does not exist in database 'OLTP_SIA'.
    EXCEPTION CLASS::: com.microsoft.sqlserver.jdbc.SQLServerException
    com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown Source)
    ======================================================================
    The second is the Post-Etl not exist.
    I have copied the Copy Source Files and Lookup Files. What else should I do? What script it not find? have no idea.
    ======================================================================
    Jan 20, 2009 4:11:06 PM com.siebel.etl.etlmanager.EtlExecutionManager finishEtl
    SEVERE: Incorrectly specified Post-Etl Script/Executable. The file either does n
    ot exist, or is not readable
    UNREGISTERING: com.siebel.etl.engine.bore.FixedFailedNodesFacility
    686 SEVERE Tue Jan 20 16:11:06 CST 2009
    END OF ETL
    687 SEVERE Tue Jan 20 16:11:06 CST 2009 Incorrectly specified Post-Etl Script
    /Executable. The file either does not exist, or is not readable
    UNREGISTERING: com.siebel.etl.engine.core.SessionHandler
    UNREGISTERING: com.siebel.etl.engine.bore.ServerTokenPool
    UNREGISTERING: com.siebel.etl.engine.core.TableIndexHandler
    UNREGISTERING: com.siebel.etl.engine.bore.NewDispatcher
    Stopping EtlParameters 9550256
    UNREGISTERING: com.siebel.etl.engine.bore.EtlParameters
    UNREGISTERING: com.siebel.etl.engine.bore.ExternalTaskTokenPool
    UNREGISTERING: com.siebel.analytics.etl.execution.RefreshDateHandler

    Hi tigger,
    ad scripts:
    http://download.oracle.com/docs/cd/E12102_01/books/AnyInstAdm784/AnyInstAdmFunctionalRef9.html#wp1005877
    http://download.oracle.com/docs/cd/E12102_01/books/AnyInstAdm784/AnyInstAdmFunctionalRef8.html
    ad tables:
    Without data change capture tables nothing will work. Have you looked at the actual documentaiotn? It contains everythign step by step.
    http://www.oracle.com/technology/documentation/bi_apps.html
    --> Oracle Business Intelligence Applications Fusion Edition Installation and Configuration Guide -> 4.15.3 How to Update Siebel Transactional Database Schema Definitions

  • Table T000 was not relevant for conversion in BDLS log

    Hi All,
    I am getting the below message in BDLS log  while doing logical system system conversion with BDLS.
    "Table T000 was not relevant for conversion"
    Due to this I could see old logical system entry in SCC4 instead of New converted logical entry.
    (I've gone through the forums ,but didn't find solution)
    Any Idea why I am getting this message and I triggered BDLS from client 000.
    Regards,
    Srinivas Chapa.

    Already SCC4  entry for the client has old Logical system name.
    Ex:
    Client 500
    Logical System : <PRD>CLNT500
    I need this to be change to <QAS>CLNT500 after BDLS,but it is not happening after BDLs.
    Regards,
    Srinivas Chapa.

  • HT1918 Post code not recognised

    MY billing details are correct it is Barclays debit card registered at my Spanish home address but It does not recognise my post code as it is Spanish so I cannot use/ purchase from I-tunes

    What is your iPhoto version?
    Are you ordering from the correct Print Products Store?
    The store is set in the iPhoto Preferences "Advanced" tab, at the bottom of the panel (in iPhoto '11).  Make sure it is set to the country of the delivery address.

  • Ipod not recognised on either of 2 computers

    My ipod is not recognised by windows or itunes.
    Tried it on my friend's computer, and again not recognised by windows or itunes.
    ipod plays ok, so I assume there's a problem with the USB port on the ipod itself.
    Not found any useful help on the support site.
    I don't imagine this can be repaired - any ideas?

    cec2010 wrote:
    Success! I reset my ipod (menu + center) and restarted my laptop, and now my ipod connects again.
    Have you tried that?
    THANK YOU! I have spent 4 hours doing everything the website said, including unistalling all of Itunes versions, going into Hardware Update, going into My Computer and "managing" it, emptying my TEMP folder, and finally I had the massive brainstorm to go into the discussion board, and reseting the iPod did it! You are a savior!
    BTW, to the poster who asked if the new version did it. Absolutely. I downloaded it last night and everything gave up the ghost immediately after.

  • Data is not getting posted in ABAP Proxy.

    Hi,
    I am working on File to ABAPProxy scenario. The data is not going to proxy.
    In PI sxmb_moni is status is successfull and in the R3 sxmb_moni the status is successfull. But the data is not getting posted in the tables(ABAPProxy). I had checked the inbound and oubound queues. And with the same input data, abapers cheked their code in Abapproxy, then the table is getting updated. When we trigger from PI, the tables are not getting updated.Please help me.
    Thanks,
    Pragathi.

    Hi,
    The problem may be
    Case 1: Cache is not getting refreshed(Check SXI_CACHE)
    Case 2: The Queue Is blocked (Check SMQ1 & SMQ2)
    Regards,
    Sainath

  • How to take Contacts back-up - Blackberry is not recognised by BB Desktop Software

    Hello,
    My phone is Blackberry Javeline 8900.  The desktop manager does not recognise my phone.  Everything else is fine.  It gets charged properly through USB.  I connected other BB phone, the same software recognises it.  
    So do not know what to do.  The issue is I need to back-up my contacts and which I am unable to do.  Also, I need to transfer those contacts to my another android device (I have 2 phones). Please help.
    Thanks.

    Hello andoshi,
    The following article will assist your with detecting your BlackBerry Curve 8900 smartphone within the BlackBerry Desktop Software on your computer:
    Identifying and troubleshooting issues with the BlackBerry Desktop Software detecting a USB connected BlackBerry smartphone - http://www.blackberry.com/btsc/KB00125
    We hope you find this helpful.
    Thank you.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Why does GarageBand '11 not recognise my MIDI Controller?

    My Evolution MK-249 MIDI controller keyboard is recognised as being on the USB 3.0 Hi-Speed Bus in the System Information window, but is not recognised by GarageBand '11 nor does it appear as a device in Audio MIDI Setup. As a test, I plugged in a USB microphone + headset and GarageBand immediately detected the device and it appeared in Audio MIDI Setup.
    Evolution are no longer in business, but support has been picked up by M-AUDIO. According to their website the MK-249 is amongst many MIDI devices for which "the class-compliant drivers built into Mac OS X provide full support for all features.".

    I have just realised I have put this on the wrong forum - it is not relevant to iOS. I will now post it in the correct forum, please pardon my ignorance!

  • Why does GarageBand not recognise my midi controller?

    My Evolution MK-249 MIDI controller keyboard is recognised as being on the USB 3.0 Hi-Speed Bus in the System Information window, but is not recognised by GarageBand '11 nor does it appear as a device in Audio MIDI Setup. As a test, I plugged in a USB microphone + headset and GarageBand immediately detected the device and it appeared in Audio MIDI Setup.
    Evolution are no longer in business, but support has been picked up by M-AUDIO. According to their website the MK-249 is amongst many MIDI devices for which "the class-compliant drivers built into Mac OS X provide full support for all features.".

    I have just realised I have put this on the wrong forum - it is not relevant to iOS. I will now post it in the correct forum, please pardon my ignorance!

  • HT204053 Icloud does not recognise my itunes log on and password.  It is showing an error message saying that the log on is good for itunes but not for icloud and I cannot log onto icloud

    I cannot log onto I Cloud as it is not recognising my apple ID used for my ipod on my pc?

    Hello....I also can't login to icloud.com email to use the app Find my Phone...it says Your Apple ID must be used, etc, etc....
    However, I found this post and signed in with my Apple ID and I have an IOS Iphone (like I mentioned, it's lost somewhere and I'm trying to find it).
    I have set up ICould on my phone previously and have received welcome email from doing it.  Can someone please help me use the App to find my phone!!  I have no idea why I can't login online to Icloud.com
    Thank you!  I want to exhaust all options before buying a replacement one....

  • Sql statement in a table not accepting variable

    I have the following problem on 10.1.0.3.0 with varialbe in an execute immediate statement
    here is the code that I am using
    declare
    remote_data_link varchar2(25) := 'UDE_DATATRANSFER_LINK';
    FROM_SCHEMA VARCHAR2(40) := 'UDE_OLTP';
    l_last_process_date date := to_date(to_char(sysdate,'mm-dd-yyyy hh:mi:ss'),'mm-dd-yyyy hh:mi:ss') - 1;
    stmt varchar2(4000) := 'MERGE into applicant_adverseaction_info theTarget USING (select * from '||FROM_SCHEMA||'.applicant_adverseaction_info@'||remote_data_link||' where last_activity > :l_last_process_date ) theSource ON(theTarget.applicant_id = theSource.applicant_id) WHEN MATCHED THEN UPDATE SET theTarget.cb_used = theSource.cb_used, theTarget.cb_address = theSource.cb_address, theTarget.scoredmodel_id = theSource.scoredmodel_id, theTarget.last_activity = theSource.last_activity WHEN NOT MATCHED THEN INSERT(CB_USED, CB_ADDRESS, SCOREDMODEL_ID, APPLICANT_ID, LAST_ACTIVITY) values(theSource.cb_used, theSource.cb_address, theSource.scoredmodel_id, theSource.applicant_id, theSource.last_activity)';
    stmt2 varchar2(4000) := 'MERGE into edm_application theTarget USING (select * from '||from_schema||'.edm_application@'||remote_data_link||' where last_activity > :l_last_process_date) theSource ON (theTarget.edm_appl_id = theSource.edm_appl_id) WHEN MATCHED THEN UPDATE SET theTarget.APP_REF_KEY = theSource.APP_REF_KEY, theTarget.IMPORT_REF_KEY = theSource.IMPORT_REF_KEY, theTarget.LAST_ACTIVITY = theSource.LAST_ACTIVITY WHEN NOT MATCHED THEN INSERT (EDM_APPL_ID, APP_REF_KEY, IMPORT_REF_KEY, LAST_ACTIVITY) values(theSource.EDM_APPL_ID, theSource.APP_REF_KEY, theSource.IMPORT_REF_KEY, theSource.LAST_ACTIVITY)';
    v_error varchar2(4000);
    T_MERGE VARCHAR2(4000);
    stmt3 varchar2(4000);
    BEGIN
    select merge_sql
    INTO T_MERGE
    from transfertables
    where table_name= 'edm_application';
    remote_data_link:= 'UDE_DATATRANSFER_LINK';
    FROM_SCHEMA := 'UDE_OLTP';
    --DBMS_OUTPUT.PUT_LINE(SUBSTR(stmt2,1,200));
    --STMT2 := T_MERGE;
    dbms_output.put_line(from_schema||' '||remote_data_link||' '||l_last_process_date);
    EXECUTE IMMEDIATE stmt2 using l_last_process_date;
    --execute immediate stmt3 ;
    dbms_output.put_line(from_schema||' '||remote_data_link||' '||l_last_process_date);
    dbms_output.put_line(substr(stmt2,1,200));
    commit;
    EXCEPTION
    WHEN OTHERS THEN
    V_ERROR := SQLCODE||' '||SQLERRM;
    v_ERROR := V_ERROR ||' '||SUBSTR(stmt2,1,200);
    DBMS_OUTPUT.PUT_LINE(V_ERROR);
    --dbms_output.put_line(substr(stmt2,1,200));
    END;
    This works perfectly
    but if I change it to get the same statement in a db table
    declare
    remote_data_link varchar2(25) := 'UDE_DATATRANSFER_LINK';
    FROM_SCHEMA VARCHAR2(40) := 'UDE_OLTP';
    l_last_process_date date := to_date(to_char(sysdate,'mm-dd-yyyy hh:mi:ss'),'mm-dd-yyyy hh:mi:ss') - 1;
    stmt varchar2(4000) := 'MERGE into applicant_adverseaction_info theTarget USING (select * from '||FROM_SCHEMA||'.applicant_adverseaction_info@'||remote_data_link||' where last_activity > :l_last_process_date ) theSource ON(theTarget.applicant_id = theSource.applicant_id) WHEN MATCHED THEN UPDATE SET theTarget.cb_used = theSource.cb_used, theTarget.cb_address = theSource.cb_address, theTarget.scoredmodel_id = theSource.scoredmodel_id, theTarget.last_activity = theSource.last_activity WHEN NOT MATCHED THEN INSERT(CB_USED, CB_ADDRESS, SCOREDMODEL_ID, APPLICANT_ID, LAST_ACTIVITY) values(theSource.cb_used, theSource.cb_address, theSource.scoredmodel_id, theSource.applicant_id, theSource.last_activity)';
    stmt2 varchar2(4000) := 'MERGE into edm_application theTarget USING (select * from '||from_schema||'.edm_application@'||remote_data_link||' where last_activity > :l_last_process_date) theSource ON (theTarget.edm_appl_id = theSource.edm_appl_id) WHEN MATCHED THEN UPDATE SET theTarget.APP_REF_KEY = theSource.APP_REF_KEY, theTarget.IMPORT_REF_KEY = theSource.IMPORT_REF_KEY, theTarget.LAST_ACTIVITY = theSource.LAST_ACTIVITY WHEN NOT MATCHED THEN INSERT (EDM_APPL_ID, APP_REF_KEY, IMPORT_REF_KEY, LAST_ACTIVITY) values(theSource.EDM_APPL_ID, theSource.APP_REF_KEY, theSource.IMPORT_REF_KEY, theSource.LAST_ACTIVITY)';
    v_error varchar2(4000);
    T_MERGE VARCHAR2(4000);
    stmt3 varchar2(4000);
    BEGIN
    select merge_sql
    INTO T_MERGE
    from transfertables
    where table_name= 'edm_application';
    remote_data_link:= 'UDE_DATATRANSFER_LINK';
    FROM_SCHEMA := 'UDE_OLTP';
    --DBMS_OUTPUT.PUT_LINE(SUBSTR(stmt2,1,200));
    STMT2 := T_MERGE;
    dbms_output.put_line(from_schema||' '||remote_data_link||' '||l_last_process_date);
    EXECUTE IMMEDIATE stmt2 using l_last_process_date;
    --execute immediate stmt3 ;
    dbms_output.put_line(from_schema||' '||remote_data_link||' '||l_last_process_date);
    dbms_output.put_line(substr(stmt2,1,200));
    commit;
    EXCEPTION
    WHEN OTHERS THEN
    V_ERROR := SQLCODE||' '||SQLERRM;
    v_ERROR := V_ERROR ||' '||SUBSTR(stmt2,1,200);
    DBMS_OUTPUT.PUT_LINE(V_ERROR);
    --dbms_output.put_line(substr(stmt2,1,200));
    END;
    I get ora-00900 invalid sql statement
    can somebody explain why this happens
    Thanks

    I agree with jan and anthony. Your post is too long and ill-formatted. However here's my understanding of your problem (with examples though slightly different ones).
    1- I have a function that returns number of records in a any given table.
      1  CREATE OR REPLACE FUNCTION get_count(p_table varchar2)
      2     RETURN NUMBER IS
      3     v_cnt number;
      4  BEGIN
      5    EXECUTE IMMEDIATE('SELECT count(*) FROM '||p_table) INTO v_cnt;
      6    RETURN v_cnt;
      7* END;
    SQL> /
    Function created.
    SQL> SELECT get_count('emp')
      2  FROM dual
      3  /
    GET_COUNT('EMP')
                  14
    2- I decide to move the statement to a database table and recreate my function.
    SQL> CREATE TABLE test
      2  (stmt varchar2(2000))
      3  /
    Table created.
    SQL> INSERT INTO test
      2  VALUES('SELECT count(*) FROM p_table');
    1 row created.
    SQL> CREATE OR REPLACE FUNCTION get_count(p_table varchar2)
      2     RETURN NUMBER IS
      3     v_cnt number;
      4     v_stmt varchar2(4000);
      5  BEGIN
      6     SELECT stmt INTO v_stmt
      7     FROM test;
      8     EXECUTE IMMEDIATE(v_stmt) INTO v_cnt;
      9     RETURN v_cnt;
    10  END;
    11  /
    Function created.
    SQL> SELECT get_count('emp')
      2  FROM dual
      3  /
    SELECT get_count('emp')
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ORA-06512: at "SCOTT.GET_COUNT", line 8
    ORA-06512: at line 1
    --p_table in the column is a string and has nothing to do with p_table parameter in the function. And since there's no p_table table in my schema function returns error on execution. I suppose this is what you mean by "sql statement in a table not accepting variable"
    3- I rectify the problem by recreating the function.
      1  CREATE OR REPLACE FUNCTION get_count(p_table varchar2)
      2     RETURN NUMBER IS
      3     v_cnt number;
      4     v_stmt varchar2(4000);
      5  BEGIN
      6     SELECT replace(stmt,'p_table',p_table) INTO v_stmt
      7     FROM test;
      8     EXECUTE IMMEDIATE(v_stmt) INTO v_cnt;
      9     RETURN v_cnt;
    10* END;
    SQL> /
    Function created.
    SQL> SELECT get_count('emp')
      2  FROM dual
      3  /
    GET_COUNT('EMP')
                  14
    Hope this gives you some idea.-----------------------
    Anwar

  • Satellite L300 & Windows Vista are not recognising Ipod

    hi, i'm hoping you can help!!! I have been directed here by Microsoft & Apple - below is my issue and also Microsofts response:
    i have an ipod nano 3rd gen, working off a near new laptop with windows vista. itunes is all set up, no issues with ipod at all but when i plug the ipod in, it only charges the ipod.
    computer does not recognise the ipod at all, in windows or itunes. there is no portable device driver in the Device Manager or anywhere at all.
    it is not the usb port as other usb's have been recognised. i've tried in all other usb ports as well. bottom line is that windows vista (and itunes) is not recognising the ipod at all.
    i've been in touch with apple, with no avail. i've googled solutions only to find hundreds of other posts with exactly the same problem but no helpful solution. windows vista has no portable device port - how does one get this on their pc???
    i've been at this for 4 days now and have uninstalled/reinstalled way too many times and i'm at wits end!! any advice (other than "have you tried another usb port" or "have you reset the ipod" or anything similar) would be much appreciated.
    once again, there is no portable/ipod device drive located on this computer. please, i'm really hoping someone can help =)
    *Microsofts response:*
    Hi,
    Step 1:Turn USB bus power back
    If laptop is configured to conserve power by turning off power on the USB (Universal Serial Bus), it might not recognize a connected iPod.
    To turn USB bus power back, you may follow the steps mentioned in the Apple link below
    http://support.apple.com/kb/TS1401
    You stated Windows vista has no portable device port Normally, all portable devices are connected via a USB port and they appear under Universal Serial Bus controllers in the Device Manager.
    Step 2:Reinstall USB controllers.
    First, please disconnect all USB devices and then perform the following steps:
    1. Click "Start", type in Device Manager the Search bar and press "Enter". Click Continue if necessary.
    2. In Device Manager, double click to expand "Universal Serial Bus controllers", right click on the "Host Controller", click "Uninstall" and click "OK".
    3. Repeat the step 2 to uninstall all items under "Universal Serial Bus controllers".
    Then, restart your computer and windows will reinstall all USB controllers automatically.
    If the issue still persists,
    *Step 3:Download and install the latest chipset drivers from the laptop manufacturers website.*
    *So here I am with the issue still not resolved. *How do i Download and install the latest chipset drivers in order to have Toshiba Satellite L300 & Microsoft Vista recognise my ipod??*
    Many thanks in advance!

    > Step 3:Download and install the latest chipset drivers from the laptop manufacturers website.
    >*So here I am with the issue still not resolved. How do i Download and install the latest chipset drivers >in order to have Toshiba Satellite L300 & Microsoft Vista recognise my ipod?
    Install an hardware diagnostic tool like Everest home Edit or similar.
    This tool would provide all hardware details about your notebook.
    It would list all devices and chipset name too.
    I think its Intel chipset so you could find the driver on the Intel page
    Greets

  • HT1923 windows Vista not recognising Ipod classic. after setting laptop back to factory settings everything working fine except this

    My Ipod classic is not being recognised by windows Vista (device not recognised in device manager) and therefore I can only buy from Itunes but unable to sync etc
    I had to set laptop back to factory settings. everything else working perfectly except this. Have tried changing usb but still device not recognised!!!!
    Any help would be appreciated???
    going quietly insane..

    Hello Sparkysun,
    Thanks for using Apple Support Communities.
    From your post, the issue appears to be indicative of a hardware issue.  The support link below explains your service options:
    Apple - Support - Service Answer Center
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipod
    Take care,
    Alex H.

Maybe you are looking for

  • Handling repository of scanned files in SAP

    Hi all! 1> I want to maintain a repository of scanned documents. I will have a frontend screen through which I can handle the repository, i.e. uploading or downloading the document. Please suggest how to handle. 2> I also require a log with the chang

  • Payload decoding problem

    Hi Im using 10.1.2.3 b2b with mlr#7. In edi 841 transaction im encoding a .jpeg(image) file in to base64 format and attaching it to the binary data section.The output raw edi data has the decoded jpeg file but it was corrupted.I donno how to get my o

  • Logging with whereabouts using open source and freeware

    You can find the html version of this at: http://www.acelet.com/whitepaper/loggingWithWhereabouts.html Logging with whereabouts using open source and freeware The purpose of logging is to find out what had happened when needed. When the time comes to

  • Importing Albums into Photoshop Elements 11

    I can import the photos and catalougs from elements 10 to 11 but how do I import the albums and smart albums I have created from the photos within the system?

  • Updating my operating system

    I have a Macbook Pro 1.1 2GH with 1 processor Intel Core Duo and I want to upgrade my Operating system  to Tiger and eventually beyond but it does not seem possible because of the the nature on the processor. Is there anything else I can do to upgrad