Is there a scenario where even data pages cant be traced?

Till now we know that data pages can be traced but is there any scenario where it cant be traced?

@TanyaS58 If we use the Load-DataPage method the datapage is loaded asynchronously in a background thread and thus you’ll just see the load-datapage step followed by other steps in your activity.

@SaurabhG7134 actually I have a small query for load data page we do some settings in tracer right like checking ADP checkbox ,asynchronous activity and data pages so in load data page step if we click on the ADP step page in tracer cant we see the details of loading the data page?

@TanyaS58 , @SaurabhG7134

Hey Saurabh,

Are you saying that we can’t trace the Load Data Page in Tracer ?

ADP Load: Trace the background thread (requestor) that loads a declare page asynchronously.

What is the use of ADP Load in Tracer, Could you explain more deatils on this ?

Just want clearup doubts.

Thanks,

Ashok

@TanyaS58 @Bhumireddy yes you can use the ADP Load checkbox for tracing these types of async Dpages. You may need to add a Connect-Wait method after the Load-DataPage method so that the activity waits for the Dpage to be loaded in the background thread if you are using it immidiately after it’s execution.