![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
After completing the configuration for an adapter configuration with a CI Publication Service, the configuration is saved to a repository instance. But when a PeopleSoft client is used to enter data, no entry is added to the TIB_CI_MQUEUE table. Thus the adapter configuration does not publish any data.
1. Check to see if permission has been granted to use the Component Interface you have configured, TIB_PUB_COMPINTFC (used by saveOperation() to save data to the PeopleSoft database), TIB_MQUEUE_DATA_CI (used by the publisher to retrieve queue records), TIB_MQUEUE_SRCH_CI (used by the publisher to retrieve queue records), and TIB_CI_COMPINTFC (used to read Component Interface definitions). Make sure the correct operator class is chosen and full access is granted.
4. Make sure the TIB_CI_ADAPTER_WRK shadow work page has been inserted into the component the adapter will publish data in.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |