Adding buildtime task for trim spaces

Hi,
how can I add buildtime task for removing whitespaces in AquaLogic 6.0? I know that I can set runtime param
<param-name>trimSpaces</param-name>
but it is not enough for me and impact on performance is unknown.
thanks in advance
bogo123

Hi.
Yes you can. Build a Task Flow consuming Spaces API (WebService or REST) and setting custom properties to it.
Steps that you have to follow is:
- Use API to create your group Space:
//create the Space
GroupSpaceWSMetadata gsMetadata =
client.createGroupSpace("Databases", "Databases" "A community for people interested in databases", "databases, oracle", "CommunityofInterest");
//print the Space GUID to provide confirmation of creation
System.out.println("GUID: " + gsMetadata.getGuid());- You can add programmatically custom attributes:
//create the custom attribute
client.setCustomAttribute("Databases", "Vendors", "List of vendors", "java.lang.String", "Oracle, IBM");Code is from WebCenter Spaces API off doc: http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_spaces.htm#CIHIJBIG
Regards.

Similar Messages

  • Error While creating a rule for trimming spaces

    Hi All,
    Please can you tell me the correct syntax for trimming the Spaces from the beginning of the word.
    I tried like this but it is giving error as below:
    BEGIN RETURN
    ltrim($SPACES_TRIM, '');
    END
    ERROR:  The return statement is expected to return a conditional value: found type<VARCHAR>. (COR-10622)
    Please do help me its urgent.
    Thanks & Regards,
    DJ

    Hi Deepak,
    when you create validation rules they always have to return TRUE or FALSE conditions. (A record can pass or fail your expression.
    So your expression above returns a VARCHAR string, as you can read in the User guide, you are replacing leading nothing '' at the beginning of your string $SPACES_TRIM.
    You need to understand basic concept for validation rule expressions and use of functions.
    There are lots of great product tutorials here on the SCN, that describe scope, features and functionalities of Information Steward, so you got a understanding of what you can do with IS.
    NIels

  • Adding Custom screen for Create Space functionality in WebCenter Spaces

    I need some information on WebCenter Spaces.
    By default there are couple of parameters such as Space name, description, tag, url, status (Public, Private) etc. is required to create the Space with the Out-of-the-box screen in Spaces. But we have a requirement to create Group Space with some additional parameters too.
    I am finding a solution for that. Can we build a task flow with all the parameters that we need to create the Spaces ? If that is possible, can we use Spaces API to create the space and then deploy that task flow in Spaces ?
    Please let me know if there are any other options.

    Hi.
    Yes you can. Build a Task Flow consuming Spaces API (WebService or REST) and setting custom properties to it.
    Steps that you have to follow is:
    - Use API to create your group Space:
    //create the Space
    GroupSpaceWSMetadata gsMetadata =
    client.createGroupSpace("Databases", "Databases" "A community for people interested in databases", "databases, oracle", "CommunityofInterest");
    //print the Space GUID to provide confirmation of creation
    System.out.println("GUID: " + gsMetadata.getGuid());- You can add programmatically custom attributes:
    //create the custom attribute
    client.setCustomAttribute("Databases", "Vendors", "List of vendors", "java.lang.String", "Oracle, IBM");Code is from WebCenter Spaces API off doc: http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_spaces.htm#CIHIJBIG
    Regards.

  • Manually execute a povisioning task for a user in OIM 11g

    Experts,
    In OIM 11g, I would like to execute a resource provisioning task for a user thru OIM admin console.
    In OIM 10g, when we select a resource profile for a user, it used to show the list tasks that are executed. There we can add a new task to run manually there.
    How to do the same in OIM 11g. in OIM 11g, it is not even showing the lists of tasks executed during provisioning.
    Please let me know.

    If you are talking about manually adding the provisioning tasks to a user for a particular resource, then you can go to the resource profile of the user, select the particular resource -> click the 'Resource History' button on the right corner and from there you can manually add the tasks.
    -Bikash

  • Problem in adding Custom Provider for Work Management Service

    Hello,
    I'm facing an issue in adding custom provider for work management service. As you are aware, Work management service is a Provider model and we
    can integrate with other systems by adding custom providers. So with that confidence, i have started writing a connector as mentioned below.
    Step - 1: Added new provider xml in the below path
    "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\CONFIG\WorkManagementService\Providers"
    Provider Name: provider.bizagitasklist
    Provider XML Content: 
    <Provider ProviderKey="DAA52AF3-A147-4086-8C0C-82D2F83A089D" OverrideProviderKey="" Assembly="adidas.TaskProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5d6f3e6be60a351b" > </Provider>
    Step -2: Added a class which inherits "IWmaTaskProvider" and implemented the override methods.
    public class BizAgiTaskListProvider : IWmaTaskProvider
    public string LocalizedProviderName
    get { return "BizAgiTaskListProvider"; }
    public string ProviderName
    get { return "BizAgiTaskListProvider"; }
    public Microsoft.Office.Server.WorkManagement.CalloutInfo GetCalloutInfo(IWmaTaskContext context, string taskExternalKey, string locationExternalKey)
    return null;
    public DashboardExtensionInfo GetDashboardExtensionInfo(IWmaBasicProviderContext context)
    return new DashboardExtensionInfo { ClassName = "SP.UI.SharePointExtension" };
    public BulkEditResult HandleBulkEdits(IWmaTaskContext context, BulkEdit updates)
    return null;
    public TaskEditResult HandleTaskEdit(IWmaTaskContext context, BaseAggregatorToProviderTaskUpdate taskUpdate)
    return null;
    public void RefreshSingleTask(IWmaTaskRefreshContext context, string externalKey)
    public void RefreshTasks(IWmaTaskRefreshContext context)
    //context.WriteProviderCustomData(
    Step – 3: Written a class to fetch the tasks from BizAgi System which has method to provide the task data.
    But I’m not able to feed those tasks in the class written in Step – 2 as I’m able to find any method which will take Tasks as Input and I’m not
    sure about the format of tasks.
    I’m able to debug the provider, and the breakpoint hitting in only one method and two properties.
    (LocalizedProviderName, ProviderName, GetDashboardExtensionInfo).
    Can you please help me to proceed further in implementing the above solution?
    Best Regards
    Mahesh

    Hi Mahesh,
    Although the implementation of work management service application is based on the provider model, I reckon the current SP 2013 RTM does not support custom providers. Only SharePoint task lists, Project server and MS Exchange are supported for now.
    Regards,
    Yatin

  • VSO agile template adding link task as child makes parent missing from backlog

    HI,
    I have a tasks in my backlog for iteration, if I add a new child task for this as a linked workItem, the parent task doesn't show up in backlog/task board. If I go to stories view, and show hierarchy I can see both the parent task and child task as hierarchy.
    a) How I can see task hierarchy in backlog view
    b)why parent tasks gets invisible from backlog view, when a child link item is added
    Thanks
    singhhome

    Hi singhome,
    Nested tasks will make the parent task disappear, you will just see the PBI and the lowest level child task show in Backlog and Task board. It is not support nested tasks for board view, board does not show the intermediary nested tasks.
    It's the same with on-premise TFS, and you can refer to the link below for more information:
    http://nakedalm.com/tfs-2012-agile-planning-tools-issue-nested-tasks-makes-the-parent-task-disappear/
    Best regards,
    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.

  • Trim Space from a string

    Hello All,
    I need to trim space from beginning and end of a string.
    For example -
    astring = ' hello123 '.
    I need to get astring as 'hello123'.
    Thanks in advance.
    Viren

    Hi Viren,
    You can code like this
    WRITE ASTRING TO ASTRING NO-GAP.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Using Automator for scheduled tasks for my media folder.

    Anyone with automator experience that are able to help me set up a scheduled task for my media folder, using for example iCal?
    I have 2 programs for cleaning and adding metadata for my media folder:
    iFlicks and iDentify.
    And I want them to scheduled clean new files in my folder. iFlicks first, and iDentify next.
    Complicated? Doable?

    If you are not too keen on running those commands you might want to try http://www.igetter.net/iGetter.html This download manager seems to allow the scheduled downloading that you need. I think you would have to go to the Apple site and find the url for the standalone updaters to find the link after Software Update identifies them. Then use this program to schedule the downloads. Sometimes those seem more stable anyway.
    The program us shareware. It appears from the description that the program remains fully functional but puts up a nag screen if the program has not been registered.

  • Adding a chart for each group in ssrs not below are above the group in group footer or header. but side of the table data

    Hi
    I am currently adding a chart for each group on group footer in a table.
    but i want that charts to be on the right side of the group data.
    regards
    Pratap M:)

    Hi PratapM,
    If I understand correctly, you have already added a chart in group footer, and you want to display the chart on the right side of the cell. If I have misunderstood, please don't hesitate to let me know.
    Based on my research, if we directly add a chart into a cell, the chart will fill all of the space in the cell. So in order to achieve your requirement, we can insert this chart into a rectangle, then add the rectangle to the group footer. If we want to
    display the chart on the right side, we can directly drag the chat to the right of the rectangle.
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Actionable links could not be added to task notification.

    Hi,
    While running Vacation request demo, email notification does not contaion actionable link. I am running BPEL 10.1.2 on windows environment. I have applied all 3 patches. I do get email notification which provide link to worklist. I want to perform task approval through e-mail.
    Oracle BPEL Server version 10.1.2.0.0
    Build: 1545
    Build time: Sun Jun 26 02:17:28 PDT 2005
    Build type: release
    Source tag: BPELPM_10_1_2_release_branch
    domain log:
    <2005-08-03 14:34:53,875> <INFO> <collaxa> <ServerManager::loadProcesses> Done loading processes for all domains
    05/08/03 14:36:33 Tutalii: D:\bpel\integration\orabpel\lib\orabpel.jar archive
    <2005-08-03 14:36:34,500> <WARN> <default.collaxa.cube.ws> Failed to get callback ServiceName in wsdl
    05/08/03 14:36:34 what is the class:oracle.tip.pc.services.hw.task.impl.Task
    <2005-08-03 14:36:38,578> <ERROR> <default.collaxa.cube.services> <PCException::
    <init>> Actionable links could not be added to task notification.
    <2005-08-03 14:36:38,578> <ERROR> <default.collaxa.cube.services> <PCException::
    <init>> Actionable links could not be added to task notification for task 501. T
    he email account that will receive this actionable message is . This task is ass
    ociated with the business process b81b87ceae9eeb2f:1712b3a:1057e4368c3:-7ff9, id
    entified by VacationRequest

    I have the same question.
    in ns_emails.xml i have
    <EmailAccount>
    <Name>Default</Name>
    <GeneralSettings>
    <FromName>Oracle BPM Dev</FromName>
    <FromAddress>myusername@myservername</FromAddress>
    </GeneralSettings>
    <OutgoingServerSettings>
    <SMTPHost>mysmtp</SMTPHost>
    <SMTPPort>25</SMTPPort>
    </OutgoingServerSettings>
    <IncomingServerSettings>
    <Server>myemailserver</Server>
    <Port>143</Port>
    <Protocol>imap</Protocol>
    <UserName>myusername</UserName>
    <Password>password</Password>
    <UseSSL>false</UseSSL>
    <Folder>Inbox</Folder>
    <PollingFrequency>1</PollingFrequency>
    <PostReadOperation>
    <MarkAsRead/>
    </PostReadOperation>
    </IncomingServerSettings>
    </EmailAccount>
    in wf_config.xml i have
    <actionableEmailAccount>myusername</actionableEmailAccount>
    in pc.properties i have
    oracle.tip.pc.services.hw.taskservice.ActionableEmailAccount=myusername
    I still cannot get it to work. Any ideas?
    Thanks

  • How to retrieve all the tasks for a UserView with the worklist api 10.1.3.1

    Hi,
    I have defined a custom view for user jcooper. The view just displays all the current uncompleted tasks for jcooper.
    I want to use the worklist api to retrieve all the tasks in the view. I first tried it with the following function call:
    taskQueryService.queryViewTasks(workflowContext,viewName, null, null, 0, 0);
    assuming that the viewId in the corresponding java-doc corresponds to the name of the view..However this doesn't work and the method returns a null reference. So viewId is something different than a viewName. Because I cannot find the corresponding viewId for my view (not looked in the db yet, but I don't want to use these ids in my app), I tried the method:
    client.getUserMetadataService().getUserTaskViewList(workflowContext, Partcipant participant);
    However I did not find a method to retrieve a Partipant instance for jcooper in the worklflow api documentation.
    My question now is if someone can help me out to retrieve all the tasks for a specific view. I should be possible I think...
    Thanks!
    Kind regards,
    -Tom

    The second argument (Participant) was added to handle the use case where one user such as an admin or manager needs to retrieve user metadata of another user (offcourse with the required security checks). We will try to do a future enhancement such that if the pariticipant is passed as null then we will assume the metadata is to be retrieved for the workflow context user.
    For now you can define a simple method to create a participant from a workflow context as follows and pass this as an argument to the UserMetadataService call:
    private Participant createParticipant(workflowContext)
    Participant participant = new oracle.bpel.services.workflow.common.model.ObjectFactory().createParticipant();
    participant.setName(workflowContext.getUser();
    participant.setRealm("jazn.com");
    participant.setType("USER");
    return participant;
    // code to retrieve task list...
    UserViewList views = client.getUserMetadataService().getUserTaskViewList(
    workflowContext, createParticipant(workflowContext))
    ...

  • Stopping apps from adding Scheduled Tasks?

    I'm getting tired of opening the Task Scheduler and finding a dozen tasks added by various programs larding up my computer. Install Flash and suddenly there's a new task to check for updates. Ditto for just about every other downloaded app.
    Is there a way to prevent software from adding Scheduled Tasks on their own without completely disabling the Task Scheduler?
    It certainly seems like a nasty security hole deliberately left open by Microsoft that could be easily abused, and should be plugged in future versions of Windows. At the very least, Task Scheduler should WARN me when an app requests permission to add a
    scheduled task.
    For now, I'd be satisfied with a .Reg file to disable/enable the ability to add Scheduled Tasks that I can run when needed.
    Anyone? TIA.

    Clever idea, but sadly, doesn't work. :(
    It does work!
    I used this command from an elevated command prompt:
    cacls.exe c:\windows\system32\tasks /t /g everyone:R
    To reverse the process you would use this command:
    cacls.exe c:\windows\system32\tasks /t /g Everyone:r System:F Administrators:F
    To allow tasks in the Microsoft folder to be created or modified, use this command as the last command:
    cacls.exe c:\windows\system32\tasks\Microsoft /t /g Everyone:r System:F Administrators:F

  • Assign-To-Do task for groups not showing in My workflow task webpart

    I work with Nintex My workflow task webpart. I have couple of assign to do task actions in my workflow.
    There if Assigned To is Initiator task is added to My workflow task webpart and if Assigned To
    is a group, then task is not added to My workflow task webpart.
    I want to know is that the behavior of Nintex, or something went wrong in my implementation.

    Hi Sivakumar,
    According to your description, my understanding is that you want to display the tasks assigned to a group in Nintex My workflow task web part.
    From the link below we can know that the Nintex My workflow task web part can only query for tasks for the user (queries the database), it only queries based on their login name, not on group membership.
    http://connect.nintex.com/forums/thread/5935.aspx
    As I am not familiar with this Nintex web part, I recommend you to post in this forum:
    http://connect.nintex.com/forums/.
    More Nintex experts will help you.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Error while creating a task for creating an generic task  /app/dac/CustomSQ

    Hi ,
    I have created a sql file in DAC server /app/dac/CustomSQLs/ ,just to fire an update sql in database
    In DAC task tab i have created a task with the following:
    Command for incremental load :/app/dac/CustomSQLs/DBNameBeforeLoad.sql
    Primary source :flatfileconnection
    target source:DBCONNECTION_OLAP
    Execution type:SQL FILE
    Task phase:GENERAL
    I created subject area and assembled ,then created a Execution plan.
    When i try to execute this EP ,it shows the following error in DAC log:
    ANOMALY INFO::: Error while creating a task for creating an generic task /app/dac/CustomSQLs/DBNameBeforeLoad.sql
    MESSAGE:::/app/dac/CustomSQLs/DBNameBeforeLoad.sql - invalide template name!
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.TaskInitializationException
    com.siebel.analytics.etl.etltask.SQLFileTask.doInit(SQLFileTask.java:69)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.init(GenericTaskImpl.java:194)
    Does my above configuration is correct ..?

    verify the following settings:
    1. mapping of ECC plant and storage location and logical system number with the appropriate availability group code since this links the stock types in EWM to ECC org elements (SPRO -> EWM -> Interfaces -> ERP Integration -> Goods movement)
    2. ensure the availability group configuration is correct (SPRO -> EWM -> GR Process -> Configure availability group for putaway) - check all applicable nodes in this configuration since the availability group code is assigned in the pertinent storage types

  • Error while adding a connector for SSL..help!!!

    i'm getting this error when i added a connector for SSL and restarted tomcat
    my connector tag is
    <Connector keystorePass="kalima" scheme="https" port="8443" sslProtocol="TLS" redirectPort="-1" enableLookups="true" keystoreFile="Mykeystore" protocol="TLS" keystore="C:\Documents and Settings\santhoshyma\Mykeystore" clientauth="false" algorithm="SunX509" keypass="changeit" secure="true" keytype="JKS">
          <Factory className="org.apache.coyote.tomcat5.CoyoteServerSocketFactory" keystorePass="kalima" keystoreFile="C:\SSLTest\Mykeystore"/>
        </Connector>
    LifecycleException:  Protocol handler instantiation failed: java.lang.NullPointe
    rException
            at org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.
    java:1368)
            at org.apache.catalina.core.StandardService.initialize(StandardService.j
    ava:609)
            at org.apache.catalina.core.StandardServer.initialize(StandardServer.jav
    a:2384)
            at org.apache.catalina.startup.Catalina.load(Catalina.java:507)
            at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:250)
            at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:424)

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

Maybe you are looking for

  • Quantity is not getting conformed in sales order

    HI SD Gurus, i have one issue we are not able to solve i need your help, it is very urgent, My issue:we created sales order but quantity was not getting conformed is sales order even though we have enough stock but it was consumed the stock in MD04,

  • Item Type Based on PL/SQL stored proc causing errors

    I am getting the following error when I add this item type based on a pl/sql stored proc that generates html based on the stored proc... the stored proc returns find but the other porlets get Error Message in there headers and in the porlet content I

  • Best mouse for a person with trembling hands

    My Grandfather recently acquired a new Mac (an iBook) on which I am typing this message. I didn't want to let him use the integrated track pad because I found it very unpractical, so I ordered an Apple (wired) mouse for him. Unfortunately his hand is

  • Widescreen squishes to 4:3

    GREETINGS I prefer to edit the audio for my movies in Garage Band as the editor in IMOVIE is ,in comparison, pretty lame. When I import a widescreen movie, Garage band automatically turns it from 16:9 to 4:3. Is there anything I can do to prevent thi

  • Adobe Media DownLoader (Ben. Incomplete download)

    Adobe Media DownLoader will only download 52 of my photo's while I can see over 2000 in my library. I would like to archive my library before the June deadline.