Search found 288 matches

by dspxlearn
Wed Feb 20, 2008 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Lookup issue, an interesting one!
Replies: 6
Views: 2717

'SIGSEGV' is the signal thrown when an application makes an invalid memory reference or improper memory handling.

I am not sure why and when this signal comes in your case... :roll:
by dspxlearn
Wed Feb 20, 2008 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning
Replies: 2
Views: 1313

just4u_sharath,
test1_dummy_txt,0: Missing record delimiter "\n", saw EOF instead
Clearly, it says about the record delimiter settings.
Check the 'Format' properties of your target sequential file. You might not have specified it.

Try out by using Record delimiter: UNIX newline
by dspxlearn
Wed Feb 20, 2008 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unlocking the job
Replies: 5
Views: 11026

Can you try this and check if you could UNLOCK your job: 1. Login to the server with your UNIX id and get into bourne shell , here in example, dev.it.server.com 2. Change you current working directory to DataStage engine directory. here in example, $ pwd /server/etl/ascential/Ascential/DataStage/DSE...
by dspxlearn
Tue Feb 19, 2008 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion code
Replies: 9
Views: 2865

Posted: Wed Sep 28, 2005 11:49 pm

I have posted this couple of years back!!
This was already discussed.

Biuser,
Answers are answered now!! :lol: :lol: :?
by dspxlearn
Thu Feb 14, 2008 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass field values to parameter
Replies: 9
Views: 6425

:? :? :? :? :?
Can you please put your requirement graphically?
by dspxlearn
Thu Feb 14, 2008 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null To Value not found
Replies: 8
Views: 2742

pradkumar,

By looking into your first post, it seems that when you searched the DShelp, you might have found the those functions on the parallel pages but not on the server.
Thats why when you open a transformer they are all missing. :shock:
by dspxlearn
Thu Feb 14, 2008 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Searching a particular column in a job
Replies: 3
Views: 1365

nkln@you,

In these kind of situation the easiest way i used is just a Search in the .dsx file.
Still if you don't want to go by each job dsx file, then export all the jobs and upload it to work work directory of unix and

Code: Select all

cat *.dsx|GREP 'column'
Done! :)
by dspxlearn
Thu Feb 14, 2008 2:16 pm
Forum: General
Topic: Tell me about the usage of to these Stage in IBM Inforamtion
Replies: 4
Views: 2091

Code: Select all

Tell me about the stages.
Why should we? :twisted:
by dspxlearn
Thu Feb 14, 2008 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing field datatype from Double to Decimal
Replies: 10
Views: 14663

Ya. If we are going to use message handlers to suppress these kind of warnings, then its OK. Raamc, You have 2 options. 1. If you want a double datatype to be converted to decimal with a warning free job, keep the output datatype of the aggregator as double(default) and when you pass it to the later...
by dspxlearn
Thu Feb 14, 2008 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing field datatype from Double to Decimal
Replies: 10
Views: 14663

sud, For the option 'Aggregation Type=count' in the aggregator stage the default datatype will be dfloat. If you explicity change it to decimal, you will be getting a warning something like: Implicit conversion from source type "dfloat" to result type "decimal[38,0]": Possible ra...
by dspxlearn
Thu Feb 14, 2008 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS parameter no found!
Replies: 11
Views: 2951

ArndW,

Seems, even if this parameter is NLS=0 or not present in the list, i guess NLS is not installed...
:o
by dspxlearn
Thu Feb 14, 2008 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS parameter no found!
Replies: 11
Views: 2951

Thanks ArndW,

I learnt new thing from your post. :)
There is no tunnable parameter setting for NLS. There is no output line for NLS with the command. So, is it that the NLS is not installed?

Thankyou very much.
by dspxlearn
Thu Feb 14, 2008 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run more than 1 job at same time
Replies: 6
Views: 2488

Aschand, Below are the default option for most of the databases. When you try to 'LOAD' into database an exclusive lock will be made on the tables to maintain the data integrity. INSERT, UPDATE or DELETE's - will place a ROW EXCLUSIVE lock. SELECT...FROM...FOR UPDATE - will place a ROW EXCLUSIVE loc...
by dspxlearn
Thu Feb 14, 2008 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS parameter no found!
Replies: 11
Views: 2951

Hi ArndW,

I don't have administrator roles to login into it and see the options. I just have developer Privileges on the project. I don't see any of those NLS tabs on it when connected to it.

Thanks for your time!!
by dspxlearn
Thu Feb 14, 2008 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS parameter no found!
Replies: 11
Views: 2951

NLS parameter no found!

Hi, We had the copy of Datastage installed few months back on the Unix server.I could not see the NLS settings either on the Datastage administrator or the NLS_LANG environment variable. I could not find anything related to this in the DSxchage forums. :( In the dsenv file i found the below settings...