Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connectivity for Extra session not installed.

Status
Not open for further replies.

Mikemix

Programmer
Feb 25, 2003
5
0
0
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top