Logout Unknown Sessions
Boolean indicating if unknown sessions already established to the user account should be removed.
Data Type
bool
Default Value
false
Remarks
Most users in NetSuite will get one session they can use to connect to NetSuite Web Services at a time. If one attempts to establish a second session when an existing session is already established, NetSuite will throw an exception. While the RSSBus SSIS Components for NetSuite attempts to share sessions across threads for the same user, it is still possible to have an established session that prevents the component from establishing a new one. For instance, the component may have been forcibly terminated, resulting in a session that was never properly closed.
Setting this property to true will cause the component to check for existing sessions when it attempts to create a new one. If an existing session is unrecognized by the component, it will close it in order to establish its own session. It is recommended to only set this property to true if the component is the only tool being used to connect to your user account via the web services.