Error when deploying a map

hello i have the following error when deploying a map in a local database, the mapping is a simple transfert of data between two table,
ORA-06550: line 0, column 0:
ORA-04052: erreurs lors de la consultation de l'objet distant [email protected]@KCDBDEV
ORA-00604: une erreur s'est produite au niveau SQL récursif 1
ORA-01882: région de fuseau horaire introuvable
ORA-02063: pré
any help please
thanks,
tarek

Hello thank u for helping, i have exactly the same problème in Error executing a query using a DB-Link
but i am not inderstanding the solution, i found the same probleme in metalink, and the solution posted is:
1. Create an errorstack of the ORA-1882 to see the ALTER SESSION SET TIME_ZONE statement that is causing the ORA-1882 during deployment. To create this errorstack, follow step 1 to 4 below:
1. Just before you reproduce the error, open a SQL*Plus session with user SYSTEM.
SQL> alter system set events '1882 trace name ERRORSTACK level 3'
2. Deploy the mapping to reproduce the ORA-1882
3. Disable the system event
SQL> alter system set events '1882 trace name errorstack off';
4. Take a look at the errorstack (located in the udump directory). Suppose the following statement is in there:
ALTER SESSION SET TIME_ZONE = 'GMT+02:00'
2. Modify the run_service.sh(.bat) file as follow:
* For UNIX:
Modify owb_server_home/owb/bin/unix/run_service.sh as follows:
Add the parameter -Duser.timezone="+02:00" to the line where java is started (last line of run_service.sh)
$JAVAPATH/bin/java -Xmx768M -Djava.awt.headless=true -DORACLE_HOME.....
e.g:
$JAVAPATH/bin/java -Xmx768M -Duser.timezone="+02:00" -Djava.awt.headless=true -DORACLE_HOME
* For Windows:`
Modify owb_server_home\owb\bin\win32\run_service.bat as follows:
Add the parameter -Duser.timezone="+02:00" to the line where java is started
%JAVAPATH%\jre\bin\javaw.exe %JVM_OPTIONS%
e.g.:
%JAVAPATH%\jre\bin\javaw.exe -Duser.timezone="+02:00" %JVM_OPTIONS%
3. Save the file and re-start the Runtime Service using stop_service.sql/start_service.sql.
but in creating the errorstack of the ORA-1882 i not found the ALTER SESSION SET TIME_ZONE
and i Modify the run_service i fixed -Duser.timezone="+01:00" cause the time zone here is Europe/Paris but there is no changes.
the db link is from Oracle 10.2.0.2.0 to 9.2.0.1.0. and owb 10g R2
other solution?
thanks,
tarek

Similar Messages

  • RTC-5161 Error when deploying a MAP

    Hello,
    I recently upgraded OWB 11.1.0.7 to 11.2.0.3 and within the Design Center, I receive error RTC-5161 when deploying a MAPPING. My process flows and all other objects deploy successfully but the MAPPING pops up the RTC-5161 error
    Here is how I went about my upgrade, can anyone tell me if I am missing something?
    -Installed OWB 11.2.0.3 on a new server, configured Workspaces, workflow workspace user
    -Exported an OWB 11.1.0.7 project MDL and imported into the 11.2.0.3 and the Design Center automatically UPGRADED my project.
    -Registered all locations
    -Revalidated all locations within the ROPOSITORY BROWSER(the statuses were previously showing UNKNOWN, now they are all valid)
    I need help PLEASE, if anyone could point me to something I am overlooking....
    AGAIN, ONLY the MAPPING will not deploy, but the Process Flows generates and deploys with no issues.
    I tried running the DEPLOYMENT of the Project from the command line(OMBPLUS), here is the error generated:
    Processing module LOCATIONS ...
    Deploying module name: FFL_DL_BMFENT_FFM_BMFENT
    module name is FFL_DL_BMFENT_FFM_BMFENT
    Deploying module name: DBL_EFDS_DL_BMFENT_DBM_TGT_EFD
    module name is DBL_EFDS_DL_BMFENT_DBM_TGT_EFD
    Deploying ... CONNECTOR : DBL_EFDS_DL_BMFENT_DBM_TGT_EFD/CONN_FFL_DL_BMFENT_FFM_BMFENT
    Error deploy drop action plan for DBL_EFDS_DL_BMFENT_DBM_TGT_EFD/CONN_FFL_DL_BMFENT_FFM_BMFENT, err msg= "OMB05602: An error occurred during deployment: DeploymentContextImpl.generate WBGeneratedObject[] is null or length 0 for CONN_FFL_DL_BMFENT_FFM_BMFENT"
    Error deploy LOCATIONS : CONNECTOR

    Fixing this actually entailed going through the repository browser and checking the first optional feature during the configuration of the workspaces etc
    thanks for all your help!
    Now I have another issue with synchronization:
    I noticed that doing an inbound synching of my staging table using replace option and by object name, the preview window that pops up shows my objects to be updated not matching one to one.
    Has anyone ran into something like this?
    The synchronization preview shows source to target columns NOT MATCHING one to one.....

  • Error when deploying a mapping to Staging in OWB 11gr2

    Hi,
    I recieve the following error when I try to deploy a simple Source to Stage mapping:
    RPE-01012: Cannot deploy PL/SQL maps to this target schema. The target schema must be in the same instance as the Control Center and have the OWB_USER role granted.
    I have spent few hours researching it, but have not yet found a solution.
    My environment:
    DB 11gr2 on Red Hat Linux. (OWB Server is on linux and the same machine as its Repository and the 11gr2 db).
    Source is on an Oracle 10.2 DB server in Texas;
    Target (Staging env) is in California, also on Oracle 10.2.
    I can validate the mapping and the Staging table was deployed sucessfully to the Staging DB.
    Do I need to create a repository and workspace on the Target DB (Oracle 10.2) using Repository Assistant? (If that's the case, then would one also need to create OWBSYS?)
    Please help.

    This is an urgent request. Would appreciate it if someone could point out what I may be doing wrong.
    To summarize, my target DB is on Oracle 10.2 in a remote location, so I ran the 3 scripts that OWB Install documents require: Section: Configuring OWB Installed as a Standalone Instance.
    Cat_web.sql, reset_owbcc_home.sql, and remote_owb_install.sql.
    But, when I run the Repository assistant, I get the error above (asking me to install compatible OWB version.)
    Here are the detailed steps:
    1. Ran clean_owbsys.sql
    2. Ran cat_owb.sql (Against USERS Tablespace)
    3. reset_owbcc_home.sql (?? Ora home for Target???)
    4. Ran remote_owb_install.sql (??Ora Home for Target???) -- I have tried different combinations, but no difference.
    For Repository Assistant, here are the detailed steps:
    1. Provide connect info for the remote db (host:Port:Service)
    2. Selected "Managed Warehouse Build Workspaces"
    3. Selected "Create a new Warehouse Builder Workspace"
    4. Select "Create a workspace with an existing user as workspace owner" (Since we have user already defined for this role. Should I create a new one??)
    5. Entered Workspace Owner's User Name, Password and created WKS1 as the Workspace.
    6. Entered System / and Password to logon
    7. Provided Owbsys user id and Password and clicked on Next
    8. As soon as I hit Next on the OWBSYS Information screen, I get the error:
    "OWB software with the compatible version must be installed locally on the database server machine". If it is installed, acquire the DBA user credentials,
    and run the remote_owb_install.sql script on the Oracle Database server machine..."
    (I have tried with different paths for the reset_owbcc_home and remote_owb_install scripts)

  • Internal error when deploying a mapping

    Helllo,
    I am getting an ORA-00600 internal error when I deploy a mapping using the following case statement (case statement executes fine in SQLplus):
    CASE WHEN (LINE_CANCEL_FLAG ='Y' OR PO_CANCEL_FLAG = 'Y')
    THEN ('Y')
    ELSE ('N')
    END
    If I comment out the "OR" section it deploys without errors:
    CASE WHEN (LINE_CANCEL_FLAG ='Y' )
    --OR PO_CANCEL_FLAG = 'Y')
    THEN ('Y')
    ELSE ('N')
    END
    What am I doing wrong?
    (Oracle 9i Warehouse Builder Client 9.2.0.4.0
    Oracle 9i Warehouse Builder Repository 9.2.0.2.0
    Platform for Application Server: Windows 2003
    Platform for database: HP Unix (Risc Processor) V11i)
    Thanks

    Hello again,
    Please observe that I asked whether you pressed the Validate button in EXPRESSION BUILDER (the window that appears every time you click on the ellipsis ... in the property editor for every SQL or PL/SQL expression property), not whether you validated the mapping (as a whole). These are separate things.
    The mapping can be validated OK with expression syntax errors, but the mapping PL/SQL code cannot be compiled / deployed.
    Regards, Hans Henrik

  • Error when deploying ear file

    Hello
    What could be the problem that I get this error when deploying my ear file with a web service within.
    [#|2008-03-29T17:43:02.640+0100|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=12;_ThreadName=Thread-26;_RequestID=0a164c90-57bc-4d4a-8b3f-270fc4584891;|Exception occured in J2EEC Phase
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- C:\Sun\AppServer\domains\domain1\generated\xml\j2ee-apps\agency_app\agency_jar\META-INF\wsdl\AgencyModuleWebServiceService.wsdl (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
         at java.net.URL.openStream(URL.java:1007)
         at com.sun.enterprise.webservice.WsUtil.generateFinalWsdl(WsUtil.java:699)
         at com.sun.enterprise.webservice.WsUtil.generateFinalWsdl(WsUtil.java:643)
         at com.sun.enterprise.deployment.backend.WebServiceDeployer.doWebServiceDeployment(WebServiceDeployer.java:165)
         at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:855)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:580)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:339)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:222)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:359)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:214)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:129)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:169)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:95)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:871)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:266)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:739)
         at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:174)
         at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:210)
    |#]when I deployed this application on a custom domain setup, it does not fail. But it fails on default domain.
    Regards
    Michael

    How did you create your datasource, can you post the content, without passwords of course.
    Greetings.

  • Error when loading XSLT mapping of the application

    Hi,
    I am using XSLT mapping in XI.
    It is working ok when I test it in Interface Mapping but it gives below error when I test end to end scenario.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">TRANSFORMER_CONF_EX</SAP:Code>
      <SAP:P1>com/cba/***.xsl</SAP:P1>
      <SAP:P2>urn:**:**</SAP:P2>
      <SAP:P3>450326d0-1559-11dd-99a1-d89c0a0a380b</SAP:P3>
      <SAP:P4>-1</SAP:P4>
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when loading XSLT mapping of the application</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Yes, I have activated it
    Regards,
    Anirudh.

    hi
    please assure that if you save your xslt stylesheet locally, that it is saved in UTF-8 format, before you import it.
    Pls do export the imported archive as a zip file to your local disk and try opening the same. If its not then the zip file which you have uploaded might have got corrupted/is not fully uploaded.
    Try activating the imported archive and do a check before you do that. This you can do with a minor change in the description or so.
    reward points if found helpfull
    regards
    chandra.k

  • Getting Error when deploying the WD application

    hi all,
    Anybody have idea about , what is the reason for the following error. Till now it is working properly. suddenly it is giving the following error when deploying the application.
    2.4.2007 13:17:36 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : eimkopdvs4
    SDM port : 50118
    URL to deploy : file:/C:/WINDOWS/TEMP/temp2898TestWebDynproProj.ear
    Result
    => deployment aborted : file:/C:/WINDOWS/TEMP/temp2898TestWebDynproProj.ear
    Aborted: development component 'TestWebDynproProj'/'local'/'LOKAL'/'0.2007.04.02.13.17.28'/'0':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [EIMKOPDVS4] with user name: [Administrator]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:494)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:363)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
         at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:167)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         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:324)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.
         at com.sap.engine.services.security.remote.login.RemoteLoginContextExt.<init>(RemoteLoginContextExt.java:34)
         at com.sap.engine.services.jndi.implclient.LoginHelper.clientSideLogin(LoginHelper.java:81)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:355)
         ... 37 more
    Caused by: java.io.EOFException: End of stream is reached unexpectedly during input from Socket[addr=/10.4.71.36,port=50104,localport=3057]
         at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:420)
         ... 1 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted

    Hi,
    Check if the server is running. If so, try restarting it and then retry.

  • Invalid change to class error when deploying EJB

    We have EJBs that were built by Webgain Visual Cafe and successfully deploy
    to WLS 5.1. We then use the WLE EJB Deployer Tool to build WLE container
    classes and deploy the same EJBs in WLE 5.1.
    One EJB does not deploy in WLE. The ULOG error message is:
    133929.EA-LAWSTUC!JavaServer.517: main: IJENGINE_CAT:150: ERROR: Invalid
    change to class service.Request
    133929.EA-LAWSTUC!JavaServer.517: main: EJB_CAT:29: ERROR: While deploying
    jar ServiceEJB : com.beasys.weblogic.classloader.RedeploymentException:
    ERROR: Invalid change to class service.Request
    133929.EA-LAWSTUC!JavaServer.517: Finalizer: IJENGINE_CAT:152: INFO: Closing
    jar C:\aj\ServiceEJB_WLE.jar
    Does anyone know what can cause an "invalid change to class" error when
    deploying to WLE 5.1? Especially since the EJB deploys successfully in
    WLS.
    Carl Lawstuen

    Reason: database keeps a reference of the class in JAVA$CLASS$MD5$TABLE table. This table keeps a refrence to all java classes loaded in database, and is present in each schema you deploy classes. That's the reason why if you change the application module name, you can load this classes. It instead keeps a reference if you use DROP JAVA CLASS command to drop a java class from de database. Use DROP JAVA command to clear the reference of the dropped classes when dropping it.
    You can see this table as a class dictionary of the database, and you don't have to handle this records manually.

  • Using ADWrapper but has error when deploy to IIS

    Dear all,
    I am using below link to develop the program.
    Active Directory in VB.Net
    But has error when deploy to IIS as attached screen. Do you  know how to solve??

    Dear all,
    I am using below link to develop the program.
    Active Directory in VB.Net
    But has error when deploy to IIS as attached screen. Do you  know how to solve??
    Hi,
    I am moving this thread to Using Forums >Where is the Forum For…?
    forum, the owner of the forum will direct you to a proper forum.
    I would recommend you check this thread
    http://social.msdn.microsoft.com/Forums/en-US/13bb6961-720d-4604-8eff-22251604cd94/active-directory?forum=whatforum
     which shared a place where you could get help, and since this thread has lasted for a long time, you could create a new thread of that forum to get supports.
    Hello,
    Thank you for the post.  I would suggest posting your question in one of the below mentioned Web sites. Hope this helps you.
    http://social.technet.microsoft.com/Forums/en/winserverDS/threads
    http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.windows.server.active_directory&cat=en_us_5bd43452-4bab-4720-8df9-d5f37d3153b9&lang=en&cr=us
    Have a great day!
    Tier 2 Application Support  Server and Tools Online Operations Team
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Gettind error when deploying XI module

    Hi,
    I am getting the following error when deploying XI module in J2EE Engine. can anyone help me to proceed. Thanks.
    08/02/22 16:16:59 -  Start updating EAR file...
    08/02/22 16:16:59 -  start-up mode is lazy
    08/02/22 16:17:12 -  EAR file updated successfully for 13047ms.
    08/02/22 16:17:12 -  Start deploying ...
    08/02/22 16:18:27 -  EAR file uploaded to server for 2656ms.
    08/02/22 16:18:29 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/SignEncrypt..
                         Reason: Exception during generation of components of application sap.com/SignEncrypt in container EJBContainer.; nested exception is:
                              com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/SignEncrypt in container EJBContainer.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:567)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
                              at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
                         Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/SignEncrypt in container EJBContainer.
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:621)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
                              ... 10 more
                         Caused by: java.lang.NoClassDefFoundError: Lcom/sap/aii/af/service/auditlog/AuditMessageKey;
                              at java.lang.Class.getDeclaredFields0(Native Method)
                              at java.lang.Class.privateGetDeclaredFields(Class.java:1522)
                              at java.lang.Class.getDeclaredFields(Class.java:1098)
                              at com.sap.engine.services.ejb.deploy.verifier.BeanClassCheck.check(BeanClassCheck.java:78)
                              at com.sap.engine.services.ejb.deploy.verifier.session.SessionBeanCheck.check(SessionBeanCheck.java:51)
                              at com.sap.engine.services.ejb.deploy.verifier.Verifier.checkBean(Verifier.java:82)
                              at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:46)
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:254)
                              at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2161)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)

    Hi Indira.
    As I can see in your log, you're getting the exception
    Caused by: java.lang.NoClassDefFoundError: Lcom/sap/aii/af/service/auditlog/AuditMessageKey
    May be you need to include aii_af_svc.jar (AuditLog classes are located into this JAR library) in your EAR archive.
    Regards,
    Gari.

  • PLS-00394 Error message when deploying a mapping

    Hi all,
    Using Warehouse Builder 10.1.0.4.0 I created a mapping to add one row to a dimension. This dimension contains three columns. In my mapping I created two constants, each mapped to one column. There is also one sequence, the nextval is mapped to the third column. The data is merged to the target dimension.
    When I generate the intermediate result I see the desired merge statement. But when I try to deploy the mapping, the package is invalid because of a "PLS-00394: wrong number of values in the INTO list of a FETCH statement".
    The SQL causing the error is a fetch from a cursor, selecting the two constants and the nextval of the sequence. However, the INTO clause of the fetch only contains a variable for the nextval of the sequence, not for the two constants.
    Can anyone tell me what I am doing wrong here?
    Thanks in advance.
    Paul

    I'm also running SOA Suite 11g ( on 64bit RH 5.4 )
    Just looking at my SOAServer's command line where the policy is referenced
    -Dweblogic.Name=SOAServer1 -Djava.security.policy=/orclapps/oracle/middleware/wlserver_10.3/server/lib/weblogic.policy
    The policy file on my server is 9426 bytes, and it does reference some FMW elements within - do you see the same in yours?
    // For Oracle JRF to load OPSS Policy provider
    grant codeBase "file:${oracle.home}/modules/oracle.jps_${jrf.version}/*" {
    permission java.security.AllPermission;
    //grant to alternative location as well for some FMW install
    grant codeBase "file:${common.components.home}/modules/oracle.jps_${jrf.version}/*" {
    permission java.security.AllPermission;
    // For Oracle JRF to load Oracle Wallet
    grant codeBase "file:${oracle.home}/modules/oracle.pki_${jrf.version}/*" {
    permission java.security.AllPermission;
    //grant to alternative location as well for some FMW install
    grant codeBase "file:${common.components.home}/modules/oracle.pki_${jrf.version}/*" {
    permission java.security.AllPermission;
    };

  • ORA-04028 error when deploying mapping

    The scenario is:
    I have this simple mapping between Table01@db01 and Table02@db02; the validation is success. But, when i try to deploy the mapping it errors out "PL/SQL: ORA-04028: cannot generate diana for object"
    Have anybody encountered this issue before? any idea please?
    ~Prabha
    Edited by: Prabha_OBI on Oct 5, 2008 12:48 PM

    I got following errors during Designer reposityry install:
    ORA-04028: cannot generate diana for object REPOS_DW.RM_PROPERTIES
    RME-02124: Failed to execute SQL statement: alter package JR_RM_DEL compile body
    I first recompiled the view REPOS_DW.RM_PROPERTIES
    then compiled the package REPOS_DW.JR_RM_DEL
    Thanks,

  • Need help on this error when deploy  mapping

    Hello OWB gurus,
    Our OWB Design and Runtime repositories were migrated from one server to another. THe listener port also changed as well.
    When deploying existing mappings, the user now gets the following error:
    Io exception: The Network Adapter could not establish the connection
    The runtime repository is updated with the new host and port number.
    The services are available also. What am I missing?
    Does anyone have experience with the error:
    Io exception: The Network Adapter could not establish the connection
    SQL> @start_service
    Available
    PL/SQL procedure successfully completed.
    SQL> @service_doctor
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is available
    Service script is accessible to the database server
    Connection information stored within the repository is correct
    PL/SQL procedure successfully completed.
    Thanks and your help is greatly appreciated.

    Hi
    Please provide detailed information on
    1) what you want to do
    2) how do you do it (code examples)
    3) the error message
    After that we can try to help you,
    Peter

  • Error while deploying a mapping in OWB.

    Hi All,
    OWB configuration is as follows:
    Oracle9i Warehouse Builder Client: 9.2.0.2.8
    Oracle9i Warehouse Builder Client: 9.2.0.2.0
    OS: Windows XP Professional.
    Following is error message displayed when i tried to deploy a mapping thru OWB Client.
    RTC-5260 Failed to connect to runtime platform. Please check you have provided the correct host,user, password, service_name.
    RTC-5324" This Runtime Access user is not associated with the specified runtime repository. Please use the OWB Runtime Assistant to ressolve this problem.
    Steps followed are as follows:
    1> Defined Source Module, Added Connection & Location information.
    Dblink created to point to source schema. Tables imported from the source schema.
    2> Defined Target Module, Added Connection & Location information. Dblink created to point to target schema. Tables imported from the target schema.
    3> Created a simple mapping which involves a source & target table, Aggregator operator.
    4> Validated & Generated the mapping.
    5> Created Runtime Repository Connections.
    6> Selected the Repository Connection at time of Deploy entered the password.
    Am i missing few steps for deployment of the mapping?
    The error message RTC-5260 suggests that
    This Runtime Access user is not associated with the specified runtime repository. How this can be done?
    Thanks in Advance.
    Regards,
    Vidyanand

    Hi Vidyanand,
    Did you create the runtime access user using the runtime assistant? Did you select the correct runtime repository (if you have more) to associate your runtime access user with?
    Note that there are 4 database roles being created when you create a runtime repository owner:
    - OWB_A_<runtime repository owner>
    - OWB_D_<runtime repository owner>
    - OWB_R_<runtime repository owner>
    - OWB_U_<runtime repository owner>
    If you would grant those roles to a user, then that user becomes an access user for the user with username <runtime repository owner>.
    Note that you can also use the runtime repository credentials to connect to the runtime repository for deployment purposes, but you may not want that because of security concerns.
    Thanks,
    Mark.

  • Error while deploying a mapping in owb 11.2

    Hi,
    I am using OWB 11.2 and when i try to deploy a mapping i get the following error. Is it some permission issue.
    Please let me know if anyone has faced similar issue. Its very urgent.
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_LOB' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    java.sql.SQLException: ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_LOB' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
         at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4718)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1570)
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.defineDeployment(RuntimeDeploymentDefiner.java:1094)
         at oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl.createDeploymentAuditId(RuntimePlatformServiceImpl.java:1409)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy._internalDeploy(WHRuntimeCommandGenerateDeploy.java:2382)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2117)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2112)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler$3.construct(WHRuntimeCommandHandler.java:1194)
         at oracle.wh.ui.runtime.SwingWorker$2.run(SwingWorker.java:124)
         at java.lang.Thread.run(Thread.java:595)

    Hi,
    have you tried to grant the user you use for connecting:
    GRANT EXECUTE ON DBMS_LOB TO your_usr WITH GRANT OPTIONYou need the "WITH GRANT OPTION" if the sql is executed within some view or package.
    Regards,
    Carsten.

Maybe you are looking for