Search found 56 matches

by Alethesnake
Mon Mar 16, 2020 4:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server routine maximum arguments size
Replies: 2
Views: 12874

Re: Server routine maximum arguments size

I checked the situation again and the issue seems to be present only using the test option, at runtime it works fine.

I mark the post as resolved, sorry for the mistake.
by Alethesnake
Sun Mar 15, 2020 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server routine maximum arguments size
Replies: 2
Views: 12874

Server routine maximum arguments size

Hi All, is there any limitation in length of Args for server routines? I am parsing a text field and if I do it inside a transformer I have no problem. Being the parse a bit complicated I wrote a server routine and everything works fine except that Arg1 is truncated at 1063 characters. I did an easy...
by Alethesnake
Sun Mar 15, 2020 12:44 pm
Forum: General
Topic: DS_JOBOBJECTS: missing info on stages in shared containers
Replies: 0
Views: 10947

DS_JOBOBJECTS: missing info on stages in shared containers

Hi All, I am using the following query against localuv in order to find all jobs that use a specific table: SELECT DS_JOBS.NAME , DS_JOBS.CATEGORY , DS_JOBOBJECTS.NAME , DS_JOBOBJECTS.OLETYPE , EVAL DS_JOBOBJECTS."if index(upcase(@RECORD),upcase('#TableName#'),1) > 0 then 'FOUND' else ''" ...
by Alethesnake
Wed May 04, 2011 4:16 am
Forum: General
Topic: DS_JOBOBJECTS seems not updated after job import
Replies: 4
Views: 4531

Hi, I made the following test: 1) imported a sequence with a job into my project (design and executable). 2) run the query: select * from DS_JOBS where NAME='MYSEQNAME'; and I got the record related to my sequence (with id 4228). run the query: SELECT DS_JOBOBJECTS.OBJIDNO, DS_JOBOBJECTS.OBJID, DS_J...
by Alethesnake
Mon May 02, 2011 8:30 am
Forum: General
Topic: DS_JOBOBJECTS seems not updated after job import
Replies: 4
Views: 4531

DS_JOBOBJECTS seems not updated after job import

Hi All, I'm facing an issue with a query on my repository through uv stages. I'm selecting some job attributes with a query on DS_JOBS and DS_JOBOBJECTS but I found some missing objects. Those missing objects were imported (design and executables) from another repository. I recompiled them and at th...
by Alethesnake
Thu Dec 03, 2009 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job compilation error with a transformer in the job
Replies: 10
Views: 11347

Hi trokosz,

The -q64 parameter indicates the compiler to run in 64bit mode. Was your system booted in 64bit mode? (bootinfo -K)

Regards,

Alessandro.
by Alethesnake
Thu Jul 23, 2009 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ASCII to Hex conversion
Replies: 3
Views: 3275

ASCII to Hex conversion

I All,

Is it possible to convert a two-bites ascii string to its equivalent hexadecimal value in a parallel trasformer?

Thanks,

Ale.
by Alethesnake
Thu Jul 23, 2009 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PxCFF Stage - how to set null default values for decimals
Replies: 4
Views: 4215

In the "Edit Row" for that column, under Properties | Nullable, add the Available properties to add: Null Field Value. Set the value to whatever that is the "exact length" as specified in the Length field. For instance, if Length=7, Scale = 2, set the value to 000000.00 (9 bytes...
by Alethesnake
Wed Jul 22, 2009 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PxCFF Stage - how to set null default values for decimals
Replies: 4
Views: 4215

Thanks for your suggestion ArndW, I didn't see it :-)

Do you know how can I represent the null value?

Thanks a lot.

Ale.
by Alethesnake
Wed Jul 22, 2009 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PxCFF Stage - how to set null default values for decimals
Replies: 4
Views: 4215

PxCFF Stage - how to set null default values for decimals

Hi All, I have se following issue. I have to read an EBCDIC Binary file and I use a PxCFF stage. Actually I have a decimal field that could be empty (Low Value in host). If a low value is found in a decimal field the default value set in: Stage properties - Stage - Record Options - Default Values - ...
by Alethesnake
Mon Jul 20, 2009 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job compilation error with a transformer in the job
Replies: 10
Views: 11347

The problem was effettively linked to the 64bit objects linked to ds 8.1. On last friday (friday the 17th :) ) we migrated from version 8.0.1 to 8.1 and we restored into the new installation all the old environment variables set before the migration. The problem was that compiler options are slightl...
by Alethesnake
Mon Jul 20, 2009 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job compilation error with a transformer in the job
Replies: 10
Views: 11347

Hi ArndW, Compiler options are those you mentioned. If I execute this from command line: /usr/vacpp/bin/xlC_r -L/sw/IBM/InformationServer/Server/Projects/DATAWAREHOUSE_CEDACRI/RT_BP255.O/ -L/sw/IBM/InformationServer/Server/PXEngine/lib -L/sw/IBM/InformationServer/Server/PXEngine/user_lib -G -lorchai...
by Alethesnake
Mon Jul 20, 2009 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job compilation error with a transformer in the job
Replies: 10
Views: 11347

Parallel job compilation error with a transformer in the job

Hi All, I read a lot of things about this problem in the forum but I was not able to solve the problem by myself. This is the error I get (from the more button after an unsuccessful compilation): Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 10:25:16(000) <main_program> IBM We...
by Alethesnake
Wed Apr 08, 2009 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to develop a custom stage to be used into sequences
Replies: 5
Views: 3427

ray.wurlod wrote:Looping within the Transformer stage is "in the plan" for a future release, maybe even 8.2. ...
That's a good news :), I hope it will come soon.
by Alethesnake
Fri Apr 03, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to develop a custom stage to be used into sequences
Replies: 5
Views: 3427

I think a big lack in datastage is the absence of a complete loop stage. Actually if I want to loop on the rows of i.e. a flat file, grab its column values and pass them to another job I must use UtilityRunJob routine in a transformer stage. However in this way I have to "drown" a job call...