INTEGER max reached...

Oracle 11 g 2

I wanted to know if anyone has experienced to achieve the maximum range of the INTEGER 2147483648 number. We are rapidly approaching that value. It's a PK column that is generated using a sequence.

I know that we can change the data type to NUMBER (p, s) but we would maybe in the entire table (which is quite large) lock at the time.

Any other ideas?

Thank you.

JohnSpencer wrote:

Just curious, where do you find a maximum of 2147483648 integer, because it is not in the database, unless you have you defined column in a strange way. \

Of PLS_INTEGER and of simple integers (11g) have a range-2, 147, 483, 648 through 2 147 483 647

I assumed he was using those since that he gave this beach

Of course, now that you mention it, these 2 data types are not "allowed" in SQL, are they

Good hook

Tags: Database

Similar Questions

  • The user max reached via https (IPS 4260)

    If I try to connect https written this user max reached. Reset did not help.  May need to remove a few signatures and the inspection complete-100 configured interface?

    Mike-

    I see that you run signature and version 7.0 (4) output 601.

    It is a bad combination and can cause your sensor to lock up. You will need to upgrade your operating system to 7.0 (6), and then apply the latest pack of Signature (you have 30 days after the expiration of this license, so hurry).

    This may solve your problem, but even if this is not you should do this in any case.

    Here's the thread discussing the problem of version of the operating system/GIS:

    https://supportforums.Cisco.com/thread/2109620?TSTART=0

    -Bob

  • ORA-1631: extensions # 505 max reached in the APPLSYS table. WF_NOTIFICATION_IN

    Platform: RHEL 4u5

    Application: 11.5.10.2

    Database: 10.2.0.4

    Installation of 2 nodes as follows:

    1 node for DB and simultaneous

    1 applications node.

    We have activated the OWF Mailer services September 2 and 5 September we began to receive following error messages in our DB contnuously journal newsletter:

    ORA-1631: extensions # 505 max reached in the APPLSYS table. WF_NOTIFICATION_IN


    So, we stopped the OWF Mailer services and listeners of the Agent.

    Got a note from metalink 152475.1 but confused to change the definition of the table because I believe that these linked Oracle Workflow tables are integrated Oracle objects one custom.

    Thus, it will be ok to increase the Maxextents for this table?

    Hello

    Yes these tables are standard, built in objects, but you can implement the solution that these changes of plan of action the default characteristics of the table and doesn't change the features of the tables.

    I recommend to make the respective change on the test instance and to implement in the case of Production accordingly.

    Thank you &

    Best regards

  • Max reached (excel smartview)

    Hello

    As the topic says I hit the limit max line in excel when you do large queries. I found a few messages about the update of the essbase.properties. However the way they suggested is not there with the version I use. I have the version of essbase 11.1.2.4

    Anyone know what to do with this version?

    Thank you

    Hello

    You can do this through the Regional service. In the left pane, right-click on the service provider. Then add a server. Then change the properties. You will find a 'Maximum lines number' framework.

    See you soon

    JM

  • Given erroneous sometimes function return

    Hi all.

    I have a very strange problem with a function. Situation is the following: I have an application that manages the process. Each process has a number of measures which is arranged in a matrix as put on the page. The user clicks on a stage to start/run.

    Now in the list of running processes, I want to have an indication of how 'far', a process has reached so I created a function for this and which included in my processlist extraction.

    gchs_user_process_steps is the table where the data user for the step in the process is
    gchs_process_steps is the definition of what steps a process
    gchs_steps is the definition of stages table


    The function below is supposed to return last step user has clicked in the display matrix. level is used to store the column number and sortorder is the line number of any step user has clicked.


    CREATE or REPLACE FUNCTION FN_REACHEDSTEP (NUMBER p_user_process_id)
    RETURN VARCHAR IS
    RET varchar (30);
    ret_id INTEGER.
    ret_num INTEGER.
    BEGIN

    RET: = ";
    ret_id: = 0;
    ret_num: = 0;

    BEGIN
    SELECT substr (step_name, 1, 30), step_id, reached IN ret, ret_id, ret_num
    DE)
    SELECT a.*, rownum rnum
    DE)
    SELECT s.name AS step_name, ps.id AS step_id, max ((ps.tier*1000) + ps.sortorder) REACHED
    Senior gchs_user_process_steps, ps gchs_process_steps, gchs_steps s
    WHERE the ups.gchs_process_step_id = ps.id AND
    PS.gchs_step_id = s.ID AND
    UPS.gchs_user_process_id = p_user_process_id
    GROUP BY s.name, ps.id
    ORDER BY 3 DESC) a
    WHERE rownum < = 1).
    WHERE rnum > = 1;
    EXCEPTION
    WHILE OTHERS THEN
    RET: = ";
    END;

    RETURN ret;

    EXCEPTION
    WHILE OTHERS THEN
    RET: = ";

    RETURN ret;

    END FN_REACHEDSTEP;
    /



    Now the problem is that the function sometimes returns an incorrect value. The name of the step that is returned is not one that I get if I run the SQL by itself.

    In doing so one

    SELECT substr (step_name, 1, 30), step_id, reached IN ret, ret_id, ret_num
    DE)
    SELECT a.*, rownum rnum
    DE)
    SELECT s.name AS step_name, ps.id AS step_id, max ((ps.tier*1000) + ps.sortorder) REACHED
    Senior gchs_user_process_steps, ps gchs_process_steps, gchs_steps s
    WHERE the ups.gchs_process_step_id = ps.id AND
    PS.gchs_step_id = s.ID AND
    UPS.gchs_user_process_id = 21680
    GROUP BY s.name, ps.id
    ORDER BY 3 DESC) a
    WHERE rownum < = 1).
    WHERE rnum > = 1;

    and one

    Select fn_ReachedStep (21680) double;

    sometimes return different values.

    So the function fundamentally bad or is there no matter what cache or something that I missed that could contain the outputs 'old' function, or am I missing something else.

    Grateful for clues.

    I use 10.2.0.1.0 Oracle


    Best regards


    / Tomas


    Edit: Here is some data that uses the system.

    gchs_steps

    ID NAME
    ------ ------------
    10000 step 1
    10020 step 2
    10021 step 3
    10022 step 4
    10023 step 5
    10060 step 6
    10140 step 7
    ...

    gchs_process_steps

    GCHS_STEP_ID TIER SORTORDER ID
    ------ ------------      ----      ---------
    10000 10000 0 1
    10001 10020 1 1
    10002 10021 1 2
    10003 10022 2 1
    10020 10023 3 5
    10060 10060 3 4
    10080 10140 3 2
    10040 10040 3 3
    10100 10160 4 3
    10220 10160 4 2
    11640 11640 3 1
    11660 11660 0 6
    11661 11661 0 7
    11600 11600 0 4
    11620 11620 4 1
    ...


    gchs_user_process_steps

    ID GCHS_USER_PROCESS_ID GCHS_PROCESS_STEP_ID
    ------     --------------------     --------------------
    ...
    35541 21680 10002
    38441 21680 10020
    38440 21680 10000
    52062 21680 10060
    ...


    Relationship beween table is

    gchs_user_process_steps.gchs_process_step_id = gchs_process_steps.ID

    and

    gchs_process_steps.gchs_step_id = gchs_steps.ID



    In doing so the only SQL always returns

    SUBSTR (.)     REACHED STEP_ID
    ---------- ------- ------
    Step 5-10020-3005


    but the execution of the function sometimes returns

    FN_REACHEDSTEP (21680)
    ---------------------
    Step 6


    Also remove the rownum limited return and make a

    SELECT s.name AS step_name, ps.id AS step_id, max ((ps.tier*1000) + ps.sortorder) REACHED
    Senior gchs_user_process_steps, ps gchs_process_steps, gchs_steps s
    WHERE the ups.gchs_process_step_id = ps.id AND
    PS.gchs_step_id = s.ID AND
    UPS.gchs_user_process_id = 21680
    GROUP OF s.name, ps.id, ps.tier, ps.sortorder
    ORDER BY DESC 3

    give this result

    STEP_ID REACHED STEP_NAME
    --------- ------- -------
    Step 5-10020-3005
    Step 6 10060 3004
    Step 3-10002-1002
    Step 1-10000-1

    Published by: user4935832 on 19-sep-2008 01:38

    ORDER BY 3 DESC) a
    WHERE rownum<= 1="">
    WHERE rnum > = 1;

    Just some thoughts.
    1. you can substitute 'ORDER BY 3', "ORDER BY reached"
    2. the rownum <=1 and="" rnum="">= 1 will return a single line... I don't understand the other.

    Finally, the difference may be a return of duplicated by your MAX() function value.
    If there are two lines (or more) with MAX even, Oracle can return an arbitrary line.
    To get the same line, you must use an aggregate like MAX() KEEP (DENSE_RANK LAST...) function.

    Here is a test for your query, obviously not tested:

    SELECT max(substr(step_name,1,30)) keep (dense_rank last order by reached) as step_name,
           max(step_id) keep (dense_rank last order by reached,step_name) as step_id,
           max(reached) as reached
    FROM   (SELECT s.name AS step_name,
                   ps.id AS step_id,
                   max((ps.tier*1000)+ps.sortorder) AS reached
            FROM   gchs_user_process_steps ups,
                   gchs_process_steps ps,
                   gchs_steps s
           WHERE   ups.gchs_process_step_id=ps.id
           AND     ps.gchs_step_id=s.id
           AND     ups.gchs_user_process_id=21680
           GROUP BY s.name,ps.id) a;
    

    Nicolas.

  • AP is not join my controller

    My WLC is AIR-CT-2504 soft version 8.0

    AP is AIR-CAP1702I-C-K9

    Internal DHCP using at the WLC.

    AP is not to join

    Here is the output showing AP. What should I do to solve the problem?

    AP5c83.8f38.0a98 >
    * 2 jan 22:42:45.999: DTLS_CLIENT_ERROR:... /CAPWAP/base_capwap/DTLS/base_capwap_dtls_connection_db.c:2214 retransmission count Max reached for the 0x59AFA94 connection!

    * 2 jan 22:43:15.999: % DTLS-5-SEND_ALERT: send FATAL: close notify alert at 192.168.14.5:5246
    * 2 jan 22:43:35.999: AP a MIC SHA2 certificate - use SHA2 MIC for DTLS.

    * 2 jan 22:43:36.000: % CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 192.168.14.5 peer_port: 5246
    * 2 jan 22:44:05.999: DTLS_CLIENT_ERROR:... /CAPWAP/base_capwap/DTLS/base_capwap_dtls_connection_db.c:2214 retransmission count Max reached for the 0x59B0A90 connection!

    * 2 jan 22:44:35.999: % DTLS-5-SEND_ALERT: send FATAL: close notify alert at 192.168.14.5:5246
    * 2 jan 22:44:35.999: AP a MIC SHA2 certificate - use SHA2 MIC for DTLS.

    * 2 jan 22:44:36.000: % CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 192.168.14.5 peer_port: 5246
    * 2 jan 22:44:36.103: % CERTIFICATE_INVALID_NOT_YET_VALID-3-PKI: certificate chain validation failed.  The certificate (SN: 10A26FD200000004825B) is not yet valid period of validity begins at 02:38:37 UTC Sep 11 2015Peer certificate verification failed 001 a

    * 2 jan 22:44:36.103: DTLS_CLIENT_ERROR:... /CAPWAP/base_capwap/CAPWAP/base_capwap_wtp_dtls.c:496 verified certificate failed!
    * 2 jan 22:44:36.103: % DTLS-5-SEND_ALERT: send FATAL: bad certificate alert at 192.168.14.5:5246
    * 2 jan 22:44:36.103: % DTLS-5-SEND_ALERT: send FATAL: close notify alert at 192.168.14.5:5246

    Hello

    It seems that the DTLS/tunnel WLC AP does not form.

    you have set up on WLC of NTP?

    check it out by going on controller > NTP > Server.

  • 2602AP will not register with the 5508 controller

    Hello all-

    We have a 5508 controller that manages the HA to about 20 branches - each branch has its own subnet. We have a single branch (subnet) with new 2602 AP who will not register with the controller. All communications to that subnet appear normal and there is no ACL in place between the AP and the controller. The AP is able to resolve the IP address of the controller via DNS and start the registration process, but then timeout. We have installed 2602 AP successfully to other areas of the branch and they fit without any problems - it is a problem only in one branch. I have attached a few debug messages below for a single point of access (it's a production environment, so I analyzed useless info) and also included messages from the console to a different access point (the console AP messages are the same). There are currently 9 AP here and none of them will record this. Any ideas?

    Capwap debug events:

    * spamApTask0: 11 Dec 14:39:32.904: 44:2 b: 03:9 has: Discovery d1:10 request 10.29.9.190:44306

    * spamApTask0: 11 Dec 14:39:32.904: 44:2 b: 03:9 has: d1:10 join priority Processing status = 0, priority 1 of incoming Ap, MaxLrads = 300, joined Aps = 272

    * spamApTask0: 11 Dec 14:39:32.904: 44:2 b: 03:9's: Discovery d1:10 response to 10.29.9.190:44306

    * spamApTask0: 11 Dec 14:39:32.904: 44:2 b: 03:9's: Discovery d1:10 response to 10.29.9.190:44306

    * spamApTask0: 11 Dec 14:39:32.992: 44:2 b: 03:9 has: d1:10 DISCOVERY LWAPP APPLICATION received at 68:ef:bd:8e:48:6f on port "13"

    * spamApTask0: 14:39:32.992 Dec 11: Discovery 44:2 b request: 03:9 has: d1:10 elements in LWAPP of AP supporting CAPWAP

    * spamApTask0: 14:39:42.903 Dec 11: connection of DTLS 44:2 b: 03:9 has: d1:10 not found, creating new connection for 10:29:9:190 (44306) 10:5:13:4 (5246)

    * spamApTask0: 14:57:52.301 Dec 11: DTLS closed connection events receivedserver e8:ba:70:dc:d1:c0 (10:5:13:4 / 5246) client (10:29:9:190 / 44306)

    * spamApTask0: 11 Dec 14:57:52.301: e8:ba:70:dc:d1:c0 no entry there for AP (10:29:9:190 / 44306)

    * spamApTask0: 11 Dec 14:57:52.301: e8:ba:70:dc:d1:c0 entry no. AP exist in the temporary database for 10.29.9.190:44306

    * spamApTask0: 11 Dec 14:57:53.828: 44:2 b: 03:9 has: Discovery d1:10 request 10.29.9.190:44306

    * spamApTask0: 11 Dec 14:57:53.828: 44:2 b: 03:9 has: d1:10 join priority Processing status = 0, priority 1 of incoming Ap, MaxLrads = 300, joined Aps = 272

    * spamApTask0: 11 Dec 14:57:53.828: 44:2 b: 03:9's: Discovery d1:10 response to 10.29.9.190:44306

    * spamApTask0: 11 Dec 14:57:53.828: 44:2 b: 03:9's: Discovery d1:10 response to 10.29.9.190:44306

    * spamApTask0: 11 Dec 14:57:53.916: 44:2 b: 03:9 has: d1:10 DISCOVERY LWAPP APPLICATION received at 68:ef:bd:8e:48:6f on port "13"

    * spamApTask0: 14:57:53.916 Dec 11: Discovery 44:2 b request: 03:9 has: d1:10 elements in LWAPP of AP supporting CAPWAP

    * spamApTask0: 14:58:03.824 Dec 11: connection of DTLS 44:2 b: 03:9 has: d1:10 not found, creating new connection for 10:29:9:190 (44306) 10:5:13:4 (5246)

    Debug Capwap errors:

    * spamApTask0: 11 Dec 15:17:33.715: e8:ba:70:dc:d1:c0 abolition PT 10.29.9.190 which has not been surveyed

    * spamApTask0: 11 Dec 15:17:33.716: e8:ba:70:dc:d1:c0 DTLS connection has been closed

    Debug Capwap Details:

    * spamApTask0: 11 Dec 15:24:29.419: 44:2 b: 03:9 has: d1:10 CAPWAP control received Msg to 10.29.9.190:44306

    * spamApTask0: 11 Dec 15:24:35.542: 44:2 b: 03:9 has: d1:10 CAPWAP control received Msg to 10.29.9.190:44306

    * spamApTask0: 11 Dec 15:24:41.555: 44:2 b: 03:9 has: d1:10 CAPWAP control received Msg to 10.29.9.190:44306

    * spamApTask0: 11 Dec 15:24:49.555: 44:2 b: 03:9 has: d1:10 CAPWAP control received Msg to 10.29.9.190:44306

    * spamApTask0: 11 Dec 15:25:29.420: 44:2 b: 03:9 has: d1:10 CAPWAP control received Msg to 10.29.9.190:44306

    * spamApTask0: 15:25:29.420 Dec 11: connection of DTLS 44:2 b: 03:9's: d1:10 0x1a1703c8 closed by controller

    * spamApTask0: 15:25:29.421 Dec 11: msg closed connection CAPWAP DTLS

    Journal of the Console from the AP:

    Translate "CISCO-CAPWAP - CONTROLLER.ad.pps.k12.va.us"... the domain server (10.29.8.3)

    * 00:00:57.511 Mar 1: % 3-CAPWAP-ERRORLOG: did not get the server DHCP server log settings. [OK]

    * 00:01:10.511 Mar 1: % 3-CAPWAP-ERRORLOG: go join a capwap controller

    * 16:05:56.000 11 dec: % CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 10.5.13.4 peer_port: 5246

    * 16:06:17.495 11 dec: % CDP_PD-2-POWER_LOW: all disabled radios - NEGOTIATED WS-C3560E-24PD (68bc.0c03.8015)

    * 11 Dec 16:06:28.231: DTLS_CLIENT_ERROR:... /CAPWAP/base_capwap/DTLS/base_capwap_dtls_connection_db.c:2051 retransmission count Max reached!

    Kern of logging mechanism

    ^

    Invalid entry % detected at ' ^' marker.

    emergency logging trap

    ^

    Invalid entry % detected at ' ^' marker.

    Kern of logging mechanism

    ^

    Invalid entry % detected at ' ^' marker.

    emergency logging trap

    ^

    Invalid entry % detected at ' ^' marker.

    * 16:06:55.999 11 dec: % DTLS-5-SEND_ALERT: send FATAL: close notify alert at 10.5.13.4:5246

    * 16:06:55.999 3 dec: % CLIENTERRORLOG-3-LWAPP: LWAPP LED Init: incorrect led State 255

    * 16:07:06.367 11 dec: % 3-CAPWAP-ERRORLOG: go join a capwap controller

    * 16:07:07.000 11 dec: % CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 10.5.13.4 peer_port: 5246

    * 11 Dec 16:07:39.151: DTLS_CLIENT_ERROR:... /CAPWAP/base_capwap/DTLS/base_capwap_dtls_connection_db.c:2051 retransmission count Max reached!

    Kern of logging mechanism

    ^

    Invalid entry % detected at ' ^' marker.

    emergency logging trap

    ^

    Invalid entry % detected at ' ^' marker.

    Kern of logging mechanism

    ^

    Invalid entry % detected at ' ^' marker.

    emergency logging trap

    ^

    Invalid entry % detected at ' ^' marker.

    * 16:08:06.999 11 dec: % DTLS-5-SEND_ALERT: send FATAL: close notify alert at 10.5.13.4:5246

    * 16:08:06.999 11 dec: % CLIENTERRORLOG-3-LWAPP: LWAPP LED Init: incorrect led State 255

    * 16:08:17.367 11 dec: % 3-CAPWAP-ERRORLOG: go join a capwap controller

    * 16:08:17.000 11 dec: % CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 10.5.13.4 peer_port: 5246

    *Dec 17 15:53:47.463: %CAPWAP-3-ERRORLOG: Selected MWAR 'IRC-WLC-5508'(index 0).

    *Dec 17 15:53:47.463: %CAPWAP-3-ERRORLOG: Go join a capwap controller

    *Dec 17 15:53:47.000: %CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 10.5.13.4 peer_port: 5246

    *Dec 17 15:54:23.131: DTLS_CLIENT_ERROR: ../capwap/base_capwap/dtls/base_capwap_dtls_connection_db.c:2051 Max retransmission count reached!

    Get much better.

    WAP has selected the 5508 with good firmware.  WAP sends a JOIN request to 10.5.13.4 but cannot recover anything.

    Firewall?  Routing loop?

    What so-called "remote site", how is it connected to your office?  Dark fiber?  INTERNET SERVICE PROVIDER?

    You know what?  Can you post the output in the following commands:

    1 WAP: sh of stocks;

    2 WLC: sh sysinfo

    Nuts, I should already posed for these info before.

  • Old famous problem - AP LAP1142N cannot join the controller - 4402, please participate, we will make a good guide!

    Hello people,

    I'm sorry for bringing this debate again. I would not dare to ask this question, if I find someone is clear cut suggestion/solution or an overview giving a detailed step by step procedure. Just people suggest jumping through hoops as much as the reset of the AP or conversion to stand-alone mode and then back to LWAPP.

    Therefore, I have so many questions and hope that we can make a good guide that covers all possible problems.

    (1) AP originally ran a stand-alone image.  I started in so-called ROMMON or AP mode (ESC is the right key to start in this mode)

    I found a recovery image in its flash - c1140-rcvk9w8-mx. I did start it AP with him using the 'set' command and I see that it start to boot using this recovery image. That is the question. All the parameters of the AP matter? For example, when I run the command "set" of the PA, I see the following:

    AP: the value

    ?=

    DEFAULT_ROUTER = 10.0.0.1

    Default_router = 10.9.99.1

    ENABLE_BREAK = yes

    IP_ADDR = 10.0.0.1

    IP_AddR = 10.9.99.9

    MANUAL_BOOT = no

    NETMASK = 255.255.255.224

    NEW_IMAGE = yes

    PWR_INJECTOR_DETECT = 0016.c7fa. B394

    RELOAD_REASON = 9

    ROM_PERSISTENT_UTC = 1014941470

    TERMLINES = 0

    subnet mask = 255.255.255.0

    (2) how do something like "write erase" or even to recover the enable password while being in AP mode? Do I really need to do? What I see then makes me believe there is something with the AP (including SSH) configuration that prevents a join AP WLC.

    (3) the access point is turned on, connected to the switchport on the same VLAN L2 where WLC management interface. Then it starts and gets an IP address from the DHCP server located on another switch.

    * 00:00:08.695 Mar 1: % CAPWAP-5-CHANGED: CAPWAP changed state of DISCOVERY

    * 00:00:08.705 Mar 1: % CDP_PD-2-POWER_LOW: all disabled radios - AC_ADAPTOR (0000.0000.0000)

    * 00:00:09.629 Mar 1: % LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed State to

    * 00:00:17.534 Mar 1: % ADDRESS_ASSIGN-6-DHCP: Interface GigabitEthernet0 assigned address DHCP 192.168.1.122, mask 255.255.255.0, hostname AP2

    Here's the question, why I see this on the console (pay attention to the line "transport input ssh")? It has nothing to do with an error for DTLS?

    * 12:44:21.034 Apr 12: % CAPWAP-5-CHANGED: CAPWAP changed state of DISCOVERY

    * 12:44:31.000 Apr 12: % CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 192.168.1.141 peer_port: 5246

    * 12 Apr 12:44:55.000: DTLS_CLIENT_ERROR:... /DTLS/dtls_connection_db.c:1924 retransmission count Max reached!

    * 12:44:55.000 Apr 12: % DTLS-3-HANDSHAKE_RETRANSMIT: Max retransmit count for 192.168.1.141 is reached.

    entry ssh transport

    ^

    Invalid entry % detected at ' ^' marker.

    (4) what I need to connect the PA-Manager controller interface to the network, or I can count on the AP the WLC find through its management interface. I've never worked with the 4400 series controllers. It all started with 5500 and they do not have the ap interface - manager.

    Cisco Guide says: "the management interface is also used for communications between access points and WLC layer two", so I assume that this is enough. Moreover, I can ping the AP of the WLC when connected to WLC via SSH and its management interface.

    (5) and finally, what is the problem with the discovery? That's what I see on the controller debugging capwap packages:

    Debugging (cisco Controller) > * spamReceiveTask: 12:53:52.253 Apr 12: <  start="" of="" capwap="" packet ="">>

    * spamReceiveTask: 12:53:52.253 Apr 12: control of CAPWAP mesg 192.168.1.122 Recd, Port 57046

    * spamReceiveTask: 12:53:52.253 Apr 12: 4, HLEN, Radio ID 0, WBID 1

    * spamReceiveTask: 12:53:52.253 Apr 12: Type of Msg: CAPWAP_DISCOVERY_REQUEST

    * spamReceiveTask: 12:53:52.253 Apr 12: Msg length: 29

    * spamReceiveTask: 12:53:52.253 Apr 12: Msg SeqNum: 0

    * spamReceiveTask: 12:53:52.253 Apr 12:

    * spamReceiveTask: 12:53:52.253 Apr 12: Type: CAPWAP_MSGELE_DISCOVERY_TYPE, length 1

    * spamReceiveTask: 12:53:52.253 Apr 12: Type of discovery: CAPWAP_DISCOVERY_TYPE_UNKNOWN

    * spamReceiveTask: 12:53:52.253 Apr 12:

    * spamReceiveTask: 12:53:52.253 Apr 12: Type: CAPWAP_MSGELE_WTP_FRAME_TUNNEL, length 1

    * spamReceiveTask: 12:53:52.253 Apr 12: the Tunnel Mode of frame WTP: NATIVE_FRAME_TUNNEL_MODE

    * spamReceiveTask: 12:53:52.253 Apr 12:

    * spamReceiveTask: 12:53:52.253 Apr 12: Type: CAPWAP_MSGELE_WTP_MAC_TYPE, length 1

    * spamReceiveTask: 12:53:52.253 Apr 12: WTP Mac Type: SPLIT_MAC

    * spamReceiveTask: 12:53:52.253 Apr 12:

    * spamReceiveTask: 12:53:52.253 Apr 12: Type: CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, length 10

    * spamReceiveTask: 12:53:52.253 Apr 12: identifier of the seller: 0 x 00409600

    * spamReceiveTask: 12:53:52.254 Apr 12:

    Discovery and how are we? L2 or L3?

    What about the rest of this thread is all over the place...:

    Can you confirm that the Interface of management and the Manager AP are both in the same vlan, same subnet and are configured with the same Port number?

    All these cases to 1 FPS and which port to connect has concerned me divide you the ports or something...

    The first provided newspapers imply that the AP could not reach at the AP Manager (but that the discovery of the Management Interface was very good)

    Newspapers second condition means that the AP never discovered a WLC at all (no attempt to join)...

    But then again, as Leo referenced, the area of Canada that I guess is a no - n... so maybe that was your problem original throughout and the 3600 join just because it is not compatible.

  • Serial number of PK column for table

    Hi Experts,

    I hung out and view object to the data control on the page jspx,.


    First VO1 as ADF, as master and primary key (PkMaster)

    Second VO2 as ADF Table, details and primary key(PkMaster,PkDetail)


    I want to add a column autoincrement PkDetail do serial for every PkMaster for the table,

    This autoincrements to the value with the number of rows in table

    When to insert a new line.


    Thanks in advance.


    JDeve 12 c

    You can call this method after calling createInsert to detail to generate new sno and place it in the column

        /**Method to generate Serial Number for Table     * ***/
    
        public void generateSerial(String voName, String columnNm) {
    
    
            ViewObjectImpl vo = (ViewObjectImpl) this.findViewObject(voName);
    
           Row curRow = vo.getCurrentRow();
    
            Integer Srno = 0;
    
           Integer max = 0;
    
           vo.setRangeSize(-1);
            Row row[] = vo.getAllRowsInRange();
    
            for (Row r : row) {
    
                try {
    
                    Srno = Integer.parseInt(r.getAttribute(columnNm).toString());
    
               } catch (NullPointerException e) {
    
                    Srno = 0;
                }
    
           if (Srno > max) {
    
                  max = Srno;
    
              }
    
           }
            max = max + 1;
    
           // System.out.println("Serial No is-" + max);
    
          curRow.setAttribute(columnNm, max);    }
    

    just pass vo name and name of the pk column detail

    Ashish

  • Debian Squeeze and upgrade problems

    Hello

    I have problem with Vmplayer 4.0.2 when I run

    apt - get upgrade

    If the debian update package needs to work with /etc/rc2.d/ (example: apache2, mysql,...) there is a conflict with

    /etc/RC2.d/K08vmware-USBArbitrator

    /etc/RC2.d/S50vmware-USBArbitrator

    I get

    insserv: WARNING: the 'K01vmware' script lacks LSB and replacement tags
    insserv: WARNING: script "K08vmware-USBArbitrator" missing LSB tags and substitutions
    insserv: WARNING: scenario 'vmware' missing LSB tags and overrides
    insserv: WARNING: script 'vmware-USBArbitrator' missing LSB tags and overrides
    insserv: there is a loop between rmnologin and mountnfs if start service
    insserv: loop involving the service mountnfs at depth 6
    insserv: loop involving the nfs-common 5 in-depth service
    insserv: from vmware-USBArbitrator depends on rmnologin and thus ease of system "$all" that can't be true!
    insserv: from vmware-USBArbitrator depends on rmnologin and thus ease of system "$all" that can't be true!

    ...


    insserv: from vmware-USBArbitrator depends on rmnologin and thus ease of system "$all" that can't be true!
    insserv: depth of recurrences Max reached 99
    insserv: loop involving the exim4 to depth 7 service
    insserv: loop involving the service mountnfs-bootclean at depth 8
    insserv: there is a loop between rmnologin and mountall if starts service
    insserv: loop involving the mountall to depth 3 service
    insserv: loop involving the function sleep extended cleaning in depth 2
    insserv: there is a loop between rmnologin and checkroot if starts service

    ...

    insserv: loop involving service vmware-USBArbitrator at depth 1
    insserv: there is a loop between rmnologin and mountall-bootclean if start service
    insserv: loop involving service mountall-bootclean at depth 1
    insserv: leave now without changing boot order!
    updated - rc.d: error: insserv rejected the script header
    dpkg: error processing module-init-tools (-configure):

    the subprocesses of post-installation script installed returned an error of status output 1
    configured to not write the contribution reports

    ...

    To upgrade debian packages, I remove vmplayer, run apt - get upgrade and then reinstall vmplayer.

    Is there another solution?

    Kind regards.

    --

    Stéphane.

    Here's a similar thread, it may be useful...
    Sakibpavel
  • JXTable and column widths

    Hello

    I'm trying to define the column using JXTable widths and a ColumnFactory.
    I put the more the width of the middle column in my example to 10, but during execution of this column is slightly smaller than the other, but not 10. If I set the Resize mode to AUTO_RESIZE_OFF (uncomment the line in the example) is produced the right width of 10.

    I would like the middle column at 10 and then other columns that do not have a width specified by the overridden logic then allocate extra space between them.

    If I Uncomment that line for maximum width then the understandable column is reduced to a size of 10 I have the column to do more and just have an initial size of 10.

    Thanks in advance for any help or pointers to help solve my problem
    import org.jdesktop.swingx.JXTable;
    import org.jdesktop.swingx.table.ColumnFactory;
    import org.jdesktop.swingx.table.TableColumnExt;
    
    import javax.swing.*;
    import javax.swing.table.AbstractTableModel;
    import java.awt.*;
    
    public class ExampleColumnWidth extends JFrame
    {
        private final static int THIN_COLUMN_INDEX = 1;
    
        public ExampleColumnWidth()
        {
            JXTable table = new JXTable();
            table.setColumnFactory(new MyColumnFactory());
            table.setModel(new MyTableModel());
    
    //        table.setAutoResizeMode(JXTable.AUTO_RESIZE_OFF);
    
            setLayout(new BorderLayout());
            add(new JScrollPane(table), BorderLayout.CENTER);
    
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            setSize(500, 500);
            setVisible(true);
        }
    
        public static void main(String[] args)
        {
            new ExampleColumnWidth();
        }
    
        private class MyColumnFactory extends ColumnFactory
        {
            @Override
            public void configureColumnWidths(JXTable table, TableColumnExt columnExt)
            {
                int modelIndex = columnExt.getModelIndex();
                switch (modelIndex)
                {
                    case THIN_COLUMN_INDEX:
                        columnExt.setPreferredWidth(10);
    //                    columnExt.setMaxWidth(10);
                        break;
                }
            }
        }
    
        private class MyTableModel extends AbstractTableModel
        {
            public int getRowCount()
            {
                return 5;
            }
    
            public int getColumnCount()
            {
                return 3;
            }
    
            @Override
            public String getColumnName(int column)
            {
                switch (column)
                {
                    case THIN_COLUMN_INDEX:
                        return "T";
                    default:
                        return "Normal";
                }
    
    
            }
    
            public Object getValueAt(int rowIndex, int columnIndex)
            {
                return "";
            }
        }
    }
    Published by: 835936 on February 11, 2011 05:51

    Published by: 835936 on February 11, 2011 05:55

    as a general rule, you can't eat the cake last and even cake storage ;-)

    Seriously, take a look at how excess width is distributed. The api method is fairly long, but explains everything he does: the determining factor is the relationship between the default size of max in a column. Default max is Integer.MAX, harhar... so all reports are the same for all our more normal sizes. Now you know what you can to make a column go to his favorite, be resizable, but never get any of the excesses... cheesecake still in stock

    CU
    Jeanette

  • Creation next sequence

    I need to insert a record into a table that is not a sequence object. The table contains types of user of the system.
    USER_TYPE DESC
    Name                           Null     Type                                                                                                                                                                                          
    ------------------------------ -------- ----------------
    USER_TYPE_ID                   NOT NULL NUMBER                                                                                                                                                                                        
    USER_TYPE                               VARCHAR2(100)                                                                                                                                                                                 
    USER_TYPE_PID                           NUMBER                                                                                                                                                                                        
    ABBR                                    VARCHAR2(15) 
    There are 100,000 records.
    An error appears when I try the following:
    CREATE SEQUENCES USER_TYPE_ID_SEQ
    INSERT INTO user_type (USER_TYPE_ID, USER_TYPE, USER_TYPE_PID, ABBR) VALUES (USER_TYPE_ID_SEQ.nextval, 'UNASSIGNED', NULL, NULL)
    Error report:
    SQL error: ORA-00001: unique constraint (DEV_FIRM_CCB. USER_TYPE_USER_TYPE_ID_PK) violated
    00001 00000 - "forced single (s.%s) violated."
    What the USER_TYPE_USER_TYPE_ID_PK about USER_TYPE_ID column.

    How to start the next sequence of the max value of USER_TYPE_ID (100,000).
    Something like this:
    CREATE THE USER_TYPE_ID_SEQ SEQUENCE WITH (SELECT INTEGER (MAX (USER_TYPE_ID) + 1) OF USER_TYPE)
    But it does not work. Any help is appreciated.

    Achtung wrote:

    Assuming that nobody is insert in user_type table while you run the code:

    declare
        v_stmt varchar2(1000);
    begin
        select  'create sequence user_type_id_seq start with ' || max(user_type_id)
          into  v_stmt
          from  user_type;
        execute immediate v_stmt;
    end;
    /
    

    SY.
    PS The name of the Table USER_TYPE is a bad choice - too close to display name of data dictionary USER_TYPES.

  • Error of flow OR MAX and attribute camera out of reach

    I recently bought a camera Point Grey Grasshopper3, it seems to work fine at point software fly Cap Gris provides, but I get an error NI Max when I try to do a simple puncture (see below). This error appears every time I try to catch a time image the first after the opening OR MAX, even if the flow is set to maximum. Then I change the flow under control of the unit to any integer 125000000 max, and the camera works very well for MAX. It will capture images as much as I need. Then I save the camera output MAX, open MAX once again, it shows my saved settings, I'm going to capture images and I get the error again. If I change the range regardless of the number and it works again in the same session in MAX.

    I had a gray point Zebra2 work very well and he used in my program LabVIEW with IMAQdx to acquire images. When I try to use grasshopper3, LabVIEW returns error attribute camera out of reach of the VI camera configuration. I use to test the camera of the VI is the camera just to open, configure acquisition, start acquiring, get the picture, cancel the acquisition and nearby IMAQdx camera configuration. I did twice open MAX, change the flow, save the camera, close MAX without grasping an image and then was able to acquire images in LabVIEW in the first inning. I would run the VI once again and then it returns the error to attribute camera out of reach. I changed the packet size, resolution and the frame rate of the camera with a difference in errors.

    Since I am able to images of the stream from the camera to the gray point fly capture and Max after activating/deactivating the flow layout, it leads me to believe there is some sort of error MAX/LabVIEW that prevent me to capture the images.

    Any ideas? Has anyone else had this problem with MAX and LV?

    Looks like the point Grey cameras showed this error before the firmware on the basis. See this linkfor such a forum. I would monitor the camera (*.icd) file located in the data folder IMAQdx in public Documents to see if the actual value is be replaced after the configuration of the camera has been saved in MAX. There is a chance that the GigE. XML file which is transferred from the camera is overwrite these values in the unacceptable value. See this linkfor a KB about this error, which leads me to believe that this may be the problem.

  • ORA-01628: extensions # max (32765) reached for the rollback segment

    We received the error above with about 135 million lines direct-path insert.
    BANNER
    -------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    
    show parameter undo
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    undo_management                      string      AUTO
    undo_retention                       integer     900
    undo_tablespace                      string      UNDOTBS1
    In my research for more information on this, I was not able to find advice on resolving this when you use the automated management of the Undo (which we are).

    Mark DBA_UNDO_EXTENTS I see that 40% of the span are 8 blocks (our block size is 8 k). All other extensions are at least 128 blocks. (If no scopes were lower than 128 blocks then a full 32 GB datafile could not get more than 32 degrees k...)

    Virtually everything on this database is the batch of large volumes.

    Any suggestions? I see that the ROLLBACK segment incriminated exists with 32761 extents.

    could be the bug:

    Bug 10229998 : ORA-01628: MAX # SCOPES (32765) REACHED FOR the ROLLBACK SEGMENT

  • problem with CPU limit [turn on/off virtual machines fails with the error: MAX VCPUs limit is reached.

    This error

    Has no power on VM
    Could not power on VM: race number VCPUs limit exceeded.
    Max VCPUs limit reached: 200 (4096 worlds)

    I searched and I found the link below [http://kb.vmware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 1020121]
    But it was not for version 5
    How can I solve the problem in version 5?
    Do not restrict or limit construction to add a virtual server with the CPU is possible?

    Hi all

    I search in Google, but it is is not too useful result regarding "maxvCPUs".

    But for your reference, our machine is using "0".

    You will find my attachment for more details.

Maybe you are looking for

  • How to fix bad made Bengali in the title bar and tab header?

    [IMG] http://i.imgur.com/UOKQgkM.PNG Line or "< a href ="http://imgur.com/UOKQgkM">< /a >." Why is this happening?The yellow thing should be the text that I wrote in the RED semicircle.Moreover, the police is correct.

  • Sony CCD-TR705E, transfer VideoHi8 to computer

    Please help me! I have an old Sony video Hi8 Handycam CCD - TR705E PAL (Europian version) with a large number of bands that I need to transfer to my computer with the DVD. What do I need? I'll be able to transfer because it is PAL? Thank you much in

  • Satellite L20 - impossible to upgrade to Vista because of Conexant audio driver

    Please, I try hard to move to Vista, but here? problem with the Conexant AC-link audio driver ve. Could you help me?

  • T430s - height of the hard drive Bay

    I have a Corsair Force 3 SSD http://www.corsair.com/en/ssd/force-series-3-ssd/force-series-3-notebook-upgrade-kit-240gb-sata-3-6g... who doesn't want to adapt. It is very close, but is scraping along the inside edge near the narrow end of the laptop,

  • Configuration of the analog triggers on NI9234

    I am writing a custom software that interacts with a NI 9234 scanning module, using the NiDAQmx C library.  I tried to configure unity with a trigger of analog edge on one of the channels. I use DAQmxCfgAnlgEdgeStartTrig() to configure the trigger, a