Schedule OWB mapping using OEM

Hi,
I am trying to call OWB mappings from the OEM (using the GUI).
I have mappings which have input parameters. So calling the mapping as a PL/SQL block is not going to work.
using the .MAIN method as these parameters will change for every run.
I am seeing if there is another way to add these mappings as programs and then add them to a chain. Having the mapping input parameters as program attributes.
Please share if you know of a way to get this done.
Thanks,
AM

Hi,
There is no need to detect..if there are any pictures stored in the column which is possible in LONG u cannot even detect the length. You will just ahve to write a procedure which will move the data to col1 ig the data in the LONG column is less than 4000 and it will automatically move it to col2 when the data length in the LONG column is greater than 4000.
first declate 2 variables with varchar2(4000) and a temp cursor for long column. Open a cursor and and equate the variables with a substring function w.r.t the v_temp.
ex:
v_notes1 :=substr(v_temp,1,4000)
v_notes2 :=substr(v_temp,4001,4000)
insert the other records as it is. This will work.
Regards
Bharath

Similar Messages

  • Schedule Discoverer report using OEM

    Hi All
    Can I schedule a Discoverer report using OEM ?
    Thanks

    Thanks Jignesh,
    Will try the same and if any error will update the same.... and only one doubt.. I have updated all my accounts in Dimension and EVGTS is work like a EvDRE only or something diff...
    If possible please explain.
    Thanks and regards,
    MD.

  • Schedule Disoverer reports Using OEM

    Hi All
    Has anyone scheduled Oracle Discoverer reports using OEM ?
    Thanks
    Diwakar

    Are you using OEM 9i or 10g GC?
    Statistics gathering is done in a different way depending on which platform you are on. However, when you submit a job to do anything including stats gathering, the job is scheduled by OEM and sent to the agent. So, you can close your "client" because it's not doing anything. The job has been submitted and will run as scheduled.

  • List of operators in OWB mapping using OMB Plus

    Hi,
    I got a situation where I need to find out the list of operators names and its type that I used in a mapping. I tried to search but could not find it. Can any body help me regarding this.
    Thanks in advance
    Yeswanth

    Try this and similarly you can get all operator.
    OMBRETRIEVE MAPPING 'MAP_NAME' GET TABLE OPERATORS
    OMBRETRIEVE MAPPING 'MAP_NAME' GET VIEW OPERATORS
    OMBRETRIEVE MAPPING 'MAP_NAME' GET TRANSFORMATION OPERATORS
    OMBRETRIEVE MAPPING 'MAP_NAME' GET TABLE_FUNCTION OPERATORS
    Cheers
    Nawneet
    Edited by: Nawneet_Aswal on Aug 30, 2010 8:43 AM

  • Executing an OWB mapping from sqlplus

    Hi
    I am trying to run an OWB mapping using the OWB provided script sqlplus_exec_template.sql. Here is the syntax I use:
    @Script\sql\sqlplus_exec_template.sql OWB_RUN_OWNER CODE_LOC PLSQL MAPPING_TI "," ","
    I am able to successfully execute my task when I use the above script. However, when the account pertaining to 'CODE_LOC' is locked, the script fails and gives me an error message that the account is locked.
    Our security standards expect the CODE_LOC account to be locked. Is there a way around it ? When the mapping is executed, does the Runtime repository owner lookup the task from the Code location or attempts to connect to the account ?
    Can someone advise me on whether I can successfully execute a mapping that is deployed to a locked account ?
    Thanks

    Hi
    The only way I can think of is when the account X is locked, to have granted execute on the packages for the map to schema Y which is unlocked and execute the package MAIN procedure/function from schema Y.
    Cheers
    David

  • Scheduling a mapping....

    hi ,
    Pls can someone point me to a document which specifies scheduling a mapping using a different external tool like autosys or control-m or tibco
    Thanks
    s

    Check out this on the blog;
    http://blogs.oracle.com/warehousebuilder/2008/11/using_3rd_party_schedulers_with_owb_1.html
    Cheers
    David

  • Can not run OWB Mapping automatically by OEM? .  Very urgent. Pls help me

    Hi all,
    Pls help me.
    I am using OWB 10g under Oracle 10g. I want to run OWB Mapping automatically by OEM.
    I installed Oracle Database 10g fully but don't have OEM in this. After that, I installed Oracle Client 10g. In this product, there is OEM 10g. I read some topic as "want to run owb mappings thru job schedule" and also read http://otn.oracle.com/products/warehouse/htdocs/oem_scheduling_viewlet_swf.html
    But my OEM not as same as in this . It don't have job menu and OEM Console Login window and don't have also where I can put username/pwd to login into OMS???
    I don't know this problem.
    Pls help me.

    Hi,
    Here are two possible solutions:
    1) If you have OEM 9i anywhere in your environment you can use this for scheduling the OWB jobs.
    2) If your environment is 10g only you need to install 10g Grid Controll. This product has replaced the OMS / Java console of earlier releases, and contains the same functionality for scheduling jobs.
    Note that if you are using the sql_exec_template to execute your mappings you can schedule and run these from any machine on the network, not just the target server.
    Hope this helps,
    Roald

  • Can not run OWB Mapping automatically by OEM?

    Hi all,
    Pls help me.
    I am using OWB 10g under Oracle 10g. I want to run OWB Mapping automatically by OEM.
    I installed Oracle Database 10g fully but don't have OEM in this. After that, I installed Oracle Client 10g. In this product, there is OEM 10g. I read some topic as "want to run owb mappings thru job schedule" and also read http://otn.oracle.com/products/warehouse/htdocs/oem_scheduling_viewlet_swf.html
    But my OEM not as same as in this . It don't have job menu and OEM Console Login window and don't have also where I can put username/pwd to login into OMS???
    I don't know this problem.
    Pls help me.

    Hi,
    Here are two possible solutions:
    1) If you have OEM 9i anywhere in your environment you can use this for scheduling the OWB jobs.
    2) If your environment is 10g only you need to install 10g Grid Controll. This product has replaced the OMS / Java console of earlier releases, and contains the same functionality for scheduling jobs.
    Note that if you are using the sql_exec_template to execute your mappings you can schedule and run these from any machine on the network, not just the target server.
    Hope this helps,
    Roald

  • How to run an OWB 11gR2 process flow using OEMS Jobs?

    How to run an OWB 11gR2 process flow using OEMS 11g Jobs?
    In other words iam trying to create an Oracle Enterprise manager job for scheduling and running an OWB Process flow.
    Can any one of you please route me to a documentation for the same,or enlist the steps involved?

    Hi,
    look at OWB API Reference (it is of 11gR1 OWB release but you can apply this procedure to OWB11gR2 as well)
    http://download.oracle.com/docs/cd/B28359_01/owb.111/b31279/api_4sqlforjobs.htm#BABEBGHA
    Regards,
    oleg

  • How to Schedule OWB Process Flows through OEM

    Hi,
    I have successfully created mappings and process flows for my project.
    But now I want to schedule the process flows through OEM.
    Following are my DB configurations..
    OWB Version : 10g R1 (Oracle SID LVDSGDEV ) on windows
    Runtime Owner: ATS_RUN_OWNER (Oracle SID LVDSGDEV )
    Runtime User : ATS_RUN_USER (Oracle SID LVDSGDEV )
    Work Flow Schema: OWF_MGR (Oracle SID LVDSGDEV)
    Source & Target DB : 10g (Oracle SID LVRUNDEV) on windows
    Process which I want to Schedule is....
    Process Flow Location: ATS_LOC
    Process Flow Name: PKG_DM
    Process Name: BASE_LOAD
    Can someone please suggest me, the procedure to schedule this process flow.....

    You may choose just to schedule the mapping directly through OEM. Create an OEM SQLPlus job that calls the script:
    @c:\owb_home\owb\rtp\sqlplus_exec_template.sql;
    Check the beginning of the sqlplus_exec_template.sql. It will show examples of the parameters it accepts and it has some documentation. It works nicely.

  • Transformations not occuring properly using PIVOT operator in OWB mapping.

    Hi ,
    In our project we have a OWB Map UII_D_MAP_SPC_CUST_FAULT_NATTR which is used to populate UII_CUSTOMER_FAULT table in our target side.
    The source table which populate UII_CUSTOMER_FAULT is SR_S_TABLE_N_ATTRIBUTEVALUE (a materialized view in another External Db)
    This Mview has 2 columns: S_N_STRINGVALUE & N_NAME.
    When N_NAME is 'FAULT_REPORT_CODE' the corresponding S_N_STRINGVALUE value should populate the REPORT_CODE field in UII_CUSTOMER_FAULTin the target sde.
    This source to target transformations is being done by using UNPIVOT operator in this mapping UII_MAP_SPC_CUST_FAULT_NATTR.
    In ideal case when S_N_STRINGVALUE is NOT NULL, REPORT_CODE value should be populated with the value of source field value (ie the value of S_N_STRINGVALUE) and when S_N_STRINGVALUE is NULL , REPORT_CODE should be populated with 'XX'.
    But in some cases REPORT_CODE value in UII_CUSTOMER_FAULT table is populated as NULL when S_N_STRINGVALUE is NOT NULL
    which should not happen.
    We suspect that there is some prpblem in the UNPIVOT operator, but we are not able to track down the exact location where it is failing. Can you please help in resolving this problem?
    Shall we remove Unpivot operator and use CASE statement in some package that will be called through Expression operator?
    Please advise.
    Regards
    Arinjit Dhar

    Arinjit,
    Have got any solution forthis. Today I ran into exactly the same problem. If you have got the solution, can you please post it in the forum.
    Ott Karesz,
    I have posted my SQL which got generated. The problem is when I am running the SQL just for the particular data set, it is giving the output properly. But what confuses me more is, when I run the mapping just for few records, it is populating the values correctly, but when running the mapping for all the records, then it populates null values for those records.
    Generated SQL:
    INSERT
    INTO
    "TB_PIPE_1"
    ("ASSETNUM",
    "SITEID",
    "TYPE",
    "STATUS",
    "YEARLAID",
    "MATERIALCODE",
    "PRESSURECODE",
    "DIAMETER",
    "METHODLAID",
    "JOINTTYPE",
    "SDRCOL",
    "LENGTHLAID",
    "LENGTHDIGITISED",
    "MEASUREUNITID")
    SELECT
    "UNPIVOT"."ASSETNUM" "ASSETNUM$1",
    "UNPIVOT"."SITEID" "SITEID$1",
    "UNPIVOT"."CLASSIFICATIONID" "CLASSIFICATIONID$1",
    "UNPIVOT"."STATUS" "STATUS$1",
    "UNPIVOT"."YEAR_LAID" "YEAR_LAID$1",
    "UNPIVOT"."MATERIAL" "MATERIAL$1",
    "UNPIVOT"."PRESSURE" "PRESSURE$1",
    "UNPIVOT"."DIAMETER" "DIAMETER$1",
    "UNPIVOT"."METHODLAID" "METHODLAID$1",
    "UNPIVOT"."JOINTTYPE" "JOINTTYPE$1",
    "UNPIVOT"."SDR" "SDR$1",
    "UNPIVOT"."LENGTHLAID" "LENGTHLAID$1",
    "UNPIVOT"."LENGTHDIGITESED" "LENGTHDIGITESED$1",
    "UNPIVOT"."MESUREUNIT" "MESUREUNIT$1"
    FROM (SELECT
    "ASSETNUM" "ASSETNUM",
    "SITEID" "SITEID",
    "STATUS" "STATUS",
    "YEAR_LAID" "YEAR_LAID",
    "CLASSIFICATIONID" "CLASSIFICATIONID",
    MIN(CASE WHEN "ASSETATTRID" = 'MATERIAL' THEN "ALNVALUE" ELSE NULL END) "MATERIAL",
    MIN(CASE WHEN "ASSETATTRID" = 'PRESSUREREGIME' THEN "ALNVALUE" ELSE NULL END) "PRESSURE",
    MIN(CASE WHEN "ASSETATTRID" = 'DIAMETER' THEN "NUMVALUE" ELSE NULL END) "DIAMETER",
    MIN(CASE WHEN "ASSETATTRID" = 'METHODLAID' THEN "ALNVALUE" ELSE NULL END) "METHODLAID",
    MIN(CASE WHEN "ASSETATTRID" = 'JOINTTYPE' THEN "ALNVALUE" ELSE NULL END) "JOINTTYPE",
    MIN(CASE WHEN "ASSETATTRID" = 'SDR' THEN "ALNVALUE" ELSE NULL END) "SDR",
    MIN(CASE WHEN "ASSETATTRID" = 'LENGTHLAID' THEN "NUMVALUE" ELSE NULL END) "LENGTHLAID",
    MIN(CASE WHEN "ASSETATTRID" = 'LENGTHDIGITISED' THEN "NUMVALUE" ELSE NULL END) "LENGTHDIGITESED",
    MIN(CASE WHEN "ASSETATTRID" = 'DIAMETER' THEN "MEASUREUNITID" ELSE NULL END) "MESUREUNIT"
    FROM (SELECT
    "MV_PIPE"."ASSETNUM" "ASSETNUM",
    "MV_PIPE"."SITEID" "SITEID",
    "MV_PIPE"."STATUS" "STATUS",
    "MV_PIPE"."YEAR_LAID" "YEAR_LAID",
    "MV_PIPE_SPEC"."ASSETATTRID" "ASSETATTRID",
    "MV_PIPE_SPEC"."NUMVALUE" "NUMVALUE",
    "MV_PIPE_SPEC"."ALNVALUE" "ALNVALUE",
    "MV_PIPE_SPEC"."MEASUREUNITID" "MEASUREUNITID",
    "MV_PIPE"."CLASSIFICATIONID" "CLASSIFICATIONID"
    FROM "MV_PIPE_SYN" "MV_PIPE",
    "MV_PIPE_SPEC_SYN" "MV_PIPE_SPEC" WHERE "MV_PIPE"."ASSETNUM" in ('466651706','606703143') and ( "MV_PIPE"."ASSETNUM" = "MV_PIPE_SPEC"."ASSETNUM" )) "OUTGRP1"
    GROUP BY
    "ASSETNUM", "SITEID", "STATUS", "YEAR_LAID", "CLASSIFICATIONID") "UNPIVOT"

  • How to use functions in OWB (mapping/mapplet/pluggable)

    Hi all,
    we haev developed some sql code for populate data into respective tables. currently we are building mappings to populate data with help of sql code which we created earlier.
    1> in sql code we have called some functions to populate some columns. in owb how do we call functions and which is the best way to do eigther mapping or mapplet/pluggable level.
    we have to pass in put parameter to functions like MONTH,REGION,OFFICE,FINACIAL YEAR like that.
    in owb how do we pass.
    please find the code.
    insert into con_gdpi2
    SRNO,
    REGION,
    OFFICE,
    MONTH,
    FINANCIAL_YEAR,
    DEPT_NAME,
    DEPT_CODE,
    POL_CAT,
    TOT_PREM_UPTO,
    PUB_SEC_PREM_UPTO,
    ORG_DIR_PREM_UPTO,
    ORG_IND_AGENT_PREM_UPTO,
    ORG_CORP_PREM,
    ORG_BROKER_PREM_UPTO,
    ORG_BANKASSURANCE_PREM_UPTO,
    ORG_REFERRAL_PREM_UPTO,
    TIED_SEC_PREM,
    OTH_SEC_PREM
    select
    seq_gdpi2.nextval,
    gdpi2.REGION,
    gdpi2.OFFICE,
    gdpi2.MONTH,
    gdpi2.FINANCIAL_YEAR,
    gdpi2.DEPT_NAME,
    gdpi2.DEPARTMENT_CODE,
    '-' pol_cat,
    gdpi2.TOTAL_PREMIUM_UPTO,
    gdpi2.PUBLIC_PREM,
    gdpi2.DIRECT,
    gdpi2.IND_AGT,
    gdpi2.CORPORATE,
    gdpi2.BROKER,
    gdpi2.BANKASSURANCE,
    gdpi2.REFERRAL,
    gdpi2.TIED,
    OTHER_SEC_PREM_FOR(to_char(MONTH),to_char(FINANCIAL_YEAR),DEPARTMENT_CODE,OFFICE) as OTHER_SEC
    from
    dual,
    (select temp1.REGION
    ,temp1.OFFICE
    ,temp1.DEPT_NAME
    ,temp1.DEPARTMENT_CODE
    ,temp1.FINANCIAL_YEAR
    ,temp1.MONTH
    ,sum(temp1.TOTAL_PREMIUM_UPTO) TOTAL_PREMIUM_UPTO
    ,sum(temp1.IND_AGT) IND_AGT
    ,sum(temp1.BROKER) BROKER
    ,sum(temp1.CORPORATE) CORPORATE
    ,sum(temp1.BANKASSURANCE) BANKASSURANCE
    ,sum(temp1.DIRECT) as DIRECT
    ,sum(temp1.REFERRAL) REFERRAL
    ,sum(temp1.TIED) TIED
    ,sum(temp1.PUBLIC_PREM) PUBLIC_PREM
    from
    (select temp.REGION
    ,temp.OFFICE
    ,temp.DEPT_NAME
    ,temp.DEPARTMENT_CODE
    ,temp.FINANCIAL_YEAR
    ,temp.MONTH
    ,temp.policy_id
    ,sum(temp.TOTAL_PREMIUM_UPTO) TOTAL_PREMIUM_UPTO
    ,case when sum(temp.DIRECT) = 0 then sum(temp.IND_AGT) else 0 end as IND_AGT
    ,sum(temp.BROKER) BROKER
    ,sum(temp.CORPORATE) CORPORATE
    ,sum(temp.BANKASSURANCE) BANKASSURANCE
    ,sum(temp.DIRECT) as DIRECT
    ,sum(temp.REFERRAL) REFERRAL
    ,sum(temp.TIED) TIED
    ,sum(temp.PUBLIC_PREM) PUBLIC_PREM
    from
    (select
    substr(at.ATN_VOUCHER_NUMBER,1,2)||'0000' as REGION
    ,substr(at.ATN_VOUCHER_NUMBER,1 , 6) as OFFICE
    ,(case when aa.ACC_DEPARTMENT_CODE=31 then 'Motor'
    when aa.ACC_DEPARTMENT_CODE=32 then 'Motor T.P'
    when aa.ACC_DEPARTMENT_CODE=39 then 'Motor T.P.Pool'
    end) as DEPT_NAME
    ,aa.ACC_DEPARTMENT_CODE as DEPARTMENT_CODE
    ,t.FISCAL_YEAR as FINANCIAL_YEAR
    ,'AUGUST' as MONTH
    ,pp.policy_id
    ,case when pp.STAKE_HOLDER_ID = 2 then (atd.ATD_CREDIT_AMOUNT - atd.ATD_DEBIT_AMOUNT ) else 0 end as TOTAL_PREMIUM_UPTO
    ,case when pp.STAKE_HOLDER_ID = 3 then (atd.ATD_CREDIT_AMOUNT - atd.ATD_DEBIT_AMOUNT ) else 0 end as IND_AGT
    ,case when pp.STAKE_HOLDER_ID = 46 then (atd.ATD_CREDIT_AMOUNT - atd.ATD_DEBIT_AMOUNT ) else 0 end as BROKER
    ,case when pp.STAKE_HOLDER_ID = 517928030012008 then (atd.ATD_CREDIT_AMOUNT - atd.ATD_DEBIT_AMOUNT ) else 0 end as CORPORATE
    ,case when pp.STAKE_HOLDER_ID = 544821913052008 then (atd.ATD_CREDIT_AMOUNT - atd.ATD_DEBIT_AMOUNT ) else 0 end as BANKASSURANCE
    ,case when pp.STAKE_HOLDER_ID = 544472422042008 then (atd.ATD_CREDIT_AMOUNT - atd.ATD_DEBIT_AMOUNT ) else 0 end as DIRECT
    ,case when pp.STAKE_HOLDER_ID = 544885218052008 then (atd.ATD_CREDIT_AMOUNT - atd.ATD_DEBIT_AMOUNT ) else 0 end as REFERRAL
    ,case when org.BUSINESS_TYPE like 'Block/Tied Business%' then (atd.ATD_CREDIT_AMOUNT - atd.ATD_DEBIT_AMOUNT ) else 0 end as TIED
    ,case when org.BUSINESS_TYPE like 'Public Sector Business%' then (atd.ATD_CREDIT_AMOUNT - atd.ATD_DEBIT_AMOUNT ) else 0 end as PUBLIC_PREM
    from
    accounting_transaction at
    ,accounting_trn_detail atd
    ,account aa
    ,account bb
    ,POLICY_PARTY pp
    ,time t
    , (select * from organization_policy_holder where effective_end_date is null) org
    where
    at.ATN_ACCOUNTING_TRANSACTION_ID = atd.ATN_ACCOUNTING_TRANSACTION_ID
    and atd.ACC_ACCOUNT_ID = aa.ACC_ACCOUNT_ID
    and aa.ACC_ACC_ACCOUNT_ID = bb.ACC_ACCOUNT_ID
    and bb.ACC_ACCOUNT_TYPE = '1101'
    and at.POLICY_ID = pp.POLICY_ID
    and at.policy_id is not null
    and pp.party_id=org.org_policy_holder_id(+)
    --and bb.ACC_GL_CODE like '%.130700%'
    --and t.MONTH_NAME= 'AUGUST'
    and trunc(at.ATN_TRANSACTION_DATE) between '1-APR-2008' and '31-AUG-2008'
    and t.CAL_DATE = trunc(at.ATN_TRANSACTION_DATE)
    and pp.policy_party_id in
    ( select max(pp1.policy_party_id) from policy_party pp1
    where pp.POLICY_ID = pp1.POLICY_ID and pp.STAKE_HOLDER_ID = pp1.STAKE_HOLDER_ID
    group by
    pp1.policy_id
    ,pp1.stake_holder_id
    )temp
    group by temp.REGION
    ,temp.OFFICE
    ,temp.DEPT_NAME
    ,temp.DEPARTMENT_CODE
    ,temp.FINANCIAL_YEAR
    ,temp.policy_id
    ,temp.MONTH)temp1
    group by temp1.REGION
    ,temp1.OFFICE
    ,temp1.DEPT_NAME
    ,temp1.DEPARTMENT_CODE
    ,temp1.FINANCIAL_YEAR
    ,temp1.MONTH
    )gdpi2;

    You have to create first your function in OWB :
    Database / Oracle / Your module / Transformation / Functions
    Then in a mapping, use an expression operator :
    * drag and drop the column that you want for our function in the ingroup
    * double click on the expression operator : add an output variable, closed the operator windows
    * click on your outpuy variable and then click in the expression field of the attributes properties (on the left)
    * enter your expresson :
    OTHER_SEC_PREM_FOR(to_char(MONTH),to_char(FINANCIAL_YEAR),DEPARTMENT_CODE,OFFICE)* connect your output attributes to your target table
    Success
    Nico

  • How to use OMB to change filter conditions in OWB maps

    Hi,
    I want to know how we can use OMB to change filter conditions in an OWB map.
    As per my scenario i have a filter operator FLTR_1 in my maps and i have to change its filter condition from
    INOUTGRP1.ID IN (1,2)
    AND
    INOUTGRP1.VALUE > CONST_0_MAX_VAL
    to
    INOUTGRP1.ID IN (1,2)
    AND
    INOUTGRP1.VALUE > CONST_6_MAX_VAL
    Just for everybody's information we are migrating from OWB 9.2 to OWB 10.2 and we have called procedures in constants and used their values in filter conditions.OWB 10.2 generates the values for constants in a different way than OWB 9.2 thats why this change is required.I wish to automate the act of changing constant names so we can save time in changing the maps.
    Thx

    Carsten,
    I created a map in OWB 10.2 and ran the following command
    The filter operator name in this map is FILTER
    Carsten Herbe wrote:
    OMBALTER MAPPING 'TEST_MAP' MODIFY OPEARTOR 'FILTER' SET PROPERTIES (FILTER_CONDITION) VALUES ('INOUTGRP1.ID IN (1,2) AND INOUTGRP1.VALUE > CONST_6_MAX_VAL ')
    I got this error:
    OMB02933: Error getting child object of type OPEARTOR with name FILTER: MMM1034:
    Property OPEARTOR does not exist.
    Could you pls help on this.
    Thx

  • Scheduling a OWB map in Workflow

    Hi All,
    I want to schedule a map in workflow. I have never used Oracle Workflow. Could anyone give me some steps how to do it or could you please provide some documents regarding workflow.
    Pleas help me as this is very urgent.
    Thanks in advance,
    Ashis

    I used the on-line help and the doco. Search the pdf for 'process flows' and this should be a good starting point. In the Design Center go to Process Flows and then use the wizards to setup a simple flow. The actual design will be on the third level down in the hierarchy - Process Flows -> Process Flow Modules -> Process Flow Package -> Process Flow. I integrated our setup with Oracle Workflow - this is a separate installation and I recall there is info on this forum about this also. When integrated with Oracle Workflow, one 'legacy' issue I stumbled on is that Process Flow Package names are restricted to 8 bytes.
    Hopefully, this will get you going.

  • Allowing parallel processing of cube partitions using OWB mapping

    Hi All,
    Iam using an OWB mapping to load a MOLAP cube partitioned on TIME dimension. I configured the OWB mapping by checking the 'Allow parallel processing' option with the no.of parallel jobs to be 2. I then deployed the mapping.The data loaded using the mapping is spread across multiple partitions.
    The server has 4 CPU's and 6 GB RAM.
    But, when i kick off the mapping, i can see only one partition being processed at a time in the XML_LOAD_LOG.
    If i process the same cube in AWM, using parallel processing, i can see that multiple partitions are processed.
    Could you pls suggest if i missed any setting on OWB side.
    Thanks
    Chakri

    Hi,
    I have assigned the OLAP_DBA to the user under which the OWB map is running and the job started off.
    But, it failed soon with the below error:
    ***Error Occured in __XML_MAIN_LOADER: Failed to Build(Refresh) XPRO_OLAP_NON_AGG.OLAP_NON_AGG Analytic Workspace. In __XML_VAL_MEASMAPS: In __XML_VAL_MEASMAPS_VAR: Error Validating Measure Mappings. In __XML_FND_PRT_TO_LOAD: In __XML_SET_LOAD_STATUS: In ___XML_LOAD_TEMPPRG:
    Here is the log :
    Load ID     Record ID     AW     Date     Actual Time     Message Time     Message
    3973     13     SYS.AWXML     12/1/2008 8:26     8:12:51     8:26:51     ***Error Occured in __XML_MAIN_LOADER: Failed to Build(Refresh) XPRO_OLAP_NON_AGG.OLAP_NON_AGG Analytic Workspace. In __XML_VAL_MEASMAPS: In __XML_VAL_MEASMAPS_VAR: Error Validating Measure Mappings. In __XML_FND_PRT_TO_LOAD: In __XML_SET_LOAD_STATUS: In ___XML_LOAD_TEMPPRG:
    3973     12     XPRO_OLAP_NON_AGG.OLAP_NON_AGG     12/1/2008 8:19     8:12:57     8:19:57     Attached AW XPRO_OLAP_NON_AGG.OLAP_NON_AGG in RW Mode.
    3973     11     SYS.AWXML     12/1/2008 8:19     8:12:56     8:19:56     Started Build(Refresh) of XPRO_OLAP_NON_AGG.OLAP_NON_AGG Analytic Workspace.
    3973     1     XPRO_OLAP_NON_AGG.OLAP_NON_AGG     12/1/2008 8:19     8:12:55     8:19:55     Job# AWXML$_3973 to Build(Refresh) Analytic Workspace XPRO_OLAP_NON_AGG.OLAP_NON_AGG Submitted to the Queue.
    Iam using AWM (10.2.0.3 A with OLAP Patch A) and OWB (10.2.0.3).
    Can anyone suggest why the job failed this time ?
    Regards
    Chakri

Maybe you are looking for

  • Catch the Excep while clicking on a button and display the msg in JSF UI

    Hi, I am facing a issue like i have a add button in my JSF page which will add Partner code, Partner name,etc.., If i give the same partner code and partner name second time it is throwing the duplicate key exception org.apache.myfaces.component.html

  • Quicktime 7.5.5 and mail

    Since the upgrade to quicktime 7.5.5. When a message with a movie clip is received mail does not display or play anymore the movie neither quicklook, it just display the play progress of the movie (like if it was only a sound track). So now each time

  • Servlet.service() Error. java.lang.OutOfMemoryError: Java heap space

    Hi All, I would be very grateful if you would draw some light for this error I got from running a online database connected image viewer (applet). The application is quite simple, applet connect to servlet, servlet send 3 SQL statements to MySQL and

  • Nano not reponding

    The click wheel on my nano is frozen and then when i toggle the hold switch to hold and back it resets it.

  • Having Problems With Sharing & Permissions in Finder

    I am using a Mac Mini (mid-2011) running Lion Server 10.7.4. I have noticed lately that when I check files the Sharing & Permissions portion using Get Info on my files I find that there are two lines for each user on my compuer.  The first set of lin