FTP URL on OCS10g Content Services

I can't find a FTP URL on OCS10g Content Services.
How to connect FTP service of OCS 10g Content Services?

Finally, I can connect to workspaces successfully.
I was confused between Original FTP and OCS FTP.
OCS FTP concept is different from Original FTP one.
OCS FTP stores files to Database, not File system.
Step by step OCS FTP
STEP 1. Enabling FTP
====================
Oracle® Content Services
Administrator’s Guide
10g Release 1 (10.1.1)
B14493-01
Page. 4-3
You can enable FTP for Oracle Content Services so that users can upload and
download files using FTP. The FTP protocol is disabled by default after Oracle Content
Services is installed and configured.
To enable the Oracle Content Services FTP server:
1. Access the Oracle Collaboration Suite Control and navigate to the Content
Services Home page.
2. You may want to change the default port number for the FTP server. To do this:
a. In the Administration section, click Server Configurations.
b. Click FtpServerConfiguration.
c. Click IFS.SERVER.PROTOCOL.FTP.Port, in the Properties section.
d. Update the Value with the desired port number and click OK.
e. Click OK on the Edit Server Configuration page.
3. Return to the Content Services Home page and click Node Configurations, in the
Administration section.
4. Click the name of the node configuration that corresponds to the node where you
want to run the FTP server. You can only run the FTP server on regular nodes; you
cannot run FTP on HTTP nodes.
5. Scroll down to the Servers table and click FtpServer.
6. Select Active and Initially Started.
7. Click OK on the Edit Server page.
8. Click OK on the Edit Node Configuration page.
9. Return to the Content Services Home page and restart the node.
Repeat this procedure for any additional regular nodes on which you want to run FTP.
STEP 2. SET FTP password
========================
Oracle® Collaboration Suite
Security Guide
10g Release 1 (10.1.1)
B14489-01
Page. 2-27
Users can set their FTP password in the Oracle Internet Directory Self-Service
Console, by setting the IFS password entry that appears in the Application Passwords
section of the Change Password page.
STEP 3. Connect FTP Site
========================
In the Windows command prompt
ftp <server name>
username and password is not OS account.
You must use OCS account to connect to workspaces.
You must reset password for FTP.
FTP password is different from Portal password.

Similar Messages

  • BPEL Custom Workflow (DocumentReviewWorkflow) with Content Services

    Hi All,
    Anybody working on BPEL Custom Workflows got Success in using the DocumentReviewWorkflow with the Content Services Development Kit 10.1.2.3.0
    Please update..
    Many Thanks in advance..!!!
    Prasant

    The DocumentReviewWorkflow that ships with the Content Services web services places the documents in the comments field.
    There are examples in the sample code - DocumentReviewWorkflowAction.java file demonstrates how to get the URLs from Oracle Content Services
    // Initialize the various Web Service Manager classes.
    StringBuffer sb = new StringBuffer(100);
    String endpoint = session.getServiceEndPoint();
    setUpManagers(session);
    try
    // Obtain the new/updated document items.
    Item[] documents = WorkflowUtils.getTargetDocuments(session,
    m_WorkflowId);
    int len = (documents == null) ? 0 : documents.length;
    for (int i = 0; i < len; i++)
    AttributeRequest[] pathar = WsUtil.newAttributeRequestArray(
    Attributes.URL);
    Item tmp =
    (Item) m_CommonManager.getItem(documents.getId(), pathar);
    String filepath = (String) WsUtil.getAttributesMap(
    tmp)
    .get(Attributes.URL);
    // Convert the String list to a single string for convenience.
    sb.append(filepath);
    sb.append("\n");
    finally
    session.logout();
    You can then add the document links as attachments by creating a list of attachments and then inserting the URLs for the documents in the URI - I've done it using a combination of Java and BPEL. Here is an excerpt
    <bpelx:exec name="countAttachments" language="Java" version="1.4"><![CDATA[/*Write your java code below e.g.
                   System.out.println("Hello, World");
              // Note that the documents come back as a list of
              // documents with a line break between them
              String filename = (String) getVariableData("filename");      
              String[] docnames = filename.split("\n");
    setVariableData("numberofdocuments", new Integer(docnames.length));
    ]]>
    </bpelx:exec>
    <assign name="initCounter">
    <copy>
    <from expression="0"/>
    <to variable="counter"/>
    </copy>
    <copy>
    <from>
    <attachment xmlns="http://xmlns.oracle.com/pcbpel/taskservice/task">
    <name/>
    <URI/>
    <content/>
    </attachment>
    </from>
    <to variable="ParallelVar1" query="/task:task/task:attachment"/>
    </copy>
    </assign>
    <while name="While_1" condition="bpws:getVariableData('counter') &lt; (bpws:getVariableData('numberofdocuments') - 1)">
    <assign name="createAttachmentList">
    <bpelx:append>
    <bpelx:from>
    <attachment xmlns="http://xmlns.oracle.com/pcbpel/taskservice/task">
    <name/>
    <URI/>
    <content/>
    </attachment>
    </bpelx:from>
    <bpelx:to variable="ParallelVar1" query="/task:task"/>
    </bpelx:append>
    <copy>
    <from expression="bpws:getVariableData('counter') + 1"/>
    <to variable="counter"/>
    </copy>
    </assign>
    </while>
    <bpelx:exec name="AddAttachmentsToList" language="Java" version="1.4"><![CDATA[/*Write your java code below e.g.
                   System.out.println("Hello, World");
              String filename = (String) getVariableData("filename");
              checkpoint();
              String[] docnames = filename.split("\n");
    for (int i = 0; i < docnames.length; i++) {
    int strlen = docnames[i].length();
    int slash = docnames[i].lastIndexOf('/');
    String filenameonly = docnames[i].substring(slash + 1, strlen);
    int item = i + 1;
    String varname = "/task:task/task:attachment[" + item + "]/task:name";
    String varuri = "/task:task/task:attachment[" + item + "]/task:URI";
    setVariableData("ParallelVar1", varname, filenameonly);
    setVariableData("ParallelVar1", varuri, docnames[i]);
    ]]>
    </bpelx:exec>
    This uses the fact that the document URLs are returned as a \n delimited string.

  • Content Services 7778 port

    Hi Gurus.
    i have a OCS10g in my company. This OCS was installed in a linux Red Hat in 7778 port. I change the port to 80 and it is working very well. I have only a little problem.
    in oracle content services when I try to do a document download, when i do a right click and choose "Download" option the content service open a new browser but in URL yet open in 7778 port. Like this.
    http://<host>:7778/content/dav/seedts/users/Users-B/bruno.moraes/Clientes/Previ/Relat%C3%B3rio.doc?disp=attachment
    because this i can not to do a document download in content services.
    Can somebody help me with this problem? Somebosy know what is happening?
    Thanks in advance.
    Bruno - SP - Brasil

    Hi Sancho.
    I changed the ApplicationPort via Enterprise Manager but now when I try to do a download a new browser open with the correct URL but this same browser close in the same time and i can not to do the download.
    Do you know what is happening?
    Thanks.

  • Cloud Content Service Error

    I created a test app NTestApp1 and published it into App Cloud Catalog. While adding app NTestApp1 onto landing page NLandingPage, I received an error saying “Cloud Content Service Error. Cloud Content can not be added because the cloud content is not configured properly. Please check your settings and try again.”. I noticed, same error message is displayed in all cases.  I do not see specific error message about error so that I can make changes accordingly. Is there any way to look at error log of Cloud Content? It would be very helpful, if I get detailed information about error.
    I have attached few screenshots which would help to investigate this issue.
    1. Error
    2. NTestApp1 Service Details
    3. Response to the Create URL Call:
    4. C# source code of Create function
    public stringstring
    string rtnJson = "{\"recordDefinition\": {\"ContactID\": \"{{Contact.Id}}\"}, \"height\": 256, \"width\": 256,\"editorImageUrl\": \"https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQGBPWyhmHWr_WiLRkJlJU1yvy-ZalB4ftnN5BnLvZPGQc3sahPTQ\"}";
    return rtnJson;
    [OperationContract]
    [WebInvoke(Method = "POST", RequestFormat = WebMessageFormat.Json,
    ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Bare,
    UriTemplate = "create/instance={InstanceId}")]
    string create(string InstanceId);
    It would be great, if anybody can share steps to develop and configure app (content service) into Eloqua App Cloud Test Environment. I went through few documents but could not find exact steps.
    Message was edited by: a4a84d71-3783-4065-b914-d1927da05f0b
    Message was edited by: a4a84d71-3783-4065-b914-d1927da05f0b

    Hi,
    I suggest you could try to add this code into your app_start() methods.
    protected void Application_Start()
    HttpConfiguration config = GlobalConfiguration.Configuration;
    config.Formatters.JsonFormatter.SerializerSettings.Formatting =
    Newtonsoft.Json.Formatting.Indented;
    Also, you could see this reply(http://stackoverflow.com/a/13274791 ).Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Recover a single file in Content Services

    I've been asked to document how we would go about recovering a single file in Content Services. The Trash/Archive angle I'm clear on, but what about an extreme case. Lets say that someone created a file, trashed it, emptied the trash, and then it expired from the Archive before the user realized that they needed the file.
    Is it possible, and if so how would one go about getting the file back assuming that there is a full db backup once a day?
    Would enabling BFILE aging help? If so, how?
    On a related note: If archive is set to expire content after 1 month, but BFILE aging is turned off, when does deleted content get purged from the Archive? It's not 1 month, as I have deleted files in the Archive going back to January.

    Archive expiration and BFile aging are orthogonal. BFile pushes the LOBs of documents that are in the archive to bfile. Archive expiration deletes files from the archive after the configured time. If this is not the behaviour you are seeing please file a TAR and they can help check whether your system is configured correctly or if you are running into a bug.
    regards,
    -sancho

  • Short of dismantling and recreating a page how do i find out whats causing [Error: Invalid URL for Web Content Overlay]

    Hi,
    i received an indesign file to include in a folio that had links to the creators desktop where they had the assets for the web content overlay. When i try to update the folio i get the error message:
    "Content generation error.
    [Error: Invalid URL for Web Content Overlay]"
    Which is fair enough.
    The problem is, i have gone through and changed all URLs that I can see, but there is one somewhere, that I just can't find.
    Is there a way to get a list of all web content overlays in a particular file? otherwise i will need to recreate the whole page again, and it has some pretty complex interactions which i rather wouldn't do.
    I also cannot ask the original doc creator to just change the links as i'm sure he'll have the same issues as me, at not being able to track down the erroneous link.
    The problem I have with DPS is that its not very transparent. you'll have to click on everything, and into every group to see what actions are on it, which can be extremely time consuming and frustrating when complex interactions are included.
    thanks in advance for any assistance

    I’ve found watching the process helpful to narrow down the page.
    Working off a duplicate of the file, delete one layer at a time until you figure out what layer the problem is on.
    From there it’s a bit easier to narrow down.

  • Ftp URL, j2re1.3.1 versus j2re1.4.1

    Hello everybody
    I have a client application running on a PC, OS win2k, which regularly uses an ftp URL to download data files from a remote FTP server.
    There are two options for this, either through an Ethernet LAN or through slow modem connection (19.2kb) via PPP.
    When this application runs under j2re1.3.1 everything is fine in any case.
    I recently upgraded to j2re1.4.1, but things changed
    1) LAN connection everything is OK as usual
    2) Modem connection download a file from root directory, everything still OK.
    3) Modem connection, download a file from a subdirectory, i receive an exception sun.net.ftp.FTPProtocolException: PORT
    the URL i'm using is
    ftp://myuserid:mypassword@serverIP/path/filename
    i tried
    ftp://myuserid:mypassword@serverIP:21/path/filename
    but still throwing same exception as above.
    What has changed from 1.3.1 to 1.4.1 concerning URLs or security?
    Best Regards
    Kostas Bouzianas

    It would be useful if you posted a stack trace showing the exact FtpProtocolException that is thrown. From your first post it sounds like the PORT command is failing and if so, then the response string from the ftp server should be include in the exception text. The PORT command issued by the 1.4.x ftp client is identical to the PORT command issued by the 1.3.x implementation but in the 1.4 case PORT will only be used if a passive mode connection fails. In other words, in 1.4 the ftp client first tries a EPSV or PASV command to use a passive mode connection. Is there any possibility that this causes a problem on the embedded device so that a subsequent PORT command fails?

  • Windows File Properties vs. Content Services Properties

    Hi.
    On behalf of a customer I am evaluating Windows file properties vs. CS file properties.
    Client Environment: Windows XP SP2, O-Drive.
    Rightclick a File stored on O (O-Drive, Content Services).
    a Props. Dialog shows up, the first tab is General*. It shows several file
    properties among others the following:
    - Last Access Date: This always shows Wed. 1 Jan 1986 00:00:00
    Does this correspond to any content services file property? If so, why
    is it always 1-jan-1986 00:00.00 and does not change? Is it a bug?
    - Checkboxes Write protected* / Archive* / Hidden*
    Do these correspond to any cs file property? Do these have any effect?
    (I tried write protected, but it did not work as expected, I was able
    to overwrite the file) Bug or Feature?
    If these checkboxes do not work, could these be disabled through O-Drive,
    otherwise users might get confused...
    Regards, Tom
    * (I don't know the exact english labels as I am working on a german client... so
    I translated the german labels - sorry)

    Hi. Sure, here's some collateral information:
    We are evaluating Content Services for several customer projects.
    During a presentation I held 2 weeks ago a customer asked exactly
    those questions and I had to admit I could not answer.
    So I retried on our test instance and checked the docu and still
    could not get a clue how windows attributes and cs attributes correspond.
    Then I asked MJS during last weeks workshop he did not know exactly either.
    Hence I am asking on the forum.
    Regards, Tom
    (PS. If you require further background information you may contact me via email
    or ask E. Neuwirth on Tom Gansor / OPITZ Consulting).

  • 11.5.10 and OCS10GR1 Content Services As a repository

    Hi,
    I Had succesfully integarted 11.5.10 With Oracle Files
    But I did not succed to do same thing with Oracle Content Services 10GR1.
    Do you know if there is a way to use Content Services as a repository.(Workaround)?
    Thanks
    JO

    Now I just realized the old servers were RHEL4 32-bit and the new servers were by default created on RH 5 64-bit.
    I'm pretty sure I can't just fire it up on a 64-bit OS without doing some extra work like export/import on the database.
    App server not sure what I would do as libraries etc. would be different also.The apps tier node of EBS 11i is not certified on 64-bit Linux OS -- Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 [ID 343917.1]
    My thought is to get the servers rebuilt using RH5 32-bit and everything should work hopefully as long as packages are there.
    Sound right or should I just go with what it runs on now (RHEL4) to be on the safe side.What is your database version? Please note that Oracle9i is not certified on RHEL5, so if you are running on 10g/11g database you should be good to go with RHEL5
    Thanks,
    Hussein

  • Unable to start IDC Content Service(Very Urgent)

    Hi,
    My local system has Windows XP.I have installed Oracle 10g Express Edition,Apache,has jre1.6.0_03 and run the UCM installer.Both IDC Content Admin Service and IDC Content Service are set to start automatically during installation time."IDC Content Admin Service" is getting started automatically but "IDC Content Service" is not getting started.It is getting the following Error Message when we are starting IDC Content Service
    Error 1064 : An exception occured in the service when handling the Control Request.
    I have already installed Oracle Database 10g and D2k 10g also on my local system.
    i am getting following error in the log file
    Failed to initialize the server. Unable to initialize the system provider 'SystemDatabase'. Unable to create database connection for the database 'SystemDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:xe'. Please make sure that the connection string, user and password are correct. Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
    Unable to create database connection for the database 'SystemDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:xe'. Please make sure that the connection string, user and password are correct. Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
    java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe [ Details ]
    A fatal error has occurred. The stack trace below shows more information.
    !csFailedToInitServer!csProviderUnableToInitialize,SystemDatabase!csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:<br>ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor<br>The Connection descriptor used by the client was:<br>localhost:1521:xe<br>!csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:<br>ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor<br>The Connection descriptor used by the client was:<br>localhost:1521:xe<br>!syExceptionType2,java.sql.SQLException,Listener refused the connection with the following error:<br>ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor<br>The Connection descriptor used by the client was:<br>localhost:1521:xe<br>
    intradoc.common.ServiceException: !csProviderUnableToInitialize,SystemDatabase!csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:
    ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
         at intradoc.server.IdcSystemLoader.loadProviders(IdcSystemLoader.java:1949)
         at intradoc.server.IdcSystemLoader.initProviders(IdcSystemLoader.java:1729)
         at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:221)
         at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:185)
         at intradoc.server.IdcServerManager.init(IdcServerManager.java:73)
         at IdcServerNT.init(IdcServerNT.java:86)
         at IdcServerNT.main(IdcServerNT.java:54)
    Caused by: intradoc.data.DataException: !csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:
    ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
         at intradoc.jdbc.JdbcConnectionUtils.getConnection(JdbcConnectionUtils.java:88)
         at intradoc.jdbc.JdbcWorkspace.init(JdbcWorkspace.java:97)
         at intradoc.provider.Provider.init(Provider.java:68)
         at intradoc.server.IdcSystemLoader.loadProviders(IdcSystemLoader.java:1937)
         ... 6 more
    Caused by: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:261)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
         at oracle.jdbc.driver.PhysicalConnection.&#60;init&#62;(PhysicalConnection.java:441)
         at oracle.jdbc.driver.T4CConnection.&#60;init&#62;(T4CConnection.java:165)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at intradoc.jdbc.JdbcConnectionUtils.getConnection(JdbcConnectionUtils.java:70)
         ... 9 more
    The Oracle Homes are different for both the Oracle.
    If somebody have idea about this problem,please help me. This is very urgent.
    Manoj Baghel
    [email protected]

    I think so..
    Your Oracle Database doesn't connect to content server..
    Maybe, you can edit the configuration of your UCM..
    Please open the file at C:\oracle\ucm\server\config\config.cfg..
    And then add the code :
    NumConnection = 5;
    CMIIW

  • Unable to start  IDC Content Service(urgent)

    Hi,
    My local system has Windows XP.I have installed Oracle 10g Express Edition,Apache,has jre1.6.0_03 and run the UCM installer.Both IDC Content Admin Service and IDC Content Service are set to start automatically during installation time."IDC Content Admin Service" is getting started automatically but "IDC Content Service" is not getting started.It is getting the following Error Message when we are starting IDC Content Service
    Error 1064 : An exception occured in the service when handling the Control Request.
    Need help.
    Message was edited by:
    user612888

    Hi,
    It sounds like your tables are either not there or are not available under your stellent_admin's account.
    Now to be honest, I've not used the XE version of Oracle's db, but assuming it operates in a similar fashion to the regular version, it sounds like your content server tables are either not there or are created under a different account.
    If they are under a different account, it's probably best just to delete them and re-create them again under the correct account as they are undoubtedly in the wrong tablespace too.
    If they just aren't there, which I guess is possible if you decline the table set up option during installation, you just need to run the script.
    running the script is actually pretty easy.
    open up a command window and navigate to your 'UCM\ContentServer\database\oracle'
    run sqlplus stellent_admin/[password]
    once your logged in...type @all.sql;
    David

  • Invalid URL for Web Content Overlay. Help?

    I am doing a french tranlation to an existing folio app that someone else created.
    There is one page in my folio that is comprised of garbage and a trash can. You touch the garbage and drag it into the trash, and things change, etc.
    I have an index.html file and a bunch of other images.
    I can't even successfully add the article to my folio, I get this warning: Content Generator Error. Invalid URL for Web Content Overlay.
    Can you walk me through how to get this to work?
    Attached is a screen shot of my file structure...

    When you specify the .html file, all the content in that folder is uploaded automatically. Here's an article about Web Content overlays:
    http://help.adobe.com/en_US/digitalpubsuite/using/WS9293e1fb3b977c5c73657495129f66e490f-7f fa.html
    And here's an article and video about HTML articles:
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60530cf39c12f5fcd6d46-80 00.html

  • Need Help in configuring Antivirus on content services

    Hi All,
    We are using Content Services 10.1.2.3.4 and for antivirus we are using Symnatec Antivirus Scan Engine(SAVSE) 5.1. We have installed Antivirus on both the boxes separately and while configuring the domain properties we are facing problem--> when we change the domain properties of one server it is automatically reflecting in the domain properties of the other server(for eg: if we change the hostname on server1 the same value is reflecting in server2 where we have previously kept server2's hostname).
    Kindly suggest me how to proceed further I am following content services admin guide(B25275-04) for configuring antivirus
    Regards
    Vinil

    Hi All,
    We are using Content Services 10.1.2.3.4 and for antivirus we are using Symnatec Antivirus Scan Engine(SAVSE) 5.1. We have installed Antivirus on both the boxes separately and while configuring the domain properties we are facing problem--> when we change the domain properties of one server it is automatically reflecting in the domain properties of the other server(for eg: if we change the hostname on server1 the same value is reflecting in server2 where we have previously kept server2's hostname).
    Kindly suggest me how to proceed further I am following content services admin guide(B25275-04) for configuring antivirus
    Regards
    Vinil

  • Copy distribution list  to all content services user folders

    We have an Outlook distribution list PST file that current resides in a Windows file server. This gets pushed out the the personal folder of each user overnight.
    Going forward, we need to push this PST file to all the Content Services user personal folders (Users-A, Users-B ... Users-Z).
    I created a single superuser that has all administrative rights to all the users personal folders. And I can upload a file through the webdav http interface.
    with the "Upload" button while I'm "Switched to Administrative Mode" only.
    And I can't see the users personal folders while using the Oracle Drive nor
    thru a Network drive.
    Is there a way of pushing this to all the users' personal folders???

    Hi Juan,
    I tried that but it is not showing the shared distribution list for moving.
    I found 1 sap BC office document which stats that moving the distribution list form Private to public is not possible due to security reason.
    So, no options for me and to create manual shared distribution list.
    Thanks
    Anil

  • BPEL's NotifyUserOfChange with Content Services

    We have a problem getting data from Collaboration Suite's Content Services. We are using BPEL 10.1.2. We've used the built in jdev project NotifyUserOfChange. We are able to assign the Workflow so that each time a Conten Services file is updated in certain folders an email is generated with the folder name and a hyperlink to the file's location.
    What we would like to include in the email is the username of the person who uploaded or edited the file. In Content Services under document properties, we see the values Created By and Last Modified By, but are unable to figure out how to have BPEL get those specific values in our email.

    Hi,
    Assuming you are using the latest Content Services patch (10.1.2.3.x), you should be able to see in the incoming queue message a parameter named :-
    IFS_ECM_WORKFLOW_OWNER
    The value of this parameter is the user whom triggered the workflow.
    You could create a simple assign\copy rule using an xpath expression to extract this.
    For Content DB, we are soon releasing some new sample workflows based on SOA suite that should simplify things a fair bit.
    -Matt.

Maybe you are looking for

  • Is it possible to get my iTunes money out of one account and put it into another account?

    So I bought a Macbook Pro recently and a lady, who was working at the Apple Store, was putting in a Back to School giftcard for $100 in my account but I forgot the answers to my security questions. Since the lady already have put that money in that a

  • Is there a way to hav my ipod linked to more than 5 computers

    I have somehow linked my ipod to five computers.  I have a new laptop and it will not allow me to link my ipod due being linked to to many computers.  I only want to use this new laptop

  • How to increase font size in captions

    Does anyone know if it is possible to increase the font and size of the captions? Thanks

  • Oracle virtual directory plugin

    Hi, I've developed an OVD plugin which does a call to a webservice, this webservice is protected by basic authentication and thus I need to supply credentials to the OVD plugin to be able to successful connect and make use of the webservice. Now my q

  • Appending Waveforms in Loop

    Hi all, my goal is to continuously acquire measurement data as a fist step, in a for loop I want to read all the data from the buffer continuously in a waveform format. In the loop, I want to append the waveforms each iteration in order to use it for