Search found 101 matches

by arnie_nits
Fri Jun 18, 2010 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Driver error
Replies: 15
Views: 8821

no there isn't so I am using DRS....and it is partly working....
by arnie_nits
Fri Jun 18, 2010 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Driver error
Replies: 15
Views: 8821

but do I have that option in ODBC stage.??
by arnie_nits
Fri Jun 18, 2010 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Driver error
Replies: 15
Views: 8821

well I almost went through whole dsxchange...got a similar kind of problem...in http://www.dsxchange.com/viewtopic.php?t=91340&highlight= I have a longvarchar field len 2147483647. I changed this to longvarchar 2000 and then when I tried to view data it says: [DataDirect][ODBC SQL Server Driver]...
by arnie_nits
Fri Jun 18, 2010 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Driver error
Replies: 15
Views: 8821

SET IDENTITY_INSERT User ON;

INSERT INTO User(UserId, UserName, UserAccessType, UserRoleId) VALUES (?,?,?,?);

SET IDENTITY_INSERT User OFF;
by arnie_nits
Fri Jun 18, 2010 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Driver error
Replies: 15
Views: 8821

I feel it is some connection problem. When I try with ODBC(target) stage I can view data with condition: insert row without clearing. but with condition:user-defined sql, the view data tab gets disabled. And with DRS stage, when I do view data it says: DSP.Open GCI $DSP.Open error-100 Have u ever fa...
by arnie_nits
Fri Jun 18, 2010 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Driver error
Replies: 15
Views: 8821

I got while doing a simple insert into a table....

regards,
Arnie
by arnie_nits
Fri Jun 18, 2010 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Driver error
Replies: 15
Views: 8821

Driver error

Hi, I am getting this error: [DataStage][SQL Client][ODBC][DataDirect][ODBC SQL Server Driver]The DataDirect ODBC driver you are attempting to access has been provided to you by IBM Corporation for exclusive use with IBM Information Server. You are not licensed to use this driver with any applicatio...
by arnie_nits
Thu Jun 10, 2010 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running only selected jobs in same template
Replies: 5
Views: 2069

By template I mean the place where we create the jobs. Imagine I have 2 independent jobs in that(2 jobs in 1 background). But I want to run only 1 and not the other. Is it possible??

Regards,
Arnab.
by arnie_nits
Thu Jun 10, 2010 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running only selected jobs in same template
Replies: 5
Views: 2069

Running only selected jobs in same template

HI,

Is it possible to run only selected jobs under 1 template.

Regards,
Arnie.
by arnie_nits
Tue May 25, 2010 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Error
Replies: 2
Views: 1449

DS Error

Hi,

I am getting an error:
SQL data type '%1' defined on column %2 is not supported.

Have never seen this before. Please suggest.

Regards,
Arnie
by arnie_nits
Tue Apr 20, 2010 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort error
Replies: 3
Views: 1735

Yes sir,

looks like it has to do with space because I am unable to create copy of existing jobs.

Regards,
Arnie.
by arnie_nits
Tue Apr 20, 2010 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort error
Replies: 3
Views: 1735

sort error

Hi ,

I am getting the below error:

Transform_USA1_TGT_Component_test..Sort_MachinerySeqNum: Error in merging files
File '/apps/ascential/Ascential/DataStage/Projects/Shell_LubesAnalyst/soxe3UDr/opf__3' write error


I am unable to figure out the problem.Please help.


Regards,
Arnie.
by arnie_nits
Fri Apr 16, 2010 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Values getting NULLed
Replies: 8
Views: 3272

yes....values are becoming NULL...so I am getting the error..
by arnie_nits
Fri Apr 16, 2010 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Values getting NULLed
Replies: 8
Views: 3272

Values getting NULLed

Hi,

In a simple one to one load job where I am loading from sequential file to DB, the records are getting NULL and I am getting error:

SQL Server]Violation of PRIMARY KEY constraint
Cannot insert duplicate key in object

Help please.

Regards,
Arnab.
by arnie_nits
Fri Apr 16, 2010 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: look up failures
Replies: 7
Views: 2351

Yes...I created the hash file.....it is reusable job...only this time it is failing....with new set of data......