Cannot execute sapevt.exe on a Windows platform

Hi
for some reason I cannot get the sapevt.exe program to raise an event in SAP when running on a Windows platform. The command line I'm using is :
D:\usr\sap\<SID>\SYS\exe\uc\NTAMD64\sapevt.exe event=EVENT_NAME -t2 name=<SID> pf=D:\usr\sap\<SID>\SYS\profile\DEFAULT.PFL
It doesn't write an dev.evt trace file either. Also I'm using inside a VB script.
I can raise the event from within SAP Tcode SM62 and it runs fine in a Unix environment with slightly different parameters of course
Anybody help please.
I've looked at notes 802172 and others and tried all the suggestions within.
Thanks
Regards
Steve

I have the following command defined in SM69 that works on our Windows-based SAP systems:
Operating system command = sapevt
Parameters for operating system command = ? -p ? -t pf=$/DIR_INSTALL/\profile\default.pfl
Additional Parameters Allowed is checked
What not try and define that and then trigger it inside SAP itself? It might clue you in as to what the issue might be. The input parameters are the event name and then any additional parameters when triggering the event.
Brian

Similar Messages

  • CANNOT EXECUTE "CEC_MAIN.EXE" after Kasperesky installation

    HI,
    iIm using Toshiba Satellite series laptop.
    Ever since i installed kasperesky software, i'm getting this msg, when i start my system: CANNOT EXECUTE "CEC_MAIN.EXE".
    Kindly help.
    sandeep sathyan

    Hi!
    The CEC_MAIN.EXE belongs to the Camera Assistant software. The file you find on C:\Program Files\Camera Assistant Software for Toshiba.
    I think the software will be blocked by Kaspersky Firewall. So allow the CEC_MAIN.EXE in the software and then the problem should be solved.
    Bye

  • Cannot execute java.exe

    I'm really having a hard time here. I have installed, uninstalled and installed again SDK1.3.1. I've updated my autoexec.bat to look as follows and I still get cannot execute c:\jdk13\bin\java.exe when trying to do the -version command. I'm running Windows ME. Any suggestions????
    SET PROMPT=$p$g
    SET TEMP=C:\WINDOWS\TEMP
    SET TMP=C:\WINDOWS\TEMP
    SET COMSPEC=C:\WINDOWS\COMMAND.COM
    SET windir=C:\WINDOWS
    SET winbootdir=C:\WINDOWS
    SET PATH=C:\jdk13;C:\jdk13\bin;C:\jdk13\jre;C:\jdk13\lib;C:\jdk13\include;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\DELL\RESOLU~1\COMMON\BIN
    SET CLASSPATH=.;c:\jdk13\lib\tools.jar
    Thanks,
    Leeanne

    Didn't work :(:(:(:( I've even went to the bin directory and try to execute java -version from the directory and still get an error cannot execute c:\jdk13\bin\java.exe. I get the same error trying javac too. I really want to learn java, but not having much luck. Is there a problem with Windows ME and Java??
    Thanks!

  • CANNOT EXECUTE SETUP.EXE

    All,
    I am trying to install Oracle 816 or 817 on my Sony Win 2000 Professional laptop. For some reason when I click on the setup.exe on either the 816 or 817, nothing happens. There is some activity for about 4 seconds and then nothing.
    Has anybody seen such a problem before?
    I also tried installing off a CD. It brings up the first screen which asks me to select options one of which is Install/Deinstall products. I click on it and then nothing happens
    Any help would be appreciated
    Thanks

    I am having the same problem on a variety of P4 boxes with a variety of OSs W2000, Linux, XP. Is there a way to pass the '-nojit' to the jre instead of the solution referenced here? Alternatively, is there a P4 compatible version of the jre from IBM for Linux and W2000/XP?
    Thanks,
    Chris
    Sometimes this can be due to things like anti-virus programs running in the background. Make sure all real-time virus scanning is disabled before running setup. Peter.
    Thanks for your suggestions. Actually it is because I have a P4.
    The solution
    1.) Search for symcjit.dll file in you Oracle folder. There are two of them. Rename them to symcjit.dll.old (or anyother name). These don't play a big role in the installation. Then re-do the installation using the Oracle installer.
    It should work.
    Thanks

  • Executing several .exe program in Window

    I am going to write a quick program, it is to start several .exe programs ONE after ONE, each with a fixed time period, for example: 3 minutes. When time expired, this program is stopped and the next one starts....
    programA.exe 3 mins
    programB.exe 5 mins
    movieC.avi 6 mins
    Can I use Process.getRuntime().exec() to do it? Beside, is it possible to use Java to "terminate" the program when time expired?
    Any suggestion, thx for any recommendation.

    roamer wrote:
    I am going to write a quick program, it is to start several .exe programs ONE after ONE, each with a fixed time period, for example: 3 minutes. When time expired, this program is stopped and the next one starts....
    programA.exe 3 mins
    programB.exe 5 mins
    movieC.avi 6 mins
    Can I use Process.getRuntime().exec() to do it? Yes. Runtime.exec() uses ProcessBuilder behind the scenes and you can get a little more control by directly using ProcessBuilder. You should spend some time reading the 4 sections of [http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html|http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html] and you should implement the recommendations.
    Beside, is it possible to use Java to "terminate" the program when time expired?Yes. You can use Process#destroy().
    >
    Any suggestion, thx for any recommendation.

  • TS3212 Still unable to download itunes to my pc. Tried with IE, Mozilla and Google Chrome. Keep getting an error message :"Windows cannot open itunes.exe the file is corrupt contact support."previous itunes files were wipped out by "disk cleaner." Any hel

    Still unable to download itunes to my pc. Tried with IE, Mozilla and Google Chrome. Keep getting an error message :"Windows cannot open itunes.exe the file is corrupt contact support."previous itunes files were wipped out by "disk cleaner." Any help??
    Please!
    Thanks!

    If anyone is reading this still looking for what caused the issue and how to fix it here is what I discovered.
    The antivirus program our company uses, Bitdefender Antivirus Plus, was causing some of the PDF files not to open. After troubleshooting the different modules and settings the culprit was..
    Scan SSL in Privacy Control Settings. Turning it OFF solved the problem and all the PDF files that previously would not open now open just fine. This issue has been sent to Bitdefender for them to review. If you use a different antivirus program and are having this issue try locating the Scan SSL setting and see if turning it off solves the problem.

  • [Solved]Cannot execute i3 window manager

    I installed i3 tiling window manager along with kde(kde could be executed),and follow the step written in i3's wiki:
    Edit ~/.xinitrc and add:
    exec i3
    exec i3 -V >>~/.i3/i3log >&1
    and cp /etc/i3/config ~/.i3/config,after these steps I still cannot execute i3 wm, could anyone tell me what I missed?
    appreciate your reply.
    Last edited by tomisacat (2012-07-20 05:14:29)

    hesse wrote:
    tomisacat wrote:
    I installed i3 tiling window manager along with kde(kde could be executed),and follow the step written in i3's wiki:
    Edit ~/.xinitrc and add:
    exec i3
    exec i3 -V >>~/.i3/i3log >&1
    You should add just one of the above exec statements by the way, and it should be on the last line in ~/.xinitrc. The second line is preferred if you want to log messages from i3 while it's running. To start a window manager manually from a console use
    xinit /full/path/to/i3
    Thank you,it seems worked.

  • I cannot update my acrobat reader on my Windows platform in IE, Mozilla, nor Crome.  I need a person to talk to

    I cannot update my acrobat reader on my Windows platform in IE, Mozilla, nor Crome.  I need a person to talk to
    559-760-7255

    This is not how a forum works; nobody will call you back.
    Provide some details, and somebody will answer here.
    What is your Windows version?  Reader version?  What exactly means "cannot"?

  • I am using windows 7 starter,just downloaded itunes 10.5.2,while install getting prompt,cannot read ipodservice.exe,and after install itunes is not read iphone or ipod while plugging in through usb cable. Any ideas ,whats going wrong?

    I am using windows 7 starter,just downloaded itunes 10.5.2,while install getting prompt,cannot read ipodservice.exe,and after install itunes is not reading iphone or ipod while plugging in through usb cable. Any ideas ,whats going wrong?

    problem solved.
    I phone 4s screen froozen

  • I have windows xp and installed Firefox version 4. and it informed me it disabled something because it was incompatible but I did not write it down. do you know what that is? after that, my laptop cannot start cmd.exe any more.

    I have windows xp and installed Firefox version 4. and it informed me it disabled something because it was incompatible but I did not write it down. do you know what that is? after that, my laptop cannot start net.exe, calcls.exe, and cmd.exe application any more.

    See [[Firefox keeps opening many tabs or windows]]

  • I need help moving my Photoshop 7 from my old laptop to my new laptop which is running Windows 7 Enterprise.  I've tried two routes unsuccessfully.  I install the CD, it does not autoplay.  I execute Autoplay.exe at the root directory, I am welcomed, I ch

    I need help moving my Photoshop 7 from my old laptop to my new laptop which is running Windows 7 Enterprise. I’ve tried two routes unsuccessfully. I install the CD, it does not autoplay. I execute Autoplay.exe at the root directory, I am welcomed, I choose English, I accept the EULA, I get the Install/Explore choices window, with the Install button already selected, I click the Photoshop button, the CD spins, and nothing happens.  In the 2nd attempt I execute Setup.exe in the Photoshop directory, and nothing happens at all.  I’m never even offered the opportunity to enter my product code. What should I do?

    There could is likely a compatibility problem between the old software and the newer operating system.

  • How to execute a exe file using javascript on app window.load.

    How to execute a exe file using javascript on app window.load.

    Hi sb00349044,
    As I have already mentioned in multiple replies to your previous questions, the SUMO forums focuses on providing help to end users with usage-questions and issues.
    For developer-related questions, please refer to one of the many resources readily available that I have linked to in the past:
    * [https://developer.mozilla.org/en-US/Firefox_OS MDN]
    * [http://stackoverflow.com/questions/tagged/firefox-os StackOverflow]
    * [https://lists.mozilla.org/listinfo Mozilla Mailing Lists]
    - Ralph

  • Cannot find java.exe when executing Sun Java Enterprise 8.1

    I downloaded and installed Sun Java Enterprise 8.1 (actually because I kept getting not enough space messages I downloaded it in 3 parts). When attempting to execute by clicking on the icon I keep getting a message saying "cannot find java.exe". I previously installed the java runtime successfully. Is anyone familiar with this and if so how do I get around it. I am running Win2k SP4 on a laptop. Thank you for any insight you can provide.

    Hi,
    I faced same problem. I had jdk 1.5.0_05 installed on C: drive directly. But When I check the log though the installation found the version it was assuming it to be at 'C:\Program Files\Java' so even after finding the installed JDK it was failing. When I copied the JDK at 'C:\Program Files\Java' and then uninstalled and reinstalled the Sun java studio 8 again, at this time it asked me about which JDK to use! Then there I could point to C:\jdk1.5.0_05. Then everything went through fine. I guess this is some problem in installation code. Try this out.

  • Windows platform, cannot use several of Suite programs now as they are coming up as trial versions since I started using Cloud..sure this is not a new topic, but not much Adobe support. Appreciative of help.

    CS 6 Design and Web premium individual programs (not in use for some time) are now launching as trial versions since the advent of Adobe Cloud. Windows platform. I am sure I am one of about a million people with this issue, but having trouble getting specific suppport, no telephone numbers and installing this suite of programs was a nightmare....appreciative of any help today!

    Thank you for your time and patience today. Your link for support takes me to Adobe Support Help "Hell" which is nothing more than a circular loop of links that do not address this situation. It is not a CS6 issue; it is not a specific software issue, none of the links address this situation which is an ADOBE issue...created by the Adobe Cloud process, not by me.
    The "serial number is not valid" link I have already explored and their wonderful solutions do not apply and their suggestion to reinstall my software is the ABSOLUTELY LAST THING THE WORLD I will ever do after my initial experience with the original post-antipiracy measures installation. I understand antipiracy actions, but Adobe's response is out of control and not working for those of us who have honestly purchased the software. I did not create this issue, Adobe did. They should provide a telephone number with a live body to fix this issue for those of us affected. BTW I have been trying to resolve this on my own for one week before I even posted in this forum. Again I appreciate your responses, but they are not resolving my issue.

  • Windows cannot find IGFXTRAY.EXE

    IGFXTRAY.exe
    This question was solved.
    View Solution.

    Last try..
    Download the Intel driver zip file from here..
    Intel® HD Graphics Driver for Windows* 7/8/8.1-64-bit
    Then rename the file name c:\windows\system32\IGFXtray.exe to  c:\windows\system32\IGFXtray1.exe
    Next go to the downloaded zip file and open the graphics folder. Copy the IGFXtray.exe file and paste it in c:\windows\system32\
    Restart and check again..
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

Maybe you are looking for

  • Pdf's Open When They Feel Like It

    I'm working with a website (someone else created) that has a page that opens pdf's from a link into a blank window (target). The links always work in Netscape and Firefox, but only sometimes with ie. For example, it always works from the free X-Drive

  • Copy and paste text while typing

    i am sure that someone somewhere has posted this but i couldnt find it. LOVE the Iphone BUT wish it had the ability to allow copy and paste of text. These are basic to most phones, and word processors, and would make it easier to use....ALSO it would

  • HT204053 if i changed my Apple ID in iTunes, how do I chnage it for iCloud?

    I just loaded mountain lion on my computer. At the time I had an apple id which I have subsequently changed in iTunes. How do I make the cnage in iCloud so they both use the same ID?

  • Missing Standard country version (and template)

    Hi, In our system I am about to create a company code for Mexico but before doing so I checked what local customising for Mexico was available in configuration as standard. Unfortunately for whatever reason, the country version settings for Mexico an

  • HT4528 I cannot connect to the app store

    I am unable to connect to the app store.