Search found 18 matches

by userds
Sun Jul 31, 2005 8:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Key field limitation
Replies: 4
Views: 1962

Hash File Key field limitation

Thanks a lot for your replies. But is it possible to use Sequential file stage instead of Hashfile stage for lookupups. Please let me know.
by userds
Fri Jul 29, 2005 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Key field limitation
Replies: 4
Views: 1962

Hash File Key field limitation

I kept the hash file key column data length as Char(2000). But the key column is not accepting more than 768 charecters. Can anyone please let me know how i can overcome this limitation.

Thanks.
by userds
Tue Jul 26, 2005 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: receive return values from SQL Server 2000 Stored Procedure
Replies: 1
Views: 1104

receive return values from SQL Server 2000 Stored Procedure

Is there a way to receive return values (a recordset or return codes) from Microsoft SQL Server 2000 Stored Procedures in Datastage Client Version 7.5.

Thanks.
by userds
Thu Jul 21, 2005 12:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy or download tabledefinition into excel
Replies: 6
Views: 1930

copy or download tabledefinition into excel

Hi,

Is there any way to copy or download the table definition into excel format. Please let me know.

Thanks.
by userds
Wed Jun 29, 2005 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output Stage Warning Message.
Replies: 1
Views: 1223

XML Output Stage Warning Message.

Hi, I am getting the following warning message when the execution of job completes. Program "JOB.432385634.DT.1369540148.TRANS1": Line 514, Attempted READ of record ID larger than file/table maximum record ID size of 768 characters. The job is creating a xml file using XML Output Stage. Jo...
by userds
Thu May 19, 2005 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage which will validate xml schema
Replies: 1
Views: 929

Stage which will validate xml schema

I need to validate a xml file against its schema. Can anyone let me know which stage i can use to do this.

Thanks.
by userds
Tue May 17, 2005 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml data leading and trailing spaces between the tags.
Replies: 2
Views: 1134

xml data leading and trailing spaces between the tags.

My XMLOUTPUT Stage is creating xml document as below. <transactionid> 00 </transactionid> <tracknumber> 0 </tracknumber> <key> N/A </key> But the data contains leading and trailing spaces between the tags. Please let me know which option i need to check or uncheck in order to avoid these spaces betw...
by userds
Tue May 17, 2005 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: size of longnvarchar datatype (Datastage SQL Datatype)
Replies: 2
Views: 4033

size of longnvarchar datatype (Datastage SQL Datatype)

Can anyone please let me know the size of longnvarchar SQL Datatype in Datastage 7.5 I am using this datatype in folder stage to retrieve an xml file which will then passed to xml input stage for loading into Oracle. Using this datatype longnvarchar what will be the maximum size of file we can retri...
by userds
Mon May 16, 2005 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repeating blocks in XML
Replies: 2
Views: 1809

Repeating blocks in XML

ray.wurlod wrote:I'm sure this has been covered before. Did you try a Search?
I have searched the previous xml topics, but could not find anything which is specific to the above mentioned requirement. Could you please give some idea regarding how to handle repeating blocks in xml.

Thanks.
by userds
Fri May 13, 2005 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repeating blocks in XML
Replies: 2
Views: 1809

Repeating blocks in XML

I need to generate a xml file using xml output stage. Please find the below xml schema. Each <inventory> block should have unique <statusid>. Each <company> block should have unique <transactiondate>. When <transactiondate> changes xml file should have a new <company> block. When <statusid> changes ...
by userds
Fri Apr 08, 2005 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: web enabled features
Replies: 2
Views: 1466

web enabled features

Please let me know, what are the web enabled features available in DataStage product suite.

TIA.
by userds
Wed Apr 06, 2005 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Vs Oracle OCI Load Stage
Replies: 1
Views: 917

Oracle OCI Vs Oracle OCI Load Stage

I need to load data from Sequential file to Oracle 9i database. The average file size will have 30k rows. Please let me know which stage(Oracle OCI or Oracle OCI Load) shall i use to improve the performance.

TIA.
by userds
Tue Mar 29, 2005 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in running unix ftp script as Before-job subroutine
Replies: 7
Views: 3964

Thanks a lot Craig. I specified the local directory, now it is ftping the files in that directory. I don't know we have to specify the local directory explicitly. When ftp script is running, its execution control is under Unix, But how datastage server changed the location of the ftped files. This r...
by userds
Mon Mar 28, 2005 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in running unix ftp script as Before-job subroutine
Replies: 7
Views: 3964

Please find the below log file content. It actually opens the port and successfully ftping the files. But the files are not getting copied into the local unix directory. PCJB006..BeforeJob (ExecSH): Executed command: /dsProjects/data/yga_data/nt2unixcp.sh *** Output from command was: *** script begi...