Creating flat file saying what a BPM did

Hi all
Can someone give me some light in how to create a fltat file that says what did a BPM did correct.
All the system and application exceptions are handled  but I need that if something wrong happens it should  write this on a file.
Thanks in advanced
Regards
Emmanuel

Hi Emmanuel,
If you have an exception then in the exception block you can use one more send step and can send a file. Now here if you want you can use the transformation step and write a user defined error which would write an error file. You can use the same mapping with different error based upon your exceptions.
Regards,
---Satish

Similar Messages

  • Creating flat file on other machine.

    Hi All,
    I am working on ODI 11g( 11.1.1.6).
    i want to create flat file on another machine.
    lets say, i have two machine A & B.
    Machine A contain ODI 11g, Machine B contain source (Oracle) and Flat file location which is Target.
    How to create flat file in machineB as target.
    Please heip.
    Regards
    Prashant

    Thanx for replay,
    In machineA ODI 11g is installed.
    source and target are on machineB.
    In Physical Architecture i am able to map source(Oracle) machineB using IP,
    but for file, i am not able to map with target machineB, to generated flat file.

  • Create source structure -Need to create flat file or table?

    Hi All,
    Can any one let me know what needs to be created?? it should be flat file or a table on the data base?
    I am going to reecive flat files from the source system??
    If it is a flat file then is there any way to create flat file structure in the DS using SQL query statements?
    Thanks
    Rajeev

    you can create table same as file structure and use the table instead, but how are you going to populate the table with the data from flat file ? you will need some application to do that, you can do this is DS by creating a file format and using the source file as input for that file format and create a template table as target for the database datastore to wihch you want to load data from this source file, and use that table as source in other dataflows
    you can also create the table with the same structure in the database and import that in Datastore and use that as target for the source file

  • Creating flat file

    Hi all,
    I have some data structured in table.
    How to create flat file which has data in table format using java?
    thanks in advance,
    amar

    As usual -:) You write the table row by row to a textfile turning the variables into text.

  • Unable to create Flat File

    Hi,
    I am trying to create a flat file source system in BW.When i do that i get an error   ' No entry for BW_USER in table RSADMIN available'.ANy ideas pls?

    Hi,
    Goto RSA1 -> Menu path "Setting" -> "Global Setting" -> Enter the background under "BW User ALE" field. You first have to creat a user like "ALEREMOTE" in SU01 and then assign that user here. After that try creating flat file source system.
    Hope this resolves the problem.
    - Parin Gandhi.

  • Confirming, indexing, creating peak file. What's this all about?

    Althought I'm new to PrPro (see my very first post, it was the that I just started using this app), premiere already ate me that anywhere I go, when it comes to video editing, I am in its belly. But still I want an explanation regarding (again) about this message that's appearing in the status bar: 'conforming ?????.mpg". I don't really understand what's this all about. A little explanation is a lot to me. But what I am concerning about this thing is, it seems to be endless. PrPro had done already on all of my assets, conforming, creating peak files, indexing, but it still keeps on doing it again and again. Is there a problem with my audio/video files?
    During the first time of my use, I didn't mind. I didn't even notice it. But now I started to be concerned with it since I my pc really slows down when PrPro starts this seemingly perpetual activity. If there's a problem somewhere else please help me.

    Did you notice that you make the same mistake as one of our regulars here, the_wine_snob, otherwise known as Bill Hunt, in leaving out one 'a' in my last name? I'm not offended but wonder if that is a human trait to not overdo it and two 'a'-s may be too much?
    I resemble that comment! Harm, you have to realize that I am from Mississippi, and everyone is known as Billy Bob, Joe Bob, or Bubba. We had no Harm Millaards - too many double vowels and consonants for us. At least this helped, when I signed up for a bunch of X-rated sites, as Harm Millard...
    OK, where were we? LameTiger (check that spelling, as I think I got it wrong again and apologize profusely), when one has non-standard footage, three thing need to happen: the files need to be indexed, the Audio must be Conformed (CFA files) and the Waveform Display (PEK) files must be created. Depending on the number of files, their Duration and one's computer's speed this can take from moments, to maybe 20 mins.
    If you have not just loaded up this Project, then gone for a cup of coffee, or tea, I urge you to do so. There is a tiny progress bar in the very lower-right of the GUI, that traces this. Let it happen, and be patient. I know that this sounds like a scene from the Karate Kid, but it's important. Many systems will crash, if one tried to do anything, before this process completes. I can work (albeit slowly), during the process. Many cannot.
    Now, if you HAVE patiently waited this process out, and it has completed, AND the next session yields the exact same thing, then something is not quite right. Could be files getting moved, deleted, or otherwise not available to PrPro, or some setting in one's Scratch Disks, or some other problem.
    Hope that a bit of patience, and a cup of Darjelling helps. Please let us know.
    Good luck,
    Hunt

  • Createing flat file in cold fusion.

    i got a wddx packet and i have to create a flat file out of
    that. i can deserialize and write into a file but how can i make it
    fixed length even though the length of the contents varies in the
    wddx packet

    well, i this file what i am taking about has numbers and
    chars. i wanted each field to be fixed length. i am not talking
    about file length. for example. i have name and account number
    filed. name is 50 chars and a/c num is 10. but the data i am
    getting is name only 10 chars and a/c num is only 5. now in the
    first row i am getting total 15 chars rather than getting 10 + 40
    spaces and 5 + 5 spaces. how can i get that. do you know anything
    about WDDX DTD. can this be utilized here... thanks for your
    help.

  • Creating Flat File Source System in BI

    Hi,
    How can I create a flat file source system in BI???

    Hi,
    Here are the steps...
    1. Go to RSA1.
    2. Click on Source Systems.
    3. In the right pane, right click on Source Systems and say "Create".
    4. Then choose the option of "FlatFile" from the available options.
    5. Give the name to Source system.
    Hope this helps.
    Regards,
    Yogesh.

  • Create flat file from oracle table data

    d_adp_num char(10)
    d_schd_date char(8)
    d_sched_code char(25)
    d_pay_code char(50)
    d_mil_start char(4)
    d_mil_end char(4)
    d_duration char(5)
    d_site_code char(4)
    d_dept_id char(6)
    select payroll_id,
    schedule_date,
    reason_code ,(sched_code)
    reason_code, (pay_code)
    start_time,
    end_time,
    total_hours,
    site_code,
    department_id
    from dept_staff
    where schedule_date between (sysdate+1) and (sysdate+90)
    loading some data instead for the date range.
    sched_code - 'Unavailable' if reason_code = 'OD' and 'LA'
    pay_code - 'BD Berevevement' if reason_code = 'BD'
    'UP Unexcused PTO' if reason_code = 'UP'
    'RG' if reason_code = 'SH'
    'PTO' if reason_code = 'VA'
    these are a few.....
    start_time and end_time - convert into military time
    based on start_ampm and end_ampm
    Based on this, I need help to create a flat file. Attaching sample of flat file and data from dept_staff
    If site_code is there then no need to get department_id( see sample flat file)
    sample data for flat file
    ZZW002324006072012 PTO
    0800160008.00
    ZZW002428106072012 RG
    1015174507.50HM34
    ZZW002391606072012 RG
    1100193008.50
    ZZW002430406072012 RG
    1100193008.50 130000
    dept_staff table data
    PAYROLL_ID     SCHEDULE_DATE     REASON_CODE     REASON_CODE_1     START_TIME     START_AMPM     END_TIME     END_AMPM     TOTAL_HOURS     SITE_CODE     DEPARTMENT_ID
    ZZW0024468     6/8/2012     SH     SH     730     A     400     P     850          12
    ZZW0000199     6/8/2012     SH     SH     730     A     400     P     850          14
    ZZW0023551     6/8/2012     SH     SH     1145     A     930     P     975     GH08     95
    ZZW0024460     6/8/2012     SH     SH     515     A     330     P     1025     GH08     95
    ZZW0023787     6/8/2012     SH     SH     630     A     300     P     850          24
    ZZW0024595     6/8/2012     TR     TR     730     A     400     P     850          90
    ZZW0023516     6/8/2012     OD     OD     800     A     400     P     800          95
    ZZW0023784     6/8/2012     OD     OD     800     A     400     P     800          5
    ZZW0024445     6/8/2012     SH     SH     1145     A     930     P     975     GH08     5
    ZZW0024525     6/8/2012     OD     OD     800     A     400     P     800          23
    ZZW0024592     6/8/2012     TR     TR     730     A     400     P     850          5
    ZZW0024509     6/8/2012     SH     SH     830     A     330     P     700     MK21     95
    ZZW0023916     6/14/2012     SH     SH     1100     A     730     P     850          27

    user_anumoses wrote:
    Any examples, please provide? Thankshttp://www.lmgtfy.com/?q=oracle+utl_file+example
    Handle:     user_anumoses
    Status Level:     Newbie
    Registered:     Jun 9, 2009
    Total Posts:     155
    Total Questions:     60 (55 unresolved)
    why so MANY unanswered questions?

  • Creating Flat file using AS2 Receiver adapter

    Hello everyone
    This is my first AS2 scenario,we are sending 850/Purchaser order  information from SAP to partner.
    what is the processing sequence and module configuration parameters we need to mention for converting the target structure to flat file?
    Regards
    Uday

    Try to search Seeburger scenarios on SDN. There are many blogs and wikis availble now. There you may refer to BIC, classifier and split modules. Understanding of all these will help you in configuring the scenario. If you are stuck somewhere, come up with specific doubt.
    Regards,
    Prateek Raj Srivastava

  • Creating Flat file in Print workbench.

    Hi,
       I have a query in Print workbench.
       I have to diable spooling and printing and I've to create a 'Flat file' instead.
       If anyone worked on this area or if anyone could suggest me some idea, it would be of great help to me.
    Thanks before-hand and Greetings,
    Sasi.

    Hi,
    Take a look at https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1523. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] It gives information on how to setup printer for file output. See if it helps.
    Regards

  • Creating flat file in local machine

    Gurus,
    My database is OLAP database, i need to extract the data into flat file (.csv/.txt/.xls) in to client machine (Local machine, or End user PC) not in to Oracle DB Server.
    Is it possible to achieve the same without using UTL_FILE?
    If so please help me in this regard.
    Thanks in advance.
    Karthik.K

    What client are you running on the PC to connect to the database
    If sqlplus you can spool the output
    Re: Create a file in a local PC.
    Other options some of which write to the client.
    http://tkyte.blogspot.com/2009/10/httpasktomoraclecomtkyteflat.html

  • How to create flat file with fixed lenght records

    I need help to export an Oracle table to a flat file with fixed lenght and without columns separator.
    the fixed length is the more important demand.
    My table have 50 columns with varchar, date and number .
    Date and number columns may be empty, null o with values.
    Thanks a lot for any help.
    [email protected]

    Hi,
    You can use this trick:
    SQL>desc t
    Name                                      Null?    Type
    NAME                                               VARCHAR2(20)
    SEX                                                VARCHAR2(1)
    SQL>SELECT LENGTH(LPAD(NAME,20,' ')||LPAD(SEX,1,' ')), LPAD(NAME,20,' ')||LPAD(SEX,1,' ') FROM T;
    LENGTH(LPAD(NAME,20,'')||LPAD(SEX,1,'')) LPAD(NAME,20,'')||LPA
                                          21                    aF
                                          21                    BM
                                          21                    CF
                                          21                    DM
    4 rows selected.
    SQL>SELECT *  FROM t;
    NAME                 S
    a                    F
    B                    M
    C                    F
    D                    M
    4 rows selected.Regards

  • Creating flat files (.csv) in user defined directory using PL/SQL

    I need to extract data into a flat file (.csv) and store the flat file directly into a directory on local drive as specified by the user at runtime. I do not intend to use the UTL_FILE package. Is there a way put to do this?
    Thanks
    Amit.

    Hi Amit,
    Your users have any shared drive which every one can access? If so follow these steps.
    1> Allow users to select their destination location to an APEX item.
    2> On submit, save the user IP, destination location and user name to a database table.
    3> On submit, using JS, open XLS file template (+kept this template file in shared location+) The template should contain all the macros that will do the needful. I mean they should connect to database and should fill it with data and saving it to user specified location etc.
    Hope it helps.
    Cheers,
    Hari

  • OC4J creating StatelessSessionBeanWrapper files.  What are they?

    When I start OC4J, it creates a bunch of StatelessSessionBeanWrapper.java and .class files in the directory I start OC4J in. The files arn't even in the OC4J directory.
    What are these files?
    Is there a way I can make them go to their OC4J directory?
    thanks,
    Isaac

    Hi,
    We have the stateless sessionbean exposed as webservices
    Once the server is restarted, we are getting a ClassCastException
    java.lang.ClassCastException: IShoppingDiscounts_StatelessSessionBeanWrapper7
    We have to redeploy our ejb application, to get rid of the ClassCastException.
    After redeploying the service everything works fine.Any clue on avoiding this situation.
    Thanks
    - Gana.

Maybe you are looking for

  • Stock Report to Include Released Quantities in Pick & Pack Manager

    Hi, I have the following Stock Report that has been written to include various other information I need to look at regularly, but I am looking to include what quantity per stock code is released in Pick & Pack Manager. Is anyone able to help me on th

  • Install problem in step "Prepare to Configure AS Java"

    This step performs extracts to /usr/sap/trans. During the night directory reached 100%. I added more space and replied OK to retry. I receive the following error message: Error occurred while trying to copy software archives to /usr/sap/trans/EPS/in/

  • Fixed & Variable Cost flow to COPA Value fields

    Hi All, I am using the Fixed & Variable Cost option that has to flow to COPA (under which mechanism it will flow to COPA Value fields). as structure based sample from OKTZ to KE4R OKTZ KE4R 01 10 Raw Material 3 Sum of Fixed & Var ROHST Raw Material C

  • Misunderstood WSDL file.

    Hi, I'm trying to create a Web Service using WSDL http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl but HTML DB fails with message : The WSDL document could not be understood by the HTML DB engine. Then I submitted my problem to NCBI help

  • Ps3 says not enough memory but its empty?

    Have you deleted the Game Data? Your hard drive only has half of the available space free, which means something is still installed. The PS3 OS data should only take up a couple of gigabytes. Check movies, music, Game Data & Game saves and see if the