SmtpHost must be specified.

I am invoking simple workflow & have not specified any emails. I am creating a user through this workflow. I get the following error when the form is submitted:
"com.waveset.util.WavesetException: smtpHost must be specified."
Is there any other place (in IDM server) where we need to specify the SMTP host.
Any help would be really appreciated.
Thanks

I have modified the default Create User workflow to include and Activity to send a mail to the Approver upon creation of User.
I have specified the smtoHost name in the email template. But still I am getting the error 'com.waveset.util.WavesetException: smtpHost must be specified.' Any idea why am i getting this error? is ther any other place where i need to give smtpHost name?
forseeing replies..
--Raja M.Samy
Message was edited by:
Raja.Samy

Similar Messages

  • Both type and assembly name must be specified

    Hi All,
    I have 3rd party dll, I am adding the ref to it in my project.
    I have created a wrapper class for one of the 3rd part dll class, my wrapper class is inheriting for IPofSerializer and serilizing the object.
    In my pof-config.xml file I have created a new user-type for the class in the 3rd party dll.
    <pof-config xmlns="http://schemas.tangosol.com/pof">
    <user-type-list>
    <!-- include all "standard" Coherence POF user types -->
    <include>assembly://Coherence/Tangosol.Config/coherence-pof-config.xml</include>
    <!-- include all application POF user types -->
    <user-type>
    <type-id>1002</type-id>
    <class-name>DCBOMLib.DCStockMarketClass</class-name>
    </user-type>
    </user-type-list>
    </pof-config>
    While starting the Cache i am getting the error "Both type and assembly name must be specified", where so i find the assembly info for the type DCBOMLib.DCStockMarketClass(its a 3rd party dll)
    Regards,
    Akhil

    Hi,
    Thanks for the reply, pls find some more details below:
    1. Contents of pof-config.xml
    <pof-config xmlns="http://schemas.tangosol.com/pof">
    <user-type-list>
    <!-- include all "standard" Coherence POF user types -->
    <include>assembly://Coherence/Tangosol.Config/coherence-pof-config.xml</include>
    <!-- include all application POF user types -->
    <user-type>
    <type-id>1001</type-id>
    <class-name>Examples.ContactInfo,ContactCache.Windows </class-name>
    <serializer>
    <class-name>Examples.ContactInfoSer, ContactCache.Windows</class-name>
    </serializer>
    </user-type>
    <user-type>
    <type-id>1002</type-id>
    <class-name>DCBOMLib.DCStockMarketClass, Interop.DCBOMLib</class-name>
    </user-type>
    </user-type-list>
    <allow-interfaces>true</allow-interfaces>
    <allow-subclasses>true</allow-subclasses>
    </pof-config>
    If i dont specify type-id 1002 it says unknown user type DCBOMLib.DCStockMarketClass
    2. Pls find the code
    public class ContactInfoSer : IPofSerializer
    public object Deserialize(IPofReader reader)
    string Name = reader.ReadString(0);
    string Street = reader.ReadString(1);
    string City = reader.ReadString(2);
    string State = reader.ReadString(3);
    string Zip = reader.ReadString(4);
    DCBOMLib.DCStockMarketClass DCSCM = (DCBOMLib.DCStockMarketClass)reader.ReadObject(5);
    reader.ReadRemainder();
    return new ContactInfo(Name, Street, City, State, Zip, DCSCM);
    public void Serialize(IPofWriter outo, object o)
    ContactInfo cinfo = (ContactInfo) o;
    outo.WriteString(0, cinfo.Name);
    outo.WriteString(1, cinfo.Street);
    outo.WriteString(2, cinfo.City);
    outo.WriteString(3, cinfo.State);
    outo.WriteString(4, cinfo.Zip);
    outo.WriteObject(5, cinfo.DCSCM);
    outo.WriteRemainder(null);
    During runtime I am getting following exception for the below code
    DCBOMLib.DCStockMarketClass dc = new DCBOMLib.DCStockMarketClass();
    ContactInfo contact = new ContactInfo(txtName.Text,
    txtStreet.Text,
    txtCity.Text,
    txtState.Text,
    txtZip.Text,dc);
    cache.Insert("124", contact);
    Exception -
    {"Missing IPofSerializer configuration (Config=file://Config\\pof-config.xml, Type-Id=1002, Type-Name=DCBOMLib.DCStockMarketClass, Interop.DCBOMLib)"}
    Is it required that the 3rd party dll having DCBOMLib.DCStockMarketClass should be inheriting from Serializable or Object?
    Regards,
    Akhil

  • Topic must be specified error

    I am new to Oracle ESB.
    I created a flow locally and just ported it to AIX server and conducted some integration tests. But eneded up getting error like this:
    Any suggestion is appreciated .
    <SUPPL_DETAIL><![CDATA[ORABPEL-12134
    ERRJMS_ERR_CR_TOPIC_CONS.
    Error while creating Topic consumer:.
    Please examine the log file to determine the problem.
         at java.lang.Throwable.<init>(Throwable.java:57)
         at java.lang.Throwable.<init>(Throwable.java:68)
         at javax.resource.ResourceException.<init>(ResourceException.java:49)
         at oracle.tip.adapter.api.exception.PCResourceException.<init>(PCResourceException.java:90)
         at oracle.tip.adapter.api.exception.PCRetriableResourceException.<init>(PCRetriableResourceException.java:66)
         at oracle.tip.adapter.jms.JmsDomainResourceException.<init>(JmsDomainResourceException.java:71)
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:466)
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:386)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:282)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:223)
         at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:159)
         at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:151)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
         at java.lang.Thread.run(Thread.java:797)
    Caused by: javax.jms.InvalidDestinationException: JMS-166: Topic must be specified
         at java.lang.Throwable.<init>(Throwable.java:57)
         at java.lang.Throwable.<init>(Throwable.java:68)
         at javax.jms.JMSException.<init>(JMSException.java:65)
         at javax.jms.InvalidDestinationException.<init>(InvalidDestinationException.java:46)
         at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2366)
         at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2330)
         at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2228)
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:441)
         ... 10 more
    ]]></SUPPL_DETAIL>

    Hi Kumaran Alagu,
    You have to post your Query in any one Forum
    IS-Retail: Material description in MM41and MM42 transactions
    Bye,
    Muralidhara

  • Report Painter: CO area must be specified

    Dear Gurus,
    I am new to Report Painter, now I want to create a new report for  Actual expanses and Budget expanses. But after I create my variable and my Row and Column, it come out error 'CO area must be specified --> Add in general data selections or rows/column' when I want to save it.
    Any idea what had I missed out ?
    Can you please provided my any  study material or step by step guide? I was quite confusing regarding this report painter.
    Thank you very much.
    Warm regards

    Hi,
    Perameters in General Data Selection apply to the entire repost (every column and row). Since the four columns of your report are having different period and possibly different FY, you can not put these two parameters in General Data Selection. As my previous posting explained, in addition of standard variable &1PERIV and 1CGJAHE,  you will need to define 3 more variables for period FY respectively:
    Period Variable 1 - ZPERI2 - Formula: IF '&1PERIV' < 12 THEN '&1PERIV' + 1 ELSE 1
    Period Variable 2 - ZPERI3 - Formula: IF '&ZPERI2' < 12 THEN '&ZPERI2' + 1 ELSE 1
    Period Variable 3 - ZPERI4 - Formula: IF '&ZPERI3' < 12 THEN '&ZPERI3' + 1 ELSE 1
    FY Variable 1 - ZGJAHR2 - Formula: IF '&1PERIV' < 12 THEN '&CGJAHE'  ELSE '&CGJAHE' + 1
    FY Variable 2 - ZGJAHR3 - Formula: IF '&1PERIV' < 11 THEN '&CGJAHE'  ELSE '&CGJAHE' + 1
    FY Variable 3 - ZGJAHR4 - Formula: IF '&1PERIV' < 10 THEN '&CGJAHE'  ELSE '&CGJAHE' + 1
    You then use variable 1PERIV and 1CGJAHE for column 1, ZPERI2 and ZGJAHR2 for column 2, ZPERI3 and ZGJAHR3 for column 3, and ZPERI4 and ZGJAHR4 for column 4.
    Regards,
    Ming

  • Getting random errors of audienceURI must be specified in SamlSecurityToken

    Getting this exception after login:
    Exception: ID1032: At least one 'audienceUri' must be specified in the SamlSecurityTokenRequirement when the AudienceUriMode is set to 'Always' or 'BearerKeyOnly'. Either add the valid URI values to the AudienceUris property of SamlSecurityTokenRequirement,
    or turn off checking by specifying an AudienceUriMode of 'Never' on the SamlSecurityTokenRequirement.

    Hi,
    Could you please explain the issue more detail.
    Where did you see this event?
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • What target property must be specified while passing a object type variable to child package in SSIS 2012

    What target property must be specified while passing a object type variable to child package in SSIS 2012???

    As shown below, there is variable strVar and it's Value property is selected. Likewise you have to select the property that you need to pass.
    Please refer:
    http://www.bidn.com/blogs/MikeDavis/ssis/155/passing-variable-values-from-parent-package-to-child-ssis
    -Vaibhav Chaudhari

  • Error: The property attribute must be specified

    Hi,
        When I am using Flex's validator I get the error specified below
    Error: The property attribute must be specified when the source attribute is specified.
        at mx.validators::Validator/getValueFromSource()[C:\autobuild\3.2.0\frameworks\projects\fram ework\src\mx\validators\Validator.as:853]
        at mx.validators::Validator/validate()[C:\autobuild\3.2.0\frameworks\projects\framework\src\ mx\validators\Validator.as:810]
        at mx.validators::Validator/triggerHandler()[C:\autobuild\3.2.0\frameworks\projects\framewor k\src\mx\validators\Validator.as:1016]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9298]
        at mx.controls::TextInput/focusOutHandler()[C:\autobuild\3.2.0\frameworks\projects\framework \src\mx\controls\TextInput.as:2167]
        at flash.display::Stage/set focus()
        at mx.core::UIComponent/setFocus()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\c ore\UIComponent.as:6857]
        at mx.managers::FocusManager/setFocus()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\managers\FocusManager.as:545]
        at mx.managers::FocusManager/mouseDownHandler()[C:\autobuild\3.2.0\frameworks\projects\frame work\src\mx\managers\FocusManager.as:1865]
    Let me know what is that I am missing .
    Regards
    Kalavati Singh
    [email protected]

    seems like you specified the id of some textinput as source property of validator, but didnot specify the attribute property.
    most probably, it should be 'text'.
    when you provide the source property of the validator, you just specity which OBJECT to validate. hoever, you missed WHICH PROPERTY OF THE OBJECT to validate.

  • AbstractServerHandler - queryCluster(): cluster must be specified!

    Post Author: conor
    CA Forum: JAVA
    I am using Crystal 9 JAVA SDK to connect to a crystal reports server. Every time I logon to the crystal server I get this error in my log file AbstractServerHandler - queryCluster(): cluster must be specified!com.crystaldecisions.celib.exception.c: ASSERTION FAILED    at com.crystaldecisions.celib.trace.d.a(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.i.queryCluster(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.l.do(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.for(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(Unknown Source)    at com.crystaldecisions.sdk.occa.security.internal.e.if(Unknown Source)    at com.crystaldecisions.sdk.occa.security.internal.e.<init>(Unknown Source)    at com.crystaldecisions.sdk.occa.security.internal.SecurityFactory.makeSecuritySession(Unknown Source)    at com.crystaldecisions.sdk.occa.security.internal.p.a(Unknown Source)    at com.crystaldecisions.sdk.occa.security.internal.p.userLogon(Unknown Source)    at com.crystaldecisions.sdk.occa.security.internal.i.userLogon(Unknown Source)    at com.crystaldecisions.sdk.framework.internal.c.logon(Unknown Source)The logon happens ok and I can see the reports and run new reports. This spurious error is filling up my log files and causing concern for my production customers. What is causing it and how can I stop it? Many thanks,Conor.

    Post Author: Ted Ueda
    CA Forum: JAVA
    This seems to be a very old issue, and as you say, spurious.Unfortunately, Crystal 9 is out of support, and so it won't be fixed in the version you're using.Sincerely,Ted Ueda 

  • Err msg  Goodwill global: All posting items must be specified after upgrade

    Hi ,
       After we upgarde our SEM-BCS from 3.2 to 6.0 , we got error message "Goodwill global: All posting items must be specified" when click the Check Setting in COI. The Goodwill global setting is not in 3.2. What should we do to solve this issue? And, do we need to adjust our ODS to the new structure according to Note 1080686 - Upgrade to SEM-BCS 6.0 - infrastructure enhancements?
    Thank you,
    Jeff

    Jeff Huang wrote:Hi Jeff,
    Is your implementation just technical upgrade from 3.2 to 6.0?
    BCS has evolved a lot from 3.2 to 6.0. There are many process enhancements. There are also additional screens. The internal infrastructure has changed.The FINBASIS has also upgraded from 200 to 600 (BCS 6.0) or 700 (BCS 6.0 EHP 2.0). Apart from the note 1080686 mentioned by you, please have a look at the following note: 1095298.
    >
    >What should we do to solve this issue? And, do we need to adjust our ODS to the new structure according to Note 1080686 - Upgrade to SEM-BCS 6.0 - infrastructure enhancements?
    Approaches differ from consultant to consultant. If I were you, I would have chosen to re-configure the whole BCS itself, under another new consolidation area using same data basis and master data, with all new features included in order to take the benefits of enhanced features of BCS 6.0.

  • Catalogue ID must be specified in CSV 2.0 Upload

    Hi All,
    If I upload a schema without the Catalogue ID specified I get the following error message
    An error was detected in the CSV file (version 2.0).
    This error is in row 8 with the following content:
    Catalog;;;;
    The SAP Help states that "Catalog ID
    Leave blank. SAP Catalog Content Management (SAP CCM) ignores the catalog ID."
    however this does not appear to be the case, has anyone else experienced this problem or can you upload CSV schema's without the catalogue ID present?
    Regards
    Chris

    Hi Yann,
    The part
    Catalog;;;;
    Catalog;;;;
    is the Catalog definition line.
    According to the SAp help
    "Catalog Definition Line
    You can use the catalog definition line to change the short descriptions for the catalog. The following table shows which information you enter in the catalog definition line:
    1 Keyword Catalog
    2 Catalog ID
    Leave blank. SAP Catalog Content Management (SAP CCM) ignores the catalog ID.
    3 Code for the catalog type
    Leave blank. SAP CCM ignores the catalog type.
    >3 Each column can contain one of the following:
    Short description for the catalog
    IDs of characteristics on catalog level
    You can list the short descriptions and characteristics in any order.
    You can use characteristics on catalog level to provide values for all items in the catalog.
    You do not need to include predefined characteristics in the list of catalog characteristics.
    However I am finding that unless I specify the catalogue ID in the Catalog definition line then my schema will not upload.
    Regards
    Chris

  • JMS-137: Payload factory must be specified for destinations with ADT payloa

    How do I create Payload factory in Java?
    Is there any reference guide?
    Thanks,
    Chintan

    What is the scenario?

  • SQL Server 2012 Management Studio: XML XQuery-query the XML Blob using CTE: How to specify the coorelation name in bulk rowset?

    Hi all,
    I just started doing the XML Xquery programming in my SQL Server 2012 Management Studio. I executed the following code:
    --query the XML Blob using a CTE (pulling from the XML file each time) Products
    WITH XmlFile (Contents) AS (
    SELECT CONVERT (XML, BulkColumn)
    FROM OPENROWSET (BULK 'H:\Products.xml', SINGLE_BLOB) ) AS XmlData
    SELECT *
    FROM XmlFile
    GO
    I got the the following Msg:
    Msg 491, Level 16, State 1, Line 4
    A correlation name must be specified for the bulk rowset in the from clause.
    How can I specify the correction name for the bulk rowset in my project?
    Please kindly help, advise and respond.
    Thanks in advance,
    Scott Chang

    Hello Scott,
    You have to assign a table alias for the OPENROWSET =>
    --query the XML Blob using a CTE (pulling from the XML file each time) Products
    WITH XmlFile (Contents) AS (
    SELECT CONVERT (XML, BulkColumn)
    FROM OPENROWSET (BULK 'H:\Products.xml', SINGLE_BLOB) AS MyXML ) AS XmlData
    SELECT *
    FROM XmlFile
    GO
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Asynchr Calls: Partner Role and My Role must be filled in Partner Link dial

    Asynchr Calls: Partner Role and My Role must be filled in Partner Link dialog ?
    Is the statement true?
    Can I leave for synchronous calls one of the role spec vacant?
    AFAIK only in asynchronous calls both drop down values must be specified.
    Peter

    Thanks for fast reply,
    Yes, I defined Partner Role and My Role,and also defined a port type for calling back the request.
    I just don't know what's the endpoint address which my asynch web service should use to response to my BPEL process.
    Is there anyway to find out what's the endpoint address which the BPEL processes receive the callback response from asynchronous services?
    Can I get the address which BPEL engine uses to get the responsse from a called web service?
    I guess it should be an obvious work but I'm really disappointed with that.

  • How to Specify/Associate a layout with a content

    I have created a new site, I have created few contents and few templates. During creation of content/page i did not find any option to associate a template or layout with the content/page. When i am trying to preview the content or try to open in web mode, I gets the following error.
    "A content layout must be specified to render this asset in web mode. Please specify a default layout."
    Need help me in resolving this issue.

    @Rodney: Thanks for the pointer. I did not choose that option. Problem solved after using that option.

  • Encoding Must be Addtion

    Hi all,
    This is what my Program I have written but it is showing error like
    In "Text mode "  the "Encoding" addition must be specified.
    My Program:
    parameters filename(128) default '/usr/tmp/testfile.dat' lower case.
    data msg_text(50).
    open dataset filename for output in text mode message msg_text.
    if sy-subrc ne 0.
    write: 'File canot be opened. Reason:', msg_text.
    exit.
    endif.
    Could you please tell me how to solve this Error.
    Thanks and Regards,
    Ashok.

    Hi Ashok,
    Award points if useful..
    The addition IN TEXT MODE opens the file as a text file.
    The addition ENCODING defines how the characters are represented in the text file.
    When writing to a text file, the content of a data object is converted to the representation entered after ENCODING, and transferred to the file. If the data type is character-type and flat, trailing blanks are cut off. In the data type string, trailing blanks are not cut off.
    In Unicode programs, only the content of character-type data objects can be transferred to text files and read from text files. The addition encoding must be specified in Unicode programs, and can only be omitted in non-Unicode programs.
    Thanks,
    Ravee...

Maybe you are looking for

  • Installing a new hard drive and using Time Machine to Restore system

    I just upgraded a Macbook (2006) hard drive and had problems importing the Time Machine backup. The problem was that the initial install discs were for Tiger, which did not support Time Machine. After numerous attempts at a work-around I solved this

  • WVC200 v1.2 - Successful Wireless & DynDNS Setup with WRT54G v.6 Router

    I would just like to report that after hours of tinkering, I managed to configure the camera to run wireless as well as link up with the dynDNS service. I thought I would post the method which worked for my WRT54g/WVC200 combo. Hopefully this will he

  • "Audio Capture Device not selected" message?  Help please!

    Howdy folks, I just got a new PC, Windows 7 OS, I've installed ManyCam and version 3.2 of FME and am looking to broadcast again.  I don't recall this issue with my old PC (XP OS, Broadcaster StudioPro virtual cam and FME 2.5).  I updated to 3.2 as su

  • Crystal Reports Server XI - A subset of Business Objects Enterprise?

    Post Author: RVM CA Forum: General I'm evaluating Crystal Reports Server XI with a view to fulfilling the reporting requirements of my Client. I've identified Crystal Reports Server XI as the ideal solution and have been looking for documentation tha

  • Filling in a shape made with lines

    I am really new to illustrator and I need to know the answer to this question fast. If I made a weird shape with 5 different lines how would I fill it in? Nothing really happens when I select the lines and then select a color. Thank you for answering