Hi all,
i just started working in a new company and therefore decided to do a test on my machine to see that informatica was working fine.I created a simple pass thru mapping ( flat file to flatfile).
Source ( src_txt) Flat File ( located in C:\ src_txt)
----------
S_ACC_ID NUMBER 2
S_AMT NUMBER 3
TARGET(tgt_txt) Flat File ( located in C:src_txt)
------------
T_ACC_ID NUMBER 2
T_AMT NUMBER 3
My repository is located on a unix server
I have 6.2 client running on my system
i am getting the following errors
WRITER_1_1_1> WRT_8124 Target Table tgt_txt :Writing output to: /opt/informatica/powercenter/TgtFiles/tgt_txt1.out
READER_1_1_1> FR_3000 Error opening file [/opt/informatica/powercenter/SrcFiles/src_txt.txt]. Operating system error message [No such file or directory].
For some reason it is pointing to server path ie [/opt/informatica/powercenter/SrcFiles/src_txt.txt
when in effect it should point to C:\.. where the source and target files are located
I also noticed something funny.
when i preview data on the source table in the designer,it shows C:\tgt_txt and vice versa.
I had to mannually change the path to preview the data.
Any thoughts on these,please help
Here's the complete logfile
--------------------------------------
MASTER> CMN_1688 Allocated [12000000] bytes from process memory for [DTM Buffer Pool].
MASTER> PETL_24000 Parallel Pipeline Engine initializing.
MASTER> PETL_24001 Parallel Pipeline Engine running.
MASTER> PETL_24003 Initializing session run.
MAPPING> TM_6014 Initializing session [s_m_san_txt] at [Fri Jan 16 10:51:18 2004]
MAPPING> TM_6101 Mapping name: m_san_txt Version 1.0.0
MAPPING> CMN_1569 Server Mode: [ASCII]
MAPPING> CMN_1570 Server Codepage: [ISO 8859-1 Western European]
MAPPING> TM_6151 Session Sort Order: [Binary]
MAPPING> TM_6156 Using LOW precision decimal arithmetic
MAPPING> TM_6180 Deadlock retry logic will not be implemented.
MAPPING> TE_7022 TShmWriter: Initialized
MAPPING> TM_6007 DTM initialized successfully for session [s_m_san_txt]
MASTER> PETL_24004 Starting pre-session tasks.
MASTER> PETL_24027 Pre-session task completed successfully.
MASTER> PETL_24006 Starting data movement.
READER_1_1_1> DBG_21437 Reader: Source is a file-based source.
READER_1_1_1> BLKR_16003 Initialization completed successfully.
WRITER_1_1_1> WRT_8124 Target Table tgt_txt :Writing output to: /opt/informatica/powercenter/TgtFiles/tgt_txt1.out
WRITER_1_1_1> WRT_8270 Target connection group #1 consists of target(s) [tgt_txt]
WRITER_1_1_1> WRT_8003 Writer initialization complete.
WRITER_1_1_1> WRT_8005 Writer run started.
WRITER_1_1_1> WRT_8158
*****START LOAD SESSION*****
Load Start Time: Fri Jan 16 10:51:18 2004
Target tables:
tgt_txt
READER_1_1_1> BLKR_16007 Reader run started.
READER_1_1_1> Fri Jan 16 10:51:18 2004
READER_1_1_1> FR_3000 Error opening file [/opt/informatica/powercenter/SrcFiles/src_txt.txt]. Operating system error message [No such file or directory].
READER_1_1_1> Fri Jan 16 10:51:18 2004
READER_1_1_1> FR_3026 Error in verifying files.
READER_1_1_1> Fri Jan 16 10:51:18 2004
READER_1_1_1> BLKR_16004 ERROR: Prepare failed.
WRITER_1_1_1> WRT_8333 Rolling back all the targets due to fatal session error.
WRITER_1_1_1> WRT_8325 Final rollback executed for the target [tgt_txt] at end of load
WRITER_1_1_1> WRT_8035 Load complete time: Fri Jan 16 10:51:18 2004
LOAD SUMMARY
============
WRT_8036 Target: tgt_txt (Instance Name: [tgt_txt])
WRT_8044 No data loaded for this target
WRITER_1_1_1> WRT_8043 *****END LOAD SESSION*****
MASTER> PETL_24020
***** RUN INFO FOR TGT LOAD ORDER GROUP [1], SRC PIPELINE [1] *****
MASTER> PETL_24023 Thread [READER_1_1_1] created for the read stage of partition point [SQ_src_txt] has completed. The total run time was insufficient for any meaningful statistics.
MASTER> PETL_24025 Thread [WRITER_1_1_1] created for the write stage of partition point(s) [tgt_txt] has completed. The total run time was insufficient for any meaningful statistics.
MASTER> PETL_24021 ***** END RUN INFO *****
MASTER> PETL_24005 Starting post-session tasks.
MASTER> PETL_24028 Post-session task completed with failure.
MAPPING> TM_6020 Session [s_m_san_txt] completed at [Fri Jan 16 10:51:18 2004]
MAPPING> TM_6018 Session [s_m_san_txt] run completed with [0] row transformation errors.
MAPPING> TM_6022
SESSION LOAD SUMMARY
================================================
MAPPING> TM_6252 Source Load Summary.
MAPPING> CMN_1740 Table: [SQ_src_txt] (Instance Name: [SQ_src_txt])
Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
MAPPING> TM_6253 Target Load Summary.
MAPPING> CMN_1740 Table: [tgt_txt] (Instance Name: [tgt_txt])
Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
MAPPING> TM_6023
===================================================
MASTER> PETL_24002 Parallel Pipeline Engine finished.
MASTER> PETL_24013 Session run completed with failure.
i just started working in a new company and therefore decided to do a test on my machine to see that informatica was working fine.I created a simple pass thru mapping ( flat file to flatfile).
Source ( src_txt) Flat File ( located in C:\ src_txt)
----------
S_ACC_ID NUMBER 2
S_AMT NUMBER 3
TARGET(tgt_txt) Flat File ( located in C:src_txt)
------------
T_ACC_ID NUMBER 2
T_AMT NUMBER 3
My repository is located on a unix server
I have 6.2 client running on my system
i am getting the following errors
WRITER_1_1_1> WRT_8124 Target Table tgt_txt :Writing output to: /opt/informatica/powercenter/TgtFiles/tgt_txt1.out
READER_1_1_1> FR_3000 Error opening file [/opt/informatica/powercenter/SrcFiles/src_txt.txt]. Operating system error message [No such file or directory].
For some reason it is pointing to server path ie [/opt/informatica/powercenter/SrcFiles/src_txt.txt
when in effect it should point to C:\.. where the source and target files are located
I also noticed something funny.
when i preview data on the source table in the designer,it shows C:\tgt_txt and vice versa.
I had to mannually change the path to preview the data.
Any thoughts on these,please help
Here's the complete logfile
--------------------------------------
MASTER> CMN_1688 Allocated [12000000] bytes from process memory for [DTM Buffer Pool].
MASTER> PETL_24000 Parallel Pipeline Engine initializing.
MASTER> PETL_24001 Parallel Pipeline Engine running.
MASTER> PETL_24003 Initializing session run.
MAPPING> TM_6014 Initializing session [s_m_san_txt] at [Fri Jan 16 10:51:18 2004]
MAPPING> TM_6101 Mapping name: m_san_txt Version 1.0.0
MAPPING> CMN_1569 Server Mode: [ASCII]
MAPPING> CMN_1570 Server Codepage: [ISO 8859-1 Western European]
MAPPING> TM_6151 Session Sort Order: [Binary]
MAPPING> TM_6156 Using LOW precision decimal arithmetic
MAPPING> TM_6180 Deadlock retry logic will not be implemented.
MAPPING> TE_7022 TShmWriter: Initialized
MAPPING> TM_6007 DTM initialized successfully for session [s_m_san_txt]
MASTER> PETL_24004 Starting pre-session tasks.
MASTER> PETL_24027 Pre-session task completed successfully.
MASTER> PETL_24006 Starting data movement.
READER_1_1_1> DBG_21437 Reader: Source is a file-based source.
READER_1_1_1> BLKR_16003 Initialization completed successfully.
WRITER_1_1_1> WRT_8124 Target Table tgt_txt :Writing output to: /opt/informatica/powercenter/TgtFiles/tgt_txt1.out
WRITER_1_1_1> WRT_8270 Target connection group #1 consists of target(s) [tgt_txt]
WRITER_1_1_1> WRT_8003 Writer initialization complete.
WRITER_1_1_1> WRT_8005 Writer run started.
WRITER_1_1_1> WRT_8158
*****START LOAD SESSION*****
Load Start Time: Fri Jan 16 10:51:18 2004
Target tables:
tgt_txt
READER_1_1_1> BLKR_16007 Reader run started.
READER_1_1_1> Fri Jan 16 10:51:18 2004
READER_1_1_1> FR_3000 Error opening file [/opt/informatica/powercenter/SrcFiles/src_txt.txt]. Operating system error message [No such file or directory].
READER_1_1_1> Fri Jan 16 10:51:18 2004
READER_1_1_1> FR_3026 Error in verifying files.
READER_1_1_1> Fri Jan 16 10:51:18 2004
READER_1_1_1> BLKR_16004 ERROR: Prepare failed.
WRITER_1_1_1> WRT_8333 Rolling back all the targets due to fatal session error.
WRITER_1_1_1> WRT_8325 Final rollback executed for the target [tgt_txt] at end of load
WRITER_1_1_1> WRT_8035 Load complete time: Fri Jan 16 10:51:18 2004
LOAD SUMMARY
============
WRT_8036 Target: tgt_txt (Instance Name: [tgt_txt])
WRT_8044 No data loaded for this target
WRITER_1_1_1> WRT_8043 *****END LOAD SESSION*****
MASTER> PETL_24020
***** RUN INFO FOR TGT LOAD ORDER GROUP [1], SRC PIPELINE [1] *****
MASTER> PETL_24023 Thread [READER_1_1_1] created for the read stage of partition point [SQ_src_txt] has completed. The total run time was insufficient for any meaningful statistics.
MASTER> PETL_24025 Thread [WRITER_1_1_1] created for the write stage of partition point(s) [tgt_txt] has completed. The total run time was insufficient for any meaningful statistics.
MASTER> PETL_24021 ***** END RUN INFO *****
MASTER> PETL_24005 Starting post-session tasks.
MASTER> PETL_24028 Post-session task completed with failure.
MAPPING> TM_6020 Session [s_m_san_txt] completed at [Fri Jan 16 10:51:18 2004]
MAPPING> TM_6018 Session [s_m_san_txt] run completed with [0] row transformation errors.
MAPPING> TM_6022
SESSION LOAD SUMMARY
================================================
MAPPING> TM_6252 Source Load Summary.
MAPPING> CMN_1740 Table: [SQ_src_txt] (Instance Name: [SQ_src_txt])
Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
MAPPING> TM_6253 Target Load Summary.
MAPPING> CMN_1740 Table: [tgt_txt] (Instance Name: [tgt_txt])
Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
MAPPING> TM_6023
===================================================
MASTER> PETL_24002 Parallel Pipeline Engine finished.
MASTER> PETL_24013 Session run completed with failure.