Thank you all gentlemen for your quick response, they all very helpful. My requirement was to make all documents that go into a certain workflow searchable, so...
"Unable to index metadata only. This may indicate the collection is damaged. Indexing aborted." I feel that this should be a really simple issue, but I can't...
Have a look at the console output, by default you will see system and indexer traces. Hopefully you will see a verity error that will shed some light on the...
we have develop a website for vodafone ausralia......www.vodafone.com.au I think this will help you to do that..... Vivek <vivek552@...> wrote: Hi All,...
Hi! Anybody out there integrated Image Manager with Adobe Graphics Server (AGS). We already have an installation of AGS and would like to continue using it,...
It seems that queries have changed a little bit with Content Server 10gR3. I have code that executes GET_SEARCH_RESULTS and outputs a query several time on a...
Thank you very much! "userHasAccessToAccount" is the kinf of command I was looking for; unfortunately, I am working on UCM 7.5.2 and it seems that it is not ...
Just curious how you solved this issue as we're having the exact same one. This occurred as installing the lastest Site Studio Component. We have verified that...
Greetings Hisham, Yes, understood. My concern is the syntax to use this with executeService. There is unfortunately very little documentation that I've been...
Hello All! I am trying to write to a custom that will load all the marketing photos, its like photobank, folders is out of the question, as I need to assign a...
Sounds like a job for a basic batch load. No custom code required. Best regards, Chris Christopher Owens Enterprise Content Management Architect Spectrum...
The error was verity.1 index is damaged. Or something to that effect. It really didn't help debug the issue. I did take care of this problem by deleting all...
I have my Conent organized in folders, I am using batch loader to get all the content loaded, the only roadblock, I am facing now, is the name of my folder has...
The downside of doing it that way is that you lose the entire index during the rebuild cycle, which means potential downtime for your users. In most cases you...
strIndexOf is the closest thing you're going to get to InStr in IDOC. It does a pretty good job, though. Check the IDOC guide for all the functions that start...
Very true, but luckily this issue was only in my development environment. So, in this case, no impact on anyone. This is the reason people need to make sure...
I am using soap with vb.net to upload files into stellent. The files upload fine, I can view them online, however I have discovered that I am unable to find...
Hi- I am trying to modify an excel based tool that I got off of Bex's website (http://bezzotech.com/files/remote-metadata-update.xls) to run the...
schnite@...
Feb 4, 2008 11:24 am
16140
Dear all, I am working on Oracle Content Server. Basically i have to redirect the user to workflow assignments page after loging. I have acheived this by...
Hello, our company has to create software that includes documents and images processing functionality. Oracle Universal Content Management solution has been...
Hello All, I need to customize the search result columns for an existing profile using the standard search builder. I managed to do this successfully and I can...
Visual Basic is good for some things, but it is *horrible* at dealing with file streams. You're its probably better to re-use one of the C# SOAP samples that ...