Error in Transformation from Access to Oracle

I am getting following error while fetching data from Access in Load data.
java.lang.ClassCastException: java.lang.Integer cannot be cast to [B
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:7839)
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:7555)
     at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:8028)
     at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObject(OraclePreparedStatementWrapper.java:238)
     at com.sunopsis.sql.SnpsQuery.updateExecStatement(SnpsQuery.java:2027)
     at com.sunopsis.sql.SnpsQuery.addBatch(SnpsQuery.java:122)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeUpdate(SnpSessTaskSql.java:3034)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java:729)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2815)
     at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
     at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
     at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
     at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
     at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
     at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
     at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
     at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
     at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
     at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
     at java.lang.Thread.run(Thread.java:662)
Unable to understand Error.
What this error is about and whoat would i have to Do to remove it ?
Details:-
LKM:- SQL to Oracle (Only this is refered in this step)
IKM:- IKM SQL Incremet Update .(It would not be refered in this step)
Edited by: MaheshGx on Jan 9, 2012 6:24 PM

Posting Code:-
Source Code:-
select     
     MTP_CONVERSION."MTP#"     as C9_MTP_,
     MTP_CONVERSION."MTP#"     as C14_MTP_,
     MTP_CONVERSION."MTP#"     as C37_MTP_,
     MTP_CONVERSION."MTP#"     as C38_MTP_,
     TABLE_BCAT_SALES."Budg_Cat_Sales"     as C2_BUDG_CAT_SALES,
     TABLE_PATTERN."Pattern"     as C7_PATTERN,
     TABLE_BCAT_SALES."Budg_Cat_Sales"     as C11_BUDG_CAT_SALES,
     TABLE_SIZE."Size_Designation"     as C24_SIZE_DESIGNATION,
     TABLE_INFL_TYPE."Infl_Type_Abr"     as C26_INFL_TYPE_ABR,
     WARRANTY."MTP_Warr"     as C27_MTP_WARR,
     TABLE_CUSTOMER."Customer"     as C30_CUSTOMER,
     MTP_CONVERSION."Year"     as C31_YEAR,
     VEHICLE."Vehicle"     as C34_VEHICLE,
     MTP_CONVERSION.IPC     as C6_IPC,
     MTP_CONVERSION.IPC     as C8_IPC,
     TABLE_BCAT_SALES."Budg_Group_Sales"     as C12_BUDG_GROUP_SALES,
     TABLE_BCAT."Brand"     as C25_BRAND,
     TABLE_LOAD_CAT.PR     as C29_PR,
     MTP_CONVERSION.IPC     as C36_IPC,
     MTP_CONVERSION.IPC     as C41_IPC,
     MTP_CONVERSION.BPC     as C5_BPC,
     TABLE_SIZE."Width"     as C18_WIDTH,
     TABLE_SIZE."Width"     as C19_WIDTH,
     TABLE_SIZE."Width"     as C32_WIDTH,
     MTP_CONVERSION."LineUp_Ind"     as C1_LINEUP_IND,
     TABLE_SIZE."Series"     as C16_SERIES,
     TABLE_SIZE."Series"     as C17_SERIES,
     TABLE_CUSTOMER.OE     as C23_OE,
     TABLE_SIZE."Series"     as C33_SERIES,
     MTP_LINEUP."Load_Single"     as C13_LOAD_SINGLE,
     TABLE_SIZE."Rim"     as C28_RIM,
     MTP_CONVERSION."Product_Description"     as C10_PRODUCT_DESCRIPTION,
     MTP_LINEUP."Load_Dual"     as C15_LOAD_DUAL,
     MTP_CONVERSION."Product_Description"     as C20_PRODUCT_DESCRIPTION,
     MTP_LINEUP."Speed"     as C3_SPEED,
     TABLE_PATTERN."Winter"     as C21_WINTER
from     ."MTP_Conversion" as MTP_CONVERSION, ."MTP_LineUp" as MTP_LINEUP, ."Vehicle" as VEHICLE, ."Warranty" as WARRANTY, ."Table_Pattern" as TABLE_PATTERN, ."Table_BCAT_Sales" as TABLE_BCAT_SALES, ."Table_Customer" as TABLE_CUSTOMER, ."Table_BCAT" as TABLE_BCAT, ."Table_Size" as TABLE_SIZE, ."Table_Infl_Type" as TABLE_INFL_TYPE, ."Table_Load_Cat" as TABLE_LOAD_CAT
where     (1=1)
And (MTP_LINEUP."Infl_Type_Code"=TABLE_INFL_TYPE."Infl_Type_Code")
AND (MTP_LINEUP."Customer_Code"=TABLE_CUSTOMER."Customer_Code")
AND (MTP_LINEUP."BCATS_Code"=TABLE_BCAT_SALES."BCATS_code")
AND (MTP_CONVERSION."MTP#"=WARRANTY."MTP#")
AND (MTP_LINEUP."Pattern_Code"=TABLE_PATTERN."Pattern_Code")
AND (MTP_LINEUP."Load_Cat_Code"=TABLE_LOAD_CAT."Load_Cat_Code")
AND (MTP_LINEUP."BCAT_Code"=TABLE_BCAT."BCAT_code")
AND (MTP_CONVERSION."MTP#"=MTP_LINEUP."MTP#")
AND (MTP_CONVERSION."MTP#"=VEHICLE."MTP#")
AND (MTP_LINEUP."Size_Code"=TABLE_SIZE."Size_Code")
Target Code:-
insert into OMPODI.C$_0NEWBSMASTERTYRE
     C9_MTP_,
     C14_MTP_,
     C37_MTP_,
     C38_MTP_,
     C2_BUDG_CAT_SALES,
     C7_PATTERN,
     C11_BUDG_CAT_SALES,
     C24_SIZE_DESIGNATION,
     C26_INFL_TYPE_ABR,
     C27_MTP_WARR,
     C30_CUSTOMER,
     C31_YEAR,
     C34_VEHICLE,
     C6_IPC,
     C8_IPC,
     C12_BUDG_GROUP_SALES,
     C25_BRAND,
     C29_PR,
     C36_IPC,
     C41_IPC,
     C5_BPC,
     C18_WIDTH,
     C19_WIDTH,
     C32_WIDTH,
     C1_LINEUP_IND,
     C16_SERIES,
     C17_SERIES,
     C23_OE,
     C33_SERIES,
     C13_LOAD_SINGLE,
     C28_RIM,
     C10_PRODUCT_DESCRIPTION,
     C15_LOAD_DUAL,
     C20_PRODUCT_DESCRIPTION,
     C3_SPEED,
     C21_WINTER
values
     :C9_MTP_,
     :C14_MTP_,
     :C37_MTP_,
     :C38_MTP_,
     :C2_BUDG_CAT_SALES,
     :C7_PATTERN,
     :C11_BUDG_CAT_SALES,
     :C24_SIZE_DESIGNATION,
     :C26_INFL_TYPE_ABR,
     :C27_MTP_WARR,
     :C30_CUSTOMER,
     :C31_YEAR,
     :C34_VEHICLE,
     :C6_IPC,
     :C8_IPC,
     :C12_BUDG_GROUP_SALES,
     :C25_BRAND,
     :C29_PR,
     :C36_IPC,
     :C41_IPC,
     :C5_BPC,
     :C18_WIDTH,
     :C19_WIDTH,
     :C32_WIDTH,
     :C1_LINEUP_IND,
     :C16_SERIES,
     :C17_SERIES,
     :C23_OE,
     :C33_SERIES,
     :C13_LOAD_SINGLE,
     :C28_RIM,
     :C10_PRODUCT_DESCRIPTION,
     :C15_LOAD_DUAL,
     :C20_PRODUCT_DESCRIPTION,
     :C3_SPEED,
     :C21_WINTER
)

Similar Messages

  • Migration Error from Access to Oracle through SQL Developer.

    Hi,
    Actually I am trying to migrate data from MS Access 2002 to Oracle 9i database through the SQL Developer. But Whenever I go to Capture Database from Access it will show me an error.... Invalid procedure Call and then it shows an error message... >>>>>>
    ShowSplashScreen("_OracleSplashScreen",3)
    after that i wont be able to do this task anymore..... So please help me get out of it... How Cam I Maigrate data from Access to Oracle 9i...
    Is any other tool i use or you can help me for this tool to migrate date...
    Please tell me..
    If yu can send me a mail then mail me on [email protected]
    regards,
    Vishal

    Hi Vishal,
    I have responded to your related thread on the Migration Workbench forum - Migration Error from Access to Oracle through SQL Developer.
    Regards,
    Hilary

  • Migrating from Access to Oracle

    Hello......
    I am trying to migrate a table from Access to Oracle. It contains approx 850,000 rows, and I tried using SQL Server's DTS Import/Export tool to perform the migration. However, this export/import has been running for almost 48 hours (crazy, huh?!), and I'm only at 350,000 records loaded. This tool is obviously not sufficient for a migration of this size.
    Can anyone suggest a better way for me to go about this?
    Thanks,
    -Christine

    Hi,
    If you have DDL structures in Oracle, then you can save the access data as .csv file format. you using any opensource tool you can migrate it.
    Or you can go for sql loader also.
    Cheers,
    Moorthy.GS

  • SQL from Access to Oracle

    Hi,
    I've been developing queries in Access, using pivot tables. Oracle SQL*Plus does not recognize either TRANSFORM or PIVOT keywords from Jet SQL.
    Can anyone help me find the necessary equivalents for SQL*Plus?
    Thanks,
    Joe

    Hi Meena,
    You mention that you have created the schema and tables in Oracle using DDL scripts. Did you use the Oracle SQL Developer Migration Workbench, creating a Migration Repository, to carry out this process? I see from your other postings that you are experiencing issues using the Exporter tool, which would lead me to believe that you haven't used the Migration Workbench to migrate your database. Obviously you will need to resolve your Exporter issues before you can proceed to the next phase of the migration process. I will aim to assist you with those issues on the seperate thread - ShowSplashScreen("_OracleSplashScreen",3) error The XML file generated by the Exporter tool forms the basis of your MS Access migration.
    In order to migrate your data from MS Access to Oracle using the Migrate Data option in Oracle SQL Developer, you will need to have access to the Migration Repository used for the migration of the MS Access database. The information contained in the Converted Model, in the Migration Repository, is used during the data migration process. The data migration requires the following connections:
    1. a source database connection i.e. a database connection to the MS Access MDB file
    2. a target database connection i.e. a database connection to the migration Oracle schema
    3. a Converted Model connection
    For further information on the creation of a Migration Repository, and the migration process, please refer to the accompanying documentation available via the online Help within Oracle SQL Developer, and also from OTN - http://download.oracle.com/docs/cd/E10405_01/doc/nav/portal_booklist.htm.
    I hope this helps.
    Regards,
    Hilary

  • While migrating from access to oracle ??

    While loading data from SQL Loader, DATE is taken as dd-mmm-yy (eg: 18-MAR-02) even after specified in "mm/dd/yyyy HH24:mi:ss" in controlfile. How to resolve this problem ???
    rgds,
    manish

    Hi,
    Did you follow all the steps in the SQL*Developer documentation about preparing the Access database for migration -
    Oracle® SQL Developer User’s Guide Release 3.0 -
    2.2.4.3 Before Migrating From Microsoft Access
    and -
    Oracle® SQL Developer Supplementary Information for Microsoft Access Migrations Release 3.0
    2.4 Preparing the Microsoft Access Database for Capture
    The error also indicates there may be a problem with your Access installation so could you check that everything is okay with that ? I have found references that indicate a re-install of Office/Access will prevent the error.
    Regards,
    Mike

  • Migration from Access to Oracle through SQL developer

    Hi,
    I want to migrate an mdb file which contains a set of tables to oracle. During this process, i have created schema and all the tables in Oracle using DDL scripts. I would like to transfer only the data to Oracle from access through SQL developer. How can I do that?
    Regards,
    Meena

    Hi Meena,
    You mention that you have created the schema and tables in Oracle using DDL scripts. Did you use the Oracle SQL Developer Migration Workbench, creating a Migration Repository, to carry out this process? I see from your other postings that you are experiencing issues using the Exporter tool, which would lead me to believe that you haven't used the Migration Workbench to migrate your database. Obviously you will need to resolve your Exporter issues before you can proceed to the next phase of the migration process. I will aim to assist you with those issues on the seperate thread - ShowSplashScreen("_OracleSplashScreen",3) error The XML file generated by the Exporter tool forms the basis of your MS Access migration.
    In order to migrate your data from MS Access to Oracle using the Migrate Data option in Oracle SQL Developer, you will need to have access to the Migration Repository used for the migration of the MS Access database. The information contained in the Converted Model, in the Migration Repository, is used during the data migration process. The data migration requires the following connections:
    1. a source database connection i.e. a database connection to the MS Access MDB file
    2. a target database connection i.e. a database connection to the migration Oracle schema
    3. a Converted Model connection
    For further information on the creation of a Migration Repository, and the migration process, please refer to the accompanying documentation available via the online Help within Oracle SQL Developer, and also from OTN - http://download.oracle.com/docs/cd/E10405_01/doc/nav/portal_booklist.htm.
    I hope this helps.
    Regards,
    Hilary

  • Out of memory error in migrating from mysql to oracle

    Hi,
    I'm trying migrate from mysql to oracle9i. The hardware and software requirements are matching or even much higher than mentioned in the documentation. I have installed OMWB is properly(hope so). When I try to migrate the desired database from mysql to oracle, the repository, the Oracle model are created successfully. But while migrating data, say for around 35000 rows insertion everything works pretty fine. But after sometime, the migration stops and no error or anything appears in the screen.And in the Errorlog I get "OutOfMemoryError".
    I tried to migrate single table also. But I still get this problem after sometime. The tables may contain from 10 - 130000 rows...
    I even tried to change the %JRE..% memory value to 64M or 128M in the omwb.bat file and the O/s is Microsoft Windows XP, RAM 256MB.
    Any help is much appreciated.
    Thanks in advance.

    Hi Viji,
    did the message in the error.log provide any extra information? For example, was the OutOfMemory error prefixed with a string
    like "cannot create new native thread" ? My suggestion to workaround the problem would have been to increase the JVM heap size to 128
    but this appears to have been unsuccessful for you. Can you send a mail to the Migration Workbench support services
    ([email protected]) explaining the problem, and attach the full error.log file please ? (please also copy me on the mail).
    In the meantime, you can workaround this by migrating the schema only (there is a switch on step 3 of the migration wizard asking:
    "Do you want to migrate the table data to Oracle?" - just select the "No" option). When the schema has migrated, you can then use the
    offline data loading facility to migrate the data. This uses data extraction scripts and SDQL*Loader to migrate the data to the target
    Oracle database.You can learn more about the offline data loading facility from the plugins referenceguide (from the Help menu in
    the Migration Workbench).
    I hope this helps,
    Tom.

  • Problems with migrating from access to oracle

    OMWB has a few problems with upper and lower case letters, when i try to modify my old access DB OMWB cant find the new table in Oracle:
    (3011 The Microsoft Jet database engine could not find the object <name>. Make sure the object exists and that you spell its name and the path name correctly. )
    the problem is that it searching for AP_BILD.A990BILDER but the correct name is AP_BILD.a990Bilder
    when i recreate the table as AP_BILD.A990BILDER it worked.
    but i cant do that for almost 400 tables!
    any suggestion how to fix this?
    also have a problem when creating the trigger:
    OMWB puts the tablename into 2 double quotation marks each side (""name"") and of course it tells me something of a tablenamelength of NULL and it doesnt work
    working with release 9.2.0.1.0 of OMWB

    update: if i try to link the table from access directly it also cant find the table, but can find other tables (the others are in upper case).
    could it be a problem with the odbc driver? does it automatically look for upper case names?
    anyone know how to fix this?
    thanks in advance

  • Error drill-through from Hyperion to Oracle GL with ERPI

    Hi
    I am using ERPI to load data from Oracle GL 11.5 to Hyperion PLanning 11.1.2.1.
    The data are well loaded. Tje drill-through from Hyperion Planning to FDM is ok.
    But whe I try to execute the drill-through from FDM to Oracle eBS, I have the following error message :
    Invalid ERPI URL
    Return value from erpi web service : java.lang.exception: Invalid DataKey (33487765): No record found.
    ERPI Data Key value: 33487765
    I have another application with the same source and the same target and the drill-through is ok.
    Thanks in advance for your help
    Fanny

    Are you modifying the source value in any way before import into FDM? Using an import format in FDM for example?

  • Transfer of files from access to oracle

    i want to transfer the data base files of ms access to oracle. without using oracle navigator how should i transfer the files?

    This forum is for feedback about the OTN program and problems with OTN accounts. Technicalquestions cannot be answered here. Please post your question in the appropriate product or technology forum

  • OLE object Migration from Access to Oracle through SQL developer

    Hello,
    I used sql developer 3.1.07(oracle 11g) to perform data migration from MS ACESS.
    the MS access data has a column with data type as "OLE object" ---there
    saved a lot of pdf files .
    Then I performed "copy to oracle" from MS access connection, the OLE data
    changed to BLOB from oracle database, and data seems to be copied to
    database as binary . However none of the data in the column can be opened. I
    download the blob data to a file from sql developer and tried to open
    using Adobe 8.1 with no success.
    How can I fix this issue? or I should say, how can I migrate MS access OLE data to oracle?
    Thanks,
    H.M.

    thx - will have a look
    Edited by: kgronau on May 22, 2012 4:32 PM
    The original PDF content starts with:
    %PDF-1.4
    %ª«¬
    4 0 obj
    <<
    /Creator (Apache FOP Version 1.0)
    /Producer (Apache FOP Version 1.0)
    /CreationDate (D:20120521131845+02'00')
    >>
    endobj
    5 0 obj
    <<
    /N 3
    /Length 12 0 R
    /Filter /FlateDecode
    >>
    stream
    But when I try to save the content in the BLOB as a file it claims about a missing mime extension and when I ignore this message and save the file anyway as a PDF the content is corrupted.
    It shows as :
    Acrobat Document ..
    ´4 0 obj
    <<
    /Creator (Apache FOP Version 1.0)
    /Producer (Apache FOP Version 1.0)
    /CreationDate (D:20120521131845+02'00')
    >>
    endobj
    5 0 obj
    <<
    /N 3
    /Length 12 0 R
    /Filter /FlateDecode
    >>
    stream
    Did you also get the missing mime type error message?

  • Migrating from Access to Oracle - Captured Model did not convert

    I'm trying to convert an Access database 2003 to Oracle using SQL Developer. I've worked through the migration process to the point where I need to convert the Captured Model to a Converted Model. The first time I ran that step, the application told me there were some issues with some indexes and didn't convert my captured model. I decided to delete my captured model and rerun the process from the point where I import the .xml file and recreate the captured model. I then tried again to create my Converted Model and again it didn't generate. The Converting Database dialog box tells me that it's 'converting the database' and it's 'transforming identifiers' but it just hangs and does nothing. What did I do wrong and how to I correct my issue so that I can create my Converted Model?
    Thank you.

    I was able to get past the Capture Model "hang up" business about three weeks ago. (I'm trying to migrate the Access 2003 Northwind db to APEX 3.2/Oracle 10g.) I found a thread in another forum that noted the problem could be due to a memory issue. This particular post referred to an omwb.bat file in a folder omwb. This may have been referring to an earlier version of SQL Developer -- I could not find the bat file. I'm using SQL Developer Version 2.1.1.64.45. I did, although find a sqldeveloper.bat file in my installation path: C:\Software\sqldeveloper_2.1.1.64.45\sqldeveloper\sqldeveloper\bin. In that file there is one very long java command. And at the very start of that command, I changed
    from: java -Xmx640M -Xms128M .................
    to: java -Xmx1024M -Xms640M ................
    In the java documentation (http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html) this notes that changing these parameters effect the size of the initial and maximum memory allocation pool.
    So that was pretty great -- that it worked. I am at the point now where I've retrieved it all into APEX but it is all invalid and there are so many issues going on all at once that I need to put the project on hold. There is not very much management patience for something like this that goes on and on. Maybe I'll work on it a bit at night now.
    Hope the memory thing helps someone.

  • Permissions error when migrating from Access 2000

    Hi
    I have an Access 2000 database that is pretty small - only has 8 tables, total DB size is < 24MB. I've gone through all the steps of creating the Oracle model etc and all went without a hitch. However, when I come to migrate table data I get the following error:
    Unable to migrate data from source table "tbl Case" to destination table CDSS.tbl_Case : CDSS.tbl_Case; [Microsoft][ODBC Microsoft Access Driver] You do not have the necessary permissions to use the "C:\Customers\Vancouver\CDSS\Database\CDSS.mdb" object. Have your system administrator or the person who created this object establish the appropriate permissions for you.
    There is no security on the Access database so I'm a little unsure as to what is causing this error to occur; does anyone have any ideas?
    Thanks very much

    There is an option in the users guide for switching off any security in Access. This should solve the problem with permissions

  • Migration from Access to Oracle 10g (Problem with migration wizard)

    Hi
    I have an access database which I want to migrate to Oracle DB.
    I have created 2 connections.
    1. Access connection with the source database
    2. Oracle connection.
    I have associated the oracle connection to the repository.
    When I go through 'MIGRATION WIZARD' process. I am not able to view the source database file while capturing. Tried it several times.
    Need a help in this
    Regards,
    Arjun
    Edited by: 919650 on Mar 9, 2012 2:47 AM

    Arjun,
    you cannot do an online migration with MS Access as you can do with other foreign datasources. You can only do an offline migration.
    The first step that you need to do is to call the Microsoft Access Exporter. Click on Tools - Migration - Microsoft Access Exporter and chose the exporter of the MS Access version that you are using.
    The exporter creates an xml file for you. After the exporter has finished you can do the migration, click on Tools - Migration - Migrate, but in Step 4 please select "Offline", and then you can select the xml file that the exporter has created. The following steps in the Migration assistant are then doing the migration for you.
    You might also want to read the chapter "Before Migrating From Microsoft Access" in the online help of SQL Developer.
    Regards
    Wolfgang

  • Data trouble when exporting data from Access to Oracle

    Hey,
    I have several tables in Access in which I am exporting to Oracle. The exporting works fine, but some of the ' are getting converted to ? during the export, so any fields that have words like government's or women's are now spelled government?s and women?s. Any ideas on why this would be happening and on how to fix it?
    Thanks

    What is your database character set in Oracle? What is your NLS_LANG parameter set to on the client?
    I'm guessing that your data contains some of Microsoft's special characters (things like curly quotes) rather than the standard ASCII apostrophe. Both the database character set and the client NLS_LANG would have to be configured to a character set that supports those characters in order for the data to be transferred correctly.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

Maybe you are looking for

  • You can't open Dictation & Speech preferences because it doesn't work on an Intel-based Mac.

    I cannot open or use Dictation & Speech in System Preferences. When I try to open it I get the error: "You can't open Dictation & Speech preferences because it doesn't work on an Intel-based Mac." I have tried repairing the disk from the installation

  • Need Clarity in TOR & Availabilty Check

    Hey Folks If i have an order of 1000 Material A, i have in stock 500 for Material A, So i want to deliver 500 on the order creation date, and i want to get a new schedule line for the balance 500. I have Configured TOR Requirement Class Requirement T

  • Smartforms. loop count - next page.

    Hi all, i have created a smart form for voucher printing. ->MainWindow. ->loop1          itab into itab.    ->Template    ->Table        itab1 into itab1 where belnr = itab-belnr.    ->Text     signature.    ->Text      pageno1. above are the nodes i

  • Lightroom 4 won't open.

    Lightroom 64-bit on Windows 8.1 won't open. I get the following error message: "The application has failed to start because its side-by-side configuration is incorrect. Please see the application even log or use the command-line sxstrace.exe tool for

  • Can not burn to dvd or blue ray disk

    I've attempted to share a 35 minutters video to use with a blue ray disk, but I continue to get the following message: The operation couldn't be completed. (com.apple.Compressor.CompressorKit.ErrorDomain error -1.) I have OS 10.10.2 and FCPX version