Deploy and Execute

Hi all,
I'd deployed and executed a mapping in control centre. It is sucess.
Where can I see (in which metadata table of owbsys) the details of the mapping name, execution Id, Status of the Execution etc will be stored.

Hi,
login with OWB repository user and try following query.
you will get every thing about executions like execution details,execution messages,map runs,map run errors,step run
select * from ALL_RT_AUDIT_MAP_RUN_ERRORS order by created_on desc
select * from ALL_RT_AUDIT_STEP_RUNS order by created_on desc
select * from ALL_RT_AUDIT_EXECUTIONS order by created_on desc
select * from ALL_RT_AUDIT_EXEC_MESSAGES order by created_on desc
select * from ALL_RT_AUDIT_MAP_RUNS order by created_on desc
select * from ALL_RT_AUDIT_MAP_RUN_TRACE order by created_on desc
select * from ALL_RT_AUDIT_EXECUTION_PARAMS where execution_audit_id='<your execution audit id>'
select * from all_rt_audit_map_runs
select * from all_rt_audit_map_run_sources
select * from all_rt_audit_map_run_targets
select * from all_rt_audit_step_runs
select * from all_rt_audit_step_run_targets
select * from all_rt_audit_step_run_sources
Thanks,
Sutirtha

Similar Messages

  • Error executing the Query after deploying and executing the application in WLS 6.1 SP3

    Hi,
    We are trying to run a application by deploying a war file on Web Logic Server
    6.1 SP3. After deploying and at the time of execution of the application, the
    server console displays this error message
    java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1],
    [0], [], [], [], [], [], []
    While debugging thru the application we found that this error comes at the time
    of execution of the query thru the Statement.executeQuery method of java.sql.Statement
    class.
    This same application when deployed on Web Logic Server 8.1 runs perfectly, without
    any hitches.
    Please, provide me the solution to this asap.

    Look for sometime around November. No exact date.
    Eric
    "Dominic Tulley" <[email protected]> wrote in message
    news:[email protected]..
    Thanks Eric,
    you know what I'm going to ask next right?
    Any ideas when SP4 comes out?
    Cheers,
    -Dominic
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]..
    The next version of Apache that we will support will be 2.0.42/2.0.43
    and
    the module for that will be included in the next Service Pack for6.1(SP4)
    and 7.0(SP2).
    The problem with Apache 2 is that when a new release comes out a newmodule
    needs to be compiled. Most of the time. For 2.0.42/2.0.43 this is notthe
    case.
    Regards,
    Eric
    "Dominic Tulley" <[email protected]> wrote in
    message
    news:3da3f246$[email protected]..
    I'm trying to set this up (initially just apache in front of a single
    WLS
    server but ultimately I want to put it in front of a cluster).
    I've installed Apache 2.0.40.
    I've copied the mod_wl_20.so file into the apache modules folder.
    I've edited the httpd.conf file and added the line:
    LoadModule weblogic_module modules/mod_wl_20.so
    When I run apache -t to check the configuration I get the following:
    C:\Program Files\Apache Group\Apache2\bin>apache -t
    Syntax error on line 173 of C:/Program Files/Apache
    Group/Apache2/conf/httpd.conf:
    Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_wl_20.sointo
    server: The specified procedure could not be found.
    So what's going on here?
    Looking at previous postings it sounds like there's an issue with
    versions
    of apache after 2.0.39 but I can't find a download for that version.Also,
    it sounded like the issues were for WLS 7, not 6.1. Can this work
    with
    2.0.40 or am I wasting my time?
    If I get the mod_wl_20.so from dev2dev I get the "incompatible plugin"
    message that has been mentioned in this group already.
    Any suggestions appreciated,
    -Dominic

  • How to deploy and execute SSIS 2012 packages when only SSDT is installed

    Hi, I am facing a weird situation where we did an upgrade for visual studio to vs 2102 on all the dev machines and as part of that moved to SSDT from BIDS but all the database is still SQL Server 2008 R2. Now I have a few SSIS 2012 packages which I cannot
    schedule & run because DTEXEC.exe is not compatible and I get all sorts of version & “Package Load error 0xC0010014 in CPackage::LoadFromXML” error even though I set it up in 32-bit mode and was trying to save it to msdb. I knew I will not be
    able to schedule this as a job in SQL Server Agent but even saving the package does not work.
    Thanks in advance............
    Ione

    I doubt 2012 ssis packages are backwards compatible with 2008r2. 2008r2 doesn't know anything about the project deployment model and i'm sure there's new tasks and connectors in 2012 so the package deployment model ssis packages won't work either.
    You will need a sql 2012 integration services service installed and running somewhere. You need this to execute your 2012 packages
    Jakub @ Adelaide, Australia Blog

  • Deploy with error and execute succesfully

    I have a Mapping and if I deploy and execute it in the Deployment Manager it is executed succesfully but If I debug it I received these error:
    ROWKEY: 702
    TABLE: DBG$$$DIM_INSTALACIO_VIEW_0
    STATEMENT: TRACE 112: SELECT
    ORA-01403: no data found
    ROWKEY: 701
    TABLE: "DBG$$$_DIM_INSTALACIO_GRP1_0"
    STATEMENT: TRACE 113: INSERT
    ORA-22160: element at index [1] does not exist
    ROWKEY: 701
    TABLE: DBG$$$DIM_INSTALACIO_VIEW_0
    STATEMENT: TRACE 111: TRACE 114: "DIM_INST_1_COD_CONCESIONAR$2"("DBG$$$_DIM_INSTALACIO_GRP1_0_i") :="DIM_INST_1_COD_CONCESIONAR$0"("IJ_DBG$$$_EXPR_4_GRP1_0_i");
    ORA-01403: no data found
    ORA-06512: at "ODS_CLIENTES.DBG$$$_RT8_MAP_GILYCARBAJAL", line 11422
    ORA-22160: element at index [1] does not exist
    How Can it be?

    Things to check:
    1. You can be using a different target schema for you Debugging sessions than for your deployed map execution.
    2. There can be a mistake defining Test Data for the debugging session http://download.oracle.com/docs/html/B12146_01/debug.htm#i1004902
    Nikolai Rochnik

  • Deployment and Execution of Mapping is very slow

    The routine job of executing the process flow use to take 45 minutes earlier and now it is taking over 2 hrs. There is not any substantial change in the amount of data to be loaded also there is enough tablespace on the database.
    The other thing I have noticed is that when I deploy the mappings , the initial start is very slow and after that it progresses well.
    Can anybody help me with this.
    Thanks..

    Shalabh -
    This may help: We've have found that OWB likes a lot of sessions and, for whatever reason, doesn't always re-use available sessions or close sessions that are no longer needed. When one developer deploys and executes a mapping, we typically see 13 open sessions on our staging instance and it increases from there if the developer previews the data in a dimension or cube. This can become an issue in some environments when you get 4 or 5 developers producing and we have found that it affects performance. The tool does appear to release those sessions when you exit the program completely.
    Talk to your DBA or launch OEM if you have the appropriate permissions. Hope this helps.

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • Calling and executing a function module in the Portal iview development

    Hello Portal development gurus...
        I am very new to portal iview development and am learning a lot of stuff.. I now have a requirement to do the following:
      1. I need to use the NWDS to create java code in developing an iview
      2. I need to call and execute a function module and display the parameters pulled in from the function module onto a Jsp.
    3. I need to create an iview based on this deployed component.
    Could anybody please explain me how to do the coding on this front?
    I appreciate if anybody can share documentation about this kind of a development.
    As always, points galore for useful and helpful suggestions.
    Regards,
    ~~~LB

    Hi,
    Firstly Have you searched in SDN for the same, anyhow please go through the link to work on the requirement
    [/docs/DOC-8061#15|/docs/DOC-8061#15]
    Go through the thread which will talk in detail
    [https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955|https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955]
    Hope this helps.
    Cheers-
    Pramod

  • How can I use JTA in my business logic and execute process with PAPI?

    HI All,
    How can I use JTA in my business logic and execute process with PAPI?
    When my business logic has exception, the process will rollback.
    or the process has some exceptions, my business logic also will rollback.
    I don't know how to do it.
    Does anyone know how to do it?

    Thank you for your reply, Daniel.
    But I think I did not express my mind clearly.
    There is a scene that I have 2 Application Server.
    My business code is deployed in one Server.
    The BPM is deployed in another Server.
    I want to execute Task use PAPI.(ProcessServiceSession.runActivity)
    In my business code, I will do something before execute Task.
    I need my business logic and Task in same transaction.
    To ensure them "all-or-nothing" .
    As you say, if The transactions are managed by Oracle BPM.
    then can I retrieve OBPM transcaction in my business code?

  • Deployment and setup

    i already know how to create a executable for java, but is there a avaliable software of sun, for creating a instal and setup package for the application which has been developed. eg : creating a setup file, specifying where the package has to be installed and creating registry keys + shortcuts. from where can i get such a deployment and setup software

    A very good software for repackaging is available from
    http://www.installshield.com/
    Regards

  • Java Deployment and *.EXE

    I have used JDeveloper for about a year now. I have yet to find out how to develop an Application that is stand alone from the JDeveloper's environmental run call. I am looking to create and executable but cant seem to do that. I can do a deploy and make a *.jar and *.zip, but unless i missed something through the process. I cant seem to find out how i can deploy this internal solution to my company.

    You cannot create and deploy an EXE file that as mentioned. To run an application you need a JRE (Java Runtime Environment) version 1.1 above. Every client PC that needs to run the application has to have a JRE installed. Fortunately, the JRE is free and downloadable from http://java.sun.com
    Alternatively, you can deploy the application as an applet. This will enable the application to run in a browser. However, a couple of points to note here - 1) the HTML file containing the applet must have all the required libraries available in its classpath
    2) some of the libraries can be large and take a long time to download before the applet starts running
    3) the browser needs to be Java 1.1 compatible. If not the user will have to install that; again freely avavilable from java.sun.com
    null

  • JavaFX Runtime, JDK Bundles and Executable Jar's.....

    It appears that a JavaFX applet can be executed/launched so long as JRE v1.6_u14+ has been installed (I believe). I've tested this and machines without a JavaFX SDK installation can run the javafx.com applets.
    But is this also true for an executable jar? What's needed to execute JavaFX desktop applications a bare minimum?

    I haven't tried, but the specified minimal JRE is 1.5. That's why we are restricted to 1.5 classes in JavaFX...
    JavaFX applets are deployed and run by using the dtfx.js script, which check if JavaFX runtime is installed, and if not, download and install it.
    JavaFX desktop applications (in .jar files) must be run through a JNLP file which does the same (check and deploy runtime if needed).
    In theory you can deploy the runtime yourself, to avoid the use of a JNLP file (why?), but I think it will go against the current license.
    At least the JNLP does a number of checks for you, checking you have the right version, upgrading if needed, installing shortcuts, etc.

  • Is there such thing as a "compile and execute statement" in Java?

    I wanted to know if there's any way to compile and execute a program "within" another program.

    Yes, but the classes to do so aren't officially supported by Sun as far as I know.
    And you must be able to assume a thing or two about the stuff you compile, such as existing constructors or factory methods etc, otherwise it gets hairy.
    Here's some example code (haven't tried it, so excuse any spelling errors etc) to compile the source code in a file called MyClass.java:
    ByteArrayOutputStream baos = new ByteArrayOutputStream();
    new sun.tools.javac.Main(baos,null).compile("MyClass.java");
    String theMsg = baos.toString();
    if (theMsg.length() > 0)
        // NiftyErrorHandlingHere
    }After that, you can load it with a simple ClassLoader.loadClass() call and create instances of it.
    It must be compiled with the tools.jar file in the classpath, to find the sun.tools.javac.Main class.
    However, for any such dynamically compiled class to be of any use to you, you must be able to assume something about it, such as implementing interfaces or whatever, otherwise it's a kind of pointless exercise.
    HTH,
    F

  • Problem with MS Access Files and executable files migrateds

    Hi all.
    We are migrating an old Netware 6.0 server to new SLES 10 SP3 with OES 2 SP2a. I already migrated one volume and in this weekend well migrate the last, and most important, volume to new OES 2 server.
    The problem is about some MS Access databases that are very very used for all users and some executable applications that was writed using fisical path like \\OLDSERVER\VOL\PATH\APP.EXE or some links to libraries, databases, images, etc.
    The old NW 6.0 server will be removed from the tree in 2 or 3 weeks and in this time the two servers will co-exists. I want to know if it is possible redirect NCP requests to OLDSERVER to NEWSERVER without users rewrite all of MS Access and executable applications. Is it possible?
    Tks
    Alan Cota.

    AlanCota wrote:
    >
    > Hi all.
    >
    > We are migrating an old Netware 6.0 server to new SLES 10 SP3 with OES
    > 2 SP2a. I already migrated one volume and in this weekend we´ll migrate
    > the last, and most important, volume to new OES 2 server.
    >
    > The problem is about some MS Access databases that are very very used
    > for all users and some executable applications that was writed using
    > fisical path like \\OLDSERVER\VOL\PATH\APP.EXE or some links to
    > libraries, databases, images, etc.
    >
    > The old NW 6.0 server will be removed from the tree in 2 or 3 weeks and
    > in this time the two servers will co-exists. I want to know if it is
    > possible redirect NCP requests to OLDSERVER to NEWSERVER without users
    > rewrite all of MS Access and executable applications. Is it possible?
    >
    > Tks
    >
    > Alan Cota.
    >
    >
    Have you considered trying to use a dns alias to it. I have not tested with
    MS access specifically but many other apps it works perfectly for. This is
    how I get around those issues. Of course your issue is that you still
    havethe existing server in the tree. How much will there still be on the
    old server. You could rename the old nw server and than update its info in
    dns to resolve this.

  • How to create and execute PL/SQL program or Procedure from Java (JDBC)

    hi all,
    user will enter the Pl/Sql program from User-Interface. that program has to be create in DB and execute that.
    due to some confusions, how to execute this from Java, i (user) entered the same logic through a Procedure.
    my Java code is
    Statement st = con.createStatement();
    Statement.execute(procedure_query); // procedure name is myPro
    CallableStatement cs = con.prepareCall("{call myPro}");
    (as given in SUN docs - http://java.sun.com/docs/books/tutorial/jdbc/basics/sql.html)
    but its not creating the procedure.
    and i tried to run a procedure (which is already created) with CallableStatement, and this is also not working.
    how to get this.
    thanks and regards
    pavan

    Hi,
    SInce the PL/SQL block is keyed in dynamically, you probably want to use the anonymous PL/SQL syntax for invoking it:
    // begin ? := func (?, ?); end; -- a result is returned to a variable
    CallableStatement cstmt3 =
    conn.prepareCall(“begin ? := func3(?, ?); end;”);
    // begin proc(?, ?); end; -- Does not return a result
    CallableStatement cstmt4 =
    Conn.prepareCall(“begin proc4(?, ?); end;”);
    SQLJ covered in chapter 10, 11, and 12 of my book furnish a more versatile dynamic SQl or PL/SQL mechanisms.
    Kuassi
    - blog http://db360.blogspot.com/
    - book http://db360.blogspot.com/2006/08/oracle-database-programming-using-java_01.html

  • Huge apple fan, have thousands invested in stock and products. I'm deployed and I want to know a way to play my PS3 through the thunderbolt connector to HDMI? is there any software to support this?

    I would like to start off by saying, that I'm a huge apple fan, even own 8 shares. I have everytihing apple, from multiple phones, two ipads, macbook air, macbook pro, time machine, and 2 apple tv's. So, I easliy have invested enough for a reponse. But, I'm really frustrated right now because I'm deployed and I would love nothing more than to be able to play my PS3 on my macbook pro. I know that this would be easily possible if mac devoted a week to a solution. Or maybe there is already software that would allow me to use my thunderbolt connection to HDMI to connect to my PS3. I have the hardware, all I need is a program that would reconize this. This would only help there sales, so I don't understand why you can't already do this. To be able to use your screen on your macbook pro as a TV for your game consoles would be a huge to boost sales. Please tell me if this is possible and what I need to do it? Or please tell me why this is not possible?

    Welcome to Apple Support Communities
    What you want is Target Display mode. This mode is only supported in Late 2009 and Mid 2010 27-inch iMacs, and Mid 2011 or newer iMacs, but MacBooks Pro are not supported, so you cannot use your MacBook as a display for your PlayStation 4.
    In the case of Late 2009 and Mid 2010 27-inch iMacs, there is an adapter called Kanex XD which allows you to use the iMac as a display for a Xbox 360 or PlayStation 3, but Xbox One and PlayStation 4 are not supported. In other words, you need an external monitor for your PlayStation 4.

Maybe you are looking for

  • Turning off image attachment previews in emails

    How do you turn off in Apple Mail 4 the ability to not preview attached imgaes in Apple Mail? I have lots of emails coming through to me with images attached and it just slows thinks down having to preview them inside the email very time.

  • How to migrate Business Partners?

    Hi All, How to migrate Business Partners from one Solution Manager to another? Both Solution Managers are 7.0 SPS 17. We have already move users and roles. It looks like that we loose messages from projects when we try to migrate them with SOLAR_MIGR

  • Convert SOAP Attachment into SOAP Body

    Hi, I am getting the response from external system through SOAP attachment, how to convert it into soap body. Is there any other alternative apart from PayloadSwapBean, if not, let me know the steps of the same. Regards, B.Anandh

  • Can i update my os 10.4.11 to 10.5

    can i update my OS 10.4.11 to 10.5

  • B2B Document Editor 7.0.5 download

    Hi I want to download B2B Document Editor 7.0.5. But i am not able to find the same. Can anyone please share the link for  B2B Document Editor 7.0.5? Regards, RD