Search found 6797 matches

by DSguru2B
Tue Mar 27, 2007 8:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance while loading target database table
Replies: 30
Views: 10134

While loading check the network traffic.
Also, what action are you performing on the table?
1500 rows/sec may be good for someone else's case but not for you, depending upon your record size, action performed etc. etc.
by DSguru2B
Tue Mar 27, 2007 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Odd LOAD problem...
Replies: 4
Views: 1464

Is there a message file that the load utility creates? Look into that for more messages.
Also you can ask your dba to monitor the database while you load.
by DSguru2B
Tue Mar 27, 2007 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance while loading target database table
Replies: 30
Views: 10134

No No, you got me wrong. First you were selecting from D1.T1 and loading to D2.T2 in the same job. Then you created a new job that selects from D1.T1 and loads to a sequential file which took 5 mins or so. Create another job that loads the sequential file to D2.T2 to see how much that takes. Basical...
by DSguru2B
Tue Mar 27, 2007 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance while loading target database table
Replies: 30
Views: 10134

Your J1 will load the records to a flat file. Build another job that loads this flat file to your D2.T2
See how much time that takes.
by DSguru2B
Tue Mar 27, 2007 12:28 pm
Forum: General
Topic: how to check date while transforing data
Replies: 1
Views: 789

Welcome Aboard :)
Look at the date and time parallel function DaysSinceFromDate in datastage help.
by DSguru2B
Tue Mar 27, 2007 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to select date
Replies: 3
Views: 692

Use simple logical operators >,<,= etc. Also for date comparisons, either convert it in YYYY-MM-DD format or to internal format.
by DSguru2B
Tue Mar 27, 2007 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype warnings from oracle!
Replies: 13
Views: 4772

If you run that sql from your favourite sql tool, does it work?
From a glance, it seems like the warning is due to the fact that your trying to fit a 38 length field in a 31 length field. Runt he same query from TOAD or sql developer and see if you get a smooth query.
by DSguru2B
Tue Mar 27, 2007 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Concatenate Data from active stages in server 6.0
Replies: 5
Views: 1248

Or just turn on inter process buffering from the job properties.
by DSguru2B
Tue Mar 27, 2007 8:56 am
Forum: General
Topic: SQL Server 2005 64bit ODBC Connection
Replies: 7
Views: 2909

I confirmed it with my DBA. We do have 64bit SQL Server 2005. The driver we are using is DataDirect 5.0
I connect to it, no problem.
by DSguru2B
Tue Mar 27, 2007 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_FileExportOperator unable to export record: Record large
Replies: 11
Views: 3058

What if you load it as varchar? Run a test on a table using the load method which does not have timestamp in it. Is it really a timestamp issue? All that the error says is that the record is larger than the fixed length. We dont know for sure it really is a timestamp issue.
by DSguru2B
Tue Mar 27, 2007 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJobStartTime
Replies: 4
Views: 2775

In the first job itself load a hashed file with a dummy key with the job start time. Reference that hashed file in the derivation of a parameter using UtilityHashLookup(), in all the following jobs.
by DSguru2B
Mon Mar 26, 2007 3:47 pm
Forum: General
Topic: SQL Server 2005 64bit ODBC Connection
Replies: 7
Views: 2909

I connect to SQL Server 2005, just need to check if its 64 bit. Can't do that untill tomorrow. But there is an option, something to the effect "SQLServer 2000 compatable", make sure you have that enabled.
by DSguru2B
Mon Mar 26, 2007 3:40 pm
Forum: General
Topic: Converting a DOS script to a AIX ksh script
Replies: 6
Views: 1794

# ********************************************************************************************************** # *** This section creates ABORT condition in Maestro when either Vality or DataStage failed . ************* if $clean=N then echo !!!!!! Vality step FAILED !!!!!! rm GoodJob.txt fi if [! -e...
by DSguru2B
Mon Mar 26, 2007 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiplication with -1 in Transformer
Replies: 12
Views: 4191

NUMBER with precision will accept decimal. Without precision will just be an integer.
by DSguru2B
Mon Mar 26, 2007 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiplication with -1 in Transformer
Replies: 12
Views: 4191

Ill highlight Craig's suggestion, SCALE. Fix the scale.