Search found 5 matches

by satyakunta
Fri Nov 10, 2006 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server load error
Replies: 4
Views: 1363

I tested the DSN connection to the SQL server database using odbcping and it connected successfully. So there is no problem with the DSN configuration. Any pointers please? Try hardcoding the properties.Dont use DSN Server Name: XXXX (Physical Server Name) Database Name:XXXX (DB name on the server)...
by satyakunta
Fri Feb 17, 2006 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UPDATE STATISTICS using datastage
Replies: 3
Views: 4783

Naveen,

Thanks for the suggestion, i tried lookig for help in sql server but could not find any.

Satya
by satyakunta
Fri Feb 17, 2006 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UPDATE STATISTICS using datastage
Replies: 3
Views: 4783

UPDATE STATISTICS using datastage

I am trying to do an UPDATE STATISTICS calling a Stored Procedure in ODBC using DataStage. This has to be done after my sequence loads all the tables.The Stored Procedure runs fine updating all the Tables in the SQL Server Query Analyzer, well it is throwing a warning message when i run the DataStag...
by satyakunta
Thu Dec 29, 2005 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unhandled failure (1) encountered calling routine
Replies: 1
Views: 962

Unhandled failure (1) encountered calling routine

I have encountered an unsual problem with a sequnce job. I designed a sequence as follows: S1 | | S2 | | Routine------------------------> S3---->S6 \ ->S4----------> S5 My goal is to run the sequence with the routine activity to run the job S1->S2--> Routine -->S4 (S4 and S5 section shown above) for...
by satyakunta
Sun Jul 17, 2005 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait for file activity
Replies: 2
Views: 1158

wait for file activity

Hello, I have a strange problem with respect to the wait for file activity: i am trying to write to a sequential file from a table giving the status of the job sucessfully run or not, i put the constraint on the trnsformer that if the count(status)=0 write to the file with single column as "suc...