Batch command in FileAdapter

Till yesterday the batch command in file adapter working fine, from today none of the batch commands in file adapter are not working. Please suggest the solution?

I have a requirment where i have to raise PI alerts when proxy exceptions getting triggered.
I came to know , we have to call function module 'SALRT_CREATE_API' in the proxy.
Can any one let me know the step by step configuration as iam already reffering to
http://help.sap.com/saphelp_nw04/helpdata/en/d0/5e073c8e56f658e10000000a114084/content.htm
Any pdf would be appreciated?

Similar Messages

  • XI to Batch Command Scenario

    Hi All,
    My scenario is SAP to XI to Batch Command.
    The receiver system is a listening port system where it receives data at the port. Currently XI is not the middleware. So the communication happens through EXE. It happens as follows:
    1. exe sends a wake up call to Batch Command.
    2. Command Batch sends an acknowledgement to exe that it is ready to receive data
    3. Now exe sends data to CB.
    4. CB sends Ack for data
    5. exe sends a sleep call to CB to close connection
    6. Cb sends Ack back to exe.
    Now exe has to be replaced with XI , so is this set of Communication possible through XI in the same scenario? If yes , then How.
    If no what can be the solution.
    Also will the Standard adapters in XI serve the purpose for Command Batch since it is not any File system , but it receives data at the port or will Custom adapter will have to be developed for this purpose.
    Please help.
    Thanks & Regards,
    Loveena.

    That sounds like a proprietary TCP/IP handshake.
    There is no way besides own development of Java code.
    You could develop an adapter or a Java proxy for this purpose.
    The better option is, replcing the batch command with an HTTP or Webservice enabled program and use standard PI functionality.

  • Batch commands

    Hi,
    I am getting followin error
    org.apache.commons.digester.Digester error
    SEVERE: Parse Error at line 5 column 19: Document is invalid: no grammar found.
    org.xml.sax.SAXParseException: Document is invalid: no grammar found.
         at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
         at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at org.apache.commons.digester.Digester.parse(Digester.java:1567)
         at org.apache.catalina.startup.ContextConfig.tldScanStream(ContextConfig.java:977)
         at org.apache.catalina.startup.ContextConfig.tldScanTld(ContextConfig.java:1006)
         at org.apache.catalina.startup.ContextConfig.tldScan(ContextConfig.java:870)
         at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:647)
         at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:243)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:3582)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
         at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:307)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:788)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:559)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:401)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:718)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:358)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1196)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:754)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:363)
         at org.apache.catalina.core.StandardService.start(StandardService.java:497)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2190)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
         at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
         at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
    [Microsoft][SQLServer 2000 Driver for JDBC]Statements that produce result sets are not allowed in batch commands.
    [Microsoft][SQLServer 2000 Driver for JDBC]Statements that produce result sets are not allowed in batch commands.
    For input string: "sdfc"
    I am using the Tomcat version 4.0 and my xml file has correctly <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    And the application correctly identifed the servlet and throwing this error from the servlet. Can anybody help in this regard.

    I don't think so. I believe your server.xml or your web.xml file is malformed. This means that the DTD that the container validates the file against is not in agreement with the XML you created. See if you can start commenting out elements in your web.xml until the server starts properly to zero in on the problem. Or, if you are comfortable reading DTD's, go straight there to find out the problem.
    - Saish

  • Batch Command Warning Dialog

    Hello All    
    I've set-up an action to resize a folder of photos.  Recorded the action, all is good.  I go to AUTOMATE > BATCH and go through the set-ups, etc., but when I activate the run, I keep getting this warning dialog:
    "Could not complete the Batch command because the disk is not available". 
    At first I thought it may be looking for the SD card the photos were copied from, but that's not the case as I have imported all the photos and they now reside on the HD.  I've tried restarting Photoshop and even restarting the system - both to no avail.
    Any idea as to what this dialog is referring to?
    Running :
    Photoshop CC
    27" Late 2013 iMac
    3.5 GHz Intel i7
    16 GB RAM
    NVIDIA GeForce GTX 780 Graphics
    OSX 10.9.1
    Any help would be MOST appreciated!!
    Keith

    If all your doing is resizing image to fit within some size you don't even need an action unless you replacing the original files which is not a good idea in any case. For if something goes wrong you could wind up loose everything.
    Use menu File Scripts>Image Processor.  In the Image Processor Dialog point to the source folder set the output locarion set image file types yoo want to save and the size and option. You can even include actions.
    There is also Image Processor Pro a free download which is a more powerful script.

  • Batch command to auto login

    We are using Sony MBPS and it has to be rebooted every month.  We have automated much of it using batch files but we would like to further automate it.  Is there a batch command to trigger an automatic login of the servers?

    Automatic logon can be configured through registry:
    http://support.microsoft.com/kb/315231/en-us
    The article mentions Windows XP, but it is valid for all later versions of Windows. This is how we do it. We deploy the registry keys through group policy to the machines that need automatic login.

  • Batch Command Freezes up CS5

    Suddenly, when I use the batch command, CS5 freezes up and has to be closed using alt-ctrl-delete. I've been using the command for a long time with no problems. All the other commands under the "Automate" line work.                                                                                                                                                                                                                                                                                                                                                                                I reinstalled CS5, and it appeared to fix the problem. However, when I scanned a BUNCH of photos, and went to use the command, it froze again. Any ideas?

    Ok since I got some free time, I updated to 12.0.4 again, with reallocating the temp path.
    The freezing bug is still there, and it's still creating those .mvm file(1-14 inside the C:Temp. and 15 at the root of E). Since http://forums.adobe.com/thread/747353 is still discussing this issue, I'll leave it for a while.
    With the update, my selection issue is also remaining there, I'd like to talk about it, since it's not only happnening to selection or magic tool, but to any tools  involving moving cursor.
    http://www.photoshopgurus.com/forum/photoshop-troubleshooting/29186-photoshop-cs4-cs5-acti ng-like-they-possessed.html
    http://digitalweddingchat.com/showthread.php/14289-weird-mouse-problem-in-PS..-posessed-mo use!
    I'll save myself the trouble of describing since the above posts have done it really well. And their fixes do not apply to me.
    What I could add to this:
    1) Regarding the selection tool, this issue mostly happens after I move my cursor, and once it's "activated", I could just click like hell without moving my mouse at all, while creating a crazy record of below( simply caused by clicking mouse, which
    "moving marquee>cancel selection>moving marquee>cancel selection>moving marquee>cancel selection>moving marquee>cancel selection>moving marquee>cancel selection>moving marquee>cancel selection>moving marquee>cancel selection>moving marquee>cancel selection>moving marquee>cancel selection>moving marquee>cancel selection>".
    But if I simply open PS, and start clicking on the picture with selection tool, keeping my mouse from moving in the first place, then usually I can't duplicate this issue.
    2) Also, the issue will also occur if I move my mouse and click, but we could get some hint if we duplicate it this way.The unintended selection caused by this issue, which we take rectangular selection for example, will have a corner at the place where I ever put my cursor at. So from my point of view, it's like photoshop is ignoring my action, which is releasing the left button. For PS, I first move my mouse to point A, pushing left button down, (igored)releasing left button(ignored), moving mouse to point B,and a new unintended selection! Though this pattern only occurs sometimes of the issue, but it might hold some word.
    3) As I keep testing, the easiest way to duplicate the issue is to move my mouse for a long distance and click, opposed to rapid small displacement and click.Well not that useful.
    4) The way I deal with it now, is to endure it. I keep reselecting and usually the issue will disappear for a while, and come back at unknown future. I tried changing my mouse/graphic card/memory, as well as their drivers, ended up no fixing.
    Any idea on this, Noel?
    -Monkey

  • Batch command to find java version

    Hi
    I need to get the version of java runtime env on a machine using command prompt (more specifically in a batch file). java -version at command prompt gives me the version and other stuff. But has anyone written a batch file that extracts values like 1.3.1 or 1.4.0 by executing a batch command??
    Any suggestions woul dbe helpful
    Thanks
    VP

    Here's my thoughtsjava -version 2>tmp.txt         //pipe version to file
    find "java version" tmp.txt|find "java version">tmp2.txt  //just get info
    del tmp.txt
    for /f %i in (tmp2.txt) do @set version=%i  // set a variable
    del tmp2.txt
    set version=%version:~10,5%                 // you get offsets
    @echo %version%You will need to debug this.
    P.S. IS this Java Programming?

  • Batch command unavailable

    Suddenly when I select multiple images in Bridge, then go to Tools>Photoshop>Batch, I get the message "The command "Batch" is currently unavailable."  Batch is also greyed out in Automate.  This occurs when no other processes are happening.  What could  it be?  Batch command has always worked fine in the past.

    So File > Automate > Batch in Photshop is greyed out?
    And would you mind providing the relevant information about your set-up (Photoshop-version, OS etc.)?
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by pressing command-alt-shift/ctrl-alt-shift while starting Photoshop until the appropriate dialog appears after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)

  • Batch command for using Java in IE

    Hello,
    I'm looking for a batch command that sets IE to use Java (Sun).
    It should do the same job as if manually checking the check box of 'Use <java version> for applet' in advanced internet options of IE.
    Is there a way to do it?

    Sorry, currently there's no batch command to set IE to use Java from Sun.
    There're quite a few registry keys need to be set when that option is selected.
    Registry settings for:
    - turning off console for MSVM;
    - hooking up Sun's Java console to IE;
    - adding a "TreatAs" to the Web Browser Applet Control so that applets with applet tag will use Sun's Java;
    etc.

  • What happened to Batch command in Photos

    Batch command is gone in photos. In  iphoto I was able to to change Title, Description, or Keywords for all selected photos under the edit window.

    I found many of the other features that Apple has deleted with the release of Photos including Batch to be useful.
    Since Apple has taken their stand to dumb down their photographic app, I am now going to look elsewhere for a non-Apple product that better satisfies my needs then the toy they are offering.
    Maybe if I go with a vendor who is only do photographic software there might be less chance for them to go the same route as Apple.

  • Excute Batch command in FORM

    How can I call external batch command in FORM?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by kanekan ([email protected]):
    How can I call external batch command in FORM?<HR></BLOCKQUOTE>
    G'Day,
    Okay, you don't say if you need to do this in the Unix environment or Windows. I guess you mention 'batch' so it must be Windows. Try using the API (DDE.App_Begin(...)) function.
    HTH
    Regards,
    Ivor
    null

  • Batch Command in CS5 is greyed out

    The Batch Command in CS5 is greyed out.  I am running CS5 64 bit with  Windows 7 64-bit.  Any ideas. It was working and now it does not.

    You're talking about the Batch... entry in the File - Automate menu inside Photoshop itself?  That's weird, I have never seen that one become disabled.
    Do you have any actions at all loaded into your Actions panel?
    Have you quit and restarted Photoshop, and does the problem persist?
    Failing these things, I think I might suggest clearing all the preferences to defaults.  You can do this by pressing and holding Control-Shift-Alt (or Shift-Command-Option on a Mac) immediately upon cold starting Photoshop.  If you're quick enough to get the keys down - and you have to be very quick - it will prompt you to delete your current preferences, which will lead to the generation of out-of-box defaults.  Clearing preferences quite often restores operation when weird things go wrong.  Keep in mind you'll have to re-do all your settings after this operation.
    -Noel

  • Batch command line in the Discoverer 4i

    Dear All,
    I am searching for an answer regarding the chance to use the batch command line in the Discoverer 4i user edition to export an xls file with the pivot format.
    It is not possible to do this in the previous version, but it's possible in the 4i version choosing the xls pivot format while exporting the report interactively.
    So we are looking for a specific parameter to be used in the command line.
    Thank you for your help,
    Carola Buora

    Hi Carola,
    May I suggest reposting this question to the Dicoverer forum
    http://forums.oracle.com/forums/forum.jsp?id=422740
    Your chances for getting the right set of answers are probably much better there. Hope this helps.
    Cheers,
    -lars

  • Fireworks batch command changes original colors

    Is anyone having this problem? When I run a batch command on CMYK jpgs, it changes the files to RGB mode and in some cases the colors are drastically changed. I am aware that the 2 modes  will display colors "slightly" different, and I don't mind the final product being RGB, but the way Fireworks handles it is too extreme. When I change modes in other bitmap programs, like Corel PhotoPaint or Adobe PhotoShop, the overall conversion is very much acceptable and the color change is so minute that it's hardly noticeable.
    And before you jump down my back about using "non Adobe" software, keep in mind that all software has it's strong and weak points and I've been using the program  that gets the job done right since they  were introduced back in the late '80s.
    Fireworks is one of my favorite programs, and the batch command saves time, but the color glitch is unacceptable. Does anyone know of a fix for this or a possible workaround (without creating more steps than the batch command saves)?

    Open the Actions Panel and click the Panel property icon, you should see a few extra Action sets that don't load automatically by default - namely, the Production set. Select that one and in this set are a few items to check out/scutinize/learn from to help create the action you need.
    On another note, here's a link to an olden golden that makes use of Conditional statements that may fit your needs
    http://actionlogic.blogspot.com/
    Though I have not tried this with newer builds.
    h

  • Batch command shuts down program

    New install of Photoshop CS5 for Windows on Windows 7 OS.
    When I click File | Automate | Batch, I consistently get a "Adobe Photoshop CS5 has stopped working" dialogue box. My only option is to click the "Close program" button.
    Any suggestions on how to use the Batch command without closing the program?
    Thanks,
    Bruce

    This is an issue that's apparently cropped up because, of all things, latent bugs in TWAIN drivers.  There's another thread around here where
    that was figured out.  It sounds wrong at first blush, but Adobe is adamant that it's true.
    The only workaround, for now, is to remove the optional Twain_32.8ba plug-in.  You'll lose your "scan into Photoshop" capability, but you'll gain back the ability to run File - Automate - Batch.
    If alternate scanner drivers are available for your hardware, you might try downloading/installing them.
    -Noel

Maybe you are looking for

  • Report Tree for PS

    Hi Guys, Is there a transaction code for Report tree in PS. Like we have for AP - F.98, assets ART0 Thanks, Satya

  • Debug of javascript code in JDeveloper 11

    Hi all! I'm trying to debug a javascript code in JDeveloper 11. I created a simple html page with a simple javascrit. The page and the call to javascript are ok. When I start the debug I receive some messages,please see below. I can see through windo

  • Problems with link colors

    I am currently using DW8 and I have been using Dreamweaver since DW2 . I am working on a site for an artist, where the thumbnails will be links to the pictures. (Right now I only have it set up fot the client to see if the colors of the paintings are

  • Object Array Help

    Why is it that when i give the user[0] a certain name (with the setName method), all users (user[0] to user[100]) get that name? public class UserProfileDataBase     public User [] arr = new User [100];     public UserProfileDataBase () throws Incomp

  • RTMT trace read.

    Hi Techizzz, Is there any documents for the RTMT trace read(like key words and how to read the trace). If anything have please share. Thanks in advance.