Problem in SAPLPD after SAPGUI upgrade

Hi experts,
Since installation of SAPGUI 7.10 (PL 12), we face problems on printing jos in SAP :
when a print is called by a transaction which usually calls SAP Printer Deamon to execute the printing, the SAP Printer Deamon is not automatically opened and the printing is not done, even if SAP displays a message for confirming the prinitng.
We have each time to open manually the SAP printer Deamon and then after to execute the printing activities.
Can you tell us why it's going like this now ? is there a way to fix this and to have back the automatic opening of this tool to have the prints ?
Thanks & Regards,
Kashif

Note 519852 has the answer.
We had the same issue on at least one pc.
WARNING:  Please be sure to backup the registry before making any changes.
From the problem computer:
-- Start --> Run --> regedit
-- Expand out the tree node HKLM (HKEY_LOCAL_MACHINE)
-- Expand out the node SOFTWARE
-- Expand out the node SAP
-- Expand out the node SAP Shared
-- Take a look at the value for the key SAPWorkDir.  Make sure that this is a valid working folder on the pc and that the user has write access to this folder.  If not, then the easiest is to update this key with the value "%USERPROFILE%\SapWorkDir".
You can check to see if the value is a valid working folder, by doing the following:
-- Start
-- Run
-- cmd.exe
-- from the command window, C: and press enter
-- type in CD <value from SAPWorkDir>     <-- without the chevrons.
-- if this gives you a message "The system cannot find the path specified.", then the key value is incorrectly specified and should be updated...thus explaining why saplpd fails. 
It sure would be nice if SAPLPD popped up some sort of error message.  Oh well.
Regards,
Chris

Similar Messages

  • Problem with Java after System Upgrade to 10.5.7

    Hi,
    I am facing problem with Java after having run Software upgrades.
    Here is the whole story. I recently moved to iMac 10.5.6 from PowerPc 10.4. On this new machine I was having problem running a 3rd party application, which requires JVM. As this application worked well on Tiger, I decided to upgrade JVM on my iMAC using Software Upgrade(was I insane!!). As I like my systems to be updated (as with linux on my personal machine) I clicked "install all". As a result I have the following upgrades run on my machine:
    2009-05-20 13:12:01 +0200: Installed "Mac OS X Update Combined" (10.5.7)
    2009-05-20 13:12:10 +0200: Installed "Remote Desktop Client Update" (3.2.2)
    2009-05-20 13:12:26 +0200: Installed "Java For Mac OS X 10.5 Update 2" (1.0)
    2009-05-20 13:58:36 +0200: Installed "Java for Mac OS X 10.5 Update 3" (1.0)
    2009-05-20 13:58:44 +0200: Installed "AirPort Utility Software Update 2009-001" (5.4.1)
    2009-05-20 13:59:07 +0200: Installed "QuickTime" (7.6)
    2009-05-20 13:59:22 +0200: Installed "iPhoto Update" (7.1.5)
    2009-05-20 13:59:28 +0200: Installed "iLife Support" (9.0.2)
    2009-05-20 13:59:38 +0200: Installed "iDVD Update" (7.0.3)
    2009-05-20 13:59:58 +0200: Installed "iTunes" (8.1.1)
    But now, simply running $ java on the prompt hangs, i.e. it takes no action.
    $ which java
    /usr/bin/java
    $ ls -ltr /usr/bin/java
    May 20 15:09 /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
    $java (no response)
    Here is the output of $ top
    PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE
    703 java 98.8% 0:38.54 3 110 72 480K 184K 1964K 40M
    Any clues?
    cheers

    Hi man,
    In the wake of this java problem I resorted to keep working on my old machine, and today in my spare time I tried to fix this new machine.
    So I execute $java on prompt, and then try to check the files it has opened, using lsof -p pid
    I see it referring to
    /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
    isn't this usually the JAVA_HOME
    However, executing $/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
    hangs!!
    but
    $/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java
    works!!
    $ pwd
    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin
    $ ./java -version
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153)
    Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_07-b06-57, mixed mode)
    So, I changed the links as follows
    borgraf:Versions raveesh$ l
    total 72
    drwxr-xr-x 3 root wheel 102 Mar 6 2008 1.3.1
    lrwxr-xr-x 1 root wheel 3 May 21 19:42 1.4.1 -> 1.4
    drwxr-xr-x 8 root wheel 272 May 21 19:42 1.6.0
    lrwxr-xr-x 1 root wheel 3 May 21 19:44 OldCurrentJDK -> 1.5
    lrwxr-xr-x 1 root wheel 5 May 21 19:44 1.4 -> 1.4.2
    lrwxr-xr-x 1 root wheel 5 May 21 19:44 1.3 -> 1.3.1
    lrwxr-xr-x 1 root wheel 5 May 21 19:44 1.5 -> 1.5.0
    drwxr-xr-x 8 root wheel 272 May 21 19:44 1.4.2
    drwxr-xr-x 8 root wheel 272 May 21 19:44 1.5.0
    lrwxr-xr-x 1 root wheel 5 May 21 19:44 1.6 -> 1.6.0
    lrwxr-xr-x 1 root wheel 1 May 21 19:44 OldCurrent -> A
    drwxr-xr-x 8 root wheel 272 May 21 19:44 A
    lrwxr-xr-x 1 root wheel 3 Jun 4 17:14 CurrentJDK -> 1.6
    lrwxr-xr-x 1 root wheel 3 Jun 4 17:21 Current -> 1.6
    Linking my Current and CurrentJDK to 1.6 and it works!
    However, shall that be the reason!
    what is in your /Versions/Current/
    I got the following
    $ ls /System/Library/Frameworks/JavaVM.framework/Versions/Current
    CodeResources Frameworks JavaVM
    Commands Headers Resources
    There is no /Home in here, which is usually the case for /1.5 or /1.6
    Anyways, things seems to work for the moment. Lets see if I get problem with using Java.
    thanks

  • Problems with games after leopard upgrade

    After i upgraded to leopard iv been having trouble with some games (like bf 2142), they wont open, as soon as i click on the game it quits right away, anyone having this problem too? or anyone have any solutions??
    :?

    Good morning Mogens Pedersen
    Thanks for using our forum
    I am a Cisco network support engineer, I have a recommendation, before you  upgrade any device in the future. Always keep in mind to make a backup of your data, in this way if you have to reset the device to factory settings you will not lose that information. Having said that, reset the router to the fabric configuration using the back little button, remember when you do that, you are going to loose your current configuration.
    Also here I leave a link for you to download the firmware rescue utility for your router:
    http://www.cisco.com/cisco/software/release.html?mdfid=282414010&release=4.0.0.7&relind=AVAILABLE&softwareid=282465800&rellifecycle=&reltype=latest
    I hope you find this answer useful, if it was satisfactory  for you, please mark the question as Answered
    and please rate helpful posts 
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco network support engineer

  • Problems with rv042g after software upgrade

    after software upgrade it reboot the router about every 45 sec
    I've tried this tool from the Cisco website RV0xxV3_FirmwareRescueUtility_v4.0.0.7 without success, the problem is there, is a way you can get the router up and running again ?
    Can i run a TFTP server and upload a new software, or i ther a FirmwareRescueUtility for rv042g ??
    Mogens from Demmark

    Good morning Mogens Pedersen
    Thanks for using our forum
    I am a Cisco network support engineer, I have a recommendation, before you  upgrade any device in the future. Always keep in mind to make a backup of your data, in this way if you have to reset the device to factory settings you will not lose that information. Having said that, reset the router to the fabric configuration using the back little button, remember when you do that, you are going to loose your current configuration.
    Also here I leave a link for you to download the firmware rescue utility for your router:
    http://www.cisco.com/cisco/software/release.html?mdfid=282414010&release=4.0.0.7&relind=AVAILABLE&softwareid=282465800&rellifecycle=&reltype=latest
    I hope you find this answer useful, if it was satisfactory  for you, please mark the question as Answered
    and please rate helpful posts 
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco network support engineer

  • IPhone Sync Problems with VISTA After iTunes Upgrade to 7.4

    Upon upgrading to iTunes 7.4 I was unable to sync my Outlook calendar or contacts to the iPhone. Called Apple Support that they seemed to know nothing about this problem general problem despite all of the discussions on this and many other tech. boards.
    After being told remove and reinstall iTunes and Outlook, set-up a new user account, etc... (none of which worked) I finally concluded that perhaps the .pst file being used by outlook was simply incompatible with iTunes for some reason (e.g. unsupported recurring calendar items).
    SOLUTION: Create a new outlook .pst data file. Once created, open up that new file along with the defective .pst file. Then, simply change the view of calendars and contacts in your old calendar such that you can see all of the items in a list. Highlight the items you want to keep and simply click-and-drag them to the nes .pst file. This solves all of the sync. problems I had post-7.4 upgrade. It takes less than 3 minutes to complete this painless fix.
    This was so annoying for me that I'd be happy to help someone complete this simple task if they need help. < Edited by Host, for your protection, no personal information please. >

    Then it would appear to be an issue with your router. What router? Model? Is the firmware up to date?

  • Wifi problems on Macbook after Yosemite upgrade

    I am having very serious problems with wifi connectivity of my Macbook Pro Retina after upgrading for OS X 10.10 by the end of October .
    Of course this has a great impact on system usability since almost exclusively use wifi to connect to the network.
    I must say I never expected that in Apple world a problem of this magnitude take so long to solve!
    After trying various proposed solutions without result, two weeks ago in a user forum I found a simple turn around that effectively minimizes the problem on my Macbook.
    Deactivating Bluetooth Wifi connectivity becomes less unstable and can work continuously with the networked PC. There continues to be an abnormally high rate of errors affecting eg Time Machine but the wifi connection does not drop.
    It's a little ridiculous I can not use my Magic Mouse but it is less problematic that not to have Network!
    But someone can direct me to a date that provides for the effective resolution of this problem by Apple? Or at least that the problem has been recognized and is being done something to fix it?
    My system is yet under warrant. Should I activate the warranty and ask for the replacement of the Macbook? From what I've read not all users have this problem with Yosemite.
    Can someone please explain to me the reasons why I have the problem and others with theoretically equal machines do not have it (it that is the case)?
    Thanks in advance,
    Fernando Ribeiro

    I installed last OS X update, 10.10.3, and the problem is completely solved.
    The problem, Wifi+Bluetooth, is clearly addressed on the update notes.
    Now I am working with Magic Mouse, Bluetooth, while navigating on the Internet via Wifi.
    Thanks

  • [SOLVED] Problems autostarting xbmc after nvidia upgrade

    Hello!
    With nvidia version 302.17-1 and with 302.17.2 xorg errors and fails when autostarting xbmc.:
    Here is my Xorg.0.log: https://gist.github.com/3118969
    Here is my xorg.conf:
    https://gist.github.com/3118996
    But downgrading nvidia and nvidia-utils to version 295.59 makes everything work again.
    So is this considered as a bug or can I change my configuration to make it work with latest nvidia drivers?
    My graphics card is PCI and not PCIe, maybe there is some problem with old PCI cards?
    I am now using standard xbmc package in repositories (earlier I used xbmc-pvr-git but I changed to standard xbmc to see if it was a problem even without using AUR packages).
    Last edited by ronnylov (2012-07-17 14:04:32)

    Thanks. But I got another problem now because I can't upgrade from nvidia 295.59 to the latest version. There is some kind of dependency problem, probably because of the switch from /lib to /usr/lib.
    [ronny@htpc ~]$ sudo pacman -Syu
    Lösenord:
    :: Synkroniserar paketdatabasen...
    core är senaste versionen
    extra är senaste versionen
    community är senaste versionen
    :: Påbörjar full systemuppgradering...
    löser beroenden...
    letar efter inre konflikter...
    Mål (3): cairo-1.12.2-2 nvidia-302.17-2 nvidia-utils-302.17-1
    Total Installationsstorlek: 54,02 MiB
    Nettouppgraderingsstorlek: 0,69 MiB
    Fortsätt med installation? [Y/n]
    (3/3) kontrollerar paketintegritet [######################] 100%
    (3/3) laddar paketfiler [######################] 100%
    (3/3) kontrollerar filkonflikter [######################] 100%
    fel: misslyckades att påbörja överföringen (motstridiga filer )
    nvidia: /usr/lib/modules/extramodules-3.4-ARCH/nvidia.ko.gz existerar i filsystemet
    Fel uppstod, inga paket uppgraderades.
    [ronny@htpc ~]$
    Trying to following the info  here https://wiki.archlinux.org/index.php/De … iki:usrlib:
    [ronny@htpc ~]$ grep '^lib/' /var/lib/pacman/local/*/files
    /var/lib/pacman/local/nvidia-295.59-1/files:lib/
    /var/lib/pacman/local/nvidia-295.59-1/files:lib/modules/
    /var/lib/pacman/local/nvidia-295.59-1/files:lib/modules/extramodules-3.4-ARCH/
    /var/lib/pacman/local/nvidia-295.59-1/files:lib/modules/extramodules-3.4-ARCH/nvidia.ko.gz
    OK the old package installed files in the wrong place when I downgraded nvidia after the update to /usr/lib.
    These packages need rebuilding so as not to include the /lib directory. They can also simply be uninstalled and reinstalled again after upgrading glibc.
    So I try to uninstall nvidia and nvidia-utils:
    [ronny@htpc ~]$ sudo pacman -Rs nvidia nvidia-utils
    Lösenord:
    kontrollerar beroenden...
    fel: misslyckades att förbereda överföring (kunde inte tillfredställa beroenden)
    :: libva: behöver libgl
    :: mesa: behöver libgl
    :: mplayer: behöver libgl
    :: xorg-xdriinfo: behöver libgl
    OK then uninstall these packages as well...
    [ronny@htpc ~]$ sudo pacman -Rs nvidia nvidia-utils libva mesa mplayer xorg-xdriinfo
    kontrollerar beroenden...
    fel: misslyckades att förbereda överföring (kunde inte tillfredställa beroenden)
    :: ffmpeg: behöver libva
    :: freeglut: behöver mesa
    :: glew: behöver mesa
    :: gnome-mplayer: behöver mplayer
    :: vdpau-video: behöver libva
    :: xbmc: behöver libva
    :: xorg-utils: behöver xorg-xdriinfo
    and I get even more dependency problems.. I am a little bit new on this but do I need to reinstall almost everything just to uninstall a video driver? I just want to replace the old driver with the new one...
    I think I need a hint of how to solve my problem. Perhaps this thread belongs somewhere else in the forum?
    Last edited by ronnylov (2012-07-17 11:01:31)

  • Problems with wifi after lion upgrade 10.7.2 but only at home

    HI, my wifi conection was problemless till I upgraded to lion 10.7.2. After that, it is impossible to connect through airport but only in my home´s wifi. Other computers work at home (including my iphone) and my macbook pro connects everywhere else with no problem but it doesn´t at home. Inmediately after choosing the desired conection it says: Not posible to conect due to conection time run out (or something like that).
    Any help?

    Then it would appear to be an issue with your router. What router? Model? Is the firmware up to date?

  • Problem connecting iPod after iTunes upgrade to 6.0.1.3

    After upgrade to latest iTunes when connecting my iPod it shows up as MAXTOR not the name of my iPod. When I click on MAXTOR I cannot see the songs.

    well done Lorraine!
    I had my digital camera plugged in to download some pictures yesterday and it defaults to the same drive letter as the iPod.
    you know, i'm constantly terrified that that will happen to
    b me
    ... not entirely sure why it tends to hit other people when it doesn't hit me (given that this is actually to do with a "feature" of windows rather than bugs on any particular system).
    love, b

  • Problems with Numbers after Mavericks upgrade

    After upgrading to Mavericks my existing spreadsheets do not have the formulas in the open cells.  All previously entered data seems to still be in tact but when putting new data or figures in cells they do not have the formula or format the original spreadsheet had.

    Good morning Mogens Pedersen
    Thanks for using our forum
    I am a Cisco network support engineer, I have a recommendation, before you  upgrade any device in the future. Always keep in mind to make a backup of your data, in this way if you have to reset the device to factory settings you will not lose that information. Having said that, reset the router to the fabric configuration using the back little button, remember when you do that, you are going to loose your current configuration.
    Also here I leave a link for you to download the firmware rescue utility for your router:
    http://www.cisco.com/cisco/software/release.html?mdfid=282414010&release=4.0.0.7&relind=AVAILABLE&softwareid=282465800&rellifecycle=&reltype=latest
    I hope you find this answer useful, if it was satisfactory  for you, please mark the question as Answered
    and please rate helpful posts 
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco network support engineer

  • Problems installing code after flash upgrade

    I just upgraded a 2600 router from 8 MB flash to 16 MB flash (that came from a working 3600). I know for a fact that the firmware for the router with the upgrade is good - I was able to upgrade a different router with no problem. However, with the new flash, the transfer of the code errors out with
    File reception completed.
    TFTP copy: operation terminated due to bad checksum comparison.
    As best as I can tell, the flash is the same between the 2600 and 3600. Please let me know if anyone was able to successfuly do this. Thank you.

    I tftp'd the image for the 2600 into the flash when it was installed in the 3600, stuck the flash into the 2600, and it boots.

  • Problems with Calendar after Yosemite upgrade

    I upgraded my macbook pro to Yosemite today, and I also upgraded my phone and ipad to IOS8.   Everything seemed fine afterwards except the Calendar.   My iCloud calendars aren't visible, and when I click the warning sign next to the account name, it says:
    The server at cal.me.com is currently unable to handle the connection for account “*********@me.com” due to a temporary overloading or maintenance of the server. If this continues you should contact the server administrator.
    You may try to connect to the server again.
    I can see the calendars on iCloud on a web browser, so the information is safe.  The account name ends in me.com, but I assume that the MobileMe account just became a normal iCloud account so that shouldn't be a problem.  If I look at deleting the iCloud account from the laptop (in order to reinstate it fresh), it says that this will delete all iCloud content from my computer, which sounds a bit drastic.  So I left the account alone. 
    Has anyone else had this problem?  Advice much appreciated!

    Good morning Mogens Pedersen
    Thanks for using our forum
    I am a Cisco network support engineer, I have a recommendation, before you  upgrade any device in the future. Always keep in mind to make a backup of your data, in this way if you have to reset the device to factory settings you will not lose that information. Having said that, reset the router to the fabric configuration using the back little button, remember when you do that, you are going to loose your current configuration.
    Also here I leave a link for you to download the firmware rescue utility for your router:
    http://www.cisco.com/cisco/software/release.html?mdfid=282414010&release=4.0.0.7&relind=AVAILABLE&softwareid=282465800&rellifecycle=&reltype=latest
    I hope you find this answer useful, if it was satisfactory  for you, please mark the question as Answered
    and please rate helpful posts 
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco network support engineer

  • Problems in EP after the upgrade of ECC 5 to ECC 6

    Hi all,
    Currently in my company we are using EP 7 and with back end  ECC5 . we implemented SSO using Logon ticket , creted System objects, transactional iviews and RFC's Web dynpro Java applications. Now we got a requirement to upgrade ECC 5 to ECC6. if the upgrade is done, do i need to re-implement the SSO ,System objects and re-import RFC  for WDJ applications.
    what are the prerequsites i need to check form the EP side before upgradation. and after what are the things i need to take care after  upgradation
    Thanks
    Rajeev.

    Rajeev,
         I have installed and upgraded ECC5.0 and ECC6.0 in EP7 before. Here are my thoughts assuming you RFC's are not part of any SAP delivered Web Dynpro JAva application (for example ESS/MSS):
           1. Ensure that the upgrade transfers the portal certificate from the ECC5.0 system to the ECC6.0 system by checking it in transaction SSOTRUST2. Also checking that the cert is added to each clients ACL that you need to SSO to.
           2. Each System in the portal will need to point to the new host name if there is one, otherwise, they will be ok.
           3. If your custom web dynpro java applications are using SAP Delivered RFC, then they need to be re-imported. Its possible that some of the code could break because the Import/Export/Table parameters are different.
            4. If you RFC are custom, then you should not have to re-import them.
           5. The transactional iview should be fine.
           6. Test the JCOs that your RFC's are using by going in the portal to Content Administrator --> Web Dynpro --> Click on "Maintain JCO Destinations" and click the "Test" link on each Meta and Model JCO that your RFC's are using. If your not sure which ones they use, find you "Web Dynpro" application in Content Administrator --> Web Dynpro --> Deployed Content. Click on the application, in the right hadn content screen will appear four tabs, click on JCO connections and this will tell you which JCO connectors need to be tested to ensure SSO is still working. Note, the "Meta" Jcos use a username/password, not SSO.
           IF you are implementing ESS/MSS then there is alot more work to do on the portal side.
    Those are just some of my thoughts, it should not be too bad on the EP7.0 side as long as your Web Dynpro Java applications are custom and not SAP Delivered.
    Regards,
    Tom

  • Problems using hotmail after Hotmail upgrade

    Hotmail recently did an upgrade. Since then I am not able to type when I try to reply to any emails.
    I just get a blank area for typing the reply and I am unable to take the cursor there or type.

    It's a problem on Microsoft's end. They screwed up the upgrade for a lot of people. So far their advice seems to be to use Google Chrome, since that doesn't seem to have issues with the site.

  • Problem with JPGs after Tiger upgrade

    Hi, I normally get answers from this excellent forum by searching, but I can't find anyone who's had the same problem.
    I have a Lacie d2 firewire hard drive, which I've had since I was using a G3 iMac running OS9 (gradually updated to the last version). When I bought a shiny new G5 running Panther everything worked fine and all my existing files opened without any problem. Since upgrading to Tiger, however, I now find that some (not all) JPG picture files that I saved on the external drive with OS9 appear as unix executable and can't be opened. To make matters worse, when I open those files that I can (in Preview), if I make any changes and save, the new version gets saved as a unix executable! Also, I've found some heavily edited images where the thumbnail now shows the ORIGINAL (pre edited) version of the picture - even when the edited version came from someone else and I never had the original!!
    I've now found that the same thing is happening wih pictures on the memory stick duo that I use in my mobile phone, again only with ones that I dragged there with OS9.
    Any ideas on this confusing problem would be very much appreciated.

    First question: do the files have the .jpg extension?
    Second: is the memory stick formatted as FAT32?
    This problem usually crops up because there is a difference in the way OS 9 and OS X store the resource information on a FAT32 volume. Without a resource it can read, and without a .jpg extension, OS X can reach the conclusion that the file in question is a UNIX executable. It should work if you simply add the .jpg extension to the name. When you open and save evidently you are still not getting the extension added to the file name.
    Francine
    Schwieder

Maybe you are looking for

  • Upgraded to Mac Pro- What should I change in FCP to use all 8 cores?

    Hi I went from a G5 to a new Mac Pro. What settings should I change to make sure I can take advantage of the speed from the 8 cores and 6 gigs of Ram and new Nvidia graphics card? Thanks

  • Upgrade to CS4 with Clean Install of Mac OS

    Hello. Hope I can find the answer here. I purchased the upgrade to CS4 as I had CS3 installed on my MacBook Pro. I made backup copies of the two install DVDs by creating a .dmg file and then burning to DVDs. So far so good -- I thought. I decided to

  • Opatch lsiventory is not working

    HI, I set the proper the oracle home. As Oracle user i ran the opatch lsiventory and its not working 'command not found' Can u plz help me out. thanks Vijay

  • Oracle 11g database & OBIEE 10g user id case sensitivity

    Hi, Previously we used to point OBIEE to 10g database and the following query used to return data. But now we have database upgraded to 11g R2. Is there a way to make the 11g R2 database case insensitive and make the following query return results? H

  • Export to Apple TV problem

    I've searched for several days on these forums, but i am unable to come up with a good solution to this? I have a Nikon d300s that I record video with (mjpeg at 720p 24fps) and I convert the files to AIC with Mpeg Streamclip then import them into FCE