any database folks out there?

kaneohe

Thinks s/he gets paid by the post
Joined
Jan 30, 2006
Messages
4,172
I have a problem w/ a fund company W. It absorbed at different times 2 other fund companies where I had accounts. When I called to inquire what funds they thought I owned, they said I had 4 funds (originally from fund A) . When I pushed them to look harder they found the 1 fund that had been recently acquired from fund B. I asked them to fix it so that a dummy could find the right answer w/o being prompted. Now when I ask the same question, they can find the 1 fund from B but not the 4 from A unless prodded. They claim that the problem is that the root problem is that 1 group has the identifying number as SSN and the other group has a TIN (it is the same number for both groups and title for both is as the same revocable living trust with me and DW as trustees).

I have no experience w/ databases but my man-on-the-street bias is that this is a trivial problem.....make them (for me) all SSNs or TINS, or since it seems unlikely that IRS would issue a number that would be both a SSN and a TIN, search for both. Yet this problem is been dragging on for 3 wks.
Am I underestimating the difficulty of this fix?
 
I have a problem w/ a fund company W. It absorbed at different times 2 other fund companies where I had accounts. When I called to inquire what funds they thought I owned, they said I had 4 funds (originally from fund A) . When I pushed them to look harder they found the 1 fund that had been recently acquired from fund B. I asked them to fix it so that a dummy could find the right answer w/o being prompted. Now when I ask the same question, they can find the 1 fund from B but not the 4 from A unless prodded. They claim that the problem is that the root problem is that 1 group has the identifying number as SSN and the other group has a TIN (it is the same number for both groups and title for both is as the same revocable living trust with me and DW as trustees).

I have no experience w/ databases but my man-on-the-street bias is that this is a trivial problem.....make them (for me) all SSNs or TINS, or since it seems unlikely that IRS would issue a number that would be both a SSN and a TIN, search for both. Yet this problem is been dragging on for 3 wks.
Am I underestimating the difficulty of this fix?
Simple and difficult do not always translate into sooner or later. It may not be difficult but still can take time and cost money. They probably have multiple applications and databases that need to be integrated with different amounts of historical data. I would not rush this.
 
Not sure if I understood your explanation of the problem, but it sounds like one set of funds can be found if they "search by SSN" with your SSN. The other can be found if they "search by TIN" with your SSN. But they are never found together? They have to know to do 2 searches or you have to remind them?

Bottom line is it sounds like they either did a very poor conversion - or didn't do one altogether. They simply kept the databases/files as structured and [-]painted lipstick on the pig[/-] put some new screens in front of them that doesn't do a good job of finding everything. And yes, they could make the screen perform both searches behind the scene, so the representative doesn't have to remember. Depending the underlying DBMS for the two systems, as well as where the DBMSs are located, this could be simple or difficult. Making two older systems and/or databases talk to each other is rarely as easy as people often assume.

Regardless of the complexity, though - unless this is a very recent merger - I would be concerned about their IT capabilities. I am an IT manager for a financial company and have dealt with numerous data conversions/integrations. If they can't/don't handle this well - how well do they handle the really hard stuff, like security?

Just my thoughts.....:)
 
Thanks all for the replies.......seems to be unanimous that my views are naive and reality may be more difficult than I think.
KM.........you understand the situation perfectly....and yes,
the 2nd merger is quite recent.

So is it easy/possible to put the equivalent of a red flashing post-it on the
"front page" of each relevant database to remind the reps to check the other database? probably another naive view, I guess.
 
So is it easy/possible to put the equivalent of a red flashing post-it on the
"front page" of each relevant database to remind the reps to check the other database? probably another naive view, I guess.

If they own the "front page" source, it may be pretty easy. It'd still have to go through committee, get signatures, get funding, get resources, and then go through several weeks of testing. :) If they don't own the source, then it'll take longer.
 
Based on info above, the TIN database/table should have a column added for SSN as a foreign key. This may already be done, but the under lying code (usually SQL) for the inquiry does not access the new table/column yet. Ask them to submit problem to the Help desk.
 
Back
Top Bottom