top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Overload of session log in informatica

+1 vote
413 views

I have a mappig to update certain columns in a table. Only 10% or less records should get updated. The remaining records should be rejected by the informatica.

The mapping works just fine if not for all the records getting logged into the session log file. Is there a way to prevent this other than using the filter transformation? I am aware this can be eliminated with a filter transforamtion. But just wanted to check if there is any simpler approach like selecting an option or something.

posted Mar 7, 2014 by Pooja Bhanout

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+1 vote

Change the tracing level to Terse - you can configure it for the update strategy transformation transformation or for the entire session (Config Object / Override tracing).

answer Mar 7, 2014 by Shweta Singh
+1 vote

If you are using Update Strategy Transformation in your mapping then there is a property 'ForwardRejectedRows'. By default this property is checked, just un-check this property then the integration service drops rejected rows and no details will be written in the bad file but details will be passed to session log file.
Tracing level is also a very good option to minimize the tracing details. At session level set the trace as NONE and in Tranformations use Terse as tracing level.

answer Apr 25, 2014 by Shatark Bajpai
Similar Questions
+2 votes

I have a mappig to update certain columns in a table. Only 10% or less records should get updated. The remaining records should be rejected by the informatica.

The mapping works just fine if not for all the records getting logged into the session log file. Is there a way to prevent this other than using the filter transformation? I am aware this can be eliminated with a filter transforamtion. But just wanted to check if there is any simpler approach like selecting an option or something.

0 votes

I am working in Informatica project, and we use to trigger the workflow from Autosys and if workflow fails we get the mail. After that we used to check the session log and find out the error message. Generally the error message is a Network error like failed to connect to Database. My Question is there any way to extract only the error message from the session log like "Failed to Connect to database" and send this in mail.

+2 votes

How to tune the session, workflow for better performance, what are the things we consider for better performance?

+1 vote

i have an issue where i get flat file with date and time extension to flat file name like test_28-10-2012.txt

I can get the flat file name in mapping through checking the AddCurrentlyProcessedFileNameproperty in Source Analyzer,from there i can do my logic but my question is

how can i dynamically give the flat file name in Source file name property of session.

+2 votes

I have a job scheduled by tivoli for an Informatica workflow. I have checked property to save workflow logs for 5 runs.

Job is running fine through informatica but if u try to run is from tivoli using pmcmd it fails to rename the workflow log file .

Please help, I am getting this error :

Cannot rename workflow log file [E:\Informatica\etl_d\WorkflowLogs\wf_T.log.bin] to [E:\Informatica\etl_d\WorkflowLogs\wf_T.log.4.bin]. Please check the Integration Service log for more information. Disconnecting from Integration Service

...