Regarding agent running

Hi,
I am starting the agent on the server by the command line :
. agentscheduler.sh -name=<Physical_Agent_Name>
But if i close the Unixbox the agent is getting killed and the scheduling process stops. So how do i overcome this in production environment?
Thanks,
Vikram

Hi Vikram,
You are starting a OS command that exists while the window is opened.
To have the agent working all the time you need to install it as a service. Take a look in the user manual about how to do.

Similar Messages

  • Out of Memory Error in Java Agents running in lotus notes

    I have a java agent running inside lotus notes jvm. It runs fine for some days but after some days start giving out of memory error and terminates.
    I need to restart agent manager in notes to enable java agent running. Is there a way to catch out of memory error so that on its catch i could restart agent manager.
    Regards,
    Saitu

    Dear Peter,
    The agent is written in java and
    I need to know a way to enter catch block of 'OUTOFMEMORYERROR'.
    My whole code is in a try block with two catches, one for outofmemoryerror and another for exception. When outofmemory error occurs control passes to the exception catch and not outofmemoryerror catch.
    Since out of memory is an error and not an exception, is there a way to catch it or run some code when out of memory occurs.
    Regards,
    Saitu

  • Regarding payment run F110

    Regarding payment run F110, what would be the reason if the payment run stops at the message "Payment has been carried out."  How can I continue generation of posting documents?

    Hi Mac,
    Go to SE38 , select same payment programme and give your ID in your payment run and select the Print Cheques option . This will not process the payment run again but will allow you to print your cheques.
    Regards,
    Satish Muvva.

  • Getting SQL Server Agent running

    I am trying to get my SQL Server Agent running, and no conventional means thus far have worked.
    I set it to run automatically in the Services window of the Control Panel. Attempting to run it from there yields the error "The SQL Server Agent (BENTLEYECAD) service on Local Computer started then stopped. Some services stop automatically if they
    are not in use by services or programs"
    Attempting to start the Server agent in the Server configuration manager yields the error "The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details"
    The resulting error log in SQLAGENT.OUT is
    2015-02-19 15:58:44 - ? [100] Microsoft SQLServerAgent version 10.50.1600.1 (x86 unicode retail build) : Process ID 6064
    2015-02-19 15:58:44 - ? [101] SQL Server HFC-RND-104-D\BENTLEYECAD version 10.50.1600 (0 connection limit)
    2015-02-19 15:58:44 - ? [102] SQL Server ODBC driver version 10.50.1600
    2015-02-19 15:58:44 - ? [103] NetLib being used by driver is DBNETLIB.DLL; Local host server is HFC-RND-104-D\BENTLEYECAD
    2015-02-19 15:58:44 - ? [310] 4 processor(s) and 4096 MB RAM detected
    2015-02-19 15:58:44 - ? [339] Local computer is HFC-RND-104-D running Windows NT 6.1 (7601) Service Pack 1
    2015-02-19 15:58:44 - ! [000] This installation of SQL Server Agent is disabled.  The edition of SQL Server that installed this service does not support SQL Server Agent.
    2015-02-19 15:58:44 - ? [098] SQLServerAgent terminated (normally)
    I have installed this version of SQL alongside Promise V8i (M). Any advice on how to get this server agent running is welcome
    -Eugene

    I see.
    I'm not sure if it's Express or not, how can I tell? The start-up for the server management studio just says "Microsoft SQL Server 2008 R2"
    If this is the case, will any other version of SQL besides Express work? or is it only specific ones?
    Thanks,
    Eugene O'Donnell

  • Can Xgrid controller and agent run on the same controller?

    I am trying to setup an Xgrid on 2 Mac OS X Leopard computers. My intention was setting up one computer as a controller/agent and other computer as an agent so that I can have a grid with 2 agents running on different computers. I setup my grid with xgridctl and using Xgrid Admin, I am able to view the grid on a GUI program. In Xgrid Admin, I also see 2 computers (One is local, other one is remote computer) listed with their IP addresses. Only the remote computer's status is "Available". Local computer's status is "Unavailable".
    I was about to conclude that you can not have controller and agent on the same computer but I decided to shoot an email to apple mailing list and expect some clarification.
    Thanks in advance for the support,
    Umut Tezduyar

    You might get a better response to this in either the [OS X Server forum|http://discussions.apple.com/category.jspa?categoryID=96] or even the [Xgrid area!|http://discussions.apple.com/forum.jspa?forumID=722]

  • SQL 2008 Agent - run batch file not working

    Hello,
    I am having some strange issues with a batch file running out of SQL agent I'm hoping I can get some help with.
    The batch file's purpose is to send some log files to a SFTP server.
    The job has been working great for the past 3 weeks, however this morning it stopped working. The job doesn't error out, however the entire job completes in 00:00:00 duration and I'm given the following message 
    Date 4/7/2014 3:38:00 PM
    Log Job History (***Log Transfer)
    Step ID 1
    Server *******
    Job Name **** Log Transfer
    Step Name run batch
    Duration 00:00:00
    Sql Severity 0
    Sql Message ID 0
    Operator Emailed
    Operator Net sent
    Operator Paged
    Retries Attempted 0
    Message
    Executed as user: USERNAMERemoved . The step did not generate any output.  Process Exit Code 0.  The step succeeded.
    The batch file looks like 
    echo  *********************************
    echo  ** JOB EXECUTED %date% %time%  ** 
    if %errorlevel% neq 0 exit /b
    C:
    cd "C:\Program Files (x86)\WinSCP"
    winscp /console /script=G:\Batch\LogTransfer.txt
    call G:\Batch\LogTransfer2.bat
    echo ** COMPLETED %date% %time%  ** 
    echo  *********************************
    I have numerous other batch jobs running on this server, no other job has had this issue.  I have deleted and recreated both the job step and the entire job.  I have recreated the batch files from scratch.   I have also deleted the entire
    contents of the batch file and just simply put in echo **** and still received the message so I'm near positive it has nothing to do with the actual batch file.  
    I have reset SQL Agent, as well rechecked that the SQL Agent account has run batch rights granted to it.
    I moved the batch files to another folder, and they worked for about 4 runs until the same issue happened!!!
    The job does execute 100% perfect if I run it manually via batch or if I kick it off starting the job out of SQL.
    I am out of options here, does anyone have any ideas that could help me out?
    Thanks,
    Ryan

    Hello,
    Try to edit the step, and on the Advanced page of that step try to configure the job to create a log on the location you specify (Output file). Try to run the step again and examine the log created.
    Could you try to change the owner of the job to “sa” or to your Windows account? Maybe the SQL Server Agent account does not have access
    to the following folders:
    G:\Batch\
    C:\Program Files (x86)\WinSCP
    Alternatively, you can try to create a proxy account.
    http://technet.microsoft.com/en-US/library/ms190698(v=SQL.105).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SAPCCMSR agent running in server with several DB Services

    Hi!
    We have several Solaris clusters with 2 ORACLE and SAP instances.
    I've tried to install sapccmsr agent for DB instances, but I can only
    have one at a time. Otherwise it gives the following message:
    "INFO: Reconnected to Monitoring Segment [SAP_CCMS_XXXXXXXX_dbi], size
    [40141728], started at Mon Oct 13 16:18:03 2008
    ERROR: Monitoring segment belongs to system K02
           CCMS Agent SAPCCMSR may only be run for segments
              that belong to central system L02
           Therefore exiting....
    In this cluster I have P02 (SAP R/3 4.7 NUC) and X02 systems (SAP XI 3.0UC).
    I tried to register only one sapccmsr agent but not attached to the
    virtual DB hostname. But this brings a new problem, I cannot monitor DB
    service because the agent is attached to physical host.
    In another cluster we have different SAP Basis versions, SAP nw2004(nuc) and nw2004s (uc).
    Regards,
    Fernando Figueiredo

    For one of our clusters running 2 oracle intances on node1 and SAP on node2, I've created a specific profile  with a virtual hostname(<VIRTUAL SAPCCMSR>), and during registration I've included both systems plus Solution Manager. Then on each system I've changed the program ID of SAPCCMS.<VIRTUAL DB HOSTNAME>.99 to <VIRTUAL SAPCCMSR>.sapccmsr.99.
    You can use sap note 536954 as reference, but not as a solution.
    Anyway you still have the problem because you need to manage this manually and is node specific. If you want to change your cluster behavior then you have problems.
    Regarding the other cluster running different versions that is not an issue because ORACLE and SAP are crossed between nodes. On that cluster I've implemented SAPCCMSR clustered aware, but if one node fails you cannot monitor both systems. You can also use note 536954 as a reference.
    Anyway... SAPCCMSR monitoring for Standalone database is very limited.
    FF

  • Can the IS 6.0 Policy Agent run on FreeBSD?

    I see the policy agent can run on Apache 1.3.26 for Red Hat Linux 7.2. Could you get it to work on Apache 1.3.26 for FreeBSD 4.x?

    thanks for your reply....
    But in the landscape there are two portal server on ep 6.0 and they are trying upgrade only one to EP 7, but they both are pointing to same r3 4.6c which is getting upgraded to ECC 6.0. 
    than in such a scenario will the existing EP 6.0 based on WAS 620 work with the integrated ITS.
    Regards,
    Ravi

  • SQL Server Agent running SSIS package fails Unable to determine if the owner of job has server access

    I have a web application developed through VS 2012 which has a button on a form that when operated starts a SQL Server agent job on the server that runs an SSIS package.  The website and the instance of SQL Server with the agent and SSIS package are
    on the same windows 2008 r2 server.  When the button is operated no exceptions are raised but the SSIS package did not execute.
    When I look in the logfileviewer at the job history of the sql server agent job I see that the job failed with message...
    The job failed.  Unable to determine if the owner (DOMAINNAME\userid) of job runWebDevSmall has server access (reason: Could not obtain information about Windows NT group/user 'DOMAINNAME\userid'<c/> error code 0x6e. [SQLSTATE 42000] (Error 15404)).,00:00:00,0,0,,,,0
    ...even though DOMAINNAME\userid is in the logins for the sql server and has admin authorities.
    Could someone show me what I need to do to get this to run?  Thanks tonnes in advance for any help, Roscoe

    This can happen when the network is too slow to allow a timely completion of the verification. Or the account running has no such right.
    I suggest you try using the SA account for the job as it does not require to poll the AD.
    Arthur My Blog

  • Issue regarding consecutive run for an Interface

    hi all,
    i have an issue regarding an interface
    if this Interface is a initial run for the file, you have to populate all the data of the people. That is , unlike other interfaces where we send only the latest record, in this interface we need to send all the records of the employees. in a employee has 10 records with different dates, we will pick up all the records greater than 1999 and pass it. whereas if there is a change in one field, then we will send all the record of that file. And If it is a consecutive run  then you have to populate changes only. the following algorithm can help you in this
    if intial_run EQ 'X'
    transfer IT_FINALDATA to XI.
    else
    Declare a 2 more internal tables similar to IT_FINALDATA...for our below example let us assume that
             DATA: IT_CLUSTERDATA type standard table of IT_FINALDATA.
             DATA: IT_COMPAREDATA type standard table of IT_FINALDATA.
    use the following statement to retrieve the data from cluster and comparing it
            IMPORT IT_CLUSTERDATA TO IT_COMPAREDATA  FROM DATABASE indx(zn) ID 'IN_8085'.
            Compare IT_COMPAREDATA with IT_FINALDATA
    If sy-subrc = 0.
    Means there are no changes, and no output required
    Else
    Pass the data to XI interface,  And store the internal table in the same INDX table, using the following statement
    EXPORT IT_FINALDATA to  IT_CLUSTERDATA FROM DATABASE indx(zn) ID 'IN_8077'.
    Endif.
    In this  can we deliver the changed data at every single consecutive run.
    Please let me  know,
    Thank Q
    Rohini.

    This is something where HR Interface Toolbox (PU12) can be very helpful, it will take care of changes from one run to another and you can configure it to send changes only in next run. But, you will need some ABAP in its user exits to restrict the data after 1999, and any other restrictions that you might want.

  • Please help me regarding the running of a sql file

    Hi I downloaded one sql file from
    http://www.cs.uwf.edu/~sbagui/db/practical_oracle.htm
    But i am unable to run it successfully...please help me regarding this... thanking you
    Edited by: SowmyRaj on Dec 24, 2009 5:24 AM

    Hi vali thanks for your reply...
    I am using Windows XP sp2 Os.
    and Oracle database 11g ...
    when executing this file the follwing error is occuring
    Enter value for user_name: system
    old 2: uname VARCHAR(50) := '&user_name';
    new 2: uname VARCHAR(50) := 'system';
    **MOBILE CODE** immediate 'drop user ' ||uname;
    ERROR at line 13:
    ORA-06550: line 13, column 1:
    PLS-00103: Encountered the symbol "*" when expecting one of the following:
    ( begin case declare exit for goto if loop mod null pragma
    raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    continue close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe purge

  • Agent running issue

    Hi All
    I need a clarification on Agent. May be a stupid question !!!
    My Question is ,i am working in a dev environment. Now i want to schedule the scenario.
    But my issue is where should i run the Agentscheduler.
    is it on The server where teh Master and work Rep is created or onthe client machine from where i am creating my project and all???
    Please help
    Thanks
    Gourisankar

    Hi Bos
    Q1:-So if the Master/Work rep and target datastore are on diff server then i have to run the agent on target datastore server???
    Q2: i don't have to configure the odiparam.bat/sh file on client machine to execute scenario if agent is running on server??

  • Issue with ODI agent- Running continuously without any error

    Please refer the below thread for more details
    Re: Difference between running the PKGs with remote agent and Local agent

    The above link is updated with my comments

  • Regarding Agent Commission

    Hai...
         Does anybody have notes on Agent Commission..
    with some detailed description.

    Hi:
    Refer to this documentation for Agent Commission
    http://www.sap-img.com/sap-sd/steps-to-create-commission-for-agent.htm
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • Regarding Agent Rule GRAC_REQ_MITIG_MONITOR_AGENT

    Can anyone help me in determining if i can make use of agent rule GRAC_REQ_MITIG_MONITOR_AGENT to look for the approver at mitigation monitor stage under process ID SAP_GRAC_ACCESS_REQUEST_HR ??
    SAP has suggested that this agent rule is only specific to process ID SAP_GRAC_ACCESS_REQUEST.. but when i checked in MSMP workflow process ID list, it is very much present in Step 2 - Maintain rules ....
    Also kindly guide me with the steps i should follw to create custom agent rule for the same ....

    Hello,
    This is because agents, rules etc are tagged to "Process Type". Both process IDs SAP_GRAC_ACCESS_REQUEST and SAP_GRAC_ACCESS_REQUEST_HR belong to the same Process Type SAP_GRAC_AR. Thus, the agents that are available for one ideally should be available for the other too. This is not true for other processes as the process type there are different.
    For BRFplus agent rule look at the document below, by Madhu Babu :
    BRF+ Agent Rule based on Role Functional Area field using TABLE OPERATION and LOOP
    Regards,
    Sammukh

Maybe you are looking for

  • IPhone 4s TV Shows getting erased after updating to iOS8.1

    I've been transferring TV show episodes into my iPhone 4s for travelling matters and I've been doing it from iOS 6-7. When iOS8 came out, I did not update my iPhone 4s due to rumors about battery consumption and all, but when the official iOS8.1 came

  • Can you cancel an Itunes purchase before it fully downloads?

    I accidentally clicked on the wrong title. Itunes automatically started downloading the movie. Can I cancel the download and not be billed for the price of the movie?

  • OLAP functions

    Hi All, I have written a query in oracle 10g, my query is having some rank (), OVER (PARTITION BY..) functions to perform some operation. Are these OLAP functions? I am asking this because we are getting some following message on server logs: ORA-006

  • Safari 5 will not Save a pdf

    Apparently since the OS 10.7.4 upgrade, Safari will not save a pdf from a google search page. Error message is "cannot export  (file name)". Any Mac users know what is going on here? Firefox works fine. I've ;ooked in Safari and Finder prefs but can'

  • This problem appears while installing oracle 10g on enterprise linux

    Hi All, While installing oracle 10g on enterprise linux 5 this message apear: http://img134.imageshack.us/my.php?image=problemqy2.png More Info: Oracle 10g supports redhat 4 and Enterprise Linux is redhat 5 so I changed the redhat-release to 4 to cou