Openbox, start Programm with key[solved]

Hi @ all
I have a Problem with Openbox , I will start gmrun after pressing the F10 Key.
I have write in the rc.xml this keybinding,
<keybind>
<action>
</keybind>
but when I press F10, nothing go on..
edit:
wtf.....
I can not write the action line, evry time after submit only <action> is there....
ok it looks like  action name="gmrun"

First, I agree with mucknert: that is not gmrun, it is a search field every gtk listview (or whatever it is called nowadays) provides by default.
Try the following to see if Openbox spits out any warnings:
Open a terminal emulator, execute `openbox --replace' in it and have a look at Openbox's output. It would also help if you could upload your rc.xml somewhere. There are also thousands of nopaste sites available where you could post your rc.xml if you don't have any webspace.

Similar Messages

  • Problem starting OpenOffice with KDE [Solved]

    I just did a clean Arch install witk KDE desktop. After I installed OpenOffice with
    pacman -Sy openoffice-base
    when I try to start openoffice I get the following error message
    "The application cannot be started. An internal error occurred."
    I tried to reinstall OpenOffice but that didn't help.
    Any ideas whats going wrong? OpenOffice worked fine with Gnome before I did a clean install.
    -A-

    this problem is caused as some files on the install or somewhere else got assigned root permissions so that is the problem. i deleted the folder and everything recreated ok.
    I have the same problem, but deleting ~/.openoffice.org2 haven't solved the problem, so I looked up this forum for other solutions and nothing helped.
    From other topic: That's not a java problem, I think.
    Any ideas?

  • How to start working with BPEL[SOLVED]-but someone still can help me :)

    Hello Everyone,
    I'm Fizzz, I'm totally new to BPEL. I don't know where to start and how to start.
    Right now I'm Working with JDeveloper 11g R1. I didn't go further yet but Now i have to create some BPEL Process that can be integrated to my Web Application. There are some transaction to be Approved or Canceled from BPEL and if Transaction is Approved then i need to Update that Transaction to Peoplesoft's Database. I have 1 week to learn it. and then i need to start my work.
    But i really don't know where to start? What do i need? And how to proceed?
    Can Anybody suggest me the steps that i can follow to get Start with BPEL and done with Peoplesoft connectivity?
    I would really appreciate your help.
    Thanks,
    Fizzz...
    Edited by: Fizzz on Nov 24, 2009 5:14 PM

    Thanks user11082822 and Vivek..
    Your Oracle Doc links are really very helpful. i would definitely go through these docs to get familiar with BPEL, But i have only one week to understand this part of technology.
    So would request for any Live Example or How to's for Sample BPEL app creation and integration part of that. I would definitely read these document but i need some fast overview on these processes practically.
    Can you please suggest me such things.
    Thank you very much to both of you for your very quick and very helpful effort. :)
    Fizzz...

  • DISPLAY:=1 starts 800x600 with xgl [SOLVED]

    Hey,
    I've got a strange problem, I'm trying to use XGL with SLIM. The xgl part of it runs fine, all the effects and stuff work, all I'm doing is calling
    exec startxgl 1 ati gnome
    in my xinitrc for SLIM.
    The problem is that it always starts in an 800x600 window in the top corner of the screen. If I call it on DISPLAY:=0 like so
    exec startxgl 0 ati gnome
    It starts at the proper resolution, but none of the effects work.... So I'd like to somehow get it to run on DISPLAY:=1 in the proper resolution... I think its just a config problem and not XGL...but I have been unable to find anything about setting resolutions for specific DISPLAYS:=X. Some how 0 is set properly. My xorg.conf is pretty simple...
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "record"
    Load "dri"
    Load "xtrap"
    Load "extmod"
    Load "dbe"
    Load "freetype"
    Load "type1"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa"
    VendorName "ATI Technologies Inc"
    BoardName "RV350 AR [Radeon 9600]"
    BusID "PCI:2:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "fglrx"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Thanks!

    check /usr/bin/startxgl, and add -fullscreen to
    Xgl :$xgldisplay -ac -accel xv:pbuffer -accel glx:pbuffer &
    so it became
    Xgl :$xgldisplay -ac -fullscreen -accel xv:pbuffer -accel glx:pbuffer &

  • Openbox won't start with consolekit [SOLVED]

    I would like to start openbox with this line of code in my ~/.xinitrc to enable me to use devmon for automounting removable media:
    exec ck-launch-session dbus-launch openbox-session
    However, upon logging in without login manager with ~/.bash_profile code:
    #Start x at boot
    if [[ -z $DISPLAY && $(tty) = /dev/tty1 ]]; then
    exec startx
    fi
    I am unable to start openbox.
    Openbox starts fine with this line in my ~/.xinitrc:
    exec openbox-session
    Last edited by mynameisneo (2012-03-04 10:15:51)

    https://wiki.archlinux.org/index.php/Start_X_at_Boot
    Here's my .bash_profile:
    if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
    startx
    fi

  • My Macbook Pro has a black screen when running in Bootcamp Windows 7. Since I updated the mac side my windows side now starts up with completely black screen - no prompt, nothing, Cap keys still light up as does mouse and DVD drive seems to run.

    My Macbook Pro has a black screen when running in Bootcamp Windows 7. Since I updated the mac side my windows side now starts up with completely black screen - no prompt, nothing, Cap keys still light up as does mouse and DVD drive seems to run.
    Will not show up in safe mode, will not show when started from Windows 7 DVD.
    I suspect the Mac update wiped out my PC video drivers but can not think of a way to re-install?
    Can see the PC volume from Mac side with files.
    I've looked at all the online solutions so far and have tried most of them without success. Please help!
    Specs:
    2009 Macbook Pro, 3.06 GHz Intel 2 core, Max 10.6.8.
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro5,2
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          3.06 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          6 MB
      Memory:          4 GB
      Bus Speed:          1.07 GHz
      Boot ROM Version:          MBP52.008E.B05
      SMC Version (system):          1.42f4
      Serial Number (system):          7302300GANE
      Hardware UUID:          B2D4B4B4-CD92-5C7A-BDC2-527D30DD8DF3
      Sudden Motion Sensor:
      State:          Enabled

    EDIT: RESOLVED
    For anyone else who finds their way here like I did, this link did it for me: https://forums.geforce.com/default/topic/527599/windows-8-issues-solved-please-r ead-if-you-39-re-having-black-screen-and-or-flickering-/
    Specifically, the posts by Dunsany and valkyr did the trick.  I booted in safe mode, uninstalled and deleted the Nvidia driver, disabled automatic driver installation, and restarted normally.  I then manually downloaded and installed the previous Nvidia driver for my graphics card (which at the time of this writing was 335.23, rather than the latest which was 337.88), and everything is now bueno!
    Two hiccoughs along the way: First, when I tried to uninstall the Nvidia driver the first time, when I restarted I got the login screen (which was a good sign), but it quickly went black again.  I powered down, restarted in safe mode again, and repeated the uninstallation process, and it worked the second time.  Second, when I started the manual install of the 335.23 driver, the computer played a sound similar to the one for disconnecting a USB device, and the screen went black.  I'd seen a lot about trying to increase the brightness (though it hadn't worked up to this point; but if you haven't tried it yet, might as well); I tried it, and it worked! So far I'm back up and running. [/fingers crossed]
    Hope this helps someone else!

  • Hard disk in mums macbook failed, bought a new one, formatted it first. Have tried starting it with every possible key and I either get flashing question mark folder or a cursor.

    Hard disk in mums macbook failed, bought a new one, used sata adapter cable to format it for mac first. Connected it and have tried starting it with every possible key combination and I either get flashing question mark folder or a cursor. A disk is stuck in it so I can't boot from OSX, and yes I have tried every option of starting to try and eject disk but none work. HELP ME!

    Five ways to eject a stuck CD or DVD from the optical drive
    Ejecting the stuck disc can usually be done in one of the following ways:
      1. Restart the computer and after the chime press and hold down the
          left mouse button until the disc ejects.
      2. Press the Eject button on your keyboard.
      3. Click on the Eject button in the menubar.
      4. Press COMMAND-E.
      5. If none of the above work try this: Open the Terminal application in
          your Utilities folder. At the prompt enter or paste the following:
            /usr/bin/drutil eject
    If this fails then try this:
    Boot the computer into Single-user Mode. At the prompt enter the same command as used above. To restart the computer enter "reboot" at the prompt without quotes.
    If you have a 2010 MBP or later, then you can use Internet Recovery. Start by rebooting the computer. At the chime press and hold down the COMMAND-OPTION-R keys until a Globe appears in the upper part of the screen. This process can take upwards of 15 minutes to get connected to the Apple network servers. You should eventually see the utility screen of the Recovery HD. You may now go about the process to install Mountain Lion:
    Install Lion/Mountain Lion on a New HDD/SDD
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    1. Select Disk Utility from the main menu and click on the Continue button.
    2. After DU loads select your external hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • [SOLVED] How to start JACK with KDE 4? (and which JACK should I use?)

    Hi again
    I'm using KDE 4, and I've just installed JACK again, and since I can't find any decent documentation on this, I'm having a bit of a problem.
    Currently I have jack from [extra] installed, rather than jack2. When I try starting jack as the ArchWiki suggests, i.e. by typing "jackd -d alsa", I get the following error:
    $ jackd -d alsa
    jackd 0.120.1
    Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
    jackd comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    JACK compiled with System V SHM support.
    loading driver ..
    creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
    control device hw:0
    the playback device "hw:0" is already in use. Please stop the application using it and run JACK again
    cannot load driver module alsa
    I've also tried jack2 from [community], and after starting it with "jack_control start", I get this...
    $ jack_control start
    --- start
    DBus exception: org.jackaudio.Error.Generic: Failed to start server
    So how do I start it? I'm guessing jack doesn't want to start because some other KDE application grabbed alsa before jackd (but I've been wrong before), and I don't have the slightest idea what jack2 is about with that "generic" error. If anyone would help me shed some light on this, I'd appreciate it a lot.
    Thanks in advance!
    Last edited by Wintershade (2011-03-26 19:22:08)

    @schivmeister thanks that one worked
    Yes, it was knotify4. So now this part works. I've switched to jack2 and it works flawlessly when starting it with jackd
    So this part is solved... now, would you be so kind (if you know) as to point me to some tutorials or howtos (or proper documentation, cos I can't find much of that either) on how to connect various ALSA channels with JACK?
    Basically, I want to route my PCM channel and the Mic channel into Capture 1 (or one to Capture 1 and other to Capture 2), since my Intel HDA audio card doesn't have the "Mix" or "What-U-Hear" or whatever as an available capture source. Any leads on that? (or do I have to open another thread for it?)
    TIA

  • I am having trouble trying to boot from my lion osx install disk on a 2007 macbook.  The disk ejects when I start up with the option key depressed.  Anyone have any ideas?

    I am having trouble trying to boot from my lion osx install disk on a 2007 macbook.  The disk ejects when I start up with the option key depressed.  Anyone have any ideas?
    Thank you.

    How did you get a Lion OSX install disc? They don't exist. Do you mean the gray disks that came with your 2007 MacBook?
    If you mean the gray disks, try starting up with the "c" key held down.
    What version of OSX is on your MacBook now? Have you tried booting from the Recovery partition?

  • Tried to start up with Diskwarrior using C key; no luck

    Trying to start up from my diskwarrior disk; I insert disk; and restart holding down the c key but no luck. Is this because I am using a wireless keyboard?
    Should I just plug in a regular keyboard and then try starting up with the c key?
    whats up with this?
    thanks;'

    Also if your trying to use the new Diskwarrior 4.0 the start up will take some time, 5-10 min. If you get the Apple logo and the spinning wheel under it your ok just give it time. Not sure about pluging in the other key board, if your not getting the logo then I would suggest you give the key board a try.
    Mike
    imac G5 2gig, macbook 2.0 1 gig ram   Mac OS X (10.4.8)  

  • [solved] openbox: "ghost" window with bbpager

    I don't really know where to report this bug as it was working fine a few days ago, so I'm just going to check if I'm the only one having problems with bbpager.
    Basically, when I'm using bbpager outside of the dock/slit, everything's fine.
    But when using bbpager -w, if I close everything, the last window still appears in the pager:
    impossible to move it, but it's still there.
    Once I open a new window, everything's working again, the "ghost" window dissapear.
    Strange thing is, if I run a 2nd instance of bbpager without the "withdrawn" option, the one in the dock behaves correctly: the docked bbpager stop drawing the remaining window.
    I tried with the default config files for both openbox and bbpager with no luck.
    Problem is I have no idea how to check what's wrong with it, and unable to find another pager with autohiding feature (which is why I put bbpager in the dock).
    Does someone has the same issue, or any idea of what I could do to solve this problem?
    Thanks!
    This is unrelated and solved:
    Edit:
    Just realised something else:
    I'm using "windows" + Tab as a "Super alt-Tab", ie switching between tasks on all desktops, and not just the current one.
    If I'm on a desktop with no window open, no problem, I just choose the window I want and I'm transfered to the correct desktop.
    Problem is once the window gets focus, windows tab isn't working anymore: I can choose another window (I see the icons, can move between them, see the border...), but I'm not transfered to it.
    It doesn't do a thing.
    But if I do "show desktop" first, no problem, it's working again...
    Edit2: AAAAaaaAAARRGGH! downgraded to openbox 3.4.7 fixed the "windows + Tab" issue, but not the bbpager one!!!
    I'm completely clueless.
    Edit3:
    Just reinstalled openbox 4.3.8.
    Did it with Pacman -Rns openbox + rm -r ~/.config/openbox, then pacman -S + cp /etc/xdg/openbox ~/.config , just to be sure.
    Same issue with "windows tab", but... It's working with firefox, I don't know why!
    I can switch between different firefox windows, even if they're on different desktops!
    Last edited by Tekrotzen (2009-12-12 12:07:24)

    Solved the openbox issues: installing openbox-git and modifying the new default rc.xml manually (don't use obkey as it's not working well with openbox 4.3.8), everything is working as expected.
    Still, I still have the bbpager issue...
    Edit:hmmm.
    No idea why, but after a pacman -Scc and a new install of bbpager, no ghost window anymore...
    Solved.
    Last edited by Tekrotzen (2009-12-12 12:07:05)

  • How to start dhclient with systemd at startup? [SOLVED]

    I have eth0 connected to DHCP server and want to use dhclient instead of dhcpcd. How can I start dhclient with systemd? Is there something similar to
    systemctl enable dhcpcd@eth0
    Last edited by mpelikan (2012-12-18 13:43:28)

    dhcpcd comes in package with completed systemd unit (/usr/lib/systemd/system/dhcpcd.service and /usr/lib/systemd/system/[email protected]) by package developer, but dhclient doesn't.
    mpelikan, you should write your own systemd unit for dhclient for yourself using
    1) dhcpcd units as example
    2) wiki page https://wiki.archlinux.org/index.php/Sy … vice_files
    3) man page for dhclient to get the right options
    Also I'm sure I saw somewhere an example of dhclient unit but I can't find it now. Anyway, it was not working out-of-box in Arch.
    I've done this previously but then I've realized disadvantages of dhclient (so I've removed it).
    Firstly, I didn't like how it's working in daemon-mode after some testing.
    Secondly, it depends on deprecated net-tools.
    You should try dhcpcd. If it doesn't work, you can make it work by editing configuration files / kernel options (like switching off IPv6 if you think you have an issues with it) or adding some parameters.

  • Programmable soft key - help how to SOLVED - ANSWERED

    Dear Sir,
    I have a ethernet relay for open the gate of my plant. At the moment for open the gate I need to link http://192.168.1.8/toggle.cgi?toggle=E
    My goal it's to create a Programmable soft key in order to open the gate, directly by SPA504G.
    I created the psk1 managing webserver of SPA504G, under Voice>Phone>psk 1:
    fnc=xml;url=http://mylocalwebserver/OpenGate.xml;nme=Open
    Below the OpenGate.xml file situated on mylocalwebserver
    <?xml version="1.0" encoding="UTF-8"?><CiscoIPPhoneExecute><ExecuteItem URL="http://192.168.1.8/toggle.cgi?toggle=E"/></CiscoIPPhoneExecute>
    When I use the psk1, the SPA504G it's able to open the gate, but the follow text it's displayed on the Phone
    "XML format error or invalid application".
    Is there some one that indicate me the right way in order to fix it?

    Thank you so much for your suggestion!!!!
    Hoping to be helpful for someone in the futures.
    For the request, please set the PSK1 or 2... as:
    fnc=xml;url=http://yourwebserver/OpenGate.php;nme=GateOpen
    reachable from SPA504G web configuration (administrator Login): Voice>Phone>
    below the code for OpenGate.php file.
    <?phpinclude "http://192.168.1.8/toggle.cgi?toggle=E";header ("Content-type: text/xml");echo "<?xml version='1.0' encoding='utf-8'?>"; echo ""; echo "";echo "";?>

  • TS3148 my mackbook air starts up with a  persistent grey screen, apple logo and spinning gear

    my mackbook air starts up with a persistent grey screen, apple logo and a spinning gear. It will not show the login window

    Press and hold the power button down to force a hardware shutdown (emergency use only!)
    Next find the Shift key and hold it and press the power button, the machine will boot into Safe Mode.
    Next backup your files to a external drive just in case.
    Emergency backup procedure
    Drag and drop copy your users file folders (music, pictures, documents etc) to a regular external powered drive as soon as possible.
    Do not use, setup or trust only TimeMachine at this troubled time as it will copy corrupted data and we need just your users files safe just in case. TimeMachine cannot be used with a Windows PC.
    Unmount and Disconnect all external drives once the backup process is completed.
    Note:
    If you have any over 4GB sized files, those won't copy to a standard formatted FAT32/MSDOS drive from the factory, if you need to save these 4GB+ files use another blank/empty drive and use Disk Utility to format it 1 Partition, Option: GUID,  Format: OS X Extended Journaled (or the standard default one for older Mac's).
    Mac's cannot copy to nor format a NTFS  drive. ExFAT format to be used with a Windows machine must be right click formatted by Windows, not OS X (does it wrong) XP macines can install a free exFAT update from Microsoft. Vista-Win 8 can format exFAT.
    Formatting a drive will erase all data on it.
    Most commonly used backup methods
    Your problem is likely due to a incompatible third part at boot kernel extension file that some program installed into OS X at some time.
    If you can recall which programs you installed using your Admin password then that's a good place to start and update or uninstall those programs.
    The next solution is a #8 Reinstall Just OS X + Software Update fully,  this will replace OS X with a new copy, fix OS X if it's the cause and kick out ALL third party kext files out of OS X.
    You also can manually drag and drop the third party kext files (if you know what they are) out of of the System/Library/Extensions folder and reboot.
    ..Step by Step to fix your Mac
    Solving at boot kext issues in Snow Leopard

  • Black screen at start- up with blinking Capslock and Numlock light.

    Hi,
    My CQ61 Presario Notebook PC stays black at start-up with the Caps lock and Num lock lights blinking. I discovered the light blinking 3 times and then the system will power off and powers on after some seconds. I checked the memory and tried unseating them but gets no positive result.
    Please, what should i do? I need help.

    Hello ezichisam,
    I see that you are having issues turning the computer on, is that correct?
    I was searching for information on the computer and I found this link. The link has troubleshooting steps for start up issues and explains what the blink codes mean that you are getting from the caps lock and num lock keys.
    Follow the instructions in the document and let me know if they help.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

Maybe you are looking for

  • How do I Sync my iPhone with my new computer without losing all of my songs already on the iPhone?

    I recently got a new MacBook Pro and I want to be able to sync my iPhone with my new iTunes library without running the risk of losing all the music that I already have on my iPhone.

  • Sales invoice print out

    hi experts. we are  3 plants for our concern and  we are prepared the sales invoice through t-code j1ip , when we are shifted the materials from one plant to another plant .it could not print the customer address in the to block. but when we are shif

  • Formula to convert DATE

    Hello Experts, I am fetching doc date from oinv table on the crystal report but problem is that it is showing time also with the date and date format is MM/DD/yyyy. I want that only date will show and it should be in format DD/MM/YYYY. please tell me

  • ITunes Crashed & Bunch of Question Marks by Songs

    My itunes crashed and the preferences became corrupted. All of my song files are on my external hard drive but some of them show the question mark which means they can't be located. I have gone into preferences so that the correct file on the externa

  • Unable to see company list in client

    Hello, I have a server running SAP B1 8.8 PL5 with SQL2005. I do not see the company list from the client. I see the SBODemoUS database on SQL server. How can I get the company to show up in the client? Thanks and Regards, Sheetal