Working with Functions: Comparing Nodes

example code:
DEMO Code | XML
Everything works fine for the FilterBySubs function. It compares values info/depts/dept/subs = info/vendors/vendor/sub and returns only the vendors with these values. "CellPhone, TV and Internet" , then "Teen" is an example...kinda. You have to use your imagaination for the images.
PROBLEM:
However, the FilterByDept function is not recognizing the paths. It should be trying to compare: info/depts/dept@name = info/vendors/vendor/dept
I think it has to do with the way the Nested Data(dsMainDept is not nested) is handled in the function but I'm not sure how to rewrite it. Any help on how to solve is appreciated.
-LH-
Function example:
function FilterByDept(depts)
var filterDept = function(ds, row, index)
        var da = row.ds_XMLNode.getElementsByTagName("dept");
        for (var i = 0; i < da.length; i++)
            var value = Spry.Data.XMLDataSet.getNodeText(da[ i ]);
            if (depts == value)
            return row;
dsVendor.filter(filterDept);

View link in firefox...IE is not rendering tooltip correctly. XML schema has changed so ignore top examples.
Same problem:
onClick: if info/depts/dept/name = info/vendors/vendor/dept, show all vendors with selected parent dept in dsVendors region and change nested data region to display sub depts. Displaying sub depts works fine but Function 'FilterByDept' still not responding or filtering. Should work similar to FilterBySub function.
Appreciate any help.

Similar Messages

  • "Show Desktop" doesn't work with function keys

    I recently upgraded to snow leopard, while doing so I was messing with my expose settings, switching which shortcuts I want with what keys, and now I can't get "show desktop" to work with any of the function keys. I can set it to the shift key or something like that, but that's inconvenient. I've already gone to the keyboard section in system pref and set them to default, still nothing. Any ideas why this could happen?

    Yes, I have the same issue on my MacBook pro. I used to have to press fn F11 to get the desktop to show in via Expose but now I am not able to access any of the F key functions since they are already predefined by volume, screen brightness etc.

  • Problem while working with function module RFC_READ_TABLE

    Dear Experts,
                     I am facing a problem while working on the FM RFC_READ_TABLE, in which there is a tables parameter options which is of table type, to which I am passing the condition of selection.  In the debugg mode I found the select quiry in the source code of function module is not executing the condition passed in the options parameter.
    My actual requirement is to fetch all the custom programs in a remote server, the code I have written is below.
    TYPES :
             BEGIN OF ty_tadir,
               pgmid  TYPE pgmid,
               object TYPE  trobjtype,
               obj_name  TYPE  sobj_name,
             END OF ty_tadir.
    DATA : it_tadir TYPE STANDARD TABLE OF ty_tadir,
            wa_tadir TYPE ty_tadir.
      data: stmp_dokhl  like TAB512       occurs 100000 with header line.
      data: options1    like rfc_db_opt occurs     10 with header line.
    data: wa_options1 like line of options1.
      data: nametab1    like rfc_db_fld  occurs     10 with header line.
    START-OF-SELECTION.
    DATA : W_VALUE(5)  TYPE C,
           W_VALUE1(20) TYPE C.
    W_VALUE1 =  'OBJ_NAME like'.
    W_VALUE = 'z*'.
    CONCATENATE 'OBJ_NAME LIKE' ' ''' W_VALUE '''' INTO OPTIONS1-TEXT.
    CONCATENATE W_VALUE1 W_VALUE INTO wa_OPTIONS1-TEXT SEPARATED BY SPACE.
    APPEND wa_OPTIONS1 to OPTIONS1.
    CLEAR wa_OPTIONS1.
        call function 'RFC_READ_TABLE'
             destination                'zard'
             exporting
                  query_table          = 'TADIR' "'ZBANK_GUARANTEE'
             tables
                  options              = options1
                  fields               = nametab1
                  data                 = stmp_dokhl
             exceptions
                  table_not_available  = 1
                  table_without_data   = 2
                  option_not_valid     = 3
                  field_not_valid      = 4
                  not_authorized       = 5
                  data_buffer_exceeded = 6
                  others               = 7 .
    Please give me some inputs on this,
    With warm regards,
    Murthy.
    Edited by: pr murthy on Sep 18, 2008 1:49 PM
    Edited by: pr murthy on Sep 18, 2008 2:14 PM

    Hi
    I have tried this and with small change this is working fine.
    TYPES :
    BEGIN OF ty_tadir,
    pgmid TYPE pgmid,
    object TYPE trobjtype,
    obj_name TYPE sobj_name,
    END OF ty_tadir.
    DATA : it_tadir TYPE STANDARD TABLE OF ty_tadir,
    wa_tadir TYPE ty_tadir.
    data: stmp_dokhl like TAB512 occurs 100000 with header line.
    data: options1 like rfc_db_opt occurs 10 with header line.
    data: wa_options1 like line of options1.
    data: nametab1 like rfc_db_fld occurs 10 with header line.
    START-OF-SELECTION.
    DATA : W_VALUE(5) TYPE C,
    W_VALUE1(20) TYPE C.
    W_VALUE1 = 'OBJ_NAME LIKE ''Z%'''.
    wa_options1-text = w_value1.
    APPEND wa_OPTIONS1 to OPTIONS1.
    CLEAR wa_OPTIONS1.
    call function 'RFC_READ_TABLE'
    *destination 'zard'
    exporting
    query_table = 'TADIR' "'ZBANK_GUARANTEE'
    tables
    options = options1
    fields = nametab1
    data = stmp_dokhl
    exceptions
    table_not_available = 1
    table_without_data = 2
    option_not_valid = 3
    field_not_valid = 4
    not_authorized = 5
    data_buffer_exceeded = 6
    others = 7 .

  • Oracle Applications 11i Load Balancing does not work with RAC one Node

    Hi all,
    Could you help me to resolve this issue.
    Architecture environment is :
    - One APPS tier node
    - Two nodes Oracle Database Appliance (Primary node 1 holds INSTANCE_1 et Secondary node is configurured to holds INSTANCE_2), i.e RAC one Node.
    - The primary node have instance_name SIGM_1 and the secondary node have instance_name SIGM_2, but in RAC one node, the secondary instance is not alive.
    We convert our EBS 11i environment to RAC following note ID Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 11i [ID 823586.1].
    When testing Database failover, Oracle Applications 11i load balancing does not work anymore.
    The root cause is that, when the primary node of the Rac one node is down, the INSTANCE_NAME_1 is automaically relocating to the surviving node,.
    During test failover, we imagine that when the primary node goes down, the secondary node start or relocate database with instance_name SIGM_2, and in that case the Oracle Applications load balancing works.
    Currently, when the primary node goes down, the instance_name SIGM_1 is relocated on the secondary node, which cause failure of Oracle Applications Load Balancing.
    Thank you for your advice.
    Moussa

    This is something I observed a long time ago for Safari (ie: around version 1). I'm not sure this is Safari, per se, but OpenSSL that is responsible for the behavior. I'm pretty sure Chrome does this and I've seen some Linux browsers do it.
    What I have done at the last two companies I've worked for is recommend that our clients do not use SSL SessionID as the way of tracking sticky sessions on web servers, but instead using IP address. This works in nearly all cases and has few downsides. The other solution is to use some sort of session sharing on your web servers to mitigate the issue (which also means that your web servers aren't a point of failure for your users' sessions). (One of the products I supported had no session information stored on the web servers, so we could safely round-robin requests, the other product could be implemented with a Session State Server... but in most cases we just used IP address to load balance with). The other solution is to configure your load balancer to terminate the SSL tunnel. You get some other benefits from this, such as allowing your load balancer to reduce the number of actual connections to the web servers. I've seen many devices setup this way.
    One thing to consider through this is that - due to the way internet standards work - this really can't be termed a bug on anyone's part. There is no guarantee in the SSL/TLS standards that a client will return the same SSL Session ID for each request and there is not requirement that subsequent requests will even use the same tunnel. Remember, HTTP is a stateless protocol. Each request is considered a new request by the web server and everything else is just trickery to try and get it to work the way you want. You can be annoyed at Safari's behavior, but it's been this way for over 5 years by my count, so I don't expect it to change.

  • Can RAC work with only 1 node "temporarly"?

    Hi
    I have 2 nodes RAC , when node2 is off , node1 can't start , its crs hang
    is that normal , is that the design of RAC , and if that correct , so if node2 have an outage , should node1 be able to serve the appliation alone ?!
    Thanks

    and when i start rac2 , the crs on rac1 works and it works on rac2 as well
    here is the log of ocssd.log on rac1 after i started rac2
    [    CSSD]2009-09-06 14:50:41.984 [3019697040] >TRACE: clssnmRcfgMgrThread: Local Join
    [    CSSD]2009-09-06 15:17:51.524 [61832080] >TRACE: clssnmReadDskHeartbeat: node 2, rac2, has a disk HB, but no network HB, DHB has rcfg 144596742, wrtcnt, 1252711, LATS 963874, lastSeqNo 1252711, timestamp 1252214274/4294298960
    [    CSSD]2009-09-06 15:17:53.205 [131464080] >TRACE: clssnmConnComplete: MSGSRC 2, type 5, node 2, flags 0x0001, con 0x98eae78, probe (nil), nodekillsz 0
    [    CSSD]2009-09-06 15:17:53.205 [131464080] >TRACE: clssnmConnComplete: node 2, rac2, con(0x98eae78), probcon((nil)), ninfcon((nil)), node unique 1252214272, prev unique 0, msg unique 1252214272 node state 0
    [    CSSD]2009-09-06 15:17:53.206 [131464080] >TRACE: clssnmsendConnAck: node 2, node state 0
    [    CSSD]2009-09-06 15:17:53.206 [131464080] >TRACE: clssnmSendConnAck: connected to node 2 , ninfcon (0x98eae78), state (0)
    [    CSSD]2009-09-06 15:17:53.206 [131464080] >TRACE: clssnmConnComplete: connecting to node 2 (con 0x98eae78), ninfcon (0x98eae78), state (0)
    [    CSSD]2009-09-06 15:17:53.206 [131464080] >TRACE: clssnmConnComplete: ninf->killinfosz 0
    [    CSSD]2009-09-06 15:17:53.681 [61832080] >TRACE: clssnmReadDskHeartbeat: node 2, rac2, has a disk HB, but no network HB, DHB has rcfg 144596742, wrtcnt, 1252712, LATS 966024, lastSeqNo 1252712, timestamp 1252214276/4294300300
    [    CSSD]2009-09-06 15:17:55.953 [61832080] >TRACE: clssnmReadDskHeartbeat: node 2, rac2, has a disk HB, but no network HB, DHB has rcfg 144596742, wrtcnt, 1252713, LATS 968294, lastSeqNo 1252713, timestamp 1252214278/4294302220
    [    CSSD]2009-09-06 15:33:47.231 [61832080] >TRACE: clssnmReadDskHeartbeat: node 3, rac3, has a disk HB, but no network HB, DHB has rcfg 144596742, wrtcnt, 58771, LATS 1919434, lastSeqNo 58771, timestamp 1252215232/4294269600
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >WARNING: clssnmLocalJoinEvent: takeover succ
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmDoSyncUpdate: Initiating sync 0
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmDoSyncUpdate: diskTimeout set to (29997000)ms
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmSetupAckWait: Ack message type (11)
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmSetupAckWait: node(1) is ALIVE
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmSetupAckWait: node(2) is ALIVE
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmSetFirstIncarn: Incarnation 0
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmSetFirstIncarn: Node 1 incarnation 144596742
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmSetFirstIncarn: Node 2 incarnation 144596742
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmSetFirstIncarn: Node 3 incarnation 144596742
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmSetFirstIncarn: Incarnation set to 144596743
    [    CSSD]2009-09-06 15:33:48.141 [3019697040] >TRACE: clssnmSendSync: syncSeqNo(144596743)
    [    CSSD]2009-09-06 15:33:48.142 [3019697040] >TRACE: clssnmWaitForAcks: Ack message type(11), ackCount(2)
    [    CSSD]2009-09-06 15:33:48.142 [131464080] >TRACE: clssnmHandleSync: diskTimeout set to (29997000)ms
    [    CSSD]2009-09-06 15:33:48.142 [131464080] >TRACE: clssnmHandleSync: Acknowledging sync: src[1] srcName[rac1] seq[1] sync[144596743]
    [    CSSD]2009-09-06 15:33:48.142 [3019697040] >TRACE: clssnmWaitForAcks: done, msg type(11)
    [    CSSD]2009-09-06 15:33:48.142 [3019697040] >TRACE: clssnmNeedConfReq: No configuration to change
    [    CSSD]2009-09-06 15:33:48.142 [3019697040] >TRACE: clssnmDoSyncUpdate: node(1) is transitioning from joining state to active state
    [    CSSD]2009-09-06 15:33:48.142 [3019697040] >TRACE: clssnmDoSyncUpdate: node(2) is transitioning from joining state to active state
    [    CSSD]2009-09-06 15:33:48.142 [3019697040] >TRACE: clssnmSetupAckWait: Ack message type (13)
    [    CSSD]2009-09-06 15:33:48.142 [3019697040] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2009-09-06 15:33:48.142 [3019697040] >TRACE: clssnmSetupAckWait: node(2) is ACTIVE
    [    CSSD]2009-09-06 15:33:48.142 [3019697040] >TRACE: clssnmSendVote: syncSeqNo(144596743)
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmWaitForAcks: Ack message type(13), ackCount(2)
    [    CSSD]2009-09-06 15:33:48.143 [131464080] >TRACE: clssnmSendVoteInfo: node(1) syncSeqNo(144596743)
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmWaitForAcks: done, msg type(13)
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmCheckDskInfo: Checking disk info...
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmCheckDskInfo: diskTimeout set to (29997000)ms
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmEvict: Start
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmWaitOnEvictions: Start
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmSetupAckWait: Ack message type (15)
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmSetupAckWait: node(1) is ACTIVE
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmSetupAckWait: node(2) is ACTIVE
    [    CSSD]2009-09-06 15:33:48.143 [3019697040] >TRACE: clssnmSendUpdate: syncSeqNo(144596743)
    [    CSSD]2009-09-06 15:33:48.150 [3019697040] >TRACE: clssnmWaitForAcks: Ack message type(15), ackCount(2)
    [    CSSD]2009-09-06 15:33:48.150 [131464080] >TRACE: clssnmUpdateNodeState: node 0, state (0/0) unique (0/0) prevConuni(0) birth (0/0) (old/new)
    [    CSSD]2009-09-06 15:33:48.151 [131464080] >TRACE: clssnmUpdateNodeState: node 1, state (2/3) unique (1252212629/1252212629) prevConuni(0) birth (144596743/144596743) (old/new)
    [    CSSD]2009-09-06 15:33:48.151 [131464080] >TRACE: clssnmUpdateNodeState: node 2, state (2/3) unique (1252214272/1252214272) prevConuni(0) birth (144596743/144596743) (old/new)
    [    CSSD]2009-09-06 15:33:48.151 [131464080] >TRACE: clssnmUpdateNodeState: node 3, state (0/0) unique (0/0) prevConuni(0) birth (0/0) (old/new)
    [    CSSD]2009-09-06 15:33:48.237 [3086318064] >USER: NMEVENT_SUSPEND [00][00][00][00]
    [    CSSD]2009-09-06 15:33:51.312 [131464080] >TRACE: clssscInitSAGEFencing: kgzf fence initialization successfully started
    [    CSSD]2009-09-06 15:33:51.312 [131464080] >USER: clssnmHandleUpdate: SYNC(144596743) from node(1) completed
    [    CSSD]2009-09-06 15:33:51.312 [131464080] >USER: clssnmHandleUpdate: NODE 1 (rac1) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-09-06 15:33:51.312 [131464080] >USER: clssnmHandleUpdate: NODE 2 (rac2) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-09-06 15:33:51.312 [131464080] >TRACE: clssnmHandleUpdate: diskTimeout set to (29997000)ms
    [    CSSD]2009-09-06 15:33:51.312 [131464080] >WARNING: CLSSNMCTX_NODEDB_UNLOCK: lock held for 3170 ms
    [    CSSD]2009-09-06 15:33:51.321 [3019697040] >TRACE: clssnmWaitForAcks: done, msg type(15)
    [    CSSD]2009-09-06 15:33:51.522 [131464080] >TRACE: clssnmConnComplete: MSGSRC 3, type 5, node 3, flags 0x0001, con 0x97d53f8, probe (nil), nodekillsz 0
    [    CSSD]2009-09-06 15:33:51.523 [131464080] >TRACE: clssnmConnComplete: node 3, rac3, con(0x97d53f8), probcon((nil)), ninfcon((nil)), node unique 1252215231, prev unique 0, msg unique 1252215231 node state 0
    [    CSSD]2009-09-06 15:33:51.524 [131464080] >TRACE: clssnmsendConnAck: node 3, node state 0
    [    CSSD]2009-09-06 15:33:51.524 [131464080] >TRACE: clssnmSendConnAck: connected to node 3 , ninfcon (0x97d53f8), state (0)
    [    CSSD]2009-09-06 15:33:51.524 [131464080] >TRACE: clssnmConnComplete: connecting to node 3 (con 0x97d53f8), ninfcon (0x97d53f8), state (0)
    [    CSSD]2009-09-06 15:33:51.524 [131464080] >TRACE: clssnmConnComplete: ninf->killinfosz 0
    [    CSSD]2009-09-06 15:33:53.021 [3019697040] >TRACE: clssnmDoSyncUpdate: Sync 0 complete!
    [    CSSD]2009-09-06 15:33:53.027 [2988227472] >TRACE: clssgmReconfigThread: started for reconfig (144596743)
    [    CSSD]2009-09-06 15:33:53.027 [2988227472] >TRACE: KGZF: context successfully initialized, API version 1.1
    [    CSSD]2009-09-06 15:33:53.027 [2988227472] >TRACE: clssscSAGEInitFenceCompl: kgzf fence initialization successfully completed
    [    CSSD]2009-09-06 15:33:53.027 [2988227472] >USER: NMEVENT_RECONFIG [00][00][00][06]
    [    CSSD]2009-09-06 15:33:53.027 [2988227472] >TRACE: clssgmEstablishConnections: 2 nodes in cluster incarn 144596743
    [    CSSD]2009-09-06 15:33:53.236 [3051432848] >TRACE: clssgmInitialRecv: (0x97d0798) accepted a new connection from node 2 born at 144596743 active (2, 2), vers (11,1,1,2)
    [    CSSD]2009-09-06 15:33:53.236 [3051432848] >TRACE: clssgmInitialRecv: conns done (2/2)
    [    CSSD]2009-09-06 15:33:53.237 [2988227472] >TRACE: clssgmEstablishMasterNode: MASTER for 144596743 is node(1) birth(144596743)
    [    CSSD]2009-09-06 15:33:53.237 [2988227472] >TRACE: clssgmChangeMasterNode: requeued 0 RPCs
    [    CSSD]2009-09-06 15:33:53.237 [2988227472] >TRACE: clssgmMasterCMSync: Synchronizing group/lock status
    [    CSSD]2009-09-06 15:33:53.237 [2988227472] >TRACE: clssgmMasterSendDBDone: group/lock status synchronization complete
    [    CSSD]CLSS-3000: reconfiguration successful, incarnation 144596743 with 2 nodes
    [    CSSD]CLSS-3001: local node number 1, master node number 1
    [    CSSD]2009-09-06 15:33:53.387 [2988227472] >TRACE: clssgmReconfigThread: completed for reconfig(144596743), with status(1)
    [    CSSD]2009-09-06 15:33:53.435 [156081040] >TRACE: clsc_event_hndlr: (0x98365f8) answer error, rc 15
    [    CSSD]2009-09-06 15:33:53.436 [156081040] >TRACE: clsc_event_hndlr: (0x98365f8) answer error, rc 15
    [    CSSD]2009-09-06 15:33:55.124 [156081040] >TRACE: clssgmCommonAddMember: clsomon joined (1/0x1000000/#CSS_CLSSOMON)
    [    CSSD]2009-09-06 15:33:56.891 [131464080] >TRACE: clssnmHandleSync: diskTimeout set to (29997000)ms
    [    CSSD]2009-09-06 15:33:56.891 [131464080] >TRACE: clssnmHandleSync: Acknowledging sync: src[2] srcName[rac2] seq[1] sync[144596744]
    [    CSSD]2009-09-06 15:33:56.893 [3019697040] >TRACE: clssnmRcfgMgrThread: initial lastleader(2) unique(1252214272)
    [    CSSD]2009-09-06 15:33:56.893 [3086318064] >USER: NMEVENT_SUSPEND [00][00][00][06]
    [    CSSD]2009-09-06 15:33:57.006 [131464080] >TRACE: clssnmSendVoteInfo: node(2) syncSeqNo(144596744)
    [    CSSD]2009-09-06 15:33:57.129 [131464080] >TRACE: clssnmUpdateNodeState: node 0, state (0/0) unique (0/0) prevConuni(0) birth (0/0) (old/new)
    [    CSSD]2009-09-06 15:33:57.129 [131464080] >TRACE: clssnmUpdateNodeState: node 1, state (3/3) unique (1252212629/1252212629) prevConuni(0) birth (144596743/144596743) (old/new)
    [    CSSD]2009-09-06 15:33:57.129 [131464080] >TRACE: clssnmUpdateNodeState: node 2, state (3/3) unique (1252214272/1252214272) prevConuni(0) birth (144596743/144596743) (old/new)
    [    CSSD]2009-09-06 15:33:57.129 [131464080] >TRACE: clssnmUpdateNodeState: node 3, state (1/3) unique (1252215231/1252215231) prevConuni(0) birth (0/144596744) (old/new)
    [    CSSD]2009-09-06 15:33:57.129 [131464080] >USER: clssnmHandleUpdate: SYNC(144596744) from node(2) completed
    [    CSSD]2009-09-06 15:33:57.129 [131464080] >USER: clssnmHandleUpdate: NODE 1 (rac1) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-09-06 15:33:57.129 [131464080] >USER: clssnmHandleUpdate: NODE 2 (rac2) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-09-06 15:33:57.129 [131464080] >USER: clssnmHandleUpdate: NODE 3 (rac3) IS ACTIVE MEMBER OF CLUSTER
    [    CSSD]2009-09-06 15:33:57.129 [131464080] >TRACE: clssnmHandleUpdate: diskTimeout set to (29997000)ms
    [    CSSD]2009-09-06 15:33:57.130 [2988227472] >TRACE: clssgmReconfigThread: started for reconfig (144596744)
    [    CSSD]2009-09-06 15:33:57.130 [2988227472] >USER: NMEVENT_RECONFIG [00][00][00][0e]
    [    CSSD]2009-09-06 15:33:57.131 [2988227472] >TRACE: clssgmEstablishConnections: 3 nodes in cluster incarn 144596744
    [    CSSD]2009-09-06 15:33:59.759 [3051432848] >TRACE: clssgmInitialRecv: (0x9900bb0) accepted a new connection from node 3 born at 144596744 active (3, 3), vers (11,1,1,2)
    [    CSSD]2009-09-06 15:33:59.759 [3051432848] >TRACE: clssgmInitialRecv: conns done (3/3)
    [    CSSD]2009-09-06 15:33:59.760 [2988227472] >TRACE: clssgmEstablishMasterNode: MASTER for 144596744 is node(1) birth(144596743)
    [    CSSD]2009-09-06 15:33:59.760 [2988227472] >TRACE: clssgmMasterCMSync: Synchronizing group/lock status
    [    CSSD]2009-09-06 15:33:59.795 [2988227472] >TRACE: clssgmMasterSendDBDone: group/lock status synchronization complete
    [    CSSD]CLSS-3000: reconfiguration successful, incarnation 144596744 with 3 nodes
    [    CSSD]CLSS-3001: local node number 1, master node number 1
    [    CSSD]2009-09-06 15:34:00.200 [2988227472] >TRACE: clssgmReconfigThread: completed for reconfig(144596744), with status(1)
    Thanks

  • Push notifications not working with production (apnagent nodes Js)

    Hi,
    When we tested the push notification in sandbox using apnagent node JS it worked well. But when we switch the sandbox to production it is not working. When we debug the server side we are not getting any errors also in production, but push notifications are delivered to the devices.
    First we thought it is a certificate issues and then revoked all the certificates in the portal and created new certificates still no luck.
    Can any one tell me why push notifications are not working in production.
    Thanks in advance!

    You're welcome. The request has been sent in. I first saw your post in the Using Apple Support Communities Forum, now I see it's been moved to the iPod Forum, hopefully it will get moved again.
    iIt's been moved.

  • Is Multi Mapping will work with  node function useAsMany with SP10 ?

    Hi friends,
                    I  am  working some sample Multi Mapping scenario . My XI 3.0   SP is  10 .
                    I am getting the following error , while i am testing the Mapping with <b>useAsMany Node function </b> it  is giving the Following Error
    <b>
      Cannot produce target element /ns0:Messages/ns0:Message1/ns1:MT_MSG_IB[2]/root/Element1. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd</b>
                     Will Multi Mapping work with this SP 10 ?
    Best Regards.,
    V.Rangarajan

    Hi ,
           I have just taken the Model as the following link
            /people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi
            I have designed the Objects  as same as which is specified  in that link  . But my Service pack is 10.
            It is showing the above specified error
    Regards.,
    V.Rangarajan

  • Function keys no longer working with a new keyboard...

    I got a new keyboard and my function keys no longer work with it.  I am used to have them used in the standard format, i.e. F10-F12 control the voume, etc.  I have the "Use all f1,f2, etc." button clicked.  I have also tried restarting my computer.  Any thoughts?

    Try doing a SMC reset and PRAM reset.
    SMC RESET
    Shut down the computer.
    Unplug the computer's power cord and all peripherals.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Attach the computers power cable.
    Press the power button to turn on the computer.
    PRAM RESET
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • I have a PowerBook G4 with a non-functioning monitor.  It used to work with an external monitor, but I reinstalled the OS, which cleared the display preferences and now when I restart it won't detect the external monitor. How do I fix?

    I have a PowerBook G4 with a non-functioning monitor.  It used to work with an external monitor, but I reinstalled the OS, which cleared the display preferences and now when I restart it won't detect the external monitor. This means I can't use the computer anymore. How do I fix? I tried using the Command+F2 keyboard shortcut, but it doesnt' work.  It's possible that since I reinstalled the OS, it still needs to be set up, so there's only a welcome screen (but since I can't see it I'm not sure).

    There is no limit to the number of times you can re-install Office on the same computer.
    You can activate by telephone:
    The last paragraph is the relevant bit

  • Hi, I have a late 2011 MacBook Pro but cant get the mirroring function to work with Apple TV.  I've got the most recent Software 10.7.5 but cant see the mirroring icon or turn this on.  I'm able to mirror from my Ipad but not my Mac, any thoughts?

    Hi, I have a late 2011 MacBook Pro but cant get the mirroring function to work with Apple TV.  I've got the most recent Software 10.7.5 but cant see the mirroring icon or turn this on.  I'm able to mirror from my Ipad but not my Mac, any thoughts?

    Welcome to the Apple Support Communities
    AirPlay Mirroring is supported on your Mac, but it needs OS X Mountain Lion (10.8). See > http://support.apple.com/kb/HT5404
    You have two possibilities:
    1. Make a backup, open App Store and purchase Mountain Lion to upgrade to this OS X. Then, you will find the AirPlay Mirroring icon at the top right of the display, on the menu bar, or on System Preferences > Displays.
    2. Keep OS X Lion and use AirParrot > http://www.airparrot.com
    Both options work properly, but I recommend AirPlay Mirroring as it doesn't need a third-party program

  • HP Digital Filing function doesn't work with Mountain Lion....?!

    My HP Officejet L7780 is an All-in-One with a fabulous feature of Direct Digital Filing allowing us to do a digital scan and filing into a folder on my Mac. It is operated entirely from the printer by a single button.
    It works perfectly on my MBP with Snow Leopard.
    On my new MBP with Mountain Lion this function does not work - (the printer cannot find the computer, or says it is not turned on or it is not accessible..) Applecare cannot explain it - the Apple Genius does not know how to fix it - HP washes their hands saying the printer is no longer Supported.....
    I have a perfectly good printer/scanner/copier/fax - and i can still call a scan from my computer - but i can no longer send a file from the printer.
    I've done all the software downloads, uninstalled and reinstalled all the MAC-OS and Printer software, 3 times - looked throughout the HP website for udpate drivers to work with OS10.8
    Does anyone know how to fix it, please ?

    Hi ShlomiL,
    Thanks - i'm sure your answer is correct, it is totally consistent with the observed facts. but i ask myself WHY, oh WHY does Apple do such a short-sighted move to cut off legacy apps or legacy hardware forcing people either to not adopt their latest hardware/software, or waste totally good office equipment which is still perfectly workable.
    As luck would have it, i have an MBP with OS10.6 for my business - i can do a Direct Digital file scan to it perfectly OK but my new Retina MBP which i use for all my personal finances, taxes etc is the one i want to use with the printer, at home.
    I can get stuff from the scanner to my home MBP but have to do that poor workaround - and i refuse to be forced to trash a perfectly good 4 year old printer just to please some software re-designer.
    Is there a work-around (hack ?) where i can download the old SMB file/driver into Mountain Lion and replace the SMBX version which comes with the new OS, please ?

  • I am using Windows 7 64-bit on a partitioned hard drive on a MacAir.  The trackpad will only work with a click.  How do I get the full function of tap and scroll?

    I am using Windows 7, 64-bit on a partitioned hard drive on a  2012 MacAir.  The trackpad only works with clicking.  How do I get the full function of tap and scroll? (I have this on a 2011 Mac Pro with 32 bit Windows 7 and it works properly.)

    Windows Control Panel>Boot Camp Control Panel>Trackpad.

  • Can someone recommend a good multi-function scanner/printer/copier that works with Mac OS 10.6.8?

    I've just purchased a Canon Image Class MF4570dn. Very disappointed to find that whatever I do I cannot get the scanner to work & the Apple support board is of no help.
    It seems like there is a conflict with OS 10.6.8 that does not let the scanner get recognized by any scanning software -- either the Mac native software in Preview or the Canon software included on CD with the box & via download from Canon's site. The Canon software is called "MF Toolbox" but for the life of me I can't get it to start without instantly crashing!
    Any suggestions of set-ups that are working with you on a similar system set-up would be much appreciated!

    This is  discouraging! I ended up trying Canon because my Macbook Pro suddenly stopped recognizing my previous HP scanner -- a MF inkjet printer.
    I have been looking at HP multi-function lasers in lieu of this faulty Canon I just returned.
    I intend to be doing very simple things with whatever MF unti I end upw ith -- no printing or scanning over the network. I'm happy to connect it directly to my computer via USB. So I'm not sure I'd experience the problems you are having.
    Maybe I should go w/ one of these Brother units? Is there anyone on this board that can attest to these machines working with MacBook Pros?
    Brother 7360: http://www.amazon.com/Brother-Printer-MFC7360N-Monochrome-Networking/dp/B004QM99 K0/ref=wl_it_dp_o_npd?ie=UTF8&coliid=I15YVL1HDHBT59&colid=RBYVZUYOZJW
    Brother 7065: http://www.amazon.com/Brother-Printer-DCP7065DN-Monochrome-Multi-Function/dp/B00 4ULP9QA/ref=wl_it_dp_o_npd?ie=UTF8&coliid=I145LC68RYCBED&colid=RBYVZUYOZJW
    Brother 7860: http://www.amazon.com/Brother-Printer-MFC7860DW-Wireless-Monochrome/dp/B004QM99J G/ref=wl_it_dp_o_npd?ie=UTF8&coliid=IK7O05NXDN5B&colid=RBYVZUYOZJW

  • Look Up function is not working with custom dictionary - How can I solve this?

    Hi everyone,
    I recently installed a Chinese-English dictionary known as 小词典 or Xiao CiDian using the .mpkg file that I downloaded from the website (here's a link: http://xiaocidian.com/). The dictionary package was added to the native Dictionary application on my Mac. When I go to the Dictionary application and search for Chinese words, there are no problems – results just come up as they should. The website claims that the Look Up function should work with this dictionary as well, and that I should be able to look up the definitions of any Chinese words that I come across (which makes sense, seeing as it's integrated into the native Dictionary application). The problem? It's not happening. I've tried all the ways that I have found to get to the Look Up pop-up dialog box – Ctrl-Cmd-D, right-click and the Lion three-finger double-tap gesture – but all that ever happens is that the dialog box comes up, saying "No results found". Does anyone know why this is happening? Should I try reinstalling the dictionary? Thanks in advance to anyone who can give some advice.

    If you don't get an answer here, you might want to search/ask in the Chinese Mac list:
    http://groups.google.com/group/chinesemac

  • AcroPDF ActiveX print functions are not working with Adobe Reader 9.2 / Actobat Reader 9.3

    AcroPDF ActiveX print functions are not working with Reader 9.2/9.3. Tried ActiveX print functions like printPages(), printAll(), printWithDialog(), none of them is working. Tried on platforms: XP 32 bit and Win7 32 bit. These print functions all work fine with Adobe Reader 9.1.0. or 8.2.0 or 8.1.0 on XP 32 bit or Win7 32 bit.
    The way I have my setup: I have created a C/C++ project with AcroPDF MFC ActiveX classes. I have created an AcroPDF object in there, and then calling it's LoadFile() function passing a pdf file in the parameter. Then calling the printPages() or printAll() function. With Adobe Reader 9.1.0. or 8.2.0 or 8.1.0, printing is starting through the default printer without any problem. As soon as I update the reader version to 9.2 or more, the same code stops working.
    Is anybody noticing any similar issue? Any info on this will be highly appreciated. Thank you!

    Unfortunately printWithDialog() is also not working. Actually none of the print functions like Print(), printWithDialog(), printPages(), printPagesFit(), printAll(), printAllFit() are working. All of them works fine though with older reader.
    BTW, what security related changes are there for printPages() and printAll()? Can you please elaborate on that? Is there any workaround?

Maybe you are looking for

  • Inventory management

    Hi, In Inventory management ...for reports i am using standard queries taken from metadata repository but i am not using the standard cube instead using a custom cube and copied all those queries on to custom cube...since for all figures routines hav

  • Sending mail to the sap mail box

    In BP what type of communication method to be maintained if i want to send message through actions to the creators sap inbox.

  • Shifting from EAS to Outlook Sync - will I lose my contacts?

    The contacts currently on my iPhone were synced there using Exchange Active Sync from my work e-mail account. If I disable/delete the work account, is there any way to ensure the contacts are preserved? I will be changing to sync with a local Outlook

  • Is this normal for MBP 2007 after 10.5.7 update

    Hi, Is it normal for the left side usb not to be able to power my external hardrive (western digital pocket drive) after the 10.5.7 update? The right side usb powers it fine (the side without the power adapter plugin). I am not sure if the left side

  • WUC-18 when trying to run webutil demo form

    We set up Oracle Webutil, but are getting this java console output when trying to run the demo form: Oracle JInitiator: Version 1.3.1.13 Using JRE version 1.3.1.13-internal Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\me