Error: "Exception set by '<flow_diagram_name>' in '<adapter_instance>': Runtime Exception: Set Logon Info failed." | |||||
|
|||||
Modified 10-JUN-2010 |
Applies to:
Hyperion Application Link 9.2Hyperion Application Link 7.0
Vignette Business Integration Studio 7.3
Hyperion Financial Management 9.3
Hyperion Financial Management adapter
Microsoft Windows
Symptoms
Error: "Exception set by '<flow_diagram_name>' in '<adapter_instance>': Runtime Exception: Set Logon Info failed."HFM adapter connection fails when used in a loop
Solution
This error may occur when either Connect or Set Logon Info/Open App methods are used in a loop. This design is commonly used in the field for runtime adapter process deployments in which the process runs indefinitely via a Windows service. The error occurs when making the 2nd pass in a loop.To avoid this problem, do not use the Disconnect Application method after the Connect or Set Logon Info/Open App methods. The flow will connect successfully to HFM with each loop iteration.
GKontos
Comments