Hi,
I've been working away at my application and so far have everything working well for Content Server 10. However the client wants to be able to do Livelink 971 as well as many of their clients are LL 971 shops (who don't want to heed the warnings about end-of-life for LL971). I finally got a LL971 instance spun up and connected with my CS 10 built application. The authentication actually worked but on my first call to the Doc Man service I got an authentication error. Here is the debug output from builder (running in LL 971):
Fri Jul 26 17:49:44 2013Arguments = 'A<1,?,''name''=''Sales'',''parentID''=2000>'ServiceMethod = 'GetNodeByName'ServiceName = 'DocumentManagement'_ApiName = 'InvokeService'_ClientVersion = '9.7.1'_ConnectionName = ''_Cookie = 'hLOpyLqO8UFMeQWspfy17Nc1a8OVqJVC3xkC7VA3rSg%3D'_DomainName = ''_ImpersonateUserDomain = ''_LLENVIRON_ASSOC = 'A<1,?,''REMOTE_ADDR''=''192.168.254.33''>'_Request = 'llweb'_UserName = ''_UserPassword = 'XXXXXXXXXX'_LLENVIRON_ASSOC contains:REMOTE_ADDR=192.168.254.33End _LLENVIRON_ASSOC ----> Error stack ----> 1) E662241292:Could not get results.: ----> 2) E662241287:Could not find specified item.:[APIDispatchCBScript.Execute] was called Fri Jul 26 17:49:44 2013 - 429440219 Func=lapi.InvokeService Timing: 0.031 0.025 0.031Fri Jul 26 17:49:44 2013Arguments = 'A<1,?,''comment''='''',''metadata''=?,''name''=''Sales'',''parentID''=2000>'ServiceMethod = 'CreateFolder'ServiceName = 'DocumentManagement'_ApiName = 'InvokeService'_ClientVersion = '9.7.1'_ConnectionName = ''_Cookie = ''_DomainName = ''_ImpersonateUserDomain = ''_LLENVIRON_ASSOC = 'A<1,?,''REMOTE_ADDR''=''192.168.254.33''>'_Request = 'llweb'_UserName = ''_UserPassword = 'XXXXXXXXXX'_LLENVIRON_ASSOC contains:REMOTE_ADDR=192.168.254.33End _LLENVIRON_ASSOCLogin failed for user: , domain: , ip: 192.168.254.33Fri Jul 26 17:49:44 2013 - 429440454 Func=lapi.InvokeService Timing: 0.015 0.012 0.016
For the record, I know that in this particular call, I'm trying to find out if a child folder exists off the enterprise. In CS 10, it does return an error gracefully but in this case (LL971) it is telling me that my authentication is invalid. Is there any way to have an app that works with both CS 10 and LL 971 or am I going to have to have two separate builds for both environments? I was really hoping to avoid that 
-Hugh