Viewing 15 posts - 166 through 180 (of 223 total)
Well, im sure I can remove the error code at the bottom of the SP as the next step after this in the SSIS is to run that SP if...
December 8, 2008 at 4:57 am
Chris, THANK YOU so much for your time and patients.
You have helped my understand stand the process much better!!
December 8, 2008 at 4:50 am
Yes
I think iv resolved the issue, at the bottom of the SP someone had put in some error constraints:
END
--Otherwise the files should not be updated
ELSE
BEGIN
Execute procImportFailClearTables
RAISERROR('Import Updates Failed',16,1)
END
--ADD CALLS...
December 8, 2008 at 4:11 am
Yes importing flatfile into Bargains table, SSIS package includes:
1. Execute Process Task (colect files) - Successful
2. Execute Import Files above into tblCheckPoint, tblHouse,tblMK, Bargains - Successful
3. Execute SP procImportAllFile -...
December 8, 2008 at 3:51 am
Chris, I think I have spotted the error, as you suggested the problem was within SSIS package and the mapping between the FlatFile and the table.
But.... when I run the...
December 8, 2008 at 3:37 am
Chris,
I have just recently taken over looking after this DB. It was well before my time so Im not sure why this issue with the ClientID duplication in the bargains...
December 8, 2008 at 2:57 am
Question
Have a look at the ClientID dupes in the bargains table. Are they really different clients, or do they differ in spelling, or missing country code?
Answer
If I run the following...
December 8, 2008 at 1:36 am
Ok, so they have the same Client ID but differant Client & CountryCode in Baragins.
Can I create a new ClientID with that new entry in tblclients?
Is that a way around...
December 5, 2008 at 7:52 am
I get the command is not recognised
C:\Documents and Settings\IPB_TMOSSInstall>sqlcmd -E -S TSharePoint
'sqlcmd' is not recognized as an internal or external command,
operable program or batch file.
December 5, 2008 at 7:31 am
I had to put the Collate command in:
INSERT INTO dbo.tblClients
(Client_Short_Name, Client_Long_Name, CountryCode, ClientID)
SELECT b.Client, b.Client, b.CountryCode, CAST(b.ClientID AS NVARCHAR (10)) AS ClientID...
December 5, 2008 at 7:24 am
No problem, the following are the results in order of the statements above:
1632
1632
1632
1632
December 5, 2008 at 7:08 am
Sorry to be Stupid, but what do you mean by
"just 4 numbers"?
December 5, 2008 at 6:10 am
Ok i did a stupid one... I forgot to run my SSIS package to populate the tables before I ran the statements.
I have now attched the results in a spreadsheet...
December 5, 2008 at 5:58 am
Zero....
Is this going to drive you mad as it has done me! :crazy:
Thanks for your time, keep the suggestions coming....lol
December 5, 2008 at 5:04 am
No results returned for any of the statements!
:crying:
December 5, 2008 at 4:59 am
Viewing 15 posts - 166 through 180 (of 223 total)