Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

The 'clientTrackingId' value is not valid. The value cannot be null or all whitespace characters.

{tocify} $title={Table of Contents}

Error/Issue:

Issue is around queue based triggered Logic App, found that few of the instances are getting triggered successfully but many were not.

Result was - messages in the queue were piling up.

As trigger was not happening, checked the trigger history and found below error

  • InvalidClientTrackingId
  • The 'clientTrackingId' value is not valid. The value cannot be null or all whitespace characters.



Why it happened


The error is related to trigger and error points to clientTrackingId, so checked in the Trigger Settings



CorrelationId is used for Tracking Id and  the trigger was failing because in some of the messages in queue , CorrelationId was missing (null).

Some of the Logic Apps which were pushing data to this queue were not setting correlationId .


What to do


The queue receives messages from multiple Logic Apps, so searched for logic apps which were not including correlationID property while inserting message in queue.

And added new parameter "Correlation Id" and provided value against it in the logic apps(clients) where it was missing 




In my case it was correlation Id, but if you are using some other property for TrackingId then make sure you are passing it while inserting message in queue.









Related Post 

  • Getting Started with Logic Apps - Enterprise Application Integration
  • Getting Started with Logic Apps - EDI X12 Fundamentals
  • Getting Started with Logic Apps - What happened to the Request?
  • Getting Started with Logic Apps - Fundamentals
  • Getting Started with Logic Apps - AS2
  • Getting Started with Logic Apps - XML to EDI X12
  • The provided map definition is not valid
  • Required property 'content' expects a value but got null. Path ''.'
  • Getting Started with Logic Apps - File Routing
  • Installing and Configuring On Premises Data Gateway - By adding user to Active Directory
  • Inserting data in On Premises SQL Database using Logic Apps
  • Inserting Multiple Records In On Prem SQL Using Logic App
  • Check your request parameters to make sure the Path “” exists on your file system



    This post first appeared on TechFindings, please read the originial post: here

    Share the post

    The 'clientTrackingId' value is not valid. The value cannot be null or all whitespace characters.

    ×

    Subscribe to Techfindings

    Get updates delivered right to your inbox!

    Thank you for your subscription

    ×