Work flow failed when it is set to Bulk mode but it was
successful
when set to normal mode y??(All the connections are fine and
exactly
correct)?

Answers were Sorted based on User's Feedback



Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / satya

Hi floks,

There some limitations to the BULK mode. U cant use BULK
mode in the below cases.

1. target table is not relational
2. if the target is relational but a primary key is declared
or Index is created on any of the columns.
3. If the mapping contains Update strategy.

So as per myunderstanding issue could be any one of the
above reasons. Pls check.

Satya

Is This Answer Correct ?    17 Yes 0 No

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / srinivasarao.jammu

bulk mode option wil bypass logs.... if we want to load the
data in bulk load option... we have 2 solutions
first solution is we have to remove our constraints in
target data... second is while we creating database
connection ,,, enable the parrelel mode option... check
properly ....again thankq for ur question

Is This Answer Correct ?    15 Yes 1 No

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / vijay

Another ans could be . If target table has index on it.

Is This Answer Correct ?    7 Yes 0 No

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / sanju_yu

U all are wrong my friend,
workflow failed cuz mapping maust be having a Update
strategy Transfn in it so when we use a Update strategy
Transfn u cannot run a workflow in bulk mode it should be
run in normal mode only


Thanks
Sanjay

Is This Answer Correct ?    7 Yes 3 No

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / pankaj pandey

Hi,

If you are using connection for bulk load, no other session
should use it for Normal load, otherwise it will fail. You
should have seprate connection specifically for Bluk load.

I hope this will solve your issue.

Pankaj

Is This Answer Correct ?    3 Yes 0 No

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / imran

Hi Srinivas and Upender, thanks for ur answers....another
answer for this ques which I got to know is for update
strategy we should always set work flow to normal and for
this ques i guess it is the apt answer. Please correct me if
I am wrong....if this answer is correct can u please explain
whts the reason for tht??? Thnks....

Is This Answer Correct ?    2 Yes 0 No

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / senthil kumar s

Treat Source Record type as -- INSERT
We need to set for BULK LOAD.Other cases it will fail

Is This Answer Correct ?    1 Yes 0 No

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / imran

Thanks Sanjay, this is wht I said(plz review my answer once
again)....the ques never said tht there is an update
strategy,,,,its just a guess...wht if the there is no UST
and the prob still continues???? plz reply.....

Is This Answer Correct ?    0 Yes 0 No

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / janardhanreddy yerraballi

Sometimes in bulk mode the session gets failed bcoz you cannot use bulk mode if the index is defined on the target table, so if you want to use bulk mode for indexed target table you have to drop abd recreate the index using pre and post sql command

Is This Answer Correct ?    0 Yes 0 No

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All..

Answer / vino

If u are using any row level trigger that should be
disabled....otherwise the workflow will fail...

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

When do we use dynamic cache and static cache in connected and unconnected lookup transformations?

3 Answers  


i have thousand records in my source(flat file) i wanna load 990 records i don't want load first 5 records and last 5 records at informatica level?

3 Answers   Satyam,


Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?

0 Answers  


Can you access a repository created in previous version of Informatica?

1 Answers  


What is Micro Strategy? Why is it used for?

5 Answers   Infosys,






-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?

1 Answers   TCS,


Suppose i have 10000 records.First time i have to load 1 to 1000 records and second run i have load 1000 to 2000 records and third load i have to load 2000 to 3000 rows .How will achieve

15 Answers   TCS,


How would you join a node to the already existing domain?

0 Answers  


what is curr val use for in sequence generator?

2 Answers   Emphasis,


What is resilience time?

0 Answers  


Hi, What is version control in Informatia ? Can anyone just give an idea or introduction about this? Advance Thanks

2 Answers   IBM,


SRC1 -> EXP -> AGGR -> TGT SRC2 -> EXP -> Above is a maaping with two pipeline connected to the taret TGT. Design wise is this design is correct or not ?

6 Answers   IBM,


Categories