How To Use Unix in Informatica-Cod - SCR
How To Use Unix in Informatica-Cod - SCR
Mapping Parameter
Mapping parameters are
user defined variables
defined at mapping level
or using parameter files.
Session Parameter
Session parameters are used for
specific
purposes
like
defining
connection name or input file name or
bad file name or lookup file name or
output file name
Mapping parameter is set Session parameter is set at the
at the mapping level
session level
Mapping parameter dose Session parameters can change from
not change from session session to session
to session.
Mapping parameter uses Session parameters uses '$'
'$$'
Example:
Example:
$$Datasource_num_id
$DBConnection_[Name]
$InputFile_[Name]
$OutputFile_[Name]
$LookupFile_[Name]
$BadFile_[Name]
Reader Errors: This error happens while reading form the database source or
flat files or any other kind of source systems
Writer Errors: This error occurs while writing to the target or database
Fatal errors:
As discussed the fatal errors results in stopping the session. All the reading and
writing are stopped and it rolls back all the data that is not committed to the target
database.
This happens when there is a loss of connection and not able to access source
,target or repository. This can include loss of connection or target database errors,
such as lack of database space to load data.