Tagged Questions
IDOC is a proprietary server site scripting language for WebCenter Content server, previously Oracle UCM, previously Stellent Content Managment Server
3
votes
1answer
317 views
How to control transaction (commit/rollback) when reading an IDOC
When using JCo (3.x) to read IDOCs sent from a SAP server, what action should be taken to indicate the message has been properly received (i.e. commit)?
In Java I imagine something like:
public ...
1
vote
2answers
197 views
I need to transform a complex xml to fixed length flat file.Please help me
I have the following XML,I need to transform it to fixed length flat file
<IDataXMLCoder version="1.0">
<record javaclass="com.wm.data.ISMemDataImpl">
<value ...
1
vote
1answer
2k views
Tutorials, manuals, documentation for using SAP JCo 3.x
Do you know any decent documentation source for using JCo 3.x?
Most of the materials I could find are pretty outdated and refer to previous versions (JCo 2.x).
In case, anyone wondered, the things I ...
1
vote
1answer
129 views
SAP iDocs in XML
is there a way to replace the legacy idoc files to XML when dealing with SAP? If so would it be something that is provided by the SAP or we have to use a third party library to do that? Is it a good ...
1
vote
2answers
406 views
JAVA or JAVA SCRIPT OR Idoc SCRIPT alphabetical sort
I have the following task:
All items within categories should be sorted alphabetically except for Examples. Special characters and numbers should be displayed before letters.
I'm facing with a ...
1
vote
2answers
2k views
Where can I find a tutorial for IdocScript for Stellent/Oracle UCM?
Where can I find a tutorial for iDoc Script for Stellent/Oracle UCM? I just got assigned to do maintenance on a page that uses it, and have no prior experience with either Stellent or the script. My ...
0
votes
1answer
146 views
How can I force a request or suppress primary file missing error in UCM/Stellent?
I'm currently writing a custom component in Java that instead of writing a static HTML file will write a static docx file with all the metadata when a specific checkbox is selected.
What I'm ...
0
votes
1answer
955 views
IDoc Beginners tutorial [closed]
Possible Duplicate:
Where can I find a tutorial for IdocScript for Stellent/Oracle UCM?
Hi All,
Can someone point me to a good BEGINNERS tutorials on IDoc. I basically need to understand ...
0
votes
2answers
840 views
How to create HTTP 301 redirect from Stellent (Oracle UCM) script
Is it possible to send a HTTP response with a permanent redirect from a Stellent (now called Oracle UCM) website? We're using version 7.5.2 with iDoc script.
We can use the iDoc function ...