Data provisioning using table import: error occurs!

HI ,experts:
I created a project according to develop
document. Objects include: schema\table\model\data\csv data.
When I tried to active the table-import  data, error occurred.
The source code of  tidata file is:
implements  TiPackage:TiModel.hdbtim;
csvFiles = ["TiPackage:TiCsv.csv"];
   The error message is:
An error occurred during activation of
{tenant: , package: Pactera.twb.XSpro01.TiPackage, name: TiData, suffix:
hdbtid} : Object {tenant: , package: Pactera.twb.XSpro01.TiPackage, name:
TiData, suffix: hdbtid} refers to object {tenant: , package: TiPackage, name:
TiModel, suffix: hdbtim}, which doesn't exist in the current session.
But my TiModel is exist and still active .
Thanks for your help.
Best regards.

why do not try with expdp/impdp remap_tablespace?
REMAP_TABLESPACEDefault: none
Purpose
Remaps all objects selected for import with persistent data in the source tablespace to be created in the target tablespace.
Syntax and Description
REMAP_TABLESPACE=source_tablespace:target_tablespace
Multiple REMAP_TABLESPACE parameters can be specified, but no two can have the same source tablespace. The target schema must have sufficient quota in the target tablespace.
Note that use of the REMAP_TABLESPACE parameter is the only way to remap a tablespace in Data Pump Import. This is a simpler and cleaner method than the one provided in the original Import utility. In original Import, if you wanted to change the default tablespace for a user, you had to perform several steps, including exporting and dropping the user, creating the user in the new tablespace, and importing the user from the dump file. That method was subject to many restrictions (including the number of tablespace subclauses) which sometimes resulted in the failure of some DDL commands.
By contrast, the Data Pump Import method of using the REMAP_TABLESPACE parameter works for all objects, including the user, and it works regardless of how many tablespace subclauses are in the DDL statement.
Example
The following is an example of using the REMAP_TABLESPACE parameter.
impdp hr/hr REMAP_TABLESPACE='tbs_1':'tbs_6' DIRECTORY=dpump_dir1 PARALLEL=2JOB_NAME=cf1n02 DUMPFILE=employees.dmp NOLOGFILE=Y
refer:-http://download.oracle.com/docs/cd/B13789_01/server.101/b10825/dp_import.htm#i1010670

Similar Messages

  • Changing address using FM APAR_EBPP_CHANGE_ADDRESS - error occured

    Hi Guys,
                 I am using using FM APAR_EBPP_CHANGE_ADDRESS to change contact person address of a customer.
    I am getting following error
    Error occurred in function module ADDR_CHECK  - Address No.0000072244
    Any one used this FM.
    Can you give me a source code example if you have one.
    Thanks
    Setnhil

    I solved the issue.
    Here is the code for future reference.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(CUSTOMER) TYPE  KUNNR
    *"     REFERENCE(NAME) TYPE  AD_NAME_CO
    *"     REFERENCE(TEL_NUMBER) TYPE  AD_TLNMBR
    *"     REFERENCE(FAX_NUMBER) TYPE  AD_FXNMBR
    *"     REFERENCE(EMAIL) TYPE  AD_SMTPADR
    *"  TABLES
    *"      RETURN STRUCTURE  BAPIRET2
      DATA: wa_partner TYPE ebpp_partner,
            wa_address TYPE apar_ebpp_address,
            wa_return TYPE bapiret1.
      DATA: it_telephone TYPE TABLE OF apar_ebpp_adtel WITH HEADER LINE,
            it_fax TYPE TABLE OF apar_ebpp_adfax WITH HEADER LINE,
            it_email TYPE TABLE OF apar_ebpp_adsmtp WITH HEADER LINE.
      DATA: l_customer(2) VALUE '12',  " Customer
            l_retcode TYPE sy-subrc,
            l_update VALUE 'U',
            l_insert VALUE 'I',
            l_idx TYPE i VALUE 1.
      wa_partner-partnertype = l_customer.
      wa_partner-partnerkey = customer.
      CALL FUNCTION 'APAR_EBPP_GET_ADDRESS'
        EXPORTING
          i_partner          = wa_partner
      I_ADDSEL           =
       IMPORTING
         e_address          = wa_address
         e_returncode       = l_retcode
         return             = wa_return
       TABLES
         t_telephones       = it_telephone
         t_faxes            = it_fax
         t_emails           = it_email.
      T_R3MAILS          =
      T_INTERNETS        =
      T_MESSAGES         =
      IF l_retcode = 0.
    Name
        wa_address-name_co = name.
    Telephone No.
        READ TABLE it_telephone INDEX 1.
        IF sy-subrc EQ 0.
          it_telephone-tel_number = tel_number.
          it_telephone-updateflag = l_update.
          MODIFY it_telephone INDEX l_idx FROM it_telephone.
        ELSE.
          it_telephone-tel_number = tel_number.
          it_telephone-updateflag = l_insert.
          APPEND it_telephone TO it_telephone.
        ENDIF.
    Fax
        READ TABLE it_fax INDEX 1.
        IF sy-subrc EQ 0.
          it_fax-fax_number = fax_number.
          it_fax-updateflag = l_update.
          MODIFY it_fax INDEX l_idx FROM it_fax.
        ELSE.
          it_fax-fax_number = fax_number.
          it_fax-updateflag = l_insert.
          APPEND it_fax TO it_fax.
        ENDIF.
    Email
        READ TABLE it_email INDEX 1.
        IF sy-subrc EQ 0.
          it_email-smtp_addr = email.
          it_email-updateflag = l_update.
          MODIFY it_email INDEX l_idx FROM it_email.
        ELSE.
          it_email-consnumber = '001'.
          it_email-flgdefault = 'X'.
          it_email-smtp_addr = email.
          it_email-updateflag = l_insert.
          APPEND it_email TO it_email.
        ENDIF.
        CALL FUNCTION 'APAR_EBPP_CHANGE_ADDRESS'
          EXPORTING
            i_partner             = wa_partner
            i_address             = wa_address
      I_CHECKMODUS          = ' '
      I_PLEASE_COMMIT       = 'X'
         IMPORTING
           e_returncode          = l_retcode
           return                = wa_return
         TABLES
           t_telephones          = it_telephone
           t_faxes               = it_fax
           t_emails              = it_email.
      T_R3MAILS             =
      T_INTERNETS           =
      T_MESSAGES            =
        APPEND wa_return TO return.
      ENDIF.
    Cheers
    Senthil

  • Can two accounts just use one macbook.error occurred talking to the iTunes store

    I have two accounts(A and B), of course I just use one iphone and one macbook.
    but now ,the problem is,
    the account A can use xcode organizer to upload App,
    and the account B can't upload in the same MAC and Xcode,
    the error message is: error occurred talking to the iTunes store
    and the console print:  *** Error: An error occurred while deserializing the JSON request.  Error Message - Invalid JSON character read at index 0
    (of course if I change from account B to A, upload success)
    it cotinue for three days, of course there are many people have the same problem.
    must I buy another iphone ,another macbook,and install another xcode
    I am so sad.
    thank you

    the problem is ,  .ipa can't  upload by(in) account B
    I think the bug can be two possible list blow
          1.  the .ipa  is wrong
          2.  the account(B) is wrong.
    if   the .ipa is wrong  
    the .ipa can't upload  by any account (account A  or  account B,  just change the identifier and the sigh identity)
    but if the .ipa can upload success by  account A,
    so , the .ipa(program) is right.
    then, there is exist only one possible,   the account (B) is wrong,
    K T , do you thine my logic for this problem is right

  • Using "SAPCOLUMN_TREE_CONTROL_DEMO: " - Dump Error Occured

    hello all,
    i have created a z program on the based on SAPCOLUMN_TREE_CONTROL_DEMO
    i have created Fert material as a root (Dynamic-as per given in selection screen)
    when i m given in selection screen upto 8 material the report run successfully but when i entered above 8 material dump is occured.
    i have pasted here error analysis:
    Error analysis
        Short text of error message:
        Control Framework : Error processing control
        Long text of error message:
         Diagnosis
             An error occurred when the system tried to process the commands
             from the Automation Queue on the presentation server.
             There are several possible reasons for this:
             - The installation of the SAP GUI on the presentation server is
             faulty or obsolete.
             - There is an error in the application program
             - There is an error in the SAPGUI or an integrated control
         Procedure
             1. Make sure that you have imported the appropriate Support
             Package, the current kernel, and GUI patch for the release of your
             system
             2. Check whether the error occurs locally on one or a few PCs, or
    generally on all PCs. Note whether the error only occurs for so
    users, for example because of a specific Customizing setting.
    If it only occurs locally, this suggests an installation proble
    with the PC. Check the installation; if necessary, reinstall th
    software. In the dump, search for the SY-MSGLI field, since it
    point to the cause of the error.
    3. Activate the Automation Trace (in accordance with SAP Note
    158985).
    4.Start the transaction and continue until the screen immediate
    before the dump.
    5. From the System -> Utilities menu, choose Autom. Queue,
    Synchronous Processing.
    The status bar of the GUI displays the text:
        "Automation synchron flush mode on"
    6. If you now proceed with the application, the short dump will
    display the ABAP call that caused the error; the Automation Tra
    will contain the error on the presentation server.
    7. If necessary, load the short dump and trace files on to
    sapservX, so that SAP can analyze them.
    Technical information about the message
    Message class....... "CNDP"
    Number.............. 006
    Variable 1.......... " "
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "MESSAGE_TYPE_X" " "
        "SAPLOLEA" or "LOLEAU02"
        "AC_SYSTEM_FLUSH"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
        Display the system log by calling transaction SM21.
        Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
        In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    plz. solve the problem

    Hi ,
    u need to look at how u are creating/adding the new Nodes to the ROOT ?
    ur tree should ne like this
    ROOT-->Material Type( Level 1)
    >Fert          (Level2 )
    >1001 (Level 3)
    >
    so better to check in the debug mode , how its working ?
    regards
    Prabhu

  • Error while creating data source using table KONP

    Hi Frnds,
       I am creating  a data source (RSo2) from Extraction from view, using the Table KONP , then i getting an error saying that
    Field KBETR with reference field KONWA: ZOXPTS0031 is to replace reference table RV13A
    Message no. R8390
    Field MXWRT with reference field KONWA: ZOXPTS0031 is to replace reference table RV13A
    Message no. R8390
    Field GKWRT with reference field KONWA: ZOXPTS0031 is to replace reference table RV13A
    Message no. R8390
    Regards
    rakesh

    You have to include reference fields also in the extract structure.

  • Combination exists in Master Data Table, but error occurs in layout

    Hi,
    We are getting an error in planning layouts that state that a combination of Cost Center and Profit Center is not included in master data table for characteristic. I looked at note 1222910 that apparently fixes this issue, but we are on SP21 and the note was included in SP19.
    Any suggestions?
    Br,
    Sonni

    Hi there,
    That seems an issue throwed by the characteristic relationships.
    Are you sure the profit center/cost center issued in the message exist in the master data?
    It seems some how you're getting that combination of that profit center/cost center in the planning layout and the charateristic relationship is validating that.
    See if you query has the valid combinations for the profit centers/cost centers in the filter and/or variables.
    Diogo.

  • Data pump using table query

    I am trying to perform a data pump export on a table using a query within a parfile and I am getting some odd behaviour. The database version is 10.2.0.4.3 and the OS is AIX 5.3. The query looks like this.
    QUERY="POSDECLARATIONQUEUE:where SESSIONID in (select 'B.SESSIONID' from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where 'B.SESSIONID' = 'C.ID' and 'C.ACCOUNTID' = 'A.ID' and 'A.SITE' = '10252')"
    This works but gets 0 rows. If I run the query against the instance in an SQLPlus session as below then I get 0 rows returned.
    select * from POSDECLARATIONQUEUE where SESSIONID in (select 'B.SESSIONID' from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where 'B.SESSIONID' = 'C.ID' AND 'C.ACCOUNTID' = 'A.ID' and 'A.SITE' = '10252');
    If I take out the single quotes from around the columns within the query against the instance within SQLPlus, I get over 2000 rows returned.
    SQL> select count(*) from POSDECLARATIONQUEUE where SESSIONID in (select B.SESSIONID from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where B.SESSIONID = C.ID and C.ACCOUNTID = A.ID and A.SITE = 10252);
    COUNT(*)
    2098
    If I remove the single quotes from the parfile query then I get the following error within the data pump export.
    UDE-00014: invalid value for parameter, 'schemas'.
    The SCHEMAS option is not specified within the parfile and the TABLES option only specifies the table POSDECLARATIONQUEUE.
    Can someone assist with this, I just can't seem to be able to get the syntax right for it to work within data pump.
    Kind Regards.
    Graeme.
    Edited by: user12219844 on Apr 14, 2010 3:34 AM

    It looks like your query might be a little wrong:
    This is what you have:
    QUERY="POSDECLARATIONQUEUE:where SESSIONID in (select 'B.SESSIONID' from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where 'B.SESSIONID' = 'C.ID' and 'C.ACCOUNTID' = 'A.ID' and 'A.SITE' = '10252')"
    This is what I would have thought it should look like:
    QUERY=POSDECLARATIONQUEUE:"where SESSIONID in (select B.SESSIONID from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where B.SESSIONID = C.ID and C.ACCOUNTID = A.ID and A.SITE = 10252)"
    You want double " arount the complete query, and you don't need the single ' around all of the =. The single ' are treating those values as strings and it says
    'B.SESSIONID' = 'C.ID'
    is the string B.SESSIONID equal to the string C.ID
    In your query that you used in sql was
    B.SESSIONID = C.ID
    which says is the value stored B.SESSIONID equal to the value stored at C.ID
    Which is what you want.
    Dean

  • What's causing VDP to fail installation? VDP: Configuring Install Storage vSphere Data Protection 5.5 An error  occurred  while  performing  this task.

    I have been pulling my hair to figure out what's going on here. I can deploy the VDP ovf appliance fine, it's allowing setup to finish so I can start using it. It fails at the final stretch, during the Storage Configuration. Here's the errors event log:
    XXX
    com.vmware.vdp2.config.failed.config.os.data.di-
    sk.formatOnVm not found XXX
    XXX com.vmware.vdp2.config.failed.config.os.data.disk.category not found XXX
    4/9/2014 12:05:05 PM
    VDP: Configuring Install Storage
    vSphere Data Protection 5.5
    VDP: Finalizing storage configuration.
    error
    4/9/2014 12:05:06 PM
    VDP: Configuring Install Storage
    vSphere Data Protection 5.5
    VDP: Completed finalizing storage configuration.
    error
    4/9/2014 12:05:07 PM
    VDP: Configuring Install Storage
    vSphere Data Protection 5.5
    This is all I get, and I have to start all over again only to run into the same error. I have a NFS share mounted to the HOST to store the VDP hard drive images. Help, please! ~_~
    Regards,
    Mark A.

    Just found this from a Google search.  I'm about to try it!
    Deployment of a VMware VDP appliance fails on NFS shares on a Windows Storage Server 2008 R2 or Windows Storage Server 2…

  • ASE 15.7 how to find data entry using table page nr

    Hi,
    I am looking for a dbcc () to get data when I know page number from a table
    Thank you

    Hi Isabella,
    What your asking is not supported by SAP .. although you can achieve the result by using dbcc page:
    http://wiki.scn.sap.com/wiki/display/SYBASE/DBCC+page
    The only problem is that the data is in binary format so you have to format it by yourself to a readable format.
    Regards,
    Adam

  • ICommand Import error occured

    Hi All.
    Now I try to import dataobjects that has some lookup data by ICommand.
    When I done command
    ICommand cmd=import file="c:\temp\dataobject.Services.Email.xml" updatelayout="1" domain=MY-MACHINE logfile="c:\temp\import.log"
    Then logfile has these messeages
    <?xml version="1.0" encoding="utf-8"?>
    <ICommandLog Login="MYDOMAIN\USERID">
    <Results Command="import">0 items imported.</Results>
    <Error Command="import"><![CDATA[Error while processing command "import".
      [ErrorSource="ICommandEngine", ErrorID="ICommandEngine.Error"]
    Error while creating Data Object.
    [ErrorSource="ImportExport", ErrorID="Import.DataObject.Create"]
    You do not have permission to perform the requested action.
    [ErrorSource="ActiveDataCache", ErrorID="ADCPermissionMissing"]]]></Error>
    </ICommandLog>
    Do I have some check points?
    Please help me.
    yamasaki

    Hi Dear ssondur.
    Thank you so much for your response.
    Actually today I removed the ORACLEBAM and tried to install again,so then
    to the wonderful thing,Data was able to be imported in satisfactorily.
    I guess that the database schema was broken(There is no telling why be)
    So now the problem is solvable.
    But I tried to your advice when I will meet the same error.
    If something is, please give me advice again.

  • Java Importer - Error Occuring While invoking

    I have installed form6i along with the forms6i server in my machine.When I try to invoke the Java Importer I am getting an error message as
    "PDE-UJI1 Unable to create JVM".
    I have set the classpath for importer.jar and also installed jre1.3 in the machine
    and I set the path for this also but Still I am having the same problem.
    Could any one help in this context.
    Thanks
    Venkatesh Kumar P
    Chennai
    India.

    you need JDK 1.2.2 in the path not 1.3
    Check metalink for this message

  • HT3275 My Time Machine Error persists even after changing from ex HDD to a new 3G Time Cap and using DU: "An error occurred while copying files. The problem may be temporary. If the problem persists, use Disk Utility to repair your backup disk."

    Thanks for your thoughts on this!

    Thanks for this Pondini!  I swapped back to my original 2TB back up from the new 3TB Time Cap with still no luck. It last succesfully backed up 16th June 2012 but has failed since then.  I'm getting multiple error -36's from the same folder ...Backup/599c... but involving different files eg .../02f... and .../03e... etc.  This is going to be a nightmare to exclude them all one at a time.  Can I just exclude the entire ...Backup/599c... folder?
    Dimitri.
    Aug  3 08:11:08 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/02f517f9d3de 637c63fad6447558fcea3f289734 to (null)
    Aug  3 08:12:08 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/03e718ec4f0e fa74179f2ddf4f690a397c7bfd83 to (null)
    Aug  3 08:12:47 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/0f4105650705 e06d625f3216693c054c7ab1bdba to (null)
    Aug  3 08:13:03 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/0f4f0381dc35 0a7b4911f13939631e8d19c9d3d6 to (null)
    Aug  3 08:13:37 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/114ae1ea6eda e56b90384d0fdb63290c0ca336c7 to (null)
    Aug  3 08:14:43 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/13e1187ef5a4 98ee59bd3a1ec80e0e148cd995fb to (null)
    Aug  3 08:15:17 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/180a9f76a50f f281515a50a5d89e3de044954ce3 to (null)

  • How to change data in decision table using excel file in operating system?

    Hello, BRF Experts
    I now brf + for the first time in the current project is being developed.
    Now, project has been facing a big problem.
    Develop system that was developed in the history of decision table in the operating system can be used to update excel file, etc. I do not know whether.
    So, I was tested, but can not change data in decision table.
    [ error message : system is not change allowed ].
    The operating system itself to the current system setting is immutable and check it
    : changes and transports for client-specific object -> no changed allowed
    : cross-client object changes -> no changes to repository and cross-client customizing object.
    Decision table in the operating system can update the details if I want to know what to do.
    Maintenance view can be modified in the operating system as a decision table, I wonder if you can create a view.
    Edited by: Sung-Wook Ha on Jan 13, 2012 2:02 PM

    Hi ,
    Exchanging data with Microsoft Excel is done with the help of the XML-based file format (file extension .XSLX) introduced with Microsoft Excel 2007. If you are using an older version of Microsoft Office, you can download the Microsoft Office Compatibility Pack to upgrade the supported file formats from the Microsoft Download Center ([Exchanging Decision Table Data With Microsoft Excel |http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466]). Once you have downloaded the Compatibility Pack, you have to install it on every workstation that has an older version of Microsoft Office installed.
    Please refer the link-
    [BRFplus-Data exchange with MS Office 2007|http://help.sap.com/erp2005_ehp_05/helpdata/en/b8/e03486d1df48c6baa3c4354f5198ee/frameset.htm]
    Hope this helps.
    Thanks,
    Ajay

  • Access issues while inserting data in a table in same schema

    Hi All.
    I have a script that at first creates and then populates a table. My script used to run fine in production environment till few hours back. But all of a sudden, it is popping up error while inserting data into the table .
    Error message - "Insufficient Previlages".
    Please suggest me what may be the reasons for this kind of error.
    Thanks in advance

    Sonika wrote:
    Hi All.
    I have a script that at first creates and then populates a table. My script used to run fine in production environment till few hours back. But all of a sudden, it is popping up error while inserting data into the table .
    Error message - "Insufficient Previlages".
    Please suggest me what may be the reasons for this kind of error.
    1) something changed
    2) you are hitting a bug

  • Generic import error - Lion - CS5.5 - Will not import

    Hi. I just upgraded to cs5.5 with Lion and now a number of my previous cs4 projects will not load various flavors of video. One major problem I discovered was that after installing Lion, both of my Quicktime folders in the user and system library were missing (the system library is hidden in Lion by default, so I revealed it). These folders hold various quictime components, which I recreated from a backup. Now Quictime will play all of the video, but PPro responds with a generic import error. I have included a number of screen shots below showing the video file and library info. (I wish bridge would interogate the files and provide this information, but I use video spec). Any assistance would be greatly appreciated. I have a number of clients waiting for resolution. Thank you. -Jeff

    Well, I solved the problem but I had to de-install Lion to do it, so I will not close out the thread until I update the post after the next Lion attempt.
    Here are the steps I took.
    Clean Install of Snow Leopard from the DVD. This erased everything on the HD.
    Update all system software.
    Download and install Quicktime 7.6.6
    Register Quicktime Pro (Fortunately I had the old receipt) This drops in the AppleMPEG2Codec.component
    Copy over the AppleHDVCodec.component to the user library.
    Install CS5.5
    Big smile.
    One important change is that I did NOT install Final Cut this time.
    I just copied in the missing AppleHDVCodec.component to the library.
    I had this file in the correct folder post install of Lion, but for some reason PPro would not recognize it.
    My best guess is some other file (maybe a framework file) in the library was corrupted or altered during the Lion Installation.
    I also have not copied over all of the other codec.compents yet. I plan to drop these in as needed if new import errors occur.
    Below are the screen shots of the new librarys.

Maybe you are looking for

  • Reading private key: works in jdk 1.5, but throws exception in 1.4

    Hello, I am trying to read an RSA private key from a file. I am using the following code snippet: KeySpec spec = new RSAPrivateKeySpec(modulus, pExp); KeyFactory factory = KeyFactory.getInstance("RSA"); PrivateKey key = factory.generatePrivate(spec);

  • Why FlowLayout - JPane will NOT auto adjust in size?

    Hello java friends, I don't understand why my little demo program's JPane(use FlowLayout manager) will not adjust the size correctly. When run, I see one row of buttons, which only show 11 of them; the rest are shown on secon row which only visible i

  • Getting ORA-32700 while creating database

    I am getting following error when creating the database : ORA-32700 error occurred in DIAG Group Service The error description is as follows : Cause: An unexpected error occurred while performing a DIAG Group Service operation. Action: Verify that th

  • Using Apple remote with MacBook PRo

    How can I manage a PowerPoint presentation on my MacBook Pro using the Apple remote control that came with it?

  • Jittery images in menu

    Never had this problem before. And I've got no idea what else to try. I'm using a handful of still images in this DVD menu interface. Some are from a digital still camera. Some are video captures. But they're all jittery in the menu - not as I create