Thank You appnair for your quick response.
Reason why I am trying to update the mime type is.
From the vendor we get documents with extension and without extension(abc) , Once it's is livelink its renamed with the extension as (abc.pdf) and we are able to open the document in livelink.
Now we...
Hello All,
I am trying to update the filetype of a document.
It does not seem to work.
Any ideas....
Appreciate your help. As always thank you for the great people here who have always helped with their valuable answers.
Below is the piece of code that I tried.
LLValue versionInfo = new...
Ok. Got it.
attrValues.add(new LLValue());
helps to set empty value to the field.
Below is the piece of code I was looking for..
attrValues.setList();
attrValues.add(new LLValue());
if (attr.AttrSetValues(catVersion, "Audit Date", attr.ATTR_DATAVALUES, attrValPath, attrValues) != 0)
{...
Hello,
I am using Livelink 9.7.0.
How can I add an empty value to a date attribute field through LAPI ?
I am able to set any valid dates to the date attribute. But there are cases where the date value is empty hence I need to put the empty value to the date field as we can do in the Livelink...
I did try that.
I did do a run as when I launch explorer and logged in as the livelink user under which livelink service is running and then mapped the drive, but still Object importer could not find the mapped drive.
Thanks for your help.
Sunu
Thank You appnair.
I guess I have always replied back on the questions that I have posted acknowleding your help.
If I have missed any I apologise.
Yes. You are right. I got it working last night, with UNC path as below. I was trying with Mapped drive, but some how it did not work. Still not...
Hoping to get some help.....
Is there any thing special required to inform OI to see the mapped drive or UNC path ?
I am trying to upload documents using Object Importer manually from a mapped drive or UNC path.
The Livelink user running the Livelink services should have read only access to...
Hello,
I am seeking the help of the expert people here.
I am using LiveServices with Livelink 9.7.0. I know that from Livelink 9.7.1 there is no Liveservices. But I have to live with Liveservices now, since we are not sure when we will upgrade to Livelink 9.7.1.
We have projects running in...
1. I have a livereport which selects distinct aduditstr from dauditnew
2. I have a web report which has the above livereport as its souce. I have created a drop down assosiating the auditstr in the webreport and the drop down has the distinct auditstr values from dauditnew table.
Till here it...
With the chicklet section I could change only the logo which is on the top right corner.
I would like to know if we could change the image which is on the top left corner ?
Thank You for your help.
Sunu
Thank You griffit for the real fast response.
I got the first one working.
Was not able to change the icon on the left top. I will look into that more.
Thanks Again,
Sunu
Hi,
I would like to change some of the contents of livelink header like instead of the user login name, which is seen on the top right side, I would like to display the user first name and last name. I would like to change the left most image on the livelink page to a different logo. How do...
Hi,
I have deployed liveservices.
I can see the services listed.
I have a client java program trying to access one of the services GetNumberIOfChildren of a particular node.
When I run the client program ,
I get the error "No Livelink sites have been defined".
What could be wrong here ?
My...
Yes, you are right.
I was putting the .pdf files in the Livelink application server, but I was supposed to put it in the admin server location.
Why the .txt worked, bcos somehow the .txt that I was referring to was in the admin server, hence that got uploaded.
Thanks for re-opening my eyes.
Sunu
Hello,
With Object importer I was able to import .txt files into livelink, but was not able to import .pdf files.
It gave error saying .pdf file not found.
What could be the problem ?
Below is my control-file.
<?xml version="1.0" encoding="UTF-8"?>
<import>
<node type="document"...
Hi appnair,
Thanks for responding.
We have Livelink 9.7.0, not sure when we would be upgrading to 9.7.1.
As of now I need to use LiveServices for a project and since we have Livelink 9.7.0, I should use the Live services for 9.7.0 . Right ??
I found a class called SessionInfo in the DocMan, but...
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.