User Exit MEFLD004 does not work in ME21

Hello,
    I want to modify the delivery date of a purchase order and I have seen that enhancement MEFLD004 is used to do that.
   I have created a project in CMOD, included the enhancement in the project, created the inckude ZXM06U54 but the system does not use the code.
   I put a breakpoint and the system does not stop.
    Any idea about what I am doing wrong?
    Do I have to customize something?
Thank you,

For ME21 you can use ZXM06U43  EXIT_SAPMM06E_012 or ZXM06U44 -EXIT_SAPMM06E_013.

Similar Messages

  • User exit (PBO) does not work for IT0107 (Planned working time Belgium)

    Hello,
    I have written a simple code in program ZXPADU01 in order to default a field of IT0107 (part of IT0007 for Belgium). However, my field is not defaulted to the correct value.
    The problem seems to be a
    CLEAR P0107
    statement in module "default" of dynpro MP010700 (screen 0100):
      if psyst-ioper = insert and PSYST-IINIT = YES.          "XEOPH0K010351
        clear p0107.
        SELECT SINGLE * FROM T5B9G WHERE PERSG = P0001-PERSG
                                   AND   PERSK = P0001-PERSK.
        IF SY-SUBRC NE 0.
          CLEAR T5B9G.
        ENDIF.
        IF p0107-BESTE IS INITIAL.      "RIB12Jun01
          PERFORM READ_BESTE USING p0107-BESTE.
          IF p0107-BESTE EQ SPACE OR 549BRC NE 0.
            p0107-BESTE = T5B9G-BESTE.
          ENDIF.
        ENDIF.                          "RIB12Jun01
        IF p0107-BERGM IS INITIAL.      "RIB12Jun01
          PERFORM READ_BERGM USING p0107-BERGM.
          IF p0107-BERGM EQ SPACE OR 549BRC NE 0.
            p0107-BERGM = T5B9G-BERGM.
          ENDIF.
        ENDIF.                          "RIB12Jun01
        IF p0107-BEREG IS INITIAL.      "RIB12Jun01
          PERFORM READ_BEREG USING p0107-BEREG.
          IF p0107-BEREG EQ SPACE OR 549BRC NE 0.
            p0107-BEREG = T5B9G-BEREG.
          ENDIF.
        ENDIF.                          "RIB12Jun01
    *   Set defaults from features
        perform set_DefbyFeat using    p0007
                                    psyst-ioper
                                    psyst-iinit
                           CHANGING p0107.
      endif.
    Prior to the clear statement, table p0107 contains my default values, but the statement clears those values...
    Any idea how to solve this?
    Many thanks in advance!

    Problem is solved with OSS note 1376481.

  • FRM-40800: User exit FND does not exist.

    Situation:
    I use Windows XP client - for development
    Forms [32 Bit] Version 6.0.8.28.0 (Production)
    The APPS server is on the Linux (RedHat):
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    Apps version: 11.5.10.2
    What I dis:
    - installed Oracle Forms on Windows XP
    - loaded JTFGRDMD.fmb in Forms with APPSTAND.fmb, FNDSCSGN.fmb
    - loaded loaded all the PL/SQL libraries and recompile them for Windows
    When I run JTFGRDMD I receive no compilation error but when the form run, I receive "FRM-40800: User exit FND does not exist.".
    Does anybody have an ideea why I get this error ?
    Thanks, Paul
    Note: I tried to find information on Metalink and other threads, but nothing was good for me.

    Hi,
    Hussein, I agree with you. However I need to do a customization on the form and test it (on Windows) before deloying it to the apps server(on Linux).Do the customization at the client side, make sure the forms compile and run successfully, then copy the fmb file to the server and compile it. By doing this, you should be able to run the form from the application.
    Under Forms (on Windows) I connect using apps/apps.When you compile the form on the server side, you will have also to provide the apps username/password, so the concept is the same. Do you still have an issue when accessing the form after compiling it on the server? If yes, then obtain the FRD file and post the contents of the file here (search the forum for FRD 11i).
    Regards,
    Hussein

  • User exit code does not execute

    I'm having a problem with User exit code that does not execute yet seems to be set up correctly.
    The User exit is implemented as FM "EXIT_SAPLIPW1_001" in function group XQSM.
    I've tried everything I know of with the CMOD and SMOD transactions, and I suspect some sort of transport error.
    The only clue I can find in comparing the development system (which works) with the test system (which does not work) is that running "Extended Check" in SE80 on function group XQSM fails with the following error:
    "The namespace of program SAPLXQSM has the setting "C" and cannot be tested."
    Has anyone any idea what could have happened?

    Let us try to retrace the steps.
    1. You created a Z project in CMOD and assigned the enhancement IQSM0001 and the component EXIT_SAPLIPW1_001 and activated the same. This is there in the transport.
    2. You double clicked on the include in the user exit and created it. You activated the code and included it in the same transport.
    If you did the above steps, then your user exit should be active in your test system.
    Can you please go to SE10, and list out the objects in your transport? You should see entries in there like below(not necessarily a complete list)
    R3TR CMOD <your project name>
    R3TR PROG ZXQSMU01
    See if you created any of the objects as local objects.
    Srinivas

  • Fresh install of 11.1 and "sqlplus user@instance/password" does not work

    new server, windows server 2008, fresh install of 11.1.0.7 with local instance.
    can connect to the instance using "sqlplus user/password" since ORACLE_SID is set,
    can connect to a 9.2 remote instance using "sqlplus user@remoteinstance/password".
    can't connect using "sqlplus user@localinstance/password".
    <command>
    l:path>set oracle_sid=localinstance
    l:path>sqlplus username/password
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Nov 8 13:11:02 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Release 11.1.0.7.0 - Production
    SQL> exit
    Disconnected from Oracle Database 11g Release 11.1.0.7.0 - Production
    l:\path>sqlplus username@localinstance/password
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Nov 8 13:11:21 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    l:\path>
    l:\path>sqlplus username@remoteinstance/password
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Nov 8 13:11:45 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    SQL> exit
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    l:\path>
    </command>
    what am i doing wrong?
    many thanks in advance,
    stephen.

    =================================
    A couple of important points.
    First, the listener is a server side only process. It's entire purpose in life is to receive requests for connections to databases and set up those connections. Once the connection is established, the listener is out of the picture. It creates the connection. It doesn't sustain the connection. One listener, with the default name of LISTENER, running from one oracle home, listening on a single port, will serve multiple database instances of multiple versions running from multiple homes. It is an unnecessary complexity to try to have multiple listeners or to name the listener as if it belongs to a particular database. That would be like the telephone company building a separate switchboard for each customer.
    Additional notes on the listener: One listener is capable of listening on multiple ports. But please notice that it is the listener using these ports, not the database instance. You can't bind a specific listener port to a specific db instance. Similarly, one listener is capable of listnening on multiple IP addresses (in the case of a server with multiple NICs) But just like the port, you can't bind a specific ip address to a specific db instance.
    Second, the tnsnames.ora file is a client side issue. It's purpose is for address resolution - the tns equivalent of the 'hosts' file further down the network stack. The only reason it exists on a host machine is because that machine can also run client processes.
    Assume you have the following in your tnsnames.ora:
    larry =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = curley)
      )Now, when you issue a connect, say like this:
    $> sqlplus scott/tiger@larrytns will look in your tnsnames.ora for an entry called 'larry'. Next, tns sends a request to (PORT = 1521) on (HOST = myhost) using (PROTOCOL = TCP), asking for a connection to (SERVICE_NAME = curley).
    Where is (HOST = myhost) on the network? When the request gets passed from tns to the next layer in the network stack, the name 'myhost' will get resolved to an IP address, either via a local 'hosts' file, via DNS, or possibly other less used mechanisms. You can also hard-code the ip address (HOST = 123.456.789.101) in the tnsnames.ora.
    Next, the request arrives at port 1521 on myhost. Hopefully, there is a listener on myhost configured to listen on port 1521, and that listener knows about SERVICE_NAME = curley. If so, you'll be connected.
    What can go wrong?
    First, there may not be an entry for 'larry' in your tnsnames. In that case you get "ORA-12154: TNS:could not resolve the connect identifier specified" No need to go looking for a problem on the host, with the listener, etc. If you can't place a telephone call because you don't know the number (can't find your telephone directory (tnsnames.ora) or can't find the party you are looking for listed in it (no entry for larry)) you don't look for problems at the telephone switchboard.
    Maybe the entry for larry was found, but myhost couldn't be resolved to an IP address (say there was no entry for myhost in the local hosts file). This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe there was an entry for myserver in the local hosts file, but it specified a bad IP address. This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe the IP was good, but there is no listener running: "ORA-12541: TNS:no listener"
    Maybe the IP was good, there is a listener at myhost, but it is listening on a different port. "ORA-12560: TNS:protocol adapter error"
    Maybe the IP was good, there is a listener at myhost, it is listening on the specified port, but doesn't know about SERVICE_NAME = curley. "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
    Third: If the client is on the same machine as the db instance, it is possible to connect without referencing tnsnames and without going through the listener.
    Now, when you issue a connect, say like this:
    $> sqlplus scott/tigertns will attempt to establish an IPC connection to the db instance. How does it know the name of the instance? It uses the current value of the enviornment variable ORACLE_SID. So...
    $> export ORACLE_SID=fred
    $> sqlplus scott/tigerIt will attempt to connect to the instance known as "fred". If there is no such instance, it will, of course, fail. Also, if there is no value set for ORACLE_SID, the connect will fail.
    check executing instances to get the SID
    [oracle@vmlnx01 ~]$ ps -ef|grep pmon|grep -v grep
    oracle    4236     1  0 10:30 ?        00:00:00 ora_pmon_vlnxora1set ORACLE_SID appropriately, and connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID='vlnxora1
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:37 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsNow set ORACLE_SID to a bogus value, and try to connect
    SQL> exit
    [oracle@vmlnx01 ~]$ export ORACLE_SID=FUBAR
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:57 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Enter user-name: Now set ORACLE_SID to null, and try to connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID=
    [oracle@vmlnx01 ~]$ sqlplus /scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:43:24 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-12162: TNS:net service name is incorrectly specifiedOk, that is how we get from the client connection request to the listener. What about the listener's part of all this?
    The listener is very simple. It's job is to listen for connection requests and make the connection (server process) between the client and the database instance. Once that connection is made, the listener is out of the picture. If you were to kill the listener, all existing connections would continue. The listener is configured with the listener.ora file, but if that file doesn't exist, the listener is quite capable of starting up with all default values. One common mistake with the listner configuration is to specify "HOST=localhost" or "HOST=127.0.01". This is a NONROUTABLE ip address. LOCALHOST and ip address 127.0.0.1 always mean "this machine on which I am sitting". So, all computers are known as "localhost" or "127.0.0.1". If you specify this address, the listener will only be capable of receiving requests from the machine on which it is running. If you specified that address in your tnsnames file - on a remote client machine - the request would be routed to the machine on which the requesting client resides. Probably not what you want.
    =====================================

  • User exit PCPO0001-EXIT_RPCIPE00_002 not working

    We have activated User exit PCPO0001- EXIT_RPCIPE00_002, requirement was to set the line item text SGTXT of the subsequent Accounting document, but there seem to be no activity happening for it (assigned breakpoints in the exit codes but transaction PCP0 does not stop at the breakpoint).
    I have created the Include program and the actviated the Exit and the Project from SMOD and I think I have followed all the necessary steps.
    Is there anything I am missing, are there any Business Transaction Events that we can use instead.
    Would be greatful for your reply.
    Regards

    Thanks for your reply
    We did tried to apply breakpoints on EXIT_RPCIPE00_001 but it did not stop at that also, although we haven't implemented EXIT_RPCIPE00_01's INCLUDE program does that makes any difference ?
    Is there any other way we can run our code during payrol's posting to accounting?
    Our scenartio is that we need to add some Text from the Payroll information into the subsequent Accounting Document's line Item text (SGTXT).
    Do need some answers?
    Regards

  • User exit PCATP001 - Does it works for new GL?

    Dear all,
    If classic profit center accounting is not actived and New GL is being used, does user exit PCATP001 can still be used to determination of transfer prices?
    thanks,
    Ramses Marques

    You didn't mention how much RAM you have, but if it's an Intel Core2Duo and you have at least 2gb of RAM, that Mac should be good to go for a Lion installation.
    No one can "give" you 10.6.6 or 10.6.8. You have to purchase Snow Leopard:
    http://store.apple.com/us/product/MC573Z/A
    ...and then you can download the free Mac OS X 10.6.8 Combo Updater v1.1 here:
    http://support.apple.com/kb/DL1399

  • Captivate 7 exit button does not work when published to LMS

    I recently published a course using Captivate 7 and uploaded it to our LMS.  During the review of the course it was noticed that the Close or Exit button on the controller did not work in IE.  However, it did work in Chrome.
    I have looked through this forum and found that there were similar issue with older versions of Captivate.  However, we have course published with Captivate 6 on our LMS in which the Close or Exit button does work.
    Does anybody have a solution for this problem?  Do we know if there is an update scheduled to fix this problem?
    Please let me know
    Dawn

    1.  Create a button in Captivate and assign a javascript call to "MyExit()"
    2.  Create a .js file called CourseExit.js.
    3.  Place the following code into that file.
    function MyExit()
      var SD = window.parent;
    if (blnReachedEnd == false && confirm("Would you like to save your progress to resume later?")){
    SCORM2004_CallSetValue("cmi.exit", "suspend");
    SCORM2004_CallSetValue("adl.nav.request", "suspendAll");
      else{
    SCORM2004_CallSetValue("cmi.exit", "");
    SCORM2004_CallSetValue("adl.nav.request", "exitAll");
    Unload(true);
    4.  Place the CourseExit.js into the "assets/js/" in the published folder
    5.  Add "<script language="JavaScript1.2" src="assets/js/CourseExit.js"></script>" to the html file that was output on the publish.
    I was able to set this up on the set up files on the local hard disk but so all I had to do was create a button and add the "MyExit()" code to the button, but when the next update came out it reset the hard disk files.  So, I have just resorted to updating the output file as seen above.
    Hope this helps.
    Garrett

  • Bridge Cache Destination Cannot be Changed from Old User and Find does not Work

    Often administrators find themselves in a position of making a new admin account to resolve a lost system drive or some compatibility problem.
    If Bridge has a cache destination linked to this old account, it is due to the older admin account being deleted before the new admin account is setup in Bridge with the cache destination properly linked to the new user cache in the library locations for bridge caches.  This problem causes some headaches with things like keywords and find.
    If you have had to restore your system or generate a "new user" account, it would be important to go into Bridge and ensure that your cache preference in pointing at the right location, before deleting the "old user".  If the "old user" is deleted, you might find the cache location locked to this "old user" in a file structure that no longer exists.  This makes if fixed and unchangeable.
    If you encounter this problem, regenerate the old user name as an administrator account.  Go into that account and start Bridge.  Check the location of the cache file in the preferences.  You will see that it is located in the proper place for this new account.  It is also the same location as your current account which no doubt you have found is frozen into place.
    At this point, while in the "old user" admin account:
    Go get info on your "old user"/Library/Caches/Adobe/Bridge CS3/Cache
    Note the folder nest and go to each folder and apply permissions to each of these folders that allow your "new user" read and write access.  You can do this in one step by applying the permissions to the Library folder and all enclosed folders, but who knows what that might do.  Focus on solving the problem.
    Then:
    Switch back to your "new user" (that is your current user) account, open Bridge, go to the preference for cache and you will note, magically, it is now located in the right account, it has been unfrozen from the "old user", once deleted, and now brought back to life to help you get ride of this problem.
    For good measure, press the choose button, you will find you go to the finder to the right location in your "new user"/current user account.
    You will also find that FIND works after this and also Bridge is zippy and fast as it should be.
    You can now quit Bridge, Log Out of your "new user" account, log back in and find that all is just the way it should be.  Once this is done, go into your system preferences for users and delete the "old user" account (into the trash, do not save a thread).
    It seems that there are many situations where reviving and old user id will help with repairs to permissions problems in a mac that has been through system drive failure or significant application conflicts that require making a new user.
    Hope this helps someone.

    Often administrators find themselves in a position of making a new admin account to resolve a lost system drive or some compatibility problem.
    If Bridge has a cache destination linked to this old account, it is due to the older admin account being deleted before the new admin account is setup in Bridge with the cache destination properly linked to the new user cache in the library locations for bridge caches.  This problem causes some headaches with things like keywords and find.
    If you have had to restore your system or generate a "new user" account, it would be important to go into Bridge and ensure that your cache preference in pointing at the right location, before deleting the "old user".  If the "old user" is deleted, you might find the cache location locked to this "old user" in a file structure that no longer exists.  This makes if fixed and unchangeable.
    If you encounter this problem, regenerate the old user name as an administrator account.  Go into that account and start Bridge.  Check the location of the cache file in the preferences.  You will see that it is located in the proper place for this new account.  It is also the same location as your current account which no doubt you have found is frozen into place.
    At this point, while in the "old user" admin account:
    Go get info on your "old user"/Library/Caches/Adobe/Bridge CS3/Cache
    Note the folder nest and go to each folder and apply permissions to each of these folders that allow your "new user" read and write access.  You can do this in one step by applying the permissions to the Library folder and all enclosed folders, but who knows what that might do.  Focus on solving the problem.
    Then:
    Switch back to your "new user" (that is your current user) account, open Bridge, go to the preference for cache and you will note, magically, it is now located in the right account, it has been unfrozen from the "old user", once deleted, and now brought back to life to help you get ride of this problem.
    For good measure, press the choose button, you will find you go to the finder to the right location in your "new user"/current user account.
    You will also find that FIND works after this and also Bridge is zippy and fast as it should be.
    You can now quit Bridge, Log Out of your "new user" account, log back in and find that all is just the way it should be.  Once this is done, go into your system preferences for users and delete the "old user" account (into the trash, do not save a thread).
    It seems that there are many situations where reviving and old user id will help with repairs to permissions problems in a mac that has been through system drive failure or significant application conflicts that require making a new user.
    Hope this helps someone.

  • Adobe Form Exit Button does not work

    When I select a PCR from the Portal and review the Adobe Form - when I click on the exit button - it does nothing.
    How can I fix that problem?

    Hi
    are you using  standard MSS and Homepage frame work for PCR form or created your own iview in portal?
    what is ther version of Software using?
    thanks
    Gopal

  • HT1338 I forgot my administrative password and login. I do not have the CD and every time i try to use single user mode it does not work either.  Is their anything i can do to reset this? I don't care about losing the information.

    Please help me ive been trying to do this all day by googling it and using apple.  HELP PLEASE

    Hello, is it an admin Login, or possibly a Firmware Protection Password???
    Firmware password protection in Mac OS X ...
    http://support.apple.com/kb/HT1352
    It would block usage of all the startup keys, like C, N, T, D, CMD+s, CMD+Option+p+r, CMD +v, Option, and Shift, as well as booting from anything but the Hard Drive.
    Force Removing Password Protection
    1) Add or remove DIMMs to change the total amount of RAM in the computer.
    2) Then, the PRAM must be reset 3 times. (Command + Option + P + R).
    http://www.securemac.com/openfirmwarepasswordprotection.php

  • Flash player does not work on Non Admin accounts

    I have 2 citrix servers running Windows Server 2k3. Flash
    installs and plays fine as the administrator, but once logged in as
    a regular user. Flash does not work. I have set the security
    permissions for the C:\Windows\System32\Macromed\Flash folder so
    that non admin users can modify and write to the folder. That did
    not work, flash asks to install, but when you click ok, it becomes
    a red X. Any ideas?

    Hi all,
    Please see the following article that may address this issue:
    http://www.adobe.com/go/624850b5
    “After successful installation under the Windows
    Administrator account, Restricted User accounts are unable to
    display Flash Player content.”
    This issue is never encountered with a new install of
    Windows. It is sometimes encountered with older images and it is
    strictly an issue with the ActiveX installer not for plug-ins.
    Please reply to this thread with your results. If the
    registry fix mentioned on this article helps, we will update the
    document to reflect that it is still an issue.
    Important Note: These online forums are for user-to-user
    discussions of Adobe products, and are not an official customer
    support channel for Adobe. If you require direct assistance, or
    prefer to contact Adobe support staff directly, please contact
    Adobe support.
    http://www.adobe.com/support/contact/

  • Exit button - Germany Personal data service does not work

    Hi all,
    We just upgraded our portal to EP7 Sp22 with 1.3 ESS Business Package and 603 XSS components in the back-end.
    In testing Germany and all countries that use the Germany personal data service, the Exit button on all screens (Overview, Edit, Review and Save, Confirmation) does not work. The Exit button, when selected, keeps the user on the same screen. 
    I am not sure where the button is configured, but it should always take us back to the page from where the service was launched.  So if I accessed through the Overview page or Personal Information page, and then click on the exit button, I should be taken back to one of those pages.
    Where can we configure the exit button for the German Personal data service, so that it works and takes the user back to the page where they started.....?
    Cheers!, Neeta

    Hi,
    The Germany personal data service is the only one where the exit button is not working. All other countries are testing fine.
    Is it a customization issue on the back-end? The resource in spro for germany is configured with the pcd link of the german personal data i-view.
    The other countries are also customized in the back-end with the pcd link of the appropriate i-view.
    Regards, Neeta

  • Flash player does not work under one user account.

    Flash player does not work under one of my user accounts.
    My system: I work with a mac mini with Mac OS X 10.6.8.
    What I have done:
    I installed the flash player maybe one year ago under my "first" user account. At that time this user account had had administrator authorization. In the meantime I had to change this "first" user account in an account without administrator authorization and created an administrator user with which I installed different programms. Lately, the message came up that it would be necessary to update the flash player. I did it; under the "first" user account, but of course with the administrator's password for installing. The installation had been "successful" - so I was told. But it did not run. I tried it again and again. Each time with "deinstallation" first. No way; it did not work.
    After asking Adobe for the reason of the problem, they suggested to install the programm directly under the administrator user. I did that (of course after deinstalling under the "first" user account) with the result, that flash player runs under my administrator and my "second" user account, but not under the first user account. There I am always told to update my flash player.
    With this result, I talked to Adobe. So they told me to contact the producer of the operating software, since this would be a mistake of the operating software.
    And here I am - full of hope to get help from you.
    Thanks for reading. And thanks in advance for helping me.
    Nanny FS

    Any update to provide at all here guys?  Again, in my situation, it's very much rights-related as a standard user doesn't even report that the flash player exists when testing it on the Adobe Flash Version Detection website (despite it showing up in Control Panel and under Add/Remove Programs).  I've already tried giving the C:\Windows\System32\Macromed and files/subfolders appropriate permissions for the standard user and still nothing.  If I either give the user in question full local admin rights or logon as the domain admin, then the Adobe Flash Version Detection website says Flash is installed and Flash works fine.
    Thoughts???

  • I am trying to allow guests on windows to connect to shares on my Lion server but it keeps asking for a password for guest. I have allow guest users to access this share enabled but it still does not work.

    I am trying to allow guests on windows to connect to shares on my Lion server but it keeps asking for a password for guest. I have allow guest users to access this share enabled but it still does not work.

    Ditto. Guest accounts shouldn't have a password. No way to enter one in System Prefs...

Maybe you are looking for

  • HR PA and Planning (PD profile) changes not updating auth profiles of users

    PROBLEM: We are on ERP version 6 since 2008.  We started experiencing this problem December last year and now it is all over our system.  As soon as employees are transferred or new appointments are made in HR on PA or if the PD profile is changed in

  • Installed WIndows 7 & correct bootcamp drivers, windows will not activate "hot fix" or "Support drivers"

    Hello, i hope someone can help, i have repeated this whole process 3 times already, it has taken 8 strait hours of my time and i still have had no success. QUICK SUMMERY To put it simply, After windows is up and running on my mac, the wireless networ

  • Can I deploy ADF outside IAS & Oracle RDBMS ?

    Hi all, We are exploring JDev 10g to be our standard J2EE IDE. But I am wondering whether ADF can be deployed outside IAS (e.g : Tomcat, JBoss) ? for production ? Also what If ADF on SQL Server 2000 as backends ? We need to make sure about this becau

  • How do you tell if it's G or N?

    I have two Airport Expresses here at work, and I can't tell if they're G or N. I've looked all through the control panels for each in the Airport Utility, to no avail.

  • Xsl:copy-of and derefencing the node

    Hi, I am a newbie so please bear with me. In my XML, I have meta-data which references data. For example, my XML looks as shown: <CONTAINERS> <CONTAINER> <PRE_HTML>DEPT_PREHTML</PRE_HTML> <TITLE>Departments</TITLE> <POST_HTML>DEPT_POSTHTML</POST_HTML