Broadcasting of Workbook doesn't work

Hi,
I met a problem when I want to send a workbook towards an external e-mail address. I tried 2 roads:
1) using RSPRECADMIN --> BEx precalculation --> I valorize the fields: workbook, variant (?), precalculation server and e-mail address. In this case the mail is received, but all the images are not available and the attachment (an xls file) is empty and has a format not recognized
2) using BeX broadcaster --> after the configuration steps, I click su execute and the sending process doesn't finish (it is infinite...)
Any ideas?
Thanks for the support.
Gianluca

Try:
- Reset the iOS device. Nothing will be lost       
Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
least ten seconds, until the Apple logo appears.
- Restore from backup. See:                                                
iOS: How to back up                                                                                     
- Restore to factory settings/new iOS device.             
If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
Apple Retail Store - Genius Bar                                      

Similar Messages

  • Drill down doesn't work in Workbooks

    Functionality of Navigation Pane /List of filters in workbooks doesn't work.
    Some Insight ( how the workbook was built ) - RRMX - New Worksheet - Select Cells & Insert Buttons ( Change Variables & Refresh ), Navigation Pane, List Of filter, Analysis Grid - All others work excepting the Navigation Pane & List of filters.When I do "drill down " or " select filter value " , the functionality doesn't seem to be working...though the drill down works on Query Result Area ( like on right clicking " Cost Center " - Drill Down Cost Center Down ).
    Anything to do with Macros ????
    We are on  BI 7.0 - SP 13 , has anyone encountered a similar issue ???
    Any applicable OSS notes ....
    Message was edited by:
            Jr Roberto

    After opening a workbook did you refresh the sheet/query?
    When you open a saved workbook it will not have the OLAP information that is needed for
    drilldowns.
    Good luck, BB

  • Nested UIData doesn't work with command broadcasting

    In November 2004 I submitted the bug report below, and I also reported it on this forum. Other than the automated acknowledgment, I have received no followup. The posting on this forum seems to have been deleted. I'm re-posting it here in case it can be of help to someone, as I've noticed others mentioning nested UIData problems.
    The JSF RI UIData caches its data model, which can cause problems if the UIData value references some row data in an outer UIData if two UIData are nested. The RI tries to compensate for this by removing the cached information during certain instances such as encoding and decoding. But the RI neglects to uncache during event broadcasting.
    When UIData iterates over its data set (during encoding or decoding, for instance), it iterates through the row index which, after loading the data model, places the correct variable in the request map. Because the data model is cached, the inner UIData would return an unpredictable data model---the data model from the last iteration, for instance, not the data model based upon the outer data model's current row.
    UIData compensates for this during encoding and decoding by checking to see if it is nested inside another UIData. For example, within UIData.processUpdates() you'll see:
    if (isNestedWithinUIData()) {
        model = null;
    }This allows a test case to render correctly the nested data set, and even allows a UICommand to queue an event when it is selected. However, UIData.broadcast() does not clear the cache, so by the time the event is actually broadcast, the data model for the row is still set at some other row.
    Adding the above code to UIData.broadcast() solves the problem.
    (I'm suspicious of this whole caching thing in UIData anyway---what if I construct my own UIData-like thing and nest a UIData inside it? How would I keep UIData from caching its data?)

    All right, I've found a solution; I'll post it for anyone in need. It's not particularly elegant but still functional.
    First of all I've created a .cmd file in the folder where is located the executable of my interest.
    In it, using notepad, I've written as following:
    start /affinity 8 FreeTrack.exe
    ping 1.1.1.1 -n 1 -w 2000 > nul
    wmic process where name="FreeTrack.exe" CALL setpriority 256
    Note that the /affinity command is optional and not required (however, I needed it). Replace "FreeTrack.exe" with the name of your executable.
    The ping part pings a fake IP once and then waits 2000 milliseconds (set a higher waiting time if this one doesn't work).
    The third line changes the priority for all the processes under the name of "FreeTrack.exe" to, in my case, realtime.
    Priority legend:
    Low: 64 Below Normal: 16384 Normal: 32 Above Normal: 32768 High: 128 Realtime: 256
    Since the command prompt window appears for 2 seconds and I don't like that, I've created a .vbs file in the same folder of the .cmd file and executable. This hides the cmd window.
    I've put the following into the .vbs file (edited with notepad):
    Set WshShell = CreateObject("WScript.Shell" )
    WshShell.Run chr(34) & "FreeTrack.cmd" & Chr(34), 0
    Set WshShell = Nothing
    Replace "FreeTrack.cmd" with your .cmd file name.
    I've then created a shortcut on the desktop to the .vbs file and changed the icon to the one of the executable.
    Surely this solution won't work if the program keeps reverting back its priority while running.

  • Authorization Variable doesn't work in Workbook

    Hi all,
    I have defined authorization variable for a characteristics in Query. When I run the query, the variable's value can be derived from user's authorization. But when running in workbook, it doesn't work. The value is empty and workbook shows "No Authorization". Does anyone have the same problem?

    Dear Eric,
    Are you sure that you have enabled the authorization object for your InfoProvider? This is something that has to be done in transaction RSSM after an authorization object as been created.
    Greetings,
    Stefan

  • Home Sharing doesn't work on my iMac (2013)

    Hi,
    I have an iMac 2013, all my music and movies are on it.
    Home Sharing is enabled.
    I have the iMac, an iPhone, an iPad and an Apple TV all on the same network, sponsored by a Time Capsule.
    None of the 3 devices can connect to the iMac library. The Apple TV doesn't see it. When I add the library in the Remote app of the iPhone and iPad, I have to enter the code in iTunes but then after the app is "looking for the library" without finding it.
    The main reason was for me to load my movies from the Apple TV in my living room, but it doesn't work as it can see the Home Sharing. I can though AirPlay the iMac on the Apple TV (so definitely on the same network).
    Any idea? I've done the whole bunch of crap from Apple, nothing works. Rebooted like 20 times each.

    I brought my macbook air at home, everything worked perfectly: iPhone, iPad and Apple TV can connect. So basically I guessed that the issue was coming from the iMac, something preventing it to be discovered. I've checked the bonjour broadcasting and oh, surprise, the iMac wasn't broadcasting... Weird because it's a setup from a Time Machine, the environment I am running currently on the macbook air.
    Anyway, if this can help someone else:
    I've ran:
    ps aux | grep mDNS
    and saw that for the iMac the daemon was launched with the argument -NoMulticastAdvertisements.
    I've setup the daemon to run back as normal and restarted the computer:
    sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array /usr/sbin/mDNSResponder -launchd
    After the reboot, everything works flawlessly (it has never worked before for the 6 months I had the Apple TV).
    Also interesting discovery and I think it's new because I don't remember being able to do that before, but some of my devices are on the separate 5Ghz network, some are on the 2.4Ghz and they can still all communicate flawlessly. I can use AirPlay on the Export Express that is on the 2.4 from the iMac that is on the 5Ghz, and I can access the iMac library from whatever band. Pretty nice!

  • [SOLVED] network randomly doesn't work after reboot (e100)

    Hi
    Lately I have some weird issues with network. I shutdown computer during night, so basicly I reboot it at least once per day and every now and then without any pattern network doesn't work at all and so far only solution I have found is to reboot (again).
    Before anything else I'm sure it's not hardware problem, since other OS on same computer don't have any issues, neither is router since other devices in network from laptops to mobile phones work flawless.
    Relevant info and what I have found so far (not everything is copy/pasted so there may be some typos):
    $less rc.conf (network part)
    eth1="eth1 192.168.1.242 netmask 255.255.255.0 broadcast 192.168.1.255
    INTERFACES=(eth1)
    gateway="default gw 192.168.1.1"
    ROUTES=(gateway)
    $ifconfig
    eth1 Link encap:Ethernet HWaddr 00:D0:B7:5A:7A:A9
    inet addr:192.168.1.242 Bcast:192.168.1.255 Mask:255.255.255.0
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:380 errors:0 dropped:0 overruns:0 frame:0
    TX packets:380 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:36154 (35.3 Kb) TX bytes:36154 (35.3 Kb)
    $route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
    default 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
    $ping 192.168.1.1
    PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data
    From 192.168.1.242 icmp_seq=2 Destination Host Unreachable
    So basicly network is dead, can't even ping router, cable connection is detected tho (lights are on). I have tried to restart newtork with /etc/rc.d/network stop/start, nothing. Only clue is dmesg.
    $dmesg
    Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Fri Jul 31 07:30:28 CEST 2009
    e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:03:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
    e100 0000:03:07.0: PME# disabled
    e100: eth1: e100_probe: addr 0xfdfff000, irq 17, MAC addr 00:d0:b7:5a:7a:a9
    e100 0000:03:07.0: firmware: requesting e100/d101m_ucode.bin
    ADDRCONF(NETDEV_UP): eth1: link is not ready
    modrope -r e100 and then reloading it doesn't help either, but reboot does (once I had to reboot twice tho).
    Anyone with more clue and ideas then me, it's getting really annoying, it also kill whole KDE plasma-desktop for couple of minutes before plasmoids find out network is really down and I'm not really fan of morning "gamble". I can't pinpoint some hard date/update when this started to happening because like I said it's random but last couple of months should be quite accurate. Thanks in advance.
    EDIT: dmesg when network works:
    tilen@pikmin ~]$ dmesg | grep e100
    pci 0000:03:07.0: Firmware left e100 interrupts enabled; disabling
    e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:03:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
    e100 0000:03:07.0: PME# disabled
    e100: eth0: e100_probe: addr 0xfdfff000, irq 17, MAC addr 00:d0:b7:5a:7a:a9
    Last edited by NoOrdinary (2009-09-05 09:47:20)

    I don't have anything special set at router but I doubt rc.conf play any role. I will try to set it up with dhcp (but I think I have tried that already) if there is any change.
    This morning I had to reboot twice, so new kernel didn't help. Fowler, what network card are you using, also e100 (well or some intel)? I dunno, should this be handed to the kernel team? If it will piss me enough one morning I'll just go and buy a new network card, just wanna be sure that will really solve the problem.
    UPDATE: OK, this is just silly. I remebered I have acctualy onboard LAN so I edited rc.conf and dived into the dust under my desk to move cable and there I found out it was acctual onboard in use all the time Now this dosen't make much sense to me anymore, when I can't get net up all the stuff in dmesg is e100 related. Anyway, I connected network to e100 and rebooted, suprise, same story. Dmesg reported again link was not ready. I edited rc.conf to
    INTERFACES=(eth0 !eth1)
    in case this has anything to do with proper timing at assigning whatever needs to be assigned to network cards at boot so I'm sure just 1 card with all info provided get's kicked in at boot. First reboot after that works, it dosen't prove anything yet but at leat it's some kind of progress in recognising proper cause.
    UPDATE 2: Nah, still happens. Googling for "no link during initialization" show a lot of familiar problems, almost all on nforce motherboards and mine is nforce too. I just don't get it why this mess seperate PCI network card. In any case it's extremely annoying.
    Last edited by NoOrdinary (2009-09-02 11:46:27)

  • [Solved] Network doesn't work after hibernate?

    Hello!  This is my first legit Linux install so excuse me if I'm a bit slow.  I installed Arch last night and everything went smoothly.  However, after I tested out hibernate on my machine, the network doesn't seem to work.  Just prior to the hibernate, I installed Pidgin and Skype but they worked alright, so I think that the hibernate caused a problem on eth0.
    I have an Asus P8Z68-V Pro motherboard with an Intel 82579V Gigabit Ethernet Controller that's using the e1000e driver.  Running "dmesg | grep e1000e" says that it is up.
    I'm not entirely clear here, but from reading, I think that I have several ways of connecting to the network, including network, dhcpcd, networkmanager, and wicd.  I am using wicd so I did the following (or at least I think I am only using wicd):
    #rc.d stop network
    #rc.d stop dhcpcd
    #rc.d stop networkmanager
    Similarly, I put a ! in front of network in rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # 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"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # 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="Vicious"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as 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 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
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock syslog-ng dbus !network netfs crond wicd)
    Restarting eth0 through wicd-cli still did not work.  I also tried resuscitating the network via instructions on the configure network page before trying to focus solely on wicd.
    I found a few similar problems on the forums by searching "wicd hibernate" and tried several solutions but they did not work.  Several problems seem to be that the network doesn't work after a suspend because I guess the stuff in RAM did not get saved?  But people were able to restart the network by running "/usr/lib/wicd/autoconnect.py" and I wasn't able to get this to work.  As a final effort, I added "resume" into mkinitcpio.conf and placed the machine into sleep again to see if it may magically reset something but of course this did not happen .
    mkinitcpio.conf:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata resume filesystems usbinput"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    Not sure if my fstab.conf is useful but if this has something to do with settings getting "lost" in swap, here it is.  Linux is on an SSD and HDD (sda and sdc) and Windows 7 is on a HDD (sdb).
    fstab.conf:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /tmp tmpfs nodev,nosuid,noatime,size=2000M,mode=1777 0 0
    /dev/sda1 / ext4 defaults,noatime,discard 0 1
    /dev/sda2 /home ext4 defaults,noatime,discard 0 2
    /dev/sdc1 /boot ext4 defaults 0 1
    /dev/sdc2 /var ext4 defaults 0 0
    /dev/sdc3 swap swap defaults 0 0
    /dev/sdc4 /media/data ext4 defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid,size=10G 0 0
    Is wicd causing these problems or did I configure something else improperly?  Would appreciate any help to get eth0 up again!
    Last edited by TheBigCow7 (2011-09-13 17:57:20)

    Ok, I think I've made some progress!  Hibernate definitely affects my network connection.  Could this be a kernel 3.0 problem?
    I noticed that ifconfig showed eth0 without an inet addr, just an inet6 addr for the longest time.  e1000e seemed to be loading up ok.  I'm not certain here, but I think that meant the dhcp settings didn't stick, or something along those lines.
    Trying to use dhcpcd like the instructions here did not work.  By some chance, one attempt did work and while it did, I downloaded and installed dhclient.  After that one successful attempt, renewing the DHCP lease via dhcpcd did not work again.
    Luckily though, I found that running "dhclient eth0" worked.  My DHCP settings seemed to have somehow gotten messed up after my initial, problematic hibernate to the point where none would stick, even after a reboot.  Manually typing in "dhclient eth0" would get eth0 working, so I decided to add it to the bottom of /etc/rc.local, like in the example on the networking page.
    Now, eth0 works after a boot.  However, after the daemons load up during the boot process, my computer takes a long time to get to the login prompt (this is relatively speaking, since I am on a SSD and the boot process used to be blazing fast before).  I'm pretty sure it's because I added "dhclient eth0" to /etc/rc.local.
    I should say that even with these changes, after a hibernate, my eth0 still does not work and if it weren't for the edit to /etc/rc.local, eth0's inet settings would still not stick after a reboot (that is to say, the hibernate does do something to my network settings). 
    Is this the correct/most efficient way to fix my DHCP problem?  Can I fix my "eth0 after hibernate" issue?  Also, can I make my DHCP settings boot up without changes to /etc/rc.local so that I can get a fast boot again (still not sure how it was able to work before without my edit)?

  • Ethernet card doesn't work with new arch install?

    Hi guys,
    so this is kinda my first post, not that I'm new to arch i just never had an issue i couldn't figure out on my own... But i love arch i have been using it for about a year now and have had no serious problems except for this. I have had arch running on an older dell vostro 200 desktop before i reinstalled with a vary similar issue except that the fix i came up with doesn't work anymore. I will tell you about the first issue first because i ALMOST posted on here about it originally but i figured out a way to make it work even though it was a hassle.
    After cold/rebooting my computer the network card doesn't work at all. lspci reported that the kernel module e1000e was the correct one (i have verified this) and that the kernel has loaded it, i verified that with dmesg but still it wouldn't work. After much much anguish and hairpulling, I realized that it had to have something to do with the module so i tried forcing it to reload with rmmod e1000e and modprobe e1000e and it still wouldn't work until i physically unpluged the ethernet cord and pluged it back in until the light on the NIC turned on. After that everything works as normal i could even unplug and plug it back in with no problems. So eventually i wrote a script that did this for me (except for the uplugging and plugging part)  and i used that when i cold/rebooted.
    But now i have the exact same issue after reinstalling arch to the T except for the fact that the (crazy) fix i came up with doesn't work now. I used my "fix" after booting from the arch cd and it worked just like it always has. And now after rebooting into my fresh system the fix doesn't work anymore. So now i'm back where i was to begin with but i have no idea what to try next. I didn't do anything particularly different during installation except i added a udev rule for the e1000e module just to see if somehow that would fix the problem... it didnt and i have since deleted that (to see if it was the problem). The only other thing that is different is the root and home are now btrfs partitions instead of ext4.
    I have booted several other live cds and dvds (diferent distros) including arch derivatives such as manjaro and they all worked just fine, using the same kernel module (e1000e).  I'm not sure what that could mean but i know that it means there is a fix for this some way or another. I am going to hook up a wifi adapter and connect that computer to the internet to put some more information up if it's needed (asked for) but for now  lspci -vnn | grep -i -A 10 net reports
    00:19.0 Ethernet controller [0200]: Intel Corporation 82562V-2 10/100 Network Connection [8086:10c0] (rev 02)
    Subsystem: Dell Device 0238
    Flags: bus master, fast devsel, latency 0, IRQ 42
    Memory at fdfc0000 (32-bit non-prefetchable) [size=128k]
    Memory at fdfff000 (32-bit non-prefetchable) [size=4k]
    I/0 ports at ff00 [size=32]
    Capabilities: [c8] Power Management version 2
    Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [e0] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: e1000e
    Kernel modules: e1000e
    ip a reports:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    3: enp0s25: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:1d:09:8c:36:f6 brd ff:ff:ff:ff:ff:ff
    4: wlp0s29f7u3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 64:66:b3:16:92:10 brd ff:ff:ff:ff:ff:ff
    inet 172.16.1.55/16 brd 172.16.255.255 scope global wlp0s29f7u3
    valid_lft forever preferred_lft forever
    inet6 fe80::6666:b3ff:fe16:9210/64 scope link
    valid_lft forever preferred_lft forever
    lsmod | grep e1000e
    e1000e 215644 0
    ptp 17692 1 e1000e
    any help on what to do next would be greatly appreciated.
    Last edited by mvheart/dev/null (2014-08-18 04:02:12)

    Sorry I was thinking that it was say "state up" after that, I was looking in the wrong place... It's been a long time since I was playing around with this. So it is as i thought it was before?
    [aaron@arch-box Arch-Linux]$ sudo systemctl start [email protected]
    [sudo] password for aaron:
    Job for [email protected] failed. See 'systemctl status [email protected]' and 'journalctl -xn' for details.
    [aaron@arch-box Arch-Linux]$ systemctl status -l [email protected]
    ● [email protected] - dhcpcd on enp0s25
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; disabled)
    Active: failed (Result: exit-code) since Mon 2014-08-18 11:20:29 EDT; 4min 11s ago
    Process: 17650 ExecStart=/usr/bin/dhcpcd -q -w %I (code=exited, status=1/FAILURE)
    Aug 18 11:19:59 arch-box dhcpcd[17650]: version 6.4.3 starting
    Aug 18 11:19:59 arch-box dhcpcd[17650]: enp0s25: adding address fe80::ae3:ee04:7099:77c5
    Aug 18 11:19:59 arch-box systemd[1]: Starting dhcpcd on enp0s25...
    Aug 18 11:19:59 arch-box dhcpcd[17650]: enp0s25: waiting for carrier
    Aug 18 11:20:29 arch-box systemd[1]: [email protected]: control process exited, code=exited status=1
    Aug 18 11:20:29 arch-box systemd[1]: Failed to start dhcpcd on enp0s25.
    Aug 18 11:20:29 arch-box systemd[1]: Unit [email protected] entered failed state.
    Last edited by mvheart/dev/null (2014-08-18 15:50:10)

  • Wireless Music doesn't work with new software

    Hello-
    I can't get my wireless music to work after I update the software to the latest version. The only one that will work is when I install it from the CD. But, I would like to use the most recent version of the software. As soon as I update, the Media Server won't launch on my computer. I am using a linksys WRT54G wireless router. If I check DHCP clients, the wireless music receiver is successfully getting an IP address. I have tried all of the things that linksys suggested (disable WEP, firewall, broadcast SSID, etc...) to no avail. Has anyone gotten the latest media server software to work with WRT54G? I have tried it on both my XP and W2K machine, with the same results (doesn't work).
    Thanks,
    Rich

    <SPAN>Hi Jeremy
    <SPAN>I have the similar problem, I've installed the software on my desktop, no error messages (apart from the certificate) and everything seems to be fine. After about 2 minutes the message appears that the network is not ready and consequently the media server is not running.
    <SPAN>Without the server running I can't setup the Network and the entire system is not working. I could ping it but that was about it.
    <SPAN>I've reset my router, renamed the SSID, tried with and without WEP, MAC, without firewall, opened a new account on my desktop with admin rights installed the software again into a new folder - result still not working, same error message.
    <SPAN>To make really bad, I installed it on my laptop, same procedure and it works fine! So it seem that it has nothing to do with my wireless devices or configurations, there must be a problem while setting up the software on my desktop.
    <SPAN>I really would appreciate your help a lot!
    <SPAN>
    <SPAN>Cheers
    <SPAN>
    <SPAN>Balz

  • Self assigned IP Address, wireless doesn't work

    After upgrading to Leopard I keep getting "AirPort has a self-assigned IP address and may not be able to connect to the Internet." when I try to connect to the wireless network. Thus, wifi does not work at all. I've researched it best I can and it seems to be a problem with the router assigning an IP address to the mac, but why didn't this happen in Tiger? However if I play around with it for awhile it will randomly start working, but the same method doesn't fix it everytime. It also works fine in bootcamp. If I physically plug into the router, it works fine. This problem didn't exist in Tiger at all.
    Message was edited by: SuperDupe453

    Follow-up:
    On the two laptops, I finally managed to get on line by switching to a different wireless access point, on a different modem. I surmise that the communication between the Macbook DHCP client and the modem/router's DHCP server is less than 100% effective. Looking at the modem/router, I could see that all of the Macs had active connections. But, instead of showing the names of the Macs, the page showed a star (*) for each Mac. I had to compare Mac addresses to verify the connections. The MAC address, of course, is hard-wired into the computer's network interface. It appears that either the DHCP client didn't know what question to ask when it broadcast for an IP address, or it couldn't interpret the answer. Except in the case of the iMac, which worked perfectly.
    I upgraded the MacPro last, since it is my primary machine. Same story--connection with self-assigned address, which is useless. However, this time, having nothing left to lose, I restarted the modem/router, which presumably dumped any inactive connections and issued new DHCP leases.
    However, I do have a few words for the Apple GENIUSES! The Leopard network preferences page puts me in mind of a maintenance free battery. A few of the older folks will remember when you bought a car battery that had to be filled with distilled water to reconstitute the electrolyte. Then, periodically, you check the level of the liquid in the battery, and added distilled water when required. Adding water was required on occasion because some of the water would boil off under certain conditions. Then, we got the maintenance free battery, which is virtually identical to the older battery design, except that you don't have to perform the maintenance of replenishing the water. It turns out, however, that maintenance free batteries do vent on occasion, and should have water added. But, you can't add water because the battery is sealed. So, the difference between conventional and maintenance free is not that the maintenance free battery doesn't need maintenance, it is that you can't perform the maintenance without voiding the warranty.
    The Leopard network preference page won't let you set the parameters that could restore a connection. If the DHCP client doesn't work automatically, you're stuck.

  • Receiveing data over RTP doesn't work

    First of all , excuse my english.....it really sucks
    Second of all , this is my problem:
    I modified the JMStudio source to suit my needs.....leaving just what i needed.The application works......it sends data just fine but it does't receives it.I tried to rewrite the function thousand of times in different modes but it doesn't work.
    This is my source code :
              private void openRtp () {
    OpenRtpDialog dlgOpenRtp;
    String strAction;
    String strAddress;
    String strPort;
    String strTtl;
    RTPManager           receptie=RTPManager.newInstance();
    InetAddress      adresaip=null;
    int                    port,ttl;
    ReceiveStreamListener receptiestr = null;
    ReceiveStreamEvent     x = null;
    dlgOpenRtp = new OpenRtpDialog ( this, cfgJMApps );
         dlgOpenRtp.isVisible ();
    strAction = dlgOpenRtp.getAction ();
    if ( !strAction.equals(JMDialog.ACTION_OPEN) )
    return;
    strAddress = dlgOpenRtp.getAddress();
    strPort = dlgOpenRtp.getPort ();
    strTtl = dlgOpenRtp.getTtl ();
                   try {
                        adresaip=InetAddress.getByName(strAddress);
                   } catch (UnknownHostException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();
    port=Integer.valueOf(strPort).intValue();
    ttl=Integer.valueOf(strTtl).intValue();
    SessionAddress adresa=new SessionAddress(adresaip,port,ttl);
         try {
                        receptie.initialize(adresa);
                   } catch (InvalidSessionAddressException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();
                   } catch (IOException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();
    if ( receptie == null ) {
    MessageDialog.createErrorDialog ( this, JMFI18N.getResource("jmstudio.error.sessionmngr.create") );
    return;
    receptie.addReceiveStreamListener(receptiestr);
    receptiestr.update(x);
    update(x);
    // the rest will be done when we get NewReceiveStreamEvent
    updateMenu ();
    pls tell me what i do wrong cause it's driving me insane......the function from the JMStudio works in the original but doesn't work in my version so it makes me think that the problem is from somewhere else.
    For further assistance i'll be watching this thread closely.
    Thank you for your help.
    Yours gratefully,
    Sorin

    I'm just going to point you in the direction of some sample code...
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/AVReceive.html]
    Go look at their "initialize" function and figure out what the sample code is doing that you aren't...
    And remember, it could simply be a matter of doing something wrong with IP address... You can't use 127.0.0.1 for RTP transmissions, and you can't broadcast to the same computer if your transmit code is binding the destination port as the transmission port. IE, if you tell it to broadcast to the remote computer on port 2600, and it uses the local port 2600 to broadcast on...then you won't be able to read from port 2600 on the local computer.

  • NVidia SDI doesn't work

    Upgrades 1 and 2 are very disappointing.  My system has NVidia SDI and BMD Extreme 3D both installed. After upgrades NVidia SDI doesn't work and the BMD doesn't do 3D.
    Again, is there any real testing done before a release or is it just left to the paying customers to find the bugs.  Frankly I need to get work done. 

    This is the most recent info I've found on using the SDI outs ... and yes, I do hope this works easy, more obvious, and more reliable for people with the next release. They have acknowledged here that this is not always functioning properly for all setups and all external "tools" at this time. Which is about as much as they could do really.
    Advanced dual-monitor setup
    The advanced dual monitor setup uses nVidia Quadro SDI technology to allow for real-time 10- and 12-bit output over Single Link or Dual Link SDI. The nVidia Quadro SDI setup requires a 64-bit Windows 7 system.
    Connect the DVI or DisplayPort output to the display you want to use for the SpeedGrade workspace.
    Use either a Single Link or Dual Link SDI output from the NVIDIA SDI card to connect with external waveform and other monitoring devices, and your reference monitor or projector.
    In SpeedGrade, select Settings > Display.
    In the SDI Output section, change signal and format settings according to your desired output format settings.
    Select the Enable option.
    FAQ: How many outputs on the nVidia GPU can be used in parallel?
    Only two outputs at a time can be used in parallel. The SDI card is routed through the Quadro GPU and thus takes one DVI or DP output. The other output can be used for the workspace display. The additional DisplayPort is not active in parallel.
    Tip: Combining local footage display with a projection setup
    To give the operator an accurate local display in parallel to another display or projection system, a signal split on the SDI output is recommended. This is the recommended way to monitor a signal through external waveform and vectorscope devices.
    Using multiple monitors also requires an understanding of the odd way SpeedGrade "references" multiple monitors in the setup section. So you have to figure out how to set those numbers for the second display AND the above info on SDI to get it to work. Note, basically they suggest running two monitors and if you need more ... run a splitter on one channel outside the computer. So say your external scopes and broadcast monitor would run off one output from the computer, connected to some external box.
    As for the two monitor setup, SpeedGrade assumes 1920x1080 monitors ... and that the interface shall be on the Primary monitor as determined by the computer system. So when setting the numbers in the dual monitor setup, you use "Top" to tell Sg the * relative * position of the top left pixel of the second monitor to the primary monitor. The " 1 " pixel is the primary monitor's upper-left pixel, all else is computed from that point, going to the right and down. In my case, my monitors are stacked, primary on the bottom, program monitor on top. So I set the "top" number to -1080 so Sg "knows" the top left pixel of my second screen is 1080 pixels "earlier" (negative) than the primary top left pixel.
    As the two monitors are relatively in line vertically, the "left" number is " 0 ". And as the second monitor is 1920x1080 I put those numbers in the height/width area. SpeedGrade ... normally ... understands the basic pixel dimensions of the primary monitor, but you have to tell it the size of the secondary one. If your secondary is say 3,840 × 2,160, you'd put that in the width/height, and compute (depending on where your top-left secondary pixel is from top-left primary pixel) the figures above. Trip up on any of the above, you get ... bizarity. Truely.
    Neil

  • Parameter default value doesn't work in Discoverer Desktop 4i

    Hello,
    I have a parameter called 'Organization' in discoverer report.
    I want to set its default value to one organization from the list of values. I edited the parameter
    and selected that value from the list in the Default value field. But,when I run
    the report, it shows the recently used value for that parameter,
    instead of showing the default value.
    I have the same problem with all parametrs in workbooks in Discoverer.
    I am using Discoverer Desktop 4i (4.1.41.05.00).
    Is there anything i can do to make Discoverer show me the default value for the parameter every time i run the workbook?
    Thanks in advance!

    Thanks Rod!
    Unfortunately it seams that seting that p[reference doesn't work for my version of Discoverer.
    That option is introduced with version 4.1.43 and we are using version 4.1.41.05.
    I suppose i can't solve that problem on another way in this version of Discoverer Desktop..?
    Best regards!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Problems in Broadcasting BEx Workbook through email

    Dear All,
    I am having this problem for quite some time now i have also searched SDN for related articles but to no avail kindly help me out anyone plss plss; i am having problems broadcasting workbooks via email; i get the following error:
    Microsoft Visual Basic
    Run-Time error'91':
    Object Variable or with block Variable not set
    then i get this error
    Precalculation failed: E Exception from HRESULT: 0x800A9C68.
    and the broadcasting fails. I tried to test my precalculation server and thru txn RSPRECADMIN i am able to email my workbook, it works fine.
    Can anyone pls help me out here. Helpful answers will be duly awarded.Thanx
    Regards,

    Thanx Edward i upgraded my precalc. server to latest version and now am able to broadcast my workbook; but theres still a small problem; the workbook gets emailed but i receive the following errors:
    Trace Started as: 2/21/2011 11:48:36 AM* 
      ListSeparator: , 
      ExcelVersion: 11.0 
      AddinVersion: 7100.3.701.1352 
      BExSetConnectionFromHandle-01 
      BExSetConnectionFromHandle-02:True 
      MenuRefreshPrecalc-1 
    2/21/2011 11:50:27 AM----
      com.sap.bi.et.analyzer.api.BExApplication+BExConne ectionLostException: RFC debugging only possible w 
      th dialog user. 
      at com.sap.bi.et.analyzer.api.BExApplication.Fr rontendUpdate(Boolean iNewThread, Boolean iDoNotRe 
      dData) 
      at com.sap.bi.et.analyzer.addin.BExExcelApplica ation.FrontendUpdate(Boolean iNewThread, Boolean i 
      oNotReadData) 
      RFC debugging only possible with dialog user. 
      at com.sap.bi.et.analyzer.api.BExApplication.Fr rontendUpdate(Boolean iNewThread, Boolean iDoNotRe 
      dData) 
      at com.sap.bi.et.analyzer.addin.BExExcelApplica ation.FrontendUpdate(Boolean iNewThread, Boolean i 
      oNotReadData) 
      Application Not Refreshed 
      ErrorDesciption: 
      Result: False 
      End of MenuRefreshPrecalc 
      Precalclulation in thread 4 failed. 
      Packages completed on server 28-. Remaining packages: 28- 
      Precalculation server queue updated: Server BIPRECALC setting C0A8074A0E6C4D620A9501D700000000  
    Cannot precalculate workbook H3UG6516GWPRC5NKNDBO33XRQ
    Any idea what might be causing this. Thanx for your prompt reply.
    Regards,

  • How can I set information broadcasting (send Workbook with E-mail) in serv.

    FYI: I set a broadcasting schedule to send workbook with e-mail. The pre-calculated server was set already.
    How can I set information broadcasting (send Workbook via E-mail) when I cannot access enterprise portal ?

    Hi,
    Check this thread:
    Work book broadcasting
    Regards
    Pcrao.

Maybe you are looking for

  • I am unable to print to a Lexmark C782 printer

    I have been troubleshooting a print issue for 2 weeks. I have two iMac desktops. I am trying to print to Lexmark_C782 printers via ethernet. I have selected the printers through System Preferences>Printers and Scanners. When adding the printers I sel

  • My iPhone4 is unable to start, and will not connect to iTunes. Please help!

    I've had my phone for about 3 months now, and I've already had to have it replaced. I got a new one about 3 weeks ago, and until last night it has worked perfectly fine. Last night, it turned off, and will not turn back on. I've reset it countless ti

  • Can't move songs from library folder to new Nano

    Just got a Nano and want to load songs to play for my newborn baby girl. I have an existing iTunes library of mp3s - When I try to move some into new playlists on my Nano they don't transfer. Sometimes I get that circle with a slash, other times when

  • No sound output on Solaris 8 and an Ultra 5

    I have recently installed Solaris 8 on a Sun Ultra 5 after a few minor problems, everything seems to be working great. However, I am unable to use any of the system sound notifications under KDE or Gnome. KDE starts the arts sound server just fine wi

  • Password protection - options in OS 10.5

    Good afternoon. With the recent spate of UN and PW theft, what are my good options for protecting these in OS 10.5? Thanks for your time.