Search found 394 matches

by samsuf2002
Mon Aug 03, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Single Line
Replies: 18
Views: 5856

You need to first do all your transformation in transformer with all the XML path description in the output columns of transformer(manually) then input that to XML stage and select a "Single row" option in transformation settings. Now put just one column with a big varchar length in XML ou...
by samsuf2002
Mon Jun 22, 2009 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete folder from director
Replies: 16
Views: 5279

Sure I will let you guys know. Thanks to All.
by samsuf2002
Mon Jun 22, 2009 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete folder from director
Replies: 16
Views: 5279

Thanks Craig for the suggestion, just curious to know how it is related to database, I mean since we are dealing with datastage repository folders here
:?: ....not much familiar with XMETA.
by samsuf2002
Mon Jun 22, 2009 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete folder from director
Replies: 16
Views: 5279

Version is 8.0, and I am trying to reindex the datastage repository.
by samsuf2002
Mon Jun 22, 2009 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete folder from director
Replies: 16
Views: 5279

I tried executing DS.REINDEX ALL from Datastage administrator but its asking me File name :. Don't know what file name I need to provide..... Any ideas.
by samsuf2002
Fri Jun 12, 2009 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete folder from director
Replies: 16
Views: 5279

Did anyone happen to solve this issue ? I am facing the same :(
by samsuf2002
Mon Jun 08, 2009 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 5338

I used the below perl script found on dsxchange and testesd it. #!/usr/local/bin/perl -w ################################################################################################################### # # Documentation Header # ####################################################################...
by samsuf2002
Fri Jun 05, 2009 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cleanup resource error
Replies: 3
Views: 1375

Even I found that in 8.0 that when any jobs gets locked and if we try to clean up the resources it doesn't show the PID because it already unlocks it. If you wait for a while and open the job in designer, it will open fine.

Not sure if this is just an assumption.
by samsuf2002
Fri Jun 05, 2009 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 5338

Yes I do have..... I also found this dsx cutter perl script. Thinking of giving a shot on it.
by samsuf2002
Fri Jun 05, 2009 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 5338

viewtopic.php?t=88342&highlight=UPDATE+ ... 7RO\%27%3B

It was for 6 version. Doesn't work for me I believe. :(
by samsuf2002
Fri Jun 05, 2009 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 5338

Some one on the forum here suggested to update the ds objects to not read only by running

Code: Select all

UPDATE DS_JOBOBJECTS SET READONLY = 'NRO' WHERE READONLY = 'RO';
Can anyone advise me on it, quite afraid to try it from Administrator :?
by samsuf2002
Thu Jun 04, 2009 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 5338

Thanks Craig for the response.

I can't find any option in GUI to include read-only object. When I open the export window from designer there is a check box which says exclude read only items, it looks like its already defaulted to include. May be I am looking at wrong place :?:
by samsuf2002
Thu Jun 04, 2009 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 5338

Read-only objects

How to include the read-only objects while exporting a job through command line ? It's giving a message that it omitted read-only objects.

Thanks in Advance.
by samsuf2002
Tue Jun 02, 2009 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Duplicating
Replies: 12
Views: 5120

I believe join will handle the big volume..... can you post the exact SQL you r running on data stage and db2 client ?