<%@LANGUAGE="VBSCRIPT"%> <% ' FileName="Connection_ado_conn_string.htm" ' Type="ADO" ' HTTP="true" ' Catalog="" ' Schema="" MM_Support_Notes_DB_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath("/db/support_notes.mdb") %> <% Dim MosReqNotes Dim MosReqNotes_numRows Set MosReqNotes = Server.CreateObject("ADODB.Recordset") MosReqNotes.ActiveConnection = MM_Support_Notes_DB_STRING MosReqNotes.Source = "SELECT CSN, inserted_to_site_date, Subject FROM Support_Notes_Archive ORDER BY inserted_to_site_date DESC" MosReqNotes.CursorType = 0 MosReqNotes.CursorLocation = 2 MosReqNotes.LockType = 1 MosReqNotes.Open() MosReqNotes_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 20 Repeat1__index = 0 MosReqNotes_numRows = MosReqNotes_numRows + Repeat1__numRows %> Emblaze-VCON - Support - Troubleshooting - Instant Messaging Support Notes
   
   
 
 

Instant Messaging

   
All
#02042401 Firewall ports to open for video conferencing
   
IPNexus
#04081301 Unwanted Users Logging In To IPNexus Server
#04060704 Configuring IPNexus Server to Run on Windows Server 2003
#04060401 Installing IPNexus Client via Ghost Image Causes Only One User to Appear in Directory
#04022901 Restricting User Access to the IPNexus Server
#03052601 IPNexus WebShare Content Not Viewable Using Internet Explorer
#02121102 Video call launch from IPNexus only works with local video client
#02121101 IPNexus license capabilities not changing after upgrade
#02100103 Installation of IP Nexus Server
#02093001 Configuring FTP services for use with IP Nexus
#02091201 Firewall port configuration for IPNexus
   

 

   
 
 
Support Notes Library:
Most Recent
Room Systems
Desktop Systems
Multipoint Video
Audio Conferencing
Instant Messaging
Management Systems
Technologies
Integrators/Developers
 
 
Instant Messaging:
IPNexus
 
 
Search a Support Note:
 
 
Search On :
All Words
Any Words
Phrase
 
 
 
 
Request more information
vPoint Free 30-Day Trial
 
 
Support Notes Actions:
Submit a new note
 
 
<% MosReqNotes.Close() Set MosReqNotes = Nothing %>