Search found 6797 matches

by DSguru2B
Sat Sep 09, 2006 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: split file
Replies: 12
Views: 3317

If you can access unix from your windows os via samba or some other software then you can do this easily by writing a shell script. Something like this has been achieved over here at dsxchange. Try to search for a relative script.
by DSguru2B
Sat Sep 09, 2006 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not datastage question (SQL query)
Replies: 5
Views: 1900

Database issue. You need to ask your DBA to increase the temp space. You sql query is requiring more temp space than is available.
by DSguru2B
Wed Aug 30, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted but still it loaded records
Replies: 5
Views: 1492

What are you doing in your transformer?
Are you calling some kind of routines ?
by DSguru2B
Mon Aug 28, 2006 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view source data
Replies: 10
Views: 2323

What exact version of datastage are you on? I know if the parameters are defined as environment variables for any version lower than 7.5, you cannot view data, you need to put the fully qualified path of the file or the DSN, username and password for a database stage.
by DSguru2B
Mon Aug 28, 2006 12:15 pm
Forum: Site/Forum
Topic: Some suggestion/changes for the forum...
Replies: 6
Views: 3738

I Know Craig,what you are talking about. At times,i have been that 'kind hearted soul' :lol:
by DSguru2B
Mon Aug 28, 2006 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format problem
Replies: 17
Views: 5644

After all the suggestions you got, what derivation are you finally using now for your conversion?
Concatenate 00:00:00 at the end of it with a preceding space. See if it spits back the same error.
by DSguru2B
Sat Aug 26, 2006 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format problem
Replies: 17
Views: 5644

vsi wrote:Hi, Kris
source datatype is: varchar, Target datatype: date

Thanks

Ok, now i am confused. The OP says the target type is 'date', Craig you say its timestamp. What is it???
:roll:
by DSguru2B
Sat Aug 26, 2006 10:46 pm
Forum: Site/Forum
Topic: Some suggestion/changes for the forum...
Replies: 6
Views: 3738

there are rules for post deletion - you can only delete your post if there are no replies to it. Once someone replies - even with a request to delete the post - you can no longer delete it. So that means, once a duplicate post is identified, do not reply to it if it needs to be deleted, even replyi...
by DSguru2B
Sat Aug 26, 2006 10:44 pm
Forum: General
Topic: Client Protection
Replies: 3
Views: 2923

This in-evitable cycle has been going around for years. Never the less, companies still fall prey to it. I guess its the corporate industry tactics, thats what keeps the money rolling :twisted:
by DSguru2B
Fri Aug 25, 2006 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job which track of the jobhistory, rowhistory,paramhistory
Replies: 18
Views: 4938

Me agree with you Kim. Me thinks you should get in touch with vsi and get more info on this IBM SOFTWARE GROUP.
by DSguru2B
Fri Aug 25, 2006 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in DSAttachJob to status other than "Finished&quo
Replies: 11
Views: 6195

Need more info. What exactly do you want. Do you need the log files of all the jobs in a particular project, or you need particular info from log files for all the jobs? Plus you sure you want to collect the log files of all the jobs in a single sequential file. That file is going to be huge if you ...
by DSguru2B
Fri Aug 25, 2006 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregation problem
Replies: 13
Views: 2963

IF your source is a database, i would suggest doing the aggregation at the database level. Will be a bit faster.
If not, then for sorting, do the sorting at the unix level, again will be a bit faster.
IMHO.
Regards,
by DSguru2B
Fri Aug 25, 2006 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format problem
Replies: 17
Views: 5644

See if this ICONV works. DOnt have access to DataStage so cannot test it at the moment. Try it

Code: Select all

OCONV(ICONV(Date, "DYMD[4,2,2]": @VM : "MCN"),"D-DMY[2,A3,4]")
by DSguru2B
Fri Aug 25, 2006 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job running no result
Replies: 9
Views: 4912

Try not using the sub routine at all and see what happens to the job. Did you try to debug it?
by DSguru2B
Fri Aug 25, 2006 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage server Maintainence
Replies: 24
Views: 11163

Once done with the Clear.File for the job.. make sure you have the job log set to auto-purge from now on.