Search found 2886 matches

by qt_ky
Fri Apr 20, 2012 12:36 pm
Forum:
Topic: Where to stick Business Glossary logo file?
Replies: 7
Views: 3446

Hence the reason some will run some free web server app on the same box. :)
by qt_ky
Fri Apr 20, 2012 12:26 pm
Forum: General
Topic: Delete Project in Datastage 8.5
Replies: 5
Views: 2231

The installer creates a single "dstage1" project by default and offers options to specify additional projects to be created during the install. Don't bother with that. There is a command line tool you can use to create/delete/modify projects, but Craig's point is you don't delete project f...
by qt_ky
Fri Apr 20, 2012 12:21 pm
Forum: General
Topic: diffguicomparer
Replies: 4
Views: 2342

The command line Eric listed in the other topic did work as expected for me.
by qt_ky
Fri Apr 20, 2012 12:20 pm
Forum: General
Topic: Generate diff between jobs
Replies: 3
Views: 2151

I forgot to mention it worked fine when I used it on 8.5 (may have been 8.7). I did have my host name in uppercase followed by colon and engine port number.

Another difference is I gave project name alone and not prefixed by server name with a slash.
by qt_ky
Fri Apr 20, 2012 12:10 pm
Forum: General
Topic: DataStage Server 8.5 Installation in Windows 7
Replies: 1
Views: 2636

Welcome to DSXchange...

No, that is not a supported operating system at all. (I think you're the third person to ask this week.) Please refer to the system requirements before installing, otherwise you can expect to encounter problems.
by qt_ky
Thu Apr 19, 2012 10:22 pm
Forum:
Topic: Where to stick Business Glossary logo file?
Replies: 7
Views: 3446

The good news is I can tell you where to stick it... :lol: The bad news is that it's not ideal. I attempted that on BG 8.5 once. The WAS and all the java ear stuff is convoluted if you ask me. It does not function like any traditional web server. I tried updating various logo_ibm.gif files on the se...
by qt_ky
Thu Apr 19, 2012 10:09 pm
Forum: General
Topic: Import to Director ??
Replies: 6
Views: 1699

Re: Import to Director ??

Why can't we export the log from director and import back again to Director? Assuming you mean through the GUI, I would guess it's simply because IBM and previous DataStage owner companies have not had enough demand to develop such a feature. Here's another idea: Importing job log entries could cre...
by qt_ky
Thu Apr 19, 2012 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get first or nth character from a string?
Replies: 9
Views: 11777

SUBSTRINGS could work as given above in a BASIC Transformer of a parallel job... If starting character is given as zero then a 1 will actually be used instead. But there's no need to complicate matters. :lol: You can also use Left(col, 1) to get the first character. To get the Nth character use col[...
by qt_ky
Thu Apr 19, 2012 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single charcter match along with LIKE
Replies: 10
Views: 2363

The original post is somewhat vague it the example looks like SQL, in which the % sign is a wildcard representing zero or more of any character, and also in which the _ is a wildcard representing any one character (standard SQL). If you want to match on the % sign literally then use Kandy's first ex...
by qt_ky
Thu Apr 19, 2012 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trouble with server shared containers
Replies: 3
Views: 1348

I think it should not give the SSC stage name in the list at all. It should give the stages names that are defined within the SSC instead. Those may be prefixed with the SSC stage name and a period. I took a look at your scenario by using the dsjob command, one with the -lstages option and another w...
by qt_ky
Thu Apr 19, 2012 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage performance
Replies: 2
Views: 1282

Join stage requires sorted inputs.

Did you have some question about the performance? Is the job performing poorly?
by qt_ky
Thu Apr 19, 2012 7:30 pm
Forum: General
Topic: Datastage App using API
Replies: 7
Views: 9823

Great idea. I did hear about using Director from a "PDA" way back before smart phones. I think capability existed but may have been in beta and never released (?). 8.7 does have the web-based DataStage Operations Console. I have not tried accessing it from my Android yet. Not sure it's pos...
by qt_ky
Thu Apr 19, 2012 7:19 pm
Forum: General
Topic: $DSHOME/bin not part of dsenv file
Replies: 4
Views: 2961

In the default dsenv file:

DSHOME is set and used in the library path but not in PATH.

In fact, PATH is not in the file at all.
by qt_ky
Wed Apr 18, 2012 7:21 pm
Forum: General
Topic: dscompinst: cannot execute binary file
Replies: 6
Views: 4121

It must be corrupted, unless it's simply lacking execute permissions. Did you run the update as the root user? I would double check all instructions were followed and if so, then contact support with the error.
by qt_ky
Wed Apr 18, 2012 6:59 pm
Forum: General
Topic: deleting files
Replies: 5
Views: 1501

Potentially very dangerous... be careful!