Search found 2886 matches

by qt_ky
Fri Sep 12, 2014 7:12 pm
Forum: General
Topic: Authentication Error while trying to launch Director
Replies: 9
Views: 8982

You have posted potentially sensitive data, depending on your organization's security policy, such as your server's host name, your client's machine name, your user name, etc. Anyhow, the technote says to "update the certificates in WAS and then run UpdateSignercerts on all Information Server s...
by qt_ky
Fri Sep 12, 2014 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Extract Performance
Replies: 3
Views: 1617

Your job type says server but you mention the Copy stage. If it is actually a parallel job then you could run it on a different number of nodes to improve the extract performance. It still writes your text file sequentially.
by qt_ky
Fri Sep 12, 2014 6:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 12983

There is one available on UNIX simply called zip, also known as Info-ZIP. The one I found was bundled with a database client, not bundled with UNIX. That one has a split on size option. The command would be "zip -s50m file" to compress the file into multiple compressed files no larger than...
by qt_ky
Fri Sep 12, 2014 12:24 pm
Forum: General
Topic: Multiple DataStage Clients
Replies: 4
Views: 2571

The Multi-Client Manager allows you to select which DataStage client version is active on a given Windows desktop. It normally takes 3 to 5 minutes to switch back and forth between versions each time.

Request more Windows desktops from your Citrix admin.
by qt_ky
Fri Sep 12, 2014 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Char(254) and field function
Replies: 3
Views: 1967

This should shed some light on the problem... This has to do with the Char() function. It must have originally been coded to handle only 7-bit ASCII characters. When you give it a value outside that range, it defaults to using a space rather than aborting or warning. Try using what the product docum...
by qt_ky
Fri Sep 12, 2014 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read and write from single dataset in job
Replies: 13
Views: 11591

I guess I don't understand what you are asking. In the same run, the new customer can be present in more than one service providers, so can have more than one instance. When you generate a key for the first instance, and when the second comes in, you need to find his/her key in the dataset, or it wi...
by qt_ky
Fri Sep 12, 2014 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 table data load issue through DataStage(8.7) job
Replies: 6
Views: 1984

I wonder if you may be missing a DB2 environment variable.

Did you query the table outside of DataStage to see what it looks like?
by qt_ky
Thu Sep 11, 2014 7:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read and write from single dataset in job
Replies: 13
Views: 11591

Perhaps you could remove duplicates prior to assigning surrogate keys.
by qt_ky
Thu Sep 11, 2014 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Salesforce.com connector
Replies: 5
Views: 4141

I would guess that the answer to #1 is no, unless someone finds documentation or a sales rep that confirms otherwise. It's a guess though...

If you search IBM developerWorks there is a salesforce article from 2008 showing many PX screen shots, and parallel loading is one of the highlighted features.
by qt_ky
Thu Sep 11, 2014 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read and write from single dataset in job
Replies: 13
Views: 11591

I try looking up directly from a transfomer, Datastage states it's not allowd a cycle operation. I try it with sequential file, it's allowed, but look up returns nothing even a match is there. If you are doing a normal lookup, then it reads all the reference data into memory before processing the m...
by qt_ky
Thu Sep 11, 2014 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Salesforce.com connector
Replies: 5
Views: 4141

Or ask a technical sales rep.
by qt_ky
Thu Sep 11, 2014 6:16 am
Forum: General
Topic: Patch deployment
Replies: 2
Views: 974

Applying patches should be considered as equivalent to upgrading versions. Always test in a lower environment before making the same change into an environment that matters more.
by qt_ky
Tue Sep 09, 2014 6:42 pm
Forum: General
Topic: LastrowinGroup function in datastage
Replies: 4
Views: 4008

by qt_ky
Tue Sep 09, 2014 6:41 pm
Forum: General
Topic: LastrowinGroup function in datastage
Replies: 4
Views: 4363

by qt_ky
Tue Sep 09, 2014 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle loading error
Replies: 5
Views: 1927

Post the entire job log with full details.