Detail pane works once, not onchange

I've got an application where - when the page loads, I
populate a drop down of categories. I have a second drop down that
loads entries based on the select category. Next I have an ID block
that handles a detail display of the entry.
Everything works perfectly. I can chance categories and the
entries change. When the page first loads, the detail page loads
right, but when I change the entry, it just goes blank. WHen I
change the category again, it works again, until I change the
entry.
So it must be the code I have for change on entries. Anyway,
I don't see a place to post code, so I'll just post it beneath. Not
sure how well it will render.
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>Blog Spry</title>
<!--Link the Spry libraries-->
<script type="text/javascript"
src="includes/xpath.js"></script>
<script type="text/javascript"
src="includes/SpryData.js"></script>
<!--Create a data set object-->
<script type="text/javascript">
var dsCategories = new
Spry.Data.XMLDataSet("proxy.cfm?method=getcategories",
"categories/category");
var dsEntries = new
Spry.Data.XMLDataSet("proxy.cfm?method=getentries&category={dsCategories::CATEGORYID}",
"entries/entry");
</script>
<style>
.box {
border: 1px solid black;
padding: 5px;
margin-bottom: 10px;
width: 450px;
font-family: Arial;
font-size: 10px;
.bigbox {
border: 1px solid black;
padding: 5px;
margin-left: 480px;
width: 100%;
font-family: Arial;
font-size: 12px;
#leftPanel {
float: left;
</style>
</head>
<body>
<div id="leftPanel">
<div id="Categories_DIV" spryregion="dsCategories"
class="box">
<h2>Categories</h2>
<select id="Categories_Table"
onchange="dsCategories.setCurrentRow(this.selectedIndex);">
<option spryrepeat="dsCategories"
id="{CATEGORYID}">{CATEGORYNAME}</option>
</select>
</div>
<div id="Entries_DIV" spryregion="dsEntries"
class="box">
<h2>Entries</h2>
<select id="Entries_Table"
onchange="dsEntries.setCurrentRow(this.selectedIndex);">
<option spryrepeat="dsEntries"
id="{ID}">{TITLE}</option>
</select>
</div>
</div>
<div id="Body_Div" sprydetailregion="dsEntries"
class="bigbox">
<h2>{TITLE}</h2>
{BODY}
</div>
</body>
</html>

I believe it isn't working because you are calling
setCurrentRow() instead of setCurrentRowNumber().
setCurrentRow() requires a ds_RowID, and
setCurrentRowNumber() requires a row index.
Try making that change and let me know if it fixes things for
you.
--== Kin ==--

Similar Messages

  • Sharing Win 7 Printer on Mac - Works Once, Not Twice - Why?

    Hi! I'm have a strange problem setting up printing from a MacBook Pro running OS X 10.6.8 to a shared printer connected via USB to a Win 7 PC. Here are the details of the issue. Any advice would be appreciated.
    I have an HP PSC 2100 printer connected via USB  to a Win 7 PC. I followed the instructions found via the link below to  create 2 copies of the printer. I have one "printer" set to print in  grayscale (BW_Printer) and the other set to print in color  (Color_Printer). The BW_Printer is the default printer.
    http://superuser.com/questions/2504...
    I  then set up sharing for both copies of the printer so that my daughter  can print to them from her MacBook Pro running OS X 10.6.8.
    Next I  followed the steps at the link below to set them up as LPD printers.  Note: There are a couple of different suggestions at that site based on  what OS the MacBook is running, so I'll include the steps I followed  below the link.
    http://answers.microsoft.com/en-us/...
    On the Windows 7 PC:
    1. In Windows 7 Control Panel
    2. Select "Programs and Features" pane
    3. Click "Turn Windows Features on or off"
    4. Click on the "LPD Print Service", under "Print and Document Services"
    5. Ensure printer(s) are shared
    On the Mac:
    1. Open "System Preferences" - "Print & Fax"
    2. Click "+" to add a printer
    3. Right hand button tool bar to customize and add "Advanced" button
    4. Select "Advanced"
    5. In the "Type:" field select "LPD/LPR Host or Printer"
    6. In the "URL:" field enter lpd://IPserver/PrinterShareName; (e.g., lpd://10.0.1.4/mp800)
    Using lpd://ServerName/PrinterShareName does not work, the IP address must replace ServerName
    The IP address is the address of your PC, the one assigned by your router
    7. Click the "Add" button
    Note:  The one Mac step that is not listed above is the ability to chose the  driver for the specific printer you are sharing. I chose the HP PSC 2100  driver for both copies of the printer.
    OK, so I added both printers to the Mac using:
    lpd://192.168.1.9/BW_Printer
    lpd://192.168.1.9/Color_Printer
    So after all that, here's the problem:
    When I print to Color_Printer from the Mac, everything works fine. The documents print and they print in color.
    However,  when I try to print to BW_Printer, the print monitor on the Mac says  that it is copying the print data but then it pauses the printer and  nothing prints. If I click "Resume Printing" in the Mac's print monitor  window, it once again says "Copying Print Data" and then, once again, it  pauses the printer.
    I tried deleting the BW_Printer on the Mac and adding it again but it didn't help.
    Can  anyone explain why the above process would work for the printer named  "Color_Printer" but not for "BW_Printer"? The only difference between 2  printers, besides the name, is that on the Win 7 side one copy is set to  grayscale and the other is not.
    Thanks!

    I finally have time to read this forum to see if I can find a solution to what appears to be the same problem BrooklynBlueEyes has. In my case, I brought home an extra PC we had from work for my wife to use (to keep her off my mac). It had been upgraded to Windows 7. I just had bought an Airport Extreme, which works wireless and also through the wires we have running to all of the rooms. I have tried to get the PC to work (wired) through the Airport Extreme, but nothing I tried seems to work. I called the IPS (Comcast), which said it was an Apple problem. short of uninstalling Windows 7, is there anything I can do? I am not very techno-literate, so if you could keep any explanation on the simple side, it sure would help.
    Thanks.

  • Escaping of special signs, once it works, once not

    Hi all,
    I would like to ask a simple question, I believe some of you know this issue already and know how to solve it, I googled an hour, changed the code 100 times, but with the first $query I get always "Execute not successful."
    Does anyone know how to solve this?
           $query = "
                select
                    t.snap_time,
                    n.value-lag(n.value,1,n.value) over (order by n.name,n.snap_id) lag
                from stats\$sysstat n,stats\$snapshot t 
                where
                n.snap_id in (select snap_id from stats\$snapshot where snap_time between :low and :high )
                and n.name = :statname
                and t.snap_id=n.snap_id
                order by 1,2 " ;
            //$query = "select * from stats\$snapshot where rownum<=:bind" ;
    function doQuery($conn,$query) {
                try {
                $stmt = oci_parse($conn, $query) ;
                $low = '25-03-2015 10:00:00';
                $high = '25-03-2015 21:00:00';
                $statname = 'parse count (total)';
                oci_bind_by_name($stmt, ":low", $low ) ;
                oci_bind_by_name($stmt, ":high", $high ) ;
                oci_bind_by_name($stmt, ":statname", $statname ) ;
                //$val = 1;
                //oci_bind_by_name($stmt, ":bind", $val) ;
                // Perform the logic of the query
                $status = oci_execute($stmt);
                if ($status){
                while (($row = oci_fetch_assoc($stmt)) != false){
                    // Do something
                    var_dump($row) ;
                } else {
                    echo 'Execute not successful.<br>';
                oci_free_statement($query) ;
                } catch (Exception $e){
                    echo $e->getMessage() ;

    Hi, I tried it now, but it does not work, too. The purpose is to generate graphs later, get the data would be nice, creating synonyms on 500 databases without a change request is not really a good solution.
    If I echo the query I get:
    select t.snap_time, n.value-lag(n.value,1,n.value) over (order by n.name,n.snap_id) lag from stats$sysstat n,stats$snapshot t where n.snap_id in (select snap_id from stats$snapshot where snap_time between :low and :high ) and n.name = :statname and t.snap_id=n.snap_id order by 1,2
    Execute not successful.
    0.06801 ms
    Edit: after adding some debug info:
                $status = oci_execute($stmt) ;
                if (!$status) {
                    $e = oci_error($stmt) ;
                    var_dump($e);
    I get:
    array (size=4)
      'code' => int 1830
      'message' => string 'ORA-01830: zadan� form�t d�tumu neposta?uje pre �pln� konvertovanie vstupn�ho re?azca' (length=85)
      'offset' => int 279
      'sqltext' => string 'select
      t.snap_time,
      n.value-lag(n.value,1,n.value) over (order by n.name,n.snap_id) lag
      from stats$sysstat n,stats$snapshot t 
      where
      n.snap_id in (select snap_id from stats$snapshot where snap_time between :low and :high )
      and n.name = :statname
      and t.snap_id=n.snap_id
      order by 1,2 ' (length=393)
    So it means my date format is not good.

  • For some reason, I can not delete bookmarks. I did one at a time, then tried 5 or 6 and it worked once then no more. I then tried 1 at a time and it worked once the no more. This is a brand new computer (Win7) and FF just loaded about 3 hours ago.

    # Question
    For some reason, I can not delete bookmarks. I did one at a time, then tried 5 or 6 and it worked once then no more. I then tried 1 at a time and it worked once the no more. Why is this happening? This is a brand new computer (Win7) and FF just loaded about 3 hours ago. Do not know how the bookmarks even got in there. Some were ok, but no order and some that were never bookmarks. Looks like FF tried to import some BM's from the Virtual XP installed, but did not get it any where near right. I need to completely delete all of them and install from a saved .html file.

    Well, I did not see the exact problem that I was having listed in the articles, BUT the problem is solved for now.
    I opened FF and the Bookmarks to Organize again. I deleted all of the folders and entries, ONE AT A TIME, AND IT WORKED. Evidently, for what ever reason, FF did not like "Batch" deletes of ANY amount greater than 1 and the HANG UP would occur.
    Deleting one at a time then importing the good .html from a good file, loaded the wanted Bookmarks. Yea

  • Having problems with ipad mini and Siri. Works sporadically, will work once and then the second time not. Worked all the time with the original Mailbox app. Then started doing the same thing when I installed the new update so wondering if it is software?

    Having problems with ipad mini and Siri. Works sporadically, will work once and then the second time not. Worked all the time with the original Mailbox app. Then started doing the same thing when I installed the new update so wondering if it is software?

    Hi,
    I have the check box on a second Partition  but not on the Time Machine one
    I forget what I did now to get this called "Recovery HD"
    For the rest try https://discussions.apple.com/docs/DOC-4055  User Tip that links to Pondini's work on Time Machine.
    10:17 pm      Friday; May 2, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Hyperlinks in presentation not working once published - Presenter 7.0.7

    I have a link to an intranet address that will not work once the PowerPoint presentation has been published via Presenter 7.0.7.  The cursor does not change to a pointer and nothing launches when the link is clicked.  I have verified the Flash Player security settings as well as ensured no formatting of the text link except for the color change that happens when the link is inserted.
    The issue (slide 37) can be viewed at:  http://www.pivotpointelearning.com/docs/TTE7161/index.htm
    Any ideas?
    Ray

    Hi Ray,
    Thanks for sharing the presentation.
    Textbox in which your hyperlink is placed have text containing Text effects. When you publish the presentation then any text with text effect is published as an image.
    So, place text with a hyperlink in a separate textbox which don't have any text effects. Segregate the content having text effect and hyperlink in 2 separate textbox.
    Thanks,
    Shubhi

  • Link to tabbed panel works once, but not again

    I have successfully linked from text in one tabbed panel to open another panel on the same page, using SpryURLUtils.js.
    <a href="?tab=2#TabbedPanels1">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab: params.tab ? params.tab : 0});
    When I return to the panel containing the link, the link no longer functions. So basically, it will work once, but not twice.
    Thoughts on what's happening?

    The example that you gave is great for opening a tab in a new page.To open panels on the same page see here http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tabbed_panel_sample.htm
    Gramps

  • Why is my iPhone 5c's home button not working at all it didn't work once for a few minutes then it was normal again now it won't work at all. HELP

    Why is my iPhone 5c's home button not working at all it didn't work once for a few minutes then it was normal again now it won't work at all. HELP

    The screen repair was botched. Take iPhone back to place of screen repair, and have them get the home button working again.

  • Calculate Results As Average of Detailed Values That Are Not Zero... with hiearchies doesn't work

    Hi all,
    For the key figures, the option of "Calculate Results As Average of Detailed Values That Are Not Zero, Null, or Error" works fine for characteristics drilldown without hierarchies, but with hierarchies it simply doesn't work; instead of calculate the overall result as average, the system calculates it as SUM. It works like the option "Nothing Defined" where the results provided by the analytic engine are displayed. No local calculation takes place.
    How can I do to display the overall result of hierarchical drilldown of a characteristic as an average?
    Many thanks in advance!
    Abraham

    It is usually best to just keep it as simple as possible.  What do you think the code in the OR Array Elements does?  I imagine it is just a simple FOR loop with a variable to keep the latest OR.  So I would do what GerdW just showed with the FOR loop.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Chapters not working once dvd is burned?

    I created a dvd in idvd, main menu and used the create chapter markers command, so there are also scene selection menus, all menus work once burned, but there are no chapters to speak of, hitting forward or next on my dvd player's remote does nothing, and the dvd player's in movie menu shows only 1 huge chapter. how do I make it so that I can have chapters? my video has no chapters in quicktime because I do not know how to create them, I do have quicktime pro.

    Same thing happened to me when tried to put in regular chapter marks in iDVD '08.
    If you want to use QuickTime Pro to put in chapter marks, see my post in QuickTime Discussions, "Getting iDVD to recognize chapters in QuickTime movies"
    [http://discussions.apple.com/thread.jspa?threadID=1265444&tstart=15]
    See also, "Non-regular chapter markers," in iDVD discussions,
    [http://discussions.apple.com/thread.jspa?threadID=1184340&tstart=15]

  • Control Center worked once after downloading iOS 7, now it's not working at all.

    I downloaded iOS 7 to my iPhone 5. The Control Center worked once and then stopped. I can't access it from the lock screen or apps, even though both are enabled in Settings. When I double-click the home button when the phone is locked, nothing happens, and in the lock screen, I can see the bar at the bottom to show where to swipe up, but there's no response when I swipe. I didn't change any settings that I know of, and can't figure out how to fix this problem. I really like the Control Center and want to use it!

    My iPad 2 front camera stopped working soon after updating to OS7; coincidence or not I don't know, but once again, since so many others have this problem, I think Apple should take ownership of this issue and come up withy a real fix. I'm tired of hearing 'reboot' as a cure all. Same goes for non-functioning SIM problem still not addressed by Apple.

  • Network trouble assigning static IP, dhcpcd works but not static.

    I've tried static IP in rc.conf and assigning it manually.  When I assign it manually, and my gateway route, it shows up with static but doesn't talk on network.  Then I do a dhcpcd to the same NIC and viola, it gets assigned an IP on subnet I was specifying manually, only now it's talking once dhcpcd has been run.  However, it still doesn't see  (cannot ping) other IPs on my local network, only the internet!. 
    My local office network is DSL hooked up to a SonicWall gateway then a MS SBS 2011 server acting as local DNS and DC.  After trying every configuration and command I can find here in these forums, I can only get on the network using dhcpcd.  Also, on only a couple occasions I was able to ping the server by IP, but still can't get resolution from the local DNS.  I don't think it's because of my local network config, I have a solaris box that joins my local net and can ping any and everything on it as well as use the local DNS.
    Questions:
    1. Why does static IP assignment not work.  I've tried in rc.conf as well as "ip addr" and "ip route" commands, and made sure resolv.conf is good..  Only dhcpcd gets me connected.
    2. Why do I not get service from my local private network's DNS once dhcpcd gets me on the network? 
    3. And why can I not ping other IP's on my local network once dhcpcd get's me connected.
    (after a fresh boot)
    # ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
    2:
    eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
        link/ether 00:1b:21:d9:72:bc brd ff:ff:ff:ff:ff:ff
        inet 10.0.1.200/24 brd 10.0.1.255 scope global eth0
    3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
        link/ether 00:1b:21:d9:72:bd brd ff:ff:ff:ff:ff:ff
    4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
        link/ether 00:25:90:62:9a:ea brd ff:ff:ff:ff:ff:ff
    5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
        link/ether 00:25:90:62:9a:eb brd ff:ff:ff:ff:ff:ff
    (after a manual ip addr add <IP> dev eth3, still no network connectivity)
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
    2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
        link/ether 00:1b:21:d9:72:bc brd ff:ff:ff:ff:ff:ff
        inet 10.0.1.200/24 brd 10.0.1.255 scope global eth0
    3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
        link/ether 00:1b:21:d9:72:bd brd ff:ff:ff:ff:ff:ff
    4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
        link/ether 00:25:90:62:9a:ea brd ff:ff:ff:ff:ff:ff
    5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
        link/ether 00:25:90:62:9a:eb brd ff:ff:ff:ff:ff:ff
        inet 192.168.168.36/24 scope global eth3
    (so I do an ifconfig eth3 up, looks better, but still not talking on network)
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500  metric 1
            inet 10.0.1.200  netmask 255.255.255.0  broadcast 10.0.1.255
            ether 00:1b:21:d9:72:bc  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
            device memory 0xfa3e0000-fa400000 
    eth1: flags=4098<BROADCAST,MULTICAST>  mtu 1500  metric 1
            ether 00:1b:21:d9:72:bd  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
            device memory 0xf97e0000-f9800000 
    eth2: flags=4098<BROADCAST,MULTICAST>  mtu 1500  metric 1
            ether 00:25:90:62:9a:ea  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
            device interrupt 16  memory 0xfbce0000-fbd00000 
    eth3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500  metric 1
            inet 192.168.168.37  netmask 255.255.255.0  broadcast 192.168.168.255
            ether 00:25:90:62:9a:eb  txqueuelen 1000  (Ethernet)
            RX packets 1567  bytes 131544 (128.4 KiB)
            RX errors 0  dropped 1  overruns 0  frame 0
            TX packets 13  bytes 1454 (1.4 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
            device interrupt 17  memory 0xfbde0000-fbe00000 
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 16436  metric 1
            inet 127.0.0.1  netmask 255.0.0.0
            loop  txqueuelen 0  (Local Loopback)
            RX packets 290  bytes 22392 (21.8 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 290  bytes 22392 (21.8 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    (here's my resolv.conf - these IP's are good, I backed it up and make sure it's these values before I do the manual ip addr  they work once dhcpcd is run)
    # Generated by dhcpcd from eth3
    # /etc/resolv.conf.head can replace this line
    nameserver 192.168.168.199
    nameserver 192.168.168.150
    nameserver 68.94.157.1
    # /etc/resolv.conf.tail can replace this line
    (here's what I had in my rc.conf, it doesn't assign anything on a fresh boot)
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    #   in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="UTC"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(8021q autofs4)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="mg"
    INTERFACE="eth3"
    ADDRESS="192.168.168.38"
    GATEWAY="192.168.168.168"
    BROADCAST="192.168.168.255"
    # Enable these network profiles at boot-up.  These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up (dialog package required)
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    #DAEMONS=(syslog-ng dbus acpid autofs  firewall setup-bonding network crond aide cupsd)
    DAEMONS=(syslog-ng dbus acpid autofs  firewall network crond aide cupsd)
    Last edited by Mogombus (2012-04-09 02:35:55)

    Okay, somewhere in there, you plugged a cable into eth0 and it acquired a private network address in the 10.xx.xx.xx space.
    Can you verify you are assigning a static address to eth0 of 192.168.168.37 ?  That is an unusual address. Are you sure you are on the correct subnet?
    What was the output of ip route when you thought you should have been able to hit the net?
    What is the gateway address for eth0 ?
    Can you describe the network attached to eth0?  (It seems to be a 10.xx.xx.xx private address)
    Can you describe the network attached to eth3?  (Is it a local router ? )
    Last edited by ewaller (2012-04-09 14:50:10)

  • Work items not appearing in NWBC work overview

    Hi,
    I am using NWBC work overview to execute work items (EHSM3.0 - Incident management).
    I have a custom workflow with one custom task (of type Standard). When the workflow gets triggered I can see the work item for my custom task in R/3 inbox (which we access using Tx SBWP). But the same work item is not appearing in NWBC work overview.
    When I replaced my custom task with standard task TS00500003 in the workflow, it did appear in NWBC work overview.
    I added an entry in table IBO_C_WF_TAS for my custom task with following details but it did not resolve my issue.
    Application ID: EHHSS_INBOX
    Task ID: <custom_task_no>
    Default Action: INCIDENTEDIT
    Is there any other setting/config I need to do in order to view work items (for custom tasks) in NWBC work overview?

    Hi,
    This is a job of portal consultant to launch SAP GUI for portal UWL workitems  also similar to SAP SBWP.
    Your portal consultant will be the best guy to answer.
    Regards,
    Ibrahim

  • TFS 2010 Team Web Access Work Items not loading dropdowns and not saving

    Some of our users have lost their ability to add new work items. When they select New -> Bug the WorkItemEdit page opens, but none of the dropdowns load and required fields are no longer highlighted. When they click save it acts like
    it refreshes, but actually nothing is saved and work item numbers are not assigned. No error message is displayed. This also occurs when they try to edit existing work items. We have checked permissions and these have not changed. We have cleared cache
    and rebooted the server and local laptops. Is there anywhere else we can check to see what is going on? Anyone else have this issue before? It seems like we are loosing another person's capabilities every day.

    Thank you for your help. We have SP1 scheduled for install Monday morning. However, we have been running a lot of tests. We are testing mainly in Chrome and IE 9 browsers.
    I was able to get 2 users back up and working. Not sure what fixed them, but I had them log into the server and test there. Accessing the web portal on the server worked for them and when they went back to their laptops their full capabilities
    were working there again. I have since removed their rdp access to the server and the capabilities are still working correctly on their laptops.
    However, I have a 3rd user that I had log into the server and updating and creating new work items did not work for him. This is the error he receives when opening a work item. This user did try testing in Mozilla one day this week.
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
    Timestamp: Fri, 6 Feb 2015 14:23:43 UTC
    Message: 'undefined' is null or not an object
    Line: 459
    Char: 9
    Code: 0
    URI: http: //synqtfs2:8080/tfs/web/ScriptResource.axd?d=FYYkafvHmJyg7KmGDtGowHNi60MyDp_sPy-aHe4FCjNjVsni06fZnOIXJiFxZpzcMt92dwoABVR433z1HUUKi-9aLOEO651UC75HFjmS7hvUIPs_HbO_gMhEIFzDLJCRn3-zV0_qstaTszOYGGcLVSqLpmbOMg9VwaYgOa0o__3xszzq_OYpQwOuLyDFEZY_2zbcjg2&t=ffffffffe8aa60f2
    Message: 'this.m_scrollCell.style' is null or not an object
    Line: 513
    Char: 9
    Code: 0
    URI: http://synqtfs2:8080/tfs/web/ScriptResource.axd?d=FYYkafvHmJyg7KmGDtGowHNi60MyDp_sPy-aHe4FCjNjVsni06fZnOIXJiFxZpzcMt92dwoABVR433z1HUUKi-9aLOEO651UC75HFjmS7hvUIPs_HbO_gMhEIFzDLJCRn3-zV0_qstaTszOYGGcLVSqLpmbOMg9VwaYgOa0o__3xszzq_OYpQwOuLyDFEZY_2zbcjg2&t=ffffffffe8aa60f2

  • Unable to Insert Chart in Details Pane.

    Hi ,
    I am trying to insert chart in my report, i can insert it in Report Header but its not allowing me to insert it in details.
    Please tell me how we can put it in details pane.
    Thanks
    Sanjay

    Hi Sanjay,
    We cannot insert a chart in the details section. A chart gives you summary or overview of set of data and details section is for showing the detailed data. So creating a chart in details section will mean creating an overview or summary of all details, which does not make much sense.
    Hope this helps you!
    Regards,
    Anindita

Maybe you are looking for

  • HT3775 how to use flash in safari?

    I have a new iMac and I just downloaded a Youtube video. I want to view it without Adobe's flash. Quicktimes can't open it and takes me to a support page where it shows support for many formats but no flash. What do I do, other than return the Mac an

  • New ipad2 doesn't charge properly!!!

    I bought ipad2 for 3 weeks. I try to recharge it but it doesn't charge properly. The signal is always red, so i don't know due to the cable, adapter or ipad2 itself doesn't pass quality check. What should I do?

  • RE: Warranty Issue

    Hi, I'm sending this from Malaysia, Penang. I'm having a T60p (8744C9U), which I bought in US.  When I first got it, I check it with Lenovo warranty status, it shows that my warranty would expired on 2010/06/11, but when I checked it days ago(6th Jun

  • Flash AIR Update FAILS

    Using the new CS3 Adobe Updater, for CS3 Design Premium Install, Flash Air and Device Central hang and fail to complete on MacOS PPC (10.4) and Intel (10.4-10.5) systems. EVERY TIME! ! ! Another POS set of updates making multiple-system management a

  • What is the mechanism to choose which overloaded method

    in the example public class A   public void m(Object o)     System.out.println("Object");   public void m(Integer i)     System.out.println("Integer");   public void m(Double d)     System.out.println("Double");   public static void main(String[] arg