The error is occurring on the if statement -
if OS.IsFeature( OS.Root( spec ), "Startup") && ( Type( OS.Root( spec ).Startup ) == ScriptType)
the spec is a string value = 'C:\\OPENTEXT\\module\\addressbook_9_1_0\\ospace\\addressbook.oll' which is where the ADDRESSBOOK module resides after...
Here's the Script of the LockUnlockOSpace() function, when trying to unlock the ADDRESSBOOK ospace I get the error 'A wrong argument type was specified' on the 'if OS.IsFeature( OS.Root( spec ), "Startup" && ' line. the spec string points to the module on the drive i.e...
Hi,
Just starting to try and understand the basics of OScript.
I was just trying to work through the standard tutorial for OpenText Builder (on our development server) to create an Addressbook. After installing the module I started the section 'Setting Up New Node Types' yet whenever I try and...
The Visual J# 2.0 Redistributable packsge has to be installed on the web server where the web services are referenced from according to the OpenText installation instructions under C:\OpenText\webservices\sdk\docs\install.html
I refer to -
Prerequisites
•.NET Web Services
◦IIS installed and...
Sorry no I haven't used oscript yet, it's something the company is thinking about currently as to buying the builder module, for developing extra functionality. Any idea how much that module is btw?
Okay so if I delete the generation in the GUI the reference is still there but I can on the...
Hi,
Hope someone can help with this, using the Livelink web services in C# have wrtitten a simple little program to clean up users workspaces, it's fine until it encounters a node that has a Generation, if the generation itself is deleted it retains a link in the references to this in the GUI...
Managed to get round the issue, copied the vjsnativ.dll to the V4 framework directory and it works fine. the Web server Application pool is using the v4.net framework, if I set it to use the .Net 2.0 framework I get a different error 405.
So it gets me a valid token now.
Had a deeper look at the exception generated and it's falling over at java.util.Locale.ctor() because it's unable to refernece DLL 'vjsnativ', but have checked under c:\Windows\Microsoft.Net\Fraemwork and Framework64\v2.0.50727 and it's there 'vjsnativ.dll' on the server.
So a bit lost as to...
Yep generated the web references on the client fine no problem,
On the server have also installed the Visual J# 2.0 Redistributable packsge (64 bit) for the server.
Have followed the Documentation to the letter.
Hi am a newbie to Livelink,
Have just kmocked up a quick program to access Livelink via the dotnet webservice, using the Authentication.svc followed the clientguide in the docs folder for creating a token via the AuthenticateUser method i.e.
// create a service token...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.