Hi, we are using docushare api in .NET to login to Docushare 6.4 . But, we end up with an error message code of -103, and we don't know why. :smileyfrustrated:
#region .NET CODE
status = objParentItem.DSLoadChildren(); // this line of code causes the gateway error (-103)
if (status != 0)
Log.WriteLine(LogLevel.Low, LOG_NAME, "Failed re-initializing gateway with error code = " + status);
#endregion
The value in status = -103.
Could any of you please let us know, what the possible/probable cause/reason could be ???
Looking for older version(s) of Docushare. I have a 10 year old docushare database, cannot access with new Xerox Docushare. Any suggestions would be appreciated.
thanks