Search found 364 matches

by sud
Wed Jan 24, 2007 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Bulk Load
Replies: 6
Views: 2739

Re: DB2 Bulk Load

I have a job which has a DB2 API stage as source and DB2 bulk load as Target. While I am compiling the job I am getting the error "minimum 1 output stream(s) required" in DB2 Bulk Load stage. Can any one of you help me in fixing this error. Thanks in advance. I have faced this problem bef...
by sud
Wed Jan 24, 2007 2:14 am
Forum: General
Topic: Can DataStage process BLOB
Replies: 3
Views: 2468

Please read this post. In case you find a better approach please don't forget to post it. :D
by sud
Thu Dec 07, 2006 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle the join stage warnings
Replies: 15
Views: 6170

Please switch off RCP only in the input stages to the join, keep RCP on in the joiner output.
by sud
Fri Jun 30, 2006 5:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: script to delete jobs
Replies: 21
Views: 5559

What language was that :?: How about, we're loathe to tell people how to tip-toe thru a minefield, becuase 9 out 10 times folks don't follow our directions exactly. I am sorry :oops: But your responsibility is probably to spread knowledge ... because never can u ensure that somebody won't do someth...
by sud
Fri Jun 30, 2006 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling SQLServer StoredProc
Replies: 6
Views: 3471

Re: tested from within sqlserver

Yes, I did test it from within SQLServer console & the main calling routine calls and completed all stored procs that needed to be called.. One more thing i found, in the documentation about RDBMS plug-in, in before/after SQL, it mentions that calling stored proc is NOT supported. I guess this ...
by sud
Fri Jun 30, 2006 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a webservice from Datastage version 7.1
Replies: 7
Views: 6238

The help says that it also includes 'added functionality in DataStage routines' but not sure I could honestly say what that would be, in spite of having used these stages. :? As an example, if you import the metadata of any webservice you will find a server routine being created for each function s...
by sud
Fri Jun 30, 2006 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling SQLServer StoredProc
Replies: 6
Views: 3471

Re: Calling SQLServer StoredProc

.. I suspect DataStage only send Execute on main StoredProc1 and then exit .. ?? That's right but (which then stopped the unfinished storedproc from running) this is not correct. Datastage will issue an execute and terminate and all database errors have to be treated inside the procedure itself. Da...
by sud
Fri Jun 30, 2006 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: script to delete jobs
Replies: 21
Views: 5559

I continue to recommend a manual process, or hire an expert (who is cognizant of the dangers) to create your script. Your support provider will be able to source one, IBM can provide these services, some of the posters here can also do so. And so they won't discuss the steps to do it. Cuz u kn, u g...
by sud
Fri Jun 30, 2006 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML-Input
Replies: 4
Views: 2369

Re: XML-Input

Hi, ... a stage called folder stage which takes two columns in the second i will the contents.in the input of the XML input stage i need to mention abt the contents either as a columns from folder stage or URL. I really got confused, may be you can try to rephrase. Are you asking for a way to pass ...
by sud
Fri Jun 30, 2006 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: inserts into oracle stage
Replies: 3
Views: 1323

So if i have understood your requirement correctly, the number of times a particular record will be inserted will depend upon a parameter value. Correct? A couple of ways, -look into the start loop and end loop activity in a sequence job. Run the same job n number of times -build your load ready fi...
by sud
Wed Jun 28, 2006 7:50 pm
Forum: Site/Forum
Topic: Video Tech Tip Series - FEEDBACK
Replies: 49
Views: 153653

Re: Feedback on Feedback

Really nice :!: :!:

By the way, it is smarter to just right click on the file stage and do a view data :wink:

:D
by sud
Wed Jun 28, 2006 7:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: script to delete jobs
Replies: 21
Views: 5559

Hi all, i'd like to automate the process of deleting an existing build and importing a full build. At the moment, I have a batch script which extracts a full build from VSS and imports it into DSManager. However, before this happens I have to manually delete the jobs/folders from manager. So to ans...
by sud
Wed Jun 28, 2006 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: X-Stages in ETL cycle
Replies: 8
Views: 4300

chulett wrote:Seems like it's hacked out of something like a PowerPoint presentation: "Let me describe the elements of the Ascential suite starting from the center and working out"...
:lol: :lol: The IBM website is the best place for such airy stuff about X-Stages. Check this out.
by sud
Wed Jun 28, 2006 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while loading date into a table
Replies: 4
Views: 2242

Re: one day less

I am experiencing the same issue and wondering if there is an explanation. I have the following PX job: seq --> xfm --> DB2/UDB API There is a date field in the incomoing data with YYYY-MM-DD format. The coressponding field in the DB2 database is of type Date. In the tranform stage, I am using the ...
by sud
Wed Jun 28, 2006 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage - Insert Into UNION ALL View
Replies: 4
Views: 3347

Eric wrote:As I remember. the rules of SQL say You can't INSERT into a VIEW that is made from multiple tables. Is this still true?
Absolutely, the error message says it all - <VIEW> does not exist or it is a view.