When will we get a com.waveset.util.smtp interface?

Hellos.
Are there plans to expose smtp methods to the XPRESS invoke?
Many times is there a need to fire off an email from a FORM rather than a WorkFlow. At present it is impossible. Dont forget, a WorkFlow may also use these methods.
Sending email is quite straightforward, just writing bytes to a Socket. However, writing own code and adding it to IDM is NOT the way forwards. The fundamental methods should be available within the IDM product.. jdbc is, why not smtp?
GF

I put your postcode in link below however if this was right I don’t think
you would be posting, if you have current problem you may like to post your
router stats and BT speed test for others to offer some advice.
https://www.btwholesale.com/pages/static/Community/Broadband_Community/Coverage/ADSL_Availibility_Ch...#
Mortgage Advisor 2000-2008
Green Energy Advisor 2008-2010
Charity Health Care Provider Advisor 2010-
I'm alright Jack....

Similar Messages

  • Com.waveset.util.WavesetException: Missing view id; Missing Account ID

    Hi,
    I have some users in IDM provisioned to LDAP.
    I am now trying to find users and delete them thru the end user interface.
    When i enter the ID, and click search, i get this error
    "com.waveset.util.WavesetException: Missing view id.
    Missing Account ID"
    Here is my WF:
    <WFProcess name='Find WF' maxSteps='0'>
         <Activity id='1' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='43' y='10'/>
    </Activity>
    <Activity id='2' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Enter User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='getView'/>
    <WorkflowEditor x='191' y='10'/>
    </Activity>
    <Activity id='3' name='getView'>
    <Action id='0' name='getView' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='getView'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='type' value='User'/>
    <Argument name='subject' value='configurator'/>
    <Argument name='authorize' value='true'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='Delete User'/>
    <WorkflowEditor x='123' y='73'/>
    </Activity>
    <Activity id='4' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(accountId)'/>
    </Action>
    <Transition to='End'/>
    </Activity>
    <Activity id='5' name='End'>
    <WorkflowEditor x='508' y='10'/>
    </Activity>
    Not sure what the mistake it. Can somebody point out pls?
    Thanks,

    cutepaddy
    Thanks for ur reply. However, it was not of much help.
    The problem now is that, i dont get the suspended case workitems error anymore but, the WF is not doing what it's suppoed to do, i.e., delete the users. The dump shows that all activities and actions are being executed correctly, however, the user still is not deleted. Here are my updated forms and WF
    Form 1:
    Configuration id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Accept User ID Form' baseContext='variables' objectLocationID='objectName=Accept+Store+ID+Form&isBegin=true&objectPath=0&objectType=UserForm'>
    <Display class='EditForm'>
    <Property name='title' value='Find ID Form'/>
    </Display>
    <Field name='view.waveset.accountId'>
    <Display class='Text'>
    <Property name='title' value='Enter User ID'/>
    <Property name='size'>
    <Integer>20</Integer>
    </Property>
    <Property name='maxLength'>
    <Integer>10</Integer>
    </Property>
    </Display>
    <Validation>
    <cond>
    <not>
    <invoke name='testUser' class='com.waveset.ui.FormUtil'>
    <ref>:display.session</ref>
    <ref>view.waveset.accountId</ref>
    </invoke>
    </not>
    <s>Not Exist</s>
    </cond>
    </Validation>
    </Field>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    Form 2:
    <Configuration id='' name='Search Results Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Seach Results Form' baseContext='variables' noDefaultButtons='true'>
    <Display class='EditForm'/>
    <Field name='MatchTable'>
    <Display class='SimpleTable'>
    <Property name='columns'>
    <List>
    <String>Title</String>
    </List>
    </Property>
    </Display>
    <FieldLoop for='accountId' in='view.waveset.accountId'>
    <Field name='XYZ'>
    <Display class='Checkbox'>
    <Property name='Label' value='$(accountId)'/>
    </Display>
    </Field>
    </FieldLoop>
    <Field name='deleteuserbutton'>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    <Field name=':formButton' button='true'>
    <Display class='Button'>
    <Property name='command' value='Save'/>
    <Property name='value' value='Continue'/>
    <Property name='label' value='Delete'/>
    </Display>
    </Field>
    <Field name='formButton'>
    <Expansion>
    <ref>:formButton</ref>
    </Expansion>
    </Field>
    </Field>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    WF:
    <TaskDefinition id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FDC' name='Find User WF' lock='Configurator#1186881293625' creator='Configurator' createDate='1185857988234' lastModifier='Configurator' lastModDate='1186880993625' lastMod='185' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' suspendable='true' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='0' resultOption='delete' visibility='runschedule' progressInterval='0'>
    <Extension>
    <WFProcess name='Find User WF' maxSteps='0'>
    <Activity id='0' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='99' y='47'/>
    </Activity>
    <Activity id='1' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Display Results'/>
    <WorkflowEditor x='183' y='45'/>
    </Activity>
    <Activity id='2' name='Display Results'>
    <ManualAction id='0' name='Results' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:-435E4C45:114554237BF:-7F8B' name='Search Results Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Delete User'/>
    <WorkflowEditor x='266' y='99'/>
    </Activity>
    <Activity id='3' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(view.waveset.accountId)'/>
    </Action>
    <Action id='1'>
    <expression>
    <block name='dump2'>
    <invoke name='dumpFile'>
    <invoke name='getTask'>
    <ref>WF_CONTEXT</ref>
    </invoke>
    <s>c:\dump.xml</s>
    </invoke>
    </block>
    </expression>
    </Action>
    <Transition to='End'/>
    <WorkflowEditor x='411' y='101'/>
    </Activity>
    <Activity id='4' name='End'>
    <WorkflowEditor x='529' y='121'/>
    </Activity>
    </WFProcess>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Find User WF'/>
    </Properties>
    </TaskDefinition>
    Thanks in advance for ur help

  • Com.waveset.util.WavesetException: User object null has no cache

    In the anonymous context i receive this error when i try and run the PasswordGenerator.
    com.waveset.provision.PasswordGenerator com.waveset.util.WavesetException: User object null has no cache, it cannot resolve the reference to ObjectGroup object Top.
    It works fine when i run it logged in as an end user or admin. Any ideas

    Yes you are correct i am in as an anonymous user trying to create a forgot password workflow. I was having issues with the password Generator because it required a WSUser object and in other posts it stated you could pass in a null object. However, in the anonymous context you cannot do that so once i discovered the account id in my workflow i had to call getObject for type User with the account id and pass that into the generate password method.
    Then it worked.
    Thanks

  • I have just purchased a compilation album but some of the songs haven't downloaded, even though I have paid for them. Why is this and when will i get the songs that I have paid for?

    I have just purchased a compilation album but some of the songs haven't downloaded, even though I have paid for them. Why is this and when will i get the songs that I have paid for?

    Hi there cortleavis90,
    You may be able to download the purchases from the Past Purchases section of the iTunes Store. Take a look at the article below for more information.
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/ht2519
    -Griff W.

  • Com.waveset.util.configurationerror :..

    hi..
    i get an error while instaling the IDM 7.1
    with oracle repo ...
    com.waveset.util.configurationerror :.. network adapter could not establish connection : sql exception
    any suggestions as how to proceed and wats the error??

    Your oracle configuration is incorrect. The service isn't running or you some wrong information specified somewhere.
    See http://forum.java.sun.com/thread.jspa?threadID=512566

  • I just bought Nikon D750. When will we get Lightroom RAW support for that particular type of camera?

    Does anyone yet know when RAW files can be dowloaded to Lightroom from Nikon D750?

    Dear all,
    Thank you for your fast reply. I´m just downloading that newest version 5.7.1 and test it with the RAW files.
    With Regards
    Eero
    dj_paige <[email protected]> kirjoitti 28.12.2014 kello 18.15:
    I just bought Nikon D750. When will we get Lightroom RAW support for that particular type of camera?
    created by dj_paige <https://forums.adobe.com/people/dj_paige> in Photoshop Lightroom - View the full discussion <https://forums.adobe.com/message/7048333#7048333>
    Lightroom supports this camera's RAW photos. Use Lightroom 5.7.1
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7048333#7048333 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7048333#7048333
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Photoshop Lightroom by email <mailto:[email protected]> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=33 16>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.

  • Nokia 820 when will it get CORTANA

    When will we get the Cortana promised in the last download?

    Exact dates of software updates have NEVER, repeat NEVER EVER been announced by Nokia nor by MS. The best you can hope for is a quarter wihtin which it will be made available. In this case it is Q1 2015. If it comes earlier consider it a Christmas bonus.

  • When will V get a Ruggedized android Phone?

    I really want a Ruggedized Android system phone that I can safely use while on the water. I see all the other carriers getting them. When will Verizon get one? Soon I hope I love Verizon been with them since they took over my old Alltel Company and I must get a Android system. I hope they hurry up I'm getting impatient waiting. Has anyone heard any rumors.

    Unfortunately we do not have any information available. You can sign up for Email Updates to receive the latest exclusive online offers, promotions and the latest information on products and services right to your inbox. Click the link below to sign up now!
    <https://email.vzwshop.com/servlet/formlink/f?NFOQU&SOURCEID=WEB_DGF_VZW_SUPPORTNAV>

  • When will iPad get a Bluetooth game controller?

    When will iPad get a Bluetooth game controller?

    These are user-to-user forums so you know as much as we do - you can try leaving feedback for Apple : http://www.apple.com/feedback/ipad.html

  • When will I get Belle refresh on nokia n8

    When will I get the refresh update for nokia N8, uk, tmobile product code 059D4S1?
    Thanks

    Hi sphinxx,
    As soon as the update becomes available for your device it will show up in Nokia Suite. For more information about the update for your product code and IMEI, please contact your local Care line or visit a Nokia Care Point near you. 
    Iris9290
    If my post has helped you in any way, please accept it as a solution or click on the white star, so that other users will be able to benefit from it too.

  • When will the iPhone 5 come out?

    When will the iPhone 5 come out has apple set an exact date?

    What iPhone 5
    Apple has not made any announcement regarding a 4S replacement
    Discussion / speculation is banned on this Apple hosted Forum

  • When will I get the Certificaton after the sucessfully completing the exam

    Hi All,
    I have done with my cerifiction SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0(C_TAW12_70)
    on 25th feb 2011 and sucessfully completed with 88% of marks .But they are not provided any certficaton till now.do you have any idea when will I get the certificaton?
    Thanks in advance.
    Regards
    CB

    >
    channappa  sajjanar wrote:
    > Hi All,
    >  I have done with my cerifiction SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0(C_TAW12_70)
    > on 25th feb 2011 and sucessfully completed with 88% of marks .But they are not provided any certficaton till now.do you have any idea when will I get the certificaton?
    >
    >
    > Thanks in advance.
    >
    > Regards
    > CB
    Hi CB,
    I cleared my certification in BI on 4th Dec 2010 and received the certificate on 25th Feb, idealy it takes this much time and they will not give any other mail or nething which states that u have cleared the exam.
    Thanks
    Dipika

  • When will I get iOS6 update on existing iPhone 4s device I have?

    Would like to know when will I get iOS6 update on existing iPhone 4s device I have?

    Thanks guys...
    I was expecting to get the date on Apple's website but instead get it know from other sources...that's bit surprising...or may be i have missed some page on the site...

  • When will I get my missing IPAD?

    When will I get my missing IPAD that I ordered? You only packed 3 items in the box with a load of air filled plasitc bags.PLEASE REPLY

    This is an iPad user to user forum; Apple doesn't read. You'll need to contact Apple. Click on Contact Us link at bottom of this page.
     Cheers, Tom

  • When will i get my iphone 5s gold, I ordered it 9/30/13 att

    When will i get my iphone 5s gold, I ordered it 9/30/13 att

    No one here is involved in the shipment of your iPhone.  Before you entered your payment information, you were given a shiping estimate.  Until you receive updated information, go with the original estimate.

Maybe you are looking for

  • Looking for a webmail with multiple accounts support

    Hi, I would like to set up a webmail on my server which I will use to check my various mail accounts on gmail and others. I tried mutt, alpine, claws-mail, but I don't really like "true" mail clients, I prefer to use webmails (so it can render HTML m

  • FAQ: How do I organize my photos by criteria other than date?

    Adobe Revel sorts the photos that you upload  in your photo library by date. However, you can create an unlimited number of albums in your library. So, you could set up different categories (albums) to sort the photos by theme or event, for example.

  • ClassCastException while inserting in oracle.sql.BLOB

    Hi, I have to insert a blob data in to database . I wrote the code . I'm having a ClassCastException problem in the line oracle.sql.BLOB blob = oracle.sql.BLOB.createTemporary(st.getConnection(), false, oracle.sql.BLOB.DURATION_CALL); while trying to

  • How to install the plug-in of callHierarchy?

    Hi all, I have downloaded the plug-in but don't know how to use it. Can someone teach me? Thx a lot Regards, delol

  • Error -2147352567 when using Save Report vi

    Hi, I'm developing an end of line test bench software for a firm. Things were going fine till I came across an unexpected error which I fail to comprehend. My code runs a motor simulation and saves the data in two separate excel files. When I have th