How to Synchronize mappings in OMB?

Hi all,
I have several mappings with a pluggable mapping operator in it. In the pluggable mapping I have made several changes.
Can I use OMBRECONCILE to make all mappings to pick up those changes? In the Design Center I would use Synchronize, but how do I do this in OMB? OMBRECONCILE does not have a source component of type pluggable mapping.
Thanks in advance!
Ed

Hi David,
That is a great blog entry, a lot of things have cleared up for me. Thank you very much. The expert is very handy.
In 10.2 the OMBRECONCILE is replaced with OMBSYNCHRONIZE and this command -does- have the keyword PLUGGABLE_MAPPING. So it is now scriptable, which is good. :-)
Thanks again,
grts, Ed

Similar Messages

  • How to synchronize PI service registry and IBM WSRR

    Hello All,
    In our current project we have developed one web service which resides in SAP CE and is registered in SAP PI Service Registry.
    But our client has IBM websphere that acts as a middleware for all ther services (interfaces/web services)
    Now, I need to understand how to synchronize SAP PI Service Registry with IBM WSRR (Websphere Services Registry and Repository)
    What are the steps/configurations need to be performed at PI end and IBM WSRR end?
    Appreciate your help in this matter.
    Thanks,
    Shriram.

    Hi,
    Refer the below links i think it will be helpful.
    Configuring a central Services Registry:
    http://help.sap.com/saphelp_nwce711/helpdata/en/47/d391d7b8fc3c83e10000000a42189c/frameset.htm
    You can also use the Wizard based configuration: http://help.sap.com/saphelp_nwce711/helpdata/en/f7/6182bd68434595ba5105a0a346efcc/frameset.htm
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00985388-6748-2c10-0d83-f17c3e768a8b&overridelayout=true
    Regards,
    Sudha S.

  • How to synchronize two database in ur java program

    Hi All
    How to synchronize two data base of mysql using java programing language?
    If somebody has any idea that will help me a lot.
    Thanks and regards
    Srikant

    Of corse I have an idea, but not good!
    If you know the database stucture then copy data from one to another.
    Open 2 connections: one to source and one to dest.
    And:
    String sql = "SELCET * from mytable1";// from source
    string sql2;
    Statement st1 = connSrc.createStatement();
    Statement st2 = connDest.createStatement();
    ResultSet rs = st1.executeQuerry(sql);
    while(rs.next()){
    sql2 = "INSERT INTO mytable1 ('field1', 'filed2') VALUES ("+
    "'"+rs.get(filed1")+"',"+
    "'"+rs.get(filed2')+"'"+
    st2.executeUpdate(sql2);
    // the destination was cleared before this: DELETE FROM mytable1 WHERE 1
    This is a mysql sample without processing the errors.
    Szabi

  • How to synchronize Outlook 2010 with SAP Calendar

    Hello colleagues,
    How to synchronize Outlook 2010 with SAP Calendar??
    Thanks

    Install MfE (Mail for Exchange), then follow this: http://www.google.com/support/mobile/bin/answer.py?hl=en&answer=147951
    You can sync your mail, contacts and calendar with Google Sync. Tasks and notes are not supported. (Notes syncing is not possible with MfE anyway.)

  • How to synchronize a cell in form with a cell in MS excel sheet

    dear all
    I can successfuly export data to excell using the ole2 package. But the problem is that exporting data from A datablock in a form to Excel sheet is not enough.
    I need to automaticaly copy updates occures on the datablock to its equilivant in the excel sheet. In other words , i need to synchronize my datablock items with facing cells in the excel sheet,so the cells'values in excel sheet automatiacly changes to be the values in the datablock items
    please help

    Dear all
    I can successfuly export data to excell using the ole2 package. But the problem is that exporting data from A datablock in a form to Excel sheet is not enough.
    I need to automaticaly copy updates occures on the datablock to its equilivant in the excel sheet. In other words , I need to synchronize my datablock items with facing cells in the excel sheet,so the cells'values in excel sheet automatiacly changes to be the values in the datablock items
    I searched the web several times . Some people adviced me to use "Apache-jakarta-poi" . It is a pure java code. But my knoledge in java is limited.I asked on Oracle forums -
    how to synchronize a cell in form with a cell in MS excel sheet - but no one can help
    I tried the oracle forms demo "OLEEXCEL.fmb" . But this form is not working correct .
    I need to embed ole2 in my form that holds excel sheet and passes values from text items to the excel sheet.
    My last try is that I did the following :
    1- in the main canvas i insert the OLE2 control
    2- Right Click and choose insert
    3- from the dialog i chosed Excel Sheet
    4- I placed a button on my canvas then i on the button I write this code
    declare
    worksheet ole2.obj_type;
    cell ole2.obj_type;
    args ole2.list_type;
    begin
    forms_ole2.activate_server('block1.excel_sheet');
    worksheet := forms_ole2.get_interface_pointer('block1.excel');
    args := ole2.create_arglist;
    ole2.add_arg(args,1) -- column1
    ole2.add_arg(args,1) -- cell1
    cell := ole2.invoke_obj(worksheet,'cell',args);
    ole2.destroy_arglist(args);
    ole2.set_property('cell','value',:text1);
    ole2.release_obj(cell);
    ole2.release_obj(worksheet);
    end;
    I get this error ora-305500
    and when i debug , the code stop in this line : cell := ole2.invoke_obj(worksheet,'cell',args);
    please help

  • Hey. anyone knows how to synchronize the different sounds in a song the most easy way?

    hey. anyone knows how to synchronize the different sounds in a song the most easy way?

    Play better... just kidding.  Set an appropriate quantize value for all the regions in the inspector window. If you are doing live playing and need to synch to that it is MUCH more complicated. If you're new at this it might actually be easier to re-play it.

  • How to synchroniz​e sampling on PXIe-5162

    Hi, I need to characterize phase and amplitude imbalance of two quadrature signals from a 14bit TxDAC. I selected two 5162 modules to do the job. The signals can have a frequency of up to 1.2GHz..
    Is PXIe-5162 capable of doing this job?
    The plan was to record a long sample of the signals and then do the processing in ie. Matlab.
    I am facing a few problems. Is it possible to synchronize sampling of all channels on one 5162 module, and how to synchronize sampling of 2 x 5162 modules with enough accuracy to have a phase resolution below 1deg?
    Are there any examples of how to synchronize sampling of multiple channels/modules in LabView ?
    Can the phase and amplitude measurement be done directly in LabView without involving Matlab?

    Hi Robert,
    Did you already read some white paper and KB about synchronization using LabVIEW?
    http://www.ni.com/white-paper/11369/en/
    http://www.ni.com/white-paper/4322/en/
    You can find some other white papers on ni.com. I think this will be a good start before doing something else.
    You also can search in the LabVIEW examples.
    Here some information about the measurement of the phase and the amplitude:
    http://zone.ni.com/reference/en-XX/help/371361H-01​/lvanls/amp_and_phase_spectrum/
    http://www.ni.com/white-paper/7670/en/
    Let me know if it is good
    Jean | Applications Engineering | National Instruments Switzerland

  • How to synchronize two fpga DIO?

    Hi!
    I am using two FPGA 7962R (flexrio) with each 6581 terminal board in PXIe-1082 chassis. My problem is how to synchronize two 7962R digital output with PXIe-1082 chassis backplane signal Dstar* or Clk10 or DAQ signal.
    Actually I tried the synchronization with one DAQ counter clock (confering 'Gen Dig Pulse Train-Finite_NI. vi') , and get the signal PXI-Trig0 by source terminal and target terminal connection, but that one does not work properly. Especially, one trigger signal in HOST to set the starting point of each FPGA (7962R), make error by depending on the trigger signal value(Hz value and Timed loop clock in FPGA vi). It was very tricky and not reliable. (I am attaching figure files as explaining the situation)
    My aim is simply to use two FPGA 7962R Digital output as one FPGA, for controling X-axis, Y-axis with each FPGA, while able to change each FPGA (X-axis, Y axis) digital output value. Because the synchronization is not correct, X,Y axis control with Two FPGA currently is out of target if I use simply while-loop design in HOST and timed-loop design in FPGA vi. What is correct design to synchronize the two FPGA 7962R without using PFI line, only with PXIe-1082 chassis backplane signal and able to change the digital output value? Please let me know any idea for HOST vi, FPGA vi programming.
    Many Thanks
    Attachments:
    host1.png ‏47 KB
    fpga1.png ‏131 KB

    Posted response to this in the following thread:
    http://forums.ni.com/t5/Real-Time-Measurement-and/synchronization-two-fpga-7962r-digital-output/m-p/...
    Patrick H | National Instruments | Software Engineer

  • How to Synchronize an association with Database Changes

    Hi,
    I was wondering if someone has any ideas about how to manage FK changes with the BC associations. In general my questions center around tooling support for re-factoring associations and syncing them with db changes. I have read the following but all these discuss entity attribute related changes which are simple to manage.
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcentities.htm#ADFFD169
    http://jdeveloperfaq.blogspot.com/2010/02/faq-15-how-to-synchronize-adf-entity.html
    Re: How to manage ADF BC components in the case of datamodel changes
    I have 4 use cases.
    Case 1: When an association is added to the db, how does one bring it to the BC layer.
    Case 2: Deletion of an association from db is easy to manage because once it exists in bc layer, it can be treated as a valid one at the model later regardless of its existence on the db.
    Case 3: When an association is modeled in BC layer and a corresponding FK does not exist in DB. How does one turn that association into a physical FK in the db if one wants to install a FK. What is the naming convention for installing such a db FK constraint that can sync easily with tooling. I understand that it is not necessary to have a physical FK as the BC layer will take care of enforcing the relationship. But my requirement is that first the modeling at bc layer can go on and then the constraint can be implemented at a later date.
    Case 4: When a FK is renamed in db how does one reconcile that with a previously created association at the model layer based on an old fk with a different name.
    Thanks,

    The synchronize with DB will pick up new FK defined in the DB and will suggest to add them to your ADF BC layer.
    You can also generate DB objects from your ADF BC layer.
    Drag your ADF BC into an ADF BC diagram, select all of them, right click and select Generate Business Object->Database Objects
    This will create the objects in the DB - note though that this will override your DB objects.

  • How to synchronize records

    Hi,
    I have created a Master form & Detail table. In this the detail table fields few of those I have kept in the table and some I have dragged it outside the table.
    Now when I try to navigate between detailed records, the value of columns which I have put outside the table are not changing.
    My question is how to synchronize these values. I remember I have done similar thing few months back , didn't remember exactly now.
    Tried adding the table name to partial trigger without any success.
    Any help
    TIA

    Hi ,
    Thanks for the reply .
    I am using Jdev 11.1.1.5
    I am trying to create a form where master block is dept form and detail table is emp.
    I have create BC based on these tables and I have dragged on to jspx page.
    Now for some columns from emp I want to display it separately from the table . So i have created a panelgrouplayout and on that I have put these columns beside the table.
    Now the value for these columns are displayed but when I move to records in the table to the values on the panelgrouplayout are not changing. These are based on the same VO(empvo).
    If i dont use any layouts then its working fine, but I need to format the display for that I need to have a layout as well.
    How can I do that please advise.
    thanks

  • How to synchronize NI-Scope and DAQ

    I use a PXI-1042 System with a PXI-5124 Ni-Scope Card and a PXI-6120
    with traditional DAQ controlled by a PC running WinXP and LabView 7.0
    The intention of this setup is to make synchronized acquisition with
    both cards with different sample rates. For the sake of an example let's
    assume the NI-Scope runs at 100MS/s and the DAQ (6120) with 100kS/s. The Trigger is generated by
    analog triggering of the 6120. I'm looking for a solution to garanty
    that for a STOP trigger with post-trigger scans the last sample of the
    6120 coincides in time with the last sample of the NI-Scope 5124 card.
    Or to put it in more general terms a way to identify which of the 1000
    Samples the 5124 Card takes in the sample interval of the 6120
    coincides with the respective sample of the 6120 ? The point is to have
    a time resolution (for phase difference measurements) better than that
    given by the samplerate of the PXI-6120.

    Here you can find an example that shows how to synchronize a DAQ-Device with a Scope-card:
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3E2C556A4E034080020E74861&p_node=175382&p_source=External
    Hope this helps.

  • How to synchronize NI-Scope and traditional DAQ

    I use a PXI-1042 System with a PXI-5124 Ni-Scope Card and a PXI-6120
    with traditional DAQ controlled by a PC running WinXP and LabView 7.0
    The intention of this setup is to make synchronized acquisition with
    both cards with different sample rates. For the sake of an example let's
    assume the NI-Scope runs at 100MS/s and the DAQ (6120) with 100kS/s. The Trigger is generated by
    analog triggering of the 6120. I'm looking for a solution to garanty
    that for a STOP trigger with post-trigger scans the last sample of the
    6120 coincides in time with the last sample of the NI-Scope 5124 card.
    Or to put it in more general terms a way to identify which of the 1000
    Samples the 5124 Card takes in the sample interval of the 6120
    coincides with the respective sample of the 6120 ? The point is to have
    a time resolution (for phase difference measurements) better than that
    given by the samplerate of the PXI-6120.

    Here you can find an example that shows how to synchronize a DAQ-Device with a Scope-card:
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3E2C556A4E034080020E74861&p_node=175382&p_source=External
    Hope this helps.

  • How to synchronize objects

    Hi All,
    I have a report which shows count of various objects in a report.
    These objects are coming from different data providers i.e. Universes and Stored Procedure.
    Now, the problem is, report is showing proper count for the objects which are coming from Universes, but its showing wrong count for the objects that are coming from Stored Procedures.
    So, anyone has any idea how to synchronize these objects coming from different data providers i.e. Universes and Stored Procedure ?
    Thanks in advance.

    Hi Harshad,
    Could you please review the  following simulation if the issue is according to the below mentioned information then test the solution.
    Requirements:
    1. Report X based on two blocks A and B issued from two data providers A and B.
    2. Data provider A based on an stored procedure A providing a dimension A (DimensionA displaying figures with a NUMERIC TYPE).
    Block A
    Column A
    1
    2
    10
    5
    3. Data provider B based on a universe B and a dimension B with a CHARACTER TYPE.
    Block B
    Column B
    8
    9
    11
    25
    To synchronize the dimensions A and B the idea is to turn the NUMERIC TYPE of the dimension A into a CHARACTER TYPE as the B one.
    As the type of the dimension A cannot be changed within a report, the idea is to export the stored procedure storing the table A and the column A to an Access database as a table A.
    Inside Access the column A having a NUMERIC TYPE can be turned into a CHARACTER TYPE.
    The following step is to insert into a universe A the table A and its column A to create a dimension A.
    Having a CHARACTER TYPE the dimension A can be linked to the data provider B containing the dimension B
    STEPS
    1. Import the table A from stored procedure within an Access database A as table A.
    2.Turn the type of the stored procedure numeric field into Access as a CHARACTER TYPE.
    3. Create a universe A based on the access table A.
    4. Open the report X.
    5. Insert a table on the universe A, and select the table A.
    6. Open the micro cube.
    7. Start the synchronization between the objects A and B.
    As the objects A and B have the same CHARACTER TYPE. These objects can be successfully synchronized.
    I hope this will help you.
    Regards,
    Sarbhjeet Kaur

  • How to synchronize if one servlet read a file and anothe servlet update the

    How to synchronize if one servlet read a file and anothe servlet update the file at a time?

    Create a class that holds the reference to the file and do the whole file manipulation just in that class. than synchronize the read and write methodes. A reference to this file handler class can be stored to the servlet context in one servlet and read out from the servlet context in the other servlet.

  • How to synchronize my itune account from pc to my ipad?

    how to synchronize my itune account from pc to my ipad?

    This was the help that I was offered. Hope it helps. My problem is that when I switched to MBP, iTunes on the mac won't sync with my devices from the PC iTunes without a restore or "reformat" of the iPhone, iPod.
    Read:
    http://www.apple.com/support/switch101/
    http://www.macworld.com/article/1153952/superguide_switchingtoamac.html

Maybe you are looking for

  • Mini-DVI to VGA flicker with Snow Leopard and 2nd monitor

    I have a 24" iMac (fall 2007) and recently purchased a 26" Vizio (VMM26F10I) and connected it as a 2bd monitor for my iMac using the Mini-DVI to VGA adapter Apple sells. The new monitor will flicker now and then and some times will go to no signal. I

  • ITunes backing up to the wrong folder

    To save space on my computer I moved my iTunes folder to an external drive. I accidently connected my iPad to iTunes without the external drive plugged in. iTunes now keeps trying to create a new folder on my computer even when my external drive is p

  • Dbms_lob.createtemporary  memory leak even with dbms_lob.freetemporary

    I've got procedure which basicaly transforms one xml structure into other xml structure and then inserts that other into clob column. I'm using xmlParser.parser , xmlDom.DomDocument . After every iterations of procedure my PGA grows . I'm using xmldo

  • Trying to find the AICCTracking_for_director.html file

    I am trying to find the AICCTracking_for_director.html file. Can anyone point me in the right direction. I have already tried downloading and unzipping the DirectorLessonBuilderSupport.zip file on the adobe site but without success. It downloads fine

  • Attach smartform to T code FBCJ

    HIIII Experts, Can you please tell me how to attach a driver program smartform to T Code FBCJ(Cash voucher), I have already created a smartform for the same, but dont know how to attach it?? PLS HELP!!!!! Regards Rajeev khatri