cancel
Showing results for 
Search instead for 
Did you mean: 

Queue Blocking and File picked Partially Problem ?

Former Member
0 Kudos

Hi All,

The File which is placed in FTP server having more 50000 to 65000 rows .

when XI picks the File the Partial Data is processed.

In SXMB_MONI if we check the message we are able to see some rows not full Data which was in file.

it's also blocking the Large message QUEUE -XBTM0000

while processing.

In QUEUE monitoring(SMQ2) the STATUS message is "Connnection CLosed No DATA" .

what could the reason here and also we are not able see any error related information(If it is having error) in SXMB_MONI.

it's urgent because of Production issue.

Regards

Nandan

Accepted Solutions (0)

Answers (1)

Answers (1)

nisarkhan_n
Active Contributor
0 Kudos

Is it picking the partical file?

set the wait mode in the advanced tab in sender file adatper...specifiy the duration for wait suppose 10 sec for each 10 sec it will check the file size if it changes it will wait for another 10 sec...this process will continue till the size is constant.....

so this will ensure the complete file is picked everytime.

Former Member
0 Kudos

Hi Nisar,

in Additional Parameters,

"Msecs wait before Modification is set to 5000"

Former Member
0 Kudos

Hi,

To avoid partial picking of files, increase the value to 10s.

Regards,

Indira D

Former Member
0 Kudos

Hi Indira,

In our scenario the Modification Check is set 5000 .

To resolve this problem what should i must do ?

Whether to decrease the present value or increase the present set value.

what will be the timing parameter Actually in Additional Parameter Tab?( SECONDS or MILLI SECONDS)