B2B Integration

Sterling B2B Integration

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Mailbox_Router_Lock expiration time

    Posted 06/22/20 10:30 AM

    Our Mailbox_Router_Lock appears to be set to automatically expire after 24 hours.

    Is there a setting somewhere where we can change 24 hours down to 1 hour or less ?  Maybe in customer_overrides.properties ?

     

    This communication is intended to be received only by the individual[s] or entity[s] to whom or to which it is addressed, and contains information which is confidential, privileged and subject to copyright. Any unauthorized use, copying, review or disclosure is prohibited. Please notify the sender immediately if you have received this communication in error [by calling collect, if necessary] so that we can arrange for its return at our expense. Thank you in advance for your anticipated assistance and cooperation.

    Cette communication est destinée uniquement à la personne ou à la personne morale à qui elle est adressée. Elle contient de l’information confidentielle, protégée par le secret professionnel et sujette à des droits d'auteurs. Toute utilisation, reproduction, consultation ou divulgation non autorisées sont interdites. Nous vous prions d’aviser immédiatement l’expéditeur si vous avez reçu cette communication par erreur (en appelant à frais virés, si nécessaire), afin que nous puissions prendre des dispositions pour en assurer le renvoi à nos frais. Nous vous remercions à l’avance de votre coopération.

    #B2BIntegration
    #SupplyChain


  • 2.  RE: Mailbox_Router_Lock expiration time

    Posted 06/22/20 11:08 AM
    Change duration (milli seconds) in BP - Schedule_MailboxEvaluateAllAutomaticRules highlighted below

    <operation name="SetLock"><operation name="SetLock"> <participant name="SystemLockService"/> <output message="Xout"> <assign to="LOCK_KEY">Mailbox_Router_Lock</assign> <assign to="USER">Mailbox_Router</assign> <assign to="DURATION">86400000</assign> <assign to="CLEAR_ON_START_UP">true</assign> <assign to="." from="*"/> </output> <input message="Xin"> <assign to="." from="*"/> </input></operation>

    ------------------------------
    Rajasekhar Muthamsetty
    ------------------------------



  • 3.  RE: Mailbox_Router_Lock expiration time

    Posted 06/23/20 11:26 AM

    Thank you so much Rajasekhar!

    This communication is intended to be received only by the individual[s] or entity[s] to whom or to which it is addressed, and contains information which is confidential, privileged and subject to copyright. Any unauthorized use, copying, review or disclosure is prohibited. Please notify the sender immediately if you have received this communication in error [by calling collect, if necessary] so that we can arrange for its return at our expense. Thank you in advance for your anticipated assistance and cooperation.

    Cette communication est destinée uniquement à la personne ou à la personne morale à qui elle est adressée. Elle contient de l’information confidentielle, protégée par le secret professionnel et sujette à des droits d'auteurs. Toute utilisation, reproduction, consultation ou divulgation non autorisées sont interdites. Nous vous prions d’aviser immédiatement l’expéditeur si vous avez reçu cette communication par erreur (en appelant à frais virés, si nécessaire), afin que nous puissions prendre des dispositions pour en assurer le renvoi à nos frais. Nous vous remercions à l’avance de votre coopération.