In refence to thread - thread1-1256620 as we are having the same issue.
I am running Attachmate Extra 7.11 as well. I have a VBA macro which opens up sessions by opening .edp files stored on a network drive.
Before our migration the app opened fine. After we've migrated those servers to a new Active Directory domain, and since then we get this error in Extra:
Connectivity for session [session file name here] not installed.
The connectivity type we use is TN3270, connects to an IBM S/390.
My program errors when getting the Extra session object in the specified path.
VBA Code example:
ExtraSessFlPth = "W:\Extra Session.edp"
Set Sess = GetObject(ExtraSessFlPth)
Does anyone have a resolution for this problem?
Thank you.
I am running Attachmate Extra 7.11 as well. I have a VBA macro which opens up sessions by opening .edp files stored on a network drive.
Before our migration the app opened fine. After we've migrated those servers to a new Active Directory domain, and since then we get this error in Extra:
Connectivity for session [session file name here] not installed.
The connectivity type we use is TN3270, connects to an IBM S/390.
My program errors when getting the Extra session object in the specified path.
VBA Code example:
ExtraSessFlPth = "W:\Extra Session.edp"
Set Sess = GetObject(ExtraSessFlPth)
Does anyone have a resolution for this problem?
Thank you.