Search found 12 matches

by arjun_004
Tue Jul 31, 2012 11:28 pm
Forum: General
Topic: SQLServer 2008 Failover
Replies: 6
Views: 2251

In case of Oracle we have the option in odbc.ini,We can specify the alternate server in odbc.ini

Looking for the similar option Sqlserver 2008.
Will it work if we specify the alternate server in odbc.in while creating DSN for sql server ??
by arjun_004
Tue Jul 31, 2012 6:33 am
Forum: General
Topic: SQLServer 2008 Failover
Replies: 6
Views: 2251

SQLServer 2008 Failover

Hi All, We have requirement to load data in SQLServer 2008 Standard R2 database. In addition we have to handle the Database fail over. If Principle server is down, then jobs should load into the mirror server. Do we have any option in Datastage/DSN to specify the Mirror sql server. ?? Thanks in adva...
by arjun_004
Thu Feb 02, 2012 12:40 am
Forum: General
Topic: Real Time Load
Replies: 7
Views: 3820

Please suggest the specific Product/version which can help in pulling the Real time Data from SQL server to DB2. 2 to 3 sec delay in getting the data is acceptable in my case. Will this approach work if i try to execute the DS job multiple times in a loop. using ksh or loop stage is Datastage.We are...
by arjun_004
Wed Feb 01, 2012 6:08 am
Forum: General
Topic: Real Time Load
Replies: 7
Views: 3820

Real Time Load

Hi All,

We have the the requirement to load the Real time data from Sql Server to DB2 using Datastage 8.1

Any record inserted/deleted/updated in the sql server table needs to inserted in the DB2 table.

Kindly suggest any design/stages or approach.
by arjun_004
Mon Jun 01, 2009 6:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Unsigned Packed Decimals.
Replies: 3
Views: 3828

You can mask the final byte with the BitAnd() function. ... Hi Ray, BitAnd() will compare the actual value in the input field. 1214 000F AND 1214 000C Are same becouse the have the same value. Unsigned and Positve number have the same value. I need to identify if any signed number comes in the Unsi...
by arjun_004
Mon Nov 12, 2007 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read hash file from unix
Replies: 4
Views: 4398

Hi Ray, I am not sure about how to read the oracle table from the shell scripts but in the teradata we can write the bteq command in the shell scripts or we can call the bteq scripts. Now kindly let us know how to read the hash file in unix. OK here's the deal. A hashed file (note: it's not a "...
by arjun_004
Wed May 23, 2007 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOB FAILING BECAUSE OF ZERO ROWS IN SOURCE
Replies: 2
Views: 1432

JOB FAILING BECAUSE OF ZERO ROWS IN SOURCE

We are inserting data into a Teradata table using the Teradata Enterprise stage. We observed that whenever there are zero rows in the dataset ( that is the input to this stage), the job fails with the following error:" The runlocally() of the operator failed" Is this a shortcoming in the E...
by arjun_004
Wed May 16, 2007 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error reading date '1800-01-01'
Replies: 3
Views: 2448

Error reading date '1800-01-01'

Hi,
We are facing problems reading date fields with value '1800-01-01'. The database is Teradata and the stage being used is Enterprise stage. It has no issues for all dates starting with century 1900 onwards. Is there a way to ensure the Enterprise stage can read such fields?
Thanks.
by arjun_004
Wed May 16, 2007 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Teradata Enterprise stage
Replies: 1
Views: 1135

Help with Teradata Enterprise stage

For all insert jobs, the Teradata Enterprise stage needs "Create table" rights to the database where the target table is present. This is because it creates intermediate work tables to load the data and currently we do not have the "create table" rights to the target DB. Is there...
by arjun_004
Tue May 15, 2007 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TeraSync: connecting to Teradata ?
Replies: 5
Views: 3558

Re: APT_TeraSync: connecting to Teradata ?

For all insert jobs, the Teradata Enterprise stage needs "Create table" rights to the database where the target table is present. This is because it creates intermediate work tables to load the data and currently we do not have the "create table" rights to the target DB. Is there...
by arjun_004
Tue May 15, 2007 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TeraSync: connecting to Teradata ?
Replies: 5
Views: 3558

Teradata Enterprise Error while Inserting the rows in Target

For all insert jobs, the Teradata Enterprise stage needs "Create table" rights to the database where the target table is present. This is because it creates intermediate work tables to load the data and currently we do not have the "create table" rights to the target DB. Is there...
by arjun_004
Wed Mar 21, 2007 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance with Numeric and Date Validation
Replies: 3
Views: 2130

checking for valid data using routines

The odds are that your job is bottlenecked on CPU; especially if your source and target files are sequential ones as you've indicated. If you have a multi-cpu system or one with CPU capacity left ... Hi Everyone, I was just looking for the option how to validate the data by using the the datastage ...