Search found 102 matches

by kool78
Mon Aug 30, 2010 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure issue
Replies: 1
Views: 1341

Stored Procedure issue

Hi, How to execute a SQL server stored procedure for each row. The SP has two input parameters and one output parameter. I need to execute the SP for each row of my result set and generate an output result set. We are on 7.5.1a version and stored procedure stage doesnt allow to execute MSSQL stored ...
by kool78
Thu Mar 04, 2010 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oraclestage padded space issue
Replies: 2
Views: 2049

Oraclestage padded space issue

Has anyone seen the below issue before: when reading data from oracle stage , espceially when you hardcode a value and alias it to a column, the oracle stage is returing the data with spaces padded to the right side for example, in oracle stage in my query select 'TEST' as COL1 from dual (with colum...
by kool78
Mon Jul 06, 2009 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage URL string
Replies: 1
Views: 1517

XML Input Stage URL string

Hi,

I'm using an XML Input stage to read the data from a URL.

Wanted to know if there is a limitation for the length of the URL string which is passed as an Input to the XML Input stage.

Thanks
by kool78
Thu Feb 12, 2009 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to access MOSS Sharepoint data using Datastage
Replies: 2
Views: 4511

Looks like they want you to access things strictly through their web services and direct access of the underlying database is... discouraged. Web Services Access SharePoint Database Access Craig, THanks for your input. From the link i saw a we serivce availabe in sharepoint 2007 i.e List Data Retri...
by kool78
Thu Feb 12, 2009 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to access MOSS Sharepoint data using Datastage
Replies: 2
Views: 4511

How to access MOSS Sharepoint data using Datastage

I tried to serach the forum on how to access the MOSS sharepoint data using datastage.

Currently we are on Datastage 7.5.1a version and we dont have web service package.

Is there any other method that i can utilize.

Any help is appreciated.

Thanks.
by kool78
Fri Apr 25, 2008 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code behind Datastage Macro 'DSHostname'
Replies: 4
Views: 3668

Code behind Datastage Macro 'DSHostname'

Heelo gurus,

is anyone familiar with , how to know the code behind the following DataStage builtin Macro 'DSHostname'

Appreciate any kind of information

Thanks
by kool78
Thu Mar 06, 2008 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncating several tables
Replies: 5
Views: 2933

Is your requirement exactly to Just to Truncate or Truncate before the Next insert. If the its earliar, you could either opt for Stored Procedure or Series / Parallel Truncate statements in User defined sql in OCI stages. If second later is the case, you can choose, Truncate adn Insert option durin...
by kool78
Thu Mar 06, 2008 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncating several tables
Replies: 5
Views: 2933

Truncating several tables

Hi, I have a scenario where in i have to truncate several tables(~25 tables) in a single job. What is the best way to do it 1) to make you of a single store procedure which truncates all the tables or 2) to build a single job which truncates all the tables (rowgen-oci stage with truncate load option...
by kool78
Wed Jan 23, 2008 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to count he number of records in a dataset
Replies: 9
Views: 12062

ray.wurlod wrote:
kool78 wrote:can we omit the later part i,e' records' and allow it to display only the value like 1500.
Use the -n option of the dsrecords command.

Code: Select all

dsrecords -n /app/A ...[/quote]

thanks ray,

followed the dsrecords method,


dsrecords -n <datasetname>
by kool78
Tue Jan 22, 2008 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to count he number of records in a dataset
Replies: 9
Views: 12062

umamahes wrote:dsrecords <datasetname>

Thanks
thanks for the response, seems to be working.. it displays the out put as ex: 1500 records

can we omit the later part i,e' records' and allow it to display only the value like 1500.
by kool78
Tue Jan 22, 2008 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to count he number of records in a dataset
Replies: 9
Views: 12062

Re: How to count he number of records in a dataset

Any ideas on how to get eh count of number of records for a dataset. i tried to look for the 'orchadmin' commands but didnt find any help. thanks Manager/DataSet Management..... :P is there any other way...i know we can get the count from dataset manager/managment. i want to use it in my process..l...
by kool78
Tue Jan 22, 2008 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to count he number of records in a dataset
Replies: 9
Views: 12062

How to count he number of records in a dataset

Any ideas on how to get eh count of number of records for a dataset.

i tried to look for the 'orchadmin' commands but didnt find any help.

thanks
by kool78
Tue Jan 22, 2008 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems in Importing XML table definition
Replies: 4
Views: 2718

There's no project level setting for this, or at any level for that matter. What's different about this project - it's not Protected, is it? :? ... nope its not protected, it is a DEVL envionment. i tried to export the dsx of the XML table definition from a different project and imported back to th...
by kool78
Tue Jan 22, 2008 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems in Importing XML table definition
Replies: 4
Views: 2718

There's a new one. Strange how the Project is the cause, or has something wrong with it, especially for release 7+ where the XML Stages are just "there"..... Though I can't remember exactly when we started including them by default....in 7.0 they may have been installed separately. What r...
by kool78
Mon Jan 21, 2008 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems in Importing XML table definition
Replies: 4
Views: 2718

Problems in Importing XML table definition

I was trying to import xml table definition, but was encountering the below error: No connection could be made because the target machine actively refused it Source : System Target Site : System.IO.Stream OpenRead(System.Uri) Win32/COM code: 0x0 at System.Net.WebClient.OpenRead(Uri address) at Syste...