Really, Really Weird issue in SSIS and DQS...

My SSIS package is spitting out all 35 of my rows into the "invalid" bucket. In fact, only 4 of the rows should be invalid. When I used dataviewer to the output of the Data Cleansing task, I find that input columns are being wrongly selected
as error by using a totally irrelevant domain. I have checked my task and ensured that the columns use the appropriate domains. Any thoughts? TIA
Jagannathan Santhanam

Hi Jagannathan,
A number of things come to mind and I may be shooting in the dark here.
1) Was the DQS install a clean install? Further have you had any issues with your SSIS project. I have know packages to become corrupted.
2) By an irrelevant 'domain', I would presume that your incoming data into the 'data cleansing task' is coming from Master Data Services. I would suggest that you have a look to ensure that the subscription view that you are using (to pull the data) is
valid and if NOT, recreate the view AND MOST IMPORTANTLY SEE THAT THE CURRENT FLAG is set. Should you need any help with this, PLEASE let me know.  I have an excellent example which I recently presented at the PASS Amsterdam Rally in November 2013.
3) Next, within the Data Cleansing task ensure that the mappings are correct.
4) I would also presume that your output from the data cleansing task is going into a conditional split. This one was a 'Gotha' to me. As I am sure that you are ware, you must think this one out carefully as the order in which you handle the output
is CRITICAL to the logic. As I mentioned, this one caught me, giving faulty 'invalids' as well.
In summary:
This said, AND if I understand correctly what you have said above, please check that your subscription view is correct and what you think that it should be. A corrupt subscription view can cause this to happen.
Sincerest regards
Steve Simon SQL Server MVP

Similar Messages

  • Weird issue with spacebar and text based apps...

    I've never seen this one before and I've been using OS X since the beginning.
    I'm seeing this on my boss' computer so here goes...
    When using any text based app ie Text Edit, Mail, Microsoft Office 2011, etc. if I try and write a word and then add a few spaces in between that and a new word the app won't let me add more than 2 spaces. If I create another user and try with the said apps there -- adding more than 2 spaces works fine. The thing is my boss doesn't really want to transition to another user because it would take him forever. Thus far, I've repaired permissions and deleted a few suspect preferences. Nothing worked. Any ideas as to why this is happening. Could there be some hidden setting that is user wide that would cause this?
    Regards,
    Scotty

    Moving all the prefs to a folder on the desktop seemed to work. I figured that Mail would be important along with a few other apps like Address Book and iCal so I left them in the Preferences folder. The boss is going to have to deal with any other loss of preferences.
    Thanks Tom!
    ~Scott

  • Weird issue with loading and playing videos externally - URGENT

    I have a project I'm working on where I have an FLV Playback
    component on the stage, with thumbnail buttons below to create sort
    of a video gallery. When the user clicks on each of these buttons,
    a different FLV file will load in the FLV Playback component, which
    currently works GREAT when previewing in Flash.
    I'm using the following code to link the button input with
    the FLV component on the stage:
    btn_Audi.onRelease = function() {
    videoPlayer.contentPath = "Audi.flv";
    btn_Bridgestone.onRelease = function() {
    videoPlayer.contentPath = "Bridgestone.flv";
    However, when I go to Publish to a folder to upload to the
    web, I go to click on one of the thumbnails and the video never
    loads. I get the controller bar sitting there scrolling the
    barber-shop style colors, but no video loads. I've checked,
    re-checked, and triple-checked to make sure ALL the necessary files
    are in the directory (since it seems like it's having some issue
    finding or loading the video file(s)). I'm completely out of ideas
    and need to know if anyone has any thoughts as to what it could be.
    Oh, and should it matter that I have this videoPlayer
    component "buried" inside the project, as in Scene 1 > movieClip
    > movieClip > videoPlayer ? I wouldn't think it would... but
    maybe?
    Thank you so much in advance -
    Michael

    Hello Michael,
    Did you ever resolve why your videos weren't loading? I'm
    having exactly the same problem right now, and it's driving me
    nuts. The application runs fine on my development network, but only
    displays my loader bar on the live web server. I've triple-checked
    everything I can think of, but everything seems fine.
    Any advice or anything you might remember would sure be
    appreciated.
    Best,
    Paul

  • Weird issue between OS' and recovery

    Hello Apple community.
    Ive noticed some VERY wierd issues.
    When Im running OS ML, I usually have ~7gb free after bootup. I open safari OR chrome and I get some graphical glitches such as foreign Material in the form of random colors ( has been seen in threads across many sites ) and it also happens in 10.8 Recovery AND in Windows 7 Ult. Bootcamped.
    Im not sure why though.
    Also, My ML after a fresh install with all my programs and a reboot tends to make a significant LAG when opening all programs reguardless of size. I know my 500GB HDD is good because in windows 7
    i can run 8 chrome windows, Pandora, skype, LogMeIn Hamachi, Word, and a few others witn NO lag and it uses 60% less ram than when i use the OS ML partition. Both were created from a fresh 35 zero pass format.
    2010 13" MacBook Pro
    2,4ghz Core 2 dup
    Nvidia 320m 256mb graphics card
    WD Caviar blue 500GB HDD
    8GB DDR3 Cosiar 1066mhz RAM
    Any thoughts?
    Just a tad over 6 months out of warranty too.
    Any apple REPS please help, as i need some expert help too.

    Apple Reps do not respond to questions on this forum, at least in official capacity as it is a user forum.
    However, if you see this graphical distoritons/glitches across applications and even different operating systems then it is most likely a Graphics/Video card issue. To make sure it's not your LCD try an external monitor.
    If you purchased the MBP with credit card then most of them provide extended warranty usually to a year in addition to manufacturere's warranty. Contact your CC company and read your policy. A logic board replacement is not cheap.

  • Weird issue with wordpress and mac web services

    Ok so i have a 2.66ghz mac mini server running 10.6.4 and when veiwing a page created with wordpress via localhost is displays everything properly. but when veiwing it as an ip ( http://97.67.201.5 ) it loses all the formating data.
    Anyone have any ideas?

    I could be wrong here, but what did you set as URL in Wordpress? It seems that some of the internal URLs regarding CSS, etc. are not resolved properly. Are there any errors in the Activity window in Safari?
    Just a thought.

  • Connection Manager Issue in SSIS 2008 version

    Hello Team,
    I'm facing weird issue in SSIS 2008 version. In one SSIS package, whenever I open the connection manager and point the DEV server abd test the connection it is working. When I open again, it is throwing the below error eventhough I have access to the database.
    "Test connection failed because of an error in initializing provider. Login failed for user"
    It's with Windows Authentication.
    Additional Details:
    Package configuration is disabled.
    Connection manager has expression which is gettiing the details from variables that has DEV server details.

    Are the variables having static values? or is the values getting passed through a parameter?
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • A weird issue. It doesn't allow me to log in and s...

    Hello guys,
    I'm here because of a weird issue that has been appearing since two months ago.
    Whenever I try to log in to my Skype account it says that my username and password are wrong.
    I tried to log in at the Skype website and it worked. Also, I opened two other accounts and the problem still appeared. I tried to come up with a solution, so I went to my second computer and
    downloaded Skype there. Then, I wrote my username and password and it logged in successfully!
    So, the problem appears only on my computer. 
    I deleted and installed Skype over and over again, but the problem still appeared/appears.
    I'm really depressed, I don't know what to do.
    Please help me to find up a solution.

    What Antivirus applications are installed on your computer?
    What is the version of Internet Explorer installed on your computer?
    In Internet Explorer go to Help -> About Internet Explorer.
    P.S. Please, don’t say that you are not using Internet Explorer. This is irrelevant. Skype depends on Internet Explorer.

  • A few weird issues with my Z2 and charging !

    Hello guys,
    My Z2 is having some really weird issues (not exactly issues but still)
    1) If i am using magnetic charger and if i am charging from less than 15%, it takes like 8hrs to get to 50% or near 50%. But if i am using the normal chager, i am able to get 100% in around 2ish hrs from 15%.I am facing this magnetic charging issue only if the battery % is less than 15%. I use the same charger for both cables. Both cables are original sony products. If the initial battery charge is greater than 15%, then magnetic charger works normally and charges up fast...But if its less than 15%, then it acts weird.
    2) I am able to get 270 Rotation on the desktop screen ONLY when the phone is being charged. Even though i have the auto rotation ON, it doesnt change the rotation in the app drawer or on the initial screen. Once i connect the phone to charge, it can rotate to any side.
    3) The Super Vivid mode gets resetted to NONE randomly.... Why is this ?
    Can somebody help me with these questions ?
    Thankyou !

    2) that is normal if you want the home launcher to rotate without the need of the dock or magnetic cable you'll need to download a third party home launcher.

  • Which mac is really good for hdv working process and render??

    I'll work my hdv native workflow soon and I'm really very interesting on how to get the most of Mac product,s but I'm still asking me what is the minimun of features do I need on a MAc to process without any disturb or overload and render my video in Blu ray for distribution and broadcasting purposes.

    The MacBook Pro provides one key advantage not possible with the 12-inch PB -- the ability to create a second firewire bus using the ExpressCard/34 slot.
    In this manner, you can separate fw drives from camera/deck -- a big issue with FCP5 and certain cameras and hard drives.
    It is a key difference for anyone considering video editing.
    You'll get a beefier video card, and the ability to preview.

  • Color Shift - Save To Web - There really is an issue

    OK, Every article I have read about this topic indicates that the user does not really grasp colour management fully. However, I'm going to stick my neck out, and suggest that there really is an issue with either PS or Fireworks CS5, and here's why.
    Create a new document - maybe just 100x100px, and choose "Don't color manage this document" when creating it. Fill it with a solid colour, I used RGB 24 16 44 - a dark blue. Now, we have an un-managed swatch.
    Save this to web as a JPG, making sure that no conversion to sRGB is taking place (Convert to sRGB is unchecked). In the Save to Web window, you can hover over the swatch and see the colours are still RGB 24 16 44 - so far so good...
    Save it as a JPG at 100% quality, just to be sure. Also, save it as a 24bit PNG.
    OK, now do something similar in Fireworks... name your files accordingly...
    Now open the files in the opposite applications. There SHOULDN'T be any colour shifts at all - you are dealing with raw, un-managed RGB files. However, the JPGs in both instances have shifted. PNG files are spot on.
    Can someone explain - without being a terse smart arse - exactly what is causing this? And please, if you are going to glibly refer to some FAQ or such, supply a URL. Sorry, I know the vast majority of folks here are helpful, but I find the quality of some replies aren't worth reading.
    Steve

    I think you can deduce the reason by looking really closely (literally, zooming in) at how .jpgs are constructed.  There is a grid of sampling areas (the size based on the quality setting) and each 'block' is like a little gradient, that is the trick that jpg uses to compress.  If the program could not change a colour, it would not be able to compress.
    Non-lossy formats (eg: zip) look at compressing the data, if it sees a chain of 300,000 zeros, it logically says 'put 300,000 zeros here', that is quicker than literally writing the zeros.
    Lossy methods look at the colour of a group of pixels and then substitute them with a mathematical gradient that averages out the content of the block and where you have little detail, the compression is greater because the little blocks are easily described as bland gradients. (bland blends? hehe).
    That is why final file sizes in jpgs are variable for the same pixel dimensions, a fact which has baffled many here, because a complex image cannot be averaged out as easily as a plain one.
    Again: If the program could not change the colour of pixels, it would not be able to compress in this way.

  • Weird issue with to dos and notifications

    I am running iCal 2.0.3, on 10.4.3, on my 12" PowerBook 1.5 GHz, with 768 MB of RAM. I use iCal quite a bit, and am currently running two calendar groups with three sub-calendars each. Lately, I am having to quit and re-start iCal a lot. Here's why: when the machine comes back from sleep, notifications will pop up, but I can't edit them, close them, anything, really. If I quit iCal and re-start it, everything is fine for a while. This seems to happen at least twice a day. I have verified and repaired permissions, checked the disk, run my maintenance scripts, etc, and the problem still exists. The only thing I do that is perhaps a tad out of the ordinary is run the machine connected to an external monitor at home, with the lid closed, and then on the native display on my desk at work. It gets plugged and uplugged at least twice a day.
    Anyone have any thoughts on this? It's really become quite maddening. Thanks.

    Update:
    I am now unsure if the problem was actually solved, or just unnoticed for a couple days. It has now returned, but I have a greater understanding now of exactly what is happening.
    Here's the deal. At work, I use my PowerBook by itself, but at home, I use it with a Samsung SyncMaster 172N display, usually with the PB closed, but occasionally I span, and use both displays. The problem seems to occur only after disconnecting or reconnecting the display. Originally, I thought that that iCal was not responing for some reason, but after some frenzied clicking around, I noticed that when I clicked on a notification info window, the calendar drop down opened up, even though I wasn't clicking anywhere near it. Somehow, the location of the info window on the display is not jiving with the location as perceived by Swearingen, my PowerBook, internally, if you know what I'm saying. Actually, I should say it seems like the contents aren't jiving, as the silver bar at the top and bottom of the info window are still clickable, and the window can be dragged around. In fact, dragging the window around a bit, or even just clicking on the silver bar seems to "realign" the contents of the window, and then everything is fine, and I don't have to quit iCal and reopen the app to get things happening again. So, I am not sure how to solve this problem, but I now have a better way to deal with it. I am hoping this issue will be dealt with in a future release of iCal. I wanted to post further information on this to make it clearer in case anyone else runs into this issue.
    12 Powerbook-1.5 GHz   Mac OS X (10.4)  

  • Really strange network issue that is specific to OS X 10.6.8

    Really strange network issue that is specific to OS X 10.6.8 on both 2 iMacs and an older intel Mac Pro.
    Any system running 10.6.8 is achieving on average 15 –20 mb a sec transfer rates regardless of drive speeds, cables, network activity etc.. I've spent some time removing any cable , drive speed, router issues to the point where one machine dual boots into both 10.6.8 and 10.6.5
    The 10.6.5 system has network speeds of 60mb – 80mb p/sec transfer rates.
    Our older 10.5.8 PPC mac gets 80mb and my 2011 Macbook Pro 10.7.2 hits 60mb – 80mb consistently as well.
    Any idea what the cause is?
    Cheers

    Since your other Mac running 10.5.8 is not affected, you know that your AirPort router is functioning correctly.
    What changed on your Mac? This seems like a post for either the Mac OS X v10.6 Snow Leopard support area, or the support area for your model of Mac.
    We normally handle questions about the AirPort Express, AirPort Extreme or Time Capsule in this area, but you can certainly wait to see if you receive a response here.

  • HT4221 I really want my Apple TV, iPad and iPhone to sort them in date taken like in iPhoto on my iMac. How do I do that? Sorting on date modified seems so stupid to me, why would anyone need this? Date taken gives a timeline in your event.

    I really want my Apple TV, iPad and iPhone to sort them in date taken like in iPhoto on my iMac. How do I do that? Sorting on date modified seems so stupid to me, why would anyone need this? Date taken gives a timeline in your event.

    The unix commands you need are:
    GetFileInfo
    SetFileInfo
    and maybe find
    for cryptic details use the man command
    Macintosh-HD -> Applications -> Utilities -> Terminal
    man SetFileInfo
    You may use the SetFileInfo command to set the file type & the program which will open the file.
    # This little gem will do a get info on all files in a directory.
    mac $ ls  | xargs -I {} GetFileInfo "{}"
    file: "/Users/mac/playdoc/oddadocodd"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 14:53:22
    modified: 05/01/2011 14:53:22
    file: "/Users/mac/playdoc/one.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 13:57:48
    modified: 05/01/2011 13:57:48
    file: "/Users/mac/playdoc/oneLineFile"
    type: "TEXT"
    creator: "!Rch"
    attributes: avbstclinmedz
    created: 05/07/2011 14:27:17
    modified: 05/07/2011 14:27:17
    file: "/Users/mac/playdoc/oneLineFile.txt"
    type: "TEXT"
    creator: "!Rch"
    attributes: avbstclinmedz
    created: 05/07/2011 14:27:49
    modified: 05/07/2011 14:27:49
    file: "/Users/mac/playdoc/three.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 13:58:03
    modified: 05/01/2011 13:58:03
    file: "/Users/mac/playdoc/two.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 13:57:56
    modified: 05/01/2011 13:57:56
    file: "/Users/mac/playdoc/weirder.doc.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 14:50:03
    modified: 05/01/2011 14:50:03
    # well, ! is a funnie character so we escape it.
    mac $ SetFile -t TEXT -c \!Rch two.docx
    mac $ GetFileInfo two.docx
    file: "/Users/mac/playdoc/two.docx"
    type: "TEXT"
    creator: "!Rch"
    attributes: avbstclinmedz
    created: 05/01/2011 13:57:56
    modified: 05/01/2011 13:57:56
    mac $
    mac $ date
    Sat May  7 14:40:56 EDT 2011
    mac $

  • What is the latest update available for Mac OSX 10.5.8 that will allow me to get the latest update for iTunes.  I really need to update my iPhone and CAN'T!!  GRRRR!!!

    What is the latest update available for Mac OSX 10.5.8 that will allow me to get the latest update for iTunes.  I really need to update my iPhone and CAN'T!!  GRRRR!!!

    Minimally you need Snow Leopard or greater:
    Upgrade Paths to Snow Leopard, Lion, and/or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    Upgrading to Snow Leopard
    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard — Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s iCloud services; fees and
               terms apply.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service — this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion — System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) — Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) —
                 Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) — Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) — Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) — Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) — Model Identifier 3,1 or later
             7. Xserve (Early 2009) — Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table — RoaringApps.
         For a complete How-To introduction from Apple see Upgrade to OS X Mountain Lion.

  • My iMessage doesn't work, and I keep getting a message saying I've lost Internet connection(when really my wifi is just fine) and it won't sign me in. Help?

    My iMessage doesn't work, and I keep getting a message saying I've lost Internet connection(when really my wifi is just fine) and it won't sign me in. Help?

    Thank you soo much ! Every now and then I would check my DNS and it would say 8.8.8.8 but I just checked now and realised it was somethin something something THANK YUU SOO MUCH ! REALLY APPRECIATE IT AND YU DESERVE THOSE  49,085 points !!!

Maybe you are looking for