Assuming your 971 module has simple code lines like Request Handlers,Webnodeactions,eventscripts etc and nothing very complicated try this.There is no guarantee this will work because when you start a livelink server the code is compiled by the internal compiler so if it has lines of code it cannot compile it is not going to work.
OK assume for a second your module is called appucustom_9_7_0 put this into the staging folder of a playing CS10 server.Take a backup of the folders for your good cs10 install.Keep it safe somewhere.
Call this appucustom_10_0_0.Open its ini and observe existing lines.I have shown you a module that depended on three
OT modules that I fixed for 10 .in your 971 it may say classification 4,0 etc whatver was that OT produced for 971.
if it says webnode something look at the numbers of webnode for your 10 and so on.
[dependencies]
requires_1={'kernel',10,0}
requires_2={'oi',10,0}
requires_3={'classification',10,0}
If in doubt look at a good OT module like webnode what its kernel is and so on.
Now try to install it.If you have errors then look at the last two lines in the [modules] section of your ini
a good install will put 3 lines look at the ones above something like this
module_132=appucustom
ospaces_appucustom={'appucustom'}
appucustom=_10_0_0
If it is only two lines then the module has problems which can only be fixed by looking at its internals using builder.
The way I do is I will look at dependencies of 971 and see what 10 code is complaining and removing it in 971 to keep it happy in 10.
Good luck.
If it is something simple I will take a look at it for you so send me your module in the weekend or so finding me in linked in or so.
Do not post your email here you will be banned by tek tips
Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010