OWB mapping deployment error

Hi I got similar kind of error.. created a simple mapping for one small table.. the generated PL/SQL is as bellow. When I try to deploy the mapping I am getting warnings as shown bellow.. Could any body help me ?
Warnings:
ORA-06550: line 0, column 0:
PL/SQL: Compilation unit analysis terminated
ORA-06550: line 1, column 14:
PLS-00304: cannot compile body of 'CNTY_MAP_9' without its specification
ORA-06550: line 1, column 14:
PLS-00905: object OWBDATAUSER.CNTY_MAP_9 is invalid
ORA-06550: line 129, column 1:
PL/SQL: Declaration ignored
ORA-06550: line 129, column 24:
PLS-00201: identifier 'WB_RT_MAPAUDIT' must be declared
PL/SQL Block :
-- Note: This generated code is for demonstration purposes only and may
-- not be deployable.
CREATE OR REPLACE PACKAGE ""CNTY_MAP_9"" AS
OWB$MAP_OBJECT_ID VARCHAR2(32) := '';
sql_stmt VARCHAR2(32767);
get_abort BOOLEAN := FALSE;
get_abort_procedure BOOLEAN := FALSE;
get_trigger_success BOOLEAN := TRUE;
get_errors NUMBER(22) := 0;
get_status NUMBER(22) := 0;
get_error_ratio NUMBER(22) := 0;
get_global_names VARCHAR2(10) := 'FALSE';
-- Status variable for Batch cursors
"VAL_CNTY_9_St" BOOLEAN := FALSE;
-- Function Main
-- Entry point in package ""CNTY_MAP_9""
FUNCTION Main RETURN NUMBER;
END ""CNTY_MAP_9"";
CREATE OR REPLACE PACKAGE BODY ""CNTY_MAP_9"" AS
-- Function "VAL_CNTY_9_Bat"
-- performs batch extraction
-- Returns TRUE on success
-- Returns FALSE on failure
FUNCTION "VAL_CNTY_9_Bat"
RETURN BOOLEAN IS
BEGIN
EXECUTE IMMEDIATE 'ALTER SESSION ENABLE PARALLEL DML';
BEGIN
INSERT
INTO
"VAL_CNTY_9"
("STATE",
"CNTY",
"ABBR",
"SHORT_DESC",
"LONG_DESC")
(SELECT
/*+ NO_MERGE */
"VAL_CNTY"."STATE" "STATE",
"VAL_CNTY"."CNTY" "CNTY",
"VAL_CNTY"."ABBR" "ABBR",
"VAL_CNTY"."SHORT_DESC" "SHORT_DESC",
"VAL_CNTY"."LONG_DESC" "LONG_DESC"
FROM
"ISRSVAL"."VAL_CNTY"@"PROTO_SOURCE_9_LOCATION" "VAL_CNTY"
COMMIT;
EXCEPTION WHEN OTHERS THEN
ROLLBACK;
COMMIT;
RETURN FALSE;
END;
COMMIT;
RETURN TRUE;
END "VAL_CNTY_9_Bat";
FUNCTION Main RETURN NUMBER IS
get_batch_status BOOLEAN := TRUE;
BEGIN
PROCEDURE EXEC_AUTONOMOUS_SQL(CMD IN VARCHAR2) IS
PRAGMA AUTONOMOUS_TRANSACTION;
BEGIN
EXECUTE IMMEDIATE (CMD);
COMMIT;
END;
-- Initialize all batch status variables
"VAL_CNTY_9_St" := FALSE;
"VAL_CNTY_9_St" := "VAL_CNTY_9_Bat";
RETURN get_status;
END Main;
END ""CNTY_MAP_9"";
/

Is the schema that you are deploying to a member of OWB (security in the global explorer)? Are they registered as a target schema? I have a synonym for created in each of my registered target schemas for the owb.WB_RT_MAPAUDIT object.

Similar Messages

  • OWB ODI Deployment Error

    Hi,
    Does anyone know what the following Error message means and how to fix it?
    oracle.wh.jrt.sdk.JRTException: CCA-1507: Error occurred while trying to retrieve the Managed Bean Retrieval.
    Caused by: oracle.wh.jrt.sdk.JRTException CCA-1508: Error occurred while trying to retrieve application name on server.
    Caused by: java.io.IOException Object reference no longer valid (disconnected)
    I'm trying to deploy a "temaplate" mapping to the OC4J Container - and it use to work fine until today ...
    If you have any advice, please let me know ...
    Thanks,
    Regards
    Steven

    Is the schema that you are deploying to a member of OWB (security in the global explorer)? Are they registered as a target schema? I have a synonym for created in each of my registered target schemas for the owb.WB_RT_MAPAUDIT object.

  • Mapping Deployment Error: recursive SQL Level 1

    Hi,
    I am facing a serious problem while deploying my map. Previously while deploying, it had a error in a SQL Expression. After that was resolved, and I deployed again.., deployment falied with the error:
    error at recursive SQL Level 1
    cannot insert NULL into SYS.OBJ$
    with correponding ORA numbers..
    Its very urgent..pls help
    Thanks and Regards.

    I dont know why such error came.
    To know what is wrong Generate the query and run the query in the sql editor. If this doesnt help then look into the repository Browser. There you will get the detailed error description.
    I hope this helps.
    Regards
    Vibhuti

  • OWB mapping Import error

    Hi All,
    I'm facing the following error while importing a new version of an existing map via a .mdl file. this is the error message:
    Error at line 67: MDL1247: Error occurred importing mapping <COT_H_ORDERCATEGORYTYPE_IU0/COT_H_ORDERCATEGORYTYPE_IU0> (at line 67).
    Detailed Error Message:
    java.lang.ClassCastException: oracle.wh.repos.impl.mapping.CMPMappingParameterGroup
         at oracle.wh.repos.impl.component.ComponentService.instantiate(ComponentService.java:298)
         at oracle.wh.repos.impl.component.ComponentService.instantiate(ComponentService.java:203)
         at oracle.wh.repos.impl.foundation.CacheMediator.query(CacheMediator.java:2722)
         at oracle.wh.repos.impl.foundation.CacheMediator.query(CacheMediator.java:2682)
         at oracle.wh.repos.impl.foundation.OWBRoot.query(OWBRoot.java:1881)
         at oracle.wh.repos.impl.mapping.CMPMappingParameterGen.getConnectFrom(CMPMappingParameterGen.java:575)
         at oracle.wh.repos.impl.mapping.CMPMappingParameter.getConnectFrom(CMPMappingParameter.java:217)
         at oracle.wh.repos.impl.mapping.WBMappingParameterImpl.restoreConnection(WBMappingParameterImpl.java:269)
         at oracle.wh.repos.impl.mapping.WBStageImpl.<init>(WBStageImpl.java:113)
         at oracle.wh.service.impl.ContextServiceImpl.getBusinessObject(ContextServiceImpl.java:33)
         at oracle.wh.service.impl.metadataloader.WBImportMapping.importMappingStage(WBImportMapping.java:1271)
         at oracle.wh.service.impl.metadataloader.WBImportMapping.parseAndImportMappingStage(WBImportMapping.java:1068)
         at oracle.wh.service.impl.metadataloader.WBImportMapping.processKeyword(WBImportMapping.java:4147)
         at oracle.wh.service.impl.metadataloader.WBImportMapping.importMapping(WBImportMapping.java:4603)
         at oracle.wh.service.impl.metadataloader.WBImport.process(WBImport.java:6085)
         at oracle.wh.service.impl.metadataloader.WBRunImport.internalRunImport(WBRunImport.java:506)
         at oracle.wh.service.impl.metadataloader.WBRunImport.runImport(WBRunImport.java:570)
         at oracle.owb.Import.ImportServiceManager.internalImportMetaData(ImportServiceManager.java:198)
         at oracle.owb.Import.ImportServiceManager.importMetaDataFromFile(ImportServiceManager.java:145)
         at oracle.owb.scripting.ImportCmdExecuter.startMetaDataImportCommand(ImportCmdExecuter.java:297)
         at oracle.owb.scripting.ImportCmdExecuter.importFromFile(ImportCmdExecuter.java:100)
         at oracle.owb.scripting.ImportCmdParser.ImportCommand(ImportCmdParser.java:216)
         at oracle.owb.scripting.ImportCmdParser.parseCommand(ImportCmdParser.java:106)
         at oracle.owb.scripting.OMBMetaDataImportCmd.executeCommand(OMBMetaDataImportCmd.java:60)
         at oracle.owb.scripting.OMBCommand.cmdProc(OMBCommand.java:42)
         at tcl.lang.Parser.evalObjv(Parser.java:810)
         at tcl.lang.Parser.eval2(Parser.java:1209)
         at tcl.lang.Interp.eval(Interp.java:2042)
         at tcl.lang.Interp.eval(Interp.java:2101)
         at tcl.lang.ForeachCmd.cmdProc(ForeachCmd.java:112)
         at tcl.lang.AutoloadStub.cmdProc(Extension.java:144)
         at tcl.lang.Parser.evalObjv(Parser.java:810)
         at tcl.lang.Parser.eval2(Parser.java:1209)
         at tcl.lang.Interp.eval(Interp.java:2042)
         at tcl.lang.Interp.evalFile(Interp.java:2140)
         at tcl.lang.SourceCmd.cmdProc(SourceCmd.java:75)
         at tcl.lang.AutoloadStub.cmdProc(Extension.java:144)
         at tcl.lang.Parser.evalObjv(Parser.java:810)
         at tcl.lang.Parser.eval2(Parser.java:1209)
         at tcl.lang.Interp.eval(Interp.java:2042)
         at tcl.lang.ConsoleEvent.processEvent(ConsoleEvent.java:90)
         at tcl.lang.Notifier.serviceEvent(Notifier.java:429)
         at tcl.lang.Notifier.doOneEvent(Notifier.java:561)
         at tcl.lang.TclShell.run(TclShell.java:151)
         at oracle.owb.scripting.OMBShell.main(OMBShell.java:41)
    *************************************************************

    Hey did you found a solution to this problem because i'm in the same situation and i don't know how to fix it.
    Many thanks,
    Dani

  • Peculiar Deployment Error in OWB

    Hi All,
    I have a mapping (M_TEST_PROCEDURE) which has the following sequence of operators.
    Source Table -> Mapping Transformation (Procedure) -> Expression -> Pivot -> Target Table.
    The mapping validates without any errors. But when tried to deploy this mapping it gives me the following error.
    OWB Error MappingGenerator.generate WBGeneratedObject[] in null or length 0 for M_TEST_PROCEDURE.
    The detailed error message is:
    oracle.wh.repos.sdk.exceptions.WBException
    oracle.wh.repos.sdk.exceptions.WBException
         at oracle.wh.ui.runtime.application.WHRuntimeProgress.notifyInternalError(WHRuntimeProgress.java:180)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:111)
    \nCMPException message and stack trace:\njava.lang.NullPointerException
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:277)
         at oracle.wh.ui.common.OWBConsumer.dataItemAvailable(OWBInfoBus.java:380)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:159)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.application.WHRuntimeProgress.showResults(WHRuntimeProgress.java:84)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:107)
    If the mapping sequence is
    Source Table -> Expression -> Pivot -> Target Table.
    The mapping works fine and gets deployed without any errors.
    Also if the mapping sequence is
    Source Table -> Mapping Transformation (Procedure) -> Expression -> Target Table.
    The mapping works fine and gets deployed without any errors.
    The problem occurs only when the Mapping Transformation (using a procedure) is used with a pivot operator.
    Has anybody experienced such problems before ??? If yes, can you please throw some light as to why is this happening. There is one more thread in this forum regarding the same problem, I have seen that but the problem still persists..
    All your valued suggestions are welcome.
    Regards
    -AP

    The target table loading type is INSERT, and match by constraint is set to 'No constraints'.
    There is no INSERT/UPDATE or UPDATE/INSERT anywhere in the mapping.
    This really seems to be a awkward problem.
    You can try yourself. Make a stored procedure (doing a very simple thing ... taking an input value adding a constant value and then returning that value back).
    The sequence of operators used in the mapping:
    Source Table -> Mapping Transformation (using the above procedure) -> Expression Operator -> Pivot Operator -> Target Table.
    Try to deploy the code ... u will get a deployment error which OWB itself does not understand.
    Any more hints of help ?
    Regards
    -Arnab

  • Error while running OWB mapping package from sql prompt

    hi all,
    i have deployed my owb mapping in oracle. Now i want to execute this from the sql prompt. the foolowing error is giving when i try to run.
    SQL> DECLARE
    2 RetVal NUMBER;
    3 P_ENV WB_RT_MAPAUDIT.WB_RT_NAME_VALUES;
    4 BEGIN
    5 RetVal := TEST1.TEST_MAP.MAIN ( P_ENV );
    6 END;
    7 /
    RetVal := TEST1.TEST_MAP.MAIN ( P_ENV );
    ERROR at line 5:
    ORA-06550: line 5, column 19:
    PLS-00302: component 'TEST_MAP' must be declared
    ORA-06550: line 5, column 3:
    PL/SQL: Statement ignored
    pls help me for finding the solution.
    -Regards
    Raj Kumar

    You need to split your data and create (at least 5) worksheet targets.
    For example if you have a ROW_NUMBER column you can use for instance a
    Conditional Split for something like:
    ROW_NUMBER % 5 == 0 for Case 1 (excel 1)
    ROW_NUMBER % 5 == 1 for Case 2 (excel 2)
    ROW_NUMBER % 5 == 2 for Case 3 (excel 3)
    ROW_NUMBER % 5 == 3 for Case 4 (excel 4)
    ROW_NUMBER % 5 == 4 for Case 5 (excel 5)

  • OWB 11gR2 - Internal ERROR: Can not find the ACL containter

    OWB 11gR2 - Internal ERROR: Can not find the ACL containter
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. I have 3.23 GB RAM. OWB design center is ver slow on my desktop. We have our OWB repository is on Unix server.
    We applied the patch 10270220.
    We are getting
    Internal ERROR: Can not find the ACL containter for object:CMPPhysicalMap@19654/id=104020/owningFCO=104020/proxyFor=(CMPPhysicalMapGen@19f99ae/id=104020/stname=null/pname=MAPPING_1/lname=MAPPING_1/status=POSTED/committed=true/persistent=true/propsLoaded=true)
    What is happening here?
    Thanks in helping.

    We have a map with 3 sources and 1 target. The 3 sources pass through Joiner then Expression then Target.
    We are getting this error, during deployment. It shows compling for awhile, then through this error.
    Here is the piece from detail window:
    ===========
    at oracle.wh.repos.pdl.security.SecurityPolicyManager.getAccessCharMapOfPrivilegeOwner(SecurityPolicyManager.java:174)
         at oracle.wh.repos.impl.foundation.CMPElement.getAccessCharMapOfPrivilegeOwner(CMPElement.java:2806)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.hasPrivilege(OWBSecurityImpl.java:914)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.internalSecurityCheck(OWBSecurityImpl.java:1542)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.securityCheck(OWBSecurityImpl.java:694)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:959)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:924)
         at oracle.wh.repos.pdl.dispatcher.EventDispatcherImpl.beforeReadObject(EventDispatcherImpl.java:824)
         at oracle.wh.repos.pdl.foundation.OWBRoot.beforeRead(OWBRoot.java:1785)
         at oracle.wh.repos.owbGen.CMPStringPropertyValueGen.getValue(CMPStringPropertyValueGen.java:217)
         at oracle.wh.repos.impl.properties.CMPStringPropertyValue.getValue(CMPStringPropertyValue.java:117)
         at oracle.wh.repos.impl.extended.PropertyFactory.getStringValue(PropertyFactory.java:440)
         at oracle.wh.repos.impl.extended.CMPWBPrimitiveProperty.rawStringValue(CMPWBPrimitiveProperty.java:260)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:716)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:733)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getReferencedLocations(WBMapHelper.java:1361)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:284)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:141)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:135)
         at oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl.getReferencedLocations(RuntimePlatformServiceImpl.java:1238)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.addConnectorLocations(WHRuntimeCommandUtil.java:477)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getSingleDeployLocations(WHRuntimeCommandGenerateDeploy.java:3408)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getLocationsAndNewConnectors(WHRuntimeCommandGenerateDeploy.java:3517)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doPreDeploymentActions(WHRuntimeCommandGenerateDeploy.java:3224)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy._internalDeploy(WHRuntimeCommandGenerateDeploy.java:2420)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2117)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler$1.construct(WHRuntimeCommandHandler.java:1005)
         at oracle.wh.ui.runtime.SwingWorker$2.run(SwingWorker.java:124)
         at java.lang.Thread.run(Thread.java:595)
    ===========
    Did anyone receive such errors?

  • Issue in OWB mapping - when changing source and target database

    Hi,
    I need help for resolution of the issue I am facing when moving mapping from development environment to QA.
    Here is situation,
    We develop ETL using one source, one staging and one target database.
    In development we use one control_center for Source to staging and another control center staging to target.
    All works fine in development.
    Now I have created new runtime repository and imported all OWB projects (with full dependencies, exact replica of development). Now I need to change source and staging and target as different database.
    I have created new database location connections and defined/attached DB connectors with stage and target location.
    Now issues are
    1.     Two Staging mapping are not able to bound with source table (giving different error
    a.     One mapping show error for source synonym translation no longer valid when deploying this mapping , but validation comes without any issue)
    b.     Other mapping show error for source table/object not bound to repository
    2.     All the target mapping show validation successful, but when deploying says “table or view does not exist”. But tables are exists on source stage and target. (also permission are set correctly for target user to read from staging tables).
    Not sure how to proceed from here.
    I have recreated new repository and re-imported all project/mappings and defined all connection but still same issue.
    Thanks in advance,
    Vipin

    1. Two Staging mapping are not able to bound with source table (giving different error
    a. One mapping show error for source synonym translation no longer valid when deploying this mapping , but validation comes without any issue)
    b. Other mapping show error for source table/object not bound to repository
    The above error were resolved when re-synchronized the table (for few I have to reimport the table) and mapping.
    2. All the target mapping show validation successful, but when deploying says “table or view does not exist”. But tables are exists on source stage and target. (also permission are set correctly for target user to read from staging tables).
    The above error still pending. My target mapping are not able to deployed/compiled.
    For the above I have defined one Staging location to one target target location and target location have connector to staging (not sure if I have to define connector name same as staging location, as I have created DB connector with different name but reference database is same as staging location).
    Mapping are assoicated with desired data locatoin and meta data.
    control center is also have that data location.
    Mapping are configured for the desired location.

  • Problem in OWB map for source change capture

    The problem is as follows:-
    Our OWB map between two different databases, captures change in data at source and populates them in target. It is a one to one map. The map is failing to process some rows from source database though it gives no:of errors as 0 in the audit view thus we infer that the map is running successfully.
    In our case, we have a composite key ( Instance_id, Version_number) at source as well as target. One instance_id can has more than one version number. We have observed that the view is picking up all the version_number for a particular instance_id but the map is unable to populate the last version_number to the target table.
    But when this map was executed in another environment and it is successfully populating all the data in the target.
    The brief description of the map is as follows:-
    The map has a view which captures all the changes in data (insert and update) .From this view we filter the rows which were already processed in previous map run (with help of watermark). Then we sort the rows based on DML type and watermark . These rows are then mapped to a target table. The loading type of the map is INSERT/UPDATE.

    Hi Nagesh,
    When we are doing I18N for that Application. Go to Navigator Tab
    Here Select Particular Projects--à src-àPackages-àsap-àvijay
    To internationalize the Web Dynpro application, copy the automatically generated *.xlf files and save them under a new name in the same directory.
    The new name must meet the following convention:
    u2022 .xlf
    For example, if you are creating *.xlf files for German,
    Use the language key de.
    Here Click on OK
    After that we can edit and translate these new *.xlf files in the S2X Editor.
    ApplyTemFirstView.wdview_de.xlf-àClick on Resource Text Tab
    Select Particular Text and Change the language to German-àClick on EDIT Button
    Here Enter German Lang-àClick on OK
    Now Go to Web Dynpro Explorer Tab
    Select Project-àRC Click on Rebuild Project
    Select Project-àRC Click on Reload
    Then Deploye the Application
    How to Check in Explorer. It is converting to German Language or not
    Open Internet Explorer
    Tool-àInternet Options -àClick on Languages Button-àClick on ADD Button
    Select German Language--àClick on OK
    Now We will Check in Portal
    Created Web Dynpro iView in Portal. That iView assign to the particular WorkSet-àAssign to Role
    Select that user Can Change Language
    Regards
    Vijay Kalluri

  • Problem in running OWB maps

    Hi ,
    We use DBMS to kick our OWB maps.Previously it worked very fine ..But from near about 2 weeks we are facing problems.
    Problem is though our JOB_QUEUE_PROCESS is set to 8 and even I can see 8 jobs with this_data populated in dba_jobs (means jobs are running as we cannot query DBA_JOBS_RUNNING view to see the no of jobs running as it is taking too much time ) we can see only entry of two of there maps in WB_RT_AUDIT.other maps start only if these two get complete .
    and there is huge time difference between actual job start time and the entry into WB_RT_AUDIT table .
    can any one help us with solution.
    Bcos of this issues load which used to take max 4 hours is now taking 24 hours..
    Thanks & Regards

    I've successfully installed OWF as described in Installation guide (all components are on the sam server).
    But when I deploy a workflow in OWB I get some errors. In the job details
    I find ORA-00942 and RPE-02053. It seems that the workflow repository is missing.
    Are there additional steps for creating a workflow repository?
    Or what is wrong? All installation logs (wf.log and workflow.log) are without errors and with success messages.
    Any idea?

  • Mapping debbuging error:DBG1006: Error while initializing test data

    Hi,
    I have created a mapping in which I am trying to delete data from a table based on exisitence of rows in another table with a filter condtion in between them.When i try to run the debbugger, it throws following error:
    ============
    Analyzing map for debug...
    Retrieving Control Center connection info...
    Connecting to Control Center schema...
    Checking character set of Control Center schema...
    Configuring sources and targets...
    Mapping Debugger Error:
    oracle.wh.service.sdk.mapping.debugger.WBMappingDebuggerException: DBG1006: Error while initializing test data for sources and targets:
    oracle.wh.repos.sdk.CMPException: Trying to access invalid Object.
    Element ID: 110138
    Status: 4
    Owning FCO: 98409
    ==================
    Any idea what could be the possible cause?
    Query which I am trying to simulate is of following type:
    Delete from TableA t1
    where exits(select 1 from TableB t2 where t1.col1 = t2.col1 and t2.col2 = 'delete')
    Thanks
    AJ.

    Oops..thats weird.
    Tell me one thing...then how gud is the code generated in terms of working...if someone has to really test the code pre-hand for expected business logicWhy i am raising this concern is becoz there are many features for which OWB provides support in indirect way(workaround) like exists/not exists.
    Do we need to deploy mapping each time and then test through a run from Control centre?
    Other thing, As far i understand, the code generated is not in such a format that one can directly copy paste it in any sql/plsql editor and test it...
    Regards
    AJ.

  • Deployment error:Table, view or sequence reference to ABC is not allowed

    Hi all,
    I have created a mapping in OWB where a table ABC gets loaded from its stage table S_ABC. The mapping validates fine, code generation is fine but when I try to deploy the mapping it gives me a deployment error saying PLS:00357 Table, View or sequence reference ABC is not allowed.
    I used the same logic to one of my other mappings and it gets executed without any problem. If you guys could tell me what is going wrong in this mapping, that would be very helpful.
    Thanks.
    Priya

    if you are using a view or sequence in the mapping or referencing any other object then the owb user needs to have grants to access those objects otherwise the deployment will fail. Please check the object grants.

  • SAP - Oracle mapping deployment problem

    Source system: A development SAP 3.4 system that works on a Oracle 8.0.5 database.
    Target system: Windows XP, Oracle 9.2.0.4
    OWB: 9.2
    After I designed an my easy one-table mapping, I registered both locations:
    LOC_SRC_SAP:
    schema_name: system
    service_name: TD0
    host_name: 200.39.17.243
    port_number: 1527
    LOC_TAR_STAROSA
    schema_name: wbtar
    service_name: wbserver.us.oracle.com
    host_name: jxg02176.us.oracle.com
    port: 1522
    and had deployed dblink: CON_STAROSA and a single table, I've got the following error after the mapping deployment.
    17:52:20 [515445] java.sql.SQLException: No more data to read from socket
    17:52:21 [515445] java.sql.SQLException: No more data to read from socket.
    17:52:21 [515445] java.sql.SQLException: Io exception: Connection aborted by peer: socket write error
    17:52:21 [515445] java.sql.SQLException: Io exception: Connection aborted by peer: socket write error
    17:52:21 [515445] java.sql.SQLException: Io exception: Connection aborted by peer: socket write error
    18:02:09 [F4FB3] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - Io exception: Connection reset by peer: socket write error
    I've got the following conclusions:
    1. Is it a database version problem? If it's true, At least what is the closest version I should try?, so it won't cause a considerable impact on the sap system and therefore the pl/sql mapping statement can be able to extract data from a 8.x version.
    2. Or what would occur if I install an Oracle 8.1.7 odbc or jdbc on the target system, so this socket problem would not happen any more?
    Any suggestion can be helpful.
    Jesus
    [email protected]

    Jesus,
    I am looking into this. I don't believe it's a database version problem - let me investigate with development.
    Regards:
    Igor

  • 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

  • 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

  • Stage3D and a Mid-2010 MacBook Pro

    So, I have a Mid-2010 MacBook Pro running Lion. It has a GeForce GT 330M. According to everything I can find online, my computer should support Stage3D. However, when I try and use an application that calls for it, I get errors about an unsupported g

  • Lumia 720 battery detailed information

    Excuse me,i try to look everywhere buy i cant find the information,can i know the maks input current for lumia 720?how many ampere can lumia take? is it useless if i use 2.1amper output?

  • Database view without SQL*Plus

    Hi, Is it possible to look at the database wihtout SQL*Plus and modify tables. Your help is very much appreciated. Andonny

  • SSD in T61p won't boot: ERROR 0200

    I have put an SSD drive (Lenovo P/N 0A65620) in my T61p but although I can access the drive to install the OS, I cannot boot directly from the drive. I get "ERROR 0200: Failure Fixed Disk 0" even just having it in the list of bootable drives. I have

  • 1st generation Touch question

    Will Apple still provide software updates for the 1st Generation iPod Touch?