Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Appendix C Troubleshooting : The adapter is not publishing data that has been entered

The adapter is not publishing data that has been entered
Symptom
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.
Probable Cause
While using TIBCO Designer to save the adapter configuration containing the CI Publication Service, it throws a error. When you save the configuration information to a TIBCO repository instance, a set of code checks to see if data needs to be saved to the PeopleSoft database. Saving data to the PeopleSoft database will need to be done if there is a CI PUBLICATION SERVICE configured. If the data is not saved to a PeopleSoft database, the publisher will not work correctly.
Solution
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.
2.
3.
  2001 Sep 21 00:43:17:607 psoftDesignTimeAdapter.psdta Info   [Metadata] AEPS8-3400
  105 SaveOperation successfully saved ACCOUNT_TYPE publication   service to People Soft database
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
Copyright © Cloud Software Group, Inc. All Rights Reserved