WLCS 3.5- changing datatypes

Hi,
I want to change the datatype for the ID field in the WLCS_ENTITY_ID table
from numeric to varchar.
Please let me know if this is possible and what all changes i have make in
the underlying EJBs.
Thanks,
Kunal

No, a future version of WLCS will be compatible with WLS 6.1. Check
http://www.bea.com for regular updates on availability of the next WLCS
release which will be certified on WLS 6.1.
Mohammed Khan wrote:
Can I install WLCS 3.5 on WLS 6.1?

Similar Messages

  • Can we  change datatype  without deleting records ?

    Hi all ;
    Without deleting records in a table  , can we  change datatype in oracle 10g and 11g ?
    SQL> desc emp
    Name                                      Null?    Type
    NO                                                 NUMBER
    NAME                                            VARCHAR2(10)
    CITY                                               VARCHAR2(15)
    DEP_ID                                          NUMBER
    SQL> select * from emp;
            NO NAME       CITY                DEP_ID
            1   madhir   calcutta                10
    SQL> alter table emp modify(dep_id  varchar2(5));
    alter table emp modify(dep_id varchar2(5))
    ERROR at line 1:
    ORA-01439: column to be modified must be empty to change datatype
    SQL>  select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    See 'Modifying an Existing Column Definition' in the DBA Guide
    http://docs.oracle.com/cd/B28359_01/server.111/b28310/tables006.htm#i1006645
    Use the ALTER TABLE...MODIFY statement to modify an existing column definition. You can modify column datatype, default value, column constraint, column expression (for virtual columns) and column encryption.
    You can increase the length of an existing column, or decrease it, if all existing data satisfies the new length. You can change a column from byte semantics to CHAR semantics or vice versa. You must set the initialization parameter BLANK_TRIMMING=TRUE to decrease the length of a non-empty CHAR column.
    If you are modifying a table to increase the length of a column of datatype CHAR, realize that this can be a time consuming operation and can require substantial additional storage, especially if the table contains many rows. This is because the CHAR value in each row must be blank-padded to satisfy the new column length.
    And the ALTER TABLE statement in the SQL Language doc
    http://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_3001.htm#SQLRF01001
    modify_col_properties
    Use this clause to modify the properties of the column. Any of the optional parts of the column definition (datatype, default value, or constraint) that you omit from this clause remain unchanged.
    datatype You can change the datatype of any column if all rows of the column contain nulls. However, if you change the datatype of a column in a materialized view container table, then Oracle Database invalidates the corresponding materialized view.
    You can omit the datatype only if the statement also designates the column as part of the foreign key of a referential integrity constraint. The database automatically assigns the column the same datatype as the corresponding column of the referenced key of the referential integrity constraint.
    You can always increase the size of a character or raw column or the precision of a numeric column, whether or not all the rows contain nulls. You can reduce the size of a datatype of a column as long as the change does not require data to be modified.The database scans existing data and returns an error if data exists that exceeds the new length limit.

  • Function to change DataType member names

    I was wondering if (TestStand 4.2) contains the ability to call all referrences to a Data Type member used in a sequence to be changed to the new name if that DataType member is renamed in the MyTypes.ini file?
    Solved!
    Go to Solution.

    The short answer is no, and it's a difficult problem if you are talking about including source files of code modules written in various different programming languages, and still a semi-difficult problem if you are not because of the possibility of lookupstrings appearing in unsual places or being used in unusual ways.
    There are however 2 features that exist in TestStand 4.2 that should help with this.
    1) Find/Replace in files - If the previous name is fairly unique this should be easy, if it's not then perhaps with clever usage of regular expressions in the search string it should still be doable.
    2) Analyzer - this should help you find places that need fixing or that you might have missed doing 1) above.
    Hope this helps,
    -Doug

  • Changing datatype, afterwards Message-Mapping cannot produce target element

    Hi,
    we use PI/700.
    I changed a working system by changing a datatype of an existing message (adding a new element). My interface mapping contains two mappings: an XSL-Mapping and afterwards a Message-Mapping.
    My interface mapping looks like this:
    Message-Type A ->
          XSL-Mapping ->
    Message-Type B ->
          Message-Mapping ->
    Message-Type B
    When I test each mapping alone everything works fine (with the new element I added).
    But if I test my interface mapping in IBD with both mappings together, I'll get an error:
    "Cannot produce target element /MT_EDM_OUTBOUND_LASTGANG_TO_SAP/LASTGANG/MASSEINHEIT. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd".
    Is it possible that XI has problems in refreshing the XSDs?
    I tried this:
    (1) I changed my Message-Mapping and now all elements are mapped 1:1 -> no success!
    (2) Later I changed my Message-Mapping and build in "exists" with "if" to check whether the element "MASSEINHEIT" is generated by the XSL-Mapping -> It doesn't exists (??? - WHY? - when I test it, everything works fine)
    (2) Afterwards I changed my interface mapping and take only the XSL-Mapping (without the following Message-Mapping) -> the element "MASSEINHEIT" exists now!
    I'm totally confused!
    Any ideas?
    Regards
    Wolfgang Hummel

    Hi,
    If you have made structural changes to the data type..such as number of fields have decreased/increased..or some new fld altogether, then you have to activate the datatype..goto message mapping and then re-do the mapping...but if you have made "typo" changes like names have been changed, etc..then i think it should be alrite..i have sometimes made changes to my datatype, but after activating it, i had to redo the mapping..that was it!...the rest would fall into place:) No changes had to be made in the interface mapping..
    Regards,
    Sushumna

  • Change datatype for field of report

    I have a report that uses a Stored procedure for a datasource - it originally had to fields that were "number" as the field datatype and took an integer from the Sp.
    I've since changed the datatype for that field from int to smallmoney.  How can i refresh these links for the report without deleting the data source and loosing the report as it is now. The names stayed the same.  Only the data type for two fields changed from int to smallmoney.
    Thank you!!
    Harry

    use set data source location and update the conection
    regards,
    Raghavendra

  • WLC: Need to change pre-shared key with a script

    Hello,
    I need to change pre-shared key on a Guest Wi-Fi with a script.
    Does anybody has an idea how to find the right entry in the WLC 2125 MIB to change it through SNMP?
    Gorazd

    Hi,
    That is a textFramePreferences property
    mySelection.textFramePreferences.verticalThreshold = Number (range 0- 8640)
    ID Object Reference says:
    "...The maximum amount of vertical space between two paragraphs. Note: Valid only when vertical justification is justified; the specified amount is applied in addition to the space before or space after values defined for the paragraph..."

  • WLC 5508 WLAN Changes

    Hello all,
    I have a pair of 5508s running in HA with a number of WLANs active.  Whenever I make a change to a single WLAN, it seemingly causes ALL the WLANs to reset, resulting in a downtime of roughly 10-15 seconds.  I first noticed this when I was managing the WLC on my office wireless network, which is also controlled by the WLC.  Once I made a small change in another WLAN, I briefly lost internet connectivity.  Has anyone else run into this same problem?  Is this intended as designed, or is there a way to get around it?  The WLC is running 7.3.101.0 and all of the WLANs are on FlexConnect, and they do not all share the same interface.
    Thanks,
    Wilson

    I don't think it is by design at all. Without HA, a change in the WLAN only affects that WLAN. Now I'm guessing you also understand that there are issues with HA and you are on the first version of code that supports HA. Now I'm not saying that upgrading will fix it, but it would be a bit more stable but not 100%. I would wait until the v7.4 MR1 comes out which might be this month or maybe a few... I don't know. Or I would look at maybe the latest v7.3 code to upgrade to.
    Sent from Cisco Technical Support iPhone App

  • 5508 WLC HA pair - change management interface settings

    Hi,
    We have a pair of 5508 WLC's in a HA configuration that is working well at the moment, however I have noticed that the management interface is configured as untagged. I would like to change this to tagged and change the attached switch to trunk for these devices but if I try and edit the management interface through the GUI the VLAN and IP address section is greyed out and cannot be changed. While I could attempt it through the CLI and am comfortable doing that, the fact that it cannot be changed through the GUI implies that this should not be changed and so I am after further information. I don't have any lab equipment other than the HA pair in production so I cannot try changing it through the CLI at the moment. 
    The WLC's are in LAG mode if that makes any difference. I realise there may be downtime required for making this change but I am trying to work out the steps to get this done without having to drastically reconfigure things. 
    Any assistance would be appreciated. 

    Introduction of New Interfaces for HA Interaction
    Redundancy Management Interface
    The IP address on this interface should be configured in the same subnet as the management interface. This interface will check the health of the Active WLC via network infrastructure once the Active WLC does not respond to Keepalive messages on the Redundant Port. This provides an additional health check of the network and Active WLC, and confirms if switchover should or should not be executed. Also, the Standby WLC uses this interface in order to source ICMP ping packets to check gateway reachability. This interface is also used in order to send notifications from the Active WLC to the Standby WLC in the event of Box failure or Manual Reset. The Standby WLC will use this interface in order to communicate to Syslog, the NTP server, and the TFTP server for any configuration upload.
    Redundancy Port
    This interface has a very important role in the new HA architecture. Bulk configuration during boot up and incremental configuration are synced from the Active WLC to the Standby WLC using the Redundant Port. WLCs in a HA setup will use this port to perform HA role negotiation. The Redundancy Port is also used in order to check peer reachability sending UDP keep-alive messages every 100 msec (default timer) from the Standby WLC to the Active WLC. Also, in the event of a box failure, the Active WLC will send notification to the Standby WLC via the Redundant Port. If the NTP server is not configured, a manual time sync is performed from the Active WLC to the Standby WLC on the Redundant Port. This port in case of standalone controller and redundancy VLAN in case of WISM-2 will be assigned an auto generated IP Address where last 2 octets are picked from the last 2 octets of Redundancy Management Interface (the first 2 octets are always 169.254).

  • Change datatype

    I changed the data type of column of a table, but the data model of the report keeps the previous data type of the column.
    How can change it to the new data type ?

    Force the query in the data model to requery to set the datatype on the column to the new one. Usually adding a return in the query should do the trick.
    --Lauren                                                                                                                                                                                                                                                                                                                                   

  • Add/change datatype column (scripting)

    Hello,
    I am writing a script to add default columns and their values to tables. So far for me it's possible to add columns to an existing table in the model.
    Next I want to add the value for datatype. I found out there's a method called getDataType(). Until now, I didn't find the 'setter; for this property.
    Like other scripts, I started with create a table with columns and then using the API to read the values.
    A simplified version of my code:
    // get columns array
    var myTab = model.getTableSet().getByName("T_POSITIONS");
    colArray = myTab.getElementsCollection().toArray();
    // loop over columns
    for(i = 0; i < colArray.length; i++){
      var dataType = colArray[i].getDataType();
      model.getAppView().log(colArray[i] + " has datatype " + dataType );
      colArray[i].setDataType("VARCHAR2 (1)");
    An error occurs when I want to run this script: Cannot find function setDataType in object ID.
    I cannot find the right method to add/modify the datatype property.
    Any tip would be appreciated.

    Hi Bart,
    here is what is in XML file for column:
    <Column name="FIRST_NAME" id="5E8F1EEC-287E-6496-C568-DFBF6321BD91">
    <sourceConnName>FDB11R21</sourceConnName>
    <sourceObjSchema>EMPLOYEES</sourceObjSchema>
    <sourceObjName>FIRST_NAME</sourceObjName>
    <createdBy></createdBy>
    <createdTime>2015-01-13 12:45:08 UTC</createdTime>
    <commentInRDBMS>First name of the employee. A not null column.</commentInRDBMS>
    <ownerDesignName>HR_870</ownerDesignName>
    <nullsAllowed>true</nullsAllowed>
    <useDomainConstraints>false</useDomainConstraints>
    <use>1</use>
    <logicalDatatype>LOGDT024</logicalDatatype>
    <dataTypeSize>20 BYTE</dataTypeSize>
    <autoIncrementCycle>false</autoIncrementCycle>
    </Column>
    <dataTypeSize>20 BYTE</dataTypeSize>
    So you need to set size to "20 BYTE" or "20 CHAR"
    Philip

  • WLC 5508 cannot change SSID

    Hello,
    I have an issue where I cannot get clients to change SSID.  I have two SSID, one WPA2 secure, one open guest.  The secure is locally switched via Flexconnect and the guest is centrally switched.  Both of them work.  I have been able to test this and both work as intended.  The problem is that once you connect to one of them, either secure or guest, you cannot then change to the other.  The only way to change is to delete the dhcp entry from the scope and then do it. 
    Fast SSID change is enabled.  I also have debug client output from when the client fails when you try to switch which I will include below.  I also pulled some wireshark captures and those show me that the DHCP ack packets are trying to give the client the ip address from the incorrect/previous scope.  So basically it's like FAST SSID change is not working and the client is never being disassociated properly??
    I am totally stumped and even though the client will most likely not be switched between SSID that often I would still like to know the solution.
    Cisco 5508 running 7.2.110.0
    Cisco 3502 LWAPP
    windows server 2008 dhcp server
    DHCP Socket Task: Dec 07 09:37:23.023: a4:d1:d2:14:fc:51 DHCP successfully bridged packet to DS
    *apfMsConnTask_0: Dec 07 09:39:35.149: a4:d1:d2:14:fc:51 Association received from mobile on AP 18:33:9d:5e:c8:70
    *apfMsConnTask_0: Dec 07 09:39:35.149: a4:d1:d2:14:fc:51 0.0.0.0 WEBAUTH_REQD (8) Changing IPv4 ACL 'Guest - Internet Only' (ACL ID 0) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1709)
    *apfMsConnTask_0: Dec 07 09:39:35.149: a4:d1:d2:14:fc:51 0.0.0.0 WEBAUTH_REQD (8) Changing IPv6 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1876)
    *apfMsConnTask_0: Dec 07 09:39:35.150: a4:d1:d2:14:fc:51 Applying site-specific Local Bridging override for station a4:d1:d2:14:fc:51 - vapId 3, site 'VanBuren', interface 'wireless guest'
    *apfMsConnTask_0: Dec 07 09:39:35.150: a4:d1:d2:14:fc:51 Applying Local Bridging Interface Policy for station a4:d1:d2:14:fc:51 - vlan 50, interface id 11, interface 'wireless guest'
    *apfMsConnTask_0: Dec 07 09:39:35.150: a4:d1:d2:14:fc:51 Applying site-specific override for station a4:d1:d2:14:fc:51 - vapId 3, site 'VanBuren', interface 'wireless guest'
    *apfMsConnTask_0: Dec 07 09:39:35.150: a4:d1:d2:14:fc:51 0.0.0.0 WEBAUTH_REQD (8) Changing IPv4 ACL 'none' (ACL ID 255) ===> 'Guest - Internet Only' (ACL ID 0) --- (caller apf_policy.c:1795)
    *apfMsConnTask_0: Dec 07 09:39:35.150: a4:d1:d2:14:fc:51 0.0.0.0 WEBAUTH_REQD (8) Changing IPv6 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1876)
    *apfMsConnTask_0: Dec 07 09:39:35.150: a4:d1:d2:14:fc:51 processSsidIE  statusCode is 0 and status is 0
    *apfMsConnTask_0: Dec 07 09:39:35.150: a4:d1:d2:14:fc:51 processSsidIE  ssid_done_flag is 0 finish_flag is 0
    *apfMsConnTask_0: Dec 07 09:39:35.150: a4:d1:d2:14:fc:51 STA - rates (8): 140 18 152 36 176 72 96 108 0 0 0 0 0 0 0 0
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 suppRates  statusCode is 0 and gotSuppRatesElement is 1
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 apfMs1xStateDec
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 WEBAUTH_REQD (8) Change state to START (0) last state WEBAUTH_REQD (8)
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 pemApfAddMobileStation2: APF_MS_PEM_WAIT_L2_AUTH_COMPLETE = 0.
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 START (0) Initializing policy
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 START (0) Change state to AUTHCHECK (2) last state WEBAUTH_REQD (8)
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 AUTHCHECK (2) Change state to L2AUTHCOMPLETE (4) last state WEBAUTH_REQD (8)
    *pemReceiveTask: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 Removed NPU entry.
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 L2AUTHCOMPLETE (4) DHCP Not required on AP 18:33:9d:5e:c8:70 vapId 3 apVapId 2for this client
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 Not Using WMM Compliance code qosCap 00
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 L2AUTHCOMPLETE (4) Plumbed mobile LWAPP rule on AP 18:33:9d:5e:c8:70 vapId 3 apVapId 2 flex-acl-name:
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 L2AUTHCOMPLETE (4) Change state to DHCP_REQD (7) last state WEBAUTH_REQD (8)
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 DHCP_REQD (7) pemApfAddMobileStation2 3124, Adding TMP rule
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 DHCP_REQD (7) Adding Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 18:33:9d:5e:c8:70, slot 1, interface = 13, QOS = 0
      IPv4 ACL ID = 255, IP
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 15206  Local Bridging Vlan = 50, Local Bridging intf id = 11
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (IPv4 ACL ID 255, IPv6 ACL ID 255)
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 DHCP_REQD (7) pemApfAddMobileStation2 3268, Adding TMP rule
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 DHCP_REQD (7) Replacing Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 18:33:9d:5e:c8:70, slot 1, interface = 13, QOS = 0
      IPv4 ACL ID = 255,
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 15206  Local Bridging Vlan = 50, Local Bridging intf id = 11
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (IPv4 ACL ID 255, IPv6 ACL ID 255)
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 apfPemAddUser2 (apf_policy.c:270) Changing state for mobile a4:d1:d2:14:fc:51 on AP 18:33:9d:5e:c8:70 from Associated to Associated
    *apfMsConnTask_0: Dec 07 09:39:35.151: a4:d1:d2:14:fc:51 Scheduling deletion of Mobile Station:  (callerId: 49) in 1800 seconds
    *apfMsConnTask_0: Dec 07 09:39:35.152: a4:d1:d2:14:fc:51 Sending Assoc Response to station on BSSID 18:33:9d:5e:c8:70 (status 0) ApVapId 2 Slot 1
    *apfMsConnTask_0: Dec 07 09:39:35.152: a4:d1:d2:14:fc:51 apfProcessAssocReq (apf_80211.c:6309) Changing state for mobile a4:d1:d2:14:fc:51 on AP 18:33:9d:5e:c8:70 from Associated to Associated
    *pemReceiveTask: Dec 07 09:39:35.152: a4:d1:d2:14:fc:51 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *pemReceiveTask: Dec 07 09:39:35.152: a4:d1:d2:14:fc:51 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *DHCP Socket Task: Dec 07 09:39:35.178: a4:d1:d2:14:fc:51 DHCP received op BOOTREQUEST (1) (len 308,vlan 0, port 13, encap 0xec03)
    *DHCP Socket Task: Dec 07 09:39:35.178: a4:d1:d2:14:fc:51 DHCP processing DHCP REQUEST (3)
    *DHCP Socket Task: Dec 07 09:39:35.178: a4:d1:d2:14:fc:51 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Dec 07 09:39:35.178: a4:d1:d2:14:fc:51 DHCP   xid: 0xbdc7df36 (3183992630), secs: 0, flags: 0
    *DHCP Socket Task: Dec 07 09:39:35.178: a4:d1:d2:14:fc:51 DHCP   chaddr: a4:d1:d2:14:fc:51
    *DHCP Socket Task: Dec 07 09:39:35.178: a4:d1:d2:14:fc:51 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Dec 07 09:39:35.178: a4:d1:d2:14:fc:51 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Dec 07 09:39:35.178: a4:d1:d2:14:fc:51 DHCP   requested ip: 10.2.4.42
    *DHCP Socket Task: Dec 07 09:39:35.178: a4:d1:d2:14:fc:51 DHCP successfully bridged packet to DS
    *DHCP Socket Task: Dec 07 09:39:36.972: a4:d1:d2:14:fc:51 DHCP received op BOOTREQUEST (1) (len 308,vlan 0, port 13, encap 0xec03)
    *DHCP Socket Task: Dec 07 09:39:36.972: a4:d1:d2:14:fc:51 DHCP processing DHCP REQUEST (3)
    *DHCP Socket Task: Dec 07 09:39:36.972: a4:d1:d2:14:fc:51 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Dec 07 09:39:36.972: a4:d1:d2:14:fc:51 DHCP   xid: 0xbdc7df36 (3183992630), secs: 2, flags: 0
    *DHCP Socket Task: Dec 07 09:39:36.972: a4:d1:d2:14:fc:51 DHCP   chaddr: a4:d1:d2:14:fc:51
    *DHCP Socket Task: Dec 07 09:39:36.972: a4:d1:d2:14:fc:51 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Dec 07 09:39:36.972: a4:d1:d2:14:fc:51 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Dec 07 09:39:36.972: a4:d1:d2:14:fc:51 DHCP   requested ip: 10.2.4.42
    *DHCP Socket Task: Dec 07 09:39:36.972: a4:d1:d2:14:fc:51 DHCP successfully bridged packet to DS
    *DHCP Socket Task: Dec 07 09:39:39.351: a4:d1:d2:14:fc:51 DHCP received op BOOTREQUEST (1) (len 308,vlan 0, port 13, encap 0xec03)
    *DHCP Socket Task: Dec 07 09:39:39.351: a4:d1:d2:14:fc:51 DHCP processing DHCP REQUEST (3)
    *DHCP Socket Task: Dec 07 09:39:39.351: a4:d1:d2:14:fc:51 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Dec 07 09:39:39.351: a4:d1:d2:14:fc:51 DHCP   xid: 0xbdc7df36 (3183992630), secs: 4, flags: 0
    *DHCP Socket Task: Dec 07 09:39:39.351: a4:d1:d2:14:fc:51 DHCP   chaddr: a4:d1:d2:14:fc:51
    *DHCP Socket Task: Dec 07 09:39:39.351: a4:d1:d2:14:fc:51 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Dec 07 09:39:39.352: a4:d1:d2:14:fc:51 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Dec 07 09:39:39.352: a4:d1:d2:14:fc:51 DHCP   requested ip: 10.2.4.42
    *DHCP Socket Task: Dec 07 09:39:39.352: a4:d1:d2:14:fc:51 DHCP successfully bridged packet to DS
    *DHCP Socket Task: Dec 07 09:39:39.352: a4:d1:d2:14:fc:51 Failed to get response for 3 dhcp attempts from client.Total DHCP failed count for the interface wireless guest : 10

    External windows 2008 dhcp server.  The ip-helper on the L3 interface is working because it will pull dhcp just fine as long as it is the first SSID you connect with.  Once you have the an address from dhcp and try to change it keeps wanting to give me that same address even though my L3 interfaces for the two SSIDs are on two separate vlans each with a separate scope (vlan 31 and vlan 50).  Although each vlan uses the same dhcp server but that does not matter since I have two different scopes setup.  One for each subnet.

  • WLC 5508 - WLAN, changing the SSID ?

    It doesnt seem I am able to change the SSID of an active or disabled wlan via the web interface ?
    Any ideas ?
    Cheers
    dave

    no you cannot change it, you need to delete the whole SSID and set it up again.

  • How do i change datatype to text from number from an excel input file

    I have a simple 2 column excel spreadsheet with 29k rows.
    The 1st column does contain numbers, but are really text and not to be treated as number, so i selected format cells/text and then saved the file as an excel .xls file.
    However whenever i use this data source in crystal, the 1st column/field is always datatype number, and i do not see the text type fields, even if i create a formula totext(datafield)
    .How, or what can i do to the original data source to see both columns as text in crystal ? i have tried saving as .csv.
    i have crystal 12.3.0.601 sp3

    Hi John,
    In Excel if first value i.e. first record value is a number (even though you format as text) it will consider as number.  So, try to make your first record in excel as text field.
    Example :
    123-- takes as number
    '123-- try this --start with a single quote and followed by number.
    or
    A123--This will make this filed as text.
    Thanks,
    Sastry

  • Change datatype in xml output

    Hi all !
    Is it possible to force the display of data type in another format in the xml output :
    <G_TP>
         <YTD_IND>4.1976983*E7*</YTD_IND> ==> 41976983
         <YTD_PREC_IND>3.909673*E7*</YTD_PREC_IND> ==> 39096730
    </G_TP>
    This format causes an error when using the function choose.
    Best regards,
    Ben

    No idea ?

  • Can datatype of a field be changed

    Hi
    I have a live table, but i need to change a field from type number(1) to type number(3). Is there any way to change datatype? Or do i need to delete field and then add the new one?
    Thanks
    Mark

    Here the general way how to change the Oracle table:
    SQL> create table test (col1 number(1));
    Table created.
    SQL> alter table test modify (col1 number(3));
    Table altered.
    SQL> desc test;
    Name Null? Type
    COL1 NUMBER(3)
    But for a live system it would be better to
    - first export the table
    - truncate it
    - change the precision using the alter command
    - import it.
    See also Metalink note:111035.1

Maybe you are looking for

  • Execute procedure on oracle apex online

    Hi All CREATE OR REPLACE PROCEDURE TEST_PROC AS V_FNAME EMPLOYEES.FIRST_NAME%TYPE; BEGIN SELECT FIRST_NAME INTO V_FNAME FROM EMPLOYEES WHERE FIRST_NAME = 'JOHN'; DBMS_OUT.PUT_LINE(V_FNAME); END; I have made this procedure on sql worksheet of http://a

  • Copying iTunes to external hard drive

    Hi All, I am trying to copy my iTunes folder to an external hard drive to transfer to a new laptop. I have followed the instruction online, consolidate in iTunes, close iTunes, drag and drop to external hard drive etc.  However, it get to about 3/4 o

  • Payment terms, Payment method, etc. blank in the Invoice Lists header.

    Hello, I am creating Invoice Lists - LR with F2 - Invoices but surprisingly the payment terms, payment method, VAT registeration no., etc. are not populated into the Invoice Lists header. I think it should have been populated from the 'Payer's' custo

  • Sytem Preferences are not Saved everytime I log off

    Hi apple xperts! I just made the switch after 10years of pure PC. Why is it that every time I logon: 1. the click on my trackpad is disabled? (i always turn it on) 2. when I click the programs on the dock, it shows that it is always my first time usi

  • Tape Device is access in SQL 2005

    Hello everybody,   I have problem that, i can access the tape drive using NTBACKUP for database backup. But when i trying to open the Media Contents (in SQL server 2005--> when i right click on R3DUMP0)  ) then generate the error message cannot open