Remote execute sapevt

Hi All,
We would like to use sapevt to raise an event to trigger our process chains in BI from a remote system.
We only want our process chains triggered once we know the remote system has completed it's load so the above program was chosen. 
My question is simply this, what port/s do we need to open on our firewall between the 2 systems in order for this to work?
Thanks
Craig.

Requirements for Using SAPEVT
To use SAPEVT to trigger an event, the following requirements must be met:
An R/3 instance that offers background processing must be running or the start of jobs waiting on the event will be delayed.
If no instance in an R/3 System is active when an external program triggers an event, than the event is ignored, the R/3 System will not know that the event has occurred.
If a job that was scheduled to run when an event occurs cannot be started immediately, it is rescheduled as an immediate-start job. It will then be run at the earliest possible opportunity.
If SAPEVT is started with a profile name as an argument, then the program must have access to the shared profile directory of the R/3 System. SAPEVT needs to read the profile of the system to which it is sending the event.
If access to the directory is not possible, then you can create a local profile for SAPEVT. This profile need only contain values for the parameters rdisp/mshost and rdisp/msserv. Take the values from the profiles of the target R/3 System. Specify the local profile in the SAPEVT command line.
Network connection: SAPEVT must be able to establish a TCP connection to the R/3 instance.
SAPEVT reports problems in establishing a connection to the R/3 System in its log file.
User search path: The R/3 executables and profile directories must lie in the search path of the user who starts the program that calls SAPEVT.
UNIX: /usr/sap/<R/3 System ID>/SYS/exe/run and SYS/profile
Windows NT:
<Host Name>\sapmnt\<R/3 System ID>\SYS\exe\run and SYS\profile
It would guess its a gateway connection so it would 33<instance number>/tcp

Similar Messages

  • Remote Execute and File Transfer Error

    Whenever we try to do a Remote Execute of File Transfer, we get an 1899
    error. Here's the strange thing, we can RE and FT to desktops that are
    still running the ZfD 4.x client. Seems to be only happening on the latest
    (ZfD 6.5sp2). Any ideas? Also, remote control and remote view still work
    w/o problem.

    Blewis,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Error trying to publish (real time) to delivery: No response from remote execute trying to save assettype [error was -103].

    Hi all,
    I'm trying to publish for first time to a new environment (delivery).
    The light of target destination is green.
    When i click on "inicialize" i get these errors and in the docs i cannot find why or what i have to do.
    Trying to publish asset types during inicialization it returns this error:
    No response from remote execute trying to save assettype [error was -103].
    Looking for the meaning for this i found: No table. What does it mean? Why the tool has not created the table?
    And then, the next error message is shown (all of them are shown in the same screenshot) trying to mirroring. It might have to do with the previos error message... but i have no idea!
    -12011. No response from remote execute trying to save assettype [error was -103]
    sites.log in delivery environment says as follows
    [2014-01-24 12:13:52,496 CET] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] SQLException loading table definition for SiteCatalog with state HY000: [FMWGEN][SQLServer JDBC Driver]Object has been closed.
    java.sql.SQLException: [FMWGEN][SQLServer JDBC Driver]Object has been closed.
    [2014-01-24 12:13:52,527 CET] [ERROR] [.kernel.Default (self-tuning)'] [com.fatwire.logging.cs] ContentServer exception running CS recursively
    COM.FutureTense.Common.ContentServerException: pagename not supplied  Error code:BAD PARAMETER
    [2014-01-24 12:13:52,543 CET] [ERROR] [.kernel.Default (self-tuning)'] [logging.cs.satellite.request] Error accessing the external page with pmd: page: ?Browser=Unknown  Browser&SystemAssetsRoot=/dlv/futuretense_cs/&errdetail=0&errno=0&null= &pagename=fatwire/wem/sso/casInfo
    [2014-01-24 12:13:52,543 CET] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.request] COM.FutureTense.Common.ContentServerException: ContentServerException: (Reading page page: ?Browser=Unknown  Browser&SystemAssetsRoot=/dlv/futuretense_cs/&errdetail=0&errno=0&null= &pagename=fatwire/wem/sso/casInfo from co-resident Content Server failed (errno=0).) Error code:GENERIC SERVER ERROR
    [2014-01-24 12:14:06,021 CET] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] SQLException loading table definition for SystemInfo with state HY000: [FMWGEN][SQLServer JDBC Driver]Object has been closed.
    java.sql.SQLException: [FMWGEN][SQLServer JDBC Driver]Object has been closed.
    Does anybody know how to help here?
    Thank you very much.
    Gala

    What SQL server driver are you using, Microsoft's or the jTDS driver (see jTDS JDBC Driver)? It may be worth trying the other.
    Also, can you enable
    com.fatwire.logging.cs=DEBUG
    in log4j.properties and retest, then post the entire resulting sites.log and application server log somewhere for us to see? e.g somewhere like pastebin.com
    Phil

  • Remotely execute batch commands for AD users?

    Alright, so I haven't found this anywhere, but is there a way to remotely execute commands for AD users?Eg. I have a user with an invalid signature in Outlook. I originally wrote up a script that would apply these signatures and set them as default on user logon, but I also made versioning available in my script, and I don't want to create an entire new version just because of a single signature, so instead I would prefer to use a command like "xcopy "\\server\deployed\signatures\%username%\signature.htm" /q /y /z" Is it possible for me to do it remotely?PS.Sorry if the question may sound stupid, I just haven't done something like this before.
    This topic first appeared in the Spiceworks Community

    Alright, so I haven't found this anywhere, but is there a way to remotely execute commands for AD users?Eg. I have a user with an invalid signature in Outlook. I originally wrote up a script that would apply these signatures and set them as default on user logon, but I also made versioning available in my script, and I don't want to create an entire new version just because of a single signature, so instead I would prefer to use a command like "xcopy "\\server\deployed\signatures\%username%\signature.htm" /q /y /z" Is it possible for me to do it remotely?PS.Sorry if the question may sound stupid, I just haven't done something like this before.
    This topic first appeared in the Spiceworks Community

  • Remotely executing an invoke-sqlcmd fails

    When remotely executing an invoke-sqlcmd fails.  A simple query such as:
    Invoke-Command -ComputerName ComputerName -ScriptBlock{
    $qry = "SELECT SERVERPROPERTY('ServerName') AS ServerName,
    SERVERPROPERTY('ProductVersion') AS ProductVersion,
    SERVERPROPERTY('ProductLevel') AS ProductLevel,
    SERVERPROPERTY('Edition') AS Edition,
    SERVERPROPERTY('EngineEdition') AS EngineEdition;"
    Invoke-Sqlcmd -Query $qry} -ConfigurationName SQLSession
    I get the following error:
    [ComputerName] Connecting to remote server failed with the following error message : The WS-Management service cannot process the request. The resource URI (http://sche
    mas.microsoft.com/powershell/SQLSession) was not found in the WS-Management catalog. The catalog contains the metadata that describes resources, or logical endpoints. For
    more information, see the about_Remote_Troubleshooting Help topic.
    + CategoryInfo : OpenError: (:) [], PSRemotingTransportException
    + FullyQualifiedErrorId : PSSessionStateBroken
    I have run Enable-WSManCredSSP Server on the SQL server and  tried to run Enable-WSManCredSSP -Role Client -DelegatedCredentials * on a Windows 7 x32 workstation but I get the following error:
    Enable-WSManCredSSP : A parameter cannot be found that matches parameter name 'DelegatedCredentials'.
    At line:1 char:55
    + Enable-WSManCredSSP -Role Client -DelegatedCredentials <<<< *
    + CategoryInfo : InvalidArgument: (:) [Enable-WSManCredSSP], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.WSMan.Management.EnableWSManCredSSPCommand
    I have tried the Enable-WSManCredSSP with the actual server name instead of a wildcard and it still fails.

    Hi,
    As cmille replied, for the command, there is no DeletegatedCredentials parameter, more details about the command:
    Enable-WSManCredSSP
    http://technet.microsoft.com/en-us/library/hh849872(v=wps.620).aspx
    Did you use Server Core? Please below link to troubleshoot this issue:
    the ws-management service cannot process the request
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/27020cf2-47fc-43e3-b135-e68b80a1bb4e/the-wsmanagement-service-cannot-process-the-request?forum=winservercore
    Regards,
    Yan Li
    Regards, Yan Li

  • Exception when remotely executing Export-CsArchivingData cmdlet from C# managed code

    Hi,
    Hopefully this is the right forum.
    The issue is specifically about remotely executing Export-CsArchivingData cmdlet from C# managed code.
    I use RunspacePool to connect to remote Lync server as described here:
    http://msdn.microsoft.com/en-us/library/ee706598(v=vs.85).aspx
    I can connect to remote Lync server and execute many Lync cmdlets (e.g. Get-CsUser, Get-CsSite, Get-CsPool, etc) and get the results just fine.
    However, when it tries to execute Export-CsArchivingData cmdlet remotely, it throws the following exception:
    System.AggregateException: One or more errors occurred. ---> System.Management.Automation.RemoteException: The term 'Export-CsArchivingData' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
    name, or if a path was included, verify that the path is correct and try again.
       at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
       at System.Management.Automation.PowerShell.EndInvoke(IAsyncResult asyncResult)
    Additional info:
    1. I created a custom RBAC role and added Export-CsArchivingData to it. Then, assign this new role to the account that runs the application.
    2. Using regular powershell (not Lync powershell) from the machine (that I run my app from) with Lync admin tool installed and ran with the account that has the custom RBAC role assigned, I can connect to remote Lync server and execute Export-CsArchivingData
    just fine.
    3. Execute the app using the same above account (that has custom RBAC role) on two machines (one with Lync admin tool installed, one without) and connect to remote Lync server.
       Same behavior on both machine, I got the above the exception when executing Export-CsArchivingData and no problem when executing other Lync cmdlets mentioned above.
       Yes, even from a machine without Lync admin tool installed, I can execute other Lync cmdlets mentioned above.
    At this point, I am not sure why I get the above exception when Export-CsArchivingData is executed from my app while I can connect to remote Lync server and call Export-CsArchivingData just fine via regular Powershell, both on the same machine.
    Note: I do not call Import-Module Lync in C# managed code since it is not necessary so far for executing other Lync cmdlets remotely.
    Any idea on what to look for?
    Thanks in advance.

    I would recommend you call Import-Module Lync first, the command is not recognized.
    Lisa Zheng
    TechNet Community Support

  • How can I remotely execute scripts using Messages?

    I want to be able to remotely execute applescripts by sending messages from iMessage. I want to test who is sending the message (so it is secure), then execute the text that is received. I have tried using the message received handler for when a message is received, but it doesn't seem to work. How can I do this?

    Umm,
    I have the  same AppleScript in iChat 5.x.x in the same folder in Snow Leopard.  (well, actually it is in the iChat folder in the Scripts folder)
    I even have it on my Leopard Computer for iChat 4.0.9  (again in the iChat folder).
    We are talking about the Library folder seen at the top level of the Hard Drive (Along with System, Applications, Users) rather then the Home Folder/Library of the logged in User.
    7:53 PM      Sunday; July 21, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Remotely - Execute Query In OIM Database

    Hi,
    Is there a way to execute a query remotely in the OIM database using the API (tcDataSet)? If yes, how can I get an instance of tcDataProvider to be used with tcDataSet? Via tcUtilityFactory?
    I know how to use it in a Schedule Task, but the Schedule Task runs in the OIM context, so when I extend SchedulerBaseTask, it gives me an instance of tcDataProvider with getDataBase() method.
    I could not find it, I searched everywhere, metalink, forum, google. Probably I used the wrong keywords...
    Thanks a lot!
    Regards,
    Felipe.

    You can't get an instance without being in the scheduler or passing it into your adapter as the Adapter Reference - Database reference. You could though create a simple JDBC library to connect to the database and perform whatever query you want.
    -Kevin

  • All cases of Remote executing vi-applications

    EveryBody answer me other cases of Remote execution (anyfile.vi) instead of:
    ==================
    1. Client connect by Browser to Remote Server which broadcasting out an (anyfile.vi).
    Teacher manipulate controls on control panel and at the same time
    student watch a slideshow of (anyfile.vi) in own Browser.
    Pluses:
    + Don't require to have Run-Time Egine on Client-machine to view (anyfile.vi),
    because Browser receives (bmp or jpeg) slides.
    + It is not necessary to dowload (anyfile.vi) on the client-machine.
    Minuses:
    - May be i'm wrong ??? It is possible broadcasting out only one (anyfile.vi) on ONE SERVER.
    Please correct me if i'm wrong.
    - Student can't control of Remote (anyfile.vi). He can only watch.
    - It is realy slow method to broadcasting slides.
    - ANYFILE.VI SHOULD BE BROADCASTED ON THE SERVER.
    SO IT IS AN ADDITIONAL LOAD ON THE SERVER'S RESOURCES (CPU, MEMORY).
    ==================
    2. Client should have installed RunTime Engine. Via browser student connect to Remote Server.
    This Server should broadcasting (anyfile.vi).
    RunTime Engine provide almost all controls to client for building control panel on the Client side.
    + One student can manage (anyfile.vi)
    + This method provide a small trafic (kb/sec), because client's browser doesn't receive images of VI-controls.
    All controls' images are stored in the RunTime Engine libraries on the Client Side.
    - ONLY ONE STUDENT CAN MANAGE (ANYFILE.VI)
    - ANYFILE.VI SHOULD BE BROADCASTED ON THE SERVER. SO IT IS AN ADDITIONAL LOAD ON THE SERVER'S RESOURCES (CPU, MEMORY).
    - No more than two (anyfile1.vi and anyfile2.vi) can be broadcasting from one Remote Server (it is too slow).
    ========================================
    3. This method is using in my University
    ========================================
    Client should have installed RunTime Engine. Build an executable file (anyfile.exe) from (anyfile.vi).
    Store this file on ftp-server. Client via browser use by URL on a WEB-page open (anyfile.exe)
    + Each student has own instance of (anyfile.exe) (application is downloading on the Client machine).
    It mean that each student (!!!at the same time!!!) can manage own control panel of (anyfile.exe).
    So students will receive different results of their work if a teacher
    give a different initial values for the same (anyfile.exe).
    + Server don't realize any calculations on the own side(it is reduce an additional loads from the server).
    All calculations are realizing on the client side.
    + This method allow to store all vi-modules (vi-applications) on one SERVER.
    - Downloaded files stay on a client machine and doesn't clear to itself.
    It is necessary seasonly to clean a client machine.
    - It is necessary to make additional works for realize students identification and store students results.
    ========================================
    My question:
    DOES ANYBODY KNOW ANOTHER METHODS OF EXECUTE REMOTE VI-MODULES
    WHERE EACH STUDENT WILL HAVE THIER OWN CONTROL PANEL OF THE SAME VI-MODULE.

    Sirios,
    The way the remote front panels works is that the block diagram actually runs on the server machine, so you wouldn't be able to run the same VI in more than one instance on the same machine. You could make it reentrant, but I don't think that would work for remote panels (although I haven't tried it). But what you might want to do is to save the exact same VI with different names (e.g. VI_1.vi, VI_2.vi, etc.). Then make all of those VIs available through the web server configuration. That way, each student would have their own instance of the same VI to work with and be able to control it as they need to. But each VI would need to operate on separate URLs, so you could have one "master" URL with links to each of the different VIs that students could click on.
    A more difficult option would be to save your VI as a template. Then, when a student signs on to the URL, you could programmatically save that template as it's own VI and the student could control it in the same way as the first example. This would be a little more difficult, though, and require the Internet Toolkit.
    I hope this information helps you out. Have a great day!
    Tyler S
    Applications Engineer
    National Instruments

  • 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

  • Remote Execute

    Hi,
    I need to execute a command in a unix and to capture its results.
    It would like to catch these data and put them in a region of a screen of the APEX. This is possible?
    Tks
    Ricardo

    Ricardo,
    Please try DBMS_SCHEDULER package, DBMS_Job has been deprecated..
    Here is a link for you to review, from the PSOUG ( a VERY good site to get info on Oracle how-to's)
    http://www.psoug.org/reference/dbms_job.html
    Here's the link for DBMS_Scheduler:
    http://www.psoug.org/reference/dbms_scheduler.html
    Thank you,
    Tony Miller
    Webster, TX

  • Remotely Executing BW Queries

    Hello,
    Trying to execute BW Queries against BW Cube data via BAPI calls over SAPJCO.  I use the BAPIs BAPI_MDDATASET_CREATE_OBJECT (to construct the MDX-based query) and BAPI_MDDATASET_GET_DATA_XMLA to return query results in XML.
    the XML in BAPI_MDDATASET_GET_DATA_XMLA is being returned in a non-english character set.  Appears to be mandarin chinese.  I don't set the characterset to use, and no other BAPI call returns results in this characterset.  Is this a known issue?  What to do about it?

    Hi,
    Answer to Arun:
    <i>Can someone provide source code taking one query and accessing it through the BSP event handler page?</i>
    You have to use CL_RSR_REQUEST/CL_RSR_DATA_SET classes (other option is OLAP BAPIs where u have to use MDX stts.)to execute BW queries thru ABAP. (sample code is available in ABAP forum)
    <i>Will the BSP Page can replicate the same functionality of the BEX web application?</i>
    No, you have to code everything yourself. but will be a tedious job.
    <i>Can i have drilldown,graphics everything in BSP application?</i>
    Yes you can, but again as i said you have to code everything , it dosent come easy as in the case of WAD.
    Answer to LUCA:
    One of the possible ways is to use redirect url (url poinintg to the BW query url) in the BSP page.
    you can also pass query variable values via URL.
    example:
    TEMPLATEID=<template name>&var_name_1=<variable name>&var_value_ext_1=<var value>&var_name_2=<var name 2>&var_value_ext_2=<variable value 2>
    Hope it helps.
    Regards
    Raja
    Note: Better place for this question would be BSP forum
    Message was edited by: Durairaj Athavan Raja

  • SCCM 2012 sp1: howto remotely execute powershell commands?

    Hi,
    Please advise on howto run remote powershell scripts to an SCCM 2012 SP1-server.
    Locally importing the module (on sccm 2012) works fine, but not remotely. It tells I should run from x86 console, but I am!
    Please advise.
    J.
    Jan Hoedt

    Start the SCCM Console and start Powershell from there. (left-top "Connect via Windows Powershell")
    This will register the CM PSDrive for the user who started the console.
    The PSDrive will not be available to a PowerShell IDE or another editor. However in looking at this, it shows that it's loading "Microsoft.ConfigurationManagement.PowerShell.Types.ps1xml". So I tried the following:
    Update-TypeData
    -PrependPath
    ($Env:SMS_ADMIN_UI_PATH.Substring(0,$Env:SMS_ADMIN_UI_PATH.Length-5)
    +
    '\Microsoft.ConfigurationManagement.PowerShell.Types.ps1xml')
    That seems to load the correct datatype. However I still get an error doing the following command (example):
    New-PSDrive
    -Name
    "CAS"
    -PSProvider
    CMSite
    -Root
    "ServerUNC"
    Error:
    New-PSDrive : Object reference not set to an instance of an object.
    Hopefully someone knows more about TypeData...
    -Ken

  • CSS 11500 - Keepalive script to remotely execute a shell script on a server

    Hi!
    I've been trying to connect the dots but so far I've got nothing close to what I need - based on Cisco's documentation.
    I was wondering if it was possible for the CSS switch to connect to a server in order to execute a shell script such as "/opt/whatever/script.sh", which would return a specific value like "OK". Anything different than OK would mean a dead service, and the affected service would be taken out of business (no load balancing play).
    Could someone confirm whether it can be done?
    Many thanks!!
    Leo

    Leo,
    you could try to use CSS script to telnet to the server, and execute the command.
    But that would be ugly.
    What you should do, is put your script inside a cgi webpage and let the CSS call the webpage.
    Your webserver will then run the script that you want and return to result inside and HTML page to the CSS which can then decide on the status of the server.
    If you do not have a web server, you should create a small tcp server to listen to CSS request and again send the result of the script back to css.
    Gilles.

  • Deployed Package Execution - Is there a way to execute a package a host has remotely through the client?

    If I have an Program/Package deployed to clients so they can manually run it as needed, is there a way I can remote execute that package on the targeted machine locally (but programattically) instead of having to interface with the SCCM server? 
    Like, through a WMI class or something?  Thanks.

    Well, Roger's client center is open source, so you can always download his code and look at how he's doing it.
    The SDK has a complete section on Software Dist:
    http://msdn.microsoft.com/en-us/library/cc143006.aspx
    Ultimately, everything is done using WMI so initiating WMI functions remotely is quite easy.
    This should get you started also:
    http://wbracken.wordpress.com/2009/10/13/vbscript-run-optional-sccm-advertisements/
    Jason | http://blog.configmgrftw.com

Maybe you are looking for

  • If your ipod is not recognized by itunes...

    One easy mechanical thing to check - sometimes the contacts between the docking cable and the ipod get dirty. Get some electrical contact cleaner (ProGold is the best), spray a bit on a clean toothbrush (which you should never again use for anything

  • I dont know if this has been asked already but

    i'm doing a book for my photography corse, and using my aincent iPhoto. will i still be able to order the book fomr such and old version, and also wiht the hardback, will it be canvas like how its displayed on 05, or glossy covering sleeve like on 07

  • After restore, Pavilion a6250t appears to start then screen goes black.

    Have tried F11 restore as well as restore from DVD.  In bothe cases, The system restarts after retsoring the Windows partition, attempts to start Vista then screen goes black, while the CPU appears to be processing the restore.  Suggestions?

  • I need help making a boot able DVD to flash the bios of a505 6005

    I am running win 7 pro 64 bit and I am trying to flash the bios on my A505-6005 and I need real simple instructions on making a bootable DVD Help please. Nikki Solved! Go to Solution.

  • Last Software Inventory Date old

    We a some machines where the Last Software Inventory date is very old but the HW Inventory date is current.  Is there any step by step documentation on troubleshooting this type of problem?