Bind cfselect in entry

I had this cfselect that returns a query.
"< cfselect name =" "mediaid #AllMeals.Id # ' bind =" cfc:Foods.getAllFoods() ' VALUE = 'Id' DISPLAY = bindonload "Name" = "true" / >

Now when I make a selection, I would like to make an another cfc that returns all the specifications for the selected item.

I tried to do it like this
< CFINPUT TYPE = "Text" NAME = "FoodId" SIZE = "4" = BIND "SWC:Foods.GetFood({mediaid#AllMeals.Id#})" > "
But it returns a result of unique and outputs query [object Object] in the input field.

What I want, this is the id printed here and in another area, I would print something else to a.s.o..

How do I do that?

It's amazing what you can find out if try you it
Now, I found how to make thi using the cfajaxproxy.

And javascript

var MyFoodsProxy = new FoodsProxy();

function getMealDetails(id,out) {}
var foodId = id.value;
var result = MyFoodsProxy.getFood (foodId)

var objID = eval ("document. (DataForm.foodId_' + out);
objID.value = result.ID;
}

And in the field to receive the result

I tried to use a div and span tag, but I couldn't get it work.

And select atlast triggering javascript

The cfajaxproxy is a very usefull tag and I think that I will be using this alot in the future. You get a functionality that is simular to FLEX but without the preload time (starting flash).

Remember that the cfc should return a Structure and not a Query.

I did make this javascript that can printout the details of a javascript object.

ret = result;
obj = eval(ret);
var temp = ">
for (x in obj)
Temp = x + ":"+ obj [x] + '\n'; '.
alert (temp);

Tags: ColdFusion

Similar Questions

  • cfselect binding has stopped working

    Hi Gang-
    I have a string of relatively simple cfselect when the 2nd selection tool is filled based on the value selected in the first.
    Select 1: < name cfselect = "customerid" required = "Yes" query = "allCompanies" value = "id" display = "name" / >
    Select 2: name = "contactid" bind = cfselect "SWC:Controller.Controller.getCustomerContact({customerid})" bindonload = "yes" / > "

    It works on my system dev, WAS works very well on my client's production company, but now get the following error when the page is requested:
    "Error invoking CFC /controller/Controller.cfc: internal server error." Add cfdebug to your url for more information."
    What I know and have tried so far:
    -As far as I know, nothing has changed on the production of the client area.
    -J' cfdebug added to the URL and all I get is "Internal Server Error", making reference to the method in the cfc with the first value in the field select 1. I'm unable to learn more on what exactly is the "Internal Server Error". I tried to cftry/cfcatch, I also tried cflog and cannot, for the life of me, understand what the CF Server meant by "Internal Server Error".
    -In my process of debugging I think: what is different from my system and the client system? Or what could have changed causing it to break?
    -Data from the database, I rubbed and replaced all the potentially disturbing characters (ampersands, apostrophes, etc. - same if CF has managed the fine in the past).
    -Browsers, accurate versions of ColdFusion and database of all drivers them seem to be exactly the same on both systems.

    Anyone has experience with the cfselect binding suddenly failing? How did you manage to catch the error, and specifically what it means? I looked in all the log files, and like I said above, even in my own cflog, I am unable to learn more about what means "Internal Server Error".

    The only thing I have not yet tried which is actually next on my list (but I thought that I would fish on the forums before I try this) is to encapsulate everything on my machine of dev for this customer site in one. CAR files and deploy on their system. But now the real problem is not so much the bug, what is the cause that I understand.

    Thanks in advance for your help,

    Rich

    While I have this wouldn't be a solution, it is fixed - for now.

    I noticed that in other areas of my app that also use this bind characteristic cfselect that they had also stopped working, although CFCS can be invoked successfully and data return and everything looked ok. While I would like to know what exactly the message "Internal Server Error" is, I just copied the file /CFIDE one of my boxes that works on the troubled server, restarted and it now works. I thought that if all the cfselect lie did not exist, so maybe it was a file .js support that maybe got corrupted or deleted.

    Anyway, back in business. As I said, not a miracle, but we are moving forward again.

    Rich

  • Validation of the CFSELECT as Flash format

    In the past, I used the Javascript validation in CFFORMs to validate the CFSELECT of entry, due to the bug in Coldfusion validation (most of my client sites are on shared servers, so I can't change the cfform.js file).

    The Javascript code, I found a place worked very well:

    <! - validation functions - >
    < SCRIPT LANGUAGE = "JavaScript" >

    function ExtendJS (FormName) {}
    If (!.) {SingleSelectRequired (FormName, 'Event_Description'))}
    Alert ("you must select a provider from the drop-down list.");
    Returns false;
    }
    }

    function
    {SingleSelectRequired (shape, field)
    var itemSelected =
    eval ("document." + form + ".")
    + Field + 'SelectedIndex');
    If (itemSelected == 0) {}
    Returns false;
    } else {}
    Returns true;
    }
    }
    < /script >

    Then, in my CFFORM Tag:
    < cfform
    name = "formName".
    action = "index.cfm? section = 4 & offer = 1".
    preservedata = "Yes".
    enctype = "multipart/form-data".
    method = "POST".
    format = "HTML".
    onSubmit = "return ExtendJS ('FormName')" >

    Now, I'm looking to determine the CFFORM format = "Flash"... Well, not only explore, way down the road to develop a web app... and I found my old validation methods do not work. It seems that I have to use Actionscript now.

    Does anyone have a good implementation of Actionscript form validation that they can share with me? Or point me in a different direction if I'm off base here?

    Thank you
    Max

    It is difficult for me to believe that I'm the only one who had problems with the CFFORM = validation of the cfselect "flash" format But hours of searching turned up VERY LITTLE. I managed to combine something, then someone else has this problem, that happens on my post, here's how I solved it:

    perform the validation client side here if you want to
    validationError var = 'False ';
    var myString = "Please select a value for the following:";
    var alertTitle = "necessary input data;
    If (theForm.testSelect.value is "none")
    {
    validationError var = 'True ';
    var myString = myString + "Place,";
    }
    If (theForm.testSelect2.value is "none")
    {
    validationError var = 'True ';
    var myString = myString + "Option2,";
    }
    If (validationError is 'True')
    {
    Alert (MyString, alertTitle);
    Returns false;
    }









  • Google Calendar adds a new contact

    I have a Gmail exclusively for my calendar.  My wife also.  The idea is to synchronize our calendars through google and see each and other activities.  Now, even if I have my wife as a contact on my phone, google has added his email as a separate contact.  A way to delete this record?  Or what I have to live with the two records?

    Hello!

    You could eliminate the contact, but you don't have to live with the additional entry in the list .

    This is were the notion of "liaison" coming for webOS.  You can bind this additional entry for the e-mail address to his original contact in your contacts. How to link your additional contact to your original, please go here:

    http://KB.Palm.com/wps/portal/KB/common/article/50407_en.html#N05C9B078.05C8F948

  • SG300-10 - static DHCP IS * NOT * work - assignment using MAC

    Hello experts,

    I'm not an expert on Cisco switches, so I use the web gui to configure my switch.

    I created a range of IP addresses for my network and also set a different default VLAN - as I understand it it's "best practices".

    my default VLAN:

    199

    I deleted all other VLANS until I figured out how to set these static IP addresses.

    and all ports are assigned with the VLAN above *only*.

    If the IP range is defined as:

    192.168.11.0/24

    This is the info as it appears on the web-gui:

    vlan_199_ipServer

    255.255.255.0

    192.168.11.1

    192.168.11.254

    0d 0 h 1 m

    I put the renewal interval to 1 minute for debugging purposes. and I will he change once I have it working properly.

    This switch works as DHCP in the network server - but no static address don't seem to work.

    Instead, dynamic IP addresses are used by the clients/PC in this network.

    Among customers, there is Windows 8, Windows Vista, Ubuntu 12.04, Ubuntu 13.10 raspberry-pi raspebian...

    but there is no way that I can put then in a static IP address.

    I already entered the details, and there is a static IP list with the following information:

    INTELLECTUAL PROPERTY

    host name

    network mask

    MAC address

    and it's posting on the web-gui as:

      IP Address Host Name Network mask Identifier type MAC customer/address identifier Client Name
      192.168.11.40 rpiDesk01 255.255.255.255 MAC address B8:27:EB:D8:82:B6      

    I am not sure if I have provided information suffient - please let me know if you need more clarification.

    My problem - how my static IP address to use instead of the dynamics?

    with respect,

    With these cisco switches stupid, that you must first allow clients to recievs its IP via dhcp and then watch the table liaison to see how he requested from the server, did she use a client or mac id.  Then create that he used a static entry using the same.  Remove the entry bind and arp entry and then connect the client again.

    I have this to complain over a year without doubt to nothing done.  The switch must be intelligent enough to understand one another, simple analysis and rectification of the lead byte if a customer id is provided by the customer.

  • Module of ASA 5506 Sourcefire stuck in recovery

    I performed these steps:

    1. debugging-start module
    2. SW-module module sfr recover configure image disk0: / file_path
    3. ciscoasa # sw - module module sfr recover boot

    The debug says it's over, but it never had a recovery mode.  Here is the fix:

    ASA - FP # retrieve SFR module sw-module Configuration image disk0:asasfr - 5500 x-boot-$5

    ASA - FP # sw - module module sfr recover boot

    Module sfr is recovered. This could erase all configuration data and all the

    on this device and try to download/install a new image for it. This may take

    several minutes.

    Retrieve module sfr? [confirm]

    Retrieve issued for module sfr.

    ASA - FP # Mod - sfr 0 > *.

    MOD - sfr 1 > * EVENT: creating the disc Image...

    MOD - sfr 2 > * TIME: 13:25:58 EDT October 9, 2015

    MOD - sfr 3 > *.

    MOD - sfr 4 > *.

    MOD - sfr 5 > * EVENT: the module is being recovered.

    MOD - sfr 6 > * TIME: 13:25:58 EDT October 9, 2015

    MOD - sfr 7 > *.

    MOD - sfr 8 > *.

    MOD - sfr 9 > * EVENT: successfully created Disk Image.

    MOD - sfr 10 > * TIME: 13:27:42 EDT October 9, 2015

    MOD - sfr 11 > *.

    MOD - sfr 12 > *.

    MOD - sfr 13 > * EVENT: start settings: Image: mnt/disk0/vm/vm_1.img, ISO:-disk0/mnt/cdrom /.

    MOD - sfr 14 > asasfr-5500 x-boot - 5.4.1 - 211.img, Num processors: 3, RAM: 2292 MB, Mgmt MAC: 80:E0:1 D: 07:00

    MOD - sfr 15 >: BB, CP MAC: 00:00:00:02:00:01, HARD drive:-file player = / dev/sda, cache = none, if = virtio, Dev

    MOD - sfr 16 > *.

    MOD - sfr 17 > * EVENT: start settings suite: RegEx Shared Mem: 0 MB, Cmd Op: r, Shared Mem

    MOD - sfr 18 > key: 8061, Shared Mem size: 16, Journal Pipe: / dev/ttyS0_vm1, sock: / dev/ttyS1_vm1, Me

    MOD - sfr 19 > m-path:-mem-path /hugepages

    MOD - sfr 20 > * TIME: 13:27:43 EDT October 9, 2015

    MOD - sfr 21 > *.

    MOD - sfr 22 > status: mapping host VM 0x2aab3a800000 with size 16777216

    MOD - sfr 23 > WARNING: vlan 0 is not connected to the host's network

    MOD - sfr 24 > ISOLINUX 3.73 on 25-01 - 2009 Copyright (C) 1994-2008 h. Peter Anvin

    MOD - sfr 25 > Cisco SFR-BOOT-IMAGE and CX-BOOT-IMAGE for SFR - 5.4.1

    MOD - sfr 26 > (WARNING: all DATA ON DISK 1 will BE LOST)

    MOD - sfr 27 > load bzImage...

    MOD - sfr 28 > loading initramfs.gz...

    Mod-sfr 29> ...................................................................................

    Mod-sfr 30> ...................................................................................

    Mod-sfr 31> ...................................................................................

    Mod-sfr 32> ...................................................................................

    Mod-sfr 33> ...................................................................................

    Mod-sfr 34> ...................................................................................

    MOD - sfr 35 >... ready.

    MOD - sfr 36 > [0.000000] BIOS EBDA/lowmem to: 0009 fc 00/0009 fc 00

    MOD - sfr 37 > [0.000000] initializing cgroup subsys cpuset

    MOD - sfr 38 > [0.000000] initializing cgroup subsys cpu

    MOD - sfr 39 > [0.000000] Linux version 2.6.28.10.x 86-target-64 ([email protected] / * / )

    40 mod - SFR > re.com) (gcc version 4.3.3 (MontaVista Linux Sourcery g ++ 4.3 - 292)) #1 SMP PREEMPT

    MOD - sfr 41 > Mon Feb 2 00:15:14 EST 2015

    MOD - sfr 42 > [0.000000] command line: initrd = initramfs.gz console = ttyS0, 9600 BOOT_IMAGE = bzIm

    MOD - sfr 43 > age

    MOD - sfr 44 > [0.000000] KERNEL supported CPUs:

    MOD - sfr 45 > [0.000000] Intel GenuineIntel

    MOD - sfr 46 > [0.000000] AMD AuthenticAMD

    MOD - sfr 47 > [0.000000] Centaur CentaurHauls

    MOD - sfr 48 > [0.000000] PAT WC disabled due to the known CPU errata.

    MOD - sfr 49 > physical RAM [0.000000] provided BIOS card:

    MOD - sfr 50 > [0.000000] BIOS-e820: 0000000000000000 - 000000000009fc 00 (usable)

    MOD - sfr 51 > [0.000000] BIOS-e820: 000000000009fc 00 - 00000000000a 0000 (reserved)

    MOD - sfr 52 > [0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)

    MOD - sfr 53 > [0.000000] BIOS-e820: 0000000000100000 - 000000008f3fe000 (usable)

    MOD - sfr 54 > [0.000000] BIOS-e820: 000000008f3fe000 - 000000008f400000 (reserved)

    MOD - sfr 55 > [0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)

    MOD - sfr 56 > [0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)

    MOD - sfr 57 > DMI [0.000000] 2.4 present.

    MOD - sfr 58 > [0.000000] last_pfn = 0x8f3fe max_arch_pfn = 0x3ffffffff

    MOD - sfr 59 > init_memory_mapping [0.000000]: 0000000000000000 000000008f3fe000

    MOD - sfr 60 > last_map_addr [0.000000]: end of the 8f3fe000: 8f3fe000

    MOD - sfr 61 > RAMDISK [0.000000]: 7dbe4000 - 7ffff3a6

    MOD - sfr 62 > [0.000000] ACPI: USE 000FD900, 0014 (r0 BOCHS)

    MOD - sfr 63 > [0.000000] ACPI: RSDT 8F3FE3E0, 0034 (r1 BOCHS BXPCRSDT 1 BXPC 1

    MOD - sfr 64 > [0.000000] ACPI: FACP 8F3FFF80, 0074 (r1 BOCHS BXPCFACP 1 BXPC 1

    MOD - sfr 65 > [0.000000] ACPI: DSDT 8F3FE420, A 11, 9 (r1 BXPC BXDSDT 1 INTL 20100528

    MOD - sfr 66 > [0.000000] ACPI: FACS 8F3FFF40, 0040

    MOD - sfr 67 > [0.000000] ACPI: SSDT 8F3FF740, 07F7 (r1 BOCHS BXPCSSDT 1 BXPC 1

    MOD - sfr 68 > [0.000000] ACPI: APIC 8F3FF610, 0088 (r1 BOCHS BXPCAPIC 1 BXPC 1

    MOD - sfr 69 > [0.000000] ACPI: HPET 8F3FF5D0, 0038 (r1 BOCHS BXPCHPET 1 BXPC 1

    MOD - sfr 70 > [0.000000] No. found NUMA configuration

    MOD - sfr 71 > [0.000000] pretend a node to 0000000000000000-000000008f3fe000

    MOD - sfr 72 > [0.000000] Bootmem configuration node 0000000000000000 0-000000008f3fe000

    MOD - sfr 73 > [0.000000] NODE_DATA [0000000000001000 - 0000000000005fff]

    MOD - sfr 74 > [0.000000] bootmap [000000000000b 000 - 000000000001ce7f] pages 12

    MOD - sfr 75 > [0.000000] (6 reservations early) ==> bootmem [0000000000 - 008f3fe000]

    MOD - sfr 76 > [0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 00]

    [Mod - sfr 77 > 00001000]

    MOD - sfr 78 > [0.000000] TRAMPOLINE [0000006000-0000008000] #1 ==> [0000006000 - 00]

    [Mod - sfr 79 > 00008000]

    MOD - sfr 80 > [0.000000] #2 [0000200000 - 0000ae86dc] ==> TEXT DATA BSS [0000200000 - 00]

    [Mod - sfr 81 > 00ae86dc]

    MOD - sfr 82 > [0.000000] #3 [007dbe4000 - 007ffff3a6] RAMDISK ==> [007dbe4000 - 00]

    [Mod - sfr 83 > 7ffff3a6]

    MOD - sfr 84 > [0.000000] #4 [000009fc 00 - 0000100000] BIOS reserved ==> [000009fc 00-00

    [Mod - sfr 85 > 00100000]

    MOD - sfr 86 > [0.000000] #5 [0000008000 - 000000 b 000] PGTABLE ==> [0000008000 - 00]

    [Mod - sfr 87 > 0000b 000]

    MOD - sfr 88 > [0.000000] found SMP MP-table to 000fdac0 [ffff8800000fdac0]

    MOD - sfr 89 > [0.000000] area NFP ranges:

    MOD - sfr 90 > [0.000000] DMA 0 x 00000000-> 00001000 0 x

    MOD - sfr 91 > DMA32 [0.000000] 0 x 00001000-> 0x00100000

    MOD - sfr 92 > Normal [0.000000] 0x00100000-> 0x00100000

    MOD - sfr 93 > [0.000000] area mobile start NFP for each node

    MOD - sfr 94 > early_node_map [2] [0.000000] active varies NFP

    MOD - sfr 95 > [0.000000] 0: 0x00000000-> 0x0000009f

    MOD - sfr 96 > [0.000000] 0: 0x00000100-> 0x0008f3fe

    MOD - sfr 97 > [0.000000] ACPI: PM-timer IO Port: 0xb008

    MOD - sfr 98 > [0.000000] ACPI: LAPIC (acpi_id [0x00] lapic_id [0x00] activated)

    MOD - sfr 99 > [0.000000] ACPI: LAPIC (acpi_id [0 x 01] lapic_id [0x01] activated)

    MOD - sfr 100 > [0.000000] ACPI: LAPIC (acpi_id [0x02] lapic_id [0x02] activated)

    MOD - sfr 101 > [0.000000] ACPI: LAPIC_NMI (acpi_id [0xff] dfl dfl lint [0x1])

    MOD - sfr 102 > [0.000000] ACPI: IOAPIC (id [0x00] address [0xfec00000] gsi_base [0])

    MOD - sfr 103 > IOAPIC [0.000000] [0]: apic_id 0, 0, 0xfec00000, 0-23 GSI address version

    MOD - sfr 104 > [0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)

    MOD - sfr 105 > [0.000000] ACPI: INT_SRC_OVR (high level bus 0 bus_irq 5 global_irq 5)

    MOD - sfr 106 > [0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high)

    MOD - sfr 107 > [0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 level)

    MOD - sfr 108 > [0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 level)

    MOD - sfr 109 > [0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000

    MOD - sfr 110 > [0.000000] Using ACPI (EMAC) for SMP configuration information

    MOD - sfr 111 > [0.000000] SMP: allowing 3 CPUs, 0 hotplug CPUs

    MOD - sfr 112 > [0.000000] PCI resources allocating from 90000000 (gap: 8f400000:6fbfc0)

    113 mod - > 00 SFR)

    MOD - sfr 114 > [0.000000] PERCPU: 53248 bytes of data from the cpu allocation by

    MOD - sfr 115 > [0.000000] zonelists 1 built in node ordering, grouping on mobility.  Total number of pages

    MOD - sfr 116 >: 576247

    MOD - sfr 117 > [0.000000] area of policy: DMA32

    MOD - sfr 118 > [0.000000] kernel command line: initrd = initramfs.gz console = ttyS0, 9600 BOOT_IM

    MOD - sfr 119 > AGE = bzImage

    MOD - sfr 120 > [0.000000] initializing CPU #0

    MOD - sfr 121 > [0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)

    MOD - sfr 122 > [0.000000] TSC: impossible to calibrate against PIT

    MOD - sfr 123 > [0.000000] TSC: HPET/PMTIMER calibration failed.

    MOD - sfr 124 > marking [0.000000] TSC unstable due to could not calculate TSC khz

    MOD - sfr 125 > Console [0.000000]: color VGA + 80 x 25

    MOD - sfr 126 > console [0.000000] [ttyS0] activated

    MOD - sfr 127 > [0.000000] bytes allocated page_cgroup 23592960

    MOD - sfr 128 > [0.000000] Please try cgroup_disable = option of memory if you do not want

    MOD - sfr 129 > [0.000000] opening of audit...

    MOD - sfr 130 > [0.000000] bridge No. found AGP

    MOD - sfr 131 > [0.000000] memory: 2244276 k / 2347000 k available (code kernel 4733 k, absent 388 k)

    132 mod - SFR > 102336 k reserved, 2572 k data, 544 k init)

    MOD - sfr 133 > HPET [0.000000]: 3 timers in 0 total, timers will be used by cpu timer

    MOD - sfr 134 > [0.001999] calibration delay loop... 1056.76 BogoMIPS (lpj = 528384)

    MOD - sfr 135 > [0.028995] security framework initialized

    MOD - sfr 136 > [0,031995] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)

    MOD - sfr 137 > [0,038994] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)

    MOD - sfr 138 > [0,040993] mount-cache hash table entries: 256

    MOD - sfr 139 > [0,042993] initializing cgroup subsys ns

    MOD - sfr 140 > [0.043993] initializing cgroup subsys cpuacct

    MOD - sfr 141 > [0.044993] initializing cgroup subsys memory

    MOD - sfr 142 > [0.045993] CPU: L1 I cache: 32K, cache L1 D: 32K

    MOD - sfr 143 > [0.047992] CPU: L2 cache: 4096K

    MOD - sfr 144 > [0.048992] CPU 0/0 x 0-> node 0

    MOD - sfr 145 > [0.049992] ACPI: Core review 20080926

    MOD - sfr 146 > [0.053991] routing APIC put flat

    MOD - sfr 147 > [0.058991]... TIMER: vector = apic1 0 x 30 = 0 pin 1 = 2 apic2 = - 1 pin 2 =-1

    MOD - sfr 148 > [0.069989] CPU0: Intel CPU of QEMU virtual version 1.5.0 stepping 03

    MOD - sfr 149 > [0.072988] Booting processor APIC 0 1 x 1 ip 0 x 6000

    MOD - sfr 150 > CPU initialization [0.000999] #1

    MOD - sfr 151 > [0.000999] calibration delay loop... 1249.28 BogoMIPS (lpj = 624640)

    MOD - sfr 152 > [0.000999] CPU: L1 I cache: 32K, cache L1 D: 32K

    MOD - sfr 153 > [0.000999] CPU: L2 cache: 4096K

    MOD - sfr 154 > [0.000999] CPU 1/0 x 1-> node 0

    MOD - sfr 155 > [0.106983] CPU1: Intel CPU of QEMU virtual version 1.5.0 stepping 03

    MOD - sfr 156 > [0.110983] Booting processor APIC 0 2 x 2 ip 0 x 6000

    MOD - sfr 157 > [0.000999] init CPU #2

    MOD - sfr 158 > [0.000999] calibration delay loop... 1249.28 BogoMIPS (lpj = 624640)

    MOD - sfr 159 > [0.000999] CPU: L1 I cache: 32K, cache L1 D: 32K

    MOD - sfr 160 > [0.000999] CPU: L2 cache: 4096K

    MOD - sfr 161 > [0.000999] CPU 2/0 x 2-> node 0

    MOD - sfr 162 > [0.145977] CPU2: Intel CPU of QEMU virtual version 1.5.0 stepping 03

    MOD - sfr 163 > [0.150977] Brought up 3 processors

    MOD - sfr 164 > [0.151976] in Total, 3 active processors (3555,32 BogoMIPS).

    MOD - sfr 165 > net_namespace [0.155976]: 1280 bytes

    MOD - sfr 166 > [0.158975] NET: registered protocol family 16

    MOD - sfr 167 > [0.162975] ACPI: bus pci registered type

    MOD - sfr 168 > PCI [0.165974]: thanks to the type 1 for base configuration

    MOD - sfr 169 > [0.208968] ACPI: active interpreter

    MOD - sfr 170 > [0.210967] ACPI: (supports the S0-S5)

    MOD - sfr 171 > [0.212967] ACPI: IOAPIC using for the interrupt routing

    MOD - sfr 172 > ACPI [0.226965]: no dock devices found.

    MOD - sfr 173 > [0.228965] ACPI: PCI [PCI0] root bridge (0000:00)

    MOD - sfr 174 > pci 0000:00:01.3 [0.236963]: oddity: region b000-b03f claimed by PIIX4 ACPI

    MOD - sfr 175 > pci 0000:00:01.3 [0.238963]: oddity: region b100-b10f claimed by PIIX4 SMB

    MOD - sfr 176 > [0.284956] ACPI: PCI Interrupt Link [INKA] (IRQ 5 * 10 11)

    MOD - sfr 177 > [0.287956] ACPI: PCI Interrupt Link [LNKB] (IRQ 5 * 10 11)

    MOD - sfr 178 > [0.291955] ACPI: PCI Interrupt Link [LNKC] (IRQ 10 5 * 11)

    MOD - sfr 179 > [0.294955] ACPI: PCI Interrupt Link [LNKD] (IRQ 10 5 * 11)

    MOD - sfr 180 > [0.297954] ACPI: PCI Interrupt link [LNKS] (IRQ * 9)

    MOD - sfr 181 > [0.303953] SCSI subsystem initialized

    MOD - sfr 182 > [0.306953] usbcore: registered new interface driver usbfs

    MOD - sfr 183 > usbcore [0.308952]: coupling half seat new interface

    MOD - sfr 184 > [0.310952] usbcore: registered new driver usb device

    MOD - sfr 185 > PCI [0.313952]: ACPI using IRQ routing

    MOD - sfr 186 > [0.324000] cfg80211: using information field of static control

    MOD - sfr 187 > [0.326000] cfg80211: regulatory field: U.S.

    MOD - sfr 188 > [0.328000] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)

    MOD - sfr 189 > [0.330000] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)

    MOD - sfr 190 > [0.332000] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)

    MOD - sfr 191 > [0.334000] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)

    MOD - sfr 192 > [0.336000] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)

    MOD - sfr 193 > [0.338000] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)

    MOD - sfr 194 > [0.340000] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, MPC 3000)

    MOD - sfr 195 > [0.342000] cfg80211: composing the DREA for country: U.S.

    MOD - sfr 196 > NetLabel [0.344000]: initialization

    MOD - sfr 197 > NetLabel [0.346000]: domain hash size = 128

    MOD - sfr 198 > NetLabel [0.348000]: protocols = without LABEL CIPSOv4

    MOD - sfr 199 > NetLabel [0.350000]: no traffic allowed by default

    MOD - sfr 200 > hpet0 [0.352000]: to MMIO 0xfed00000, IRQ 2, 8, 0

    MOD - sfr 201 > hpet0 [0.355000]: 3 comparators, meter 100.000000 MHz 64-bit

    MOD - sfr 202 > [0.363162] pnp: ACPI PnP init

    MOD - sfr 203 > [0.364902] ACPI: type pnp registered bus

    MOD - sfr 204 > [0.373117] pnp: ACPI PnP: found 9 devices

    MOD - sfr 205 > [0.375853] ACPI: not ACPI pnp bus type

    MOD - sfr 206 > bus [0.390113]: 00 0 io port index: [0 x 00-0xffff]

    MOD - sfr 207 > bus [0.392654]: 00 1 mmio index: [0 x 000000-0xffffffffffffffff]

    MOD - sfr 208 > [0.396124] NET: registered to the family of protocols 2

    MOD - sfr 209 > [0,408163] hash table IP route cache entries: 131072 (order: 8, 1048576 bytes)

    MOD - sfr 210 > [0.418293] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)

    211 mod - SFR > s)

    MOD - sfr 212 > [0,430272] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)

    MOD - sfr 213 > [0.434109] TCP: Hash tables configured (established 524288 bind 65536)

    MOD - sfr 214 > [0.438086] TCP reno registered

    MOD - sfr 215 > [0.444206] NET: registered protocol family 1

    MOD - sfr 216 > [0.447125] check if image initramfs... it's

    MOD - sfr 217 > [6.518130] release initrd memory: 36972 released k

    MOD - sfr 218 > [6.569185] of the Microcode Update Driver: v2.00 [email protected] / * />, Peter

    MOD - sfr 219 > Oruba

    MOD - sfr 220 > HugeTLB [6.588064] saved page size of 2 MB, pre-allocated 0 pages

    MOD - sfr 221 > VFS [6,593576]: disk quotas dquot_6.5.1

    MOD - sfr 222 > [6,595689] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)

    MOD - sfr 223 > msgmni [6.605316] has been set to 4455

    MOD - sfr 224 > alg [6.612220]: no test for stdrng (krng)

    MOD - sfr 225 > block [6.615153] layer SCSI generic (bsg) version 0.4 (large 252 load driver

    MOD - sfr 226 > [6.618853] io Scheduler noop registered

    MOD - sfr 227 > [6.620963] registered early io Scheduler

    MOD - sfr 228 > registered [6.623461] deadline i/o Scheduler

    MOD - sfr 229 > [6.625704] io Scheduler cfq registered (default)

    MOD - sfr 230 > LTT [6.628422]: ltt-relay init

    MOD - sfr 231 > [6.631109] init ltt-control

    MOD - sfr 232 > LTT [6.662473]: init ltt-kprobes

    MOD - sfr 233 > pci 0000:00:00.0 [6.664400]: limitation of direct transfers of PCI/PCI

    MOD - sfr 234 > [6.667440] pci 0000:00:01.0: PIIX3: allowing Passive release

    MOD - sfr 235 > pci 0000:00:01.0 [6.670447]: workarounds activation ISA DMA hang

    MOD - sfr 236 > pci_hotplug [6.678607]: PCI Hot Plug PCI Core version: 0.5

    MOD - sfr 237 > processor [6.686734] ACPI_CPU:00: registered under cooling_device0

    MOD - sfr 238 > processor [6.690758] ACPI_CPU:01: registered under cooling_device1

    MOD - sfr 239 > processor [6.694508] ACPI_CPU:02: registered under cooling_device2

    MOD - sfr 240 > [6.745499] v1.2 of nonvolatile memory driver

    MOD - sfr 241 > [6.747732] Linux agpgart v0.103 interface

    MOD - sfr 242 > [6.751051] [drm] Initialized drm 1.1.0 20060810

    MOD - sfr 243 > series [6.753517]: 8250/16550 driver4 ports, IRQ sharing enabled

    MOD - sfr 244 > [7.006452] ÿ serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550

    MOD - sfr 245 > serial8250 [7.258458]: ttyS1 to I/O 0x2f8 (irq = 3) is a 16550

    MOD - sfr 246 > [7,266612] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550

    MOD - sfr 247 > [7,271074] 00:07: ttyS1 to I/O 0x2f8 (irq = 3) is a 16550

    MOD - sfr 248 > [7,276159] or floppy drives: fd0 1. 44 m, fd1 is 1.44 M

    MOD - sfr 249 > CDF [7.291444] 0 is a S82078B

    MOD - sfr 250 > brd [7.317314]: loaded module

    MOD - sfr 251 > loop [7.328490]: loaded module

    MOD - sfr 252 > [7.330818] driver Intel® Gigabit Ethernet network version 1.2.45 - k2

    MOD - sfr 253 > [7.334212] Copyright (c) 2008 Intel Corporation.

    MOD - sfr 254 > [7.337304] pcnet32.c:v1.35 21.Apr.2008 [email protected] / * /

    MOD - sfr 255 > [7.340979] e100: Intel® PRO/100 network driver, 3.5.23 - k6-NAPI

    MOD - sfr 256 > [7.344061] e100: Copyright (c) 1999-2006 Intel Corporation

    MOD - sfr 257 > [7.348056] sky2 driver version 1.22

    MOD - sfr 258 > console [7.353036] [netcon0] enabled

    MOD - sfr 259 > netconsole [7.354877]: network registration has started

    MOD - sfr 260 > [7.358495] entry: emulation of mouse button Macintosh as/devices/virtual/input/i

    MOD - sfr 261 > nput0

    MOD - sfr 262 > iSCSI [7.365941] loading transport class v2.0 - 870.

    MOD - sfr 263 > [7.375699] driver "sd" would need to discount - use the type_bus methods

    MOD - sfr 264 > driver [7.379516] "sr" needs updating - please use the type_bus methods

    MOD - sfr 265 > scsi0 [7.387492]: ata_piix

    MOD - sfr 266 > [7.391492] scsi1: ata_piix

    MOD - sfr 267 > [7.394664] ata1: PATA MWDMA2 cmd 0x1f0, 0x3f6 bmdma 0xc0c0 irq 14 ctl max

    MOD - sfr 268 > ata2 [7.398007]: PATA max MWDMA2 cmd 0 x 170 ctl 0 x 376 bmdma 0xc0c8 irq 15

    MOD - sfr 269 > ata1.00 [7.555320]: ATA-7: QEMU HARDDISK, 1.5.0 max UDMA/100

    MOD - sfr 270 > ata1.00 [7.558496]: 6291456 sectors, multi 16: LBA48

    MOD - sfr 271 > ata1.00 [7.562297]: set to MWDMA2

    MOD - sfr 272 > ata2.00 [7.718432]: ATAPI: QEMU DVD-ROM, 1.5.0 max UDMA/100

    MOD - sfr 273 > ata2.00 [7.722448]: set to MWDMA2

    MOD - sfr 274 > [7.726963] isa bounce pool size: 16 pages

    MOD - sfr 275 > [7.728428] 0:0:0:0 scsi: access live ATA QEMU HARD disk 1.5. PQ:

    MOD - sfr 276 > 0 ANSI: 5

    MOD - sfr 277 > sd 0:0:0:0 [7.733798]: [sda] 6291456 sectors of 512 bytes of material: (3.22 GB/3.00

    MOD - SFR 278 > GiB)

    MOD - sfr 279 > sd 0:0:0:0 [7.737586]: [sda] write protect is off

    MOD - sfr 280 > sd 0:0:0:0 [7.741046]: [sda] write cache: enabled, read cache: enabled, doesn'

    MOD - sfr 281 > t support DPO or FUA

    MOD - sfr 282 > sd 0:0:0:0 [7.744505]: [sda] 6291456 sectors of 512 bytes of material: (3.22 GB/3.00

    MOD - SFR 283 > GiB)

    MOD - sfr 284 > sd 0:0:0:0 [7.748396]: [sda] write protect is off

    MOD - sfr 285 > sd 0:0:0:0 [7.750876]: [sda] write cache: enabled, read cache: enabled, doesn'

    MOD - sfr 286 > t support DPO or FUA

    MOD - sfr 287 > [7.755364] sda: unknown partition table

    MOD - sfr 288 > [7.761433] sd 0:0:0:0: disk Attached SCSI [sda]

    MOD - sfr 289 > [7.765315] sd 0:0:0:0: Attached scsi generic sg0 type 0

    MOD - sfr 290 > [7.770345] 1:0:0:0 scsi: CD-ROM DVD-ROM QEMU, 1.5 QEMU. PQ:

    MOD - sfr 291 > 0 ANSI: 5

    MOD - sfr 292 > sr0 [7.777328]: scsi3-mmc drive: 4 x / 4 x cd/rw xa/form2 plateau

    MOD - sfr 293 > [7.780375] uniform CD-ROM review: 3.20

    MOD - sfr 294 > [7.785706] 1:0:0:0 sr: Attached scsi generic sg1 type 5

    MOD - sfr 295 > basic driver Fusion MPT [7.791309] 3.04.07

    MOD - sfr 296 > [7.793519] Copyright (c) 1999-2008 LSI Corporation

    MOD - sfr 297 > [7.795993] SPI Host MPT Fusion driver 3.04.07

    MOD - sfr 298 > Fusion MPT FC host [7.798893] driver 3.04.07

    MOD - sfr 299 > Fusion MPT SAS host [7.801803] driver 3.04.07

    MOD - sfr 300 > ehci_hcd [7.806451]: () 'Improved' USB 2.0 EHCI host controller driver

    MOD - sfr 301 > [7.810308] ohci_hcd: USB 1.1 'open' (OHCI) Host Controller Driver

    MOD - sfr 302 > uhci_hcd [7.814054]: pilot USB Universal Host Controller Interface

    MOD - sfr 303 > [7.818692] usbcore: registered new interface driver usblp

    MOD - sfr 304 > [7.821487] initializing USB Mass Storage driver...

    MOD - sfr 305 > [7.824998] usbcore: registered new driver usb-storage interface

    MOD - sfr 306 > [7.827794] USB Mass Storage support registered.

    MOD - sfr 307 > [7.830759] usbcore: registered new interface driver libusual

    MOD - sfr 308 > PNP [7.834894]: PS/2 controller [PNP0303:KBD, PNP0f13:MOU] 0 x 0, 60 x 64 irq 1.1

    MOD - sfr 309 > serio [7.841445]: 0 x 60 i8042 keyboard port, irq 0 x 64 1

    MOD - sfr 310 > serio [7.844551]: 0 x 60 i8042 port, irq 0 64 12 x

    MOD - sfr 311 > [7,852993] mouse: PS/2 mouse to common mechanism for all mice

    MOD - sfr 312 > [7,861470] 00:01 rtc_cmos: RTC may wake from S4

    MOD - sfr 313 > [7.864335] input: keyboard to translate the value 2 as/devices/platform/i8042/seri

    MOD - sfr 314 > o0/entry/entry 1

    MOD - sfr 315 > [7,865148] 00:01 rtc_cmos: RTC database: registered rtc_cmos as rtc0

    MOD - sfr 316 > rtc0 [7.865148]: alerts until one day, 114 bytes nvram, hpet IRQ

    MOD - sfr 317 > i2c/dev entries driver [7.865929]

    MOD - sfr 318 > md [7.867791]: raid1 personality registered for level 1

    MOD - sfr 319 > device - map [7.880892]: ioctl: 4.14.0 - ioctl (2008-04-23) initialized: dm - dev

    MOD - sfr 320 > [email protected] / * /

    MOD - sfr 321 > [7.885043] cpuidle: using Governor ladder

    MOD - sfr 322 > [7.887189] cpuidle: using the menu of Governor

    MOD - sfr 323 > [7.889424] no iBFT detected.

    MOD - sfr 324 > [7.907995] usbcore: registered new interface driver hiddev

    MOD - sfr 325 > [7.912219] usbcore: registered new interface driver usbhid

    MOD - sfr 326 > usbhid [7.914857]: kernel v2.6 HID Driver

    MOD - sfr 327 > [7.918409] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11

    MOD - sfr 328 > [7.920969] 0000:00:04.0 virtio-pci: PCI INT A-> link [LNKD]-> GSI 11 (level,

    329 mod - SFR > high)-> IRQ 11

    MOD - sfr 330 > [7.927488] ACPI: PCI Interrupt Link [INKA] enabled at IRQ 10

    MOD - sfr 331 > [7.930856] 0000:00:05.0 virtio-pci: PCI INT A-> link [INKA]-> GSI (level 10,

    332 mod - SFR > high)-> IRQ 10

    MOD - sfr 333 > [7.938651] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11

    MOD - sfr 334 > [7.942086] 0000:00:07.0 virtio-pci: PCI INT A-> link [LNKC]-> GSI 11 (level,

    335 mod - SFR > high)-> IRQ 11

    MOD - sfr 336 > vda [7.948686]: vda1 vda2 vda3< vda5="" vda6="" vda7="">

    MOD - sfr 337 > [7.964043] Advanced Linux Sound Architecture Driver Version 1.0.18rc3.

    MOD - sfr 338 > [7.973312] list of devices ALSA:

    MOD - sfr 339 > [7.974949] No soundcards found.

    MOD - sfr 340 > [7,976759] Netfilter messages via NETLINK v0.30.

    MOD - sfr 341 > [7.979604] nf_conntrack version 0.5.0 (16384 buckets, max 65536)

    MOD - sfr 342 > [7.983256] ctnetlink v0.93: registration with nfnetlink.

    MOD - sfr 343 > IPv4 [7.987257] pilot in IPv4 tunneling

    MOD - sfr 344 > ip_tables [7,991258]: (C) 2000-2006 Netfilter Core Team

    MOD - sfr 345 > [7.993887] registered TCP cubic

    MOD - sfr 346 > [7.995714] socket of netlink XFRM initialization

    MOD - sfr 347 > [7.999255] NET: registered to the family of protocols 10

    MOD - sfr 348 > [8.003264] lo: disabled Privacy Extensions

    MOD - sfr 349 > tunl0 [8.007258]: disabled Privacy Extensions

    MOD - sfr 350 > ip6_tables [8,011258]: (C) 2000-2006 Netfilter Core Team

    MOD - sfr 351 > [8.014386] IPv6 over IPv4 tunnel driver

    MOD - sfr 352 > sit0 [8.017431]: disabled Privacy Extensions

    MOD - sfr 353 > [8.021257] NET: registered protocol family 17

    MOD - sfr 354 > CPP [8.025256]: registered udp transport module.

    MOD - sfr 355 > CPP [8.026916]: registered tcp transport module.

    MOD - sfr 356 > taskstats registered [8,031108] version 1

    MOD - sfr 357 > [8.125760] input: ImExPS/2 generic explore Mouse as/devices/platform/i8042/s

    MOD - sfr 358 > erio1/entry/input2

    MOD - sfr 359 > [9,543210] queries send DHCP and RARP, OK

    MOD - sfr 360 > [10.161328] IP-Config: 0.0.0.0 DHCP response, my address is 192.168.10.1

    MOD - sfr 361 > 01

    MOD - sfr 362 > [10.173277] IP-Config: complete:

    MOD - sfr 363 > device [10.175341] = eth1, addr = 192.168.10.101, mask = 255.255.255.0 gw = 192,1

    MOD - sfr 364 > 68.10.2.

    MOD - sfr 365 > host [10.179964] = 192.168.10.101 = domain, nis-domain = (none).

    MOD - sfr 366 > [10.183083] bootserver = 0.0.0.0, rootserver = 0.0.0.0, rootpath =

    MOD - sfr 367 > [10.186725] release of kernel memory used: 544 k released

    MOD - sfr 368 > INIT: initialization version 2.86

    MOD - sfr 369 > [10.446791] version 124 udevd began

    MOD - sfr 370 > please wait: start...

    MOD - sfr 371 > climb: already mounted or busy/sys sysfs

    MOD - sfr 372 > mount: according to mtab, sysfs is already mounted on/sys

    MOD - sfr 373 > starting udev, udev [10.949268]: renamed cplane eth0 network interface

    MOD - sfr 374 > [10.962321] end_request: i/o error, dev fd0, sector 0

    MOD - sfr 375 > udev [10.979259]: renamed eth1 eth0 network interface

    MOD - sfr 376 > [11.535307] end_request: i/o error, dev fd0, sector 0

    MOD - sfr 377 > INIT: enter run level: 5

    MOD - sfr 378 > boot OpenBSD Secure Shell Server: sshd

    MOD - sfr 379 > generating ssh RSA key...

    MOD - sfr 380 > generating ssh DSA key...

    MOD - sfr 381 > fact.

    MOD - 382 LICO > demon from Advanced Configuration and Power Interface: acpid.

    MOD - sfr 383 > acpid: commissioning with proc fs

    MOD - sfr 384 > acpid: opendir(/etc/acpi/events): no such file or directory

    MOD - sfr 385 > starting Busybox inetd: inetd... done.

    MOD - sfr 386 > starting ntpd: fact

    MOD - sfr 387 > starting syslogd/klogd: fact

    MOD - sfr 388 >

    Services Cisco FirePOWER 5.4.1 boot image

    ASA - FP # sh mod sfr

    Model serial number of map mod

    ---- -------------------------------------------- ------------------ -----------

    SFR unknown n/a JAD192502N6

    MAC mod Fw Sw Version Version Version Hw address range

    ---- --------------------------------- ------------ ------------ ---------------

    SFR 80e0.1d7d.53bb to 80e0.1d7d.53bb / o

    The Application name of the SSM status Version of the Application of SSM mod

    ---- ------------------------------ ---------------- --------------------------

    Data on the State of mod aircraft compatibility status

    ---- ------------------ --------------------- -------------

    SFR recover not Applicable

    Which is expected. Then you must:

     session sfr console

    .. .and then login (admin / Admin123).

    You should get a prompt like:

     asasfr-boot>

    Run "setup" but to "bootstrap" basic settings (ip address, host name, etc.) on the partially initialized module.

    Then, install the system software image using the system command:

     asasfr-boot> system install [noconfirm] url

    Include the noconfirm option if you do not respond to the confirmation messages. Use an HTTP, HTTPS or FTP URL; If a user name and password are required, you will be asked for them. the URL must include the package (pkg) with the complete picture of SFR installation package.

    When the installation is complete, the system reboots. Allow or more than 10 minutes for the installation of the application component and fire ASA services start.

    The output of the show module sfr command should also show up to all processes.

  • Questions with ': ' failing in TimesTen 11.2.1... NodeId &gt;: NodeId

    After the upgrade to TimesTen 11.2.1 we noticed that some of our current sql statements fail.  These same instructions running applications on TT6.0. It is once the selection which is a failure.

    Select NodeId, Idx of Santera.eswitchInterface where ((NodeId > =: NodeId) and ((NodeId >: NodeId) or (Idx >: Idx))) order by NodeId, Idx (1, 0)(2, 0)

    CharacterSet is set to TimesTen8.

    If something has changed between TT6.0 and TT11.2 about this feature?

    I just noticed your mention of the ':' character in the title of the post. I think that your problem is not related to the ':' specifically but to change in the way in which multiple parameters with the same name are managed. Please see the description of the DSN connection attribute / 'DuplicateBindMode' in the TimesTen 11.2.1 reference Guide. To quote here:

    DuplicateBindMode

    This attribute determines if applications use traditional parameter binding TimesTen double occurrences of a parameter in a SQL statement or the Oracle parameter of type binding.

    Traditionally, TimesTen, multiple instances of the same name of parameter in a SQL statement are expected to be several occurrences of the same parameter. In the allocation of the parameters parameter numbers, TimesTen assigns a number of parameter only the first occurrence of each parameter name. The following occurrences of a masculine name do not receive their own parameter numbers. In this case, A TimesTen application binds a value for each parameter in a SQL statement. It cannot bind different values for different occurrences of the same parameter name, nor can he let parameters or parameter non consolidated occurrences. In the Oracle database, multiple instances of the same name of parameter in a SQL statement are considered to be different parameters. When assigning the parameter numbers, database Oracle assigns a number to each occurrence of parameter without taking into account the duplication of name. An Oracle database application, all least, binds a value to the first occurrence of each parameter name. For subsequent occurrences of a given parameter, the application can either leave the presence of parameters not consolidated, or it can bind a different value for the accident.

    The default value for this attribute is 0 (mode Oracle). It seems to me that you must use 1 (legacy mode TimesTen). A better longer term fix is to change SQL to be:

    Select NodeId, Idx of Santera.eswitchInterface where ((NodeId > =: NodeId1) and ((NodeId >: NodeId2) or (Idx >: Idx))) order by NodeId, Idx

    and change the application code to bind a value entry for the two ': NodeId1 'and': NodeId2'. It will work in both modes of binding and will allow you to move to the default binding mode (Oracle) which will be future proof your code against all this future moment when we decide to depreciate TimesTen link mode.

    Chris

  • VM seems to restart after DRS vmotions to different host

    One of my vm has been migrated to host a (esx 3.5) to host b (esx 3.5). When I checked the log of the virtual machine (32-bit RHEL5), all services seemed to have been restart without the virtual machine after being powerrd, handed on, shut down or a loss of power. I have not seen this before... what caused this and how it can be prevented.

    Side esx:

    DRS migrated mohamed of esx - 7sc to esx - 6sc cluster Cluster CLS in X

    Info 2010-01-14 12:44:40 Changed allocation of resources mohamed

    Info 2010-01-14 12:44:23 migration mohamed off-host esx - 7sc x

    Info 2010-01-14 12:44:04 mohamed migrating from esx - 7sc to esx - 6sc x

    Info 2010-01-14 12:44:04 task: migrating virtual machines

    The virtual machine

    Jan 14 12:40:52 foreign syslogd 1.4.1: restart.

    Jan 14 12:40:52 core of study abroad: klogd 1.4.1 source journal = / proc/kmsg began.

    Jan 14 12:40:52 core of study abroad: Linux version 2.6.18 - 164.10.1.el5 ([email protected]) (gcc 4.1.2 version 20080704 (Red Hat 4.1.2 - 46)) #1 SMP Wed Dec 30 18:35:37 EDT 2009

    Jan 14 12:40:52 core of study abroad: map of physical RAM provided BIOS:

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 0000000000010000 - 000000000009f800 (usable)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 000000000009f800 - 00000000000a 0000 (reserved)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: ca 00000000000 000 - 00000000000cc000 (reserved)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 0000000000100000 - 000000003e6f0000 (usable)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 000000003e6f0000 - 000000003e6ff000 (ACPI data)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 000000003e6ff000 - 000000003e700000 (ACPI NVS)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 000000003e700000 - 000000003e800000 (usable)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)

    Jan 14 12:40:53 core of study abroad: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)

    Jan 14 12:40:53 core of study abroad: BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved)

    Jan 14 12:40:53 core of study abroad: 104 MB HIGHMEM available.

    Jan 14 12:40:53 core of study abroad: 896 MB LOWMEM available.

    Jan 14 12:40:53 core of study abroad: found SMP MP-table at 000f6cd0

    Jan 14 12:40:53 core of study abroad: memory for the allowable range of kernel notwithin (0 x 0 to 0 x 0) crash

    Jan 14 12:40:53 core of study abroad: disabling kdump(1)

    Jan 14 12:40:53 core of study abroad: using x 86 segment limit to approach the protection NX

    Jan 14 12:40:53 core of study abroad: this DMI.

    Jan 14 12:40:53 core of study abroad: using APIC driver default

    Jan 14 12:40:53 core of study abroad: ACPI: PM - timer IO Port: 0 x 1008

    Jan 14 12:40:53 core of study abroad: ACPI: LAPIC (acpi_id0x00 active lapic_id0x00)

    Jan 14 12:40:53 core of study abroad: processor 0 # 06:15 APIC version 17

    Jan 14 12:40:53 core of study abroad: ACPI: LAPIC_NMI (acpi_id0x00-lint0x1 of high edge)

    Jan 14 12:40:53 core of study abroad: ACPI: IOAPIC (id0x01 address0xfec00000 gsi_base [0])

    Jan 14 12:40:53 core of study abroad: IOAPIC [0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23

    Jan 14 12:40:53 core of study abroad: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge of)

    Jan 14 12:40:53 core of study abroad: activation APIC mode: dish. 1 i/o using APICs

    Jan 14 12:40:53 core of study abroad: using ACPI (EMAC) for SMP configuration information

    Jan 14 12:40:53 core of study abroad: allocating from 40000000 PCI resources (gap: 3e800000:c0400000)

    Jan 14 12:40:53 core of study abroad: TSC: frequency read hypervisor

    Jan 14 12:40:53 core of study abroad: detected CPU 3000.106 MHz.

    Jan 14 12:40:53 core of study abroad: 1 built zonelists. Total pages: 256000

    Jan 14 12:40:53 core of study abroad: the kernel command line: ro root = / dev/VolGroup00/LogVol00 rhgb quiet

    Jan 14 12:40:53 core of study abroad: FPU fast save and restore activation... done.

    Jan 14 12:40:53 core of study abroad: allowing the use of unmasked SIMD FPU exception... done.

    Jan 14 12:40:53 core of study abroad: initializing CPU #0

    Jan 14 12:40:53 core of study abroad: CPU 0 irqstacks, hard soft c0762000 = = c0742000

    Jan 14 12:40:53 core of study abroad: PID hash table entries: 4096 (order: 12, 16384 bytes)

    Jan 14 12:40:53 core of study abroad: Console: color VGA + 80 x 25

    Jan 14 12:40:53 core of study abroad: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

    Jan 14 12:40:53 mcstransd of study abroad: mcstransd from

    Jan 14 12:40:53 core of study abroad: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

    Jan 14 12:40:53 core of study abroad: memory: 1006976 k/1024000 k available (kernel code of 2160 k, 16124 k reserved, 901 k data, 228 k init, 106432 k highmem)

    Jan 14 12:40:53 core of study abroad: check if this processor honours the WP bit even in supervisor mode... Ok.

    Jan 14 12:40:53 core of study abroad: (skipped) delay loop calibration, value calculated using the frequency of the clock... 6000.21 BogoMIPS (lpj = 3000106)

    Jan 14 12:40:53 core of study abroad: v1.0.0 security framework initialized

    Jan 14 12:40:53 core of study abroad: SELinux: during initialization.

    Jan 14 12:40:53 core of study abroad: selinux_register_security: registration capacity secondary module

    Jan 14 12:40:53 mcstransd of study abroad: initialized mcstransd

    Jan 14 12:40:53 core of study abroad: LSM capacity initialized as secondary

    Jan 14 12:40:53 core of study abroad: mount-cache hash table entries: 512

    Jan 14 12:40:53 core of study abroad: CPU: L1 I cache: 32 K, cache L1 D: 32 K

    Jan 14 12:40:53 core of study abroad: CPU: L2 cache: 4096 K

    Jan 14 12:40:53 core of study abroad: Intel supported control of machine architecture.

    Jan 14 12:40:53 core of study abroad: Intel machine check reporting enabled on CPU #0.

    Jan 14 12:40:53 core of study abroad: 'hlt' instruction of control... Ok.

    Jan 14 12:40:53 core of study abroad: the SMP alternatives: to get a code on the RISE

    Jan 14 12:40:53 core of study abroad: alternatives freeing SMP: 14 k released

    Jan 14 12:40:53 core of study abroad: ACPI: 20060707 basic review

    Jan 14 12:40:53 core of study abroad: CPU0: Intel (r) Xeon 5160 CPU @ 3 .00GHz stepping 08

    Jan 14 12:40:53 core of study abroad: Total of 1 processors enabled (6000,21 BogoMIPS).

    Jan 14 12:40:53 core of study abroad: ENABLING IRQ IO-APIC

    Jan 14 12:40:53 core of study abroad:... TIMER: vector = 0 x 31 apic1 = 0 Broche1 = 2 apic2 = - 1 pin 2 =-1

    Jan 14 12:40:53 core of study abroad: using the local APIC timer interrupts.

    Jan 14 12:40:53 core of study abroad: WARNING calibrate_APIC_clock: calibration of APIC timer can be a problem.

    Jan 14 12:40:53 core of study abroad: grew up CPU 1

    Jan 14 12:40:53 core of study abroad: check if the image is initramfs... it is

    Jan 14 12:40:53 core of study abroad: free memory of the initrd: 3143 k released

    Jan 14 12:40:53 core of study abroad: NET: registered protocol family 16

    Jan 14 12:40:53 core of study abroad: ACPI: bus pci registered type

    Jan 14 12:40:53 core of study abroad: PCI: entry revision 2.10 PCI BIOS to 0xfd9a0, last bus = 1

    Jan 14 12:40:53 core of study abroad: PCI: using the configuration of type 1

    Jan 14 12:40:53 core of study abroad: implementation of the standard PCI resources

    Jan 14 12:40:53 core of study abroad: ACPI: active interpreter

    Jan 14 12:40:53 core of study abroad: ACPI: IOAPIC using for the interrupt routing

    Jan 14 12:40:53 core of study abroad: ACPI: no dock devices found.

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Root Bridge PCI0 (0000:00)

    Jan 14 12:40:53 core of study abroad: PCI quirk: 1000-103f claimed by PIIX4 ACPI region

    Jan 14 12:40:53 core of study abroad: PCI quirk: 1040-104f claimed by PIIX4 SMB region

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Interrupt Link INKA (IRQ 3 4 5 6 7 9 10 11 14 15) * 0, disabled.

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Interrupt Link LNKB (IRQ 3 4 5 6 7 * 9 10 11 14 15)

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Interrupt Link LNKC (IRQ 3 4 5 6 7 9 10 * 11 14 15)

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Interrupt link LNKD (IRQ 3 4 5 6 7 9 10 11 14 15) * 0, disabled.

    Jan 14 12:40:53 core of study abroad: Linux Plug - and - Play Support v0.97 c Adam Belay

    Jan 14 12:40:53 core of study abroad: pnp: ACPI PnP init

    Jan 14 12:40:53 core of study abroad: pnp: ACPI PnP: found 12 devices

    Jan 14 12:40:53 study abroad kernel: usbcore: registered new driver usbfs

    Jan 14 12:40:53 study abroad kernel: usbcore: coupling new half registered

    Jan 14 12:40:53 core of study abroad: PCI: ACPI using IRQ routing

    Jan 14 12:40:53 core of study abroad: PCI: If a device does not work, try 'pci = routeirq '. If it helps, according to a report

    Jan 14 12:40:53 core of study abroad: NetLabel: initialization

    Jan 14 12:40:53 core of study abroad: NetLabel: hash of field size = 128

    Jan 14 12:40:53 core of study abroad: NetLabel: protocols = without LABEL CIPSOv4

    Jan 14 12:40:53 core of study abroad: NetLabel: no traffic allowed by default

    Jan 14 12:40:53 core of study abroad: PCI: Bridge: 0000:00:01.0

    Jan 14 12:40:53 core of study abroad: window of IO: disabled.

    Jan 14 12:40:53 core of study abroad: window MEM: disabled.

    Jan 14 12:40:53 core of study abroad: Windows PREFETCH: disabled.

    Jan 14 12:40:53 core of study abroad: NET: registered to the family of protocols 2

    Jan 14 12:40:53 core of study abroad: IP route cache hash table entries: 32768 (order: 5, 131072 bytes)

    Jan 14 12:40:53 core of study abroad: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)

    Jan 14 12:40:53 core of study abroad: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)

    Jan 14 12:40:53 core of study abroad: TCP: Hash tables configured (established 131072 bind 65536)

    Jan 14 12:40:53 core of study abroad: TCP reno registered

    Jan 14 12:40:53 core of study abroad: Simple Boot Flag to 0 x 36 set to 0x80

    Jan 14 12:40:53 core of study abroad: apm: BIOS version 1.2 flags 0 x 03 (Driver version 1.16ac)

    Jan 14 12:40:53 core of study abroad: apm: replaced by ACPI.

    Jan 14 12:40:53 core of study abroad: audit: (disabled) netlink socket initialization

    Jan 14 12:40:53 core of study abroad: type = audit(1263490801.693:1) 2000: initialized

    Jan 14 12:40:53 core of study abroad: highmem bounce pool size: 64 pages

    Jan 14 12:40:53 core of study abroad: HugeTLB Total allocated memory, 0

    Jan 14 12:40:53 core of study abroad: VFS: disk quotas dquot_6.5.1

    Jan 14 12:40:53 core of study abroad: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

    Jan 14 12:40:53 core of study abroad: initialize Cryptographic API

    Jan 14 12:40:53 core of study abroad: alg: no test for crc32c (crc32c-generic)

    Jan 14 12:40:53 study abroad rpc.statd1790: departure from the Version 1.0.9

    Jan 14 12:40:53 core of study abroad: ksign: installation of the public key data

    Jan 14 12:40:53 core of study abroad: loading keyring

    Jan 14 12:40:53 core of study abroad:-Add public key 1A9118D63F4F2E5A

    Jan 14 12:40:53 core of study abroad :-ID user: Red Hat, Inc. (Kernel Module GPG key)

    Jan 14 12:40:53 core of study abroad: registered io scheduler noop

    Jan 14 12:40:53 core of study abroad: early io registered Planner

    Jan 14 12:40:53 core of study abroad: period registered io Scheduler

    Jan 14 12:40:53 core of study abroad: io Scheduler cfq registered (default)

    Jan 14 12:40:53 core of study abroad: limitation of direct transfers of PCI/PCI.

    Jan 14 12:40:53 core of study abroad: pci_hotplug: PCI Hot Plug PCI Core version: 0.5

    Jan 14 12:40:53 core of study abroad: ACPI: processor CPU0 (supports 8 throttling States)

    Jan 14 12:40:53 core of study abroad: Real Time Clock Driver v1.12ac

    Jan 14 12:40:53 core of study abroad: no volatile memory driver v1.2

    Jan 14 12:40:53 core of study abroad: Linux agpgart interface v0.101 (c) Dave Jones

    Jan 14 12:40:53 core of study abroad: agpgart: Chipset Intel 440BX has detected.

    Jan 14 12:40:53 core of study abroad: agpgart: AGP aperture is 256 M @ 0x0

    Jan 14 12:40:53 core of study abroad: series: 8250/16550 pilot $Revision: 1.90 $4 ports, IRQ sharing enabled

    Jan 14 12:40:53 core of study abroad: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550

    Jan 14 12:40:53 core of study abroad: serial8250: ttyS1 to I/O 0x2f8 (irq = 3) is a 16550

    Jan 14 12:40:53 core of study abroad: 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550

    Jan 14 12:40:53 core of study abroad: 00:0 a: ttyS1 to I/O 0x2f8 (irq = 3) is a 16550

    Jan 14 12:40:53 core of study abroad: brd: module loaded

    Jan 14 12:40:53 core of study abroad: uniform cross-platform E-IDE driver revision: 7.00alpha2

    Jan 14 12:40:53 study abroad kernel: ide: assuming that the speed of the bus system 33 MHz for modes PIO; Override with idebus = xx

    Jan 14 12:40:54 core of study abroad: PIIX4: controller IDE PCI slot 0000:00:07.1

    Jan 14 12:40:54 core of study abroad: PIIX4: chipset revision 1

    Jan 14 12:40:54 core of study abroad: PIIX4: 100% not native mode: will probe IRQS later

    Jan 14 12:40:54 core of study abroad: ide0: BM - DMA at 1050 0 x - 0 x 1057, the BIOS settings: had: DMA, hdb:pio

    Jan 14 12:40:54 core of study abroad: had: VMware Virtual CDROM IDE Drive, ATAPI CD/DVD-ROM drive

    ...

    Jan 14 12:41:01 gpm2232 of study abroad: * info http://startup.c (95):

    Jan 14 12:41:01 gpm2232 of study abroad: started GPM. demon entry Mode.

    Jan 14 12:41:14 rhnsd2604 of the study abroad: Red Hat Network Services demon commissioning.

    Jan 14 12:41:20 smartd2691 of the study abroad: smartd version 5.38 i686-redhat-linux-gnu Copyright (C) 2002-8 Bruce Allen

    Jan 14 12:41:20 smartd2691 of the study abroad: Homepage is http://smartmontools.sourceforge.NET/

    Jan 14 12:41:20 smartd2691 of the study abroad: opens the /etc/smartd.conf file configuration

    Jan 14 12:41:20 smartd2691 of the study abroad: /etc/smartd.conf file parsed Configuration.

    Jan 14 12:41:20 study abroad smartd2691: Device: / dev/sda, open

    Jan 14 12:41:20 study abroad smartd2691: Device: / dev/sda (SMART) IE not enabled, skip device Try 'smartctl s on/dev/sda' to turn on SMART features

    Jan 14 12:41:20 smartd2691 of the study abroad: cannot save SCSI device/dev/sda to line 32 of the /etc/smartd.conf file

    Jan 14 12:41:20 smartd2691 of the study abroad: Device/dev/sda not available

    Jan 14 12:41:20 smartd2691 of the study abroad: monitoring ATA 0 and 0 SCSI devices

    Jan 14 12:41:20 smartd2693 of the study abroad: smartd a fork () ed in background mode. The PID = 2693.

    The time is accurate? Because VMotion started 4 minutes later according to the newspapers.

    ---

    MCSA, MCTS, VCP, VMware vExpert 2009

    http://blog.vadmin.ru

  • Add/sup cfselect entries

    I am building a product selector application. You can see a demo under http://www.rename.ch/test_productSelector/test.cfm. Idea is that you can select a category of products or subgroup in the cfselect leftmost box. On the selection, it will update automatically the container in the middle (a cfselect with bind-attribute) defined on the container on the left. Then, the user selects one or more products in the Middle a click on the right arrow button. Calling a javascript function that adds the items selected in the select box to the right and also removes the entries selected in the central area. Now the tricky part: If you select another group of products on the left side, the container in the Middle must select articles not already in the right container. I tried to transmit data in the right container to the binding attribute, but these data are always empty...?

    well, the answer myself... of course, it works, if I pass the content of the right most container in the impasse. Problem is that ONLY the selected entries will be transmitted. So, I expanded the addition/sup Javascript-functions, that they fill with a hidden form field, where all selected entries are in. Now it works perfectly!

  • CFSELECT bind to cfc

    I copied the code cfm and cfc directly from livedocs to CFSELECT. When I run it, nothing happens.
    When I check the javaScript console, in my view, the error _31c has no properties in the file CFIDE/scripts/ajax/package/cfajax.ja line: 1264
    Which is: If (typeof (_31c.length) == "number" & &! _31c.toUpperCase) { }

    Debugging ajax console has this:
    Info: http: response of invocation of CFCS:
    Info: http: /com/form.cfc?method=getMarkets HTTP GET & returnFormat = json & argumentCollection = % 7B % 22pPropertyType % 22% 3A % 22ind % 22 %7D & _cf_nodebug = true & _cf_nocache = true & _cf_clientid = 040CA886EBC6022C6B3CF49B5 7FAC070 & _cf_rc = 0
    Info: http: CFC call: / com/form.cfc, function: getMarkets, arguments: {"pPropertyType": "ind"}
    Info: LogReader: LogReader initialized
    Info: global: Logger initialized

    BTW: I copied the directory/CFIDE/scripts in the root Web where I work, I checked all of the included js files are present.
    Any ideas?

    SOLUTION!

    I commented the onRequest function in Application.cfc.

  • R cfselect

    Hello

    I searched for days for an answer to my problem: when new items are added to a cfselect, how do I update a cfselect without refreshing the whole page?

    MyForm1.cfm, has two related cases:

    < name cfselect = "collectedgenus."
    bind = "SWC:genus_species.getGenus()"
    bindOnLoad = 'true '.
    display = "kind".
    / >

    < name cfselect = 'cash '.
    bind = "SWC:genus_species.getSpecies({collectedgenus})"
    value = "get rid of".
    Size = '3 '.

    / >

    "collectedgenus" shows that like IE. Crassostrea, Pfiesteria, etc..  When you select a kind of 'collectedgenus' and 'species' is filled with information from related species/type.  For example, if Crassostrea is selected in 'collectedgenus', 'species' will display Crassoastrea virginia, Crassoastrea arikensis, etc..

    If the 'species' desired is not found, the user can add a new record.  The user clicks a button that opens a pop-up form (mypopup1.cfm).  This form contains a combo box "genre" and a text box for entry of the name of the species.  Thus, the user must select a genre of the 'genre' box, and then type the new name of the species.  If the desired type does not appear in the 'genre' box, the user can click a button (mypopup1.cfm) which opens a pop-up form (mypopup_genus.cfm), which allows a new type to enter.

    The problem is that 'collectedgenus' on myform1.cfm will not show the new genus unless I update myform1.cfm.  Otherwise, everything works great.

    Guidelines for the resolution of this problem will be very, very, very, very much appreciated!


    Here are two options undocumented

    http://cfsilence.com/blog/client/index.cfm/2007/10/22/refreshing-A-bound-CFSelect

    http://cfsearching.blogspot.com/2010/02/ColdFusion-9-yet-another-way-to-refresh.html

  • Anyone know what bindattribute done in CFINPUT and CFSELECT?

    G ' Day

    Now... < cfinput > and < cfselect > possess this bindattribute attribute.  The docs say this:

    [quote]

    Specifies the HTML tag attribute whose value is set by the bind attribute. You can specify attributes in tree DOM HTML to the browser, not specific to ColdFusion attributes.

    [/ quote]

    Right.  Good looking.

    So what is it then?  Anyone have any ideas?  Anyone got a demo code that shows it in action in a meaningful way?

    See you soon.

    --

    Adam

    (Ian, I see that you have been very busy here in my absence ;-)

    My understanding is that the bindAttribute attribute only works for HTML, the default format for cfform forms. It applies only for the fields , and , and the field must have a value for the binding attribute. Otherwise, Coldfusion ignores the bindAttribute value.

    For me, it only makes sense if the possible values of the bindAttribute are the names of these properties object for the DOM entry, DOM Textarea object and Select a DOM object, respectively, for which we can actually observe any dynamic change. For example,.

    bindAttribute = 'value' (the default when 'bind' attribute set, but not 'bindAttribute')
    bindAttribute = "size".
    bindAttribute = 'name '.
    and so on.

    It wouldn't make sense otherwise, isn't it? At least this is my opinion on the matter.

    The examples below are . You can work on the and similar examples for yourself.




    Area 1:



    Field 2:




    Field 2 b:






    Area 1:



    Area 3:




    Area 1:



    Area 4:



  • Data binding... Help!

    I have a flash cfgrid populated with a query. Under the grate, I have a form in which I want the fields to display whatever the person clicks on in the grid above so that they can update the news.

    Code:

    < cfform format = "flash" action = "library.cfm" skin "haloblue" name = 'Library' = > "

    < cfinput type = "hidden" name = "key" value = "yes" >



    < cfformgroup type = "horizontal" >



    < cfformgroup type = "Panel" label = "Food library" width = '988' >


    < name cfgrid = "gridfood."
    Query = "getfood."
    Height = "300".
    RowHeaders = "no" >


    < name cfgridcolumn = "FoodID.
    display = "no" >

    < name cfgridcolumn = "according to".
    Header = "name of the food.
    Width = "150" >

    < name cfgridcolumn = "category".
    Header = "Category" >

    < cfgridcolumn name = "description".
    Header = "Description".
    Width = "150" >

    < name cfgridcolumn = "manufacturer".
    Header = "Manufacturer" >

    < name cfgridcolumn = "unit".
    Header = "measure".
    Width = "50" >

    < cfgridcolumn type = "numeric".
    name = "phe".
    Header = "Phe".
    headerAlign = 'RIGHT '.
    dataAlign = 'RIGHT '.
    Width = "50" >

    < cfgridcolumn type = "numeric".
    name = "size".
    Header = "Serv/Size.
    headerAlign = 'RIGHT '.
    dataAlign = 'RIGHT '.
    Width = "50" >



    < / controls cfgrid >

    < / cfformgroup >

    < / cfformgroup >

    < cfformgroup type = "horizontal" >

    < cfformgroup type = "Panel" label = "entry or updated data" width = '988' >

    < name cfselect = "category".
    label = "" category: ""
    Query = 'getcategories '.
    value = "category".
    display = 'category' > < / cfselect >

    < cfinput type = "text".
    name = "according to".
    label = "name of the food.
    bind = "{gridfood. DataProvider [foodgrid. SelectedIndex] ['foodname']}. "
    onChange = "gridfood.dataProvider.editField (foodgrid.selectedIndex,"according to", foodname.text); ">
    < / cfformgroup >

    < / cfformgroup >


    < / cfform >

    Nothing appears in my browser. The title of the activity, it indicates a prerequisite failed. You are using Safari on Mac.

    Using IE 6 or 7 on windows nothing appears or the other.

    If I bind and onchange statements all fine poster.

    I also tried a simple binding declaration: bind = "{gridfood.selectedItem.foodname}" that won't work either. " When you use this simple version shows the shape but the link does not work. The rest field blank when I click on the items in the grid above.

    I am at a loss. I was this research all afternoon and can not operate.

    Help, please!

    Found the problem. After having rewritten the code until blue in the face it works finally. Don't know why, but I think that the case of my fields were not exactly the case of the fields in the database.

  • Refresh the binding once certain conditions are met

    Hi people,

    I have a cfselect that is linked to an entry. Type a few characters in the triggers entry select it update its contents (which she gets a JSON string).

    Works very well. But I want more! I want that the event occurs only after 3 or more characters are entered in the entry. I could use {filter@none} in the impasse, but then I must refresh somehow bind it programmatically.

    I did some fairly exhaustive Googling, without any satisfactory results. Maybe it's a stupid question or a very weird...

    Any ideas?

    < input type = "text" name = 'filter' id = "filter" >

    < name cfselect = "seladdress" id = "seladdress".
    bind = "URL:index.cfm? Event = addresses. "{List & surname={filter@keyup}".
    display = 'NAME '.
    value = "ID".
    bindOnLoad = "false".
    >

    Yes, it's me you answer me.

    You can do this through this:
    http://cfsilence.com/blog/client/index.cfm/2007/10/22/refreshing-A-bound-CFSelect

    Then you use cfajaxproxy, which connects directly to your CFC. Since I want all requests, even AJAX, through my framework (model glue) I will not use this way.

    See another solution to:
    http://www.trilobiet.nl/blog/index.cfm/Coldfusioncustomtags

  • How to bind a subvi (worksheet) with another VI

    Hello

    I want to know how to bind the data in the spreadsheet with the block diagram of the VI one another? IE I want to use 3 data collected in the worksheet block diagram has changed into a Subvi and this Subvi should be linked to another diagram of block that accepts these 3 entries to give a warning.

    Please help me how to link these two...:...

    Sorry, but I'm confused by most of your statements. There is a worksheet in Excel and a LabVIEW block diagram, but there is no such thing as a 'worksheet block diagram.

Maybe you are looking for