Use WLC's service interface IP when add WLC into WCS

Hi All,
Does anybody know if there's any limitations or bugs to use WLC's service interface IP when add WLC into WCS?
Another question is I remember there's a post previously says that there are a bug regarding to ARP if the WLC not using LAG but connect one port to one switch, connect another port to another switch, so that's why it is strongly suggested to use LAG, but I can't find it now, anybody know it? Thanks!

The service port is controlled by the service-port interface and is reserved for out-of-band management of the controller and system recovery and maintenance in the event of a network failure. It is also the only port that is active when the controller is in boot mode. The service port is not capable of carrying 802.1Q tags, so it must be connected to an access port on the neighbor switch.
If the service port is in use, the management interface must be on a different supernet from the service-port interface.
The service-port interface controls communications through and is statically mapped by the system to the service port. It must have an IP address on a different supernet from the management, AP-manager, and any dynamic interfaces, and it cannot be mapped to a backup port. This configuration enables you to manage the controller directly or through a dedicated operating system network, such as 10.1.2.x, which can ensure service access during network downtime.
The service port can obtain an IP address using DHCP, or it can be assigned a static IP address, but a default gateway cannot be assigned to the service-port interface. Static routes can be defined through the controller for remote network access to the service port.

Similar Messages

  • If I switch my installed PS6, Illustrator and InDesign over to the Cloud, will I have to pay monthly even though I already purchased the programs? And will I then be able to use the program on another computer when I sign into my adobe account?

    If I switch my installed PS6, Illustrator and InDesign over to the Cloud (from an installed program with the code, like Adobe used to do it), will I have to pay monthly even though I already purchased the programs? And will I then be able to use the program on another computer when I sign into my adobe account? I know how to switch it over, I just want to make sure I won't also have to pay monthly even though it's already been purchased.

    Your purchase of licensed version of Adobe applications does apply to CC subscriptions.  If you subscribe you will pay for the subscription on whatever periodic basis you choose (monthly versus annually).

  • Create Complex Web Service using ADF BC Service Interface

    Hi,
    We have a requirement to create a number of web services with complex data types. The data types model a logical database entity and therefore contain multiple "rows" of data.
    In the most simple example, we have an entity Person and Person Address where 1 person and have multiple person addresses. We need to create a web service that encapsulates these entities and the relationship. For example the web service payload would contain:
    +<Person>+
    --<firstname/>
    --<lastname/>
    --<dob/>
    --<sx/>
    --<address>
    ----<line1/>
    ----<line2/>
    ----<postcode/>
    ----<country/>
    --</address>
    +</person>+
    We have created ADF BC components for each entity and the relationships. Now we are attempting to use the ADF BC Service Interface functionality to expose web service methods that would create and update the underlying VO/EO/Database tables with one call (i.e. create a record in table Person and one in Person Address).
    Creating a service interface for each entity VO works fine but we require a complex service encapsulating the logical entity of Person.
    Does anyone know if this is possible with ADF BC Service functionality? Or should we be looking for alternative method of generating these web services?
    Any advice greatly appreciated.
    Edited by: Jon on Feb 3, 2012 2:50 PM

    Hi,
    Did you go through following links
    http://blogs.oracle.com/middleware/entry/calling_web_services_using_adf_11g
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/webservices/ws.html

  • Any possiblity to use single Inbound Service Interface with multiple Receiver Agreements

    Hi All,
    Scenario: PROXY to FILE.
    Requirement is to receive to two locations.
    Is it possible to use single Inbound interface with multiple Receiver Agreements. I tried using two operation in the Inbound Service Interface, and Operation Specific in Determination. But couldnt proceed further. Do I need to use seperate Service Interface for two receiver locations?
    Please suggest some solution.

    Hi Naveen,
    There is a possibility but in the case in the same server location with dynamic configuration: Placing file in two different directories using single receiver communication Channel
    With different location you would need to develop a new adapter module as Amit Srivastava explains and develops here Send File to Two Different Locations using Adapter Module
    Regards.

  • Error when add portlet into portal page

    Dear all,
    I use:
    + JDeveloper 10.1.3.4.0
    + Oracle Application Server 10g release 2.
    + JDK 1.4
    I installed ADF_Installer and Portlet_Container for OC4J instance in Oracle Application Server ok.
    1. I use JDeveloper, create my simple project with template is WebCenter Application.
    2. In the Portlet project, I added the Portlet Faces Bridge.
    3. I add the JSF (with name is home.jspx) in Web Tier into the Portlet project (select the JSF JSP). And type is .jspx and Do not automatically Expose UI Components in a Managed Bean.
    4. Inside the home.jspx, I add the OutputText only.
    5. Inside the WEB-INF, i created portlet.xml file with content is:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <portlet-app version="1.0"
    xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
    <portlet>
    <portlet-name>MyTestPortlet</portlet-name>
    <display-name>My Test Portlet</display-name>
    <portlet-class>oracle.portlet.server.bridges.jsf.FacesPortlet</portlet-class>
    <init-param>
    <name>DefaultPage.view</name>
    <value>/home.jspx</value>
    </init-param>
    <init-param>
    <name>BridgeLifecycleListeners</name>
    <value>
    oracle.portlet.server.bridges.jsf.adf.ADFFacesBridgeLifecycleListener
    </value>
    </init-param>
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>VIEW</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <portlet-info>
    <title>My Test Portlet</title>
    <short-title>testportlet</short-title>
    </portlet-info>
    </portlet>
    </portlet-app>
    6. Inside the WEB-INF, i edited web.xml by added some contents (and inside this file, I removed line in web-app tag
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"): --> If I did not remove it, I received some error !
    <context-param>
    <param-name>javax.faces.application.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml,/WEB-INF/portlet.xml</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    7. I create the WAR File Deployment Profiles.
    Ok, I deploy this portlet into OC4J instance in Oracle Application Server (10g release 2). -- > Finished.
    From my browser, I use URL Address such as:
    http://mymachine.com:7780/jobs/portlets?WSDL --> ok.
    After that, I log into Oracle AS Portal, and register this provider with style WSRP --> ok, I can see it from Portlet Reposistory. But when I add it into my portal page, I receive following message
    Error:Could not get markup. The cookie or session is invalid or there is a runtime exception.
    I refresh my portal page but it not effect !
    In Oracle Application Server 10g release 2 have support JSF Portlet ? Or I have some misstakes ? Please guide to me to solve this problem.

    I updated Oracle Application Server Portal from 10.1.2 to 10.1.4 ! Please give me some ideas !

  • Receive some error when add portlet into portal page

    Dear all,
    I use:
    + JDeveloper 10.1.3.4.0
    + Oracle AS Portal 10g release 2.
    + Oracle Application Server 10g release 2.
    + JDK 1.4
    I installed ADF_Installer and Portlet_Container for OC4J instance in Oracle Application Server ok.
    1. I use JDeveloper, create my simple project with template is WebCenter Application.
    2. In the Portlet project, I added the Portlet Faces Bridge.
    3. I add the JSF (with name is home.jspx) in Web Tier into the Portlet project (select the JSF JSP). And type is .jspx and Do not automatically Expose UI Components in a Managed Bean.
    4. Inside the home.jspx, I add the OutputText only.
    5. Inside the WEB-INF, i created portlet.xml file with content is:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <portlet-app version="1.0"
    xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
    <portlet>
    <portlet-name>MyTestPortlet</portlet-name>
    <display-name>My Test Portlet</display-name>
    <portlet-class>oracle.portlet.server.bridges.jsf.FacesPortlet</portlet-class>
    <init-param>
    <name>DefaultPage.view</name>
    <value>/home.jspx</value>
    </init-param>
    <init-param>
    <name>BridgeLifecycleListeners</name>
    <value>
    oracle.portlet.server.bridges.jsf.adf.ADFFacesBridgeLifecycleListener
    </value>
    </init-param>
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>VIEW</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <portlet-info>
    <title>My Test Portlet</title>
    <short-title>testportlet</short-title>
    </portlet-info>
    </portlet>
    </portlet-app>
    6. Inside the WEB-INF, i edited web.xml by added some contents (and inside this file, I removed line in web-app tag
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"): --> If I did not remove it, I received some error !
    <context-param>
    <param-name>javax.faces.application.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml,/WEB-INF/portlet.xml</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    7. I create the WAR File Deployment Profiles.
    Ok, I deploy this portlet into OC4J instance in Oracle Application Server (10g release 2). -- > Finished.
    From my browser, I use URL Address such as:
    http://mymachine.com:7780/jobs/portlets?WSDL --> ok.
    After that, I log into Oracle AS Portal, and register this provider with style WSRP --> ok, I can see it from Portlet Reposistory. But when I add it into my portal page, I receive following message
    Error:Could not get markup. The cookie or session is invalid or there is a runtime exception.
    I refresh my portal page but it not effect !
    In Oracle Application Server 10g release 2 have support JSF Portlet ? Or I have some misstakes ? Please guide to me to solve this problem.

    I updated Oracle Application Server Portal from 10.1.2 to 10.1.4 ! Please give me some ideas !

  • Error Message (ORA-01722: invalid number) when add amount into Number field

    I am using VB.net, trying to insert data into a field called amt with Data Type 'Number'.
    my vb.net code is as follows
    Dim oradb As String = DatabaseConnectionString
    Dim AmountValue As Decimal = 123.45
    'get the connection
    Dim conn As New OracleConnection(oradb)
    'open the database connection
    conn.Open()
    'create oracle command
    Dim cmd As New OracleCommand("INSERT INTO TBL1 (AMT) VALUES (:AMT)", conn)
    cmd.CommandType = CommandType.Text
    cmd.Parameters.Add(":AMT", OracleDbType.Decimal, AmountValue, ParameterDirection.Input)
    'Execute
    cmd.ExecuteNonQuery()
    I got error message "ORA-01722: invalid number". Please help

    Did you also change the below line before inserting Integer 123:
    cmd.Parameters.Add(":AMT", OracleDbType.Decimal, AmountValue, ParameterDirection.Input)
    to
    cmd.Parameters.Add(":AMT", OracleDbType.Integer, AmountValue, ParameterDirection.Input)

  • I creating firefox extension when add this into firefox all works right but when i open a new link show a dialog box with message "Error: document body is null"

    I am creating firefox extension (No error in extension because it work fine in chrome). But it show box with error "Error: document.body is null" why

    Thanks for reply cor-el &jscher2000
    i am not using "window.content.document.body".
    we send some screenshots for understanding problem
    i created this extension for firefox, chorme
    It Works fine in chrome but in firefox show error(Which have no effect on my extension or other browsing).

  • Add Service interface

    Hello folks,
    In PI 7.1 there is a new naming for message interface which is the Service interface.
    When i create a Business service : i can add sender and receiver Service interfaces.
    But if i create a Technical system in SLD and assign Business system to it . I cannot add Sender and Reciever Service interfaces to a Business System ( there is no + or - button to add sender or receiver service interfaces in a Business system).Is this how Business systems work or there is something wrong with the PI system?
    regards

    HI,
    In case of business service you have to manually add the corresponding(inbound/outbound) service interfaces in ID(configuration). Business service has nothing to do with SLD.
    But in case of business system, which you define in SLD, while defining Business system in SLD, you have to add software components(including the one where you have your service interface and other design objects) so when you will go to configuration there your service interface will be automatically listed fron this entry, which you have made in SLD.
    Divyesh Vasani

  • Calling web service from AppModule using service interface.

    Hi All,
    I am using Jdev 11.1.1.1.0 and the integrated weblogic server 11gR1.
    Created the application on HR Schema and deployed in Integrated WebLogic Server (WLS). When I try to test WebService UI as the stand alone WLS. The Webservice UI get display with my tow operation that I have created in service interface.
    When I try to get the result from my operation eg operation is getEmployeeByKey, putting employee Id in parameter and invoking, I am getting error that :
    javax.xml.soap.SOAPException: Bad response: 404 Not Found
    Cause: javax.xml.soap.SOAPException: Bad response: 404 Not Found

    Hi,
    Either your service has gone down or the server is not able to reach the endpoint. Can you put the service address in web browser and check if you can reach it.
    -Vishal

  • About process component , service interface

    Hi all, what do process component and service interface mean? why and when do we need process component and service interface? when we generate the code in NWDS, it will generate a interface class that standing for service interface in ESB, do it? how can we use the third-party process component in ESB?thanks

    -> I deleted RA and when I tried to create new RA, I was not able to see the new SI created. I went to the Business component to add the new SI but there also am not able to add.
    Did you check the filter criteria as 'ALL' to list both outbound and inbound service interfaces in the pop up list?
    Also check in ESR if you have properly activated the new SI and cache content is updated.
    Regards,
    Zameer
    Edited by: Zameer Hamza on Jun 16, 2011 4:09 PM

  • I have Photoshop CS6 Extended Students and Teachers Edition.  When I go into the Filter/Oil paint and try to use Oil paint a notice comes up "This feature requires graphics processor acceleration.  Please check Performance Preferences and verify that "Use

    I have Photoshop CS6 Extended Students and Teachers Edition.  when I go into the Filter/Oil paint and try to use Oil Paint a notice comes up "This feature requires graphics processor acceleration.  Please Check Performance Preferences and verify that "Use Graphics Processor" is enabled.  When I go into Performance Preferences I get a notice "No GPU available with Photoshop Standard.  Is there any way I can add this feature to my Photoshop either by purchasing an addition or downloading something?

    Does you display adapter have a supported  GPU with at least 512MB of Vram? And do you have the latest device drivers install with Open GL support.  Use CS6 menu Help>System Info... use its copy button and paste the information in here.

  • Business Objects Web Service Interface for Scheduling (without Java SDK)

    Task:
    > use BO web service interface to schedule report generation and fetch job with generated PDF object without having to use Java (Webservice) SDK
    Detailed requirements:
    > get session ID : ok, session WSDL, <BO server alias>/dswsbobje/services/Session , method "session"
    > schedule a specific report : in general clear, via <BO server alias>/dswsbobje/services/BIPlatform, method "schedule"
    > set report format to "PDF": is that possible ? With which WSDL and method ?
    > schedule right now and only once: is that possible ? With which WSDL and method ?
    > can I provide a parameter value for that report ?
    > does schedule response contain jobID for later fetching of completed job ?
    > how to fetch scheduled job for check of completion ?
    > how to check status of job concerning completion ?
    > how to fetch created PDF from completed job ?
    With focus on my research (have checked and tested with soapUI), WSDL interface of BO seems not to be sufficient to fullfil the upper requirements, so I have to use BO Java SDK, which is powerful enough. Am I right ? Can you provide insights how to fullfil the requirements with the web service interface ? Would make whole implementation simpler (invocation from Tibco, ESB implementation).

    The error you're hitting is presumably JBO-25030.
    Look to the "merge" command. In the parent you specify just the key of the preexisting parent record, and then in the child you specify your new child record.
    CM.

  • Web Services Interface to AS400 for Automatic Bill Payment

    We need the ability via our UCCX 7.01 SR5 environment to allow customers to call in via IVR and make a payment to our billing system which runs on our AS400.  We would prefer to use a web services interface.  I'm comfortable with basic scripting but have a feeling this will require more advanced scripting then what I'm comfortable doing.  I'd first like to know if interfacing with an AS400 is possible without having to purchase anything else and if so what would be required?  Nuance license, etc?

    Tim,
         This could get very complex very quickly depending on what you are wanting to do.  You will likely need at a minimum some sort of Text-to-Speech(TTS) and Advanced-Speech-Recognition(ASR) server as well as the requsite licenses for your UCCX box.  Once you get this setup and licensed the real fun begins.  You'll need to record the various prompts and work with a vendor to create the necessary scripting.  While I'm sure UCCX can do this through various scripts it's not a easy thing to do.  You'll definately need to look into the licensing aspects of this from a UCCX side and then the time and money from a scripting point of view.  If you reference the scripting guides for your release of UCCX I think you'll find the starter scripts you need there.  Hopefully this helps you in the right direction, please let me know if there are other questions you have that I can help you with.

  • Use the CHECKIN_NEW service in the browser url

    Hi,
    I use UCM 10gR3.
    I am wondering if it is possible to use the CHECKIN_NEW service by just entering a url into the http path. I was checking the postCheckInStandard() function that is being called when the user is clicking the checkin button in the ucm administration webpage. All it does is checking the input values and setting the IdcService to "CHECKIN_NEW" and then submitting the form. So from my understanding I should also be able to use the CHECKIN_NEW service in my browser url which would make a GET request instead of a POST request.
    So what I did was that I entered the following URL in my browser
    http://<serverName>/<instanceName>/idcplg?IdcService=CHECKIN_NEW&dDocType=Picture&dDocTitle=TestCheckin&dDocAuthor=http_checkin&dSecurityGroup=Secure&primaryFile=C:/Work/Chrysanthemum.jpg&IsJava=1Why is this not working? Is this not working because the input type of the primaryFile is 'file' instead of 'text'?
    Greetings
    Bodhy

    You should see some sort of error on either the page or Server Output or Server logs. That would help narrow this down.
    From the Services Guide:
    If you attempt to set the author (dDocAuthor) to someone other than the currently
    logged in user, you must have Admin permission to the security attributes being
    assigned to the document.
    If the content uses entity security, the user must have at least Write permission
    granted by the entities, unless the user has Admin rights to the security group
    being assigned to the document.
    The most likely error is when the content item was not properly defined.
    This service executes the subservice CHECKIN_NEW_SUB. This subservice
    checks in a new content item revision.
    Additional Required Service Parameters
    dDocName: The Content ID for the content item. If Content ID auto generation is enabled, this parameter is not required. If dDocName is defined, it overrides the auto generated Content ID. The Content ID cannot contain spaces or invalid characters ;/ \?:@&=+"#%<>*~|[ ].
    dDocAuthor: The content item author (contributor).
    dDocTitle: The content item title.
    dDocType: The content item Type.
    dSecurityGroup: The security group such as Public or Secure.
    dDocAccount: The account for the content item. Required only if accounts are
    enabled.
    primaryFile: The absolute path to the location of the file as seen from the server. Use the slash as the file separator. A primary file must be specified unless checking in metadata only. If an alternate
    file is specified with the primary file, the content refinery converts the alternate
    file. Otherwise, the primary file is converted.
    Required custom fields: Custom metadata fields that are required must also be
    specified.
    Example
    IdcService=CHECKIN_NEW
    dDocName=test1111
    dDocTitle=test information
    dDocAuthor=john
    dSecurityGroup=public
    primaryFile=c:/test.txt
    doFileCopy=1
    doFileCopy: 1 (true): The file is not deleted from the hard drive after checkin.

Maybe you are looking for

  • Pricing procedure for order with reference from order

    Dear Friends, If I create a sales order with reference to another sales order of different type, the pricing procedure is copied too. But I would to use another pricing procedure for second document I found the oss note 14136 but this is for referenc

  • How to select data in one query ?

    I have a table "My_Table" with the data like below - order_seq      |ONE_CODE      |TWO_CODE     | ONE_VAL     | TWO_VAL 1          |ABC          |DDD          |1100          |1900 2          |PQR          |TTT          |5000          |3000 3        

  • Please help.  Error 16 after update - solutions not working for me

    If anyone could help I would really appreciate it.  Have spent the last three days since Adobe Creative Cloud Desktop update trying to get anything to work.  I have tried the various solutions, but nothing seems to work for me.  I am using OSX 10.8.4

  • CVP 8.0 - Post Call Survey

    Hi All, I'm testing the Post Call Survey in CVP 8.0 In CVP configuration guide they mentioned we have to configure the DNIS for the POST call Survery. We have configured the Post Survey DN for 4901. After the call CVP intiate the call to ICM with ICM

  • InfoCube blocked by Change run

    Hi all, we need to delete data for an InfoCube, it was blocked by a Change run that was taking some time running, so we cancel the process to delete first the data. The problem is that it still says that the InfoCube is blocked by the "canceled" chan