Cisco media subsystem - im totally confused. Please shed light :)

I have been googling on Cisco Media subsystem. Everywhere I see the below statement.
Cisco Media
Configures Cisco Media Termination (CMT) dialog control groups,                     which can be used to handle simple Dual Tone Multifrequency (DTMF)-based dialog                     interactions with customers
Im confused. What exactly is the role of this subsystem.
- In call control group configuration, I see that there is an option to enable it or not. So Im assuming that it is not mandatory to configure it.
a) So in my script If I have a menu step, obv we use DTMF to make the seletion in menu step. So does CMT dialogue channels come into play in that part? What exactly is the role of this subsystem.
b) When i use another applications like MRTS or TTS, does this media subsystem has any role?
c) What are the scenarios in which this subsystem kick in. What is the role. When all can i disable the Media Termination support in CC group.
Please give me a detailed description. Cisco documents are just beating around the bush. Your help will be highly appreciated.

Hi Nirmal,
Nirmal Issac wrote:I have been googling on Cisco Media subsystem. Everywhere I see the below statement.
Cisco Media
Configures Cisco Media Termination (CMT) dialog control groups,                     which can be used to handle simple Dual Tone Multifrequency (DTMF)-based dialog                     interactions with customers
Have you read the UCCX Admin Guide section on this topic?  It does a pretty decent job of explaining it.
Your assumption here is incorrect.  The radio button simply indicates whether or not you want a new CMG to be created to match up with (I.e., have the same number of channels as there are ports) this CCG.  A "yes" means it will create it, and a "no" means it will not.  Regardless of what you select here, the CMG is actually assigned to the Triggers, and will always default to the Default CMG.  It's always a good practice to select no here, and then define your own CMG with a 10% overhead.  The reason why is explained in the Admin Guide link provided above.
Nirmal Issac wrote:a) So in my script If I have a menu step, obv we use DTMF to make the seletion in menu step. So does CMT dialogue channels come into play in that part? What exactly is the role of this subsystem.
Correct.  It's role is explained in the Admin Guide link above.
Nirmal Issac wrote:b) When i use another applications like MRTS or TTS, does this media subsystem has any role?
Yes.  You would create a new CMG for thos applications, and you do not want to assign them to every trigger.  Only those who need it.  The reason is, an ASR license is consumed for the duration of the call using that CMG.  TTS on the other hand releases the license as soon as the Prompt has finished playing.
Nirmal Issac wrote:c) What are the scenarios in which this subsystem kick in. What is the role. When all can i disable the Media Termination support in CC group.
It kicks in for every call to your JTAPI triggers.  HTTP triggers on the other hand do not need CMG's.  You cannot disable the support of CMG in the CCG.  This goes back to your misunderstanding of the Yes/No radio button in the CCG configuration.  Also, you cannot have a trigger with 0 CMG's configured.  The AppAdmin page will throw an error telling you that you need atleast one.  Therefore, you cannot use UCCX inbound JTAPI triggers without a CMG.  They are a requirement.
Nirmal Issac wrote:Please give me a detailed description. Cisco documents are just beating around the bush. Your help will be highly appreciated.
This is laid out quite nicely in the Admin Guide link provided above.
In summary: CMG's are for media termination support (E.g., DTMF reception [I.e., Get Digit String Step] and transmission [I.e., Send Digits Step]) for your JTAPI triggers.  You should always manually create a corresponding CMG for your CCG's, and with 10% more channels than your CCG has in ports.  E.g., CCG has 100 ports, your CMG should have 110 channels.  Configuring which CMG your Trigger uses is an extra step: click Show More, remove the Default, Add the new, click save.
Anthony Holloway
Please use the star ratings to help drive great content to the top of searches.

Similar Messages

  • I have two aps on my task bar. Ps CC and Ps CC 2014.  i am totally confused. please advise

    I have two aps on my task bar. Ps CC and Ps CC2014. i am totally confused. please advise. thanks

    You can use either version. PS CC 2014 is the newest and because of a variety of changes that were made there could be potential issues such as some filters being available in one version and not the other, e.g. the Oil Paint filter still exists in PS CC but not in PS CC 2014. So depending on what you want to do you may prefer to use one version instead of the other for any given project.
    Confused as to why you have CC and CC 2014 versions of Photoshop, Illustrator, etc? Here's why - News - Digital Arts

  • How can I create a new iCloud account on a preowned phone (with that persons account signed on) without deleting their whole account entirely (on all devices)? Totally confused, please help:-(

    My mum has upgraded to the iPhone 5, she has given me her 4S with a new contract etc. the problem is all her contacts are still on here and calendar dates etc . All from her iCloud account. I have my own account but I don't know how to get my phone on that without deleting her iCloud account entirely and from all devices and her new phone. Please help, I'm probably confusing things more but I really need some help

    Just delete her iCloud account from (now) your iPhone 4s - doing so will delete it from your phone and your phone only.  It will do nothing to any of her devices with her iCloud account set up on them.
    Then login in with your iCloud account login to set up your iCloud account on that iPhone 4S.
    If you want to set up the iPhone 4s with a clean slate, just delete her iCloud account, then go into general settings, under the reset tab and select "erase all content and settings".  Then run through the activation and setup dialogues with your own information.

  • UPGRADE FROM VER: 4.2.2.14(A​PR 2007) ME TOTALLY CONFUSED PLEASE ASSIST

    Hi...Me relatively new to BB using BIS please advise..... which 4.3 ver I should download it starts from +300MB and down with media manager without media manager multi lang..and so on.....
    MDawood

    Hey.  If you have a Media Card and want to use Roxio for media files, download either the Multi-lang or English with Media Manager. If all you want is to synch your BB with Outlook/Outlook Express or other app, then download without Media Manager. Also, be aware that you should check to see if you have a previously installed version of Roxio or other Sonic software installed and remove it BEFORE you install Desktop Manager and Roxio.  It will conflict with Roxio, and any other synch software may also cause issues with the synch features of the Desktop Manager.
    HTH. 

  • Totally Confused - Please help..

    The code below is my page. Now.. every time I submit this form it sees v_yesno as neither yes OR no (i've changed the if statement to see if it sees no as well).. I wanted to see if my v_yesno variable was returning yes or no so I did a redirect... now when redirects it goes to page.jsp?id=yes. (OR "NO" depending). How is it that the yes (or no) is getting passed.. but my if statement isn't seeing it? what I am doing wrong?
    <%
    v_yesno=request.getParameter("f_yesno");
    if (v_yesno == "yes")
    a code
    else
    b code
    response.sendRedirect(response.encodeURL("page.jsp?id="+ v_yesno+""));
    %>
    <html>
    <head>
    function s_checkyesno()
    if(document.page1.f_yesno.value.length < 1)
    document.page1.f_yesno.value = "no";
    else
    document.page1.f_yesno.value = "yes";
    </head>
    <body>
    <form method="post" action="page.jsp" name="page1">
    Name: <input type=text value="" name=f_yesno>
    <br> <input type="submit" name="selected" value="Update"></form>
    </body>
    </html>

    I think I didn't explain my question well enough. Hehe.. Here let me try it differently..
    This would be my code:
    <%
    v_yesno=request.getParameter("f_yesno");
    if (v_yesno == "yes")
    do code A
    else
    do code B
    %>
    <input type=radio value="yes" name=f_yesno> YES
    <input type=radio value="no" name=f_yesno> NO
    </body>
    </html>
    When someone chooses YES, and submits the form is not recognizing the value "yes".. but when I spit out the value of v_yesno it's value is "yes". So I'm unsure why my if statement is not seeing the "yes".

  • I am totally confused!  Please help this newbie :-)

    Hi there,
    I am sorta new to Java. I've learned the basics of the language, but now I am finding myself totally confused with all the new stuff. There is SOOOOO much stuff on the java.sun.com website that I don't know where to begin.
    Ok, here is my question. Well, questions.
    1. Is there a document that describes when exactly one would want to use the J2EE as opposed to the J2SE?
    2. I want to develop a multi-platform small business desktop application. This application needs to support multiple users accessing a database on a server. It also needs to be capable of accessing a web service via the Internet. And there will be a web-based version of the application. So given these requirements, how do I know if I need the J2EE or not? I would like to avoid requiring the J2EE. The idea being to have a desktop application that can be sold for around $100 per seat license. J2EE application servers are relatively expensive, are they not?
    Where do I even begin? Can someone point me to a document or some information?
    Incidentally, I want to do all my development on Linux.
    Thanks for any help!
    Joe

    Suppose somebody said to you "I have just started to learn to cook, and I would like to open a restaurant in Paris. What should I serve, and will I need to know French?" What advice would you give that person? Well, hopefully you would tell that person to get a job washing dishes or waiting tables at a local restaurant and learn the business starting from the ground up.
    Same answer in your case. Start with J2SE and work on learning Java. Also learn about Internet technologies. Then probably after several months to a year you will start to understand the business, and the answers to your questions will become clearer.

  • HT1848 Hi! I am new to i-phone and have a 3gs. I need to update software as itunes will not let me purchase without one. When I go to update it says that there are purchases that have not been downloaded into my library! Am totally confused! Help!!

    Hi!
    Am totally new to iphone and have a 3gs. Am trying to upodate software as in the itunes store it says that I need to to purchase. When I try to update a message says that there are purchases that hav not been down loaded to my library? As far as I know I haven't purchased anything from itunes as it would not let me until i upgraded! Totally confused would it be anything to do with purchases made on my computer through e-bay? Please help me someone as am terrified to upgrade until I know what this message means.
    Would really appreciate any help please.
    Many thanks
    p.s How do you know what operating system you are on?

    http://support.apple.com/kb/HT4972

  • Help !! ios 6,iphone,Two ipods & and ipad totally confused !!

    Please can someone help?
    I have an iphone 4 and an ipad, both my boys have an ipod and everything runs under my apple account.
    My first problem is that neither of the children can face time or message. Have set them both up with gmail accounts but neither ipod will accept the associated passwords despite being re set to ensure they are correct.
    They cant receive messages from me, which is what i wanted for them, do i need to give them each an apple id? and if so how do i regulate their app store purchases?
    and when they are given an app store voucher, whos id does it go on?
    My second problem is that since upgrading to ios6 one of the boys is getting all my text messages showing up on his ipod and the other still cant open his messages.
    I have messed around with the settings on both ipods but to no avial and I am now totally confused.
    All I want is for someone to explain how the boys can face time/message, how my messages stop from appearing on their ipods and as for my ipad well i give up!!
    please surely it cant be this difficult?

    You have to set them each up with their own Apple ID, then log out from your Apple ID on their devices and log in with theirs. Make sure that Facetime and Messages are set to receive calls/messages on their Apple IDs, not yours.

  • Trying to create "screencast", and am totally confused...

    Hi.
    So, I used snapZpro and captured a section of my screen, and saved it out as a quicktime with animation codec, 10 frames per second.....
    I then created a project in FCP, and brought in my files... Created a sequence, and put my mov in there.. It immediately set the sequence to DV/DVCPRO - NTSC, the canvas window shows my footage but it looks wrong-- like the fonts are unreadable, blurry, etc.
    So, I went into sequence settings and set it to Animation, and then I have a RED timeline showing that I need to render everything.. and I am totally confused as to why since the footage is the animation codec... The frame rate in the sequence is 29.97, I thought that was perhaps why it's red, but there is no option in the "edit timebase" for 10fps.. Its only options between 23 and 60...
    My goal is to make some basic edits, and then output again with the animation codec.
    Can anyone please let me know how I should proceed? Rendering my footage seems like the wrong thing to do-- especially since it says it will take 2 hours to do it!!!
    Thanks.
    Message was edited by: Patrick Collins

    there is no option in the "edit timebase" for 10fps.. Its only options between 23 and 60...
    Final Cut Pro works with industry standard codecs, pixel dimensions and frame rates. As soon as you try making custom settings, it's no longer standard and you have to render. Snapz Pro was never designed to work in conjunction with a professional video editing system. You should try [iShowU|http://www.shinywhitebox.com/ishowuhd/main.html] instead, which will let you export to any codec on your computer.

  • Cisco Media player and Wireless Home Adudio DMC250 stopped seeing my computer music Folder

    I do not know when but cisco media player and my DMC250 stopped seeing the music folder in my PC. It does not appear anymore as a Music Library
    I have reinstall LELA, Cisco Media Server and Cisco Media Player and reconfigure the DMC250 and nothing seems to work. Cisco Media player and the DMC250 only see the USB drive attached to the DMC250. Please Hellp!! I do not know how to fix this issue
    Thanks!!

    How about the Cisco Media Server software, is it still running? Try disabling your computer firewalls as well for further isolation. 
    Streaming Music with the WHA Devices 

  • I have installed the new up to date itunes which i can open on my PC, however when i connect my ipad or iphone i get an error saying i cannot use the device as the require software isn't installed?? I'm very confused please help......

    I have installed the new up to date itunes which i can open on my PC, however when i connect my ipad or iphone i get an error saying i cannot use the device as the require software isn't installed?? I'm very confused please help......

    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, can you get a normal iTunes install to go through properly now?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • Spry Accordion Menu Tab Link css - totally confused

    Thanks folks from an l-plater but I've totally confused myself trying to work this out and I'm hoping some fresh eyes will see the answer clear as day.  I've created a spry accordion menu with links in the actual panel tabs.  Menu and links all working fine - problem is in css styling, particularly panel tab link open and hover states which should be blue text over green background, same as non-link panel tabs.  You'll see from code that I've tried a few styles but can't get this to work.  I'm thinking I've totally overdone it and some styles are overriding others and solution is a simple deletion of some unnecessary or conflicting styles.
    Thanks so much in advance for your help - I just can't see for looking any more though I'm sure it can't be hard.
    <div id="sidebar1">
    <div id="Accordion1" class="Accordion">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Index.html" onclick="window.location = this.href">Home</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Photo Gallery</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="PhotoGallery.html">Gallery 1</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Unit Newsletters</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="Newsletter.html">February 2010</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Sponsors.html" onclick="window.location = this.href">Sponsors</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Merchandise.html" onclick="window.location = this.href">Merchandise</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Links.html" onclick="window.location = this.href">Links</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Events.html" onclick="window.location = this.href">Events</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Forms</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="">Joining Instructions</a></li>
        <li><a href="">Enrolment</a></li>
        <li><a href="">Next of Kin</a></li>
        <li><a href="">Volunteer Blue Card</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Contact.html" onclick="window.location = this.href">Contact</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="LogIn.html" onclick="window.location = this.href">Log In</a></div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="WhatsOn.html">Whats On</a></li>
        <li><a href="PSG.html">Parent Support Group</a></li>
        </ul>
        </div>
        </div>
      </div>
    </div>
    .AccordionPanel {
    margin: 0px;
    padding: 0px;
    .AccordionPanelTab {
    background-color: #036;
    border-bottom: 1px #93b747 solid;
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-decoration: none;
    .AccordionPanelTabOpen {
    color: #036;
    background-color: #93b747;
    display: block;
    text-decoration: none;
    .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    border-bottom: 1px solid #036;
    display: block;
    .AccordionPanelTab a {
    color: #93b747;
    margin: 0px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.open {
    font-color: #036;
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.active {
    color: #036;
    background-color: #93b747;
    display: block;
    text-decoration: none;
    .AccordionPanelTab a.hover {
    color: #036;
    background-color: #93b747;
    font-weight: bold;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.close {
    color: #93b747;
    background-color: #036;
    text-decoration: none;
    display: block;
    .AccordionPanelContent {
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 12px;
    background: #fff;
    font-size: 12px;
    color: #036;
    font-weight: 500;
    .AccordionPanelContent ul li {
    margin-left: -40px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #fff;
    font-size: 12px;
    color: #036;
    font-weight: 500;
    text-decoration: none;
    list-style-type:none;
    list-style:none;
    .AccordionPanelContent ul li a:link {
    color: #036;
    text-decoration: none;
    list-style-type:none;
    list-style:none;
    .AccordionPanelContent ul li a:hover {
    color: #036;
    font-weight: bold;
    text-decoration: none;
    .AccordionPanelContent ul li a:visited {
    color: #036;
    text-decoration: none;
    .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background: #93b747;
    border-bottom: 1px solid #036;
    .AccordionPanelOpen .AccordionPanelTab.a {
    color: #036;
    background: #93b747;
    border-bottom: 1px solid #036;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #036;
    font-weight: bold;
    .AccordionPanelOpen.a .AccordionPanelTabHover.a {
    color: #036;
    font-weight: 600;
    .AccordionFocused .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    a.AccordionFocused .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    a.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    font-weight: 600;

    Yes Beth, you're right and I've corrected my css - I think - problem with AccordionPanelTab link open and hover states still happening so css still wrong.  I've uploaded site so you can see what's happening (www.11acu.org).  All tab states should be as per Photo Gallery, Newsletters and Forms.  Hover state in tab links seem okay until mouse moves away from "a href" block - rest of tab area not working so its like the two styles, ie "AccordionPanelTab" and "AccordionPanelTab a:hover" are both working at the same time but I only want the latter to work.  Now I've probably got you confused as well! lol Apologies!  Recreated css for tab links below.  Html same as in original post.  Any help much appreciated.
    .AccordionPanelTab {
    color: #93b747;
    background-color: #036;
    border-bottom: solid 1px #93b747;
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    .AccordionPanelTab a {
    color: #93b747;
    background-color: #036;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:link {
    color: #93b747;
    background-color: #036;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:hover {
    color: #036;
    background-color: #93b747;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:active {
    color: #036;
    background-color: #93b747;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background-color: #93b747;
    border-bottom: solid 1px #036;
    text-decoration: none;
    .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    border-bottom: solid 1px #036;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    font-weight: bold;
    .AccordionFocused .AccordionPanelTab {
    color: #93b747;
    background-color: #036;
    text-decoration: none;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background-color: #93b747;
    border-bottom: solid 1px #036;
    text-decoration: none;

  • I downloaded a song on iTunes, it won't play (it's name is grey), it shows up in purchased and says "play", but it won't play, I can't delete it, and I can't re-download it.....this is confusing please help!!

    I downloaded a song on iTunes, it won't play (it's name is grey), it shows up in purchased and says "play", but it won't play, I can't delete it, and I can't re-download it.....this is confusing please help!!

    Hello CTGame,
    Welcome to Apple Support Communities.
    It sounds like there’s a grayed out song in your iTunes library that can’t be played or downloaded again like other past purchases. Try taking a look at the article linked below and verify the computer is authorized to play that content.
    How to troubleshoot iTunes Match - Apple Support
    Songs appear to be missing
    Songs containing DRM (Digital Rights Management) might not appear in iCloud, or might appear grayed out. This can occur if your computer is not authorized to play that content. Try authorizing your computer, then manually update iTunes Match. To determine what Apple ID your computer needs to be authorized for to play a specific song:
    Locate and select the song in your iTunes library.
    Choose File > Get Info.
    In the Summary tab, locate the Account Name field in the right column. Write it down.
    Click OK.
    Choose Store > Authorize this Computer.
    Type in the account name from the Summary field and enter its password. Click Authorize.
    Choose Store > Update iTunes Match.
    So long,
    -Jason

  • Bind by position? I got totally confused

    is it default that the parameters in the .net codes are binded to that in the pl/sql codes by position? i get totally confused.
    very simple codes in the pl/sql are like this:
    ===========================
    FUNCTION create_saint(saint_name IN VARCHAR2,saint_ct IN VARCHAR2)
    RETURN VARCHAR2
    ===========================
    and "oracom" is a OracleCommand calling the function, when i add the parameters like this:
    ===================================
    oracom.Parameters.Add("saint_name",OracleDbType.Varchar2,"aaa");
    oracom.Parameters.Add("saint_ct",OracleDbType.Varchar2,"bbb");
    ===================================
    i woule like the parameter "saint_name" is "aaa" and "saint_ct" is "bbb" if they are binded by position. but error occurs and when i traced the execution of the pl/sql code, i found that the parameter "saint_name" was "bbb" and "saint_ct" was null.
    shouldn't they be binded by position? and when i used the
    "oracom.BindByName = true;"
    the two parameters were just binded correctly.
    so i just wonder when and how the parameters are binded by position.

    Hello,
    Yes, parameters are bound by position by default when using ODP.NET - this is controlled by the BindByName property which defaults to false. If you want to use bind by name, just set this property to true as you've shown.
    Since you are using a FUNCTION I would guess that you did not bind the function return value first, which is required. ODP.NET will generate code similar to this:
    begin
      :1 := function_name(:2, :3, :4);
    end;Hope that helps,
    Mark

  • Recently changed my password for mail, can still read my mail, but the drop down keeps appearing, asking for my password and saying it's incorrect. Totally confused. 

    I Recently changed the password for mail, on iMac. I can still read my mail, but the drop down keeps appearing, asking for my password, then telling me it's incorrect. Totally confused. 

    If your password is accepted, and Mail connects to the account, but you're prompted for the password repeatedly, take each of the following steps that you haven't already tried. Note: these steps don't apply if the server rejects the password. That's a different problem.
    Step 1
    When prompted for the password, check the box marked Remember this password in my keychain.
    Step 2
    Check that the keychain is working.
    Step 3
    Check that the default keychain is unlocked.

Maybe you are looking for