FDMEE - Write back - No Data and No Errors

I am trying to Write Back from Planning 11.1.2.3.500 to EBS R12 using FDMEE 11.1.2.3.530. There is data in Planning, and when I execute an Import it processes successfully, but the Transform Data Process step has a warning symbol and there is no data in the grid in the Write Back Workbnch.
Here is the log:
2015-03-12 16:55:58,845 INFO  [AIF]: FDMEE Process Start, Process ID: 265
2015-03-12 16:55:58,845 INFO  [AIF]: FDMEE Logging Level: 5
2015-03-12 16:55:58,846 INFO  [AIF]: FDMEE Log File: \\Vmhodrxeap13\fdmee\outbox\logs\RXFin_265.log
2015-03-12 16:55:58,846 INFO  [AIF]: User:wilsonp
2015-03-12 16:55:58,846 INFO  [AIF]: Location:RXFin_EBS_PL (Partitionkey:5)
2015-03-12 16:55:58,847 INFO  [AIF]: Period Name:NA (Period Key:null)
2015-03-12 16:55:58,847 INFO  [AIF]: Category Name:NA (Category key:null)
2015-03-12 16:55:58,847 INFO  [AIF]: Rule Name:Test_1 (Rule ID:10)
2015-03-12 16:56:00,465 INFO  [AIF]: FDM Version: 11.1.2.3.530
2015-03-12 16:56:00,465 INFO  [AIF]: Jython Version: 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54)
[Oracle JRockit(R) (Oracle Corporation)]
2015-03-12 16:56:00,466 INFO  [AIF]: Java Platform: java1.6.0_37
2015-03-12 16:56:00,466 INFO  [AIF]: Log File Encoding: UTF-8
2015-03-12 16:56:01,904 DEBUG [AIF]: CommWb.importData - START
2015-03-12 16:56:01,908 DEBUG [AIF]: CommWb.getRuleInfo - START
2015-03-12 16:56:01,911 DEBUG [AIF]:
        SELECT wr.RULE_ID
        ,wr.RULE_NAME
        ,wr.PARTITIONKEY
        ,ss.SOURCE_SYSTEM_ID
        ,ss.SOURCE_SYSTEM_TYPE
        ,CASE
          WHEN ss.SOURCE_SYSTEM_TYPE LIKE 'EBS%' THEN 'N'
          WHEN ss.SOURCE_SYSTEM_TYPE LIKE 'PS%' THEN 'N'
          WHEN ss.SOURCE_SYSTEM_TYPE LIKE 'FUSION%' THEN 'N'
          WHEN ss.SOURCE_SYSTEM_TYPE LIKE 'FILE%' THEN 'N'
          ELSE 'Y'
         END SOURCE_ADAPTER_FLAG
        ,imp.IMPSOURCECOAID SOURCE_COA_ID  
        ,COALESCE(wr.SOURCE_LEDGER_ID,0) SOURCE_LEDGER_ID
        ,app.APPLICATION_ID
        ,app.TARGET_APPLICATION_NAME
        ,app.TARGET_APPLICATION_TYPE
        ,wr.PLAN_TYPE
        ,CASE wr.PLAN_TYPE
          WHEN 'PLAN1' THEN 1
          WHEN 'PLAN2' THEN 2
          WHEN 'PLAN3' THEN 3
          WHEN 'PLAN4' THEN 4
          WHEN 'PLAN5' THEN 5
          ELSE 0
        END PLAN_NUMBER
        ,wl.POST_BY_YEAR
        ,wl.LEDGER_GROUP
        ,wl.LEDGER
        ,wl.GL_BUDGET_SCENARIO
        ,wl.GL_BUDGET_ORG
        ,wl.GL_BUDGET_VERSION
        ,wl.JE_CATEGORY
        ,wl.JE_SOURCE
        ,wl.CREATE_JOURNAL_FLAG
        ,wl.EXECUTION_MODE
        ,wl.IMPORT_FROM_SOURCE_FLAG
        ,wl.IMPORT_FROM_SOURCE_FLAG RECALCULATE_FLAG
        ,wl.EXPORT_TO_TARGET_FLAG
        ,wl.AS_OF_DATE
        ,wr.DP_MEMBER_NAME
        ,wl.KK_TRAN_ID
        ,wl.KK_SOURCE_TRAN
        ,wl.KK_BUDG_TRANS_TYPE
        ,wl.KK_ACCOUNTING_DT
        ,wl.KK_GEN_PARENT
        ,wl.KK_DEFAULT_EE
        ,wl.KK_PARENT_ENT_TYPE
        ,CASE lg.LEDGER_TEMPLATE
          WHEN 'COMMITMENT' THEN 'Y'
          ELSE 'N'
        END KK_FLAG
        ,CASE
          WHEN (ss.SOURCE_SYSTEM_TYPE LIKE 'PS%' AND wl.KK_SOURCE_TRAN = 'HYP_CHECK') THEN 'Y'
          ELSE 'N'
        END KK_CHECK_FLAG
        ,p.LAST_UPDATED_BY
        ,p.AIF_WEB_SERVICE_URL WEB_SERVICE_URL
        FROM AIF_PROCESSES p
        INNER JOIN AIF_WRITEBACK_LOADS wl
          ON wl.LOADID = p.PROCESS_ID
        INNER JOIN AIF_WRITEBACK_RULES wr
          ON wr.RULE_ID = wl.RULE_ID
        INNER JOIN TPOVPARTITION part
          ON part.PARTITIONKEY = wr.PARTITIONKEY
        INNER JOIN TBHVIMPGROUP imp
          ON imp.IMPGROUPKEY = part.PARTIMPGROUP
        INNER JOIN AIF_SOURCE_SYSTEMS ss
          ON ss.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
        INNER JOIN AIF_TARGET_APPLICATIONS app
          ON app.APPLICATION_ID = part.PARTTARGETAPPLICATIONID
        LEFT OUTER JOIN AIF_COA_LEDGERS l
          ON l.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
          AND l.SOURCE_LEDGER_ID = wr.SOURCE_LEDGER_ID
        LEFT OUTER JOIN AIF_PS_SET_CNTRL_REC_STG scr
          ON scr.SOURCE_SYSTEM_ID = l.SOURCE_SYSTEM_ID
          AND scr.SETCNTRLVALUE = l.SOURCE_LEDGER_NAME
          AND scr.RECNAME = 'LED_GRP_TBL'
        LEFT OUTER JOIN AIF_PS_LED_GRP_TBL_STG lg
          ON lg.SOURCE_SYSTEM_ID = scr.SOURCE_SYSTEM_ID
          AND lg.SETID = scr.SETID
          AND lg.LEDGER_GROUP = wr.LEDGER_GROUP
        WHERE p.PROCESS_ID = 265
2015-03-12 16:56:01,914 DEBUG [AIF]:
      SELECT wld.DIMENSION_NAME
      ,wld.FILTER_CONDITION
      ,app.TARGET_APPLICATION_NAME
      FROM AIF_WRITEBACK_LOAD_DTLS wld
      INNER JOIN AIF_WRITEBACK_LOADS wl
        ON wl.LOADID = wld.LOADID
      INNER JOIN AIF_WRITEBACK_RULES wr
        ON wr.RULE_ID = wl.RULE_ID
      INNER JOIN TPOVPARTITION part
        ON part.PARTITIONKEY = wr.PARTITIONKEY
      INNER JOIN AIF_TARGET_APPLICATIONS app
        ON app.APPLICATION_ID = part.PARTTARGETAPPLICATIONID
      INNER JOIN AIF_TARGET_APPL_DIMENSIONS adim
        ON adim.APPLICATION_ID = app.APPLICATION_ID
        AND adim.TARGET_DIMENSION_NAME = wld.DIMENSION_NAME
        AND adim.TARGET_DIMENSION_CLASS_NAME = 'Scenario'
      WHERE wld.LOADID = 265
2015-03-12 16:56:01,916 DEBUG [AIF]: 
      SELECT COALESCE(pca.CATKEY, pc.CATKEY) CATKEY
      FROM TPOVCATEGORY pc
      LEFT OUTER JOIN TPOVCATEGORYADAPTOR pca
        ON pca.INTSYSTEMKEY = 'RXFin'
        AND pca.CATTARGET = NULL
      WHERE pc.CATTARGET = NULL
2015-03-12 16:56:01,918 DEBUG [AIF]:
      SELECT acks.source_segment_column_name DIMNAME, ss.source_system_type SOURCE_SYSTEM_TYPE
        FROM AIF_PROCESSES p
        INNER JOIN AIF_WRITEBACK_LOADS wl
          ON wl.LOADID = p.PROCESS_ID
        INNER JOIN AIF_WRITEBACK_RULES wr
          ON wr.RULE_ID = wl.RULE_ID
        INNER JOIN TPOVPARTITION part
          ON part.PARTITIONKEY = wr.PARTITIONKEY
        INNER JOIN AIF_CB_KEY_SEGMENTS acks
          ON acks.control_budget_id = wr.SOURCE_LEDGER_ID
          AND acks.source_system_id = part.PARTSOURCESYSTEMID
        INNER JOIN AIF_SOURCE_SYSTEMS ss
          ON ss.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
      WHERE p.PROCESS_ID = 265
2015-03-12 16:56:01,919 DEBUG [AIF]:
      SELECT lv.LOOKUP_DISPLAY_CODE DIMNAME
      ,wld.TEMP_COLUMN_NAME
      ,cs.COA_SEGMENT_NAME
      ,cs.VALUE_SET_ID
      ,cs.ACCOUNT_TYPE_FLAG
      FROM AIF_COA_SEGMENTS cs
      INNER JOIN TPOVPARTITION tpp
        ON tpp.PARTITIONKEY = 5
      INNER JOIN AIF_LOOKUP_TYPES lt
        ON lt.SOURCE_SYSTEM_ID = 0
        AND lt.LOOKUP_TYPE = 'AIF_SEGMENT_COLUMN_MAP'
      INNER JOIN AIF_LOOKUP_VALUES lv
        ON lv.LOOKUP_TYPE_ID = lt.LOOKUP_TYPE_ID
        AND lv.LOOKUP_CODE = cs.COA_SEGMENT_NAME
      LEFT OUTER JOIN TBHVIMPITEMERPI tiie
        ON tiie.IMPGROUPKEY = tpp.PARTIMPGROUP
        AND tiie.IMPMAPTYPE = 'EPM'
        AND tiie.IMPSOURCECOALINEID1 = cs.COA_LINE_ID
      LEFT OUTER JOIN AIF_WRITEBACK_LOAD_DTLS wld
        ON wld.LOADID = 265
        AND wld.DIMENSION_NAME = tiie.IMPDIMNAME
      WHERE cs.SOURCE_SYSTEM_ID = 4
      AND cs.SOURCE_COA_ID = 50348
      ORDER BY lv.LOOKUP_DISPLAY_CODE
2015-03-12 16:56:01,922 DEBUG [AIF]: CommWb.getRuleInfo - END
2015-03-12 16:56:01,924 DEBUG [AIF]: AIFUtil.callOdiServlet - START
2015-03-12 16:56:01,948 DEBUG [AIF]: cloudMode: NONE
2015-03-12 16:56:01,949 DEBUG [AIF]: GlobalUserForAppAccess from Profile: null
2015-03-12 16:56:01,951 INFO  [AIF]: Resolved user name for application access: wilsonp
2015-03-12 16:56:02,450 INFO  [AIF]: [HPLService] Info: Cube Name: Finance
2015-03-12 16:56:02,451 INFO  [AIF]: [HPLService] Info: Importing data from RXFin:Finance...
2015-03-12 16:57:31,732 INFO  [AIF]: [HPLService] Info: Data import complete
2015-03-12 16:57:31,738 INFO  [AIF]: [HPLService] Info: [importWritebackData:265] END (true)
2015-03-12 16:57:31,747 DEBUG [AIF]: AIFUtil.callOdiServlet - END
2015-03-12 16:57:31,747 DEBUG [AIF]:
        SELECT STATUS
        FROM AIF_PROCESS_DETAILS
        WHERE PROCESS_ID = 265
        AND ENTITY_TYPE = 'PROCESS_WB_IMP'
2015-03-12 16:57:31,752 DEBUG [AIF]: CommWb.insertPeriods - START
2015-03-12 16:57:31,755 DEBUG [AIF]:
      SELECT DIMENSION_NAME
      ,FILTER_CONDITION
      FROM AIF_WRITEBACK_LOAD_DTLS
      WHERE LOADID = 265
      AND COLUMN_TYPE = 'Year'
2015-03-12 16:57:31,758 DEBUG [AIF]: commAppPeriodMappingExists: N
2015-03-12 16:57:31,758 DEBUG [AIF]:
        INSERT INTO AIF_PROCESS_PERIODS (
          PROCESS_ID
          ,PERIODKEY
          ,PERIOD_ID
          ,ADJUSTMENT_PERIOD_FLAG
          ,GL_PERIOD_YEAR
          ,GL_PERIOD_NUM
          ,GL_PERIOD_NAME
          ,GL_PERIOD_CODE
          ,GL_EFFECTIVE_PERIOD_NUM
          ,YEARTARGET
          ,PERIODTARGET
          ,IMP_ENTITY_TYPE
          ,IMP_ENTITY_ID
          ,IMP_ENTITY_NAME
          ,TRANS_ENTITY_TYPE
          ,TRANS_ENTITY_ID
          ,TRANS_ENTITY_NAME
          ,PRIOR_PERIOD_FLAG
          ,SOURCE_LEDGER_ID
        SELECT q.PROCESS_ID
        ,q.PERIODKEY
        ,NULL PERIOD_ID
        ,'N' ADJUSTMENT_PERIOD_FLAG
        ,0 GL_PERIOD_YEAR
        ,'0' GL_PERIOD_CODE
        ,'0' GL_PERIOD_NAME
        ,q.ENTITY_NAME_ORDER GL_PERIOD_NUM
        ,q.ENTITY_NAME_ORDER GL_EFFECTIVE_PERIOD_NUM
        ,q.YEARTARGET
        ,q.PERIODTARGET
        ,'PROCESS_WB_IMP' IMP_ENTITY_TYPE
        ,NULL IMP_ENTITY_ID
        ,p.PERIODDESC IMP_ENTITY_NAME
        ,'PROCESS_WB_TRANS' TRANS_ENTITY_TYPE
        ,NULL TRANS_ENTITY_ID
        ,p.PERIODDESC TRANS_ENTITY_NAME
        ,'N' PRIOR_PERIOD_FLAG
        ,NULL SOURCE_LEDGER_ID         
        FROM (
          SELECT PROCESS_ID
          ,MIN(PERIODKEY) PERIODKEY
          ,PERIODTARGET
          ,YEARTARGET
          ,ENTITY_NAME_ORDER
          FROM (
            SELECT wld.LOADID PROCESS_ID
            ,pp.PERIODKEY PERIODKEY
            ,pp.PERIODTARGET PERIODTARGET
            ,pp.YEARTARGET YEARTARGET
            ,CASE
              WHEN (INSTR(UPPER(wld.TEMP_COLUMN_NAME),'AMOUNT',1) = 1) THEN
                CAST(SUBSTR(wld.TEMP_COLUMN_NAME,7,LENGTH(wld.TEMP_COLUMN_NAME)) AS NUMERIC(15,0))
              ELSE 0
            END ENTITY_NAME_ORDER
            FROM (
              AIF_WRITEBACK_LOAD_DTLS wld
                INNER JOIN TPOVPERIOD_FLAT_V pp
                  ON pp.PERIODTARGET = wld.DIMENSION_NAME
                  AND pp.YEARTARGET = 'FY14')
            WHERE wld.LOADID = 265
            AND wld.COLUMN_TYPE = 'DATA'
          ) query
          GROUP BY PROCESS_ID
          ,PERIODTARGET
          ,YEARTARGET
          ,ENTITY_NAME_ORDER
        ) q
        ,TPOVPERIOD p
        WHERE p.PERIODKEY = q.PERIODKEY             
        ORDER BY p.PERIODKEY 
2015-03-12 16:57:31,764 DEBUG [AIF]: CommWb.insertPeriods - END
2015-03-12 16:57:31,772 DEBUG [AIF]: COMM GL Writeback Load Data - Load TDATASEGW - START
2015-03-12 16:57:31,774 DEBUG [AIF]: CommWb.getLedgerListAndMap - START
2015-03-12 16:57:31,775 DEBUG [AIF]: CommWb.getLedgerSQL - START
2015-03-12 16:57:31,775 DEBUG [AIF]: CommWb.getLedgerSQL - END
2015-03-12 16:57:31,775 DEBUG [AIF]:
          SELECT l.SOURCE_LEDGER_ID
          ,l.SOURCE_LEDGER_NAME
          ,l.FUNCTIONAL_CURRENCY
          ,l.CALENDAR_ID
          ,'0' SETID
          ,l.PERIOD_TYPE
          FROM AIF_WRITEBACK_LOADS wl
          ,AIF_WRITEBACK_RULES wr
          ,TPOVPARTITION part
          ,AIF_COA_LEDGERS l
          WHERE wl.LOADID = 265
          AND wr.RULE_ID = wl.RULE_ID
          AND part.PARTITIONKEY = wr.PARTITIONKEY
          AND l.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
          AND l.SOURCE_LEDGER_ID = wr.SOURCE_LEDGER_ID
2015-03-12 16:57:31,777 DEBUG [AIF]: CommWb.getLedgerListAndMap - END
2015-03-12 16:57:31,778 DEBUG [AIF]:
      SELECT acks.source_segment_column_name DIMNAME, ss.source_system_type SOURCE_SYSTEM_TYPE
        FROM AIF_PROCESSES p
        INNER JOIN AIF_WRITEBACK_LOADS wl
          ON wl.LOADID = p.PROCESS_ID
        INNER JOIN AIF_WRITEBACK_RULES wr
          ON wr.RULE_ID = wl.RULE_ID
        INNER JOIN TPOVPARTITION part
          ON part.PARTITIONKEY = wr.PARTITIONKEY
        INNER JOIN AIF_CB_KEY_SEGMENTS acks
          ON acks.control_budget_id = wr.SOURCE_LEDGER_ID
          AND acks.source_system_id = part.PARTSOURCESYSTEMID
        INNER JOIN AIF_SOURCE_SYSTEMS ss
          ON ss.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
      WHERE p.PROCESS_ID = 265
2015-03-12 16:57:31,779 DEBUG [AIF]:
      SELECT lv.LOOKUP_DISPLAY_CODE DIMNAME
      ,wld.TEMP_COLUMN_NAME
      ,cs.COA_SEGMENT_NAME
      ,cs.VALUE_SET_ID
      ,cs.ACCOUNT_TYPE_FLAG
      FROM AIF_COA_SEGMENTS cs
      INNER JOIN TPOVPARTITION tpp
        ON tpp.PARTITIONKEY = 5
      INNER JOIN AIF_LOOKUP_TYPES lt
        ON lt.SOURCE_SYSTEM_ID = 0
        AND lt.LOOKUP_TYPE = 'AIF_SEGMENT_COLUMN_MAP'
      INNER JOIN AIF_LOOKUP_VALUES lv
        ON lv.LOOKUP_TYPE_ID = lt.LOOKUP_TYPE_ID
        AND lv.LOOKUP_CODE = cs.COA_SEGMENT_NAME
      LEFT OUTER JOIN TBHVIMPITEMERPI tiie
        ON tiie.IMPGROUPKEY = tpp.PARTIMPGROUP
        AND tiie.IMPMAPTYPE = 'EPM'
        AND tiie.IMPSOURCECOALINEID1 = cs.COA_LINE_ID
      LEFT OUTER JOIN AIF_WRITEBACK_LOAD_DTLS wld
        ON wld.LOADID = 265
        AND wld.DIMENSION_NAME = tiie.IMPDIMNAME
      WHERE cs.SOURCE_SYSTEM_ID = 4
      AND cs.SOURCE_COA_ID = 50348
      ORDER BY lv.LOOKUP_DISPLAY_CODE
2015-03-12 16:57:31,783 DEBUG [AIF]: CommWb.getPovList - START
2015-03-12 16:57:31,784 DEBUG [AIF]:
      SELECT wld.DIMENSION_NAME
      ,wld.FILTER_CONDITION
      ,app.TARGET_APPLICATION_NAME
      FROM AIF_WRITEBACK_LOAD_DTLS wld
      INNER JOIN AIF_WRITEBACK_LOADS wl
        ON wl.LOADID = wld.LOADID
      INNER JOIN AIF_WRITEBACK_RULES wr
        ON wr.RULE_ID = wl.RULE_ID
      INNER JOIN TPOVPARTITION part
        ON part.PARTITIONKEY = wr.PARTITIONKEY
      INNER JOIN AIF_TARGET_APPLICATIONS app
        ON app.APPLICATION_ID = part.PARTTARGETAPPLICATIONID
      INNER JOIN AIF_TARGET_APPL_DIMENSIONS adim
        ON adim.APPLICATION_ID = app.APPLICATION_ID
        AND adim.TARGET_DIMENSION_NAME = wld.DIMENSION_NAME
        AND adim.TARGET_DIMENSION_CLASS_NAME = 'Scenario'
      WHERE wld.LOADID = 265
2015-03-12 16:57:31,785 DEBUG [AIF]: 
      SELECT COALESCE(pca.CATKEY, pc.CATKEY) CATKEY
      FROM TPOVCATEGORY pc
      LEFT OUTER JOIN TPOVCATEGORYADAPTOR pca
        ON pca.INTSYSTEMKEY = 'RXFin'
        AND pca.CATTARGET = NULL
      WHERE pc.CATTARGET = NULL
2015-03-12 16:57:31,787 DEBUG [AIF]:
        SELECT PARTITIONKEY
        ,PARTNAME
        ,CATKEY
        ,CATNAME
        ,PERIODKEY
        ,COALESCE(PERIODDESC, TO_CHAR(PERIODKEY,'YYYY-MM-DD HH24:MI:SS')) PERIODDESC
        ,RULE_ID
        ,RULE_NAME
        ,YEARTARGET
        FROM (
          SELECT DISTINCT wr.PARTITIONKEY
          ,part.PARTNAME
          ,cat.CATKEY
          ,cat.CATNAME
          ,pprd.PERIODKEY
          ,pp.PERIODDESC
          ,wr.RULE_ID
          ,wr.RULE_NAME
          ,pprd.YEARTARGET
          FROM AIF_WRITEBACK_LOADS wl
          INNER JOIN AIF_WRITEBACK_RULES wr
            ON wr.RULE_ID = wl.RULE_ID
          INNER JOIN TPOVPARTITION part
            ON part.PARTITIONKEY = wr.PARTITIONKEY
          INNER JOIN TPOVCATEGORY cat
            ON cat.CATKEY = NULL
          INNER JOIN AIF_PROCESS_PERIODS pprd
            ON pprd.PROCESS_ID = wl.LOADID
          LEFT OUTER JOIN TPOVPERIOD pp
            ON pp.PERIODKEY = pprd.PERIODKEY             
          WHERE wl.LOADID = 265
        ) q
        ORDER BY PARTITIONKEY
        ,CATKEY
        ,PERIODKEY
        ,RULE_ID
2015-03-12 16:57:31,788 DEBUG [AIF]: CommWb.getPovList - END
2015-03-12 16:57:31,789 DEBUG [AIF]: COMM GL Writeback Load Data - Load TDATASEGW - END
2015-03-12 16:57:31,789 DEBUG [AIF]: CommWb.importData - END
2015-03-12 16:57:31,879 DEBUG [AIF]: CommWb.insertTransProcessDetails - START
2015-03-12 16:57:31,880 DEBUG [AIF]:
          INSERT INTO AIF_PROCESS_DETAILS (
            PROCESS_ID
            ,ENTITY_TYPE
            ,ENTITY_ID
            ,ENTITY_NAME
            ,ENTITY_NAME_ORDER
            ,TARGET_TABLE_NAME
            ,EXECUTION_START_TIME
            ,EXECUTION_END_TIME
            ,RECORDS_PROCESSED
            ,STATUS
            ,LAST_UPDATED_BY
            ,LAST_UPDATE_DATE
          SELECT PROCESS_ID
          ,ENTITY_TYPE
          ,ENTITY_ID
          ,ENTITY_NAME
          ,ENTITY_NAME_ORDER
          ,'TDATASEGW' TARGET_TABLE_NAME
          ,CURRENT_TIMESTAMP EXECUTION_START_TIME
          ,NULL EXECUTION_END_TIME
          ,0 RECORDS_PROCESSED
          ,'PENDING' STATUS
          ,'wilsonp' LAST_UPDATED_BY
          ,CURRENT_TIMESTAMP LAST_UPDATE_DATE
          FROM (
            SELECT PROCESS_ID
            ,TRANS_ENTITY_TYPE ENTITY_TYPE
            ,MIN(TRANS_ENTITY_ID) ENTITY_ID
            ,TRANS_ENTITY_NAME ENTITY_NAME
            ,MIN(GL_EFFECTIVE_PERIOD_NUM) ENTITY_NAME_ORDER
            FROM AIF_PROCESS_PERIODS
            WHERE PROCESS_ID = 265
            AND PRIOR_PERIOD_FLAG = 'N'
            GROUP BY PROCESS_ID
            ,TRANS_ENTITY_TYPE
            ,TRANS_ENTITY_NAME
          ) q
          ORDER BY ENTITY_NAME_ORDER
2015-03-12 16:57:31,887 DEBUG [AIF]: CommWb.insertTransProcessDetails - END
2015-03-12 16:57:31,891 DEBUG [AIF]:
        DELETE FROM TDATAMAP_T
        WHERE LOADID < 265
        AND EXISTS (
          SELECT 1
          FROM AIF_PROCESSES p
          WHERE p.RULE_ID = 10
          AND p.PROCESS_ID = TDATAMAP_T.LOADID
2015-03-12 16:57:31,901 DEBUG [AIF]:
        DELETE FROM AIF_WRITEBACK_ESS_DATA_T
        WHERE LOADID < 265
        AND EXISTS (
          SELECT 1
          FROM AIF_PROCESSES p
          WHERE p.RULE_ID = 10
          AND p.PROCESS_ID = AIF_WRITEBACK_ESS_DATA_T.LOADID
2015-03-12 16:57:33,060 DEBUG [AIF]:
        DELETE FROM AIF_PROCESS_PERIODS
        WHERE PROCESS_ID < 265
        AND EXISTS (
          SELECT 1
          FROM AIF_PROCESSES p
          WHERE p.RULE_ID = 10
          AND p.PROCESS_ID = AIF_PROCESS_PERIODS.PROCESS_ID
2015-03-12 16:57:33,066 DEBUG [AIF]:
        DELETE FROM TDATASEGW
        WHERE LOADID < 265
        AND EXISTS (
          SELECT 1
          FROM AIF_PROCESSES p
          WHERE p.RULE_ID = 10
          AND p.PROCESS_ID = TDATASEGW.LOADID
2015-03-12 16:57:33,069 DEBUG [AIF]: CommMap.loadTDATAMAP_T - START
2015-03-12 16:57:33,071 DEBUG [AIF]: CommData.getMapPartitionKeyandName - START
2015-03-12 16:57:33,071 DEBUG [AIF]:
        SELECT COALESCE(part_parent.PARTITIONKEY, part.PARTITIONKEY) PARTITIONKEY
        ,COALESCE(part_parent.PARTNAME, part.PARTNAME) PARTNAME
        FROM TPOVPARTITION part
        LEFT OUTER JOIN TPOVPARTITION part_parent
          ON part_parent.PARTITIONKEY = part.PARTPARENTKEY
        WHERE part.PARTITIONKEY = 5
2015-03-12 16:57:33,073 DEBUG [AIF]: CommData.getMapPartitionKeyandName - END
2015-03-12 16:57:33,073 DEBUG [AIF]:
        INSERT INTO TDATAMAP_T (
          LOADID
          ,DATAKEY
          ,PARTITIONKEY
          ,DIMNAME
          ,SRCKEY
          ,SRCDESC
          ,TARGKEY
          ,WHERECLAUSETYPE
          ,WHERECLAUSEVALUE
          ,CHANGESIGN
          ,SEQUENCE
          ,VBSCRIPT
          ,TDATAMAPTYPE
          ,SYSTEM_GENERATED_FLAG
          ,RULE_ID
        SELECT 265
        ,DATAKEY
        ,5 PARTITIONKEY
        ,DIMNAME
        ,SRCKEY
        ,SRCDESC
        ,CASE WHEN (TDATAMAPTYPE = 'EPM' AND TARGKEY = '<BLANK>') THEN ' ' ELSE TARGKEY END
        ,WHERECLAUSETYPE
        ,CASE WHEN (TDATAMAPTYPE = 'EPM' AND WHERECLAUSEVALUE = '<BLANK>') THEN ' ' ELSE WHERECLAUSEVALUE END       
        ,CHANGESIGN
        ,SEQUENCE
        ,VBSCRIPT
        ,TDATAMAPTYPE
        ,SYSTEM_GENERATED_FLAG
        ,RULE_ID
        FROM TDATAMAP tdm
        WHERE PARTITIONKEY = 5
        AND (RULE_ID IS NULL OR RULE_ID = 10)
        AND (
          TDATAMAPTYPE = 'EPM'
          OR (
            TDATAMAPTYPE = 'MULTIDIM'
            AND EXISTS (
              SELECT 1
              FROM TDATAMAP multidim
              WHERE multidim.PARTITIONKEY = tdm.PARTITIONKEY
              AND multidim.TDATAMAPTYPE = 'EPM'
              AND multidim.DATAKEY = tdm.TARGKEY
2015-03-12 16:57:33,077 DEBUG [AIF]: Number of Rows inserted into TDATAMAP_T: 14
2015-03-12 16:57:33,122 DEBUG [AIF]: CommMap.updateTDATASEG_T_TDATASEGW - START
2015-03-12 16:57:33,123 DEBUG [AIF]:
        SELECT DIMNAME
        ,SRCKEY
        ,TARGKEY
        ,WHERECLAUSETYPE
        ,WHERECLAUSEVALUE
        ,CHANGESIGN
        ,SEQUENCE
        ,DATAKEY
        ,MAPPING_TYPE
        ,CASE WHEN (RULE_ID IS NOT NULL) THEN 'Y' ELSE 'N' END IS_RULE_MAP
        FROM (
          SELECT DISTINCT tdm.DIMNAME
          ,tdm.RULE_ID
          ,NULL SRCKEY
          ,NULL TARGKEY
          ,tdm.WHERECLAUSETYPE
          ,tdm.WHERECLAUSEVALUE
          ,NULL CHANGESIGN
          ,1 SEQUENCE
          ,COALESCE(tdm.SYSTEM_GENERATED_FLAG,'N') SYSTEM_GENERATED_FLAG     
          ,NULL DATAKEY
          ,CASE
            WHEN tdm.WHERECLAUSETYPE IS NULL THEN 1
            ELSE 3
          END MAPPING_TYPE
          FROM TDATAMAP_T tdm
          WHERE tdm.LOADID = 265
          AND tdm.PARTITIONKEY = 5
          AND tdm.TDATAMAPTYPE = 'EPM'
          AND (tdm.RULE_ID IS NULL OR tdm.RULE_ID = 10)
          AND tdm.WHERECLAUSETYPE IS NULL
          UNION ALL
          SELECT tdm.DIMNAME
          ,tdm.RULE_ID
          ,tdm.SRCKEY
          ,tdm.TARGKEY
          ,tdm.WHERECLAUSETYPE
          ,tdm.WHERECLAUSEVALUE
          ,tdm.CHANGESIGN
          ,CASE tpp.PARTSEQMAP
            WHEN 0 THEN CASE
              WHEN (tdm.WHERECLAUSETYPE = 'BETWEEN') THEN 2
              WHEN (tdm.WHERECLAUSETYPE = 'IN') THEN 3
              WHEN (tdm.WHERECLAUSETYPE = 'MULTIDIM') THEN 4
              WHEN (tdm.WHERECLAUSETYPE = 'LIKE') THEN 5
              ELSE 0
            END     
            ELSE tdm.SEQUENCE
          END SEQUENCE
          ,COALESCE(tdm.SYSTEM_GENERATED_FLAG,'N') SYSTEM_GENERATED_FLAG
          ,tdm.DATAKEY
          ,CASE
            WHEN tdm.WHERECLAUSETYPE IS NULL THEN 1
            ELSE 3
          END MAPPING_TYPE
          FROM TDATAMAP_T tdm
          INNER JOIN TPOVPARTITION tpp
            ON tpp.PARTITIONKEY = tdm.PARTITIONKEY
          WHERE tdm.LOADID = 265
          AND tdm.PARTITIONKEY = 5
          AND tdm.TDATAMAPTYPE = 'EPM'
          AND (tdm.RULE_ID IS NULL OR tdm.RULE_ID = 10)
          AND tdm.WHERECLAUSETYPE IN ('BETWEEN','IN','MULTIDIM','LIKE')
        ) q
        ORDER BY DIMNAME
        ,SEQUENCE
        ,RULE_ID
        ,SYSTEM_GENERATED_FLAG
        ,SRCKEY
2015-03-12 16:57:33,129 DEBUG [AIF]: CommMap.updateTDATASEG_T_TDATASEGW - END
2015-03-12 16:57:33,138 DEBUG [AIF]: CommMap.loadTDATAMAPSEG_TDATASEG - START
2015-03-12 16:57:33,139 DEBUG [AIF]: CommMap.loadTDATAMAPSEG_TDATASEG - END
2015-03-12 16:57:33,217 DEBUG [AIF]: CommMap.validateData - START
2015-03-12 16:57:33,218 DEBUG [AIF]: CommMap.validateData - END
2015-03-12 16:57:33,311 DEBUG [AIF]: Comm.finalizeProcess - START
2015-03-12 16:57:33,312 DEBUG [AIF]: CommWb.updateRuleStatus - START
2015-03-12 16:57:33,313 DEBUG [AIF]:
    UPDATE AIF_WRITEBACK_RULES
    SET STATUS = CASE 'SUCCESS'
      WHEN 'SUCCESS' THEN
        CASE (
          SELECT COUNT(*)
          FROM AIF_PROCESS_DETAILS pd
          WHERE pd.PROCESS_ID = 265
          AND pd.STATUS IN ('FAILED','WARNING')
        WHEN 0 THEN 'SUCCESS'
        ELSE (
          SELECT MIN(pd.STATUS)
          FROM AIF_PROCESS_DETAILS pd
          WHERE pd.PROCESS_ID = 265
          AND pd.STATUS IN ('FAILED','WARNING')
        END
      ELSE 'SUCCESS'
    END
    WHERE RULE_ID = 10
2015-03-12 16:57:33,317 DEBUG [AIF]: CommWb.updateRuleStatus - END
2015-03-12 16:57:33,318 DEBUG [AIF]: Comm.updateProcess - START
2015-03-12 16:57:33,322 DEBUG [AIF]: Comm.updateProcess - END
2015-03-12 16:57:33,323 INFO  [AIF]: FDMEE Process End, Process ID: 265
I have created the following write-back mappings:
UD1,*,*,Z_Catch All Entity
UD1,CO_*,*,"Remove prefix ""Co_"""
UD2,*,*,Z_Catch All Account
UD2,ACC_*,*,Remove ACC_
UD3,*,*,Local Account Pass Through
UD4,*,*,Z_Catch All MC
UD4,CC_*,*,"Remove prefix ""CC_"""
UD5,*,*,Z_Catch All Event Edition
UD5,SY*,*,"Remove prefix ""SY"""
UD6,*,*,Activity pass through
UD7,*,*,Z_Catch All Product
UD7,PRD_*_I,*,Remove prefix PRD
UD8,*,*,ICP pass through
UD9,*,*,Spare pass through
Which is basically to strip off some prefixes, or just pass through the values.
In the Import Format I have the following Write Back Mapping:
Source Dimension     Source Segment
Account                     Account
Activity                      Activity
Entity                        Entity
SessionYear            Event Edition
                                 Intercompany
                                 Local Account
ManagementCentre  Management Centre
Product                    Product
                                 Spare
For my Write Back Rule I select the Location: RXFin_EBS_PL, the Primary Ledger in EBS
Period: Dec-14
Category: Budget - The name of the scenario in Planning.
Source:  RX_EBS
Target: RXFIN
Plan Type: Finance
I have Source Filters to limit the amount of data it tries to pull in.
Account: @Relative("Profit & Loss",0)
Entity: "CO_0052"
Activit:y @Relative("AllActivities",0)
Period: @Relative("YearTotalPlan",0)
Version: "FinalVersion"
Year: "FY14"
And for Budget: RX RF1 2014
Budget Organization: RX Budget Org - Though I am not sure what this does.
I execute Import from Source, and it process for several minutes, and then nothing is in the Workbench.
There is data in Planning as far as I can see, and with no errors I am at a loss on what to investigate.
Can anyone assist?
Thanks,

Do you have any luck if you simplify the source filter to try and be as specific as possible and only bring in as few rows as possible from a known good intersection as a sanity check?
Regards
Craig

Similar Messages

  • OBIEE 11g write back to Essbase and run calc script feature

    Hi,
    I have a requirement to write back into Essbase Cube and run calc script from OBIEE dashboard.
    From what i have search on google, we must deploy additional Java Script into weblogic, but that is before OBIEE 11.1.1.6.
    I have 2 question:
    - Does OBIEE 11.1.1.6 already supported native write-back to Essbase and running calcscript?
    - Anyone has example of the custom java-script for write back and running calcscript?
    And another, if there are requirement like this, is it better to install Essbase Add-in on Microsoft Excel and do the what-if analysis there, then just display the report on OBIEE dashboard? (based on user-friendliness and the complexity on maintenance)
    Thanks in advance.

    Hi,
    Even I am trying to achieve the same thing as you have mentioned but think that it is not possible to achieve easily in obiee 11.1.1.6, though we do have a work around to perform a writeback in Essbase cube using JAPI as mentioned below.
    Also we can call Hyperion reports from OBIEE using Action Links and also pass parameters to the same but dont know if it runs calculation script.
    Below link could be useful for you for write back workaround.
    http://oraclebizint.wordpress.com/2009/05/25/oracle-bi-ee-10-1-3-4-1-writebacks-to-essbase-using-japi-and-custom-html-part-1/
    Let me know in case you have found out anything else related to same.
    Thanks,

  • I Need to Write the current Date and Time

    I need to write the current date and time to calculate the spend time in each instruction.
    What is the instrucion?
    Thanks.
    MIGUEL ANGEL CARO
    [email protected]

    The current time can be determined with a Date object:
    Date now = new java.util.Date() ;or if you are interested in the seconds since the epoch:
    System.currentTimeMillis() ;If you wanted to print them out:
    System.out.println( new java.util.Date() ) ;
    System.out.println( System.currentTimeMillis() ) ;Kenny

  • Back ground scheduling and capturing error log

    hi friends,
    i have to write a report and call a function module for passing one by one those conversion progs which fm is suitable what it is
    one more boubt like i can maintain those conversions in structure and i can loop those one by one passing into fm
    i have to capture those error records
    i have to check whether the coversions runs properly or not.

    Hi,
    create one error table store messages in that.
    using sy-subrc you can identify status.
    for capturing put some condition to identify error records.
    Write subroutine for updating table with error messages.

  • Backed up data and upgrading itunes

    I've backed up my ipad to itunes. Apple erased and updated my ipad to enable icloud.Went to restore ipad from itunes but it says itunes must be upgraded sync now. Will upgrade lose my backed up data?!

    My oh my, slightly exceeds your lifespan.. three score and 10 or if you are strong four score..81,000 years hmmm.. 
    Are you using Lion.. 10.7.5 to be exact .. you are subject to a serious bug, created by Apple and not fixed before release to all computers.. great the level of testing Apple does now..  think of yourself as a beta tester..
    Here is the patch to update to the patch.
    http://support.apple.com/kb/DL1599
    If you are on a different OS tell us.. ML can have similar if not quite so bad issues.
    The bug may have corrupted the old backup which is why it needs to be replaced. Unfortunately once it restarts the backup I doubt you can recover what was there.. it seems your backups now need backups if there happened to be anything you actually want.
    I strongly recommend at the moment getting another software backup program.. superduper, CCC, chronosync.. something designed to create a single image.. and not self corrupt.

  • Cellular Data and iMessage Errors

    I've been experiencing several issues w/the iPhone 6.  From reading the reviews, I think the issues are w/the iOS 8 operating system.  I heard that iOS 8.0.1 was released but I'm not able to update.  I saw on the forum that those that have updated are experiencing connectivity issues.  Has any one found a resolution to cellular data error messages and/or imessage connectivity?

    Hello VaneLV,
    Yes, that issue has been resolves with iOS 8.0.2 update that was just released. Check for the update on your iPhone or plugging your iPhone in to your computer and using iTunes. 
    Loss of cellular service or ability to use Touch ID after updating to iOS 8.0.1 on iPhone 6 or iPhone 6 Plus
    http://support.apple.com/kb/ht6487
    Regards,
    -Norm G. 

  • ICal doesn't show delegation, and generates date and time error messages in /var/log/system.log

    I have a problem with my iCal, when I use my caldav account, I can only see my own calendar on my MBA, on my co-workers MBP it works fine with both my account and his. My co-worker can't see other calendars than his own when he uses iCal on my laptop.
    We can reproduce this problem on his computer by setting Location to Automatic rather than Amsterdam, then after deleting iCal's cache files, the caldav account and setting the Location back to Amsterdam solves the problem for him.
    It does not solve the problem for me (or several other co-workers). We've been looking at this for a few weeks, and we can not find any clear pattern why certain machines have this problem and others don't.
    All machines (both affected and unaffected) are running Mac OS 10.7.2 with iCal 5.0.1
    I've spoken to Apple support over the phone (in the Netherlands), unfortunately, they couldn't help with this.
    So far we've tried numerous location and language settings, but on affected machines nothing appears to solve the delegation problem (which we assume to be connected to the error messages iCal generates)
    Starting iCal yeilds the following error messages in /var/log/system.log:
    Jan  5 11:31:05 dhcp-91 [0x0-0x58f58f].com.apple.iCal[23884]: line 1,1: expecting FREQUENCE, found 'BYDAY' as token type 5
    Jan  5 11:31:05 dhcp-91 iCal[23884]: iCalendar recurrence failure BYDAY=-1SU;FREQ=YEARLY;BYMONTH=3
              line 1,6: unexpected char: '='
    Jan  5 11:31:05 dhcp-91 [0x0-0x58f58f].com.apple.iCal[23884]: line 1,1: expecting FREQUENCE, found 'BYDAY' as token type 5
    Jan  5 11:31:05 dhcp-91 iCal[23884]: iCalendar recurrence failure BYDAY=-1SU;FREQ=YEARLY;BYMONTH=10
              line 1,6: unexpected char: '='
    Jan  5 11:31:05 dhcp-91 iCal[23884]: Unexpected EOF, returning last token as fallback
    Jan  5 11:31:05 dhcp-91 iCal[23884]: VTIMEZONE does not match System Time Zone (Europe/Amsterdam) for 20100105T000000 to 20120105T000000: (
                  "interval: 2001-01-01 01:00:00 +0100, offset: 3600"
              ) != (
                  "interval: 2010-03-28 03:00:00 +0200, offset: 7200",
                  "interval: 2010-10-31 02:00:00 +0100, offset: 3600",
                  "interval: 2011-03-27 03:00:00 +0200, offset: 7200",
                  "interval: 2011-10-30 02:00:00 +0100, offset: 3600"
              BEGIN:VTIMEZONE
              X-LIC-LOCATION:Europe/Amsterdam
              TZID:Europe/Amsterdam
              BEGIN:DAYLIGHT
              TZOFFSETFROM:+0100
              TZNAME:CEST
              TZOFFSETTO:+0200
              DTSTART:19700329T020000
              END:DAYLIGHT
              BEGIN:STANDARD
              TZOFFSETFROM:+0200
              TZNAME:CET
              TZOFFSETTO:+0100
              DTSTART:19701025T030000
              END:STANDARD
              END:VTIMEZONE
    Jan  5 11:31:05 dhcp-91 [0x0-0x58f58f].com.apple.iCal[23884]: line 1,1: expecting FREQUENCE, found 'BYDAY' as token type 5
    Jan  5 11:31:05 dhcp-91 iCal[23884]: iCalendar recurrence failure BYDAY=-1SU;FREQ=YEARLY;BYMONTH=3
              line 1,6: unexpected char: '='
    Jan  5 11:31:05 dhcp-91 [0x0-0x58f58f].com.apple.iCal[23884]: line 1,1: expecting FREQUENCE, found 'BYDAY' as token type 5
    Jan  5 11:31:05 dhcp-91 iCal[23884]: iCalendar recurrence failure BYDAY=-1SU;FREQ=YEARLY;BYMONTH=10
              line 1,6: unexpected char: '='
    Jan  5 11:31:05 dhcp-91 iCal[23884]: Unexpected EOF, returning last token as fallback
    Jan  5 11:31:05 dhcp-91 iCal[23884]: VTIMEZONE does not match System Time Zone (Europe/Amsterdam) for 20100105T000000 to 20120105T000000: (
                  "interval: 2001-01-01 01:00:00 +0100, offset: 3600"
              ) != (
                  "interval: 2010-03-28 03:00:00 +0200, offset: 7200",
                  "interval: 2010-10-31 02:00:00 +0100, offset: 3600",
                  "interval: 2011-03-27 03:00:00 +0200, offset: 7200",
        "interval: 2011-10-30 02:00:00 +0100, offset: 3600"
              BEGIN:VTIMEZONE
              X-LIC-LOCATION:Europe/Amsterdam
              TZID:Europe/Amsterdam
              BEGIN:DAYLIGHT
              TZOFFSETFROM:+0100
              TZNAME:CEST
              TZOFFSETTO:+0200
              DTSTART:19700329T020000
              END:DAYLIGHT
              BEGIN:STANDARD
              TZOFFSETFROM:+0200
              TZNAME:CET
              TZOFFSETTO:+0100
              DTSTART:19701025T030000
              END:STANDARD
              END:VTIMEZONE
    And when I close iCal I get:
    Jan  5 11:33:25 dhcp-91 [0x0-0x592592].com.apple.iCal[23894]: token mismatch: 4 != 5

    I'm seeing the same thing, and I can't even find where OS X stores calendars on disk anymore...

  • How to back up data and applications?

    Hi,
    I have two issues, both relating to data backup. The first results becaus I have very little space left on my hard drive. I have deleted all languages that I don't use and cleaned out every file that I'm sure I can delete, so I'm fairly sure that my hard drive is about as clean as it can get. The actual amount of free space seems to fluctuate between about 1 gig to 100 megs, depending on what applications I have open. I have read that having very little hard drive space is not good for the drive and can put me at increased risk of hard drive failure (sounds like a medical condition ). Is this true? I've also read that in such situations, it is a good idea to backup the hard drive and do a clean install of the operating system. Why is this a useful step to take? Will it help protect me from hard drive failure? I keep my computer very organized, so I would basically be restoring everything that I would have to take off my hard drive. The only thing that could possible change, as far as I can tell, would be system files or other hidden files.
    So, the second issue, regardless whether or not I should perform a clean install, is how to go about backing up my hard drive. I have a number of applications that I have downloaded, for which I have no install disks. I have also purchased program upgrades from the internet, and I would not want these upgrades to be lost. I use Unix and Tex quite a bit, so I have lots of files, settings, etc. hiding out in the dark and hidden corners of my hard disk, in places like /usr. My computer is running well, Tex and X11 are behaving nicely, but its taken me a long time to reach this state of stable equilibrium. I would like to preserve this current state of affairs in a backup, as well, which will presumably require backing up more than just my home directory. What is the best way to do this kind of complete backup? I was thinking of doing something like "mv /* external_hd" in Terminal. Will this work, and is it a bit excessive?
    Any advice on any of these questions would be greatly appreciated. Thanks very much.

    Hi, Adrian.
    1. There's no such thing as a "clean install" in Mac OS X. That's obsolete Mac OS 9 terminology. The closest concept to this in Mac OS X is an Archive & Install and you don't have enough free space to do that: it requires a minimum of 3-5 GB of free space, and I'd recommend having even more.
    2. Reinstalling the OS via an Archive and Install won't free up disk space. In fact, it will take up more initially since it saves your previous system along with installing the new system. See my "General advice on performing an Archive and Install" FAQ for important tips on this process.
    3. There may be more simple steps you can take to free up disk space: see my "Freeing Space on your Mac OS X startup disk" FAQ.
    4. Hard drive failure isn't a risk of having a full or nearly-full hard drive, but there are other potential problems that can arise: see my "Problems from insufficient RAM and free hard disk space" FAQ.
    5. For advice on the backup and recovery solution I employ, see my "Backup and Recovery" FAQ.
    6. I really recommend that you invest in a FireWire drive for backup as having a bootable backup can really save your bacon, e.g. if your hard drive fails, since you cannot startup your PowerBook from a USB drive. I buy all my FireWire drives form Other World Computing (OWC).
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Date and Time Error

    Using ColdFusion and SQL 2005 and I'm trying to get a
    Eurpopean style date (UK) stored into the database coming from a CF
    form.
    the code, I'm using is added to this email.
    However, when I try to update the database, I get the
    following error
    Error Executing Database Query.
    [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][SQL Native Client][SQL Server]Conversion failed
    when converting datetime from character string.
    The error occurred in
    C:\Inetpub\wwwroot\rayanne\customerinsertsql.cfm: line 5
    3 :
    4 : INSERT INTO booking (book_made, book_checkin_date,
    book_checkout_date, book_adults, book_children)
    5 :
    VALUES('#FORM.book_made#','#FORM.book_checkin_date#','#FORM.book_checkout_date#','#FORM.b ook_adults#','#FORM.book_children#')
    6 :
    7 : SELECT SCOPE_IDENTITY() AS theNewId;

    Try using <cfqueryparam>
    INSERT INTO booking
    (book_made, book_checkin_date, book_checkout_date,
    book_adults, book_children)
    VALUES
    <cfqueryparam cfsqltype="cf_sql_date"
    value="#FORM.book_made#">,
    <cfqueryparam cfsqltype="cf_sql_date"
    value="#FORM.book_checkin_date#">,
    <cfqueryparam cfsqltype="cf_sql_date"
    value="#FORM.book_checkout_date#">,
    <cfqueryparam cfsqltype="cf_sql_varchar"
    value="#FORM.book_adults#">,
    <cfqueryparam cfsqltype="cf_sql_varchar"
    value="#FORM.book_children#">
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "jhutchdublin" <[email protected]> wrote in
    message news:[email protected]...
    > Using ColdFusion and SQL 2005 and I'm trying to get a
    Eurpopean style date (UK)
    > stored into the database coming from a CF form.
    >
    > the code, I'm using is added to this email.
    >
    > However, when I try to update the database, I get the
    following error
    >
    > Error Executing Database Query.
    > [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][SQL Native
    > Client][SQL Server]Conversion failed when converting
    datetime from character
    > string.
    >
    > The error occurred in
    C:\Inetpub\wwwroot\rayanne\customerinsertsql.cfm: line 5
    >
    > 3 :
    > 4 : INSERT INTO booking (book_made, book_checkin_date,
    book_checkout_date,
    > book_adults, book_children)
    > 5 :
    >
    VALUES('#FORM.book_made#','#FORM.book_checkin_date#','#FORM.book_checkout_date#'
    > ,'#FORM.book_adults#','#FORM.book_children#')
    > 6 :
    > 7 : SELECT SCOPE_IDENTITY() AS theNewId;
    >
    >
    >
    >
    > <cfquery name="qcustlastname"
    datasource="rayannesql">
    > SELECT firstname, lastname, address, address2, city,
    "state", country,
    > postalcode, phone, mobile, email, notes
    > FROM dbo.customer
    > ORDER BY lastname ASC
    > </cfquery>
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <title>Untitled Document</title>
    >
    > </head>
    >
    > <body>
    > <p>Insert a booking </p>
    > <form action="customerinsertsql.cfm" method="POST"
    name="form1" id="form1">
    > <input type="hidden" name="book_made"
    value="#DateFormat(now(),
    > 'dd/mm/yyyy')#">
    > <input type="hidden" name="book_checkin_date"
    value="#DateFormat(now(),
    > 'dd/mm/yyyy')#">
    > <input type="hidden" name="book_checkout_date"
    value="#DateFormat(now(),
    > 'dd/mm/yyyy')#">
    >
    > <table width="98%" border="0" cellspacing="0"
    cellpadding="3">
    > <tr>
    > <td> </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td width="17%">First Name </td>
    > <td width="83%"><input name="firstname"
    type="text" id="firstname"
    > /></td>
    > </tr>
    > <tr>
    > <td>Last Name </td>
    > <td><input name="lastname" type="text"
    id="lastname" /></td>
    > </tr>
    > <tr>
    > <td>Address </td>
    > <td><input name="address" type="text"
    id="address" /></td>
    > </tr>
    > <tr>
    > <td>Address 2 </td>
    > <td><input name="address2" type="text"
    id="address2" /></td>
    > </tr>
    > <tr>
    > <td>City </td>
    > <td><input name="city" type="text" id="city"
    /></td>
    > </tr>
    > <tr>
    > <td>State </td>
    > <td><input name="state" type="text" id="state"
    /></td>
    > </tr>
    > <tr>
    > <td>Postal Code </td>
    > <td><input name="postalcode" type="text"
    id="postalcode" /></td>
    > </tr>
    > <tr>
    > <td>Country </td>
    > <td><input name="country" type="text"
    id="country" /></td>
    > </tr>
    > <tr>
    > <td>Phone </td>
    > <td><input name="phone" type="text" id="phone"
    /></td>
    > </tr>
    > <tr>
    > <td>Mobile </td>
    > <td><input name="mobile" type="text"
    id="mobile" /></td>
    > </tr>
    > <tr>
    > <td>Email </td>
    > <td><input name="email" type="text" id="email"
    /></td>
    > </tr>
    > <tr>
    > <td>Notes </td>
    > <td><input name="notes" type="text" id="notes"
    /></td>
    > </tr>
    > <tr>
    > <td>Booking Made On </td>
    > <td><input name="book_made" type="text"
    id="book_made" /></td>
    > </tr>
    > <tr>
    > <td>Arrival Date </td>
    > <td><input name="book_checkin_date" type="text"
    id="book_checkin_date"
    > /></td>
    > </tr>
    > <tr>
    > <td>Departure Date</td>
    > <td><input name="book_checkout_date"
    type="text" id="book_checkout_date"
    > /></td>
    > </tr>
    > <tr>
    > <td>Number of Adults </td>
    > <td><input name="book_adults" type="text"
    id="book_adults" /></td>
    > </tr>
    > <tr>
    > <td>Number of Children</td>
    > <td><input name="book_children" type="text"
    id="book_children" /></td>
    > </tr>
    > <tr>
    > <td><input type="submit" name="Submit"
    value="Insert" /></td>
    > <td> </td>
    > </tr>
    > </table>
    > <p> </p>
    > <p> </p>
    > </form>
    > <p>  </p>
    > </body>
    > </html>
    >

  • Transaction RFC fails to send data and no errors

    I am using a function module in background task to enable TRFC call. I don't get any error and the data does not go to the external Remote system.
    I don't see any data in SM58 or ARFC* tables.
    Any help is appreciated.
    Thanks,
    Vijay

    HI,
    - Verify connection test
    - Verify user locked
    - Verify user authorization
    For begin
    Rgds

  • What is the most effective way to write Statement to catch and reverse errors during query excution?

    Hello my friends:
    I am wondering what is the most effective way to deal with errors, specifically in a
    Stored Procedure.
    I wrote something like this:
    BEGIN TRY
    BEGIN TRANSACTION
    /*My statements goes in here*/
    IF ERROR_NUMBER() = 0 -- Do I need this line?
    COMMIT TRANSACTION;
    END TRY
    BEGIN CATCH
    IF ERROR_NUMBER() > 0 --Do I need this line?
    ROLLBACK TRANSACTION;
    END CATCH;
    It would make sense using the if Statement when attempting to log errors.
    Just too many variations.
    Thanks

    Also read this great article
    http://sqlblog.com/blogs/alexander_kuznetsov/archive/2009/05/13/your-try-block-may-fail-and-your-catch-block-may-be-bypassed.aspx
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Restore - back up data and files

    I have backed up my hard drive to a LaCie Extreme HD. However, I now need to restore to my mac HD as I had to wipe the Mac HD due to hardware problems. It seems that LaCie do not provide restore capability for OSX10.4 I have managed to copy iPhoto pictures to iPhoto but have been unable to copy the many albums. I have thousands of photos with no albums. Is there a file which contains album information I can copy to iphoto?

    The iPhoto Library folder contains the data files that structure your albums and folders within iPhoto, so the best thing to do is to put the folder called iPhoto Library into your Pictures folder in your Home folder, then launch iPhoto while holding down the Option key and point iPhoto to the iPhoto Library folder.

  • HT4623 I had ios7 and I deleted some apps and backed uptime data and then I went to update then it was gone

    Help me plz I would like to update

    There was a glitch. The screen is telling you to  cnnect the iPod to your computer and restore via iTunes. See:
    iTunes: Restoring iOS software
    If problem try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • Write back error, help

    Hi all,
    In my write back report, i got this error:
    error code: OPR4ONWY:U9IM8TAC:OI2DL65P
    状态: HY000。 代码: 10058。 [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27024] The EXECUTE PHYSICAL statement must specify a physical SQL statement to execute. (HY000)
    Issue SQL: EXECUTE PHYSICAL CONNECTION POOL "connection pool" COMMIT
    I checked in database, data have changed in db, but why raise this error?
    Edited by: jacky on 2010-7-27 下午8:42

    Hi Jacky,
    I guess you should put an insert statement in place .If the column that you are updating has null values then it will look for insert statement but if you are updating a column value that already has some value then it will look for update statement.For ex : if you are updating some meaure value from 200 to 300 then it will execute update statemnt but if you are updating null to 300 then BI server will look for insert staement.
    I worked on this a long way back so if you can try puttting insert statement then we can reach at some conclusion.
    Thanks
    Sandeep

  • How Can I go Back to Leopad and sill keep all my data, e-mails etc.

    Hi
    I installed SL on Sept 3,2009. I'm a new Mac user so all I had was TM Backups which I still have. After SL install I have had lots of problems and a couple of days ago My system already failed and would not start. Called Apple, they said I had to re-install my OS. If that was the case I said I wanted to go back to Leopard, I was told use the leopard install disk and use disk utilities to locate the last Leopard TM backup and restore from that point and from there I was told I could recover all my Data, e-mails from Sept 3, 2009 the point of recovery at the time Sept 15/2009.
    When I called back in after recoving to Sept 3/2009 for help in my data etc to Sept 15/2009 I was told I had been given bad advise, and that was not possible. So I have had to re-install SL and get back my data and e-mails etc to today. You can imagine how frustrating all this has been.
    I'm now back on SL with all my Data, emails, etc but still experiencing many problems, and what I'm reading on this site makes me nervous that the worst is yet to come. My Tm seems to have double the amount of stuff and is a mixture of Leopard and SL backups. Is there a way of now going back to Leopard and then retrieving all my Data, form TM or from the other stuff I have saved? I have made copies of Mail, itunes, Documents, Safari, and I have all my pictures on my PC I have not added any since converting from my PC in early July. If I knew where they were I'd make a copy of them as well. I know there are a lot of smart Mac users out there so I'm hoping someone knows of a way of doing this, and can explain it it easy steps of a novice user. If there is someone from Apple out there reading this given the problems with SL I have had, and the bad advice on how to recover, some accurate, detailed instructions on how if possible I can get back to Leopard with all my data, it would sure be nice to hear from you.....
    Dale

    I rolled back a system from OS X 10.6.0 to OS X 10.5.8 via the Archive & Install (non-preserve) and it was successful. Now it didn't have any 3rd party applications installed. It just had the default OS bundled applications, iLife '09 and iWork '09. So that could have assisted in my success, I'm unsure how successful the process would have been if there was a lot of 3rd party framework modification. Although most of that would have been wiped clean in the Archive & Install, thus negating the problem.
    Personally, I'd be more inclined to have you copy the contents of your Home folder (minus the Library) onto an external HD and manually reimport after a clean install of Leopard. The problem with that, however, is you'll lose Safari bookmarks, iCal data and Address Book data. So for something like you'd need to manually dig through the appropriate Library folders.
    Are you near a Genius Bar? It might be worth visiting them and asking them for some assistance. I know when I worked there I was always outwardly accommodating when the issue was caused by inappropriate information that led you in the wrong direction from the start.

Maybe you are looking for