C9530-001 · Question #108
An Integration Server contains a shared library with a common error handling routine. The shared library is redeployed with an updated error handling routine with some new logging. When will the…
The correct answer is A. Immediately. If a shared library is updated, the changes are immediately visible to all referencing applications. If you want to deploy and manage just one copy of those common resources, use a shared library. A shared library can be deployed directly to an integration server. Any…
Question
An Integration Server contains a shared library with a common error handling routine. The shared library is redeployed with an updated error handling routine with some new logging. When will the applications that use the shared library start using the updated routine?
Options
- AImmediately.
- BWhen the Integration Node is restarted.
- CWhen the Integration Server is restarted.
- DAfter each application that uses the shared library is redeployed.
How the community answered
(33 responses)- A85% (28)
- B3% (1)
- C3% (1)
- D9% (3)
Explanation
If a shared library is updated, the changes are immediately visible to all referencing applications. If you want to deploy and manage just one copy of those common resources, use a shared library. A shared library can be deployed directly to an integration server. Any application can
Topics
Community Discussion
No community discussion yet for this question.