WIM Chat Template attributes/objects

dear all,
i noticed when adding a new attribute for the login page template for a WIM chat entry point, that it is not allowed to use the same attibute twice.
i am trying to add the same attribute (emailAddress) with two different names,
- Business Email Address
- Personal Email Address
an error message appears indicating this restriction.
how can we accomplish ourrequirement and add the same attribute twice under two different names??
and how can we add the number of attributes(for obect ContactPointData we have 2 attributes: EmailAddress, PhoneNumber), in addtion increasing the number of objects(present objects: CustomerData, ContactPointData, ActivityData)?
regards,

hello karthik,
i didn't know that there is a tool console, like the administrattion console and the system console.
but how may i know the link to open this tool console?
as you know,
Administration console: https://WEIMWEBSERVE/default
System Console: https://WEIMWEBSERVER/system
Tool Console: ????
and is there other consoles than the three above mentioned?
and is there any service to start in order to be able to access this console(s) or by default it is enabled,
regards

Similar Messages

  • D3L "produce" error: unable to find attribute object for top node

    Hi
    I'm new to this forum, hope someone can help me with this because it's really been causing a headache for a few days now.
    I'm trying to deliver a flat file message with an interconnect standard ftp adapter. All the transformations go well but then i get this error message:
    oracle.oai.agent.adapter.technology.D3LException: [SmartQueueDispatcher] <struct id="GallupData" name="" comment="" ...>: unable to find attribute object for top node, got `[  stationId: 01
    startDate: 040801
    (messsage truncated)
    emission: 1
    ]' instead
         at oracle.oai.agent.adapter.technology.D3L.produce(D3L.java:391)
         at oracle.oai.agent.adapter.technology.TechBridge.messageReceived(TechBridge.java:876)
         at oracle.oai.agent.client.SmartQueueDispatcher.run(SmartQueueDispatcher.java:451)
         at java.lang.Thread.run(Unknown Source)
    The message is exactly 65570 bytes (in the format written to the log).
    Any help appreciated.
    Leon Simonsen

    I finally solved the problem: The name of the d3l xml file must be named with the name of the data type. Just thought i'd let anyone know.

  • How to migrate Themes, HTML templates, MIME objects to ECC6.0

    Hi Friends
    How to migrate Themes, HTML templates, MIME objects which are developed in SAP Web@Studio.
    or How to use program SIAC_UPLOAD ??
    regards
    siddharth

    Hello Murray,
    Your steps sound correct.  I would add that you generally need the following:
    1. publish the IAC, SYSTEM, and WEBGUI Internet Services (also from SE80)
    2. make sure the Integrated ITS is working.  Meaning you should activate the ITS in the profile parameter, this can be seen in transaction SITSPMON.  Some services in transaction SICF also need to be activated, like the default_host/sap/public/bc/its
    From your error message though it looks like the URL you have used is either incorrect or you have used the External Alias feature in SICF?  The URL for the ITS is usually http://host:port/sap/bc/gui/sap/its/service.  Second, the error is about a language resource file (.htrc), you have not specified if you created one or not.  To create one in the language you are logged in with just go to SE80, open your Internet Service and double click on the "Topic xx".  Don't forget to publish after creating and saving it.
    Edgar

  • [Exchange 2013] Cannot find Template User object error

    Hello,
    I've faced with really strange issue. When I try to execute cmdlet Get-Recipient for user from @hotmail.com, @outlook.com and @live.com domains I get error "Cannot find Template User", even SilentlyContinue is used.
    Let me show an example. Open PowerShell and load exchange snapin:
    [PS] C:/>Add-PSSnapin Microsoft.Exchange.Management.Powershell.E2010
    [PS] C:/>$existingContact = Get-Recipient [email protected] -ErrorAction SilentlyContinue
    Cannot find Template User object.
    At line:1 char:1
    + Get-Recipient [email protected] -ErrorAction SilentlyContinue
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], ADTransientException
        + FullyQualifiedErrorId : [Server=CAS15-CA-1,RequestId=5cfa31f1-96d5-43c2-8c98-ea50d108276f,TimeStamp=10/24/2014 1
       :38:08 PM] [FailureCategory=Cmdlet-ADTransientException] EC4D1948
    It works well for others domains (e.g. gmail.com), besides it works well for Exchange 2010. And finally it works well in Exchange Management shell.
    What does the error mean? Why Get-Recipient doesn't work only for Microsoft's domains?
    Thanks in advance!

    I have seen a lot of weird errors and sometimes incomplete results when manually adding the Exchange Snappin into powershell. Exchange 2010+ is setup for remote powershell, so if your on the server then use the exchange shell which will do all the remoting
    for you, or you can setup the remote session your self.
    http://blogs.technet.com/b/heyscriptingguy/archive/2012/01/23/learn-how-to-use-powershell-to-run-exchange-server-commands-remotely.aspx
    DJ Grijalva | MCITP: EMA 2007/2010 SPA 2010 | www.persistentcerebro.com

  • Binding Template Attributes

    Can Template attributes be bound?
    For example:
    <myTemplate:ScrollableTableList
    eventNum="EVENT_NUMBER@namespace@datasource"/>
    I have tried it with data:eventNum. The behavior stays the same. Im beginning to think this cannot be done. I am not certain because the tag dose not throw any exception.
    Question: Can this be done?
    Question: Are exceptions hidden from the developer in this case?
    Tks:
    Booker Northington II

    I had a typo in my posting:
    <myTemplate:ScrollableTableList
    eventNum="EVENT_NUMBER@namespace@datasource"/>
    should read:
    <myTemplate:ScrollableTableList
    eventNum="EVENT_NUMBER@namespace:dataObject"/>
    Tks
    Booker Northington II

  • How to create custom attributes & object classes through ldif files in OID

    Hi,
    I have to create 4 attributes and one object class(custom) in OID. I want to creae these attributes and object class through LDIF file.
    I tried creating an attribute through this command
    ldapadd -p 389 -h localhost -D cn=orcladmin -w password -f D:/newattr.ldif
    this ldif file contains inf. for creating a new attributes:
    dn: cn=subschemasubentry
    changetype: add
    add: attributetypes
    attributetypes: ( 1.2.3.4.5.6.10 NAME "xsUserType_new" DESC "User Type Definition" EQUALITY caseIgnoreMatch
    SYNTAX "1.3.6.1.4.1.1466.115.121.1.15" )
    I am getting error: Object class violation
    Failed to find add in mandatory or optional attribute list.
    Please help to find where I am going wrong...
    Thanks.

    Hi Ajay,
    Thank you for the help. Now i am able to create both attributes and object classes in OID through Ldif files.
    I was getting constraint violation error because (I think) I was not giving proper naming convection for attributes and object classes. For OID, there are certain Ldap naming conventions. They are as follows:
    # X below is the enterprise number assigned by IANA
    1.3.6.1.4.1.X.1 - assign to SNMP objects
    1.3.6.1.4.1.X.2 - assign to LDAP objects
    1.3.6.1.4.1.X.2.1 - assign to LDAP syntaxes
    1.3.6.1.4.1.X.2.2 - assign to LDAP matchingrules
    1.3.6.1.4.1.X.2.3 - assign to LDAP attributes
    1.3.6.1.4.1.X.2.4 - assign to LDAP objectclasses
    1.3.6.1.4.1.X.2.5 - assign to LDAP supported features
    1.3.6.1.4.1.X.2.9 - assign to LDAP protocol mechanisms
    1.3.6.1.4.1.X.2.10 - assign to LDAP controls
    1.3.6.1.4.1.X.2.11 - assign to LDAP extended operations
    By using these conventions for attributes and object class, I did got any error and they were created in OID.
    Thanks a zillion.
    Kalpana.

  • Issues in auto creation of tasks using templates/attributes in FS

    Hi,
    We have a requirement to auto-create one or more tasks when a SR is created in Field Service module. Additionally, task owner should be auto-populated during the task creation (task owner would a CRM group which is dependent on the task type as per company defined business rules). There can be one or more task types associated with a SR type. Tasks within a SR type can or cannot be dependent on one or more tasks within the same SR type e.g. I can have 3 task types A, B and C under a SR type and C is dependent on B, so we set up the dependency as needed.
    We were thinking of following the task template group approach. We created the task templates per SR type and associated the template with the SR type. Issue here is - we cannot assign the task owner value to the task type (I couldn't see a placeholder to define the task owner). Does anyone have pointers on defining the task owner while creating task group templates?
    Another issue is - whenever there is a dependency between tasks, we cannot define the parent task id value. When you navigate to the tasks screen and select the dependent task, you get the error "field must be entered" for parent task id. Any thoughts on defining dependencies with parent task id populated when the tasks are created?
    Second approach we tried is creating SR/Task attribute mapping configuration. Here we can define the task owner as well but the issue is we cannot define the dependencies between the tasks. Also we are getting the error "Attribute CUG_TASK_DEP_ID doesnot exist for item JTFTASK" and tasks are not getting created.
    Any pointers on resolving these issues would be greatly appreciated.
    Thanks
    Shreevatsa

    Hi,
    Today Auto Task creation can be based on the following:
    Task Template Mapping => Based on SR Type, Product Category/Product, Problem Code mapping. For this mapping, Territories need to be setup to determine the Task Owner. If Territories are not setup, the application will not auto create Tasks.
    Task Type Attribute Configuration => Based on SR Type <=> CIC Attributes mapping. In this mapping definition, the Task Owner field is required to be setup. Whenever Tasks are auto created, the Task Owner setup in the definition is used.
    For Task Dependency - what is the requirement? For a SR Type if three Tasks A, B, and C need to be auto created - are you looking for functionality to first create only Task A and when Task A is closed to create only Task B and when Task B is closed to create Task C?
    Thanks,
    Denzil

  • RMPS: Word Templates & Attributes

    Hi Everyone,
    i've created a word template and i copy a text on it using Create From Template.
    But, there's a bug or something else wrong if i try to set the same attribute for
    many times on the same word template.
    Only the first field on word is set, the others leave blank.
    Anyone knows why ?
    SAP problem ?
    MS-Word problem ?
    Thank You !!!

    It is not possible to run a macro in SharePoint after the document has been uploaded. 
    You can replicate this scenario by creating a SPItemEventReceiver which will run customized code on ItemAdded in your document library. 
    Please go through the following articles for details:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spitemeventreceiver.aspx
    http://msdn.microsoft.com/en-us/library/office/ms437502%28v=office.14%29.aspx
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • How to query involving Multi-Value Attributes objects

    Hello.
         I have one question regarding coherence. We are looking for best and the fastest way to query multi-value attribute of objects. In Coherence User guide there is example, that shows, how can this be made with java.lang.String object:
         Set searchTerms = new HashSet();
         searchTerms.add("java");
         searchTerms.add("clustering");
         searchTerms.add("books");
         // The cache contains instances of a class "Document" which has a method
         // "getWords" which returns a Collection<String> containing the set of
         // words that appear in the document.
         Filter filter = new ContainsAllFilter("getWords", searchTerms);
         Set entrySet = cache.entrySet(filter);
         // iterate through the search results
         But I would like to know, how can this be made with some other object type. For example I could have object MyCoherenceObject with attribute HashSet<Identifier> idHashSet that would represent Person object that has composite key comprised of name and lastname. Identifier object would contain two attributes of type String: name & value.
         So basically I could have two identifiers in list:
         public MyCoherenceObject {
         public HashSet idHashSet = new HashSet();
         public MyCoherenceObject() {
         Identifier id1 = new Identifier("name", "John");
         Identifier id2 = new Identifier("surname", Smith");
         idHashSet.add(id1);
         idHashSet.add(id2);
         public HashSet getIdentifiers() {
         return idHashSet;
         This object would later be inserted in coherence cache. When query over coherence cache would be performed I would like all objects where multi-value parameter with name="name" equal "John" and parameter with name="lastname" equal "Smith". My code would look something like this:
         Set searchTerms = new HashSet();
         searchTerms.add("John");
         searchTerms.add("Smith");
         // The cache contains instances of a class "Document" which has a method
         // "getWords" which returns a Collection<String> containing the set of
         // words that appear in the document.
         Filter filter = new ContainsAllFilter("getIdentifiers", searchTerms);
         Set entrySet = cache.entrySet(filter);
         // iterate through the search results
         How can this be done. Basically I don't know how to search in multi-value attribute if one value represents arbitrary object and how to tell coherence which getter fuction must be used for comparison. In my case getValue() must be used and not getName().
         Second problem:
         Coherence must not return Person object with name="Smith" and lastname="John". Here upper filter would be satisified, but problem is that I am looking for person with lastname "Smith" and name "John".
         Domain description:
         I will have different objects of same type in coherence cache with different multi-value attribute list length. For example some objects will have only one identifier object in list (e.g. Phone "phoneNumber") some two (e.g. Person "name", "lastname") and other objects will have maybe three identifier objects (e.g. City "country", "area", "state").
         If there is faster way to do this in Coherence (I saw examples with getters that contain attributes for example), please give me some directions.
         Thank you very much for your help.

    When filtering based on the getIdentifiers, you should add Identifier instances into the searchTerms collection, and it will satisfy all your expectations. If you add simple Strings into that searchTerms collection, then none of your queries will return anything, because the String will never equal() the Identifier instances.
         You can also add an index on the getIdentifiers() method. However, the Identifier class should properly implement the equals() and hashCode() methods, and in order to be able to use an ordered index (you don't need that for the current requirements you listed), it should also implement Comparable.
         BR,
         Robert

  • Template vs object library

    hi all
    i want to know that
    designing forms using template is better than using object library
    or not?
    how could i make an object library and use it?
    if you have any idea please guide me.
    thanks

    "The problem with OL is, that you cannot maintain your OL after creating it"
    Huh? Of course you can maintain an OL after creating it, as long as you know how...
    To add an item to the library, just drag it in from a form.
    To remove an item from the library, just select it and press delete.
    To edit an item you have to be sneaky - drag it from the library into a form, select "Copy" when it asks you what to do, update the properties you want to change, delete the original item from the library and drag the revised item into the library.
    Now to go back to original question about what to use, there's very little to choose between them, but I'd go for Object Libraries because of "smartclasses". If you have, say, a checkbox in your object library, you can mark it as a "smartclass". Now, when you place a checkbox in the layout editor you can right-click on it and the "smartclass" appears in the menu. Very quick and easy way of ensuring all items pick up standard properties.

  • Transporting the Templates in Objective settings and Appraisals

    Hello expert:
    I am finding problem in transporting the Personnel appraisal Templates from dev box to test box.
    I could transport the category group and category, but not the templates.
    When I rt. click on templates and select TRANSPORT, it is asking for a customizing transport. I did not get any error while assigning the templates to a transport.
    But after assigning template to a request number, it is not getting transported to test system.
    Any suggestions will be rewarded.
    Thanks,
    Raghu Kolukuluri

    Hi,
    I found the answer to this question in a different thread.
    If there is any problem transporting PD objects, one should try executing a report "RHSOBJCH" and adjust any inconsistencies that the report suggests.
    Regards
    Raghu Kolukuluri

  • JCo method to find CCMS Text Attribute/Object Description attributes value

    Is there any function available in SAP JCo / XAL ( External Interface for Alert Management ) to find the current values for CCMS Text Attribute or Object Description attributes and CCMS Heartbeat attributes from a Java Program. It seems XAL only has functions to find the current values of performance, status and log attributes.

    hi arun,
    refer this link
    http://help.sap.com/saphelp_nw04/helpdata/en/6a/82343ecc7f892ee10000000a114084/content.htm
    https://dsd.esco-salt.com/StartPage/documents/admin/30.html
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/548da290-0201-0010-0299-f037dd7eeb36
    check for the api for jmomapi.jar
    Alert status definitions
    ther u have code and example also
    bvr
    Edited by: bvr on Apr 27, 2009 12:18 PM
    Edited by: bvr on Apr 27, 2009 12:53 PM
    Edited by: bvr on Apr 27, 2009 12:55 PM

  • WIM - Chat window space --- Do we have any limit?

    Hi folks,
    I try to install WIM for the client, and they wonder whether there is any limit on chat window space. Does anyone know what limits chat window may have?
    Thanks a lot
    JooHyung Lee                   

    There is setting "Chat - Agent Chat Message Maximum Length" at Department settings group, you can Use this setting to determine the maximum length of messages sent by agents to customers.
    Setting "Chat - Automatic Session Closure Interval (Seconds)" defines maximum how long chat can stay on. By default it is 4 hrs.
    Chat window is only one, agent has to switch between the assigned chats. chat reply pane is used for the chat which agent has selected in the inbox at that time. Agent can be assigned multiple chats. Setting "Chat - User Max Load" defines maximum chat activities that can be assigned to a user at a given moment. When an agent reaches the maximum number, new chats cannot be assigned to the agent.
    Regards,
    Ravindra Adhav
    eGain Support

  • Sort of attributes objects in master data

    Hi,
    I have a question regarding the attributes of master data info objects.
    What is the best way to sort the order of the info objects attributes?
    We want the order of the attributes will be set in our local language alphabetically,
    and not as a defualt language as set now in English.
    The order of the attributes as showen in the WEB (as set on local language) is not alphabetically.
    Thanks,
    Yossi

    I'm going to make some assumptions:
    1)     The Attribute key values are written in your language's Latin equivalents, but you want to sort them by your language's alphabetic order.
    2)     The Attributes have not text in your language
    Create a data source from your master data values into master data text, hard coding your language set. Set the Attributes in your query to display text, not key values.
    Good luck,
    John Hawk
    Phone: (408) 550-9484
    Mobile: (209) 324-0436
    http://www.linkedin.com/in/johnbhawk

  • Validate xml generates errors on template attributes using Expression Langu

    I'm getting errors like: "Error(0,0): Attribute linkText not defined on element myTemplate:smart_base".
    where linkText is an attribute defined in my template file smart_base.
    I'm using Jdev 10G and expression language.
    However, the code for both the uix and uit files work fine together. Does anyone know what I need to do to eliminate these errors?
    In the code below, the only attribute that gets no error is "selectedTab".
    Thanks, Steve
    My uix code is:
    <myTemplate:smart_base
    selectedTab="1"
    linkText="SMART - View Frameworks"
    helpPage="Framework.htm"
    studyText="${sessionScope.currentStudy.StudyName}"
    frameworkText="${sessionScope.currentStudy.FrameworkName}">
    My template code is:
    <templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    targetNamespace="http://www.example.org/demo/templates"
    expressionLanguage="el"
    localName="smart_base">
    <type base="ui:pageLayout">
    <attribute name="linkText" javaType="string" />
    <attribute name="selectedTab" javaType="int"/>
    <attribute name="helpPage" javaType="string"/>
    <attribute name="studyText" javaType="oracle.cabo.ui.data.DataObject"/>
    <attribute name="frameworkText" javaType="oracle.cabo.ui.data.DataObject"/>
    </type>

    Steven,
    If you restart JDeveloper and/or do File-->Close All after you are done editing the .uit file, do you still get the validation errors? The problem is probably that you edit the .uit file, and the code that does the validation in the UIX visual editor does not realize you changed your UIT file. This is a bug.
    - Ryan

Maybe you are looking for

  • How do I completely enable a new custom asset in Correspondence Management?

    Hello! I'm trying to add a new custom asset to the Correspondence Management Solution Accelerator, and have it behave like all other assets in the system (ie searchable, updateable etc).  I'm almost there, but there's obviously something I'm missing,

  • Urgent- Group Above Report

    Hi, I am facing problem in Group Above report this can be said in the schema of Scott as follows. I have developed group above report on Dept,Emp tables. It is showing all the data but the deptno =40 is not showing. The query used is select * from em

  • HP Compaq d530 SFF not recognizing DIMMs. Windows Vista Home Premium 32bit - BIOS version 02.44

    Hello HP community! I recently received a HP Compaq d530 SFF, from the company, where I had my work experience. I gladly took their offer and took the PC home, all was going well until I bought myself some new DIMMs, from ebuyer.com. I new for a fact

  • How to find out the latest Record in per_all_people_f and per_all_assignme

    Hi , How to find out the latest Record in per_all_people_f and per_all_assignments_f Requirement : Need to find out the latest record in per_all_people_f and per_all_assignments_f to update the attribute column with pre defined value . Its not possib

  • SharePoint Online Connecter (2 questions)

    I am using this article as a reference:  http://azure.microsoft.com/en-us/documentation/articles/app-service-logic-connector-sharepoint/#creating-a-sharepoint-online-connector-for-your-logic-app I had 2 questions: 1. I am testing out the SharePoint O