Please register with the Open Text Web Site

Note:If you previously registered with Open Text Connect, and the fields are pre-populated below, please wait a moment while we submit your information.

Register with the Open Text Web site

<% 'if the Cams cookie exist then pre populate the form dim camsCookie, urlinfo,oXMLRequest, oXML, oNode, oNodeList, camsfname, camslname, camscountry, camscity, camsemail, camscompany, camsstate, camsphone ssoemail = Request.Cookies("sso_email") ssoCamsCookie = Request.Cookies("CAMS_SID_OT_SYSTEM") if Len(ssoemail) > 0 and Len(ssoCamsCookie) > 0 then urlinfo = "http://middleware20-qa.opentext.com/getaccountprofilebasic.xml?emailaddress=" & ssoemail set oXMLRequest = server.createobject("Msxml2.ServerXMLHTTP.4.0") oXMLRequest.open "GET", urlinfo, FALSE oXMLRequest.send set oXML = server.CreateObject( "MSXML2.DOMDocument.4.0" ) oXML.async = FALSE if ( oXML.loadXML( oXMLRequest.responseText ) ) then Set oNode = oXML.selectSingleNode( "/OTAccounts/OTAccount/FirstName" ) camsfname = oNode.text Set oNode = oXML.selectSingleNode( "/OTAccounts/OTAccount/LastName" ) camslname = oNode.text Set oNode = oXML.selectSingleNode( "/OTAccounts/OTAccount/Company" ) if oNode.text = "" then camscompany = "NotAvailable" else camscompany = oNode.text end if Set oNode = oXML.selectSingleNode( "/OTAccounts/OTAccount/Country" ) camscountry = oNode.text if oNode.text = "" then camscompany = "Not Available" else camscompany = oNode.text end if Set oNode = oXML.selectSingleNode( "/OTAccounts/OTAccount/Phone" ) camsphone = oNode.text if oNode.text = "" then camsphone = "NA" else camsphone = oNode.text end if Set oNode = oXML.selectSingleNode( "/OTAccounts/OTAccount/State" ) camsstate = oNode.text if oNode.text = "" then camsstate = "Not Available" else camsstate = oNode.text end if Set oNode = oXML.selectSingleNode( "/OTAccounts/OTAccount/EmailAddress" ) camsemail = oNode.text if oNode.text = "" then camsemail = "Not Available" else camsemail = oNode.text end if Set oNode = oXML.selectSingleNode( "/OTAccounts/OTAccount/City" ) camscity = oNode.text if oNode.text = "" then camscity = "Not Available" else camscity = oNode.text end if end if 'if cookie exist end if %>
<% Dim arg: arg="path" Dim arg2: arg2="guid" Dim sfc: sfc="sfc" Dim fsfc: fsfc="fsfc" if Len(ssoemail) > 0 and Len(ssoCamsCookie) > 0 then Response.write("") Response.write("") Response.write("") Response.write("") Response.write("") Response.write("") Response.write("") Response.write("") Response.write("") Response.write("") Response.write("") Response.write("") Response.write("") If Request(fsfc) <> "" Then Response.write("") End If Response.write("") %>


<% else Response.write("") Response.write("") If Request(fsfc) <> "" Then Response.write("") End If Response.write("") %>
First Name*:
State/Province*:
Last Name*:
Country*:
Company:*
Industry:*
Phone:*
What ERP system are you using?
E-mail:*
I heard about Open Text from:
City*:

Click here to read about our privacy policy.



<% end if %>