Search found 21 matches

by vaby
Tue Nov 06, 2007 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ICONV 12-hour format Time Conversion
Replies: 2
Views: 1998

You right, many thanks!

X=ICONV("3:14AM", "MTH") X=11640
X=ICONV("3:14PM", "MTH") X= 54840

Vladimir
by vaby
Tue Nov 06, 2007 9:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ICONV 12-hour format Time Conversion
Replies: 2
Views: 1998

ICONV 12-hour format Time Conversion

What am I doing wrong? The following two conversions return the same internal value: X=ICONV("3:14 AM", "MTH") X=11640 X=ICONV("3:14 PM", "MTH") X=11640 I can do this conversion in SQL, but would prefer to have all such type transformations inside DataStage. A...
by vaby
Thu Aug 30, 2007 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sudden degradation in performance of job collecting logs
Replies: 3
Views: 1664

Thanks again, all this info was very useful.
by vaby
Wed Aug 29, 2007 10:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sudden degradation in performance of job collecting logs
Replies: 3
Views: 1664

Sudden degradation in performance of job collecting logs

All of a sudden a set of jobs collecting DS log data started performing poorly. It now takes 3 and half hours as opposed to few minutes it took before (jobs run normally for the last couple of years). I assume this should have something to do with possibly corrupted or overloaded DS run-time reposit...
by vaby
Fri Apr 27, 2007 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception raised in GCI subroutine: Access violation
Replies: 5
Views: 7266

MetaStage_Loc_Info

Hi Craig,

We have not had any luck in figuring out how to stop this ugly behavior. If you have a chance to get a solution from IBM technical support, please post a solution here.

Thanks,

Vladimir
by vaby
Mon Jul 17, 2006 12:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tab as Column Delimiter in FTP Stage
Replies: 6
Views: 4302

A patch for Windows that was delivered by Ascential is ECASE 96969.
by vaby
Wed Jun 14, 2006 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OLEDB stage with MS OLE DB Provider for Directory Ser
Replies: 1
Views: 1157

OLEDB stage with MS OLE DB Provider for Directory Ser

Does anyone have any experience using DS OLEDB stage with Microsoft OLE DB Provider for Directory Services (LDAP) using DataStage 7.1x?

Any practical guidelines would be really appreciated.

Thanks,

Vladimir
by vaby
Sun Jun 04, 2006 9:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tab as Column Delimiter in FTP Stage
Replies: 6
Views: 4302

For archives -- the patch MerrillLynch mentioned has been delivered under eCase 52622. And it's for AIX, not for Windows. Hopefully I will have a patch for Windows from Ascential soon.
by vaby
Fri Apr 07, 2006 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tab as Column Delimiter in FTP Stage
Replies: 6
Views: 4302

Hi Ray,

I tried 009, but it still ends up with "0" as column delimiter in the output file. May be I miss something else?

Vladimir
by vaby
Thu Sep 29, 2005 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Processes
Replies: 14
Views: 8408

So if we are not using telnet to manually connect to DataStage it's safe enough to disable it? And this service is not used as an underlying surface for any other DataStage processes, right?
by vaby
Thu Sep 29, 2005 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Processes
Replies: 14
Views: 8408

DataStage Telnet Service

Ray,

What are the consequences if we stop tl_dsservice.exe (DataStage Telnet Service)? Will it break anything?

Thanks,

Vladimir
by vaby
Wed May 11, 2005 2:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to query for jobs that are not using $PROJDEF
Replies: 5
Views: 2132

How to query for jobs that are not using $PROJDEF

Is anyone know an easy way to get a list of jobs in a project that do not use $PROJDEF?

Thanks!

Vladimir
by vaby
Fri Apr 29, 2005 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variables
Replies: 10
Views: 5276

I know, but it is still ugly. Hope IBM fix it. :lol:
by vaby
Fri Apr 29, 2005 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variables
Replies: 10
Views: 5276

You can paste $PROJDEF instead of typing it, it accepts doing this. :)

A really ugly pitfall is that you loose ability to view data in a stage. :evil: I hope this is fixed in future releases, anyone heard about this?
by vaby
Fri Apr 29, 2005 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to import and export UserDefined Environment variable.
Replies: 7
Views: 6532

But I don't see that DSParams.KEEP is getting updated each time after I modify something with normal termination. For example, in the project I am working I don see any of my user defined variables at all. It sounds scaring to me if DS decides to rollback using DSParams.KEEP file! That's why I am st...