Search found 32 matches

by adityavinay
Wed Mar 23, 2016 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to HDFS via Datastage 9.1 installed on windows
Replies: 7
Views: 6432

Are you able to connect to HIVE using JDBC connection?
by adityavinay
Mon Sep 16, 2013 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to perform bulk load(insert) on seq server database
Replies: 11
Views: 23211

You are enabling bulk mode in odbc driver definition EnableBulkLoad=1 This will enable bulk load utilities.... While using DRS Connector make sure you use ODBC drivers . Basically it will enable bulk load but based on the record count and array size it will push blocks of data to database. I tried i...
by adityavinay
Mon Sep 16, 2013 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to perform bulk load(insert) on seq server database
Replies: 11
Views: 23211

Hi, Here are few steps i followed to use bulk load in SQL server. Results looked awesome. Datastage: Use DRS connector stage and Write Mode = "insert rows". Array size 50000 Record Count - 200000 Odbc Drivers Definition: Enable Bulk load Driver=/...../IBM/InformationServer/Server/branded_o...
by adityavinay
Tue Jul 16, 2013 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading French character to Teradata 13.10
Replies: 1
Views: 3359

Re: Loading French character to Teradata 13.10

Give a try with these changes to parameters in teradata connector:
client character set -ASCII
Automap characterset encoding - No
NLS Map Name - ASCL_ISO8859-1(same NLS using at job level)
Maximum bytes per character -1

Thanks,
Vinay.
by adityavinay
Tue Jun 04, 2013 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Special Characters from Mainframes to Linux
Replies: 2
Views: 2776

Re: FTP Special Characters from Mainframes to Linux

Found the solution. I figured out that the EBCDIC values using on mainframes is of IBM037. I used IBM037 as NLS in datastage FTP stage and Used UNICODE. Sequential file NLS setting is ISO8859-1. All charecters are FTP'ed as is.

Thanks.
by adityavinay
Mon May 20, 2013 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII conversion for '|' character
Replies: 12
Views: 18304

ray.wurlod wrote:No-one has marked it as Resolved. ...
I used "if" in my question as it is not marked as "resolved" .
by adityavinay
Mon May 20, 2013 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII conversion for '|' character
Replies: 12
Views: 18304

If this issue is resolved, could you please post what have you done to fix this?

Thanks,
Aditya.
by adityavinay
Mon May 20, 2013 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Special Characters from Mainframes to Linux
Replies: 2
Views: 2776

FTP Special Characters from Mainframes to Linux

Hi All, I am FTP'ing a file from mainframes to datastage(v8.5) server(linux) which have some special characters in it. '[' in mainframe file, when FTP'ed are translating to '->' . Have anyone faced any issue with FTP'ing special characters? In my mainframe file the ebcdic value for '[' is defined as...
by adityavinay
Fri May 10, 2013 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage - Cannot Process data
Replies: 9
Views: 4720

DataStage error is: APT_CombinedOperatorController,0: Fatal Error: Fatal: XML input document parsing failed. Reason: Xalan fatal error (publicId: , systemId: , line: 1, column: 1): Invalid document structure Xalan fatal error (publicId: , systemId: , line: 1, column: 1): Invalid document structure ...
by adityavinay
Fri May 10, 2013 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage - Cannot Process data
Replies: 9
Views: 4720

Re: XML Input Stage - Cannot Process data

Use XML Stage(XML Parser) instead of XML input..
XML Input stage works only if you have open and close tags in one record.(it assumes to process record by record)
If your XML data is allover in a file.. XML parser is the stage that can parse the data for you.
by adityavinay
Wed May 08, 2013 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite
Replies: 22
Views: 30778

I changed array size and record count. It worked.
by adityavinay
Mon May 06, 2013 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation of multiple columns to a single column
Replies: 4
Views: 2915

Re: Concatenation of multiple columns to a single column

As Craig suggested use Char datatype and make sure your $APT_STRING_PADCHAR is set to space(0x20).
by adityavinay
Wed May 01, 2013 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk Load to SQL Server(ODBC)
Replies: 1
Views: 2389

Bulk Load to SQL Server(ODBC)

Hi All, I am looking for some suggestions on doing a bulk load to SQL Server. I did searched this forum and found few results , most of them say the same what i am implementing. I used DRS Connector stage(bulk insert) - tweaked record count multiple times (25 - 100000) ODBC connector stage - tweaked...
by adityavinay
Tue Apr 30, 2013 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite
Replies: 22
Views: 30778

Yes Keith, Its straight Insert. We activated Bulk mode in DSN, but is there some thing to do in ODBC Connector/DRS Connector(bulk INsert).
by adityavinay
Tue Apr 30, 2013 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite
Replies: 22
Views: 30778

I just switched one of my client's loads from the classic driver to native wire utilizing bulk load (DataStage 8.5.2, datadirect 6.0). Job went from 1 hour 15 minutes to 10 minutes. The target box is severely undersized, so bulk probably helps here more than it would in most cases Hi Williams, How ...