Search found 131 matches

by meet_deb85
Wed Jul 15, 2009 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin not working
Replies: 4
Views: 4265

Now the error message has changed to this : - exec(): 0509-036 Cannot load program orchadmin because of the following errors: 0509-150 Dependent module liborchgeneralaix3.so could not be loaded. 0509-022 Cannot load module liborchgeneralaix3.so. 0509-026 System error: A file or directory in the path...
by meet_deb85
Wed Jul 15, 2009 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin not working
Replies: 4
Views: 4265

orchadmin not working

Hi,

In my server which is on AIX 5.3 I am not able to run the orchadmin
command

It always throws up this error : -

Could not load program orchadmin:
Dependent module liborchgeneralaix64.so could not be loaded.
Could not load module liborchgeneralaix64.so.
System error: No such file or directory
by meet_deb85
Wed Jul 15, 2009 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding hours to timestamp
Replies: 2
Views: 1562

Hi,

There is no direct function to add hours.

You can use the function : -

TimestampFromSecondsSince(hour*3600, "timestamp")

It adds seconds to your timestamp. Convert your hour to second by multiplying it by 3600 and then use this in this function
by meet_deb85
Fri Jul 10, 2009 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine error
Replies: 16
Views: 5418

Please post the complete error message that you get at runtime. when i run a job it dont give any error messabe but with fatal it gets aborts..... :( Please just post the contents of the fatal message in the log, otherwise everyone here would just be guessing as to what your problem might be. error...
by meet_deb85
Fri Jul 10, 2009 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine error
Replies: 16
Views: 5418

Sainath.Srinivasan wrote:Test the code as a stand-alone before calling from datastage.
When i am running the entire code with main on C++ compiler,its running fine and giving proper output.
by meet_deb85
Fri Jul 10, 2009 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine error
Replies: 16
Views: 5418

ArndW wrote:Please post the complete error message that you get at runtime.
when i run a job it dont give any error messabe but with fatal it gets aborts..... :(
by meet_deb85
Fri Jul 10, 2009 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To remove new line character in a field
Replies: 1
Views: 976

To remove new line character in a field

I'm getting a junk new line character in 6th and 7th fieldfrom a total no of 15 fields. due to this line splits in second line in excel. Job is running fine and there is no problem while opening in UNIX or in Edit Plus or in TextPad, Just getting this error only while opening in Excel. Pls help eith...
by meet_deb85
Tue Apr 07, 2009 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MySQL on AIX 5.1
Replies: 15
Views: 9392

Hi, Following is the content of my lib directory : - -rwx------ 1 dsadm dstage 3421659 Nov 21 03:53 libmyodbc3-3.51.27.so -rwx------ 1 dsadm dstage 1035 Nov 21 03:53 libmyodbc3.la lrwxrwxrwx 1 dsadm dstage 21 Apr 02 10:38 libmyodbc3.so -> libmyodbc3-3.51.27.so -rwx------ 1 dsadm dstage 13943522 Nov ...
by meet_deb85
Mon Mar 16, 2009 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: return code in dsjob -run
Replies: 3
Views: 1226

chulett wrote:Search for "return code 141", it's been discussed here before. ...

I have searched and checked for "return code 141" but Problem is still there.
by meet_deb85
Mon Mar 09, 2009 10:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Catalog
Replies: 5
Views: 2206

Anyone with any answer??
by meet_deb85
Mon Mar 09, 2009 2:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Catalog
Replies: 5
Views: 2206

Error Catalog

hi all, I need to find to catalog all the possible errors and warning that one encounters in datastage. Can someone please provide me with the information whether the error messages and warnings have been cataloged in datastage Like from where do i get the error reason for a code such as "TOIX ...
by meet_deb85
Fri Mar 06, 2009 4:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom processes are not exiting after a job has completed
Replies: 5
Views: 3218

what your job is doing ?

can you please explain your job in detail
by meet_deb85
Wed Dec 24, 2008 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retaining First/Last Values of a Key Group
Replies: 11
Views: 2392

I wonder why people are not coming up with a solution ...... Here is one without any aggregator stage : - SRC ------ > Copy stage ----------------------------------->Sort Stage_1 ........................|.............................................................| ........................|...........
by meet_deb85
Thu Oct 16, 2008 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: error in dlopen
Replies: 6
Views: 5578

What permission did you guys change...

can you please explain it in detail
by meet_deb85
Wed Oct 15, 2008 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple UserID's
Replies: 3
Views: 982

Hi Ray,

Should I make the new user the member of the group to
which the dsadm belongs to ?

In that case what privilege do I need to give for the all the files and directories created by dsadm like the DSENGINE directory etc...