Search found 10 matches

by VIDHATHA
Mon Oct 29, 2018 2:34 am
Forum: General
Topic: Folder check on different server / FTP
Replies: 1
Views: 1921

Folder check on different server / FTP

I need to transfer file from Datastage unix server to other server

but ,before moving that file , need to check whether the folder is available or not, if folder not available then need to create the folder

please suggest best approach for this

Thanks
by VIDHATHA
Thu Oct 05, 2017 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading into sql server table column issue
Replies: 2
Views: 12175

Loading into sql server table column issue

Hi, while iam loading data into SQL server table using ODBC connector,getting below error message, my columname FUNCTION, its reserved sql name so getting the below one,please suggest how to handle this ODBC function "SQLExecute" reported: SQLSTATE = 42000: Native Error Code = 156: Msg = [...
by VIDHATHA
Fri Sep 22, 2017 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we have option like missing file mode for Dataset?
Replies: 1
Views: 1587

Please ignore the above post, posted in confusion, it got resolved,

sorry for the inconvinience
by VIDHATHA
Fri Sep 22, 2017 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we have option like missing file mode for Dataset?
Replies: 1
Views: 1587

Can we have option like missing file mode for Dataset?

We have generic job, which compares the data and creates dataset, based on that out put dataset my second job will run, but the problem is if we didnt have data compare job not creating dataset, so the second job getting failed and throwing error no input dataset available.. Can you please help to p...
by VIDHATHA
Fri Oct 23, 2015 10:44 pm
Forum: General
Topic: Job activity not moving to next activity
Replies: 2
Views: 2060

Job activity not moving to next activity

Hi,

I have 4 job activities in a sequence , my first activity job got finished but its not giving status as success , still its in running mode , that's the reason my sequence not moving to next job activity. up to yesterday it was fine. can you please help on this

Thanks.
by VIDHATHA
Mon Jun 24, 2013 11:56 pm
Forum: General
Topic: Sequencer
Replies: 2
Views: 1515

Sequencer

Hi , i am running 12 jobs parallelly using sequencer and jobactivity stages . my requirement is if any of the job then all the jobs should abort.i had prepared job using exception handler and terminater activity stage to do that .but it aborting the sequencer if any of the job aborts but the jobs in...
by VIDHATHA
Thu Feb 14, 2013 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: There is a circularity in the dataflow between operators.
Replies: 3
Views: 3954

There is a circularity in the dataflow between operators.

Hi All, My job got aborted by giving of error "There is a circularity in the dataflow between operators." .if i run the same job by adding of APT_DISABLE_COMBINATION=TRUE its running continuosly and not giving any result. iam comparing source data with target using Change capture stage in ...
by VIDHATHA
Thu Feb 14, 2013 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: the call to sqlldr failed the return code = 1
Replies: 4
Views: 3932

Thank you so much BillB. its working fine after adding of ENV

thank you all.
by VIDHATHA
Mon Feb 11, 2013 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: the call to sqlldr failed the return code = 1
Replies: 4
Views: 3932

the call to sqlldr failed the return code = 1

Hi all, Iam loading data from sqlserver to oracle using sqlserver stage and oracle enterprise stage. if the source having data in sqlserver there is no issue if there is no data its giving error"the call to sqlldr failed the return code = 1" my target oracle option is load--append mode can...