We have a series of jobs that use SOAP data stores to send some data out and receive a response back. That part all works fine.
The problem is once you have any of these data stores in your repository, no matter what job you run you get a stream of "Initializing transcoder for datastore ABC to transcode between engine codepage and datastore codepage."
It's not an earth shattering issue, because everything still works. But since some of our repositories have several dozen of these data stores in them, it does make working through job logs very, very noisy.
Anyone have any idea what might cause this and how to make these messages stop showing up in unrelated jobs?