Originally posted by: Vino685
Hi,
We recently migrated from WTX 8.4.0.2 to ITX 9.0.0.1 .
We are facing "Disk write error" issue with ITX 9.0.0.1 while processing huge files (sizing 100 MB) . But when we tried processing the same file in WTX 8.4 environment and its processed fine.
Scenario:
1) Main map : Page size/count : 256 / 64 and run map with 64 / 8.
2) We are calling another map from our main map using Handlein function.
=IF(db_insert_status Column:in_dupcheck_info = "PASS" ,
VALID (
RUN ( "%xx_map_dir%"+"/xxx_xxxx.mmc",
HANDLEIN ( 1, each_xxx_info ) +
" -OF1R5:15+ " + directory + filename + " -AEWU="+"%xxx_MapLogDir%"+"/xxx_"+ filename+".log"
),
"FAIL" ) )
3) Here is the audit log generated:
<MapAudit StartTime="05:58:05 March 21, 2018">
<Platform>Launcher for IBM(TM) RS/6000 AIX(TM) - Version 9.0.0(42)</Platform>
<ExecutionSummary MapStatus="Error" mapreturn="16" ElapsedSec="930.812" BurstRestartCount="0">
<Message>Disk write error</Message>
<CommandLine>/wtx/maps/xxx.mmc</CommandLine>
<SourceReport card="1" adapter="File" bytes="59767131" adapterreturn="0">
<Message>Data read successfully</Message>
4) We also tried the option "StreamMaxMemLimit" in dtx.ini configuration file by changing to StreamMaxMemLimit = 500 (also tried with 5000) along with new StreamMaxMemDirectory = /xx/xx/maps/tmp/. Still we get same error , hence commented back.
5) We also checked the memory space (using command "df -g" in unix server) and no issues with memory.
6) This issue persists with only few files , but other large files were processing fine without any issue at the sametime
Could someone advise us to resolve this issue.
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange