Search found 15 matches

by haylo75
Thu Jan 16, 2014 12:51 pm
Forum: General
Topic: automatic clearing job logs by routine?
Replies: 4
Views: 2989

This is very handy, thanks for posting, Ray. I can see a a few adjunct uses for code like this, namely detecting en masse which jobs override project-level settings.
by haylo75
Fri Aug 23, 2013 10:58 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Issue passing parameters at runtime for Web Service
Replies: 4
Views: 7313

I think it is answered above....the ISDAdmin command. Today I started to transition all our Web Services enabled jobs to Parameter Sets for database credentials. That Parameter Sets are exploded to individual parameters in ISD, further with no awareness of Value Files, is an indication that better ...
by haylo75
Wed Jul 24, 2013 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set Change - Compile Jobs
Replies: 12
Views: 17716

The recompilation required behavior continues through 9.1 Fix Pack 1. Given the versions this issue now spans, it's hard to believe it isn't by design. The environment variable workaround works but is clumsy, as replication of variables inside Parameter Sets must occur. Our workaround is also clumsy...
by haylo75
Fri Jun 14, 2013 2:49 pm
Forum: General
Topic: DSParams
Replies: 11
Views: 15485

Confirmed DSParams edit alone works in 9.1

I thought it worth noting that, in a 9.1 Linux installation, DSParams is the sole arbiter of User Defined project environment variables. Here's the test I performed: Open DSParams in a text editor Following format conventions, add a variable to the [EnvVarDefns] section Following format conventions,...
by haylo75
Thu Jun 06, 2013 3:06 pm
Forum: General
Topic: Decrypting passwords in dsx files
Replies: 10
Views: 16563

Many thanks to Phil for the table. I'm performing manual migration from 8.5 to 9.1, and this will come in handy for automating that process. Why not use the Migration Tool? We're moving from DB2 on Linux to SQL Server for the Metadata repository. Alas, I noticed the encryption scheme changed for 9.1...
by haylo75
Thu Apr 04, 2013 10:12 am
Forum: General
Topic: DataStage BASIC Syntax Highlighting Scheme
Replies: 4
Views: 3474

Thanks, Craig, I didn't know about the UltraEdit option. I tried the link I found in this thread , but it is dead. I checked it out via the first Google hit for "datastage basic ultraedit" -- http://www.ultraedit.com/files/wf/datastagebasic.uew It's a workable solution, but I found it lack...
by haylo75
Tue Apr 02, 2013 3:30 pm
Forum: General
Topic: DataStage BASIC Syntax Highlighting Scheme
Replies: 4
Views: 3474

Thanks! I did see the syntax highlighter for Text Pad as well. I prefer Notepad++, so it's good to have options. :)
by haylo75
Fri Mar 29, 2013 10:27 am
Forum: General
Topic: DataStage BASIC Syntax Highlighting Scheme
Replies: 4
Views: 3474

DataStage BASIC Syntax Highlighting Scheme

I posted this announcement to my InfoSphere groups on LinkedIn, but thought it might help to post here as well. ----- Our team works with DataStage BASIC every day. I use syntax highlighting cues to quickly analyze code, and miss that a lot when working with the DataStage Designer BASIC editor. To b...
by haylo75
Wed Dec 12, 2012 10:38 am
Forum: General
Topic: Announcement: PyDataStage - DataStage Job control for python
Replies: 2
Views: 6670

Re: PyDataStage - SourceForge Link

devnull - Thanks for your work on this. I checked the project site on SourceForge and see no downloads available. Did you end up removing the code from SF?
by haylo75
Fri Oct 12, 2012 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing the WVARCHAR column into a VARCHAR database column
Replies: 9
Views: 25841

I ran across the same issue, and tried conversion in a Transformer using UStringToString to no avail. I then realized that column metadata captured in my source data had the column in question declared as VarChar(10) non-Unicode. Adding Unicode to the Extended Properties for the offending column fix...
by haylo75
Tue Sep 18, 2012 8:43 am
Forum: General
Topic: KBA Job Control Utilities
Replies: 8
Views: 4033

Thanks very much, Craig! Understood on support. I'm just starting to dig in, and this looks to be a nicely polished set of utilities. At minimum, I'll be able to glean some very useful information from it. Thanks again, and good luck on your ksh port!
by haylo75
Mon Sep 17, 2012 9:08 am
Forum: General
Topic: KBA Job Control Utilities
Replies: 8
Views: 4033

PM sent, thanks!
by haylo75
Mon Sep 17, 2012 8:05 am
Forum: General
Topic: KBA Job Control Utilities
Replies: 8
Views: 4033

I appreciate your looking, and completely understand about not being able to share the augmented version. I got a basic proof of concept working over the weekend. I'm still trying to get my head around the best way to handle job dependencies though.
by haylo75
Fri Sep 14, 2012 11:34 am
Forum: General
Topic: KBA Job Control Utilities
Replies: 8
Views: 4033

Thanks for your prompt reply. I registered at Ken's site only to receive a PHP error message. Things look pretty dead over there. I found a contact email to which I sent a request for help, but I'm not holding my breath on a response. I hate to reinvent the wheel on Job Control stuff, but things are...
by haylo75
Fri Sep 14, 2012 9:24 am
Forum: General
Topic: KBA Job Control Utilities
Replies: 8
Views: 4033

KBA Job Control Utilities

Hello all, I'm a pretty new DS user, but have many years coming in OO web / database development. After discovering our morass of Job Control code, I've been seeking out ways to consolidate and clean it up. I've seen many mentions of "KBA Job Control Utilities", which seems very interestin...