Interface using add/remove data set i.e set operator

Hello...Experts,
I have another problem on add/remove dataset.
Suppose I have 3 source tables having same structure. let's say TAB1(empno,ename,deptno),TAB2(empno,ename,deptno) and TAB3(empno,ename,deptno),but the values in tables are different, and target table TARGET_TAB(empno,ename,deptno,v_ename,v_empno) and I want to map using Union and Intersection operator.
My mapping is like this:
Dataset1
TAB1 TARGETTAB_
empno--------------- empno
ename--------------- ename
deptno-------------- deptno
v_ename
v_empno
Dataset2
TAB2 TARGETTAB_
empno----------------- empno
ename
deptno----------------- deptno
ename------------------ v_ename
v_empno
Dataset3
TAB2 TARGETTAB_
empno
ename-------------------ename
deptno------------------deptno
v_ename
empno-------------------v_empno
That means one column from TAB2 and TAB3 is mapping with one extra column of TARGET_TAB table.
when i am performing this it and click on flow it showing the error ODI-20350: your diagram contains one or more FATAL/CRITICAL errors.
Is it possible to do such interface??? How to do that interface???and what action to take to avoid the error???
Please refer me.
thanks.

Hello Sir...
when i am taking different no of columns for different tables, then flow is not working as it is showing the fatal error as i ve told before..
But when I took same no of columns for all tables with null values in TAB1(sal and job is null) and TAB2(job is null), after data flow no data is loaded into target, as there is an intersection and null value in table.
For example:
"select empno,ename,deptno,sal,job from TAB1 where deptno=10 union
select empno,ename,deptno,sal,job from TAB2 where sal>1500 intersect
select empno,ename,deptno,sal,job from TAB3 where job='manager' ";
This query return "0" rows selected ,as sal and job column is null and due to intersect total no of rows become '0'.
without taking null value columns in TAB1(sal,job) and TAB2(job), can we make interface???
thanks.
Edited by: soumya.rn on Mar 29, 2012 4:41 AM
Edited by: soumya.rn on Mar 29, 2012 5:17 AM

Similar Messages

  • Remove labview 2009 without using add/remove program

    Hi all,
    I have problem with removing LabVIEW 2009.
    I have deleted some folders in C drive, NI folder.
    Now I can't run my LabVIEW 2009 and it doesn't show up in my add/remove program list.
    I tried to delete all folder and files in C drive under NI folder, but error message pop out shows that I do not have the authority to do so.
    So, how can I remove it completely ?
    I intended to reinstall LabVIEW 2009 after I have removed it completely.
    Appreciate your help very much.
    Solved!
    Go to Solution.

    That is why I say try to reinstall LabVIEW. It might just do a repair of your installation. Then you can use add/remove programs to completely uninstall it.
    But when you completely uninstall it there will be NI folders remaining. These are things like user.lib.
    Have you tried to reinstall the runtime engine?
    One last thing. I don't know how you got your install so messed up but remember that if you build an installer you should not install that onto a system with the development environment. There are so many things that can go wrong.
    =====================
    LabVIEW 2012

  • ITunes 10.5.2 failed on my Windows XP system.  Now my phone is not recognized.  I tried installing manually.  I tried to repair using Add/Remove programs.  Still get errors.

    Attempted update to iTunes 10.5.2 failed on my Windows XP system.  Now my phone is not recognized.  I tried installing manually.  I tried to repair using Add/Remove programs.  Still get errors.

    Try doing it in a WIndows Safe mode - Restart computer and hit F8 key right after your see BIOS check and choose "Safe mode with networking"
    Do the SFC /SCANNOW again.
    If that does not work, whilst in safe mode, download Free Malwarebyte software from CNET's Download.com.  Install, update virus definition then perform a full scan.  Remove if it did find some viruses or trojans.  Restart computer.
    Back to regular windows, do the SFC /SCANNOW again.
    If that doesnot work, check to see if your Hard drive has errors or bad sectors
    GO START BUTTON /COMPUTER, right mouse click OS (C:) and choose "Properties"
    Choose "Tools" tab and under error checking, click "Check Now".
    Make sure "Scan for and attempt recovery of bad sectors" is checked and click start.
    Restart windows will perform the above task to fix errors  This may take hours depends on how big is your Hard Drive
    Good Luck!!.

  • Add/Remove data object from dataset

    Hello,
    I was working out a way to add and remove data from a dataset
    on the fly and could not figure out any built in methods to do
    this.
    As I have decided to include spry in my project I like to try
    and utilise as much as of its code as possible since it is
    complicated to explain I have created a simple example – a
    colour picker! (thought it might be more interesting…) of
    what I am trying to achieve at
    http://www.freshfresh.co.uk/spry/
    - if you have a go on this and maybe look at the source code (all
    the JS is embedded in HTML there are no modifications to other the
    other core files). I have only used spry effects etc, including the
    ‘accordion’ – which I have become quite attached
    to, it is really good for condensing pages down.
    You will see I am using the setDataFromDoc method to create
    the dataset – I tried the .data = myArrayOfData; .dataHash =
    hashTable; method i.e. creating from an object rather than array
    but it did’nt seem to play ball with the
    addDataChangedObserver method – it did’nt update itself
    each time it was modified (I am sorry I cannot remember exactly
    what I did – but I tried all kinds of ways…). I stuck
    with the string method because it worked - each time my new dataset
    changed it updated itself on the screen (you will have to have a
    look to understand.....sorry!!), but I would be interested to know
    how such a thing could be implemented using the object route if you
    believe this would be more efficient.
    My second question is more simple – is there a shorter
    way to add and remove a data object from a dataset? – as you
    can see from the source code I have effectively created an
    ‘interface’ to do these tasks…. I could’nt
    work out whether these methods are already built in. Maybe they
    are?
    Third question is… to extract a data object from a
    dataset I use the .dataHash[the_row_id] method – is this the
    right thing to do or could it lead to complications… that is
    using methods that might supposedly be private?
    Fourth question (observation really) – whilst creating
    that colour picker example I went over board with my datasets and
    loaded in several palettes some of which had over 1000 elements or
    data objects. Which inevitably was very slow (on my computer
    anyway) – but it got me thinking about trimming the contents
    of my spry regions for better performance. I am I right in thinking
    that the less HTML etc that there is in a spry region the quicker
    SPRY will process it. For example say you had spry repeat with an
    image tag in with some onclick, onmousover, onmouseout, style
    attributes etc and compare this to a spry repeat with a simple
    image with minimal attributes set. I suppose what I am trying to
    say is – does spry ‘store’ all the contents of
    each spry region somewhere? Or does it just process it and leave it
    to the browser dom?
    Fifth observation.... I find it really difficult to explain
    computer technicalities in writing. It must be tough reading these
    posts.... I know I find it difficult sometimes when dealing with
    written end user feedback!
    Andrew

    Just clarifying my questions a bit further....
    I found some old code regarding question 1 by using the
    object method I mean something like this...
    var mySwatches = [{'@hex':'ff0000'},{'@hex':'00ff00'}];
    var hashTable = [];
    function createDs(){
    for (var i = 0; i < mySwatches.length; i++)
    mySwatches
    .ds_RowID = i;
    hashTable = mySwatches
    dsMySwatches.data = mySwatches;
    dsMySwatches.dataHash = hashTable;
    dsMySwatches.loadData();
    i.e. not writing out a whole XML string string as the online
    example does. When using this way I did'nt seem to be able to get
    the HTML to refresh. I tried using [
    Spry.Data.updateRegion('mydata'); ] after recreating the dataset I
    also tried adding an [ .addDataChangedObserver ] (like in the
    string example) amongst numerous other ways but it just would not
    work like the string way. - Maybe I did something wrong somewhere.
    In question 3 I refer to the [ .hash ] method .... its not a
    'method' its a 'property' - my question should read - is it ok to
    access private properties (from a browser campatiblity/security
    point of view) that do not have specific methods to gain access to
    them. I suppose it does'nt really matter with JS...
    In question 4 I mention minimising the amount of code in a
    spry region to speed it up. A clearer example of this might be for
    example - a gallery with lots of images. As we know there will be a
    slight delay as SPRY writes all the html so to speed up that intial
    write I strip out all the image attributes such as onlclick do
    this, onmouse over do that... and add these after the images have
    loaded using a seperate function similar to my
    fillSwatches(ds,prefix) function in my online colorpicker example.
    I suppose it like a 2 tier processing of all the data. SPRY does
    the intial display writing to get everything in place and then
    another pass is made over to add any further functionality
    adjustments etc. I am still not sure if that makes any sense!
    ***edit
    Also on the subject of speed and the application as a whole
    i.e. including my PHP - In one example I was creating I ended up
    with an XML structure where each node has over 14 attributes i.e.
    <somenode att1=”x” ……..
    att14=”z”/> - as the file grew it obviously took
    longer to process particularly on the server side, i.e. added all
    those attributes just slowed it all down. So I did
    this…… <somenode att1=”x:y:z” /> i.e
    condensed selected attributes into a string that I could explode
    later on.
    Obviously this limits SPRYS ability to access the attributes
    using the {attr} syntax. I had to create a function to explode the
    array and do the ‘necessary’ on a second pass over the
    data – this works ok for me. But its interesting that in this
    particular case the server could not refresh the XML in an
    acceptable time without doing this – just thought that might
    be interesting to you. I suppose technically what I am doing is
    abusing the concept of an XML structure and simply using it as a
    ‘carrier’ to feed my application …. Which I
    suppose is where JSON comes in…. which is a bit more compact
    and maybe faster to manipulate on both the server and client side
    – I don’t really know, I have never used it –
    just throwing ideas around!!
    Andrew

  • Problem importing two service interfaces using the same data types

    Hi,
    I've been playing around with BPM for a while. Now I wanted to add a custom service interface to my starting event. I created the interface in ESR of CE 7.11. After importing I get this error message and I can't use the interface:
    Cannot change XsdSimpleTypeDefinition AcademicTitleCodeContent by importing the document http://sap.com/xi/APPL/SE/Global::src/wsdl/TestInterface.wsdl, because it is already defined in the document http://sap.com/xi/APPL/SE/Global::src/wsdl/rootwsdl_CustomerERPByIDQueryResponse_InService.wsdl in this project. Importing into another project might be possible.
    Of course the problem is clear, but how can I achieve importing two service interfaces that use the same data type without changing the xsd source?
    Thanks in advance,
    Mane

    Sorry for the late answer, but I am really busy at the moment.
    Unfortunately I can't the Interface and data types are already changed.
    But this happened various times. Each time I already had imported a SAP Enterprise Service into NW BPM that contains a bunch of inline data types. While creating my own interface I referenced one of those data types that are stored in a SAP namespace. After import the error message appeared.
    In the wsdl of the created interface there is a import statement for the namespace where the referenced data types origin from. Additionally there is a namespace definition xmlns:p1="SAPnamespace". In the element the type is "p1:ReferencedType". Could this maybe cause the error, because one time it is with this leading p1 in my created wsdl and once without in the SAP Service wsdl?
    Thanks and I am looking forward to next EhP of NW BPM,
    Mane

  • Help writing a program that uses Add/Remove programs

    Hey everyone,
    I'm trying to create a program that will utilize add/remove programs to repair an installation of a program. Specifically I'm trying to write something that will help automate repairs of QuickBooks installations. I've tried using Filemon to figure out what executables I might need to call and I've searched high and low in the forums and Google for help but I'm not getting anywhere. Is there some sample code out there that shows you how to work with the Add/remove programs screen and the programs in it?
    Thank you for any help you all can provide me.

    [email protected] wrote:
    It might be possible if you use the JNI, ** ouch ** That's going to hurt.
    but more than likely, Java is a poor choice for the program that you're trying to write.I'll second that. You might want to try C# if you want to write a more Windows-centric program. Its syntax is extremely similar to Java's (I wouldn't say that it was ripped-off of Java, but you could say that probably and not be wrong). But it is a powerful language with a rich library and would interact with the Windows libraries much more readily than java would.

  • I am unable to uninstall 3.0.10 using add/remove nor uninstall. It is taking 31Gb of my hard drive.

    Everytime I click "remove" from control panel Mozilla Firefox 3.0.10,it flashes and nothing happens. Tried the Firefox helper.exe in the uninstall folder and it only flashes. Still taking up 31Gb of my hard drive.

    It is unlikely to be using 31Gb, sometimes the about of disk space reported by the Windows control panel's add/remove programs dialog is very inaccurate. The Firefox 3 program takes up about 25Mb
    You can manually remove Firefox by deleting its files and folders as shown here - http://kb.mozillazine.org/Uninstalling_Firefox

  • I cannot remove 4.0.1 after upgrading to 5.0.1 using Add/Remove programs

    I have windows XP. I have downloaded ver.5.0.1 and when I tried to Remove ver.4.0.1 using Windows Add/Remove it would not do it.

    Without more information, I have to say it sounds like the phone you have was not legitimately unlocked, but had been hacked. Updating iOS will re-lock it to the original carrier.
    ONLY the carrier it is locked to can authorize unlocking it.
    Where did you get the phone?

  • I'm using Windows XP2. Can't open my "iTunes Store" page. Have to struggle to get to my library. Have uninstalled/reinstalled multiple times. Cleared associate apps in Add/Remove. Re-booted after every operation. No change. Still opens in library.

    I'm using a Windows XP (32 Bit).  I can't open my "iTunes Store" page.  I have to struggle just to open the iTunes icon.  When I do, it opens directly to my music library.  When I try to click to the iTunes Store, it opens to a blank page with the words "iTunes Store" embossed in gray in the middle of the page.  That's it!   NO GRAPHICS!  I even tired the "Diagnostics" test.  It shows that there is a disconnect with the internet and the iTunes Store.  When I clicked the "Help" button next to it, it opened to a totally blank page.  Nothing.  I'm trying to sync an iPad 2 to iTunes on that computer.  It shows on the computer that the apps have been synced, but they are not present on the iPad.  Just as a note: the apps and info in the account has been loaded on the computer via 3Gs and then a 4S phone.  Thank you for any and all help in this matter.

    Hi Andre V.,
    When having iTunes Store connectivity issues, the following articles provide the best solutions:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Thanks,
    Matt M.

  • Cannot uninstall foxfire using add remove

    i cannot uninstall mozilla foxfire by going to control panel in windows xp and removing foxfire

    One option is just to download the file with the new version from Apple's website through your browser, open up that file, and let it fix the error on its own as it is installing the new version over your old verison.
    http://www.apple.com/itunes/download/

  • 26 Aug 2010: auto update to Java 6.0.621 has stopped Firefox working. I used Add/Remove to remove the update and Firefox launched and displayed the website I was at (UK's Postal Museum) when the auto-update happened. What should do?

    I recently updated to Firefox 3.6.8. During the install routine I thought I had said OK to the process of automatically updating associated addons so when the Postal Museum prompted for an update to a new release of Java I let it happen. I sent them an email but do not remember closing down Firefox. Hour later, I clicked the Firefox button to launch it again; two seconds of eggtimer then nothing else. Tried to launch it from Start/Programs/Mozilla/Firefox. Same eggtimer. (Running WindowsXP on a middle-aged desktop).

    In Firefox 3.6 and later versions you need the Next-Generation Java™ Plug-In present in Java 6 U10 and later (Linux: libnpjp2.so; Windows: npjp2.dll).
    http://java.com/en/download/faq/firefox_newplugin.xml
    Your plugins list shows outdated plugin(s) with known security and stability risks.
    * Shockwave Flash 10.0 r32
    * Java Plug-in 1.5.0_09 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    Update the [[Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Reposition buttons in add/remove component?

    Could anyone tell me if it is possible to reposition the buttons in an add/remove component?
    If you want the add all and remove all buttons they are grouped with either add or remove. I need to know if you can move them so that you have Add and Remove, then Add All, Remove All??
    Thanks,
    Matthew

    Have you looked into just using setStyle() for a button on the page?
    You can generate a string containing the position, visibility and other attributes of a component and then use setStyle() to set the attributes in the prerender phase.
    Just set the style string as a session bean parameter and alter it where ever you need to.
    I don't use add/remove components, but just standard components where I set the render and style properties accordingly to display and position them.
    null

  • Zen W Software CD Won't Install after add & remove?

    August 09 2009 Hello Creative Guys: I have a Zen W unit and I think firmware version .0., I'm running Windows XP SP3 but last week my Zen W stop communicating with my Window XP, what I tired first was using add/remove from control panel and doing a repair of software but that did not work, next I uninstalled all software that was installed from my CD Rom that can with my Zen W unit and reinstall from CD Rom again and that is when I ran into some problems listed below, can you please tell me how to fix those two errors. Installation is unable to continue one or more unresolved issues. Please contact support service and quote error I-00. Do install fails to launch D:\ctshared\ctplugin\vidconv\setup.inx.doinstall return error code is 2472332. These two errors come up about 6 times during install of CD Rom software from my Zen W unit, it does finish installing program but after reboot it does not show Zen icon on right side of tas bar. I'm using my Zen W unit only at home and I don?t have internet so no virus of any kind but I did run a virus scan on my computer but it can up all clean. Any Ideas on what is going onThank You for all your help

    Have you met the requirements for a successful install:
    You (who will be Hotsyncing) are the ONLY person logged onto the computer.
    You have Windows Admin priveleges and are NOT logged on as Administrator.
    ALL other applications are OFF, especially firewall and antivirus.
    Do NOT plug the device into the hotsync cable until the install is completed and you are asked to sync.
    Never, ever use Switch User; always Log On and Log Off.
    Post relates to: Palm TX

  • How to uninstall NI drivers that are not removable via "Add/Remove Programs"?

    Hi,
    I am trying to uninstall older versions of NI MAX and DAQ drivers via "Add/Remove Programs" in Control Panels on a Win2000 test PC, but nothing happen when the "Remove" button is pressed. The same issue does not happen with any other drivers or applications installed on the same test PC. These two drivers might have been installed improperly before. Please advise how I can uninstall them without using "Add/Remove Programs"? Thank you very much for your help.
    Valen

    Hello LA,
    The window that I have is different from the one you posted. Please see attached for mine. When I clicked on REMOVE, a message popped up and disappeared within a couple seconds. And the message is as following: "The installer is verifying the installation, please do not reboot while this dialog is being display." This same message popped up every time REMOVE is clicked but I have no luck on removing MAX.
    This test PC is for legacy testing and it was with Windows 98 and have an ISA DAQ card installed that requires DAQ driver 6.9.3. Can upgrading the test PC to Windows 2000 corrupt the installation?
    Looking forward for your advice. Thank you.
    Valen
    Attachments:
    Add Remove Programs.doc ‏57 KB

  • Is there a query to find all software installed on a particular computer through the Add/Remove Programs?

    I am looking for a query to find all software on a specific computer. I have found several on a specific piece of software but I need multiple pieces of software. I have tried creating this query but it shows ALL the software on the computer. I'm looking
    for one that narrows it down to a few pieces of software i.e Office, Adobe, Snagit, IE and Chrome. Possibly using Add/Remove Software? 

    It's an asset intelligence report, do you have that enabled?
    http://technet.microsoft.com/en-us/library/gg699382.aspx
    Alternatively, take a look at the 'Products on a specific computer' report (Software - Companies and Products category) and see if that gets you what you need.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

Maybe you are looking for