Outbound Communications manager

I am working on a requirement where i have a send an Email to the Service Request Contact when a new Service Request is created.I am using the Outbound Communications Manager BS and Create and Submit request method to send the Email.
The Email is going to the Service Request contact which are loaded through EIM.But the Email is not sent to the Contacts which are created in the UI.This is the error which i could see
Unable to process source instance 1-AEULR. No recipients are associated with the instance
Sent 0 out of 0 messages. Please check the log for details.
Please let me know if any one has faced this issue..or if any more details are required.

Hi,
I am working on Siebel 8.
When ever a new contact is created from UI the PR_POSTN_ID is not populated and a record doesnt get created in S_POSTN_CON table.
This is the SQL which its generated andthe contact is not retrieved.
SELECT /*+ ALL_ROWS */
T7.CONFLICT_ID,
T7.LAST_UPD,
T7.CREATED,
T7.LAST_UPD_BY,
T7.CREATED_BY,
T7.MODIFICATION_NUM,
T7.ROW_ID,
T21.MEMBER_FLG,
T21.MID_NAME,
T21.OWNER_PER_ID,
T7.NAME,
T21.PERSON_UID,
T21.PREF_COMM_MEDIA_CD,
T21.PR_OU_ADDR_ID,
T1.NAME,
T17.PR_ADDR_ID,
T21.PR_AFFL_ID,
T21.PR_EMAIL_ADDR_ID,
T21.PR_ALT_PH_NUM_ID,
T21.PR_REP_DNRM_FLG,
T21.PR_REP_MANL_FLG,
T21.PR_REP_SYS_FLG,
T21.PR_MKT_SEG_ID,
T19.PR_EMP_ID,
T6.PR_EMP_ID,
T11.LOGIN,
T14.LOGIN,
T21.PR_GRP_OU_ID,
T21.PR_INDUST_ID,
T21.PR_NOTE_ID,
T21.PR_OPTY_ID,
T21.BU_ID,
T21.PR_SYNC_USER_ID,
T21.PR_PER_ADDR_ID,
T21.PR_POSTN_ID,
T21.PR_PROD_LN_ID,
T21.PR_RESP_ID,
T21.PR_SECURITY_ID,
T4.NAME,
T21.MED_SPEC_ID,
T21.PR_STATE_LIC_ID,
T21.PR_TERR_ID,
T21.PROVIDER_FLG,
T21.RACE,
T21.WEB_REGION_ID,
T10.OWN_INST_ID,
T10.INTEGRATION_ID,
T9.SHARE_HOME_PH_FLG,
T21.CUST_SINCE_DT,
T21.SUPPRESS_MAIL_FLG,
T20.ADDR,
T20.CITY,
T20.COUNTRY,
T20.ZIPCODE,
T20.STATE,
T21.WORK_PH_NUM,
T21.PR_DEPT_OU_ID,
T1.PRTNR_FLG,
T21.PR_REGION_ID,
T21.CON_IMAGE_ID,
T5.ATTRIB_07,
T21.EMAIL_ADDR,
T21.ALT_EMAIL_ADDR,
T21.EMP_FLG,
T21.EMP_ID,
T21.FAX_PH_NUM,
T21.FST_NAME,
T21.HOME_PH_NUM,
T21.AGENT_FLG,
T21.JOB_TITLE,
T21.LAST_NAME,
T15.ROW_STATUS,
T8.LOGIN,
T18.PR_SRV_AGREE_ID,
T3.ROW_ID,
T18.INTEGRATION_ID,
T18.NAME,
T18.LOC,
T18.PR_BL_ADDR_ID,
T18.PR_BL_PER_ID,
T18.PR_SHIP_ADDR_ID,
T18.PR_SHIP_PER_ID,
T18.CUST_STAT_CD,
T18.OU_TYPE_CD,
T18.OU_NUM,
T3.ROW_ID,
T16.LOGIN,
T21.ROW_ID,
T21.PAR_ROW_ID,
T21.MODIFICATION_NUM,
T21.CREATED_BY,
T21.LAST_UPD_BY,
T21.CREATED,
T21.LAST_UPD,
T21.CONFLICT_ID,
T21.PAR_ROW_ID,
T9.ROW_ID,
T9.PAR_ROW_ID,
T9.MODIFICATION_NUM,
T9.CREATED_BY,
T9.LAST_UPD_BY,
T9.CREATED,
T9.LAST_UPD,
T9.CONFLICT_ID,
T9.PAR_ROW_ID,
T5.ROW_ID,
T5.PAR_ROW_ID,
T5.MODIFICATION_NUM,
T5.CREATED_BY,
T5.LAST_UPD_BY,
T5.CREATED,
T5.LAST_UPD,
T5.CONFLICT_ID,
T5.PAR_ROW_ID,
T10.ROW_ID,
T10.PAR_ROW_ID,
T10.MODIFICATION_NUM,
T10.CREATED_BY,
T10.LAST_UPD_BY,
T10.CREATED,
T10.LAST_UPD,
T10.CONFLICT_ID,
T10.PAR_ROW_ID,
T15.ROW_ID,
T13.ROW_ID,
T3.ROW_ID,
T12.ROW_ID
FROM
SIEBEL.S_ORG_EXT T1,
SIEBEL.S_POSTN T2,
SIEBEL.S_PARTY T3,
SIEBEL.S_MED_SPEC T4,
SIEBEL.S_CONTACT_X T5,
SIEBEL.S_POSTN T6,
SIEBEL.S_PARTY T7,
SIEBEL.S_USER T8,
SIEBEL.S_EMP_PER T9,
SIEBEL.S_CONTACT_SS T10,
SIEBEL.S_USER T11,
SIEBEL.S_PARTY T12,
SIEBEL.S_PARTY T13,
SIEBEL.S_USER T14,
SIEBEL.S_POSTN_CON T15,
SIEBEL.S_USER T16,
SIEBEL.S_POSTN_CON T17,
SIEBEL.S_ORG_EXT T18,
SIEBEL.S_POSTN T19,
SIEBEL.S_ADDR_PER T20,
SIEBEL.S_CONTACT T21
WHERE
T21.PR_DEPT_OU_ID = T1.PAR_ROW_ID (+) AND
T1.PR_POSTN_ID = T19.PAR_ROW_ID (+) AND
T21.PR_POSTN_ID = T6.PAR_ROW_ID (+) AND
T7.ROW_ID = T17.CON_ID (+) AND T17.POSTN_ID (+) = '0-5220' AND
T19.PR_EMP_ID = T11.PAR_ROW_ID (+) AND
T6.PR_EMP_ID = T14.PAR_ROW_ID (+) AND
T21.PR_PER_ADDR_ID = T20.ROW_ID (+) AND
T21.MED_SPEC_ID = T4.ROW_ID (+) AND
T7.ROW_ID = T21.PAR_ROW_ID AND
T7.ROW_ID = T9.PAR_ROW_ID (+) AND
T7.ROW_ID = T5.PAR_ROW_ID (+) AND
T7.ROW_ID = T10.PAR_ROW_ID (+) AND
T21.PR_POSTN_ID = T15.POSTN_ID AND T21.ROW_ID = T15.CON_ID AND
T15.POSTN_ID = T13.ROW_ID AND
T15.POSTN_ID = T2.PAR_ROW_ID (+) AND
T2.PR_EMP_ID = T8.PAR_ROW_ID (+) AND
T21.PR_DEPT_OU_ID = T3.ROW_ID (+) AND
T21.PR_DEPT_OU_ID = T18.PAR_ROW_ID (+) AND
T21.PR_SYNC_USER_ID = T12.ROW_ID (+) AND
T21.PR_SYNC_USER_ID = T16.PAR_ROW_ID (+) AND
(T21.PRIV_FLG = 'N') AND
(T7.ROW_ID = '1-AF4PK')
ORDER BY
T21.LAST_NAME, T21.FST_NAME
Please let me know if any findings.

Similar Messages

  • Unable to invoke SendMessage method of outbound communications manager

    i have configured a communication profile, and tried to send a mail using Outbound Comm Manger.
    When i use F9 i am able to send the mail. But wheni try to automate the processby workflows i get the following error.
    "Unable to invoke SendMessage method of outbound communications manager"
    I have used"SendMessage" method of outbound communications manager.
    CommProfile - Literal - MyProfile
    MsgTo List - Literal Value
    is there any extra parameters have to give in workflow??
    Kindly help me on this. What are the extra parameters that i need to give in the Internet SMTP/POP3 Server PARAMETER in Comm Profiles.
    Thanks in Advance

    A.Pancholi wrote:
    However, if you shutdown the OS and it just kills the JVM process, it won't happen. Is that correct?
    No, it should still run. It's what shutdown hooks are for, cleaning up, eg: database connections, in the case of unexpected shutdowns. Not foolproof, by any means, though. Pulling the power cord won't run them, for obvious reasons
    So actually, it probably is what the OP is afterThen we could be the problem the method is not getting invoked. Did we do something wrong: We show you what we have done.
    Runtime.getRuntime().addShutdownHook(new Thread() {
    public void run() {
    callingMyMethod();
    Looks fine to me. How are you stopping the JVM?

  • How to migrate from BE6000 to Communications Manager

    Dear forum members,
    first of all, I'am tired. I have been on a long journey from the day we bought our Cisco Unified Communication system until now.
    Technically everything worked just fine, right from the beginning until now. But starting from the first day, I had several huge
    issues with our Cisco reseller (Deutsche Telekom/T-Systems).
    It all started with the fact, that all hardware related contracts and services were SmartNet Services and added directly to our company account.
    All software related services were booked as "Shared Services". So we were the rightfull owner of the licenses but our reseller had to migrate/issue all tickets, licensing requests and so on.
    It took us (me and our reseller) over a year to set these things "right".
    Right now, everything (hardware and software related services, licenses, ...) are bound to our Cisco account. We can open TAC cases, download software/firmware and so on.
    Last week, we migrated successfully from Call Manager 8.6.5 to 10.0. So I was really happy to see, that everything worked fine (I could migrate my licenses, download the software, ...).
    I thought, "Hey, finally eveything works as expected..."
    I was wrong, so wrong...
    What happend? I tell you what happend...
    During the migration, we had to move all our servers (CUCM, CUC & CUPS) from our Cisco C200 M2 Server to our Dell VMware cluster, because the C200 M2 is (as far as I know) not supported anymore for BE6000 10.x and we didn't wand to buy a new C220 M3 server.
    Due to the fact, that the BE6000 is only supported on that hardware, we decided to migrate our BE6000 to a Cisco Unified Communications Manager.
    Our reseller told me, that Cisco Unified Communications Manager is supported on third party hardware (if the hardware meets certain requirements, like processors and so on) and due to the fact that we only use CUCM, CUC & CUPS there would be no difference for us when it comes to features.
    So I said: Great, let's do that. And when you are doing that, can you please order us a license for a collab edge gateway (the thing that enables Jabber to proxy through the firewall without the need of a vpn tunnel).
    And that was the point when our communication stucked...
    Since that mail, I don't get any response from our reseller regarding this two tasks. They told me, that I can do that myself. I tried that and searched all cisco portals and then opended a TAC case.
    The TAC team told me, that our reseller had to file a sales order (is that right?) and send me back to them.
    Right now, I'am trapped between Cisco and my reseller and I'am really tired. Can someone please tell me what I can do/have to do to patch things up?
    Kind regards,
    René

    DRS from your current server which is using the 6K OVAs, into your dell server which should NOT be using the 6K OVAS, but any of the other non-6K options you have.
    I assume you've already verified your server is supported under 3rd party spec guidelines???
    But, that's all it takes to move from a 6K into an enterprise CUCM, or the other way around as well.

  • Payment Rule maintenance per currency in Bank Communication Management

    Hi,
    We have maintained Rules for Payment Grouping in Bank Communication Management based on amount limits. The basic currency we expected is GBP so we have the same set of amount limits for all Company Codes until now.
    We've now introduced a new Company Code which makes payments in USD. We'd like the same amount limits to be used for payments from this Company Code too.
    Eg: We have a rule for amount range from 100K to 150K. If the payment is in GBP the rule gets picked up if the payment amount is between 100K GBP and 150K GBP.
    Now if a USD payment is made of 130K USD, the above rule gets picked up. We would like to see that the GBP equivalent of 130K USD... i.e. 205K USD is considered as the amount and a suitable rule is picked up.
    How do we achieve this in the rule definitions? I see that the Currency field limits the rule to be considered only for payments made in one currency. Is there a way of associating the amount limits to a base currency so that other currency payments will get converted against this currency and be evaluated?
    Would appreciate any help in this regard as we're at a loss currently.
    Thanks in advance.
    Madhu

    HI
    Can you verify your payment run log? are there any payments available or not
    Reg
    Vishnu

  • Ask the Expert: Upgrading Cisco Unified Communications Manager (CUCM) to Version 9.1 (Drive to 9)

    Welcome to the Cisco Support Community Ask the Expert conversation. Learn from experts Vijay Rao and Amit Singh about simplified upgrade process and focused support from Cisco to migrate to version 9.1. 
    This is a continuation of the live Webcast
    Drive to 9 is a comprehensive and holistic program designed to help you upgrade the current Cisco® Unified Communications Manager installed base to version 9.1 or higher. This upgrade will enable customers to have next-generation collaboration experiences.
    During the live event, Cisco subject matter experts Vijay Rao and Amit Singh focussed on the simplified upgrade process and focused support from Cisco to migrate to version 9.1. They also talked about the changes made to the licensing model of User Connect Licensing and Cisco Unified Workspace Licensing.
    Vijay Rao is a Network Consulting Engineer and is currently a unified communications (UC) consultant for Bank of America. He has been providing consulting assistance to the bank for the past 6 years. He helps design complex UC networks for large enterprise customers. He was previously part of Cisco IT in the Asia Pacific, Japan, and China (APJC) region and was instrumental in designing and implementing the Bangalore campus. He has been working with Cisco for 9 years and has 12 years of UC experience. He has a Cisco CCVP® certification. 
    Amit Singh is a customer support engineer at the Cisco Technical Assistance Center in Bangalore, India. He has 7 years of experience in his areas of expertise: wireless, Cisco Unified Communications Manager, multiservices, Cisco Unity®, and Cisco Unified Contact Center Express. He has been involved in various escalation requests from India, Singapore, and Australia and is currently working as a technical lead for the Voice team in Bangalore, India. He is a computer science graduate.
    Remember to use the rating system to let Vijay and Amit know if you have received an adequate response.  
    Vijay and Amit might not be able to answer each question due to the volume expected during this event. Remember that you can continue the conversation on the Collaboration, Voice and Video sub-community   forum shortly after the event. This event lasts through July 19, 2013. Visit this forum often to view responses to your questions and the questions of other community members.
    Webcast related links:
    Webcast Video
    FAQ from the live webcast
    Slides from the live webcast

    Hello Robert,
    Apologies for a delayed response, some days get very hectic.
    In CallManager, we only define the SRST reference, and CUCM version and SRST version are independent of each other.
    The only thing, which is related and will change with CUCM upgrade is Phone F/w version.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/compat/ccmcompmatr1.pdf
    You may just want to check your, phone f/w compatibility with the SRST version running on your ISR G1 Gateways:
    http://www.cisco.com/en/US/products/sw/voicesw/ps2169/products_device_support_tables_list.html
    For Example: SRST version 7.1
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6788/vcallcon/ps2169/data_sheet_c78-520521.html
    You may want to do some lab testing with CUCM 9.1 and an SRST supported f/w on your phones.
    If you decide to run the old Phone/F/w to support the SRST version, you may not be able to take advantage of new features.
    Also, you can try and upgrade your phones(Wih CUCM 9.1) and test them with your SRST version.
    It should work fine, but from a troubleshooting perspective, TAC may request you to come into a Cisco Supported combination.
    Please, let me know if this clarifies your doubt or we can have a quick phone call.
    Regards
    Amit Singh

  • Bank Communication Management - Incoming messages from Banks

    Hi,
    We are using Bank communication management. When we send our ACH and Wire files to the bank, the bank sends two confirmations: 1. First confirmation says that the file is received. 2. Second confirmation sends the total number of items and total amount in the payment file.
    I have done the necessary configuration in BCM in the step shown below:
    Financial Supply Chain Management ® Bank Communication Management ® Payment Status Management ® Map External Status to Internal Status
    How do I update this in the payment monitor (T-CODE - BNK_MONI)?
    SAP says
    You must connect the XI system to the ERP system. The interface Collective Payment Order Notification must be set up. What is this interface 'Collective payment order notification' and where should I set it up?
    Any help in this regard is greatly appreciated.
    Kalyan

    Hi Ankish,
    As mentioned by Kalyan above (check suggestions from SAP in his comment), you should use the interface Collective Payment Order Notification given by SAP in ESR (Enterprise Service Repository) SAP APPL (SAP APPL 6.05). If your PI environment doesnot have it then you need to request yuor basis to download this from SAP.
    After you download the ESR , you can find the standard Service interface called "CollectivePaymentOrderNotification_In" under Namespace http://sap.com/xi/APPL/Global2 .
    Now once you have this interface downloaded,  create a new message mapping using the message Type "CollectivePaymentOrderNotification_async" as Target,  and your message  from BANK or SWIFT (uploaded into PI as external definition) as source. Map the required fields , mainly map the external status code from BANK to ExecutionStatusCode field. Also map the required header fields.
    Once you create the new mapping , create required Integration builder objects and you are all set.
    The CollectivePaymentOrderNotification interface is proxy in ECC which has required methods to update the BCM with the status.
    Also please check below links for more information.
    http://help.sap.com/esoa_erp2005_ehp2/helpdata/en/46/802b59e186429ee10000000a1553f7/content.htm
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/03/22/e-payment-a-customized-solution-other-than-sap-integration-package-swift-part-3-receive-from-bank-push-to-sap-bcm
    Regards,
    Suresh

  • Ordering new 8.6 Unified communications manager

    Hi everybody,
    For the next year I'm going to order a new CUCM 8.6 system as replacement our old CallManager. I trying now to make a order list. We have 300 ip phones 7911,7941,7960,7970. Please help me out here, I've made this list, correct me if i'm wrong.
    1. CUCM-USR-LIC
    2. R-CUCM-USR-LIC
    3. MCS-7816-I5-IPC1
    4. UCM-7816-86
    5. UCM-7816-86-KIT
    6. UCSS-UCM
    I know that it comes with starter license of 50 DLUs. After installation I can find out exactly DLUs number to order. Is it enough for me?
    thanks.

    Guys I've made a list with dynamic configuration tool. Is it correct? Please I need your advice. Is it enough?
    Product
    Description
    Quantity
    CUCM-USR-LIC
    Top Level Sku For User License
    1
    LIC-CUCM-USR-A
    Unified Communications Manager Enhanced Single User-Under 1K
    300
    UCSS-UCM-1-1-A
    UC Manager Enh UCSS Less than 1K users - 1 user - 1 year
    300
    LIC-CUCM-BASIC-A
    Unified Communications Manager Basic Single User-Under 1K
    300
    UCSS-UCM-BAS-1-1-A
    UC Manager Basic UCSS Less than 1K users - 1 user - 1 year
    300
    UCM-7816-86-XU
    CUCM 8.6 7816 Export Unrestricted Media Kit
    2
    CCX-85-CMBUNDLE-K9
    CCX 8.5 Promo Bundle available only with NEW CUCM or BE6000
    1
    CUCM-PAK
    Include PAK Auto-expanding PAK for CUCM
    1
    CUCM-USR
    Include PAK Auto-expanding User for CUCM
    3000
    UCM-7816-86-KIT-XU
    CUCM Auto-Expansion Media Kit
    1
    UCM-7816-NODE
    CUCM 7816 Node
    2
    UCSS-UCM-BASIC-PAK
    Include PAK Auto-expanding UCSS Basic PAK for CUCM
    1
    UCSS-UCM-PAK
    Include PAK Auto-expanding UCSS PAK for CUCM
    1

  • PC Suite Communications Manager Blank Messages

    Hi,
    I am using Windows XP SP3 with PC Suite 7.1.30.8. I am connecting to my Nokia 5310 through Bluetooth.
    When I use the communications manager in PC suite to check on the SMSes on my phone, I see 5 blank messages. No matter how I try to delete these messages thru PC Suite, they always show up again when I sync. However on my phone itself, these blank message do hot show up. Example: I see 10 regular SMS and 5 blank SMS in PC suite, but when I access SMS directly on my phone, I only see the 10 regular SMS but not the 5 blank SMS.
    Any way I can delete these blank SMSes?
    Thanks 

    Hi,
    You can also check the following post, if it could help you
    /discussions/board/message?board.id=pcsuite&thread.id=36027

  • Adapter for Avaya communication manager

    Hi Everyone,
    Can anyone help me with the connector for Avaya communication manager?
    I am confused which jar to use for Avaya communication manager and how to create the configuration file(XML) file for that,i mean fields that are required in XML file?
    I have worked on the configuration of Sun java directory server with OIM.
    Thanks in advance.
    Satbir.

    Did you add Avaya Session Manager as a PSTN gateway in Lync Topology?
    Did you create dial plan and related normalization rule for extension in Avaya telephone system.
    Which guide did you use to integrate Avaya Aura Session Manager with Lync Server?
    You can check the following deployment guide:
    http://www.microsoft.com/en-hk/download/details.aspx?id=41152
    Lisa Zheng
    TechNet Community Support

  • Ideas on adding licenses to a 8.X Communications Manager cluster before upgrade to v10.

    Hi, hope is all well. This is something I started working with my global Cisco reseller but it takes sometime I wanted to make sure I see different options if possible to present. My company has deployments of collaboration products mainly on v8.x (all three main 8.0.2, 8.5.1 and 8.6.2) going to v10 during this year. Some already run on UCS but some are on MCS and will be late in migration. For those late, there are some growth need in end user/phone deployment but since v8 is end of sale, my provider may not be able to sell licenses.
    If this is true, they might offer to buy v10 licenses with software subscription just like new deployment, which is not too bad at all since we will use this added amount on future v10 upgrade, but has anyone ever did that? I am afraid we use v10 PAK (if possible) to generate v8 license file, will render it not upgradable later. Reasoning is, let's say there is 1000 licenses on v8 with UCSS and we buy 15 v10 licenses downgraded to v8. Once we processo v8 to v10 upgrade on PUT, Cisco might see only 1000 original v8 liceses to provide upgrade instead of 1015.
    Does it make sense or am I missing something here? Thank you very much for any suggestions.

    UCSS and CUCM 8.X licenses have both been EoL. Even the existing UCSS+ ESW has been converted to SWSS.
    Ref: CUCM 8.X Device and Licenses EoL notification
    http://www.cisco.com/c/en/us/products/collateral/unified-communications/unified-communications-manager-callmanager/eos-eol-notice-c51-732309.html
    Customers may be able to continue to purchase Cisco Unified Communications Manager Version 8.x Phone Units and Device License Units the Cisco Certified Refurbished Equipment program. Refurbished units may be available in limited supply for sale in certain countries on a first-come, first-served basis until the Last Date of Support has been reached. For information about the Cisco Certified Refurbished Equipment program, go to: http://www.cisco.com/go/eos.
    Product Migration Options
    Customers are encouraged to migrate to the Cisco Unified Communications Manager v 9.2 or later.
    Ref: UCSS EoL
    http://www.cisco.com/c/en/us/products/collateral/unified-communications/unified-communications-software-subscription/eos-eol-notice-c51-732026.html
    -Terry
    Please rate all helpful posts

  • What is Communication Manager?

    if you now about that,plz give some information!
    i need to know what is the job of communication manager, and what functions are needed to build it?

    I'm sorry. with no context, I don't have any help for you.
    We have "communication express", which is a unified client for our Messaging Server and Calendar Server.
    I'm not familiar with "communication manager"

  • Workflow for Bank Communication Management

    Hi ,
    I need to find out any SAP workflows are responsible for the below activities in Bank communication management .
    spro-Financial Supply Chain Management- > Bank Communication Management -> Release Strategy -> Change and Release ->
    Assign Role to Release Steps  , Here i am assigning rule - 96000144 against Rel Obj  BNK_INI .
    In pfac for rule 96000144 , i am assigning responsibilities where i am maintaining Agents ( User IDs ) .
    The rule IDs  specific to amount limits are maintained in SPRO under Financial Supply Chain Management- > Bank Communication Management ->  Payment Grouping
    When in t code bnk_moni , for Bat No , the approver list has to be displayed .
    If anyone has any idea on Workflow related to Bank Communication Management , suggestion will be highly appreciated .
    Regards
    Prabhudutta

    Please check OSS 1041016, it contains documentation on BCM WF setup.
    Rememeber that release WF is needed only if you have more than one release step - first release step is always done via BNK_APP, at the moment it's hardcoded in BCM (if you have all the latest patches).
    WBR -
    Pauls

  • SAP Bank Communications Management

    Hi
    I wonder if anyone can help?  We are currently exploring with our bank using their facility for transmitting Payment Files directly to them through a secure transfer and also retrieving Statements, Forecasts, Acknowledgments and Rejections.  The Payments files, Statements and Forecasts will use standard formats such as MT103/940 etc.
    What we want to achieve is integrating with SAP using some standard functionality that will allow the Cash Management team an easy way of monitoring and controlling the payments.
    Can anyone clarify whether the Bank Communication Management tool can be used for the above scenario or will it only allow you to use it if you have a direct connection to SWIFTnet??
    Thanks in advance
    Adam

    Adam,
    You are right. BCM is the tool. What  BCM can do is:
    1. Batch payment runs into batches as per your requirement. For example you run say F110 10 times a day for EFT. Based on the BCM rules you can combine these 10 Payments runs into one or more batches
    2. After having batched the payments, you can view them in BCM payment monitor.  with the current status. From here you can drill down to the payment run and view the paid items.
    3. After you receive ACK/NACK (Acknowledgement or rejection notices) message from SWIFT you can update this monitor and your Treasury/Cash management people can view this status. You can also set 'alerts' in case of rejection so that the responsible person can get an email and he/she can take immediate action.
    4. Treasury/Cash management can also approve the payment, depending on cash availability stop the payment and can release it the next day once they have money. By this you are not reversing the payment, but it is just kept pending in BCM.
    Kalyan

  • Communication manager error

    Bonjour à tous,
    En appelant la fonction nifopensession, le ni-fbus communication manager plante et se termine.
    Quelqu'un aurait-il une idée?
    nifb.exe
    appver 4.0.1.49154
    modver 0.0.0.0
    offset 00000000
    Par avance, je vous remercie

    Bonjour,
    J'utilise Borland C++ Builder.
    J'utilise le matériel suivant NI-FBUS PCMCIA.
    Cette erreur se produit lorsque j'appelle la fonction nifopensession.
    En fait j'ai remarqué que lorsque j'utilise la nouvelle dll de la version 4.0.1 (nifb.dll) avec l'ancienne lib de la version 3.2.1 (nifb.lib), ça fonctionne! Ce n'est qu'en incluant la nouvelle lib de la version 4.0.1 (nifb.lib) que le commincation manager s'arrrête lors de l'appel de la fonction nifopensession.
    Cordialement,
    Christophe Roch

  • Ask the Expert : Call Recording with Cisco Unified Communication Manager (UCM)

    Welcome to the Cisco Support Community Ask the Expert conversation.  This is an opportunity to learn and ask questions about Cisco Unified CM call recording solution that provides the ability to record customer conversations for compliance purpose. This topic will cover an overview, configuration and troubleshooting of the call recording feature.
    Monday, January 19th, 2015 to Friday, January 30th, 2015
    Harmit Singh is a technical leader with the High Touch Technical Services (HTTS) and Technical Assistance Center (TAC) Unified Communications teams based in Bangalore. He has broad experience in Cisco Unified Communications infrastructure solutions. He has 10 years of experience working with large enterprise and service provider networks. He also holds CCIE certifications (#20012) in Voice and Collaboration as well as Red Hat and VMware certifications.
    Mohammed Noorulla Khan is a customer support engineer in High-Touch Technical Services (HTTS)  Unified Communications teams based in Bangalore. His areas of expertise include Cisco Unified Communications Manager, Gateways, and Jabber. He has over 6 years of industry experience working with large enterprise and service provider networks. He also holds CCIE certifications (#35741) in Voice and VMware certifications.
    ** Remember to use the rating system to let Mohammed and Harmit know if you've received an adequate response.  **
    Because of the volume expected during this event, the experts might not be able to answer every question. Remember that you can continue the conversation in the Collaboration, Voice and Video  community, subcommunity, IP Telephony, shortly after the event. This event lasts through January 30th 2015. Visit this forum often to view responses to your questions and those of other Cisco Support Community members.

    Hi Maheshwar,
    Thank you for your query. Please find my response below:
    1> Do we support recording with HCS environment and which 3rd party vendors are validated with HCS based call control 10.1.1?
    Answer: Whether you use a standalone UCM cluster, UCCE or HCS, call recording would be supported across the board in the same manner.
    Please refer to the following link:
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/hcs-cc/10_0_1/Install_and_Config/CHCS_BK_ICC270D0_00_installing-and-configuring-cisco-hcs/CHCS_BK_ICC270D0_00_installing-and-configuring-cisco-hcs_chapter_011.html#CHCS_RF_T1105284_00
    Option
    Notes
    Recording
    All Recording applications that are supported by Unified CCE are supported on HCS for CC. For details, see Recording section in Agent and Supervisor Capabilities.
    With respect to which 3rd party vendors have been validated, marketplace.cisco.com is a good place to crosscheck this info. You will find a Cisco Compatible Logo against the partners listed there. The logo is used to signify that the PARTNER product has undergone technical interoperability testing with the Cisco product specified. The interoperability testing is conducted by a third party laboratory based on testing criteria set forth by Cisco. PARTNER is solely responsible for the support and warranty of its product. Placement of the PARTNER product or information pertaining thereto, on the Cisco Marketplace website does not constitute an offer to sell the PARTNER product in any way. For further information on the PARTNER products, please visit the PARTNER company website.
    Please refer to the following link and use the search field under Collaboration Technology:
    https://marketplace.cisco.com/catalog/search?utf8=%E2%9C%93&search[q]=&search[technology_category_ids]=23%2C24%2C197%2C1940%2C1941%2C1921%2C1576%2C1897%2C1983%2C2418%2C26%2C198%2C1904&search[order]=tier&per_page=20&_=1421663854257&ts=1421663855441
    2> Which end points are supported for recording via HCS call control?
    Answer: The following link should help clarify this:
    http://solutionpartner.cisco.com/web/sip/wiki/-/wiki/Main/Unified+CM+Silent+Monitoring+Recording+Supported+Device+Matrix
    Please let us know if you have any follow up questions. Hope this is helpful.
    Regards,
    Harmit Singh.

Maybe you are looking for

  • What is the IP address for the HP Color Laserjet CM1312nfi MFP?

    I need to install my HP printer that is hooked up to a wireless network to an iMac.  (as a shared printer)   What is the IP address for the HP Color Laserjet CM1312nfi MFP in order for me to install in the apple?  Thanks.

  • How to register a desktop app that supports Windows 7

    I want to create a desktop app that uses the OneDrive API. This app will be compatible with Windows 7 as well as 8.1. Do I still have to register it with the Windows Store?  If not, how do I receive a client ID? I don't want to create a "modern" appl

  • Corrections for Internet

    I'm curious how other color correct for Internet. I'm using Color with an 23" Apple HD Cinema display. I get great results with my machine; however, playback on, say, a Dell 17" LCD monitor is washed out. Should correct on the monitor of my target au

  • Individual itemRenderer for each item in TileList

    I currently have a tilelist with 6 items in it. I would like each item to be renderered slightly different. I know I can set the itemRenderer attribute of TileList but is it possible to set a different itemRenderer for each individual Object in the T

  • How to call a stored procedure from jsf

    Hello everybody, Currently i am working on jdeveloper 10g rel 2 version and i am using adf and jsf to build my application, In one of my jsp page i need to call a plsql stored procedure. Please provide me the soln Regards Ahamed