Retrieve the BAM data

Hello, imtrying to extract data from a database external in BAM to create reports and send them by E-mail. The first thing I have tryied is to generate a BPEL process with a custom query and enter that data in the bpel variable, now what I have to do is to transfer this extraction into Dataobject BAM. So, I managed to create an activity sensor, attached to an empty activity to transfer the data from the variable to the DataObject object. The thing is that when I run the process the only result im getting, is the first line in the query. I heard a BAM adapter that could do all the work. Currently, I searched in the range of components for this service, but I had no luck.

My BPEL version is 10.3.1
identical to BAM.

Hello
BAM adapter is available only in 11g.

It was BAM / BPEL integration with sensors on 10.1.3.4/10.1.3.5

You can also use BPEL 10.1.3.4/5 with version 11g (J2EE) BAM.

Concerning
Poyard

Tags: Fusion Middleware

Similar Questions

  • Recommended value for the BAM data expiration time

    Hello

    Can someone tell me what is the recommended value for the BAM data expiration time?

    Enterprise Server default is 24 hours, but I would like to be able to raise the average runtime instance after several months. Is it reasonable to the value of the time-out value a high value? Or it will have an impact on the performance of BPM/BAM?

    Thanks in advance.

    Best regards
    CA

    Normally, we keep the BAM data expiration time at halfway with 24 to 72 hours. For historical reports that you are looking for the Data Mart / Data Warehouse DB are more logical. This database stores the data forever and takes pictures at longer intervals, normally 24 hours. These data are not in time real normally then because a capture instant is only taken once per day but will give you historical reports that you are looking for. The data from this database structure is almost identical to the BAM DB.

  • Failed to retrieve the target data system for FDM 11.1.2.3 HFM adapter

    Hello gurus,

    : Server 1 HFM

    : Server 2 FDM

    Server 3: Database server

    1. I have managed to create an application of FDM using FDM web client.

    2. later I imported the FDM adapter - FM11X-G6-C in the Workbench of FDM and also saved the file fdmFM11XG6C.dll successfully.

    3. We then defined the Machine profile and also specified with the custom sizes available in our HFM application.

    4. we have then configured the adapter with success.

    5. we get the following question when browse us the metadata -> control tables

    Cannot retrieve the data on the target system

    6 log has the following entry

    Error:

    Code...-2147220966

    Description... System.Runtime.InteropServices.COMException (0x8004021A):

    {0F677127-F815-4495-8290-AF2899C9482F}1-2147220966010/16/2013 07:41:57< servername FDM >CHsxClient.cpp282011.1.2.3.000.4045Unknown error

    at HSXCLIENTLib.HsxClientClass.OpenApplication (String bstrClusterName, String bstrProduct, String bstrApp, ppIUnkServer, & object object & ppIUnkSession)

    at fdmFM11XG6C.clsHFMadapter.fConnect)

    Process... clsFMAdapter.fConnect

    Component... D:\FM11X-G6-C_1002\AdapterComponents\fdmFM11XG6C\fdmFM11XG6C.dll

    Version... 1116

    Identification:

    ... The admin user

    ... Computer name < servername FDM >

    Connection of FINANCIAL MANAGEMENT:

    Name of the application...

    Name of the cluster...

    Field...

    Connect status... No open connection

    * Start the journal entry for the Runtime Error FDM [2013-10-16 07:41:57] *.

    -------------------------------------------------------------

    ERROR:

    Code............................................. 10054

    Description... Adapter function [fConnect] failed.

    Process... clsBlockProcessor.DimensionList

    The component... upsWBlockProcessorDM

    Version.......................................... 1112

    Thread........................................... 80304

    IDENTIFICATION:

    User............................................. admin

    ... Computer name < servername FDM >

    Name of the application... < name of application of FDM >

    Client App....................................... WebClient

    CONNECTION:

    Provider......................................... SQLOLEDB

    Server data... < database server name >

    Name of database < database name >

    Trust connect... Fake

    Connect status... Open connection

    GLOBALS:

    Location......................................... Sample

    Location ID... 748

    Location Seg... 2

    Category......................................... WLCat

    ID of the category... 12

    Period........................................... Oct - 2013

    Period ID........................................ 10/31/2013

    POV Local........................................ Fake

    Language......................................... 1033

    User Level....................................... 1

    All Partitions... True

    Is Auditor....................................... Fake

    * Start the journal entry for the Runtime Error FDM [2013-10-16 07:41:58] *.

    -------------------------------------------------------------

    ERROR:

    Code...-2146818234

    Description... Adapter function [fConnect] failed.

    Procedure........................................ ObjScriptReturnMarshaler.GetDimensionList

    Any help will be much appreciated.

    Thank you all for your help...

    It was a problem with the Machine profile configuration, where I had updated the username and password and it had to remain a Virgin.

    Keep the username blank password in the configuration of the machine profile has solved the problem.

  • retrieve the last date of the month

    Hello

    I give myself a date. I want to find the last date of the month containing the given date.

    Is there any built-in why?

    Thanks in advance.

    DateTimeUtilities.getNumberOfDaysInMonth (cal.get (Calendar.MONTH), cal.get (Calendar.YEAR));

  • Could not retrieve the message date

    I tried to show the date of receipt of a message in two ways, first with Message.getReceivedDate () and on the other hand with Message.getHeader ("DATE"). When I try and view the dates with one of these methods, my program stops and nothing is displayed. There are other elements that must be displayed on the screen, but are not. Here is the code I tried:

                                        try {
                                            message1 = currStore.list()[i].getMessages()[0];
                                        } catch (Exception e) {
                                        }
                                        for (int j=0; j < message1.getHeader("DATE").length; j++) {
                                            folderScreen.add(new LabelField(message1.getHeader("DATE")[j]));
                                        }
    
            SimpleDateFormat sdFormat2 = new SimpleDateFormat("h:mma");
            DateField dateField=null;
            try {
                messages = folder.getMessages();
            } catch (Exception e) {
            }
    
            if (messages.length >0) {
                dateField = new DateField ("", messages[messages.length-1].getReceivedDate().getTime(), sdFormat2);
            }
            Dialog.alert(dateField.toString());
    

    What I find really puzzled, it's that when I commented the line of folderScreen.add () in the first piece of code, the rest of the items on the screen appear as expected. In the second piece of code, the screen appears as expected when the Dialog.alert line is commented out. The debugger does not all exceptions or other errors.

    I use JDE 6.0.0 with the Simulator v6.0.0.396 9800, 9800 v6.0.0.246 peripheral.

    Getting the date of the message is crucial to my project. I'm trying to recover the incorrect date? Is there another way to extract the date?

    Thank you

    Scott

    Crisis averted. I've never understood why the first block of code has failed (I suspect because 'DATE' is not a valid header field), but the problem in the second block was that I was using Dialog.alert. I have it displayed via LabelField and it worked. Still confused, but I'm able to go forward now.

    Thanks anyway,

    Scott

  • Retrieves the CLOB data when you use the keyword DISTINCT to the other columns

    I have a question about how to recover the CLOB data.

    The requirement is something that there are about 20 + columns I need to recover around 5 tables joined in the select statement.
    Since the result set after that join will also duplicate values, I need to use the distinct keyword to filter the result set.
    But there is in the columns of 20 + 2 columns to CLOB data I need to recover.

    Whenever I have use SEPARATE, I'm ORA-00932: inconsistent data types: expected - received the CLOB error.

    I know that this DISTINCT keyword cannot be used for CLOB data types.

    So can anyone here help me with any work around / another way to get the CLOB value in the QUERY SELECT.

    So please help me out in the present.

    Hello
    This forum is for problems using SQL * Developer. If the problem only occurs if you are using SQL * Developer then please give us the SQL code that you are running.
    If it happens in SQLPLUS then, it would be preferable to raise it in the SQL Forum-

    Forum: SQL and PL/SQL

    SQL and PL/SQL

    This forum is for problems using SQL * Developer.

    Kind regards
    Mike

  • Lost recovery key and need to retrieve the current data

    Yes.

    It's a really bad situation.
    In order to regain sync I have to generate a new recovery key
    But the recovery key generator will mangle the data synchronized.

    Is it possible to recover the data?

    I was not able to sync with Firefox on Android and a few days ago my hard drive gives up so I had to reinstall windows.

    It is amazing that nobody reads the entire post.

    "I was not able to sync with Firefox on Android and a few days ago my hard drive gives up so I had to reinstall windows."

    Where was the big warning sign when I joined firefox sync?.

    Thanks for a useless service. Now, I have a lot of passwords to reset...

  • retrieve the RAW data in car

    I accidentally deleted a volume under disk management and I have them reassigned back but without the drive format

    so now, the drive that displays raw

    I wanted to recover the data within which are about 250 GB of photos

    no idea how can we recover all the data?

    Hello Mamimo,

    Thanks for posting your query in Microsoft Community Forum.

    Drive hard RAW or unallocated is one that does not contain a recognized partition and so do not appear as a drive letter on your computer. This is usually because your existing partition got corrupted and is no longer recognized by the operating system.

    Common causes for this are malicious virus or a system crash.

    Refers to the RAW "not having undergone processes of preparation, dressing, finishing, refining or manufacture", which describes how the hard drive was once sent from the factory, without partition. RAW and unallocated are terms used in the Windows disk management (click right on my computer > Manage > disk management) to describe the State of the reader.

    You can use third party software to recover the data by using your favorite search engine.

    Important: using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Hope this information is useful. Please feel free to answer in the case where you are facing in the future other problems with Windows.

    Thank you.

  • Is it possible to retrieve the record date of maximum in one step?

    Look for not having to create two steps for these data (for example, create a table with the values I want and then in the second stage, link to these maximum values)

    So, what I have is:

    SELECT
    a.mbr_id
    b.address_1
    b.address_start_date

    Of
    Member has,
    b address

    WHERE a.mbr_id = b.member_id

    GROUP BY
    a.mbr_id
    b.address_1


    There may be a mbr_id attached to many address_1 in the address (but only a record of mbr_id by Member to Member). So, I want to, on one line, address_1, which is attached to the maximum address_start_date.

    Is it possible to do in 1 (one) step? Or what I need to create a table with the values maximum address_start_date first, then link to this table in a second time to get the max address_1 values?

    NOTE: in the SQL above, I added address_start_date just to show that this field exists in the address, I know that I must remove this, if there is another way to get what I want.

    Thanks for any help...

    Hello!

    Try the following SQL code:

    SELECT
    a.mbr_id
    substr (MAX (to_char (b.address_start_date, ' ' YYYY/MM/DD HH24:MI:SS) | b.address_1), 20)-if 20 is not OK try 19 or 21

    Of
    Member has,
    b address

    WHERE a.mbr_id = b.member_id

    GROUP BY
    a.mbr_id

    Explanations:
    1. "to_char (b.address_start_date, ' ' YYYY/MM/DD HH24:MI:SS) | b.address_1' allows you to link an address on the date indicated on the same line and the date is in a format that is well ordered as VARCHAR2.
    2 MAX (...) will build on the first 19 characters (the length of the day)
    3 SUBSTR (...) allows you to eliminate the date (which was used only for the order) and have the address only.

    Please please tell me if this solves your problem.

    Published by: user1810145 on October 27, 2010 08:07

  • delete records of the condition-based BAM data object

    Is it possible to delete files or data data object when any user defined condition occurs? This means that I have used the data object which consists of salary, I want to delete all data in the BAM data object when the salary is higher than 700000.

    Yes. You must create an alert in Active Studio which will remove based on this condition. Choose an event (each date interval starting at a specific date, at a specific time), and then select the action 'Clear data from a data object', choose your object data, and then add a filter for salary higher than 700000. Once the time comes it will remove the records.

    -Keith

  • Hi all, please help me to retrieve the last record value in field

    Hi all

    Shape the table below, I want to retrieve the latest data from column 4 disks in a new field that will be my field of view as shown in the end of the table by means of BI publisher, please help to achieve this goal.

    Column1 2 3 4 5 6

    May 1, 1067205671982868062
    May 1, 10034925706902868065
    15 May 102500005456901634220
    15 June 106000000-543101657501

    New field -54310

    Thank you and best regards,

    Prasad.

    something like

    for each: ByWhichLoop [last()]

    end foreach

  • process BPMN 11 g does not receive data in BAM data objects

    Hello

    I have a question which I do not get the instance data in default BAM data objects (COMPONENT, COUNTER and INTERVAL have 0 rows) when launch and test an instance of my approach. I did the following:

    -created a simple SOA/BPM project with a simple process. Interactive 2
    -together project preferences/analytical summary of sampling points to 'Generate for all activities' in the TEMPO of the project and set the target of data to "BAM", set the adapter JNDI name and kept by default data Path object (/ samples/monitor Express). I checked the processes and activities of sample Points and they all inherit
    -J' deleted data objects using the BAM architect and redeployed my simple application
    -Although I have a few unique constraint errors (I found a few articles on it but don't not fixed) 3 data objects get created ok
    -J' I then test my application in Enterprise Manager and click on the second interactive
    -At this point I expect to see the data in the BAM data objects, but I don't see any. Always 0 rows :-(- am I right to expect something?
    -I see no error in the weblogic console when using the instance

    Any ideas what I can check next?

    see you soon

    Tony

    Hi Tony,.

    Content of the data objects BAM are not met, unless some action to disable, remove process measures to send to the BAM engine is disabled.

    Connect to Oracle Enterprise Manager Fusion Middleware console and navigate to soa-infra > SOA Administration > BPMN properties > BPMN more Configuration properties to display the BPMN configurable engine MBean properties.

    Scroll the list to check the DisableActions property.
    The default value of this property is BAMCommand, what actions of measure removes to send to BAM. Disable this field (leave it blank) and save the settings.
    Look below the post to find the screenshots for same.
    http://beatechnologies.WordPress.com/2012/11/08/open-a-workflow-task-or-instance-trail-from-Oracle-BAM-11g/

    Kind regards
    Afonso

  • Failed to retrieve the DIAdem DataFinder research data, using data-finder toolkit LabVIEW 2009

    I am facing problem to retrieve the DIAdem Datafinder data.

    At first, I developed this project in LabVIEW 2010. But because of a problem that I met in LabVIEW 2010, I thougth to work on the project in LabVIEW 2009.

    Then, I reused the project that I created using LV 2010 using option economy for the previous version.

    When I tried to retrieve the data from the tiara using data finder toolkit. I got a 305505 warning. Please see the attached message of Warninig.

    But I have not seen this warning while I was working in LabVIEW 2010 and also, I was able to get the data from the tiara.

    Please suggest me a way to solve this problem.

    Hi Nanda,
    There is a bug when using the SDK use in combination with DataFinder Toolkit 2009.
    This bug is already fixed in LabVIEW 2010 and use SDK 2010. But as you said there is another question in LabVIEW 2010, forcing you to LV 2009.
    I suggest you use LabVIEW 2009 with use SDK 2009 and DataFinder Toolkit 2009 and instead to use the "Waveform.vi results" to read the search results, I would recommend to use the screw storage. I spread your example VI and it attached to this message. You will still see the dialog box to search for "lvStorage.dll" but it will automatically disappear and the VI works anyway because in this case LabVIEW will find the dll itself.
    My extended VI uses the '_openWithRoot.vi' to open a file with a different use than CT or PDM. This VI is also described in the following knowledge base article: http://zone.ni.com/devzone/cda/epd/p/id/4181
    With LabVIEW 2010 use support has been enhanced and fully integrated in the standard palette of storage screws. So in LabVIEW 2010, you can replace the "_openWithRoot.vi" with the 'Open Data Storage.vi' standard but with LabVIEW 2010, you can also use "Waveforms.vi results" to read the search results.

    I hope this helps.

    Kind regards
    Eva

  • BlackBerry Z3, I lost all my data on my SD storage card, please help me to retrieve the data.

    Dear Sir.

    I lost all my data on my SD storage card, please help me to retrieve the data. I have a Z3, just bought only a week before, I removed the card with the phone off and then give the card again and noticed that I lost all the data. Please help

    Try restarting your phone. Sometimes it shows data that brought them "disappeared". To do this, hold down your power button for about 15 seconds, until you see BlackBerry on your screen. Do not release the button until you see that without taking account of any other thing you see before that.

    Try this and post back with your results.

  • Retrieve the time WITHOUT the current date

    Hi, I would like to retrieve only the current system time.

    If I use the System.currentTimeMillis (), I'll be able to retrieve the date and time and have long value of it since 1970. Is it possible to get the current time from the beginning of the day? Or at least format after I have recover time current time system?

    Maybe I can get the time current system in milliseconds, and then subtract the date in milliseconds of her current system? Are there more simpler way?

    Please help me! Thanks in advance!

    That's what I mean:

    long ldate = System.currentTimeMillis();
    String date = new SimpleDateFormat("dd.MM.yyyy").format(new Date(ldate));
    
    helpint = Integer.parseInt(date.substring(6));
    calendar.set(Calendar.YEAR, helpint);
    helpint = Integer.parseInt(date.substring(3, 5));
    calendar.set(Calendar.MONTH, helpint-1);
    helpint = Integer.parseInt(date.substring(0, 2));
    calendar.set(Calendar.DAY_OF_MONTH, helpint);
    calendar.set(Calendar.HOUR_OF_DAY, 0);
    calendar.set(Calendar.MINUTE, 0);
    calendar.set(Calendar.SECOND, 0);
    calendar.set(Calendar.MILLISECOND, 0);
    long startTime = calendar.getTime().getTime();
    
    int diffinmillis = ldate - starttime;
    

Maybe you are looking for