cancel
Showing results for 
Search instead for 
Did you mean: 

Cancel interface logging

Former Member
0 Kudos

Hi

we have FILE -> XI -> FILE scenario , the FILE is 40MB and the interface is running once in an hour

(the interface role is to opertate a script - so it must run once in a hour)

is there any way to prevent this interface be written to the database ? ( remove it from sxmb_moni )

thx,Shai

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shai,

just asynch. Interfaces are persisted. If you have any chance to design your process to SYNC the message wont be written to DB.

Regards Mario

Former Member
0 Kudos

But File to File cannot be Synch.

Thanks

Farooq.

Former Member
0 Kudos

Hi Farooq,

the sender filoe communication channel alows "Best Effort". So it can be sync.

Regards Mario

Former Member
0 Kudos

> the sender filoe communication channel alows "Best

> Effort". So it can be sync.

<b>But as per the TBIT42-File Adapter.

Receiver Adapter: The QoS is inherited from the IS, (in the case of File only QoS = EO or EOIO make sense, since communication cannot be synchronous).</b>

It means I cannot get response from file..even I can put the file or I can get the file.

Currect me if my understanding is wrong ?

Thanks

Farooq.

Former Member
0 Kudos

Hi Mario

should I change the QoS to Best Effort on the file adapter ?

or change the all secnario to sync?

thx,Shai