This class comes from the LES WS proxy. You needn't look for a jar; use your favourite Java IDE to connect to the Authentication Service WSDL and the necessary proxy classes will be generated.
--- Ferdinand Prantl
You will need a reverse proxy. People from internet obviously cannot access your intranet; making some resources public is usually done by RP servers.
You should have a look at SP licensing because running a SP server in internet requires a different license. But I don't knwo how serving just a...
The URL you use in xsl:include would have to allow anonymous access. The XSLT processor doesn't necessarily run in an authentificated context (like handling CSS resources on your page in the browser). It is likely that it gets the login page or 403 instead of the XSL fragment. You can try to put...
You can try to boot Windows to the Safe Mode Command Prompt. You see only command line console, Windows Shell UI does not get initialized and you may be lucky with replacing files like fonts in the Windows directory.
If the files are still irreplaceaple you can book other OS capable of writing...
There is another OT product - File System Archiving (FSA). I'm not sure if it can retain created and modified dates but you can ask about it.
Generally, I'm not fan if someone wants to set properties like creator, modifier, created and modified dates. They are system properties used internally...
I would avoid tampering with the system attributes like the creation time and the last modification time. At least the first one can be changed by Oscript but the second one is maintained automatically by Livelink. You can change neither of them by the EWS API, for example.
If you need to make...
Appu is right, OT develops and sells a product for the integration of SP with LL - CLM Services for SharePoint (CLMSP, CLM = Content Lifecycle Management). It is for customers that run both SP and LL and want to access LL data from SP or copy/move/link/search the data between SP and LL in...
One idea could be to use the .NET LAPI via CCW in VBScript. However, I doubt that the tlbimp would generate scripting-friendly interfaces.
A ready-to-go product LLCOM seems to be a good alternative, you will save time.
Alternatively, you need not integrate the entire LAPI. You can also define...
If you want to get the impersonation running, first you have to login (call AuthenticateUser) as a user who is allowed to impersonate someone else - Admin, for example. Then call ImpersonateUser with the user you want to perform the operation as. But you have to store the Admin's password in...
The code does not show any clue.
You wrote that the contents of the files "before" and "after" is the same. What is the difference between the files then?
-- Ferda Prantl
Ferdinand Prantl
ListObjects gets children of compound documents the same way like it does for folders (or other containers). You can use XMLExport to get the children too. The description of the methods is in the LAPI SDK.
ListObjects: VolumeID=..., NodeID=..., ViewName='DTree'
XMLExport: NodeID=...
It sounds strange. You could try something more to find out where the problem really is :
* Test with the Jaa and C++ LAPI. Maybe the problem is specific to the .NET port?
* Test with both the SQL storage and the EFS. Maybe the file system storage works?
* Rename the file. Maybe there is a...
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.