Is an SNTC API in the roadmap?

A question from a partner, "Will SNTC support the API stack in the next version like PSS?"

Currently SNTC does not have API interface in the way that other offers, such as PSS, provide. Partners and customers with questions about roadmap and other business-oriented topics that are not related to current functionality should be re-directed to their account teams so that Cisco can gather a full understanding of their inquiry.
 

Similar Messages

  • What is the roadmap to a new comer in java technology?

    Can some one define and explain the roadmap for a new comer who has just formal experience of using computer and keeps only basic knowledge about computers and computer programming? A new comer's mind is boggled with so many unkown terms. Can someone sort them out to make understand simply? What a new comer should know before dipping into the java technology and what must be learnt sequentially?

    Take a look at these. Pick the one or ones you like.
    Sun's basic Java tutorial
    Sun's New To Java Center. Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    http://javaalmanac.com. A couple dozen code examples that supplement The Java Developers Almanac.
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's Thinking in Java (Available online.)
    Joshua Bloch's Effective Java
    Bert Bates and Kathy Sierra's Head First Java.
    James Gosling's The Java Programming Language. Gosling is
    the creator of Java. It doesn't get much more authoratative than this.

  • Does MulticastSocket API start the multicast if it is disabled in Linux

    Basically I am running a application which uses multicast in Linux environment.I am using MulticastSocket API to invoke my multicast.
    Now SLES10 SP2 if I disable multicast using ifconfig eth0 -multicast also when call "MulticastSocket " API it is appearing to be starting the multicast.
    Can any one confirm will MulticastSocket API start the multicast if it is not enabled.

    Note: This thread was originally posted in the [Java Secure Socket Extension  (JSSE)|http://forums.sun.com/forum.jspa?forumID=2] forum, but moved to this forum for closer topic alignment.

  • What is the roadmap for BI-IP product w.r.t BPC

    is it true that BPC will replace or serve the same function as BI-IP?
    IF SO,
    what is the rationale for such quick product replacement and what is the future direction for this planning product IP?
    not long ago there is BW3.5 . then came BI 7 recently and that comes with IP, and now BPC in such a short span of time?
    please share your views.

    Hi,
    First of all I would like to recommend you the relvant forum for all topics related to CPM:
    You might get your answers refering to BPC and/or CPM more quickly and more precise at this forum:
    Expert Forums » Business Process Expert » Corporate Performance Management
    I welcome you to have a look there.
    I did a quick research there and I found some information which might be interesting for you. You can find more about this at the following blog:
    /people/muthu.ranganathan/blog/2007/05/22/sap-gets-serious-about-epm
    Recommendations to existing customers
    2007-07-10 20:35:28 Muthu Ranganathan Business Card Reply
    As indicated earlier to another response in the blog, SAP would continue to support BPS,as per the existing maintenance arrangements. As of SAP NetWeaver 7.0, BI Integrated Planning (BI-IP) replaced BPS, so BPS is no longer being developed any further.Development plans for BI Integrated Planning will be unchanged by the OutlookSoft acquisition as BI-IP will continue to be SAP’s long-term planning infrastructure.SAP Strategy Management is SAP’s strategic nextgeneration
    product in that category(scorcarding/strategy). However SAP would continue to support BSC as per the existing maintenance arrangements.
    Some additional elements to each of the question:
    1. Do we stop all new development in these products and start utilizing the new CPM product offerings right away?
    If you already have implemented element of SEM, the maintenance allows you based on a SEM 6.0 (mySAP ERP 2005) to work on maintained product until 2013. Applications of the CPM suite are of course the recommended path for new customer, however, as each customer situation is different, I would recommend to use your local SAP contact to discuss these issues.
    2. Do we continue new development in the old products and convert in the future (when the new CPM suite has stabilized and SAP has stopped further acquisitions)?
    Each products of the CPM suite are now available in a stabilized and mature version, however the integration and Netweaver as a unified platform is not available. So it is more about integration than about stabilization. For more insight on the SAP roadmap again get in touch with your SAP contact.
    3. Do we stop all new development in these products and use alternative SAP products like BI integreted planning, Visual composer etc. which are more mature than the new CPM products and are not scheduled for obsolesence like SEM and BPS? Then in the future we migrate to the new CPM suite when it is stabilized?
    BI integrated Planning and Visual Composer are part of the technical infrastructure in Netweaver, whereas CPM elements are Application designed for performance management and with business user centric concepts. Again these products are fully matured and stabilized and the roadmap of the CPM group is to unify the technology platform and get the convergence of all Planning and Consolidation tools.
    Thanks
    ++++++++++++
    So I hope I could help you at least a bit,
    Best regards,
    Felix

  • Is sound API uses the System resouces ?

    Hi All,
    I want to use sound API of JAVA. i.e javax.sound.sampled.*
    I want to confirm that ,Is sound API uses the System resouces ?

    [email protected] wrote:
    So i want to use this class for mobile i.e with J2ME.That class is not available in J2ME.
    So i want to know that, does it access the mobile audio system resource ?Doesn't matter, since you can't use it on a J2ME system.
    The closest equivalent is javax.microedition.media from JSR-135.

  • Admin api from the fms server

    Hi,
    i've never had to do this before so i guess i didn't realize that it's this hard, but is true that you can't call the admin api from the server-side?
    even from the Client object??
    also, i have objects in my cache from two different applications on my server and yet my info.data object in the result is coming back
    without any values.
    can someone explain how this is supposed to work...below is my code
    nc_admin.connect("rtmp://localhost/admin:1111/", "admin", "admin");
    onStatus(info){
         function onGetCacheStats(){
              this.onResult = function(info){
                   if(info.code == "NetConnection.Call.Success"){
                        for(var prop in info.data.objects){
                             trace("data object props: "+ info.data.objects[prop] + " prop: " + prop );
                             for(var dat in info.data.objects[prop] ){
                                  trace("data pbj value: "+ info.data.objects[prop][dat] + " dat: "+ dat);
         }//onGetCacheStats
         if(info.code == "NetConnection.Connect.Success"){
              this.call("getFileCacheStats", new onGetCacheStats, true);
    thanks much!

    You can try this code (wrote is fast so please check for errors if any)
    admin_nc = new NetConnection();
    admin_nc.onStatus = function(info) {
    if (info.code == "NetConnection.Connect.Success")
    admin_nc.call("getServerStats", new Result());
    function Result() {
    this.onResult = function(info) {
    if (info.code == "NetConnection.Call.Success" ){
    //your code
    admin_nc.connect("rtmp://<serveruri>:1111/admin","admin","admin");

  • [svn:bz-trunk] 10240: Add validateClient API to the MessageBroker for use in subclases

    Revision: 10240
    Author:   [email protected]
    Date:     2009-09-14 11:36:09 -0700 (Mon, 14 Sep 2009)
    Log Message:
    Add validateClient API to the MessageBroker for use in subclases
    to filter clients.  Add a noop implementation.
    If validateClient throws an exception, return 403 Forbidden to
    client for the request.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/trunk/modules/core/src/flex/messaging/MessageBrokerServlet.java

  • Increase the size of the roadmap

    Hi all,
    I am using the raoadmap properly.Now i want to increase the size of the roadmap
    and also increase the gap between boxes.
    Points will be sured.
    Thanks
    Sanket sethi

    Hi Sanket,
                     U can check these
    Roadmap width
    If u talking abt the roadmaps available in sap iview,those r developed with a different version.
    In case u get any solution,please post that on forum,so others can also use that.
    regards
    Sumit

  • Is it possible to make .dll file of .vi project then load it to CVI and use the APIs in the dll to CVI project

    Is it possible to make .dll file of .vi project then load it to CVI and use the APIs in the dll to CVI project?

    Hi Kumar,
    It is possible to make .dll from Labview and i think we can call the same from other programming application also.
    Pls refer the
    below link
    http://zone.ni.com/devzone/cda/tut/p/id/4038
    GAnesan KAni

  • Can't us Oracle API on the simple JSP pages added to the portlet........

    Hi,
    I added a jsp page in the portlet which is not a standard page like the default show mode pages. I have added some code which actually access a resource inside the porltet.
    " img src="<%= UrlUtils.constructResourceURL (pReq, HttpPortletRendererUtil .absoluteLink(request, "icon.png")) %> "
    For that you have to add the following two imports in the code
    mport="oracle.portal.provider.v2.render.http.HttpPortletRendererUtil"
    import="oracle.portal.provider.v2.url.UrlUtils"
    This library is available with the JDeveloper and I dont get any error while compiling and even deploying the portlet war file on the applcation server. Strangely the same piece of code shows the image perfectly for the default show page of the portlet but it generates 500 Internal server error for the other simple jsp page I added, which suggests that the server is unable to find the function:
    500 Internal Server Error
    java.lang.NullPointerException
         at oracle.portal.provider.v2.url.UrlUtils.constructResourceURL(Unknown Source)
         at _htdocs._elogbooksubsystems._DAQ._jspService(_DAQ.java:54)
         [SRC:/htdocs/elogbooksubsystems/DAQ.jsp:15]
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Can anybody help? Is this possible to use oracle api in the pages which are though added to the portlet but not the standard show modes pages?
    Thanking you in anticipation
    Regards,
    Omer Alvi
    Message was edited by:
    user574208
    Message was edited by:
    user574208

    Thanks Nrintala. I tried to work with multipage portlet example provided in the jpdk. In fact I created another portlet with two pages and copied the code of the two pages of the multipage portlet. (Off course I took care of the names and stuff). Later I modified the provider.xml by defining "next_page" parameter. When I viewed my portlet, first page appeared fine but when I click on the link which should show the second page, I got an error which says.
    Error:      Error occurred while rendering portlet - see provider log file for details.
    Do you think I have missed something? I am depoying my war file on the stand alone OC4J and some how I have not been able to find the application.log file in my application inside the application_deployments of the J2EE_HOME. I have pasted the provider.xml file and I would be grateful if you can help.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <?providerDefinition version="3.1"?>
    <provider class="oracle.portal.provider.v2.DefaultProviderDefinition">
    <session>false</session>
    <passAllUrlParams>true</passAllUrlParams>
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>1</id>
    <name>mulitpage</name>
    <title>testing multi page</title>
    <description>My Portlet Description</description>
    <timeout>40</timeout>
    <showEditToPublic>false</showEditToPublic>
    <hasAbout>false</hasAbout>
    <showEdit>false</showEdit>
    <hasHelp>false</hasHelp>
    <showEditDefault>false</showEditDefault>
    <showDetails>false</showDetails>
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
    <contentType>text/html</contentType>
    <showPage>/htdocs/mulitpage/first.jsp</showPage>
    <pageParameterName>next_page</pageParameterName>
    </renderer>
    </portlet>
    </provider>
    Best regards,
    Omer
    Message was edited by:
    user574208
    Message was edited by:
    user574208

  • Web API for the official repositories?

    I'm 99% sure the answer is no, but do we have a web API for the official repositories, à la Aurjson?

    https://www.archlinux.org/packages/search/json/
    https://projects.archlinux.org/archweb. … /search.py
    https://www.archlinux.org/packages/<rep … <pkg>/json
    https://projects.archlinux.org/archweb. … display.py
    It is sadly not documented like the aur one though, but you can dig trough the source to see all the functions etc.
    I also wrote a silly little tool that uses this interface
    Edit: old feature request on it: https://bugs.archlinux.org/task/13026
    Last edited by Mr.Elendig (2013-10-29 12:51:53)

  • IPhone API Exposure: Future Roadmap

    What are the plans for exposing further native iPhone APIs to the packager environment?
    Like another poster here, I need access to the address book, although I'm not sure that would be via an 'API' as such, as I suppose it's an application in its own right?  On the other hand, I've seen native iPhone apps that can access the address book, so clearly there is some common layer?
    Currently available APIs listed in the LABS FAQ are as follows:
    MultiTouch
    Screen Orientation
    Saving images to Photo Library
    Accelerometer
    Geo-location
    Cut / Copy / Paste
    Many thanks
    Peter Robertson

    Additionally,
    To post your code unaltered by the formatting you need to bracket your code like this:
    { code }
    your code here;
    { code }
    without the spaces near the brackets to get the desired effect.
    foo = [self bar:foo];
    Having your code correctly represented will help you immensely when asking people for help with debugging.
    Also the correct place to report bugs and or make feature requests is: https://bugreport.apple.com
    That is the only official feedback site that is guaranteed to get the issues in front of the people who actually work on the things you're reporting about. Even if you get a "Duplicate Report" message for every bug you file volume of reports about an issue can help move it to the top of the queue.
    Apple does pay attention and track issues reported here - especially for beta releases - so good, clear, concise bug reports entered here helps everyone. However, if you are new to Cocoa please make sure that the problem actually lies with the thing you're reporting and not with your understanding of the thing you're reporting. Keeping the signal to noise ratio good will again help everyone involved.
    Thanks for your attention,
    =Tod
    PS In lieu of a sticky maybe we can bump this thread to keep it visible?

  • How to Integrate OIM API with the Application in NetBeans

    Hi All,
    I'm Facing problems to Integrate OIM API with the Application. I'm using Netbeans IDE. Can anyone please let me know the steps to do so?? any documents will also help me.
    Thanks

    Hey,
    Helpful links for you:
    1- http://www.youtube.com/watch?v=Yccl0HqfA3o
    2- http://www.youtube.com/watch?v=ZdMTLRF7P_4
    Let me know if it helps you. I hope so.
    Thiago Leoncio Guimaraes

  • Office 365 API, error: The token has invalid value 'roles' for the claim type ''

    Hi guys,
    I am trying to develop a Daemon / Server application using the new Office 365 APIs. I have added a new application to Azure Active Directory. I am using cURL + the app ID and secret to get a JWT token, this is the exact request:
    curl -X POST https://login.windows.net/TENANT_KEY/oauth2/token \
    -F redirect_uri=http://spreadyDaemon \
    -F grant_type=client_credentials \
    -F resource=https://outlook.office365.com/ \
    -F client_id=XXXX \
    -F client_secret=XXXX=
     I get back a JWT however it has no scopes for access set here is the decoded JWT claims:
    "ver": "1.0",
    "aud": "https://outlook.office365.com/",
    "iss": "https://sts.windows.net/TENANT_KEY/",
    "oid": "17fa33ae-a0e9-4292-96ea-24ce8f11df21",
    "idp": "https://sts.windows.net/TENANT_KEY/",
    "appidacr": "1",
    "exp": 1415986833,
    "appid": "XXXX",
    "tid": "e625eb3f-ef77-4c02-8010-c591d78b6c5f",
    "iat": 1415982933,
    "nbf": 1415982933,
    "sub": "17fa33ae-a0e9-4292-96ea-24ce8f11df21"
    Therefore when I do a request to the exchange API endpoint I get the following response:
    HTTP/1.1 401 Unauthorized
    Cache-Control: private
    Server: Microsoft-IIS/8.0
    request-id: d08d01a8-7213-4a13-a598-08362b4dfa70
    Set-Cookie: ClientId=WDALDNO0CAIOOZDZWTA; expires=Sat, 14-Nov-2015 16:40:59 GMT; path=/; HttpOnly
    X-CalculatedBETarget: am3pr01mb0662.eurprd01.prod.exchangelabs.com
    x-ms-diagnostics: 2000001;reason="The token has invalid value 'roles' for the claim type ''.";error_category="invalid_token"
    X-DiagInfo: AM3PR01MB0662
    X-BEServer: AM3PR01MB0662
    X-AspNet-Version: 4.0.30319
    Set-Cookie: exchangecookie=6bf68da033684824af21af3b0cdea6e3; expires=Sat, 14-Nov-2015 16:40:59 GMT; path=/; HttpOnly
    Set-Cookie: [email protected]=[email protected]4Wbno2ajNGQkZKWnI2QjJCZi9GckJKBzc/Oy9LOzdLOy6vOycXLz8XKxoGaio2PjZvPztGPjZCb0ZqHnJeekZiak56djNGckJI=; expires=Sun, 14-Dec-2014 16:40:59 GMT; path=/EWS; secure; HttpOnly
    Set-Cookie: [email protected]=[email protected]4Wbno2ajNGQkZKWnI2QjJCZi9GckJKBzc/Oy9LOzdLOy6vOycXLz8XKxg==; expires=Sun, 14-Dec-2014 16:40:59 GMT; path=/EWS; secure; HttpOnly
    X-Powered-By: ASP.NET
    X-FEServer: DB4PR02CA0026
    WWW-Authenticate: Bearer client_id="00000002-0000-0ff1-ce00-000000000000", trusted_issuers="00000001-0000-0000-c000-000000000000@*", authorization_uri="https://login.windows.net/common/oauth2/authorize", error="invalid_token",Basic Realm="",Basic Realm=""
    Date: Fri, 14 Nov 2014 16:40:59 GMT
    Content-Length: 0
    I have asked a stack overflow question here: http://stackoverflow.com/questions/26950838/office-365-api-error-the-token-has-invalid-value-roles-for-the-claim-type
    Any help on the matter will be hugely appreciated, thanks!

    Hi Manu,
    To wrap this thread up; I have had an answer on stack overflow.
    It appears that currently the grant type client_credentials is not supported, according to a comment on this blog post by Matthias' http://blogs.msdn.com/b/exchangedev/archive/2014/03/25/using-oauth2-to-access-calendar-contact-and-mail-api-in-exchange-online-in-office-365.aspx 
    "There is no way in the code flow to avoid username/password. We're working on a client credential flow for later this fall that will give you the functionality required to run background services. For this you will not need a username/password,
    but the application will directly assert its identity and authenticate as itself."
    Unfortunately I require client_credentials for a daemon process, Q4 is the scheduled release for support for this grant time.
    Thanks for the help,
    Nick

  • What's the roadmap of Flash/Flex Builder?

    What's the roadmap of Flash/Flex Builder?

    Flash Runtime:
    http://www.adobe.com/devnet/flashplatform/whitepapers/roadmap.html
    Adobe handed the Flex SDK for future development to Apache, so you should check there (FAQ has a small mention of a roadmap):
    http://flex.apache.org/dev-faq.html

Maybe you are looking for

  • Open invoices during go live

    Dear All, How to upload the open invoices during golive. Some PO the GR is posted but the invoice is pending ,how to upload the invoices during cutover? Thank you.

  • Expdp all the tables execept 3 and filter for those 3 in one script

    Hi , I want to take export as follows. 1) all tables except table a,b,c 2) Export of table a with filter condition specific to a 3) Export of table a with filter condition specific to b 4)Export of table a with filter condition specific to c I have t

  • Sending order confirmation to external app. for stock transport order

    Hello, What I need to do is to send an order confirmation from a STO to an external application. In more practical terms, the scenario is as follows. We receive orders from an external application and an STO will be created by using SAP Idoc PORDCR04

  • WebDynpro call WS problem (possibly bug). Looking for a way to get around.

    Hi all, I have Web Service which I want to call from Web Dynpro application. Creating WD model I noticed that some of the Web Service messages have name <b>return</b>. So WD model generates nice <b>private java.util.List return;</b> code which would

  • Install CCMS on TREX (7.1) landscape

    Hi, I have installed a TREX 7.1 landscape (on Windows server).  On the master server, CCMS/GMRG have been installed/configured (and CCMS receives the info from the TREX) --> ok In order to get information on the 2 slaves servers (GMRG), i have tried