Urgent: Error-Record 39,779, segment 0001 is not in the cross-record table

Hi Gurus,
This is an urgent production issue: I got the following error-
I am updating data records from a DSO to Infocube in delta mode,
1.Record 39,779, segment 0001 is not in the cross-record table
2.Error in substep: End Routine
I dont know problem is in the End Routine or somewhere else,
The End routine is this:
PROGRAM trans_routine.
      CLASS routine DEFINITION
CLASS lcl_transform DEFINITION.
  PUBLIC SECTION.
Attributs
    DATA:
      p_check_master_data_exist
            TYPE RSODSOCHECKONLY READ-ONLY,
*-    Instance for getting request runtime attributs;
    Available information: Refer to methods of
    interface 'if_rsbk_request_admintab_view'
      p_r_request
            TYPE REF TO if_rsbk_request_admintab_view READ-ONLY.
  PRIVATE SECTION.
    TYPE-POOLS: rsd, rstr.
  Rule specific types
    TYPES:
      BEGIN OF tys_TG_1,
     InfoObject: ZVEHICLE Unique Vehicle ID.
        /BIC/ZVEHICLE           TYPE /BIC/OIZVEHICLE,
     InfoObject: ZLOCID Mine Site.
        /BIC/ZLOCID           TYPE /BIC/OIZLOCID,
     InfoObject: ZLOCSL Location Storage Location.
        /BIC/ZLOCSL           TYPE /BIC/OIZLOCSL,
     InfoObject: 0VENDOR Vendor.
        VENDOR           TYPE /BI0/OIVENDOR,
     InfoObject: ZNOMTK Nomination Number.
        /BIC/ZNOMTK           TYPE /BIC/OIZNOMTK,
     InfoObject: ZNOMIT Nomination Item.
        /BIC/ZNOMIT           TYPE /BIC/OIZNOMIT,
     InfoObject: ZNOMNR Nomination number.
        /BIC/ZNOMNR           TYPE /BIC/OIZNOMNR,
     InfoObject: ZVSTTIME Vehicle Starting Time Stamp.
        /BIC/ZVSTTIME           TYPE /BIC/OIZVSTTIME,
     InfoObject: ZVEDTIME Vehicle Ending Time Stamp.
        /BIC/ZVEDTIME           TYPE /BIC/OIZVEDTIME,
     InfoObject: ZNETWT Net Weight.
        /BIC/ZNETWT           TYPE /BIC/OIZNETWT,
     InfoObject: TU_GRS_WG Gross Wgt.
        /BIC/TU_GRS_WG           TYPE /BIC/OITU_GRS_WG,
     InfoObject: ZTU_TRE_W Tare Wgt.
        /BIC/ZTU_TRE_W           TYPE /BIC/OIZTU_TRE_W,
     InfoObject: ZCUSTWT Customer Weight.
        /BIC/ZCUSTWT           TYPE /BIC/OIZCUSTWT,
     InfoObject: ZCAR_NO Car Number.
        /BIC/ZCAR_NO           TYPE /BIC/OIZCAR_NO,
     InfoObject: ZINBND_ID Train Consist Inbound ID.
        /BIC/ZINBND_ID           TYPE /BIC/OIZINBND_ID,
     InfoObject: ZOTBND_ID Train Consist Return Load.
        /BIC/ZOTBND_ID           TYPE /BIC/OIZOTBND_ID,
     InfoObject: 0SOLD_TO Sold-to Party.
        SOLD_TO           TYPE /BI0/OISOLD_TO,
     InfoObject: 0CUSTOMER Customer Number.
        CUSTOMER           TYPE /BI0/OICUSTOMER,
     InfoObject: 0SHIP_TO Ship-To Party.
        SHIP_TO           TYPE /BI0/OISHIP_TO,
     InfoObject: ZVEHI_NO Vehicle Number.
        /BIC/ZVEHI_NO           TYPE /BIC/OIZVEHI_NO,
     InfoObject: ZCARSTDAT Car Start Date.
        /BIC/ZCARSTDAT           TYPE /BIC/OIZCARSTDAT,
     InfoObject: ZCAREDDAT Car End Date.
        /BIC/ZCAREDDAT           TYPE /BIC/OIZCAREDDAT,
     InfoObject: ZCARSTTIM Car Start Time.
        /BIC/ZCARSTTIM           TYPE /BIC/OIZCARSTTIM,
     InfoObject: ZCAREDTIM Car End Time.
        /BIC/ZCAREDTIM           TYPE /BIC/OIZCAREDTIM,
     InfoObject: 0COMPANY Company.
        COMPANY           TYPE /BI0/OICOMPANY,
     InfoObject: ZCONTRACT Contract.
        /BIC/ZCONTRACT           TYPE /BIC/OIZCONTRACT,
     InfoObject: 0PLANT Plant.
        PLANT           TYPE /BI0/OIPLANT,
     InfoObject: ZLOADTIME Total Vehicle Loading time.
        /BIC/ZLOADTIME           TYPE /BIC/OIZLOADTIME,
     InfoObject: ZSHIPDATE Shipping Date.
        /BIC/ZSHIPDATE           TYPE /BIC/OIZSHIPDATE,
     InfoObject: ZSHIPTIME Shipping Time.
        /BIC/ZSHIPTIME           TYPE /BIC/OIZSHIPTIME,
     InfoObject: ZMNEDDT Manifest End Date.
        /BIC/ZMNEDDT           TYPE /BIC/OIZMNEDDT,
     InfoObject: ZMNEDTM Manifest End Time.
        /BIC/ZMNEDTM           TYPE /BIC/OIZMNEDTM,
     InfoObject: ZLDEDDT Loaded End Date.
        /BIC/ZLDEDDT           TYPE /BIC/OIZLDEDDT,
     InfoObject: ZLDEDTM Loaded End Time.
        /BIC/ZLDEDTM           TYPE /BIC/OIZLDEDTM,
     InfoObject: ZMANVAR Manifest Variance.
        /BIC/ZMANVAR           TYPE /BIC/OIZMANVAR,
     InfoObject: ZTU_TYPE Trpr Unit Type.
        /BIC/ZTU_TYPE           TYPE /BIC/OIZTU_TYPE,
     InfoObject: ZACTULQTY Actual posted quantity.
        /BIC/ZACTULQTY           TYPE /BIC/OIZACTULQTY,
     InfoObject: ZVEDDT Vehicle End Date.
        /BIC/ZVEDDT           TYPE /BIC/OIZVEDDT,
     InfoObject: ZVEDTM Vehicle End Time.
        /BIC/ZVEDTM           TYPE /BIC/OIZVEDTM,
     InfoObject: ZVSTDT Vehicle Start Date.
        /BIC/ZVSTDT           TYPE /BIC/OIZVSTDT,
     InfoObject: ZVSTTM Vehicle Start Time.
        /BIC/ZVSTTM           TYPE /BIC/OIZVSTTM,
     InfoObject: ZTRPT_TYP Vehicle type.
        /BIC/ZTRPT_TYP           TYPE /BIC/OIZTRPT_TYP,
     InfoObject: 0CALMONTH Calendar Year/Month.
        CALMONTH           TYPE /BI0/OICALMONTH,
     InfoObject: 0CALYEAR Calendar Year.
        CALYEAR           TYPE /BI0/OICALYEAR,
     InfoObject: ZLOEDDT Quality Sent End Date.
        /BIC/ZLOEDDT           TYPE /BIC/OIZLOEDDT,
     InfoObject: ZLOEDTM Quality sent End Time.
        /BIC/ZLOEDTM           TYPE /BIC/OIZLOEDTM,
     InfoObject: ZATMDDT At Mine End Date.
        /BIC/ZATMDDT           TYPE /BIC/OIZATMDDT,
     InfoObject: ZATMDTM At Mine End Time.
        /BIC/ZATMDTM           TYPE /BIC/OIZATMDTM,
     InfoObject: ZDELAY Delay Duration.
        /BIC/ZDELAY           TYPE /BIC/OIZDELAY,
     InfoObject: ZSITYP Schedule type.
        /BIC/ZSITYP           TYPE /BIC/OIZSITYP,
     InfoObject: ZDOCIND Reference document indicator.
        /BIC/ZDOCIND           TYPE /BIC/OIZDOCIND,
     InfoObject: 0BASE_UOM Base Unit of Measure.
        BASE_UOM           TYPE /BI0/OIBASE_UOM,
     InfoObject: 0UNIT Unit of Measure.
        UNIT           TYPE /BI0/OIUNIT,
     InfoObject: ZACT_UOM Actual UOM.
        /BIC/ZACT_UOM           TYPE /BIC/OIZACT_UOM,
     Field: RECORD.
        RECORD           TYPE RSARECORD,
      END   OF tys_TG_1.
    TYPES:
      tyt_TG_1        TYPE STANDARD TABLE OF tys_TG_1
                        WITH NON-UNIQUE DEFAULT KEY.
$$ begin of global - insert your declaration only below this line  -
... "insert your code here
$$ end of global - insert your declaration only before this line   -
    METHODS
      end_routine
        IMPORTING
          request                  type rsrequest
          datapackid               type rsdatapid
        EXPORTING
          monitor                  type rstr_ty_t_monitors
        CHANGING
          RESULT_PACKAGE              type tyt_TG_1
        RAISING
          cx_rsrout_abort.
    METHODS
      inverse_end_routine
        IMPORTING
          i_th_fields_outbound         TYPE rstran_t_field_inv
          i_r_selset_outbound          TYPE REF TO cl_rsmds_set
          i_is_main_selection          TYPE rs_bool
          i_r_selset_outbound_complete TYPE REF TO cl_rsmds_set
          i_r_universe_inbound         TYPE REF TO cl_rsmds_universe
        CHANGING
          c_th_fields_inbound          TYPE rstran_t_field_inv
          c_r_selset_inbound           TYPE REF TO cl_rsmds_set
          c_exact                      TYPE rs_bool.
ENDCLASS.                    "routine DEFINITION
$$ begin of 2nd part global - insert your code only below this line  *
... "insert your code here
$$ end of 2nd part global - insert your code only before this line   *
      CLASS routine IMPLEMENTATION
CLASS lcl_transform IMPLEMENTATION.
      Method end_routine
      Calculation of result package via end routine
      Note: Update of target fields depends on rule assignment in
      transformation editor. Only fields that have a rule assigned,
      are updated to the data target.
  <-> result package
  METHOD end_routine.
*=== Segments ===
    FIELD-SYMBOLS:
      <RESULT_FIELDS>    TYPE tys_TG_1.
    DATA:
      MONITOR_REC     TYPE rstmonitor.
*$*$ begin of routine - insert your code only below this line        *-*
Fill the following fields by reading Nomination and Vehicls DSO
SOLD_TO, Customer
data: L_TIMESTAMP1 TYPE timestamp,
      L_TIMESTAMP2 TYPE timestamp,
      L_TIMESTAMP3 type CCUPEAKA-TIMESTAMP,
      L_TIMESTAMP4 type CCUPEAKA-TIMESTAMP,
      L_TIMESTAMP5 type CCUPEAKA-TIMESTAMP,
      L_TIMESTAMP6 type CCUPEAKA-TIMESTAMP,
      L_TIMESTAMP7 TYPE timestamp,
      L_TIMESTAMP8 TYPE timestamp,
      L_TIMESTAMP9 type timestamp,
      L_TIMESTAMP10 type TIMESTAMP,
      L_CHAR1(14),
      L_CHAR2(14),
      l_duration type I,
      L_TS TYPE TZONREF-TZONE,
      l_flag,
      l_nomit TYPE /BIC/OIZNOMIT,
      l_error_flag.
l_TS = 'CST'.
Data: EXTRA_PACKAGE type tyt_TG_1.
data: extra_fields type tys_TG_1.
LOOP at RESULT_PACKAGE ASSIGNING <RESULT_FIELDS>.
clear l_error_flag.
Get sold_to and customer from nomination table.
   Select single SOLD_TO /BIC/ZLOCSL /BIC/ZCONTRACT COMPANY
                 /BIC/ZMNEDDT /BIC/ZMNEDTM /BIC/ZLDEDDT
                 /BIC/ZLDEDTM SHIP_TO /BIC/ZACTULQTY
                 /BIC/ZLOEDDT /BIC/ZLOEDTM /BIC/ZDELAY
                 /BIC/ZATMDDT /BIC/ZATMDTM
                 /BIC/ZSITYP /BIC/ZDOCIND
           into (<RESULT_FIELDS>-SOLD_TO,
                 <RESULT_FIELDS>-/BIC/ZLOCSL,
                 <RESULT_FIELDS>-/BIC/ZCONTRACT,
                 <RESULT_FIELDS>-company,
                 <RESULT_FIELDS>-/BIC/ZMNEDDT,
                 <RESULT_FIELDS>-/BIC/ZMNEDTM,
                 <RESULT_FIELDS>-/BIC/ZLDEDDT,
                 <RESULT_FIELDS>-/BIC/ZLDEDTM,
                 <RESULT_FIELDS>-SHIP_TO,
                 <RESULT_FIELDS>-/BIC/ZACTULQTY,
                 <RESULT_FIELDS>-/BIC/ZLOEDDT,
                 <RESULT_FIELDS>-/BIC/ZLOEDTM,
                 <RESULT_FIELDS>-/BIC/ZDELAY,
                 <RESULT_FIELDS>-/BIC/ZATMDDT,
                 <RESULT_FIELDS>-/BIC/ZATMDTM,
                 <RESULT_FIELDS>-/BIC/ZSITYP,
                 <RESULT_FIELDS>-/BIC/ZDOCIND)
           from   /BIC/AZTSW_0000
           where /BIC/ZNOMTK = <RESULT_FIELDS>-/BIC/ZNOMTK
            AND  /BIC/ZNOMIT = <RESULT_FIELDS>-/BIC/ZNOMIT.
Select Invalid Nominations
  if sy-subrc <> 0.
    l_error_flag = 'X'.
  endif.
   <RESULT_FIELDS>-customer = <RESULT_FIELDS>-SOLD_TO.
Prepare time stamp for Time Differences
Vehicle Starting Time Stamp
  clear : L_TIMESTAMP9,L_TIMESTAMP10.
  CONVERT DATE <RESULT_FIELDS>-/BIC/ZCARSTDAT TIME
               <RESULT_FIELDS>-/BIC/ZCARSTTIM
           INTO TIME STAMP L_TIMESTAMP9 TIME ZONE l_TS.
Vehicle Ending Time Stamp
  CONVERT DATE <RESULT_FIELDS>-/BIC/ZCAREDDAT TIME
               <RESULT_FIELDS>-/BIC/ZCAREDTIM
           INTO TIME STAMP L_TIMESTAMP10 TIME ZONE l_TS.
  Clear : L_TIMESTAMP3, L_TIMESTAMP4,
         <RESULT_FIELDS>-/BIC/ZVEDTIME,
         <RESULT_FIELDS>-/BIC/ZVSTTIME.
  <RESULT_FIELDS>-/BIC/ZVEDTIME = L_TIMESTAMP10.
  <RESULT_FIELDS>-/BIC/ZVSTTIME = L_TIMESTAMP9.
  L_TIMESTAMP3 = L_TIMESTAMP10.
  L_TIMESTAMP4 = L_TIMESTAMP9.
Caliculate the load time
IF L_TIMESTAMP3 is initial.
   clear <RESULT_FIELDS>-/BIC/ZLOADTIME.
elseif L_TIMESTAMP4 is initial.
   clear <RESULT_FIELDS>-/BIC/ZLOADTIME.
else.
   CALL FUNCTION 'CCU_TIMESTAMP_DIFFERENCE'
     EXPORTING
       timestamp1       =  L_TIMESTAMP3
       timestamp2       =  L_TIMESTAMP4
     IMPORTING
       DIFFERENCE        = <RESULT_FIELDS>-/BIC/ZLOADTIME
ENDIF.
Caliculate the Manifest Variance
   clear : L_TIMESTAMP5,L_TIMESTAMP6,L_TIMESTAMP7,L_TIMESTAMP8.
   CONVERT DATE <RESULT_FIELDS>-/BIC/ZMNEDDT TIME
                <RESULT_FIELDS>-/BIC/ZMNEDTM
           INTO TIME STAMP L_TIMESTAMP7 TIME ZONE l_TS.
   CONVERT DATE <RESULT_FIELDS>-/BIC/ZLDEDDT TIME
                <RESULT_FIELDS>-/BIC/ZLDEDTM
           INTO TIME STAMP L_TIMESTAMP8 TIME ZONE l_TS.
  L_TIMESTAMP5 = L_TIMESTAMP7.
  L_TIMESTAMP6 = L_TIMESTAMP8.
Caliculate the Maniefest Variance
IF L_TIMESTAMP5 is initial.
   clear <RESULT_FIELDS>-/BIC/ZMANVAR.
elseif L_TIMESTAMP6 is initial.
   clear <RESULT_FIELDS>-/BIC/ZMANVAR.
else.
   CALL FUNCTION 'CCU_TIMESTAMP_DIFFERENCE'
     EXPORTING
       timestamp1       =  L_TIMESTAMP5
       timestamp2       =  L_TIMESTAMP6
     IMPORTING
       DIFFERENCE        = <RESULT_FIELDS>-/BIC/ZMANVAR
   IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
   ENDIF.
ENDIF.
Delete datapackets with blank nominations
Delete datapackets with blank shipdate and Invalid Time Stamps
*IF <RESULT_FIELDS>-/BIC/ZNOMTK IS INITIAL OR
  <RESULT_FIELDS>-/BIC/ZSHIPDATE IS INITIAL.
l_error_flag = 'X'.
*ENDIF.
<RESULT_FIELDS>-/BIC/ZVEHI_NO = 1.
  <RESULT_FIELDS>-CALMONTH = <RESULT_FIELDS>-/BIC/ZSHIPDATE(6).
  <RESULT_FIELDS>-CALYEAR  = <RESULT_FIELDS>-/BIC/ZSHIPDATE(4).
if l_error_flag = 'X'.
Looks like Monitor Entries are not working in SP11.
Hence the following is commented temporarily.
CLEAR MONITOR_REC.
MONITOR_REC-MSGID = '0M'.
MONITOR_REC-MSGTY = 'S'.
MONITOR_REC-MSGNO = '501'.
MONITOR_REC-MSGV1 = <RESULT_FIELDS>-/BIC/ZNOMTK.
MONITOR_REC-recno = sy-tabix.
APPEND MONITOR_REC to MONITOR.
RAISE exception type CX_RSROUT_ABORT.
DELETE RESULT_PACKAGE index sy-tabix.
CLEAR L_ERROR_FLAG.
else.
   MODIFY RESULT_PACKAGE FROM <RESULT_FIELDS>.
endif.
clear l_nomit.
l_nomit = <RESULT_FIELDS>-/BIC/ZNOMIT.
extra_fields = <RESULT_FIELDS>.
Actual Qty and Contract details
   Select /BIC/ZLOCSL /BIC/ZNOMIT /BIC/ZCONTRACT /BIC/ZACTULQTY
          /BIC/ZSITYP /BIC/ZDOCIND
          SOLD_TO SHIP_TO COMPANY
           into (extra_fields-/BIC/ZLOCSL,
                 extra_fields-/BIC/ZNOMIT,
                 extra_fields-/BIC/ZCONTRACT,
                 extra_fields-/BIC/ZACTULQTY,
                 extra_fields-/BIC/ZSITYP,
                 extra_fields-/BIC/ZDOCIND,
                 extra_fields-SOLD_TO,
                 extra_fields-SHIP_TO,
                 extra_fields-company)
           from  /BIC/AZTSW_0000
           where /BIC/ZNOMTK = <RESULT_FIELDS>-/BIC/ZNOMTK AND
                 /BIC/ZNOMIT <> l_NOMIT.
       INSERT extra_fields into table EXTRA_PACKAGE.
   endselect.
ENDLOOP.
Append lines of extra_package to RESULT_PACKAGE.
*--  fill table "MONITOR" with values of structure "MONITOR_REC"
*-   to make monitor entries
... "to cancel the update process
   raise exception type CX_RSROUT_ABORT.
$$ end of routine - insert your code only before this line         -
  ENDMETHOD.                    "end_routine
      Method inverse_end_routine
      This subroutine needs to be implemented only for direct access
      (for better performance) and for the Report/Report Interface
      (drill through).
      The inverse routine should transform a projection and
      a selection for the target to a projection and a selection
      for the source, respectively.
      If the implementation remains empty all fields are filled and
      all values are selected.
  METHOD inverse_end_routine.
$$ begin of inverse routine - insert your code only below this line-
... "insert your code here
$$ end of inverse routine - insert your code only before this line -
  ENDMETHOD.                    "inverse_end_routine
ENDCLASS.                    "routine IMPLEMENTATION

Hi,
Most probably you are appending some records in the data package or deleting from the data package through end routine or expert routine or start routine.
I just solved it.....you will have to import the note 1180163.
Then modify the code which you are using....and include the function module as mentioned in the note 1223532.
You need to add the function module just before you append the records.This will work perfectly.
Thanks
Ajeet

Similar Messages

  • I'm getting this error message: "iTunes could not connect to this iPad. Could not save the pairing record."

    My iPad wont turn off completely, nor will it boot up, it just keeps thinking about it.  Pretty sure my kids ran up all the memory, and I tried connecting it to iMac to dump pictures, but it only lets me get through it half way, and continues to reboot and gives me through iTunes the error message that it could not save the pairing record?

    Disconnect it and restart your iMac and try again.

  • Security Agent: Could not get the user record from OpenDirectory

    Hi,
    Two months ago I had to change my SSD due to a damage at the old one. In the Apple shop they installed OS X Lion with a image from their image-server.
    After that the Mac was quite slow in booting. With the old SSD (128 GB) booting takes 25 sec now it takes 75 sec.
    I tried different things to solve the problem without result. First I asked in the shop, then I googled the problem all with no real solution.
    Today now I searched in the log files. I found the following:
    09.02.12 11:03:07.861 SecurityAgent: Could not get the user record from OpenDirectory.
    09.02.12 11:03:07.861 SecurityAgent: Will sleep 3 seconds and try again (retryCount = 10)
    09.02.12 11:03:34.907 SecurityAgent: Could not get the user record from OpenDirectory.
    09.02.12 11:03:34.907 SecurityAgent: Will sleep 3 seconds and try again (retryCount = 1)
    09.02.12 11:03:34.907 SecurityAgent: Will sleep 3 seconds and try again (retryCount = 1)
    09.02.12 11:03:38.653 WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    09.02.12 11:03:58.245 SecurityAgent: User info context values set for andi
    09.02.12 11:03:58.246 SecurityAgent: User info context values set for andi
    09.02.12 11:03:58.356 SecurityAgent: Login Window login proceeding
    09.02.12 11:03:58.356 SecurityAgent: Login Window login proceeding
    This operation takes 30 secs during the boot process. Can somebody help me, to solve this problem?
    Regards
    Andreas
    MacBook Pro, Mid 2009
    2.66 GHz Intel Core 2 Duo
    8GB 1067 MHz DDR3
    SAMSUNG SSD 830 Series , 256 GB
    OS X 10.7.3

    cece2bali wrote: "it seems that your mac tries to connect to a server while booting. This action will erase all your network configuration..."
    Where can I go to learn more about this 'erasure' of network configuration if the mac tries to connect to a server while booting?
    I get the same error message as the OP. My account is an Admin on the machine. It's configured to automatically log in on boot -- except sometimes it fails. It has a login-item which runs a bash script that makes an https request to a nearby machine. Maybe I should make this script sleep a while so the https action happens after the boot sequence is done? (unlike SmashHuevo, my user needs to be an Admin)

  • I have quicktime pro and it does NOT have the screen record mode that Quicktime is suppose to have.  Can I uninstall it and go back to an older version that would have screen recording?  If so, how?  Step by step needed.  Thank you for your time.

    I have quicktime pro and it does NOT have the screen record mode that Quicktime is suppose to have.  Can I uninstall it and go back to an older version that would have screen recording?  If so, how?  Step by step needed.  Thank you for your time.

    Did you remove Quicktime X?
    On a normal install Quicktime 7 is installed in the Utilities folder and Quicktime Pro in the main Applications folder.
    You will need to reinstall OS X to get Quicktime X back if you have deleted it.
    I notice yor profile says 10.5.8. Quicktime X is only available on 10.6 and above.

  • My audio files no longer sync to the in the 5d in camera audio. It did when I bought the program but no longer does  I reinstalled and it still will not sync the files recorded on the H4N with the Canon 5D Mark Ii

    My audio files no longer sync to the in the 5d in camera audio. It did when I bought the program but no longer does  I reinstalled and it still will not sync the files recorded on the H4N with the Canon 5D Mark II  Camera. 
    The program used to import and transcode the Can 5D footage but no longer does.   The program freezes often and looses my projects as well.  Hard to make a living when your editing program is on strike!

    My audio files no longer sync to the in the 5d in camera audio. It did when I bought the program but no longer does  I reinstalled and it still will not sync the files recorded on the H4N with the Canon 5D Mark II  Camera. 
    The program used to import and transcode the Can 5D footage but no longer does.   The program freezes often and looses my projects as well.  Hard to make a living when your editing program is on strike!

  • Getting an error when using adobe photoshop CC, "Could not move the data because of a program error". Any idea on what this means?

    Getting an error when using adobe photoshop CC, "Could not move the data because of a program error". Any idea on what this means?

    Have no idea of what you were even doing in Photoshop my crystal ball is out for repairs so I can not see.  

  • HT1338 Im trying to watch a film downloaded from Bit Lord, I'm getting 'Error Dolby AC3 Audio". Player does not recognize the audio in this video, how do I fix this?

    Im trying to watch a film downloaded from Bit Lord, I'm getting 'Error Dolby AC3 Audio". Player does not recognize the audio in this video, how do I fix this?

    Download VLC and try playing the video...
    http://www.videolan.org

  • ADF:--Error occurred during initialization of VM,Could not create the Java

    Hi Friends,
    when am creating new adf page and starting Run the ADF page it will through an error
    *** Using port 7101 ***
    "C:\Users\Rama Krishna\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\Oracle\MIDDLE~1\JDK160~1\jre\bin;D:\Oracle\MIDDLE~1\JDK160~1\bin;E:\oracle\product\10.2.0\db_1\bin;C:\orant\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\SSH Communications Security\SSH Secure Shell;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Xms512m -Xmx512m -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Process exited.
    could you please tell me anybody solve this error.
    Thank and Regards
    Rkrao

    Hi
    am facing same issue, My problem was not solve
    error like this
    *** Using port 7101 ***
    "C:\Users\Rama Krishna\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;%classpath%;.\
    PATH=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\Oracle\MIDDLE~1\JDK160~1\jre\bin;D:\Oracle\MIDDLE~1\JDK160~1\bin;E:\oracle\product\10.2.0\db_1\bin;C:\orant\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Oracle\Middleware\jdk160_18\bin\javac;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Xms512m -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none  -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Digf.arisidbeans.carmlloc=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds  -Xms512m -Xmx512m -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath  weblogic.Server
    Error occurred during initialization of VM
    Could not create the Java virtual machine.
    Could not reserve enough space for object heap
    Process exited.could u please tell me any body, solve this problem
    Thank and Regards
    Rkrao.

  • TS1646 When I try to buy music, I get message saying that my credit card information does not match the bank records. My information, formatting are exactly the same as the bank. Help!

    When I try to buy music, I get message saying that my credit card information does not match the bank records. My information, formatting are exactly the same as the bank. Help!

    Look on one of your bank statements and be sure to enter the billing address exactly as it shows on the statement. Some folks forget where they actually get the statement. They put their home address in iTunes/Mac App Store and they actually get the statement at their place of employment or vice versa.

  • DB Adapter polling : Not deleting the read records

    Hi,
    I have a simple BPEL process to poll a database table to delete records after reading them.I tried testing by inserting a single record into the table.BPEL is simply creating new instance (as it is not deleting the read records).
    I am using fusion middleware version 11.1.1.3.0.
    Also i am not able to view flow trace.I see a row under flow trace but there is no link to open audit trail or flow page.How to enable this.
    thanks,
    ashok

    Hi Naresh,
    Here is the contents of jca file:
    <adapter-config name="readDB" adapter="Database Adapter" wsdlLocation="readDB.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/DB/ArbonneProd" UIConnectionName="ArbonneProd" adapterRef=""/>
    <endpoint-activation portType="readDB_ptt" operation="receive">
    <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
    <property name="DescriptorName" value="readDB.CustomersToOracle"/>
    <property name="QueryName" value="readDBSelect"/>
    <property name="MappingsMetaDataURL" value="readDB-or-mappings.xml"/>
    <property name="PollingStrategy" value="DeletePollingStrategy"/>
    <property name="PollingInterval" value="10"/>
    <property name="MaxRaiseSize" value="1"/>
    <property name="MaxTransactionSize" value="10"/>
    <property name="NumberOfThreads" value="1"/>
    <property name="ReturnSingleResultSet" value="false"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>
    Under trace i see below record:
    Instance Type Usage State
    ReadDB of service:<instanceid> JCA Adapter Service Completed

  • ERROR: Component identity found in manifest does not match the identity of the component requested.

    I am getting below mentioned error?
    ERROR: Component identity found in manifest does not match the identity of the component requested. Reference is Microsoft.VC80.MFCLOC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0".
    Definition is Microsoft.VC80.MFCLOC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.762".
    ERROR: Activation Context generation failed.
    End Activation Context Generation.
    How to solve this error?
    =================
    Begin Activation Context Generation.
    Input Parameter:
    Flags = 0
    ProcessorArchitecture = Wow32
    CultureFallBacks = en-US;en
    ManifestPath = C:\Program Files (x86)\Citrix\ICA Client\MFC80.DLL
    AssemblyDirectory = C:\Program Files (x86)\Citrix\ICA Client\
    Application Config File = 
    INFO: Parsing Manifest File C:\Program Files (x86)\Citrix\ICA Client\MFC80.DLL.
    INFO: Manifest Definition Identity is (null).
    INFO: Reference: Microsoft.VC80.MFCLOC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0"
    INFO: Resolving reference Microsoft.VC80.MFCLOC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.VC80.MFCLOC\8.0.50608.0__1fc8b3b9a1e18e3b\Microsoft.VC80.MFCLOC.DLL.
    INFO: Did not find manifest for culture Neutral.
    INFO: End assembly probing.
    INFO: Resolving reference for ProcessorArchitecture x86.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.VC80.MFCLOC\8.0.50608.0__1fc8b3b9a1e18e3b\Microsoft.VC80.MFCLOC.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Citrix\ICA Client\Microsoft.VC80.MFCLOC.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Citrix\ICA Client\Microsoft.VC80.MFCLOC.MANIFEST.
    INFO: Manifest found at C:\Program Files (x86)\Citrix\ICA Client\Microsoft.VC80.MFCLOC.MANIFEST.
    INFO: End assembly probing.
    INFO: Resolving reference Microsoft.VC80.MFCLOC.mui,language="&#x2a;",processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.VC80.MFCLOC.mui\8.0.50608.0_en-US_1fc8b3b9a1e18e3b\Microsoft.VC80.MFCLOC.mui.DLL.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.VC80.MFCLOC.mui\8.0.50608.0_en_1fc8b3b9a1e18e3b\Microsoft.VC80.MFCLOC.mui.DLL.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Resolving reference for ProcessorArchitecture x86.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.VC80.MFCLOC.mui\8.0.50608.0_en-US_1fc8b3b9a1e18e3b\Microsoft.VC80.MFCLOC.mui.DLL.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.VC80.MFCLOC.mui\8.0.50608.0_en_1fc8b3b9a1e18e3b\Microsoft.VC80.MFCLOC.mui.DLL.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Parsing Manifest File C:\Program Files (x86)\Citrix\ICA Client\Microsoft.VC80.MFCLOC.MANIFEST.
    INFO: Manifest Definition Identity is Microsoft.VC80.MFCLOC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.762".
    ERROR: Component identity found in manifest does not match the identity of the component requested. Reference is Microsoft.VC80.MFCLOC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0".
    Definition is Microsoft.VC80.MFCLOC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.762".
    ERROR: Activation Context generation failed.
    End Activation Context Generation.

    Hello Xyzam,
    Welcome to MSDN forum.
    Based on your description, I am afraid that your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Whether did this issue occur when you do something in Visual Studio? Which version of Visual Studio are you using? If you got this issue when you worked with a project, please tell us the type of your project, is it MFC project?
    When you running this MFC project?
    If you created  new and simple project, whether you get this issue?
    Please provide us detailed information, then we will provide you better support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Building SCD Type2 changes. Any record deletion in Source does not expire the Target Record

    Building SCD Type2 changes. Any record deletion in Source does not expire the Target Record. When I Delete any Record in Source Table, I expect the same record should be 'Expired' with 'End_Date' with Active = 'N'. 
    BTW: In 'Table Comp',  I have Checked the 'Detect Deleted rows(s) ...'. /  ' ... largest generated key'  is selected by default..
    This is not happening..! My Update and Insert works fine..!

    Hi
    Do you have detect deletes set on Table Comparison?
    I also add the Map operations to the output of History Preserving and manage each stream of the Insert/Update/deletes separately and control the record start/effective & record end/Expiry dates with more variables based on the stream req, ie updates to end previous record have record end date set to variable for business or run date set to date - 1.
    You only need key gen for inserts (including the deleted record final state)
    Use merge to bring back together.

  • An error exists on this page. acrobat may not display the page correctly.

    While opening a pdf document it shows an error as "An error exists on this page. acrobat may not display the page correctly. Please contact the person who has created this pdf to correct the problem". The pdf was made in 1.4 Adobe 5.x version. Any suggestions.

    I suggest you contact the person who has created the PDF in order to fix the problem.

  • Trying to purchase an app from iTunes but it keep prompting to check my payment details . Apparently my address does not match the bank records

    I just got the iPhone 4. Trying to purchase apps, but keep getting prompts- that he billing address does not match the bank records. Fred close to 20 times. Frustrated !! Am travelling today for 2 weeks. Need this sorted ASAP .

    Contact the support staff for the stores at: http://www.apple.com/emea/support/itunes/contact.html

  • I tried installing an update to QuickTime. An error occurred and it wouldn't install. I tried removing the QuickTime program, but a window appeared telling me that a fatal error  ccurred during installation and I could not remove the program.  Now what?

    I tried installing an update to QuickTime. An error occurred and it wouldn't install. I tried removing the QuickTime program, but a window appeared telling me that a fatal error  ccurred during installation and I could not remove the program.  Now what?

    I tried removing the QuickTime program, but a window appeared telling me that a fatal error  ccurred during installation and I could not remove the program.
    I think we'd better see if some other application (other than QuickTime itself) has dropped old QuickTime componentry in the system files on the PC. (If there's a version mismatch between the old componentry and the "QuickTime proper" componentry, that can create those symptoms.)
    So we'll go looking for the older QuickTime componentry in the most common locations for it to be stashed.
    First we'll need to change some view options on the PC.
    1. Open My Computer from the desktop or Start menu.
    2. In the Tools menu, click Folder Options.
    3. Click the View tab.
    4. In the "Advanced settings" pane under "Hidden files and folders" make sure that the "Show hidden files and folders" option is selected, and the "Hide extensions for known file types" option is unchecked.
    5. Click OK.
    Now in My Computer, open your C drive.
    Open the "Windows" folder.
    Open the "system32" folder.
    What files and/or folders can you see in there with QuickTime in the file/folder name? (In a standard installation of QuickTime, you should see precisely two files ... QuickTime.qts and QuickTimeVR.qtx ... and no QuickTime folders whatsoever.)

Maybe you are looking for