Composer error

what do u mean by composer error ..please tell...in the sense after the form is done and tested ...after u assign to script in NACE settings .. when u execute the transaction and issue output ...u get nothing .whats the reason please let us know

what do u mean by composer error ..please tell...in the sense after the form is done and tested ...after u assign to script in NACE settings .. when u execute the transaction and issue output ...u get nothing .whats the reason please let us know

Similar Messages

  • Composer error: ORA-00904: "L"."CLID$$OWN": invalid identifier

    Does anybody know how to detect & solve this issue?
    I've read about thie Bug No 7372334 and checked the CLG$ tables and all them have the CLID$$OWN column.
    Any clue?
    Details from webtogo:
    MGP History User (Cycle ID: 23021 User: MVERNASCHIA)
         Page Refreshed          Jun 30, 2009 2:36:20 PM
    Summary
         Apply Pub Item Count          5
         Apply Record Count          0
         Has Apply Conflicts          NO
         Has Apply Errors          NO
         Apply Duration (seconds)          0
         Compose Pub Item Count          65
         Compose Record Count          101
         Has Compose Errors          YES
         Compose Duration (seconds)          2.328
    Details
    Applied Record     Counts:
    Insert Count     = 0
    Update Count     = 0
    Delete Count     = 0
    Applied PubItems:
    RASTRO
    IR_LOG_ERROR
    UM
    IR_CONFIG
    IR_SEQUENCIA
    Composed PubItems
    (<PubItem Name>, <Duration     in Milli Seconds>):
    TAB_PRECOS_VIG,16
    BONIF_TIPOS,16
    BIOS_VIEW_DET,15
    PROF,16
    MAQ_EFIC,0
    LOG_TAB_DADOS,31
    OPERAGR_REC,31
    BIOS_TREE_COD,16
    OS_MAQ_TAL,47
    HISTORIA,47
    DD_PLANTA,0
    ATIV_RECOMPILA,0
    TROVEL,15
    ESTIMA,32
    ALIM_MIGRA,15
    TALHAO_UNID,31
    CONF_ATABPRECO,16
    RECURSOS_DISP,0
    OS_PLANTIO_DET,31
    USINAS,16
    PLANTIO_TRANSP,16
    RI_RIEGO_RESUMEN,15
    REPORTE_FILTXT,0
    OPERAGR,16
    H_FROFRE,31
    DD_IDI,16
    CONFIG_PROCESSO,15
    DD_USR_SIA,0
    OPERAGR_TP_OS,47
    OS_CJOP_OP,47
    BIOS_REL_LOG,62
    DATA_ABAST,32
    A_PAGAR_PRG,15
    ALIM_PR_COMED,63
    PROD_ALMOXAGR,15
    OSREQ,16
    EVENTO_DATA,16
    SETOR,15
    LOG_TALHAO,47
    BIOS_TREE_REL,31
    TAL_SEQ_PLANEJ,16
    OPROD_DISP,16
    OPER_COMIS,15
    CUL_CURVA_PROD,16
    DD_VERSAO,16
    PLUVIO_TAL,31
    CUSTO_ESTADO,15
    VIVE_LOTES,63
    TAL_VERSION,0
    CD_PLA_TAL,16
    H_FRENTE_S,15
    OS_APLPROD,31
    CUSINFO,16
    LOTE,31
    CA_ANALISIS_TAL,141
    OS_APLPROD_DET,141
    OS_MAQ_RESUMO,140
    OS_TAL,110
    LAB_PROG_REC,0
    OPERAGR_CULT,31
    PLANTA_CULT,31
    OPERAGR_TAL,16
    COMIS_PRG,15
    REL_AGEND_REAL,16
    OS_ESTADO,16
    Compose Error:
    java.sql.SQLException: ORA-00904: "L"."CLID$$OWN": invalid identifier
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:633)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1161)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3074)
         at oracle.lite.sync.Subscription.execPrepUpdate(Unknown Source)
         at oracle.lite.sync.Subscription.bindPstmGetResult(Unknown Source)
         at oracle.lite.sync.MyCompose.doCompose(Unknown Source)
         at oracle.lite.sync.SharedCompose.doCompose(Unknown Source)
         at oracle.lite.sync.MyCompose.doCompose(Unknown Source)
         at oracle.lite.sync.Consolidator$O8Server.fastPush(Unknown Source)
         at oracle.lite.sync.MGP$MGPG.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:595)

    Hi,
    Thanks Jo23 for the information, but I checked the SDK version and it is correct.
    You said the name of the column is CLID$$CS but the error occurs on the CLID$$OWN column and this column exists on the tables.
    Following is the command that fails as a sample:
    UPDATE MOBILEADMIN."CMP$VW_TAL_HIST" m
    SET DMLTYPE$$ = 'I', SEQNO$$ = 4104675, DTYPE$$ = NULL, RID$$ = NULL
    WHERE CLID$$CS = ?
    AND EXISTS
    (SELECT 'A'
    FROM (SELECT DISTINCT NNAPRD.VW_TAL_HIST."SAFRA",
    VW_TAL_HIST."LOTE",
    VW_TAL_HIST."SETOR",
    VW_TAL_HIST."FAZ",
    VW_TAL_HIST."TAL",
    VW_TAL_HIST."BLOCO",
    VW_TAL_HIST."CB",
    VW_TAL_HIST."DISTANCIA",
    VW_TAL_HIST."AREA_A",
    VW_TAL_HIST."AREA_P",
    VW_TAL_HIST."AREA_MEC",
    VW_TAL_HIST."AREA_MAN",
    VW_TAL_HIST."AREA_INUTIL",
    VW_TAL_HIST."AREA_CARREADOR",
    VW_TAL_HIST."AREA_COL",
    VW_TAL_HIST."KM_ASFALTO",
    VW_TAL_HIST."KM_ESTRADA",
    VW_TAL_HIST."KM_CARREADOR",
    VW_TAL_HIST."PRIMCORTE",
    VW_TAL_HIST."DATA_PLANTIO",
    VW_TAL_HIST."DATA_PRECOL",
    VW_TAL_HIST."TCC_EST",
    VW_TAL_HIST."PCC_EST",
    VW_TAL_HIST."AR_EST",
    VW_TAL_HIST."BRIX_EST",
    VW_TAL_HIST."FIBRA_EST",
    VW_TAL_HIST."COLHIDO",
    VW_TAL_HIST."DATA_ULTCOL",
    VW_TAL_HIST."DATA_ANOA",
    VW_TAL_HIST."SEM_ULTCOL",
    VW_TAL_HIST."TCC_ULTC",
    VW_TAL_HIST."PCC_ULTC",
    VW_TAL_HIST."AR_ULTC",
    VW_TAL_HIST."BRIX_ULTC",
    VW_TAL_HIST."FIBRA_ULTC",
    VW_TAL_HIST."MATURADOR",
    VW_TAL_HIST."CODMAT",
    VW_TAL_HIST."DATAMAT",
    VW_TAL_HIST."VINHACA",
    VW_TAL_HIST."TIPO_COL",
    VW_TAL_HIST."VARIEDADE",
    VW_TAL_HIST."ESTAGIO",
    VW_TAL_HIST."NCORTES",
    VW_TAL_HIST."SOLO",
    VW_TAL_HIST."FERTILIDADE",
    VW_TAL_HIST."TEXTURA",
    VW_TAL_HIST."TOPOGRAFIA",
    VW_TAL_HIST."PROPRIEDADE",
    VW_TAL_HIST."CULTURA",
    VW_TAL_HIST."ENTRA",
    VW_TAL_HIST."FILTRA",
    VW_TAL_HIST."ALTITUDE",
    VW_TAL_HIST."LATITUDE",
    VW_TAL_HIST."LONGITUDE",
    VW_TAL_HIST."SEM_PROGCOL",
    VW_TAL_HIST."PCC_PROGCOL",
    VW_TAL_HIST."YAFUE",
    VW_TAL_HIST."PERIODO",
    VW_TAL_HIST."UMI_EST",
    VW_TAL_HIST."UMI_ULTC",
    VW_TAL_HIST."REFORMA",
    VW_TAL_HIST."REFORMAF",
    VW_TAL_HIST."ESPACO_L",
    VW_TAL_HIST."DECLIVIDADE",
    VW_TAL_HIST."AREA_MUDA",
    VW_TAL_HIST."TON_MUDA",
    VW_TAL_HIST."MUNICIPIO",
    VW_TAL_HIST."MES_PCOL",
    VW_TAL_HIST."FXTCH",
    VW_TAL_HIST."FXDIST",
    VW_TAL_HIST."FXPCC",
    VW_TAL_HIST."FXAGUA",
    VW_TAL_HIST."PBS",
    VW_TAL_HIST."PBU",
    VW_TAL_HIST."LREF",
    VW_TAL_HIST."LSAC",
    VW_TAL_HIST."HQ",
    VW_TAL_HIST."FECHADA",
    VW_TAL_HIST."MAGICO",
    VW_TAL_HIST."DIFACESSO",
    VW_TAL_HIST."LSP",
    VW_TAL_HIST."DENS",
    VW_TAL_HIST."INFILTRA",
    VW_TAL_HIST."LIP",
    VW_TAL_HIST."CAPSULA",
    VW_TAL_HIST."PLANO",
    VW_TAL_HIST."EST_FIS",
    VW_TAL_HIST."FAIXA",
    VW_TAL_HIST."F_ADUBO",
    VW_TAL_HIST."F_PRAGA",
    VW_TAL_HIST."F_ERVA",
    VW_TAL_HIST."F_DOENCA",
    VW_TAL_HIST."ULTOPER",
    VW_TAL_HIST."DATAOPER",
    VW_TAL_HIST."STATUS_FOR",
    VW_TAL_HIST."RI_UDREC",
    VW_TAL_HIST."RI_UDREA",
    VW_TAL_HIST."PREVCOR",
    VW_TAL_HIST."M3AGUA",
    VW_TAL_HIST."ACOL",
    VW_TAL_HIST."GUIA",
    VW_TAL_HIST."SUBBLOQUE",
    VW_TAL_HIST."PH_EST",
    VW_TAL_HIST."PUR_EST",
    VW_TAL_HIST."AREA_CULT",
    VW_TAL_HIST."TCC_INICIO",
    VW_TAL_HIST."DATAREF",
    VW_TAL_HIST."ATR_EST",
    VW_TAL_HIST."ATR_ULTC",
    VW_TAL_HIST."TCC_EST_BRUTO",
    VW_TAL_HIST."TCC_ULTC_BRUTO",
    VW_TAL_HIST."QUEMA_POBLA",
    VW_TAL_HIST."QUEMA_CARRE",
    VW_TAL_HIST."QUEMA_LELEC",
    VW_TAL_HIST."QUEMA_AEROP",
    VW_TAL_HIST."QUEMA_ORGAN",
    VW_TAL_HIST."QUEMA_MONUM",
    VW_TAL_HIST."QUEMA_EDIFI",
    VW_TAL_HIST."AQUEMA_POBLA",
    VW_TAL_HIST."AQUEMA_CARRE",
    VW_TAL_HIST."AQUEMA_LELEC",
    VW_TAL_HIST."AQUEMA_AEROP",
    VW_TAL_HIST."AQUEMA_ORGAN",
    VW_TAL_HIST."AQUEMA_MONUM",
    VW_TAL_HIST."AQUEMA_EDIFI",
    VW_TAL_HIST."QUEMA_DIRVENTO",
    VW_TAL_HIST."DATA_ACOL",
    VW_TAL_HIST."DOSEMAT",
    VW_TAL_HIST."APLICA_MAT",
    VW_TAL_HIST."EDAD_ULTCOL",
    VW_TAL_HIST."TON_MOL",
    VW_TAL_HIST."DESTINO",
    VW_TAL_HIST."ULTIMA_LAB",
    VW_TAL_HIST."ULTIMA_LAB_DATA",
    VW_TAL_HIST."DATA_START",
    VW_TAL_HIST."TON_EST",
    VW_TAL_HIST."TON_EST_INI",
    VW_TAL_HIST."VISITA_ULT",
    VW_TAL_HIST."VISITA_DIAS",
    VW_TAL_HIST."VISITA_RESP",
    VW_TAL_HIST."AREA_MUDAREAL",
    VW_TAL_HIST."AMB_PRODUCAO",
    VW_TAL_HIST."FXPRECIP",
    VW_TAL_HIST."FXINSOL",
    VW_TAL_HIST."FXEVAP",
    VW_TAL_HIST."COLHIDO_TEMP",
    VW_TAL_HIST."AREA_COL_TEMP",
    VW_TAL_HIST."VISITA_TAB",
    VW_TAL_HIST."TESTEMUNHA",
    VW_TAL_HIST."TON_MOL_BRUTO",
    VW_TAL_HIST."CICLO",
    VW_TAL_HIST."MOTIVO",
    VW_TAL_HIST."ANA1",
    VW_TAL_HIST."ANA2",
    VW_TAL_HIST."ANA3",
    VW_TAL_HIST."ANA4",
    VW_TAL_HIST."ANA5",
    VW_TAL_HIST."ANA6",
    VW_TAL_HIST."ANA7",
    VW_TAL_HIST."ANA8",
    VW_TAL_HIST."ANA9",
    VW_TAL_HIST."ANA10",
    VW_TAL_HIST."ANA11",
    VW_TAL_HIST."ANA12",
    VW_TAL_HIST."ANA13",
    VW_TAL_HIST."ANA14",
    VW_TAL_HIST."ANA15",
    VW_TAL_HIST."ANA16",
    VW_TAL_HIST."ANA17",
    VW_TAL_HIST."ANA18",
    VW_TAL_HIST."ANA19",
    VW_TAL_HIST."ANA20",
    VW_TAL_HIST."ANA21",
    VW_TAL_HIST."ANA22",
    VW_TAL_HIST."ANA23",
    VW_TAL_HIST."ANA24",
    VW_TAL_HIST."ANA25",
    VW_TAL_HIST."ANA26",
    VW_TAL_HIST."ANA27",
    VW_TAL_HIST."ANA28",
    VW_TAL_HIST."ANA29",
    VW_TAL_HIST."ANA30",
    VW_TAL_HIST."ANA31",
    VW_TAL_HIST."ANA32",
    VW_TAL_HIST."ANA33",
    VW_TAL_HIST."ANA34",
    VW_TAL_HIST."ANA35",
    VW_TAL_HIST."ANA36",
    VW_TAL_HIST."ANA37",
    VW_TAL_HIST."ANA38",
    VW_TAL_HIST."ANA39",
    VW_TAL_HIST."ANA40",
    VW_TAL_HIST."ANA41",
    VW_TAL_HIST."ANA42",
    VW_TAL_HIST."ANA43",
    VW_TAL_HIST."ANA44",
    VW_TAL_HIST."ANA45",
    VW_TAL_HIST."ANA46",
    VW_TAL_HIST."ANA47",
    VW_TAL_HIST."ANA48",
    VW_TAL_HIST."ANA49",
    VW_TAL_HIST."ANA50",
    VW_TAL_HIST."ANA51",
    VW_TAL_HIST."ANA52",
    VW_TAL_HIST."ANA53",
    VW_TAL_HIST."ANA54",
    VW_TAL_HIST."ANA55",
    VW_TAL_HIST."ANA56",
    VW_TAL_HIST."ANA57",
    VW_TAL_HIST."ANA58",
    VW_TAL_HIST."ANA59",
    VW_TAL_HIST."ANA60",
    VW_TAL_HIST."ANA61",
    VW_TAL_HIST."ANA62",
    VW_TAL_HIST."ANA63",
    VW_TAL_HIST."ANA64",
    VW_TAL_HIST."ANA65",
    VW_TAL_HIST."ANA66",
    VW_TAL_HIST."ANA67",
    VW_TAL_HIST."ANA68",
    VW_TAL_HIST."ANA69",
    VW_TAL_HIST."ANA70",
    VW_TAL_HIST."ANA71",
    VW_TAL_HIST."ANA72",
    VW_TAL_HIST."ANA73",
    VW_TAL_HIST."ANA74",
    VW_TAL_HIST."ANA75",
    VW_TAL_HIST."AREA_EX",
    VW_TAL_HIST."ALTURA",
    VW_TAL_HIST."NOME",
    VW_TAL_HIST."COD_UNICO",
    VW_TAL_HIST."FASE_FENOL",
    VW_TAL_HIST."NR_VALVULAS",
    VW_TAL_HIST."NR_RUAS",
    VW_TAL_HIST."ANA1_EST",
    VW_TAL_HIST."ANA2_EST",
    VW_TAL_HIST."ANA3_EST",
    VW_TAL_HIST."ANA4_EST",
    VW_TAL_HIST."ANA5_EST",
    VW_TAL_HIST."ANA6_EST",
    VW_TAL_HIST."ANA7_EST",
    VW_TAL_HIST."ANA8_EST",
    VW_TAL_HIST."ANA9_EST",
    VW_TAL_HIST."ANA10_EST",
    VW_TAL_HIST."ANA11_EST",
    VW_TAL_HIST."ANA12_EST",
    VW_TAL_HIST."ANA13_EST",
    VW_TAL_HIST."ANA14_EST",
    VW_TAL_HIST."ANA15_EST",
    VW_TAL_HIST."ANA16_EST",
    VW_TAL_HIST."ANA17_EST",
    VW_TAL_HIST."ANA18_EST",
    VW_TAL_HIST."ANA19_EST",
    VW_TAL_HIST."ANA20_EST",
    VW_TAL_HIST."ANA21_EST",
    VW_TAL_HIST."ANA22_EST",
    VW_TAL_HIST."ANA23_EST",
    VW_TAL_HIST."ANA24_EST",
    VW_TAL_HIST."ANA25_EST",
    VW_TAL_HIST."ANA26_EST",
    VW_TAL_HIST."ANA27_EST",
    VW_TAL_HIST."ANA28_EST",
    VW_TAL_HIST."ANA29_EST",
    VW_TAL_HIST."ANA30_EST",
    VW_TAL_HIST."ANA31_EST",
    VW_TAL_HIST."ANA32_EST",
    VW_TAL_HIST."ANA33_EST",
    VW_TAL_HIST."ANA34_EST",
    VW_TAL_HIST."ANA35_EST",
    VW_TAL_HIST."ANA36_EST",
    VW_TAL_HIST."ANA37_EST",
    VW_TAL_HIST."ANA38_EST",
    VW_TAL_HIST."ANA39_EST",
    VW_TAL_HIST."ANA40_EST",
    VW_TAL_HIST."ANA41_EST",
    VW_TAL_HIST."ANA42_EST",
    VW_TAL_HIST."ANA43_EST",
    VW_TAL_HIST."ANA44_EST",
    VW_TAL_HIST."ANA45_EST",
    VW_TAL_HIST."ANA46_EST",
    VW_TAL_HIST."ANA47_EST",
    VW_TAL_HIST."ANA48_EST",
    VW_TAL_HIST."ANA49_EST",
    VW_TAL_HIST."ANA50_EST",
    VW_TAL_HIST."ANA51_EST",
    VW_TAL_HIST."ANA52_EST",
    VW_TAL_HIST."ANA53_EST",
    VW_TAL_HIST."ANA54_EST",
    VW_TAL_HIST."ANA55_EST",
    VW_TAL_HIST."ANA56_EST",
    VW_TAL_HIST."ANA57_EST",
    VW_TAL_HIST."ANA58_EST",
    VW_TAL_HIST."ANA59_EST",
    VW_TAL_HIST."ANA60_EST",
    VW_TAL_HIST."ANA61_EST",
    VW_TAL_HIST."ANA62_EST",
    VW_TAL_HIST."ANA63_EST",
    VW_TAL_HIST."ANA64_EST",
    VW_TAL_HIST."ANA65_EST",
    VW_TAL_HIST."ANA66_EST",
    VW_TAL_HIST."ANA67_EST",
    VW_TAL_HIST."ANA68_EST",
    VW_TAL_HIST."ANA69_EST",
    VW_TAL_HIST."ANA70_EST",
    VW_TAL_HIST."ANA71_EST",
    VW_TAL_HIST."ANA72_EST",
    VW_TAL_HIST."ANA73_EST",
    VW_TAL_HIST."ANA74_EST",
    VW_TAL_HIST."ANA75_EST",
    VW_TAL_HIST."DATA_AGOSTE",
    VW_TAL_HIST."PLUVIO",
    VW_TAL_HIST."EVAPOR",
    VW_TAL_HIST."DATA_URIEGO",
    VW_TAL_HIST."PERC_RIEGO",
    VW_TAL_HIST."RIE_HACER",
    VW_TAL_HIST."RIE_EDAD_MIN",
    VW_TAL_HIST."RIE_EDAD_MAX",
    VW_TAL_HIST."RIE_INI",
    VW_TAL_HIST."RIE_FIN",
    VW_TAL_HIST."RIE_LAS",
    VW_TAL_HIST."RIE_DATA_LAS",
    VW_TAL_HIST."NR_MAXPLRUAS",
    VW_TAL_HIST."MESC_PROGCOL",
    VW_TAL_HIST."EDAD_PROGCOL",
    VW_TAL_HIST."RALEIO",
    VW_TAL_HIST."TPPLANTIO",
    VW_TAL_HIST."EXCEL_LINHA",
    VW_TAL_HIST."EXCEL_COLUNA",
    VW_TAL_HIST."OTM_MESC_PROGCOL",
    VW_TAL_HIST."OTM_EDAD_PROGCOL",
    VW_TAL_HIST."OTM_DATA_PROGCOL",
    VW_TAL_HIST."ULTIMA_LAB_OS",
    VW_TAL_HIST."KG_FRUTO_PLANTA",
    VW_TAL_HIST."AREA_COL_ULTC",
    VW_TAL_HIST."DATA_ENC",
    VW_TAL_HIST."ULTIMA_CJ_LAB",
    VW_TAL_HIST."CLASSIF_PRECOL",
    VW_TAL_HIST."NOTA_PRECOL",
    VW_TAL_HIST."EDMIN",
    VW_TAL_HIST."EDMAX",
    VW_TAL_HIST."FCMIN",
    VW_TAL_HIST."FCMAX",
    VW_TAL_HIST."TCHM_EST",
    VW_TAL_HIST."TON_PROXIMA_COS",
    VW_TAL_HIST."EDAD_PROXIMA_COS",
    VW_TAL_HIST."TON_REFUGO",
    VW_TAL_HIST."PUR_ULTC",
    VW_TAL_HIST."ENC_INFO",
    VW_TAL_HIST."DT_FASE_FENOL",
    VW_TAL_HIST."AREA_PRESERVACAO",
    VW_TAL_HIST."AREA_RESERVA",
    VW_TAL_HIST."POSTO",
    VW_TAL_HIST."PH_ULTC",
    VW_TAL_HIST."DATA_BISADO",
    VW_TAL_HIST."COD_USU_BISA",
    VW_TAL_HIST."ID_CONTROLE",
    VW_TAL_HIST."PCALDO_EST",
    VW_TAL_HIST."PLANTAS",
    VW_TAL_HIST."TIPO_CULT",
    VW_TAL_HIST."ANA76",
    VW_TAL_HIST."ANA77",
    VW_TAL_HIST."ANA78",
    VW_TAL_HIST."ANA79",
    VW_TAL_HIST."ANA80",
    VW_TAL_HIST."ANA81",
    VW_TAL_HIST."ANA82",
    VW_TAL_HIST."ANA83",
    VW_TAL_HIST."ANA84",
    VW_TAL_HIST."ANA85",
    VW_TAL_HIST."ANA86",
    VW_TAL_HIST."ANA87",
    VW_TAL_HIST."ANA88",
    VW_TAL_HIST."ANA89",
    VW_TAL_HIST."ANA90",
    VW_TAL_HIST."ANA91",
    VW_TAL_HIST."ANA92",
    VW_TAL_HIST."ANA93",
    VW_TAL_HIST."ANA94",
    VW_TAL_HIST."ANA95",
    VW_TAL_HIST."ANA96",
    VW_TAL_HIST."ANA97",
    VW_TAL_HIST."ANA98",
    VW_TAL_HIST."ANA99",
    VW_TAL_HIST."ANA100",
    VW_TAL_HIST."ANA76_EST",
    VW_TAL_HIST."ANA77_EST",
    VW_TAL_HIST."ANA78_EST",
    VW_TAL_HIST."ANA79_EST",
    VW_TAL_HIST."ANA80_EST",
    VW_TAL_HIST."ANA81_EST",
    VW_TAL_HIST."ANA82_EST",
    VW_TAL_HIST."ANA83_EST",
    VW_TAL_HIST."ANA84_EST",
    VW_TAL_HIST."ANA85_EST",
    VW_TAL_HIST."ANA86_EST",
    VW_TAL_HIST."ANA87_EST",
    VW_TAL_HIST."ANA88_EST",
    VW_TAL_HIST."ANA89_EST",
    VW_TAL_HIST."ANA90_EST",
    VW_TAL_HIST."ANA91_EST",
    VW_TAL_HIST."ANA92_EST",
    VW_TAL_HIST."ANA93_EST",
    VW_TAL_HIST."ANA94_EST",
    VW_TAL_HIST."ANA95_EST",
    VW_TAL_HIST."ANA96_EST",
    VW_TAL_HIST."ANA97_EST",
    VW_TAL_HIST."ANA98_EST",
    VW_TAL_HIST."ANA99_EST",
    VW_TAL_HIST."ANA100_EST",
    VW_TAL_HIST."COR_GIS",
    VW_TAL_HIST."TON_OUTRAS",
    VW_TAL_HIST."AREA_OUTRAS",
    VW_TAL_HIST."MAPA",
    VW_TAL_HIST."AGOSTE_EST",
    VW_TAL_HIST."BISADO",
    VW_TAL_HIST."VIVEIRO",
    VW_TAL_HIST."SEMANAS_APAR",
    VW_TAL_HIST."PESO_FRUTO",
    VW_TAL_HIST."COD_VIVE",
    VW_TAL_HIST."DENSIDADE",
    VW_TAL_HIST."TEM_CURVA_PROD",
    VW_TAL_HIST."DATA_REAL_INI_COL",
    VW_TAL_HIST."ULT_LIB_COD",
    VW_TAL_HIST."ULT_LIB_AREA",
    VW_TAL_HIST."ULT_LIB_TCH",
    VW_TAL_HIST."NR_COL_S1",
    VW_TAL_HIST."NR_COL_S2",
    VW_TAL_HIST."NR_COL_S3",
    VW_TAL_HIST."NR_COL_S4",
    VW_TAL_HIST."FILEIRA_PLANTA",
    VW_TAL_HIST."ESPACO_PLANTA",
    VW_TAL_HIST."RESPONSAVEL",
    VW_TAL_HIST."CO_CCUSTO",
    VW_TAL_HIST."DS_COMENTARIO",
    VW_TAL_HIST."CD_ALMOXAGR",
    VW_TAL_HIST."NR_COMEDOURO",
    VW_TAL_HIST."TIPOTAL",
    VW_TAL_HIST."LARVAS",
    VW_TAL_HIST."SOLO_SERIE",
    VW_TAL_HIST."SOLO_ORDEM",
    VW_TAL_HIST."TEXTURAS_CLAS",
    VW_TAL_HIST."PORC_RACOES",
    VW_TAL_HIST."RACOES",
    VW_TAL_HIST."ID_GRP",
    VW_TAL_HIST."TURMA",
    VW_TAL_HIST."QT_DIAS_MADURA"
    FROM NNAPRD.VW_TAL_HIST,
    (SELECT DISTINCT USERID, LOGIN, SETOR
    FROM (SELECT C.ID_USR USERID,
    C.DS_LOGIN LOGIN,
    A.SETOR SETOR
    FROM NNAPRD.DD_GRP_SIA_SET A,
    NNAPRD.DD_GRP_USR B,
    NNAPRD.DD_USR C
    WHERE A.GRUPO_USR = B.ID_GRP
    AND B.ID_USR = C.ID_USR
    UNION ALL
    SELECT E.ID_USR USERID,
    E.DS_LOGIN,
    D.SETOR SETOR
    FROM NNAPRD.DD_USR_SIA_SET D, NNAPRD.DD_USR E
    WHERE D.USUARIO = E.ID_USR)) VW_SEG_SET,
    (SELECT DISTINCT USERID, LOGIN, FAZENDA
    FROM (SELECT C.ID_USR USERID,
    C.DS_LOGIN LOGIN,
    A.FAZENDA FAZENDA
    FROM NNAPRD.DD_GRP_SIA_FAZ A,
    NNAPRD.DD_GRP_USR B,
    NNAPRD.DD_USR C
    WHERE A.GRUPO_USR = B.ID_GRP
    AND B.ID_USR = C.ID_USR
    UNION ALL
    SELECT E.ID_USR USERID,
    E.DS_LOGIN,
    D.FAZENDA FAZENDA
    FROM NNAPRD.DD_USR_SIA_FAZ D, NNAPRD.DD_USR E
    WHERE D.USUARIO = E.ID_USR)) VW_SEG_FAZ
    WHERE NNAPRD.VW_TAL_HIST.SETOR = VW_SEG_SET.SETOR
    AND NNAPRD.VW_TAL_HIST.FAZ = VW_SEG_FAZ.FAZENDA
    AND VW_SEG_FAZ.LOGIN = ?) s,
    "NNAPRD"."CLG$HISTORIA" li
    WHERE li.DMLTYPE$$ = 'I'
    AND s."SETOR" = m."SETOR"
    AND s."FAZ" = m."FAZ"
    AND s."LOTE" = m."LOTE"
    AND s."TAL" = m."TAL"
    AND li."DATA_ULTCOL" = s."DATA_ULTCOL"
    AND li."FAZ" = s."FAZ"
    AND li."LOTE" = s."LOTE"
    AND li."SETOR" = s."SETOR"
    AND li."TAL" = s."TAL"
    AND (l.CLID$$OWN IS NULL OR
    l.CLID$$OWN != CONS_EXT.GET_CURR_CLIENT))
    Regards,

  • SSF COMPOSER ERROR

    Hi All,
    While trying to configure the smart forms I am getting SSFCOMPOSER001 Error,
    what does it mean.what I have to do to fix this out.
    Can somebody please help me out.
    Thanks,
    Praveen

    Thanks Nethaji, for your response. I did check the window and table sizes and found that these were fine in terms of no table was overlaping with a window.
    I managed to fix my issue SSF COMPOSER ERROR 001. This is how: Within the main window I had True or False condition set. In there I had more then 6 Text node under True and 3 Text node under False. All of these Texts had conditions associated with it. I had a condition referencing a specific Type on an Increase and an Employee Level throughout these text. I omitted one of the text conditions for my decision criteria and that lead to the print program giving the above error. I then assigned all the required conditions before and after the OR function.
    I hope that this was helpful.
    Regards
    Msizi

  • BPM Composer Error

    Hi. I was working in a model in BPM Composer (deployed on soa_server1 - Oracle BPM SOA server 11g - 11.1.1.4):
    1- I created a Project
    2- I created (my error) an asynchronous process
    3- I deleted the process, because I need a manual process.
    I tried to save the project but in this moment I saw an error (seems the project not found the old deleted process ).
    I tried to close the session, then I tried to create a new process, then I tried to create a new project, but nothing worked. Finally I need to close the browser (Firefox).
    When I reopened the browser and try to return to my work, my project still not work. When I click on the project icon appears:
    "BPM-70813: Project not found in folder 'RetirosAportacionesVoluntarias'. Cause: The specified project was not found. Action: Check that the name of the project is correct. Caused by: [Error] /bpm/drafts/RetirosAportacionesVoluntarias/weblogic/deletedFiles0. Caused by: /bpm/drafts/RetirosAportacionesVoluntarias/weblogic/deletedFiles0. "
    This error log appears in EM:
    Nivel de Mensaje 1
    Identificador de Relación 0
    Componente soa_server1
    Módulo oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator
    Host bpmmodeler
    Dirección IP de Host 0:0:0:0:0:0:0:1
    Usuario weblogic
    Identificador de Thread [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'
    ECID 88685c90d4ac9d24:-275b8fb4:130dc0f67ce:-8000-00000000000057b9
    Mensaje ADF_FACES-60096:Server Exception during PPR, #1
    Detalle Complementario javax.servlet.ServletException: no such component: RetAporVolProcesamientoSolicitudes
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bpm.web.security.filter.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:56)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bpm.composer.filter.MdsInitializationFilter.doFilter(MdsInitializationFilter.java:50)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bpm.composer.filter.UrlHandlerFilter.doFilter(UrlHandlerFilter.java:41)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.caching.filter.AdfFacesCachingFilter.doFilter(AdfFacesCachingFilter.java:135)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.lang.IllegalArgumentException: no such component: RetAporVolProcesamientoSolicitudes
    at oracle.bpm.project.catalog.composite.jaxb.JaxbScaController.getComponentTypeInfo(JaxbScaController.java:1250)
    at oracle.bpm.project.catalog.composite.jaxb.JaxbScaController.deleteComponent(JaxbScaController.java:840)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.bpm.project.catalog.composite.CompositeUpdater$Interceptor.invoke(CompositeUpdater.java:940)
    at $Proxy372.deleteComponent(Unknown Source)
    at oracle.bpm.project.catalog.composite.CompositeUpdater.delete(CompositeUpdater.java:153)
    at oracle.bpm.project.io.fs.writer.ProcessWriter.deleteProcessArtifacts(ProcessWriter.java:154)
    at oracle.bpm.project.io.fs.writer.ProcessWriter.delete(ProcessWriter.java:100)
    at oracle.bpm.project.io.fs.FileProjectWriter.delete(FileProjectWriter.java:175)
    at oracle.bpm.io.fs.MdsProjectWriter.flushChanges(MdsProjectWriter.java:79)
    at oracle.bpm.io.fs.MdsProjectRepository.flushChanges(MdsProjectRepository.java:104)
    at oracle.bpm.metadata.mds.persistence.MdsMdPersistence.saveMdProject(MdsMdPersistence.java:441)
    at oracle.bpm.metadata.impl.MdDomainImpl.updateDraft(MdDomainImpl.java:401)
    at oracle.bpm.pml.service.impl.ComposerMetadataServiceImpl.updateDraft(ComposerMetadataServiceImpl.java:197)
    at oracle.bpm.composer.service.ProjectManager.updateSelectedDraft(ProjectManager.java:384)
    at oracle.bpm.composer.beans.ComposerBean.doSaveDraft(ComposerBean.java:755)
    at oracle.bpm.composer.beans.ComposerBean.saveDraft(ComposerBean.java:490)
    at oracle.bpm.composer.beans.editor.process.DefaultProcessEditorHost.saveProject(DefaultProcessEditorHost.java:180)
    at oracle.bpm.composer.component.renderkit.EventType$4.process(EventType.java:67)
    at oracle.bpm.composer.beans.toolbar.ProjectToolbarBean.syncModel(ProjectToolbarBean.java:350)
    at oracle.bpm.composer.beans.toolbar.ProjectToolbarBean.saveProject(ProjectToolbarBean.java:128)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:766)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:305)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    ... 60 more

    Naresh,
    Will you be able to try your use case with the new bits? Let us know if you still have a problem.
    Heidi.

  • BI Integration Wizard in Visual Composer Error

    Hi Experts,
      I try to run BI run BI Integration Wizard in Visual Composer.
    It is displaying me an error
    Warning 2005:There are no BI systems defined in portal.In order to use the BI Integration Wizard,You must first define atlease one BI system based on BI Java Connector BI XMLA, BI ODBO, BI JDBC, or BI SAP Query Connector.
    Before i contact my Basis/Portal team i would like to know what does it mean
    Could you please update me what does creating a BI system in portal based on BI Java Connector BI XMLA, BI ODBO, BI JDBC, or BI SAP Query Connector.
    Thanks

    Hi,
    Yes ,Even you have the BI system in portal  the Connector for
    that sytem is RFC not Other connectors
    you can check for the type of connector in the portal click on the system open its properties there you find the Connector type
    go for connection properties option.
    see for more details.
    [https://www.sdn.sap.com/irj/sdn/wiki]
    Regards,
    Goivndu

  • Solution for Visual composer error: 32k span and 64k byte limit

    Dear friends,
    I am getting the error in visual composer 32k span and 64k byte limit since last half year,
    some time error will get resolved by adding layer in to model OR adding some table and form to model OR reduce the animation effect OR even by doing tab strip view for layer model, doing nested ivew.
    but this solution not usefull for every time.
    what should we do for this error(32k span and 64k byte limit),
    is it solved by updating EP version or by EP java stack or any other updates which will solve the This VC error.
    64k error i am getting is:
    +Error in compiling Flex application: Error: A function in the code exceeds the 64K byte limit (actual size = '65570'). Since the problem occurs in the compiler-generated deferred instantiation code, please refactor/componentize portions of this document.
          (/usr/sap/IBD/DVEBMGS10/j2ee/cluster/server0/GUIMachine_Business_Packages/Managment_cockpit11_31066/FLEX_COMPILATION_FOLEDR/AADCDM.mxml:19)
    Failed to compile AADCDM.mxml+
    hope to get answer form you,
    Thanks and Regards,
    Dushyant.

    Hi,
    I think it's better to post this question into the Visual Composer forum. Anyway, the 32k/64k bug is solved with the flex2 server which is already released.
    Also have a look into the [Wiki page|https://wiki.sdn.sap.com/wiki/display/VC/64Kbytelimit].
    Hope that helps!
    Best Regards,
    Marcel

  • BI Composer - Error of Invalid BIPS Connection error

    Hello Experts -
    When we select the subject area to create analysis in BI composer then we get "Invalid BIPS Connection" error.
    This mught not be related to BI COmposer.
    Could you help us here in debugging this issue.
    Thank you!

    Hi
    I too facing same error in obiee11.1.1.6.2Bp1 version
    Earlier Its working fine inOBIEE11.1.6.0 version and just now upgraded into obiee1111621 then the bi composer throwing bi composer invalid connection
    I just Confirming below I did
    1.Instanconfig file bi composer tag enable as true
    2. Extending oracle.bicomposer.template.11.1.1 etc by using weblogic configuration wizard and odbc configured
    3. Fmw em update ( host,port,user,password etc on System MBean configuration
    4.) also tried to install that bicomposer script file via command prompt still it's not working
    Note:bi comppser obiee11.1.1.6.0 version was working fine for me
    My current setup having ssl and I am on windows ..already checked oracle not and some blog but no luck ..
    Edited by: Devarasu on Aug 31, 2012 1:30 AM

  • Why create BI SAP Query System in EP successful,but visual composer error?

    hi,guy,
    i create BI SAP Query System in EP test successful.
    Test Connection with Connector
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
    Results
    Retrieval of default alias successful
    Connection successful .
    now,i use VC find data relational system  error
    error info:
    Eroor-21003 cannot retrieve catalogs and schemas.
    Failed to connect to backend system. Check your system definition and user privileges.
    pls help me.thanks.

    The connection was previously working and then it stopped after I imported a large amount of data to the SQL db. So the permissions should be fine.
    Any other ideas?

  • Mail composing Error

    Hi all,
           I am new to workflow.
    I am composed the mail content with  struc SOLISTI1.
               T_OBJCONT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
    write the message line by line and append in to T_OBJCONT.and describe the space for the t_object like this.
          DESCRIBE TABLE T_OBJCONT LINES TAB_LINES.
          READ TABLE T_OBJCONT INDEX TAB_LINES.
          Z_DOCUMENT_DATA-DOC_SIZE =
          ( TAB_LINES - 1 ) * 255 + STRLEN( T_OBJCONT ).
    after that  i am sent it to mail using FM SO_NEW_DOCUMENT_ATT_SEND_API1.
    The contant is coming correctly in Development server but in Qulity server it not coming correct.
    <b>Output in DEV:</b>
    Customer Name                   : Andreae-Noris Zahn AG Hauptverwaltung
    Customer City                      : Frankfurt Main
    Credit Exposure                    : 1333.42
    <b>Output in Qulity:</b>
    Customer Name                   : Gehe Pharma Handel GmbH Hauptverwaltung
    Custo
    mer City                   : Stuttgart              <------- Here the problem
    Credit Exposure                 : 531225.05
    The Customer city its not coming correct its spleting in to two line i dont know why.length wies i am checked all things,there is no free space so it should print correctly but it not printing i dont know why.
    Pls help me out its very urgent one. or give me some material for composing mail.
    Very urgent,Points will be rewards for useful.
    Thanks in Adv,
    Raja.

    Hi,
    I tried this code a few days back. If u are not attaching any document then you can use SO_NEW_DOCUMENT_SEND_API1 for sending mails. Below is the code
    REPORT ZMAIL.
    data : document_data like SODOCCHGI1.
    data : receivers like SOMLRECI1 OCCURS 0 WITH HEADER LINE,
    object_content like SOLISTI1 OCCURS 0 WITH HEADER LINE.
    subject line
    document_data-obj_descr = 'My subject Line'.
    Mail Content
    object_content-line = 'My Content 1'.
    APPEND object_content.
    object_content-line = 'My Content 2'.
    APPEND object_content.
    Receiver type and ids
    receivers-receiver = '[email protected]'.
    receivers-REC_TYPE = 'U'. "Email message
    APPEND receivers.
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
    EXPORTING
    document_data = document_data
    DOCUMENT_TYPE = 'RAW'
    PUT_IN_OUTBOX = 'X'
    COMMIT_WORK = 'X'
    IMPORTING
    SENT_TO_ALL = SENT_TO_ALL
    NEW_OBJECT_ID = NEW_OBJECT_ID
    TABLES
    OBJECT_HEADER = OBJECT_HEADER
    OBJECT_CONTENT = OBJECT_CONTENT
    CONTENTS_HEX = CONTENTS_HEX
    OBJECT_PARA = OBJECT_PARA
    OBJECT_PARB = OBJECT_PARB
    receivers = receivers
    EXCEPTIONS
    TOO_MANY_RECEIVERS = 1
    DOCUMENT_NOT_SENT = 2
    DOCUMENT_TYPE_NOT_EXIST = 3
    OPERATION_NO_AUTHORIZATION = 4
    PARAMETER_ERROR = 5
    X_ERROR = 6
    ENQUEUE_ERROR = 7
    OTHERS = 8
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks,
    Prasath N

  • Visual Composer error

    Hi guys,
    I'm very new to VC and when I try to deploy my VisualComposer app I get this meesage:
    Error in compiling Flex application (1). Consult log file for details.
    Can anyone help? I dont know where the log file is to check it!
    Thanks
    Tony

    Hi
    To get a better idea of where the problem occurs you should turn on the verbose logging for VC. To do this:
    1)Open the visual admin for J2EE
    2)Navigate to Services>>VisualComposer Development Server
    3)Change the vc.verboseErrorMessages to true.
    You will have to restart the J2EE engine to get this to work.
    Please reproduce the problem and check the error.
    I have a feeling it will be the 32k error.
    Jarrod Williams

  • Deployment Error : "No valid iviews"

    Hi,
    I am new to Visual Composer. I have created a sample model using the example given in help.sap.com, During deplyment i got the error "No Valid iviews".
    Can anybody help me resolvng this error.
    Thanks
    Vinit

    Hi Vinit,
    have you consult the log file?
    You should also enable the flex error messages:
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/EnablingFlexerrormessagesinVisualComposer">https://wiki.sdn.sap.com/wiki/display/VC/EnablingFlexerrormessagesinVisualComposer</a>
    You can also have a look at http://<yourportalhost>:<yourport>/nwa/
    That is the path to the NetWeaver Administrator. Click on Tab "Monitoring" and then navigate to "Track and Trace". There you can take a look at the log files. I suggest you set a filter corresponding to you user-id. This makes debugging of visual composer errors quite easy, as some errors that are not channeled back to the visual composer are logged there.
    Best Regards,
    Marcel

  • MGP compose postponed because of unprocessed data in the in_queue

    Could anybody shed some light on what does this mean?
    "MGP compose postponed for B010MRM because of unprocessed data in the in_queue"
    Thanks in advance,
    dliu
    We saw this one in the "Moblile Manager" Data Synchronization > MGP Apply/Compose Cycles > MGP History Cycle >
    "Compose Error:
    java.lang.Exception: MGP compose postponed for B010MRM because of unprocessed data in the in_queue
         at oracle.lite.sync.Consolidator$O8Server.fastPush(Unknown Source)
         at oracle.lite.sync.MGP$MGPG.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:534)"

    Basically there was data sitting in the in queue for the particular user when thier turn came around for the compose cycle of the MGP.
    If this is the case, there could be a conflict between the incoming data and the data that could be selected from the main server database for download. To prevent this the compose will not run for the user.
    During the next MGP cycle the in queue data will be posted first (assuming no errors) and then the compose will run as normal for the user. This is a relatively normal situation where there is a lot of incoming traffic and continual compose processes.

  • "No valid iViews"-error during deployment

    Hello,
    Best regards,
    André
    Edited by: Andre Siegling on Nov 16, 2009 2:26 PM
    Edited by: Andre Siegling on Nov 16, 2009 2:27 PM
    Edited by: Andre Siegling on Nov 16, 2009 2:28 PM

    Hi Vinit,
    have you consult the log file?
    You should also enable the flex error messages:
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/EnablingFlexerrormessagesinVisualComposer">https://wiki.sdn.sap.com/wiki/display/VC/EnablingFlexerrormessagesinVisualComposer</a>
    You can also have a look at http://<yourportalhost>:<yourport>/nwa/
    That is the path to the NetWeaver Administrator. Click on Tab "Monitoring" and then navigate to "Track and Trace". There you can take a look at the log files. I suggest you set a filter corresponding to you user-id. This makes debugging of visual composer errors quite easy, as some errors that are not channeled back to the visual composer are logged there.
    Best Regards,
    Marcel

  • Some issues of BPM 11g R1

    Hi,
    I'm testing Oracle BPM Suite 11g R1. Below are some issues to be considered :
    1. Organization Unit issue - In BPM Workspace, after creating an Organization Unit, we've assigned members and a manager. As all the organizational members (and only them) should be able to see the process, in our case the manager and some of the Organization users still not be able to see the process?
    So, how can we associate a process to the organizational unit that we have created before?
    Otherwise, is there any difference between Organization Unit that is created in JDeveloper and deployed with the process and the one created in the BPM Workspace after the deployment of the process? What is the best way to create an Organization unit?
    2. Process Owner issue - Process Owners are responsible for the overall supervision of the running business process. In our case, the participant with the process owner role doesn't see it's process. Is there any others parameters to add in BPM Workspace when defining the process owner?
    3. BPM Composer errors:
    - After converting a BPM project P1 to a template and published it to the BPM MDS, I created a new project, P2, based on the template in BPM Composer. I'm able to edit the process within the project P2 based on the edit policies defined by the template in BPM Composer. However, no change (update) on the P2 is not taken into account when republishing to MDS. Moreover, the deployment of P2 from BPM Composer to BPM runtime doesn't work?
    - The deployment attempts of processes from BPM Composer to the running environment failed every time, and we get the following error message:
    “Deployment Failed: Error occurred during deployment of component: RequestHello to service engine: implementation.workflow, for composite: HelloBPM: ORABPEL-30124”
    The server log is :
    Caused By: ORABPEL-30124
    Error while deploying task metadata.
    the template namespace http://xmlns.oracle.com/HelloWorld/HelloBPM/RequestHello is already in use as a task namespace.
    Check if a template project with namespace http://xmlns.oracle.com/HelloWorld/HelloBPM/RequestHello was deployed earlier. Please avoid deploying template projects. Please use a different namespace for the current task definition to fix the problem.The task flow associated with the template project will not work with this project anymore if the namespace is changed.
    Atoracle.bpel.services.workflow.metadata.impl.TaskMetadataServiceUtil.validateMetadata(TaskMetadataServiceUtil.java:454)
    at oracle.bpel.services.workflow.fabric.WorkflowServiceEngine.deploy(WorkflowServiceEngine.java:806)
    at oracle.bpel.services.workflow.fabric.WorkflowServiceEngine.deploy(WorkflowServiceEngine.java:332)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:237)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:94)
    4. EXTERNAL LDAP - For testing purpose, I have installed an external LDAP (OpenLdap Server witch is installed in a different machine from the one where BPM server is running). BPM would then use this LDAP for its authorization and management.
    However, when I try to reassign to users defined in my external LDAP it doesn't work. Also, the ad hoc route doesn't add the new assigned at all?
    So, is there any detailed documentation about the integration of an external LDAP (Other than OID) with OBPM Directory?
    5. Process Deployment exception - The following deployment error often occurs, within BPM Workspace, when we try to start an instance of the oldest version of the deployed processes. In our case we have 3 differents process versions.
    +“Cannot create instance in process 'default/HelloBPM!1.1*soa_c21b4e28-c34e-4e8f-88f5-58c45f35b45c/HelloProcess'".+
    The server log is:
    Process not found.
    the BPMN process "HelloProcess" with revision "1.1" is not loaded.
    The process was not initialized properly, or the process was disabled.
    Set the logging level to debug mode, check the log for the underlying exception trace related to this process loading problem.at com.collaxa.cube.engine.deployment.DeploymentManager.getProcess(DeploymentManager.java:135)
    at com.collaxa.cube.engine.deployment.DeploymentHelper.lookupProcess(DeploymentHelper.java:146)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.getInboundOperationType(DeliveryHandler.java:748)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.post(DeliveryHandler.java:85)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.post(CubeDeliveryBean.java:683)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingRefle...
    Regards,
    Hanine

    Hi,
    Responses to your questions
    (1) You need to associate Organization Unit with your BPM Project. To do this, go to BPM Studio/Organizational Chart/ From Repository option. Connect to your Application Server and select the Organization Unit. This will associate OU to the BPM Project. Please note that when an OU is defined, the member will be able to see only the process tasks - only if he is associated to the OU and the swimlane role.
    (2) Process owner does not automatically become the owner of the tasks associated with the process. This is a limitation and will be addressed in a future release.
    (3) Deployment error due to duplicate task forms is a known issue. Currently the product generates unique namespaces for User Interfaces for the different Project variants dervied from the same "Project Template". However, it does not check to see if a Project with User Interfaces with conflicting namespaces is already deployed. To get around your issue, first undeploy the Sales Quote Project ---- then you do deploy the Project variants.
    (4) Oracle BPM Suite uses Oracle Platform Security Services (OPSS) for LDAP integration. We have forwarded your request to the OPSS group and awaiting a response.
    (5) Undeploy and then do a fresh deploy. This bug will be fixed soon.
    - regards,
    Meera

  • Java.sql.SQLException: No more data to read from socket

    Hello,
    we're now facing some strange problem which is probably caused by some malfunctioned connections being present in connection pool. The MGP process is failing for some clients with following error message. During the MGP process, some users are processed without any problems and some encounter this exception. I tried to restart the DB and both OL servers (we have 2 OL servers, on one of them is running MGP), but it didn't help.
    Some time before I restarted the servers, we were also occasionally facing "Server connections exceeded" error message, but I don't think this is relevant...
    We're using 10gR2 OL servers and 10gR2 RDBMS.
    Any ideas what could be wrong?
    <pre>
    Applied Record     Counts:
    Insert Count     = 0
    Update Count     = 0
    Delete Count     = 0
    Composed PubItems
    (<PubItem Name>, <Duration     in Milli Seconds>):
    JPOCZ_C$ALL_CLIENTS,16
    JPOCZ_PA_STATESTOCKSUM,1484
    JPOCZ_PA_MEMOS,31
    JPOCZ_TASKMOTYPES,47
    JPOCZ_PA_VISITDETAILS,16
    JPOCZ_PA_STATESTOCK,859
    JPOCZ_DISTRIBS,47
    JPOCZ_ITEMPRICING,438
    Compose Error:
    java.sql.SQLException: No more data to read from socket
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:231)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:985)
         at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(MAREngine.java:746)
         at oracle.jdbc.ttc7.MAREngine.unmarshalSB1(MAREngine.java:705)
         at oracle.jdbc.ttc7.Ocommoncall.receive(Ocommoncall.java:108)
         at oracle.jdbc.ttc7.TTC7Protocol.rollback(TTC7Protocol.java:427)
         at oracle.jdbc.driver.OracleConnection.rollback(OracleConnection.java:1410)
         at oracle.lite.sync.JupConnection.rollback(Unknown Source)
         at oracle.lite.sync.MGP$MGPG.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    </pre>

    I'm not using localhost, but the host name. We just today notified some other network problems on this server and discovered there're 2 network cards - one of them which wasn't connected was configured for DHCP and the other one was configured properly with fixed IP address. We disabled the disconnected network card and it looks like the problems with other applications is solved so we'll se if the Mobile Server is also cured...

Maybe you are looking for

  • Array of Object Refs

    I am doing exercises in a book (a couple books) to learn Java. I am a procedural pgmr and want to learn Java. Question 3 in Chapter 4 says: Create an array of object references of the class you created in Exercise 2, but don't actually create objects

  • Watching television broadcasts online - looking for alternatives to itunes

    Hello, How can I watch discovery channel, pbs, national geographic episodes online ? Is it only through purchasing past episodes through Itunes or is there another way ? Is there a service/software that will allow me to watch it as it's being broadca

  • Acquiring an Acer - Laptop with AMD Athlon X2 Dual-Core Processor - Blue

    Hey guys, I live down in Rowlett, Texas (near Dallas), and am trying to find one of these laptops.  Unfortunately, none of the nearby stores have available units.  I heard that I could request one to be sent to a store, but I wanted to see if anyone

  • POs without payment terms

    Hello SAP gurus, we've implemented SAP SRM on an Extended Classic Scenario with SAP R/3 as the backend system. Recently we are facing a problem with the payment terms if the following steps are executed: Creation of a S.C.-> Creation of a Bid Invitat

  • How can you access the printer settings in CS5 when using Epson 4900?

    How can you access the printer settings when using Epson 4900 with CS5 12.1 x 64