Monday, December 22, 2014

The workflow [xxxxxx] failed because an operating system profile was not specified and the Integration Service uses operating system profiles. Please check the Integration Service log for more information.

The workflow [xxxxxx] failed because an operating system profile was not specified and the 
Integration Service uses operating system profiles.  Please check the Integration Service log for more information.

I had faced this issue,now i am going to explain wht i did to resolve this.


Edit 
Use Operating System Profiles='YES' 
:)

Thursday, December 4, 2014

Informatica Scenarios Based Question

How to Optimize Buffer Memory in Informatica

How to Optimize Buffer Memory in Informatica

1)Buffer Block Size

Buffer Block Size = Largest Row Precision * 100

2)Session Buffer Blocks

Session Buffer Blocks = (total number of sources + total number of targets) * 2

3)DTM Buffer Size

DTM Buffer Size = Session Buffer Blocks * Buffer Block Size / 0.9




Tuesday, December 2, 2014

How to get even odd records in analysis of OBIEE11g

How to get even odd records in analysis of OBIEE11g


Step 1:- First we need to create an analysis report
            add any extra column and click on Edit Formula

MOD(RCOUNT(1),2)

Click Ok and Save The report.
Then Filter in the particular column 

MOD(RCOUNT(1),2)=1
OR
MOD(RCOUNT(1),2)=2


Run the report and you will get in your wishes as even or odd





Thanks


 BEST PYSPARK LEARNING SITES https://www.youtube.com/watch?v=s3B8HXLlLTM&list=PL2IsFZBGM_IHCl9zhRVC1EXTomkEp_1zm&index=5 https://www...