Expand_All, Collapse_All to work for nodes

Dear Experts,
currently a report is being displayed using CL_GUI_ALV_TREE which has toolbar buttons like expand_all, collapse_all, select_all, deselect_all .
I have the following tree structure:
Node--> 10001  City   Zipcode
  Leaf **           date   DOJ
  Leaf **           date   DOJ   
Node--> 10002 City   Zipcode
  Leaf **           date   DOJ
  Leaf **           date   DOJ   
Can Someone tell how the above buttons will work
I used Call method tree1-->expand_nodes
but somehow it's not working , actually i am not getting all the node keys of the tree to pass it to the above method.
Is there any example program in the system or anyone have done this and can explain.
Thanks and regards

hi,
see this example....
data:
  begin of fs_spfli,
  expand.
  include structure spfli.
data end of fs_spfli.
data: gr_table type ref to cl_salv_hierseq_table.
data: ispfli like  table of fs_spfli.
data: isflight type table of sflight.
data: ibinding type salv_t_hierseq_binding.
data: xbinding type salv_s_hierseq_binding.
data: gr_functions type ref to cl_salv_functions.
data: gr_columns type ref to cl_salv_columns_hierseq.
data: gr_column type ref to cl_salv_column_hierseq.
data: gr_level type ref to cl_salv_hierseq_level.
select * into corresponding fields of table ispfli from spfli.
select * into table isflight from sflight.
xbinding-master = 'CARRID'.
xbinding-slave = 'CARRID'.
append xbinding to ibinding.
xbinding-master = 'CONNID'.
xbinding-slave = 'CONNID'.
append xbinding to ibinding.
cl_salv_hierseq_table=>factory(
  exporting
    t_binding_level1_level2 = ibinding
  importing
    r_hierseq = gr_table
  changing
    t_table_level1 = ispfli
    t_table_level2 = isflight ).
gr_functions = gr_table->get_functions( ).
gr_functions->set_all( abap_true ).
  gr_columns = gr_table->get_columns( level = 1 ).
  gr_columns->set_expand_column( 'EXPAND' ).  " <=========
gr_level = gr_table->get_level( 1 ).
gr_level->set_items_expanded( ).
gr_table->display( ).<b></b><i></i>
Regards,
  Naresh.

Similar Messages

  • Where used list is not working for IMG nodes/Document   in solar01

    hi experts
    In template project , we are using same IMG objects in different business processes and subsequent configuration document is attached to each IMG node in configuration tab.  ( like same IMG node  -  define order types used in different business process configuration tab )
    when i use " where used list " from the configuration tab , its not showing the IMG objects  used in different business processes in the same project. whereas its showing the IMG nodes used in the different project.
    I need to find out the same IMG objects/ document  used in the same project using the " Where used list " button.
    Please provide your answers
    Note : we have linked one configuration document to same IMG nodes used in different business. " where used list " also not working for documents as well
    Thanks
    Sol man

    Hello there,
    I just tried some tests and couldn't face any problem with locating other usages for the objects in configuration tab.
    You mentioned a configuration document, so have in mind that the document usage will only be considered if it is a link to the same document and not just a copy.
    e.g:
    Here I created a document in this node:
    Then I added it as a link here:
    and as a copy here:
    When I go back to the original node and use the where-used, it'll only show the original and the link:
    This happens because after copying a document, it is considered as a new one instead of another usage of the original one.
    best regards,
    Fabricius

  • Missing self ID for node ...

    For no apparent reason, my G5 has been having kernel panics (i.e., the grey screen full of text in different languages, telling you to press the power key).
    It has been doing it repeatedly, and I'm not sure I "fixed" it--I turned off a FW800 drive, just as a best-guess without much else to go on.
    Repeated boots (after the kernel panic) and I get the following in the console log:
    Missing self ID for node 2!
    or
    Missing self ID for node 3!
    Any guess what this is?
    Here's the full log for this evening:
    Sep 11 11:58:11 Powermac-G5 cp: error processing extended attributes: Operation not permitted
    Sep 11 14:55:31 Powermac-G5 ntpd[148]: time reset -1.316868 s
    Sep 11 18:00:07 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:02:07 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:02:23 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:02:38 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:03:08 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:03:38 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:04:09 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:04:39 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:09 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:40 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:51 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:52 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:22:12 Powermac-G5 kernel[0]: (default pager): [KERNEL]: no space in available paging segments
    Sep 11 18:25:48 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:34:59 Powermac-G5 loginwindow[84]: sendQuitEventToApp (Image Capture Extension): AESendMessage returned error -1712
    Sep 11 18:34:59 Powermac-G5 loginwindow[84]: sendQuitEventToApp (iCalAlarmScheduler): AESendMessage returned error -1712
    Sep 11 18:35:00 Powermac-G5 loginwindow[84]: sendQuitEventToApp (Microsoft AU Daemon): AESendMessage returned error -1712
    Sep 11 18:35:00 Powermac-G5 loginwindow[84]: sendQuitEventToApp (Archive Assistant Scheduler): AESendMessage returned error -1712
    Sep 11 18:35:02 Powermac-G5 loginwindow[84]: sendQuitEventToApp (EyeTV Helper): AESendMessage returned error -1712
    Sep 11 18:35:14 Powermac-G5 shutdown: reboot by scott:
    Sep 11 18:35:15 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:35:15 Powermac-G5 kernel[0]: jnl: close: flushing the buffer cache (start 0x1aec00 end 0x1b2e00)
    Sep 11 18:35:16 Powermac-G5 SystemStarter[1270]: authentication service (1280) did not complete successfully
    Sep 11 18:35:17 Powermac-G5 SystemStarter[1270]: Operating System enhancements for Virtual PC (1283) did not complete successfully
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: The following StartupItems failed to properly start:
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: /System/Library/StartupItems/AuthServer
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: - execution of Startup script failed
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: - execution of Startup script failed
    Sep 11 18:36:08 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 18:36:07 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 18:36:08 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 18:36:07 localhost memberd[45]: memberd starting up
    Sep 11 18:36:08 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 18:36:08 localhost kernel[0]: 107 prelinked modules
    Sep 11 18:36:08 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 18:36:08 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 18:36:08 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 18:36:08 localhost kernel[0]: DART enabled
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 18:36:08 localhost kernel[0]: Security auditing service present
    Sep 11 18:36:08 localhost kernel[0]: BSM auditing present
    Sep 11 18:36:08 localhost kernel[0]: disabled
    Sep 11 18:36:08 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 18:36:08 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 18:36:08 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 18:36:07 localhost lookupd[49]: lookupd (version 369.5) starting - Mon Sep 11 18:36:07 2006
    Sep 11 18:36:08 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 18:36:08 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 18:36:07 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 0
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 18:36:08 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 18:36:08 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 18:36:08 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 18:36:08 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 18:36:09 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 18:36:09 localhost diskarbitrationd[44]: disk2s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 18:36:09 localhost lookupd[75]: lookupd (version 369.5) starting - Mon Sep 11 18:36:09 2006
    Sep 11 18:36:10 localhost diskarbitrationd[44]: disk3s10 hfs 4A47D829-0F41-392E-83A2-453E3C5352AE OWC Mercury Elite /Volumes/OWC Mercury Elite
    Sep 11 18:36:11 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 18:36:11 localhost configd[42]: AppleTalk startup
    Sep 11 18:36:11 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 18:36:13 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:14 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:14 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 18:36:14 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 18:36:14 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 18:36:15 Powermac-G5 loginwindow[84]: Login Window Started Security Agent
    Sep 11 18:36:16 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:16 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 18:36:16 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 18:36:16 Powermac-G5 lookupd[100]: lookupd (version 369.5) starting - Mon Sep 11 18:36:16 2006
    Sep 11 18:36:16 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 18:36:16 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 18:36:16 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 18:36:18 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 18:36:18 Powermac-G5 SystemStarter[51]: Operating System enhancements for Virtual PC (136) did not complete successfully
    Sep 11 18:36:19 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 18:36:19 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:19 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 18:36:20 Powermac-G5 personalbackupd[223]: Launching PBX4Daemon
    Sep 11 18:36:22 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:24 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:26 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:28 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:30 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:31 Powermac-G5 SystemStarter[51]: The following StartupItems failed to properly start:
    Sep 11 18:36:31 Powermac-G5 SystemStarter[51]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 18:36:31 Powermac-G5 SystemStarter[51]: - execution of Startup script failed
    Sep 11 18:36:34 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:36 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:38 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:42 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:46 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:47 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:36:48 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:52 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:52 Powermac-G5 diskarbitrationd[44]: SystemUIServer [228]:33795 not responding.
    Sep 11 18:36:56 Powermac-G5 mDNSResponder: NAT Port Mapping (YM339TUBPXJ.ttp4daemon.tcp.486313426450874.): timeout
    Sep 11 18:37:11 Powermac-G5 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Sep 11 18:37:19 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:46:23 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 21:21:32 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:39:26 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:44 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:45 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:46 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:47 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:49 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:49 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:50 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:51 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:43:00 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:43:00 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:43:00 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:43:00 localhost memberd[45]: memberd starting up
    Sep 11 22:43:00 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:43:00 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:43:00 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:43:00 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:43:00 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:43:00 localhost kernel[0]: DART enabled
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:43:00 localhost kernel[0]: Security auditing service present
    Sep 11 22:43:00 localhost kernel[0]: BSM auditing present
    Sep 11 22:43:00 localhost kernel[0]: disabled
    Sep 11 22:43:00 localhost lookupd[48]: lookupd (version 369.5) starting - Mon Sep 11 22:43:00 2006
    Sep 11 22:43:00 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:43:00 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:43:00 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 22:43:00 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:43:00 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:43:00 localhost kernel[0]: jnl: replay_journal: from: 5103104 to: 1012736 (joffset 0x4aa000)
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: HFS: Removed 6 orphaned unlinked files
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:43:00 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 0
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:43:00 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:43:00 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:43:00 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:43:00 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:43:01 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:43:01 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:01 localhost lookupd[75]: lookupd (version 369.5) starting - Mon Sep 11 22:43:01 2006
    Sep 11 22:43:01 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 22:43:01 localhost kernel[0]: jnl: replay_journal: from: 4856320 to: 8896512 (joffset 0x197f000)
    Sep 11 22:43:03 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:03 localhost configd[42]: AppleTalk startup
    Sep 11 22:43:03 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 22:43:03 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 22:43:06 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:07 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 22:43:07 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 22:43:07 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 22:43:07 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:07 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 22:43:07 Powermac-G5 loginwindow[81]: Login Window Started Security Agent
    Sep 11 22:43:08 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 22:43:08 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 22:43:08 Powermac-G5 lookupd[91]: lookupd (version 369.5) starting - Mon Sep 11 22:43:08 2006
    Sep 11 22:43:08 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:43:08 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 22:43:08 Powermac-G5 diskarbitrationd[44]: disk3s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 22:43:10 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:10 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 22:43:11 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 22:43:11 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 22:43:12 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:13 Powermac-G5 personalbackupd[208]: Launching PBX4Daemon
    Sep 11 22:43:14 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:14 Powermac-G5 niutil: NetInfo timeout connecting to local domain, sleeping
    Sep 11 22:43:20 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 22:43:32 Powermac-G5 diskarbitrationd[44]: SystemUIServer [209]:26627 not responding.
    Sep 11 22:43:32 Powermac-G5 kernel[0]: jnl: replay_journal: from: 1781248 to: 1880064 (joffset 0x4000)
    Sep 11 22:44:52 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:44:51 localhost memberd[45]: memberd starting up
    Sep 11 22:44:52 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:44:51 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:44:52 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:44:52 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:44:52 localhost lookupd[49]: lookupd (version 369.5) starting - Mon Sep 11 22:44:52 2006
    Sep 11 22:44:52 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:44:52 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:44:52 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:44:52 localhost kernel[0]: DART enabled
    Sep 11 22:44:52 localhost kernel[0]: USB caused wake event (EHCI)
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:44:52 localhost kernel[0]: Security auditing service present
    Sep 11 22:44:52 localhost kernel[0]: BSM auditing present
    Sep 11 22:44:52 localhost kernel[0]: disabled
    Sep 11 22:44:52 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:44:52 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 22:44:52 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:44:52 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:44:52 localhost kernel[0]: jnl: replay_journal: from: 1012736 to: 13521920 (joffset 0x4aa000)
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:44:52 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 0
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:44:52 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:44:52 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:44:52 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:44:52 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:44:52 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:44:52 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:52:06 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:52:06 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:52:07 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:52:06 localhost memberd[45]: memberd starting up
    Sep 11 22:52:07 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:52:07 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:52:07 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:52:07 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:52:07 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:52:07 localhost kernel[0]: DART enabled
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:52:07 localhost kernel[0]: Security auditing service present
    Sep 11 22:52:07 localhost kernel[0]: BSM auditing present
    Sep 11 22:52:07 localhost kernel[0]: disabled
    Sep 11 22:52:07 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:52:07 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 22:52:07 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:52:07 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:52:07 localhost kernel[0]: jnl: journal start/end pointers reset! (jnl 0x2677e60; s 0x1c4000 e 0x1c4000)
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:06 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:52:07 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:52:06 localhost lookupd[49]: lookupd (version 369.5) starting - Mon Sep 11 22:52:06 2006
    Sep 11 22:52:07 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 0
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:52:07 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:52:07 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:52:07 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:52:07 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:52:07 localhost lookupd[62]: lookupd (version 369.5) starting - Mon Sep 11 22:52:07 2006
    Sep 11 22:52:07 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 22:52:08 localhost diskarbitrationd[44]: disk2s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 22:52:10 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:10 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 22:52:10 localhost configd[42]: AppleTalk startup
    Sep 11 22:52:10 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 22:52:12 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:13 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:13 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 22:52:13 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 22:52:13 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 22:52:14 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 22:52:14 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 22:52:14 Powermac-G5 lookupd[81]: lookupd (version 369.5) starting - Mon Sep 11 22:52:14 2006
    Sep 11 22:52:14 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 22:52:14 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 22:52:16 Powermac-G5 loginwindow[79]: Login Window Started Security Agent
    Sep 11 22:52:16 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 22:52:16 Powermac-G5 SystemStarter[52]: Operating System enhancements for Virtual PC (117) did not complete successfully
    Sep 11 22:52:17 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 22:52:17 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 22:52:17 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 22:52:19 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:21 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:23 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:27 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:29 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:32 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:32 Powermac-G5 mDNSResponder: NAT Port Mapping (YM339TUBPXJ.ttp4daemon.tcp.486313426450874.): timeout
    Sep 11 22:52:34 Powermac-G5 diskarbitrationd[44]: SystemUIServer [188]:27651 not responding.
    Sep 11 22:52:35 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:37 Powermac-G5 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Sep 11 22:52:39 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:41 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:41 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:52:43 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:45 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:47 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:49 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:51 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:53 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:55 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:57 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:59 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:03 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:05 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:07 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:09 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:13 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:15 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:17 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:19 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:21 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:25 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:54:20 Powermac-G5 diskarbitrationd[44]: disk3s10 hfs 4A47D829-0F41-392E-83A2-453E3C5352AE OWC Mercury Elite /Volumes/OWC Mercury Elite
    Sep 11 22:54:22 Powermac-G5 SystemStarter[52]: The following StartupItems failed to properly start:
    Sep 11 22:54:22 Powermac-G5 SystemStarter[52]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 22:54:22 Powermac-G5 SystemStarter[52]: - execution of Startup script failed
    Sep 11 22:54:25 Powermac-G5 personalbackupd[286]: Launching PBX4Daemon
    Sep 11 22:54:42 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:57:16 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:57:15 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:57:16 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:57:15 localhost memberd[45]: memberd starting up
    Sep 11 22:57:16 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:57:15 localhost lookupd[47]: lookupd (version 369.5) starting - Mon Sep 11 22:57:15 2006
    Sep 11 22:57:16 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:57:16 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:57:16 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:57:16 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:57:16 localhost kernel[0]: DART enabled
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:57:16 localhost kernel[0]: Security auditing service present
    Sep 11 22:57:16 localhost kernel[0]: BSM auditing present
    Sep 11 22:57:16 localhost kernel[0]: disabled
    Sep 11 22:57:16 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:57:16 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 22:57:16 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:57:16 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:57:16 localhost kernel[0]: jnl: replay_journal: from: 7165952 to: 12227072 (joffset 0x4aa000)
    Sep 11 22:57:16 localhost kernel[0]: in6ifattachloopback: failed to configure the loopback address on lo0 (errno=55)
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:57:16 localhost kernel[0]: HFS: Removed 2 orphaned unlinked files
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:57:16 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 0
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:57:16 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:57:16 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:57:16 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:57:16 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:57:17 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 22:57:17 localhost kernel[0]: jnl: replay_journal: from: 8962560 to: 9044992 (joffset 0x197f000)
    Sep 11 22:57:17 localhost diskarbitrationd[44]: disk2s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 22:57:17 localhost kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:57:20 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:20 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:57:22 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 22:57:22 localhost configd[42]: AppleTalk startup
    Sep 11 22:57:22 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 22:57:23 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 22:57:23 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 22:57:23 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:23 Powermac-G5 lookupd[76]: lookupd (version 369.5) starting - Mon Sep 11 22:57:23 2006
    Sep 11 22:57:23 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 22:57:23 Powermac-G5 loginwindow[78]: Login Window Started Security Agent
    Sep 11 22:57:24 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 22:57:24 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 22:57:26 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:26 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 22:57:27 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:27 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 22:57:27 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 22:57:27 Powermac-G5 lookupd[116]: lookupd (version 369.5) starting - Mon Sep 11 22:57:27 2006
    Sep 11 22:57:27 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 22:57:28 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 22:57:29 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:30 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:31 Powermac-G5 SystemStarter[53]: Operating System enhancements for Virtual PC (128) did not complete successfully
    Sep 11 22:57:34 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:35 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 22:57:37 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:39 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:41 Powermac-G5 diskarbitrationd[44]: SystemUIServer [94]:20483 not responding.
    Sep 11 22:57:41 Powermac-G5 mDNSResponder: NAT Port Mapping (YM339TUBPXJ.ttp4daemon.tcp.486313426450874.): timeout
    Sep 11 22:57:43 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:44 Powermac-G5 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Sep 11 22:57:45 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:46 Powermac-G5 SystemStarter[53]: The following StartupItems failed to properly start:
    Sep 11 22:57:46 Powermac-G5 SystemStarter[53]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 22:57:46 Powermac-G5 SystemStarter[53]: - execution of Startup script failed
    Sep 11 22:57:49 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:50 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:57:51 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:53 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:54 Powermac-G5 personalbackupd[265]: Launching PBX4Daemon
    Sep 11 22:57:55 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:57 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:59 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:03 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:05 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:07 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:11 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:13 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:15 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:20 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    PowerMac G5 dual-2GHz    

    If you do have a kernel panic, then there are some FAQs and steps to take:
    Resolving Kernel Panics thexlab
    Avoiding eliminating Kernel panics
    FAQ kernelpanic

  • Incoming Email not working for one web app, but IS working for others in same farm.

    I have enabled incoming email in a large multi-web application farm running SharePoint 2013 SP1 and the Feb 2015/March 2015 CUs that were pushed down in Windows Updates.  It works just fine for two web applications, but it will not work for one particular
    web application. I see the email land in the /drop folder. If I remove the email address from the library in http://nonworkingapp web
    application and use it on a library in a http://working web application, then the email is processed successfully. Conversely,
    if I take an address from a library in http://working and move it to a library inhttp://nonworkingapp it
    does not work. I've tried multiple site collections on http://nonworkingapp. This rules out any SMTP issues, etc. and means
    the issue is bound to this web application. Permissions are the same between the "non-working" and "working" locations: domain users are members on the site, and the library inherits permissions from the site.  The App Pool and Timer
    Service accounts have rights to the folder and to the library.
    The error in the ULS log is the typical error processing message, but it gives no additional information even though I have enabled Verbose logging.
    The Incoming E-Mail service has completed a batch. The elapsed time was 00:00: 00.0156294. The service processed 2 message(s) in total. Errors occurred processing 2 message(s): Message ID: Message
    ID:
    Typically, you see "alias not found" or some permissions or quota issue here, but this issue is NOT the same as those. In this case NO additional information is provided in ULS.
    Edit: running stsadm.exe -o refreshdms -url http://one/failing/site fixed some similar issues where "Unknown alias" was
    reported even though the list did have an alias (see here:http://blogs.technet.com/b/vinitt/archive/2009/07/15/e-mail-enabled-list-alias-information-is-not-synchronized-between-configuration-database-and-content-database.aspx).
    This did not fix the issue for the case mentioned above.
    What could possibly be the issue preventing incoming email from working on this one web application?

    Thanks for your reply.  Incoming E-Mail was running on all 3 WFE, however I do not think this was the cause.  As noted, _other_ emails send to http://workingapp are working just fine.  I can send two emails - one to a library on http://workingapp
    and another on http://notworkingapp.  The email to http://notworkingapp will sit in the drop folder, while the one to http://workingapp will be processed correctly.  In addition, the ULS log on WFE1 indicates an attempt to process the file fails.
     So clearly, the timer job on WFE1 is running and attempting to process the file.  For kicks, I disabled the service on WFE2 and WFE3, but with no change in the behavior.
    WRT to #1, I have done this already (as noted in the original post).  I can remove an alias from http://workingapp and place it on http://nonworkingapp and it is not processed.  If I return it to http://workingapp it is processed.  In other
    words, I go into Library Settings -> Incoming Email for a working library, and copy the alias, then disable incoming email for that library.  I then go to Library Settings -> Incoming Email for a non-working library, enable incoming email, and paste
    the alias.  Once done, emails sent to the alias are not processed.  I then do the reverse, and it works again.
    On #2, I have already tried multiple libraries on http://nonworkingapp (also as noted in the original post).
    In my environment, incoming email does not work for any library on http://nonworkingapp, but does work for any library on http://workingapp.  Troubleshooting listed above has ruled out any problem with basic mail server configuration or library settings
    - the problem is bound to http://nonworkingapp
    I'm not sure what you mean by "steps to reproduce the issue".  If I knew that, I would probably be able to solve the issue.  The best I could come up with to describe the situation would be:
    Set up SP 2010 in a three-node configuration with multiple web apps
    Enable incoming email and confirm it works
    Migrate to a SP2013 SP1 farm in a three node configuration.
    Enable a new email alias for a library
    Observe that it doesn't work for one web application.
    Obviously, it's pretty unlikely that attempting that in a lab would actually have the same result.

  • Show the company I work for that we should have one cluster

    The company I work for have several projects where we are going to use RAC. The issue I'm having is they want each database to be in its own cluster hardware. I'm trying to show then that we should cluster all the hardware together and make small RAC database in the one cluster.
    Does any know of anyone that has written a go doc how why you should have one cluster versus multiple clusters.
    Example of what they are thinking of doing note this is all separate hardware cluster1 will not be cluster with cluster2 I'm try to show them if we cluster it all together we get more power and may not need so much hardware:
    Project 1
    cluster1_dev
    2 nodes
    cluster2_qa
    4 nodes
    cluster3_prd
    4 nodes
    Project 2
    cluster2_dev
    2 nodes
    cluster2_qa
    4 nodes
    cluster2_prd
    4 nodes
    What I’m proposing is the following setup:
    Cluster_dev
    3 nodes
    Project1 instance cluster on all 3 nodes
    Project2 instance cluster on all 3 nodes
    Cluster_qa
    6 nodes
    Project1 instance cluster on all 6 nodes
    Project2 instance cluster on all 6 nodes
    Cluster_prd
    6 nodes
    Project1 instance cluster on all 6 nodes
    Project2 instance cluster on all 6 nodes

    I am always impressed by choosing rac without having expressed what types of failures to be covered.
    maybe you really don't need rac ...
    moreover, rac is imho really not 2 nodes oriented but well grid oriented.
    a lot of small server in the same cluster is for me the way to go or the the way to think.
    Services features were introduced to allow one rac db to be shared by multiple applications.

  • Foreign Currency Translation at Year End - How SAP Works for P&L items?

    Hi All,
    I wanted to know "How SAP works on Foreign Currency Translation at year end" from Local Currency to Group Currency for P&L Items.
    I know how SAP works for Balance sheet items but am really confused with when the translation was done for P&L Items.
    Configuration:
    We are on ECC 6.0 . Local Currency is CAD and we have 2nd Local Currency as "USD - Group Curr".
    We have set up Valuation Method - 4
    We have set up Valuation Area - 40
    For Account Determination for Currency Translation, GL accounts (Loss, Gain and B/S Adj)  were setup for the combination of Chart of Accounts, Val Area and Fin Stmt Ver.
    Sales Account Balance
    CAD (LC)        USD (2nd LC)       
    1000                   920                        
    Using tcode "FAGL_FC_TRANS", we translated our P&L items.
    Local Currency is CAD and Group Currency is USD.
    CAD 1000 and USD 920 are cumulative balances over a period of time.
    Since at the end of year CAD became stronger, exchange rate is 1.11 as an example
    Sales Account Balance
    CAD (LC)        USD (2nd LC)        Translated Value in USD
    1000                   920                        900
    System passed the following entry in USD:
    Debit Balance Sheet Adj A/c 20
    Credit Translation Gain / Loss A/c 20
    Here are the questions:
    1. How does over all translation work? - Should we get any Gain / Loss and have an effect on P&L when all accounts (P&L, B/S) are translated?
    2. How can there be a gain entry when USD value has really fallen from 920 to 900 in the current case.
    Thanks for your time.
    Vijay

    Hi,
    I had this issue too.  The entry was just opposite to what it should be.  I just flipped the accounts in table FAGL_T030TR.
    Example: 410000 is sales account which normally should have a credit balance.  Here are some entries that were posted to sales in 03/2009 and I am running FAGL_FC_TRANS at the end of the month.
    March 1, 2009 Cr. Sales CAD 1000- USD 900-
    March 2, 2009 Cr. Sales CAD  500- USD 480-
    During FC translation transaction, system takes the balance in the account for the period (if you execute it with 'Val. period balance only' checkbox checked) and not the cumulative balance.  SAP recommends translating period balance only (and not cumulative balance) for P&L accounts.  It sees a balance in LC (this again depends on the config. you have in OB22 - whether the indicator is 1 (TC as source currency) or 2 (LC as source currency for translation)) which is 1500, converts that at month end rate.  After conversion, lets say the balance is 1400-.
    In this case, we expect a credit entry on sales account
    March 31, 2009 Cr. Sales CAD 0  USD 20-
    But system was just posting the opposite.  I then flipped the accounts in FC translation configuration.  I know it is misleading.  In that configuration, system says balance sheet adjustment account, but what you should actually give there is your gain/loss account.  Our gain/loss a/c. falls in the same GL account range as the main account.  For example, for 410000, it is 410999 and for 510000, it is 510999.  We report accounts 410000 to 410999 in the same node in the FSV.
    Pl. feel free to ask further questions about this.  Pl. test in your system and correct me if my above reply is wrong.
    Cheers!

  • Links within portfolio not working for me

    Acrobat 9; Word2007;XP
    I gave up trying to have links correctly transfer from msword to pdfs.  So I am manually creating each one in the portfolio i'm building.
    Problem:   The links are not preserved after I save the portfolio and re-open it.
    Setup:  I have a single portfolio with a structure of folders, subfolders and pdf files (all the files in the portfolio are pdf)
                 The links I'm referring to are all within the individual pdf files. They link to other pdf s within the portfolio (pdf-2-pdf).  There are no external links.
                 The link control is a small button image.
    Link creation.   1.  The way I create a link is to open acrobat 9 in modify/edit mode.  Do  tools>advanced editing>link tool.
                              2.   I  drag the crosshair  over the image and get  a 'go to page/set link' popup. 
    (the old link is usually some  localhost link via some temp folder that drills down to the original source file. I have to delete this old link  before A 9  will give me the new 'set link' option)
                             3.   with the set-link panel visible, I open the file I want to be a target set the position, zoom, etc. while that file is open; then press the set-link button.
                             4.   I close the open pdf and return to the porfolio view with the source page and  link on it.
    Results:       The links work fine as long as I stay in the portfolio.  If I save it and close out of acrobat and then reopen and load the portfolio, the links are pointing to the original external source files and don't work.
    Problem - I'm obviously missing something.  I'd  have thought links to files inside the portfolio would be local to the portfolio.  It's what I need them to be.  When the portfolio is sent, it's not going to be dragging the original files along with it - pdf or msword ( i hope not).  So what gives?  What do I fail to understand? How do I correct the problem. (one question really - I just broke it down into parts.. ?=).
    I'd sure love to know what the heck is going on.
    (ps I have checked my settings creating the pdfs and they were set to convert bookmarks, save urls and anything else I could find that remotely resembled something useful.  I also have red Joel's tips.  Nothing helpful there.  )

    Hmm...I think I see the confusion.
    In the black and red samples, we use one XML file to list the
    galleries whilch then loads each individual photos.xml file.
    My photo album tutorial just uses one photos.xml file. I make
    one dataset to get the images and another dataset to get the
    photographer info.
    So go one step at a time. Take gallery_finished.htm and add
    your photos and thumbs to the folders.
    Then replace your XML file with the existing one. Open in the
    browser and it should work. Make sure that your XML nodes are the
    same as the sample one.
    The page you have now shows that 'photos.xml' is in the same
    folder as gallery_finished.htm. So make sure your path is correct.
    Either move the XML file to the same folder or edit
    gallery_finished.htm so that the path to the XML file is correct.
    I know that quick success is important for keeping with a
    project, at least for me. So we want to get this working for you.
    Hope this helps,
    Donald Booth

  • Making a cutsom event handler for nodes

    hi i was wondering how to go about making a custom eventhandler class for nodes
    for eg. if a have a circle (c1) in the main.fx file
    and i want to assign it Mouse and Key events(using onMousePressed etc)
    but i dont want to write it in "c1"'s definiton directly coz i want the event handling code to be useful for another circle i may create later(call it c2)
    can some tell me how to go about it ?
    Appreciated. :-)
    UPDATE:
    ok i just realized that i could simply write a modified Circle class extending the Circle class.
    So i can just create a new modified Circle object when needed.But how do i exactly write the class.The fixed variables i can simply override.But what about the event handling properties of the circle,how do i make sure they are initialzed for that object when the modified Circle object is created? what is the syntax??
    Edited by: apratim_pranay on Apr 22, 2010 6:16 AM

    hey i tried making a circle class like the above..
    drag works fine..
    thing is.. i've nested some effects..which "SHOULD" toggle on on keypresses ,but even though the key press is detected..effects dont appear..
    public class modCircle extends Circle{
    var c1e2:Glow;
    var c1e4:Reflection=Reflection {bottomOpacity:0.0 topOpacity:0.5
                                 fraction: 0.75 topOffset: 0.0};
         override var centerX=40;
         override var centerY=199;
         override var radius=40 ;
         override var fill= Color.BLACK;
         override var effect=c1e2=Glow {level:0.1 input:c1e4};
    override def onMouseEntered= function( e: MouseEvent )
                              {requestFocus();}
    override def onKeyPressed= function (e: KeyEvent): Void
                               if(e.code==KeyCode.VK_G)
                                   if(c1e2.level==0.1)
                                    {c1e2.level=0.9}
                                   else
                                    {c1e2.level=0.1}
                                 if(e.code==KeyCode.VK_M)
                                   if(c1e4.topOpacity==0.5)
                                     c1e4.fraction= 0.75;c1e4.topOffset= 0.0;
                                     c1e4.topOpacity= 0.5;c1e4.bottomOpacity= 0.0;
                                   else
                                     c1e4.fraction= 0.75;c1e4.topOffset= 0.0;
                                     c1e4.topOpacity= 0.5;c1e4.bottomOpacity= 0.0;
    }why is this happening??

  • Dynamic event registration only works for 2 inputs??

    Hello,
    I have written a routine that traverses for GObjects when the user runs the VI.  Based on some information contained within the label of the control, the routine puts a reference to the control in one of 4 arrays.  I dynamically register these 4 arrays as part of an event structure.
    What I'm finding though is that only objects within the first 2 arrays (rw_event_array and wtc_event_array) ever trigger the event structure.  I have used the probes and breakpoints to verify that the other 2 arrays (wo_event_array and other_event_array) both are full of references, yet they never trigger the event.
    As a specific example, I have a control that is of type wo.  I stepped through my code and saw a reference to the object stored in the "other_event_array" variable.  I put a breakpoint on the event structure (which is triggered by a value change on the boolean control), yet it's never triggered.
    Why would it be working for 2 of the arrays I input, and not the other 2?
    A couple screen caps...here's the place where the arrays are built:
    Here's where they are registered:
    Just to be clear - it's not that the code inside the event structure "isn't working"...it's that the code inside the event structure is never executed.  The breakpoint you see surrounding the event structure never triggers.  And again, the first two arrays (rw and wtc) reliably trigger the event structure.
    thanks

    It's very hard to tell from your limited screenshots where the problem might be. Is there any chance you could upload the VIs instead?
    Why are you using local variables for the array references? Given that you must find all the references before you register for events on them, those should be wires. Otherwise there's a possibility of a race condition - the events could be registered before the arrays are filled. That's my best guess as to the problem. You wrote that you probed the array wire and confirmed that there are values in it, but did you probe the wire going into the Register for Events, or only the wire going into the array indicator?
    Have you checked if there are any error from the Register for Events node?

  • Filtering not working for newly added child objects in master-detail table

    Hi,
    I am using Jdeveloper 11.1.1.4 version.
    Problem scenario:
    Filtering of records is not working for newly created child objects in a master-detail scenario.
    Steps to reproduce this issue using HR Schema (using LOCATIONS and DEPARTMENTS table ) :
    1. Create Business components (EO's & VO's ) for LOCATIONS & DEPARTMENTS table)
    1. Create a .jspx page and insert a readonly master table of Locations
    2. Insert a child table (inline-edit table) of Departments and enable filtering
    4. For the child table, drag and drop CreateInsert operation as a toolbar button .
    5. Create a new child record using the toolbar button and enter data .
    6. Filtering on the newly created child record's attributes does not work.
    Please note that the same filter works for existing child records.
    Any suggestions for resolving this issue?
    Thanks,
    Vikas

    Found from Fusion Developer's Guide the following snippet about QBE functionality :
    "+When you create data controls, all data collections will automatically include a Named Criteria node with an All Queriable Attributes criteria. This is the default view criteria that includes all the searchable attributes or columns of the data collection. You cannot edit or modify this view criteria+. "
    So, the question is if the implicit view criteria cannot be edited, how else to set the query execution mode to "Both" ?
    Shouldn't ADF BC support this by default? Is this a bug?
    Note:- If you create a maste-detail table using POJO datacontrols, filter works correctly for newly created child records also .
    This seems to be an issue with ADF-BC datacontrols only.
    Thanks,
    Vikas

  • Not working for me. :(

    I'm getting no photos when completing the tutorial / walk
    through and a strange message when viewing my code / xhtml page in
    either firefox or ie. "component returned failure code..."
    This would be a perfect feature for me to use and I'm really
    wanting it to work - if anyone has time to assist, I can post more
    information.
    forgive the novice feel of this message, I am a novice to
    this form. And a novice to ajax/spry. Though I have some javascript
    and actionscript experience.
    Thanx!
    Alicia

    Hmm...I think I see the confusion.
    In the black and red samples, we use one XML file to list the
    galleries whilch then loads each individual photos.xml file.
    My photo album tutorial just uses one photos.xml file. I make
    one dataset to get the images and another dataset to get the
    photographer info.
    So go one step at a time. Take gallery_finished.htm and add
    your photos and thumbs to the folders.
    Then replace your XML file with the existing one. Open in the
    browser and it should work. Make sure that your XML nodes are the
    same as the sample one.
    The page you have now shows that 'photos.xml' is in the same
    folder as gallery_finished.htm. So make sure your path is correct.
    Either move the XML file to the same folder or edit
    gallery_finished.htm so that the path to the XML file is correct.
    I know that quick success is important for keeping with a
    project, at least for me. So we want to get this working for you.
    Hope this helps,
    Donald Booth

  • Drill down is not working for Pivot tables,but working for chart

    I have two reports and trying to navigate betwen summary report to detail report. But details report is displaying all the records .The filter condition is not working and displaying all the filters .I have Case statement in my filter.But the summary report column where the filter condition is applied is aggregated in the RPD level. Does this might be the reason ?. Is it passing different type of data type to details report ?. The filter condition is not working for Pivot table .But Chart is working fine and displaying the only selected records based on the filter condition.
    Please help me with the below issue.

    Hi sil174sss,
    Per my understanding you are experiencing the issue with the excel report which have add the drill down action, after export to excel only the expanded nodes included and the collapsed nodes is not shown, right?
    Generally, if we expand the nodes before export to excel then the excel will display the expanded details row and keep collapsed the details row which haven't expand, but we have the toggle "+","-" on the left of the Excel to help
    control the expand and collapse, when you click the "+" you can expand the collapsed notes to see the details rows.
    I have tested on my local environment with different version of SSRS and can always see the "+","-" as below:
    On the Top left corner you can find the "1","2", this help to control the "Collapse All" and "Expand All".
    If you can't see the "+","-" in the excel, the issue can be caused by the Excel version you are currently using, and also excel have limit support of this, please provide us the Excel version information and the SSRS version. You
    can reference to this similar thread:
    lost collapsing columns when export to excel
    Please try to export other drill down report to excel and check if they work fine, if they did, the issue can be caused by the drill down action you have added in this report is not correctly, if possible, please try to redesign the report.
    Article below about how to add  Expand/Collapse Action to an Item for your reference:
    http://msdn.microsoft.com/en-us/library/dd220405.aspx
    If your problem still exists, please feel free to ask
    Regards
    Vicky Liu

  • 'Select ALL' not working for WD ABAP ALV

    Hi all,
    I have a web dynpro application with a tab strip with 9 tabs. Each tab has an ALV embedded in it. Each ALV is mapped to the same  node in component controller. When the application is executed 'Select ALL' works for first ALV on the first tab. However if i select a different tab i get the select all option on the left hand corner but it does nothing when chosen.
    I also tried creating custom button on ALV toolbar for this functinality. Here i am looping over all elements of the node (bound to ALV) and using method  set_selected( abap_true ) ( method of if_wd_context_element ). This also works for first ALV on the
    first tab. However again get the same issue if i choose any other tab.
    Node cardinality : 0.... n
    Node selection :  0.....n
    ALV selection mode set to MULTI using method SET_SELECTION_MODE( CL_WD_TABLE=>E_SELECTION_MODE-MULTI ) of cofig class cl_salv_wd_config_table.
    All your inputs/suggestions to resolve this issue will be greatly appreciated.
    Thanks,
    Vivek Priyadarshi

    Hi Aditya,
    Thanks for your reply. I am using 9 comp. usage of SALV_WD_TABLE to display 9 alv and all are mapped to the same comp. controller context node. The context node has the master structure with all fields, based on the chosen tab i am populating this context node with records and setting config model for ALV accordingly.
    I tried your trick, clicked on select all on first ALV (all records chosen, works correctly here) then chose the second tab on tabstrip, however records in the new (second) ALV were not selected. When i clicked 'Select all' it did nothing, no records were chosen ( original issue ).
    Did you invalidate the common node when you navigate between tabs?In my case i am populating this node with new data every time i navigate between tabs.
    One new thing i noticed. On the first tab i am able to select individual rows by clicking on the row selection buttons on the left edge of every row. However when i go the second tab clicking on row selection button it does not get selected, only way to select a row in this case is by doing CLTR+click, something doesn't feel right about this application.
    I am going to create a new context node to check if sharing a common context node is causin this issue.
    -Vivek

  • I need a solution for node-webkit and libudev.so.0

    Hello there!
    I'm developing the package of node-webkit in the aur. Since the first time I had trouble with libudev.so.0. The first quick fix was to generate a symbolic link to libudev.so.1, but this is not the best way and can destabilize the system.
    The symbolic link is the recommended workaround for this problem at the moment. I don't think there will be a fixed version in the near future. By reading the issues on the bugtracker of node-webkit I found a solution by using a start-script and rewrite the LD_LIBRARY_PATH. This variable is missing in Arch, so I thought, I can add a file into /etc/ld.so.conf.d/. It's not what I wanted, because the library is then globally accessible, but it works on my machine.
    I think there must be a better solution. Best choice would be a shell startscript in my opinion, but I don't know how.
    My own package of libudev.so.0 were be deleted with the comment: "it is not needed, you can just provide a symlink to libudev.so.1". One say this, another say whatever -.-0 It's annoying. I really want a solution!
    Here is the PKGBUILD:
    pkgname=node-webkit
    pkgver=0.6.0
    pkgrel=2
    pkgdesc="node-webkit is an app runtime based on Chromium and node.js."
    arch=("i686" "x86_64")
    url="https://github.com/rogerwang/node-webkit"
    license=("MIT")
    depends=("alsa-lib" "gconf" "gtk2" "nss")
    optdepends=("nodejs: npm package support"
    "nw-gyp: native add-on build tool for node-webkit")
    if [ "$CARCH" = "i686" ]; then
    _arch="ia32"
    sha256sums=(
    "4b3f45cbb023d043955620a1f84b239249ac00a2649834c0c675d1574462f307"
    "c77f5c8bcbce1c8f12d574538845ff5b467fd1acc9e5998f459abcf6b4b7fec3"
    fi
    if [ "$CARCH" = "x86_64" ]; then
    _arch="x64"
    sha256sums=(
    "a8fb4c045cc5de78d1ac784c50c1eda986d6ccbe82778f6285c5da1bfceda64e"
    "fe517d0cf7f374477fcbd654b57f1bc8660069c522625bb06f4d5fc565fdede3"
    fi
    source=(
    "https://s3.amazonaws.com/${pkgname}/v${pkgver}/${pkgname}-v${pkgver}-linux-${_arch}.tar.gz"
    "http://arm.konnichi.com/core/os/${CARCH}/udev-182-4-${CARCH}.pkg.tar.xz"
    package() {
    msg2 "create path and copy files"
    mkdir -p $pkgdir/{etc/ld.so.conf.d,usr/{lib/${pkgname}/lib,bin}}
    cp -R $srcdir/${pkgname}-v$pkgver-linux-$_arch/* $pkgdir/usr/lib/node-webkit/
    msg2 "copy libudev.so.0.13.1 -> /usr/lib/node-webkit/lib/libudev.so.0"
    cp $srcdir/usr/lib/libudev.so.0.13.1 $pkgdir/usr/lib/node-webkit/lib/libudev.so.0
    echo "/usr/lib/${pkgname}/lib" > "$pkgdir/etc/ld.so.conf.d/${pkgname}.conf"
    msg2 "symlink /usr/bin/nw -> /usr/lib/${pkgname}/nw"
    ln -s "/usr/lib/${pkgname}/nw" "$pkgdir/usr/bin/nw"
    msg2 "symlink /usr/bin/nwsnapshot -> /usr/lib/${pkgname}/nwsnapshot"
    ln -s "/usr/lib/${pkgname}/nwsnapshot" "$pkgdir/usr/bin/nwsnapshot"
    Last edited by blackcat (2013-06-21 22:10:55)

    Do not use prebuilt binaries, but compile the package from source with the current libudev.
    sha256sums=(SKIP)
    source=("$pkgname::git+https://github.com/rogerwang/node-webkit.git#tag=nw-v$pkgver")
    to build it in the PKGBUILD, use nw-gyp i guess.
    Last edited by progandy (2013-06-21 22:54:36)

  • OID: how to store employees who works for several companies

    Hi All,
    we estimate possible ways how to store employee records into OID. Our OeBs instance serves company group (several companies). If I understand it rigth thees companies should be translated into several 'o'-nodes in terms of LDAP under common 'dc' base node (we use single domain for all).
    How to store persons who works for several companies inside our group at the same time?
    Should we load such type of employees simultaneously into several appropriate branches of LDAP-tree (an employee will be represented as a number of 'cn' nodes)
    or
    should we consider some another way to insist on one-to-one relationship between employee and its 'cn' node?
    Thanks

    Hi,
    I have faced the similar problem while maintaining master data of few employees.
    You may go ahead a make the last name as optional in Screen modification for international employees.
    Hope this solves the issue.
    Regards, AB

Maybe you are looking for

  • Jump to wrong location

    I have a project with about 85 slides that was built with Captivate 4. Many of the slides have buttons that jump to other slides for branching within the presentation. On one of the buttons it is jumping to the wrong slide when I deploy it to our LMS

  • Mail will not open on my Macbook, 10.9.3

    Three days ago Mail just stopped opening and I get the following prompt box when I try to open it. "The last time you opened Mail, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again?  If you choose not to reo

  • Cursor Querry

    DECLARE CURSOR emp_cursor IS SELECT employee_id,First_name,Department_id FROM EMPLOYEES WHERE department_id=10; emp_rec emp_cursor%rowtype; CURSOR dept_cursor IS SELECT department_id FROM departments WHERE department_id=10; dept_rec dept_cursor%rowty

  • Unable to see LKM

    HI Friends, I am using ODI 11g. I have a Table to File Interface where i need to use IKM SQL to File Append. But in flow control i am unable to see this. In my other interfaces its present and working file . Any ideas ? Thanks, Lony

  • Can not surf internet with AOL dialup.

    I can surf with wireless, but can NOT with AOL dialup. I can surf dialup when I load Safari.com on the AOL. This problem is intermitent. I can surf with AOL 1 in 10 times. When surfing with AOL it may crash with the rotating beach ball. I have remove