Search found 106 matches

by cdp
Wed Jan 30, 2013 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABS() function
Replies: 14
Views: 14321

Fabs !! Thanks for that dsdesigner, had exactly the same issue, and Fabs worked perfectly !
by cdp
Thu Nov 15, 2012 8:27 pm
Forum: General
Topic: Replicate Datasets into another environment
Replies: 2
Views: 1645

Replicate Datasets into another environment

Hi. I'm trying to replicate the various datasets that exist for my datastage solution to help with testing. My approach is to create a sequence, which loops through either a table of dataset filenames, or perhaps just reads through the entire directory of dataset header files, and populates a parame...
by cdp
Tue Oct 30, 2012 4:12 pm
Forum: General
Topic: Refresh Development Environment from Production
Replies: 5
Views: 1799

It stands alone, there is no sequence in the database.
by cdp
Tue Oct 30, 2012 1:51 pm
Forum: General
Topic: Refresh Development Environment from Production
Replies: 5
Views: 1799

Thanks chulett. I couldn't really get good information on updating the surrogate key state files. I am slightly confused as to how they work. They are currently have option "Generate Key from Last Highest Value" set to 'N'. When I did some testing I found that set like that, even when I up...
by cdp
Mon Oct 29, 2012 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Composer step using "pass as string" in XML St
Replies: 0
Views: 1020

XML Composer step using "pass as string" in XML St

Hi, Can any one help me in sorting out the below issues? a) how to remove space inbetween the characters that comes from XML stage? b) how to send the XML records to the webservice stage? Process: 1) Reading two tables and joining using the join stage based on key column and it is a left outerjoin. ...
by cdp
Mon Oct 29, 2012 4:09 pm
Forum: General
Topic: Refresh Development Environment from Production
Replies: 5
Views: 1799

Refresh Development Environment from Production

I am devising a method of refreshing the development DW environment from production. There are the database elements, which I'm on top of. I have a couple of questions about a number of DataStage concepts which I am looking for help on. i) I've created a job whereby I"m updating the surrogate k...
by cdp
Mon Oct 22, 2012 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic RDBMS Bulk Load problem
Replies: 0
Views: 1338

Dynamic RDBMS Bulk Load problem

I'm trying to get the bulk load functionality going inside of the Dynamic RDBMS stage to load +-45 million records into SQL Server 2008 (source is a SQL Server 2005 table). The ODBC connection I'm doing this through has been configured correctly and if I set the Update action to 'Truncate table then...
by cdp
Sun Jun 10, 2012 3:49 pm
Forum:
Topic: Importing operational metadata using RunImportStart
Replies: 3
Views: 1859

I got this resolved by a controlled restart of the Services and Engine tier servers.
by cdp
Wed May 09, 2012 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify records that generate warnings/errors
Replies: 3
Views: 3008

Have you/do you have access to any data profiling tools, such as Information Server Information Analyzer or InfoSphere Discovery (there are also a whole host of non ibm and open source options). These sorts of tools should be used during the onboarding/analysis of new data sources to identify the un...
by cdp
Mon May 07, 2012 2:54 pm
Forum:
Topic: Business Glossary Workflow Comments
Replies: 6
Views: 1957

I noticed that too, I thought/hoped it was a bug. I've got a feeling that in cases where the author and publisher are different that the 'original' author is not recorded in the published glossary either, rather the creator and modifier are recorded as the publisher.
by cdp
Thu May 03, 2012 3:59 pm
Forum:
Topic: Importing operational metadata using RunImportStart
Replies: 3
Views: 1859

Yes, as far as I know I just need to set the User, Password, HostNameForAuthentication and PortNumber which I've done.
by cdp
Wed May 02, 2012 6:36 pm
Forum:
Topic: Importing operational metadata using RunImportStart
Replies: 3
Views: 1859

Importing operational metadata using RunImportStart

I'm trying to import the operational metadata into the repository to view in Workbench. There are generated OMD xml files ready to be imported and I've configured the runimport.cfg file accordingly. But if I try to execute the RunImportStart.bat file I get the following error: ... a whole lot of pat...
by cdp
Thu Apr 26, 2012 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fasttrack istool import error
Replies: 4
Views: 2911

Fasttrack istool import error

What is the correct syntax to import Fasttrack assets into a different Fasttrack project? According to IBM documentation and tech notes on this topic, they indicate that the following syntax for the import process needs to be used: import -u admin -p admin100 -dom EVEREST -ar ft_archive1.isx -fasttr...
by cdp
Sun Feb 12, 2012 5:14 pm
Forum: General
Topic: Routine DSSendMail error
Replies: 2
Views: 1738

Routine DSSendMail error

Our production sequence job starts failing a few days ago on the notify success activity, getting the following error: JobControl (DSSendMail): Error when executing command: C:\IBM\InformationServer\Server\Projects\sendmail_s_load_main_84225217_3112.bat *** Output from command was: *** SMTPMail Look...
by cdp
Thu Feb 09, 2012 7:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically update parameter in XML filename
Replies: 2
Views: 1340

Dynamically update parameter in XML filename

Is there a way to dynamically pass a field value to a parameter which will be used to generate an XML file name? For example, I need to process thousands of policies, with policy number as the key identifier, and generate a xml file for each policy. The requirement is for the XML file name to contai...