Search found 161 matches

by mctny
Tue Aug 08, 2006 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to transfer nulls as nulls?
Replies: 21
Views: 8931

Strange. I dont think that datastage is the culprit. Check if default display for nulls in oracle is zero. (i assume you are running a query in oracle to check) Otherwise Try and force null into the field. If isnull(XYZ) then NULL() else XYZ I use toad to check the table. ans also I tried if IsNull...
by mctny
Tue Aug 08, 2006 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to transfer nulls as nulls?
Replies: 21
Views: 8931

how to transfer nulls as nulls?

I have a simple but big problem :) I have a sequential file as input a transformer and oracle enterprise stage as target. I am using delimited flat file and some fields are nullable, and I want to transfer those fields as null if it is null. I read one col as varchar length 7 this column is number(7...
by mctny
Mon Aug 07, 2006 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error in Transformer
Replies: 9
Views: 4737

Re: compile error in Transformer

Output from transformer compilation follows: Hi All, I got a error in parallel Transformer like PWD environment variable not set..Can u people clear this doubt? ##I TFCN 000001 09:15:21(000) <main_program> Ascential DataStage(tm) Enterprise Edition 7.5 Copyright (c) 2004, 1997-2004 Ascential Softwa...
by mctny
Sat Aug 05, 2006 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql server
Replies: 4
Views: 1489

Re: sql server

When I am trying to insert data . I am gettin this error source--flatfile intermediate stage --- Transformer target--sqlserver SQLServer_Enterprise_346,0: Failure during execution of operator logic. SQLServer_Enterprise_346,0: Internal Error: (0): odbcupsert.C: 846 can anyone suggest me what the er...
by mctny
Fri Aug 04, 2006 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat file parsing error (APT_ParseError) ?
Replies: 1
Views: 1035

Flat file parsing error (APT_ParseError) ?

I am having big difficulties in running a simple job that I designed, it just takes a text file which I produced from MS access by exporting with delimiter | and no text qualifier. however my DataStage job cannot parse this file and abort it. The message is below, any suggestions? Event #:35 Timesta...
by mctny
Thu Aug 03, 2006 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error in Transformer
Replies: 9
Views: 4737

Re: compile error in Transformer

Somestime, if transformation are more complex who will get this kind of error. Here the Guidelines. Avoid Handling Null a lot. and convertion. Try to add one by one until you start getting this. I would suggest many modif's to avoid these kind of problem thanks for the explanation, even the simples...
by mctny
Thu Aug 03, 2006 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error in Transformer
Replies: 9
Views: 4737

compile error in Transformer

Hi Everybody, I am having some problem with compilation of some of the jobs which has transformer in it. I am copying the error log below. it is a regular transformer ( not basic) in a paralle job. it gives a WARNING that the evaluation version of the C++ compiler expired. do you think it is just be...
by mctny
Sat Jul 29, 2006 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rejected records
Replies: 16
Views: 7362

Hi Cetin, Have you treid assigning a Null to a not null field in a transformer? I meant if you don't use a nullable field in any stage variable or column derivation expression, then the transformer can handle nulls without any problem, otherwise it would drop the records unless you use null handlin...
by mctny
Sat Jul 29, 2006 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 9606

thank you very much Shawn. does anybody know how to make a direct connection from SQL server to MS Access?
shawn_ramsey wrote:
mctny wrote:can you please describe me how to do this?
ray.wurlod wrote:You have the alternative of accessing through SQL Server.
You can use SQL Server to create a linked server to an ODBC driver. ....
by mctny
Sat Jul 29, 2006 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 9606

can you please describe me how to do this?
ray.wurlod wrote:You have the alternative of accessing through SQL Server.
by mctny
Sat Jul 29, 2006 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing access database
Replies: 3
Views: 814

I don't know of an MS-Access ODBC driver for Unix. One method is to use a SQL-Server database and connect the MS-Access mdb to it, then use the SQL-Server ODBC driver for Unix. I also need to access to Ms access from Datastage PX ( 7.5.1A) in Unix ( IBM AX 5.3), if using intermediate DB ( Ms SQL se...
by mctny
Thu Jul 27, 2006 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rejected records
Replies: 16
Views: 7362

Transformers can handle null values without any problem, you don't need to use any null field value etc, however sequential files cannot handle nulls by itself, you need to handle by yourself. ( use special null value as suggested, )
by mctny
Wed Jul 26, 2006 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: environmental variable password?
Replies: 8
Views: 2908

It depends on how you configured the Sequence. If you had give the $PROJDEF in JobSequence, it gets the value from Project level setting. Since, JobSequence is the point where the whole parameter value is been passed, your assertion will be right. If by chance parameter doesnt match each other, the...
by mctny
Wed Jul 26, 2006 7:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: environmental variable password?
Replies: 8
Views: 2908

sorry the sentence " when I go to the job, and view data in the sequence " should be "when I go to the job, and view data in the stage " I am not entering anyvalue when trying to view data on the stage, the password comes by default. when I checked the sequence parameters I saw t...
by mctny
Tue Jul 25, 2006 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: environmental variable password?
Replies: 8
Views: 2908

Thank you for the explanation, I am still having problem, with accessing SQL server DB ( ODBC stage) through DS PX job which is called by a sequence, when I go to the job, and view data in the sequence, it works fine and I can view the data, when I run the seq, it says username/password not correct,...