Search found 733 matches

by FranklinE
Fri Oct 29, 2010 10:28 am
Forum: General
Topic: MySQL driver can't be loaded
Replies: 6
Views: 5733

I'm certainly no expert, but I do notice a difference there from the entries I have for Oracle and MSSQL: the userid and password are set to variables, not what looks like encrypted text.

If what you have is standard practice, then just ignore me. 8)
by FranklinE
Tue Oct 19, 2010 9:29 am
Forum: General
Topic: Link Naming Standard
Replies: 11
Views: 7860

A standard is what is used barely enough such that the developers who come later can clearly see where it was not used.

I started out in the COBOL world 20 years ago, and I will pompously and arrogantly assert that you guys have it easy by comparison. :lol:
by FranklinE
Mon Oct 18, 2010 8:09 am
Forum: General
Topic: Link Naming Standard
Replies: 11
Views: 7860

We use acronym-like designations for stages, and name them with all-uppercase letters. Links carry that designation on the output side of the stages, and we name them with all-lowercase letters. An example: FTP input stage "FTPR_SALES_DATA", with an output link named "ftpo_sales_data&...
by FranklinE
Mon Oct 04, 2010 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating OSH Script
Replies: 8
Views: 6957

Freddie, am I reading this right: Your development tool is DataStage, but the "clients" want this extract-load to run without the DS run-time engine. So, if that's true, then it could be you are being pushed to use the wrong tool. What is your destination? You write that the extract is fro...
by FranklinE
Fri Oct 01, 2010 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in seq file...
Replies: 7
Views: 2446

I'm currently doing something similar, as follows: Input field varies from integer to string. I convert it to string (VarChar) and in the derivation I put an "empty string" if I want it to be empty instead of zero, space or null. I use stage variables in the transformer for all the interme...
by FranklinE
Wed Sep 29, 2010 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update SQL
Replies: 12
Views: 8219

kwwilliams wrote:If your specification provider continues to be unreasonable, then follow FranklinE's advice and set your select stage's Isolation Level to Read Uncomitted. This will work, but is not ideal.
Keith, would you mind explaining why it would not be ideal? Thanks.
by FranklinE
Wed Sep 29, 2010 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update SQL
Replies: 12
Views: 8219

Before exploring the excellent suggestions so far, check on any contention issues inside your database. For example, is your select an uncommitted read (UR in DB2) or does it perform a row or table lock? Your update will always fail if there are locks. It will succeed if there are no locks. The equi...
by FranklinE
Mon Sep 27, 2010 7:41 am
Forum: General
Topic: What is use of template?
Replies: 8
Views: 2686

The specific benefits of templates in DS comes from the mere fact that DS developers are still a relatively rare breed. I've been doing DS development for 3+ years, I took the advanced course less than one year ago, and I am the "senior" developer in my neck of the woods. The better the te...
by FranklinE
Thu Sep 23, 2010 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP transfers of XLS files
Replies: 23
Views: 7288

Thank you franklin So I will use the enterprise stage which allows me to read the data from the file. In that stage properties URI ---is this the path of the file? Ftp command---what is this? username,password is the access to the server and the transfer type is ASCII. please verify my doubts in th...
by FranklinE
Thu Sep 23, 2010 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP transfers of XLS files
Replies: 23
Views: 7288

thanks, so the FTP stage(enterprise or plug in) can be used directly to get read the data and transform the data and then load it. something like FTP--->transformer------->DB which one do I need to use? Do I need to talk to the environment support about the permissions to that server? or something ...
by FranklinE
Thu Sep 23, 2010 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interesting SQL design conundrum
Replies: 6
Views: 3653

Thank you, Shane, for posting an interesting topic. I'm late to the discussion, but I thought you might find some value in this: row, table and instance contentions are old hat in my shop. We have high volumes of both data and users (people and apps). Our DBAs are tasked with managing that, and the ...
by FranklinE
Thu Sep 23, 2010 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP transfers of XLS files
Replies: 23
Views: 7288

I never used ftp stage,can you help me how to use the stage? is it like FTP----->sequential------>transformer----->DB and in the FTP for URI do I need to give the path of that remote server file and any other options to be filled. please let me know The FTP stage can be used to stream your data dir...
by FranklinE
Thu Sep 16, 2010 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is this possible with Runtime column propagation?
Replies: 16
Views: 13835

Franklin, My response was, indeed, meant to be constructive and I am happy that you took it that way. Thanks, Mike. This is not the first time I've created misunderstanding by taking a conversational appoach by including references to my mood not necessarily clear in my writing, and not necessarily...
by FranklinE
Thu Sep 16, 2010 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is this possible with Runtime column propagation?
Replies: 16
Views: 13835

Be very careful when you make such statements to such a large audience with no support for your position. Many of the developers/architects/managers that rely on this site for information might take away something that is absolutely 100% incorrect. RCP, when used correctly, is a wonderful tool and ...
by FranklinE
Thu Sep 16, 2010 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is this possible with Runtime column propagation?
Replies: 16
Views: 13835

Re: Is this possible with Runtime column propagation?

Is this possible with runtime column propagation or is using RCP a bad idea? I was going to post a semi-sarcastic reply to this, but with Keith's "offhand" comment I believe it deserves serious consideration: In any business context where the application is expected to evolve over time, i...