How would this statement work for Twinfield? I have tried the following two, but without success:
use
select PROVIDER_DATA_CONTAINER_ALIAS
from DataDictionary.Invantive.SYSTEMPARTITIONS@DataDictionary
where short_name not in (company_code)
resulting in:
itgencun016:
itgengpr012:
Can not change active partitions to tfd since the partition ‘tfd’ does not exist.
Choose a set of only authorized and licensed partitions.
And:
use
select code
, 'tfd'
from SystemDivisions@tfd
where code not in (company_code)
This question was automatically closed after at least 1 week of inactivity after a possible solution was provided. The last answer given has been marked as a solution.
Please ask a new question via a separate topic if the problem occurs again. Please include a link to this topic in the new question by pasting its URL into the text.