Search found 42189 matches

by chulett
Mon Aug 11, 2014 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: excel file in ds 8.7 unix environment
Replies: 1
Views: 1147

Sure, you just need to get your hands on a UNIX Excel ODBC driver. Microsoft has a free one for Linux if that is your O/S.
by chulett
Mon Aug 11, 2014 10:16 am
Forum: General
Topic: Scheduler for SEQUENCE Job
Replies: 2
Views: 1930

Let us know what you find out. To be honest, I'm not really following your solution but perhaps it's not important that I do if you've got something that works for you now. :wink:
by chulett
Mon Aug 11, 2014 10:02 am
Forum: General
Topic: Send mail Error
Replies: 3
Views: 2810

I'd start with your SysAdmin for that server, make sure you don't simply have an issue with sendmail in general from that box. If you can use that sendmail command outside of DataStage but it fails inside it, that would help narrow things down.
by chulett
Mon Aug 11, 2014 8:19 am
Forum: General
Topic: Purging the XMETA LOGGING_LOGGING table
Replies: 5
Views: 3005

Thanks for the link back, forgot that bit.
by chulett
Mon Aug 11, 2014 7:37 am
Forum: General
Topic: Scheduler for SEQUENCE Job
Replies: 2
Views: 1930

Typically that would be because your batch file has stopped to ask a question and is waiting for an answer. Could be a simple yes/no or could be something like a prompt for a password. And this probably because the scheduled job runs under a different userid.
by chulett
Mon Aug 11, 2014 7:34 am
Forum: General
Topic: Regarding Datastage Patch
Replies: 1
Views: 1358

Re: Regarding Datastage Patch

Sharali001 wrote:If there is any othet alternate option then please share your Ideas with me.
Upgrade.
by chulett
Sun Aug 10, 2014 7:39 am
Forum: General
Topic: DataStage 8.5 32 or 64 bit application?
Replies: 8
Views: 4491

Both. Either. Depends on the platform.
by chulett
Fri Aug 08, 2014 11:49 am
Forum: General
Topic: Importing table definitions from excel
Replies: 1
Views: 1828

I'm not aware of any mechanism specifically for this. Of course, worst case you could type the metadata in manually. There's another discussion of your topic here which outlines a mechanism where you could become familiar with what that DDL would look like in a .dsx export and then create something ...
by chulett
Fri Aug 08, 2014 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What NLS should I use for Binary UUID?
Replies: 7
Views: 4231

So, which is it - are you targeting a flat file or a database table? If a table, what is the data type of the target field? Also note that Ray said "such as" so you would look for an equivalent in SQL Server.
by chulett
Fri Aug 08, 2014 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage seems to read file content, only need filenames
Replies: 3
Views: 2920

Re: Folder Stage seems to read file content while only want

does the folder stage really read all file content first, even I only use one column for filename? From what I recall and what you've documented - yes. If literally all you need are the filenames, I'd suggest an ExecSH command Before Job to list the filenames to a flat file and then use that file a...
by chulett
Fri Aug 08, 2014 7:51 am
Forum: General
Topic: Purging the XMETA LOGGING_LOGGING table
Replies: 5
Views: 3005

Agreed. Especially considering you not being aware of what XMETA is used for.
by chulett
Thu Aug 07, 2014 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: output to seq file
Replies: 3
Views: 1695

:!: Please don't pull stunts like this. You posted a question on outputting XML to multiple files and then (apparently) didn't like the fact that you couldn't read all of Ernie's answer. So you then deleted your reply then edited your original question to be something completely different. :evil: Ne...
by chulett
Thu Aug 07, 2014 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What NLS should I use for Binary UUID?
Replies: 7
Views: 4231

I would suggest dumping the SQL.GUID element and just loading it to a plain old Varchar(36).
by chulett
Thu Aug 07, 2014 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: junk character removal
Replies: 17
Views: 6921

First off, there are no "junk" characters... but I'll save that lecture for others. We'd probably need to see your complete derivation to be able to help, something without the "etc" in it. And I'm also curious if you are doing any other derivations on the strings post-convert or...
by chulett
Thu Aug 07, 2014 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert quote into double quote
Replies: 6
Views: 3544

EReplace was added to the Parallel world in the 9.1 release, I do believe. So you could use a Server job (is it doing anything that requires PX?) or perhaps use a BASIC Transformer. Or you could find the C++ version called pxEReplace that users put together and posted here, give that one a shot alth...