Viewing 15 posts - 106 through 120 (of 129 total)
Sid Childers (2/20/2008)
Apparently, the last post didn't dispaly the full block of code. Please see the attached .txt file.Thanks,
Sid
First of all, your XML is invalid. There is some garbage...
February 20, 2008 at 6:28 pm
Not to worry, people. I figured it out myself.
The problem was that in OLAP2000 the default measure of the cube can be either a real measure or a calculated one.
In...
February 20, 2008 at 4:36 pm
send your XML file here and we will have a look.
February 20, 2008 at 3:20 pm
bitbucket (2/20/2008)
February 20, 2008 at 3:17 pm
Not quite. Your method would do file->db or db->file transfer. I need db->db transfer and one of the servers is not M$. Ok. Imagine you have an AS400 box with...
February 20, 2008 at 3:11 pm
Paul (2/19/2008)
I'm actually going to take it a...
February 19, 2008 at 8:52 pm
This thread is a close duplication of this one
February 19, 2008 at 8:29 pm
Hey guys! Look here and see that we are discussing the same problem.
In brief -- the element where you want to grab column names is not the one where the...
February 19, 2008 at 8:23 pm
SQL King (2/19/2008)
That was the function of the red arrow(failure) meaning, if there is a mismatch in datatype, it would take the whole row and put it into the error...
February 19, 2008 at 5:03 pm
Just to add my 5 cents. The same applies to the destination source errors.
For example you have a table having integer rows, but the flatfile supplies illegal strings.
In this case...
February 19, 2008 at 3:31 pm
Post the file here which makes the process fail and we might help
Otherwise were just guessing
February 19, 2008 at 3:06 pm
Not really. Since we don't see your flatfile I assumed that your flatfile is broken right at the end of it, e.g. it does not have enough members to complete...
February 18, 2008 at 10:26 pm
Interesting thing is that if for example a previous to the last record is incomplete, SSIS would do a weird thing.
(default settings)
So the flatfile below:
SYSDEVICES STATUS,0,0
default disk,1,0
physical disk,2,0
logical disk,4,0
backup device,16,0
serial...
February 18, 2008 at 8:39 pm
Too easy. The message says exactly what it is -- your last row in the table does not have enough info to complete the final record of the flatfile, which...
February 18, 2008 at 8:34 pm
Thanx for the help, I am in your boat now 🙂
My job now is to migrate the whole damn thing onto 2005 from 2000. They would not go now for...
February 18, 2008 at 4:20 pm
Viewing 15 posts - 106 through 120 (of 129 total)