A job is a process executing in the background, or scheduled for later execution. **DO NOT** use this tag for career, employment, or hiring practice questions, as these are off-topic!
-4
votes
2answers
77 views
How to run a C# script periodically?
Is it possible to run some C# script under Windows periodically? I mean something like a SQL job etc. I know the solution via SSIS but it's not exactly what I am looking for.
-7
votes
0answers
61 views
iOS developer job advice [closed]
I've been asked to do a job for a company (paid), however they only want to pay me from developer to deployment on the app store. The company will own all rights to the code and the app, therefore I ...
0
votes
0answers
12 views
How to throttle a child process and keep it from calling a gateway x amount of times within a second?
First, I have no idea how I would categorize this question or if it should even be asked on SO. If not, my apologizes. I'm just trying to get some insight on my question.
Right now, I have a SOAP ...
0
votes
2answers
34 views
Grails - getting job trigger values from a config file
In my grials application I have a job that runs, and this its trigger defenition:
static triggers = {
simple name: 'myJob', startDelay: 1000, repeatInterval: 36000000
}
I would like ...
2
votes
1answer
29 views
Returning values from InputFormat via the Hadoop Configuration object
Consider a running Hadoop job, in which a custom InputFormat needs to communicate ("return", similarly to a callback) a few simple values to the driver class (i.e., to the class that has launched the ...
0
votes
0answers
14 views
Show Job History Log's Other Computers in SQL Server
I installed SQL Server in computer which is under a LAN Network, connected to other computers such: B, C, D, E, and so forth.
I don't know which computers in the LAN access computer A to run their ...
0
votes
1answer
37 views
java.io.IOException: Cannot run program “ant”
I'm running a Job in Hudson.
I build this job from a Hudson Master Server but the job is built in a Hudson Linux Node.
This is the result:
Started by user builder
Building remotely on Linux-Node
...
1
vote
2answers
28 views
how to process each row in kettle ONE AT A TIME?
i was wondering if it is possible to work on a per row basis in kettle?
i am trying to implement a reporting scheme which consists of a table, where the requests get queued for processing and then ...
0
votes
0answers
9 views
Azkan task give ClassNotFoundException on running [closed]
I have created a new java job in Azkaban. It was uploaded by zipping the base java folder along with the job. The job is getting listed in the UI. But when run the job, I am getting the ...
0
votes
1answer
17 views
Job Shop : Arena
I'll try and keep it simple : I've started using Arena Simulation for studies purposes, and up until now, I've been unable to find any conclusive documentation or tutorial as to how to create a Job ...
0
votes
1answer
34 views
My job is running but no data is comming
I have got a ssis package which runs when I manually run from Integration Services. But when I try to run it from a job. Then it runs but no data is seen in the data. There seems to be some permission ...
0
votes
1answer
17 views
upload file to my server using pentaho data integration(pdi)
On my pdi transformations, a file is created and then a table on my database_1 is updated with the information on that file.
That work perfectly fine.
What i need now is to upload the file to some ...
0
votes
0answers
7 views
How to get a list of failed job from SGE
How do I get a list of (recently) failed jobs (failed=100 or exit_status=137) from the SGE? From the qacct help:
[-j [job_id|job_name|pattern]] list all [matching] jobs
How do I use the pattern? ...
0
votes
0answers
5 views
Torque PBS Manager permission rules cannot be changed
When I try to change the queue as such:
set queue standard total_jobs=16
I get the following error:
qmgr obj=standard svr=default: Cannot set attribute, read only or insufficient permission ...
0
votes
0answers
19 views
How to have console output for Intel ManyCore Lab batch jobs?
I'm currently testing an OpenMP parallel program on Intel's ManyCore Testing Lab computers, and have been using
qsub -l select=1:ncpus=30 $HOME/myjob
to add the job and run it. It puts the output ...
0
votes
3answers
130 views
Cron Job in Laravel
I am trying to develop a cron job for a command I have already created. I am completely new to cron jobs so I dont really know how it works.
Trying the command by myself in the console works ...
-1
votes
1answer
22 views
Cron job stopped Working
My cron job stopped working from 2nd of May. It was working for 2 weeks, Then it suddenly stopped working. The command i used was /usr/bin/php -q /home/febin/public_html/ultoo/index.php.
0
votes
0answers
21 views
What's the difference between php's gearman job and task
I'm trying to understand gearman but until now I can't figure out what's the difference between task and job.
I'm trying to create a client which will parse periodically ( every 10 minutes ) a xml ...
0
votes
0answers
6 views
Find duplicate job names in BMC control-m
I need to find duplicate job names in order to change them. How do I do that in BMC Control-M?
2
votes
0answers
50 views
Background Job Status from Gearman
I have a web-based script which creates a background job (executes SSH commands) in Gearman, this is successful. However when I try to retrieve the status of the job in subsequent web requests I am ...
0
votes
1answer
61 views
hadoop job tracker cannot start up
Under the Single Node Setup
I try to run a single node example
The jobtracker start however fails with exception :
2013-04-30 17:12:54,984 INFO org.apache.hadoop.metrics2.impl.MetricsConfig: loaded ...
-1
votes
0answers
26 views
how to create a dynamic xml file using dreamweaver [closed]
I have a property portal and I need to create outgoing xml data feeds which update daily. My data sits in a mysql database.
Please can someone give me clear step by step instructions (in ...
0
votes
1answer
72 views
Disable Grails Quartz Job and start it in controller
I using Quartz plugin in Grails. But I have some problems. Please help me!
I wants to disable Quartz Job in Grails at applications starting-up and wants to active it in controller and stop it later. ...
0
votes
0answers
10 views
restart wdcc job ,batch file going in monitoring
A watch directory is installed on my remote computer. Want to restart a particular job and want to schedule it after 10 mins.
The .bat file is working fine but the cmd window is not closing. The ...
0
votes
0answers
43 views
quartz job plugin not getting invoked on jboss startup
I have grails 1.3.5 with quartz plugin integrated for running jobs during the start of the application and continuously after some time interval but not able to identify the issue as jobs are not ...
0
votes
0answers
24 views
scheduling java methods to run on specific time in ofbiz using
is it possible to schedule methods to run on specific times in ofbiz? like jobs in databases?
i have been doing some reading on services in ofbiz and I came across the JobSandbox Entity aand ofbiz ...
0
votes
0answers
40 views
Quartz.NET get original trigger scheduled time when recovery trigger is fired
I'm using Quartz.NET 2.1.2 in my project. In most cases ICronTrigger is being used (for example one of the triggers is set to fire every day at 4 AM).
Because it is crucial not to skip job execution, ...
0
votes
0answers
22 views
Cron Job unexpected behaviour. Changes time on its own
I want to run a cron job every minute.
I used settings * * * * * as well as */1 * * * *
However, after a few hours I check on these settings and they will have change to */21 * * * * * or */22 * * * ...
1
vote
0answers
47 views
DBMS_JOB usage: 'Singular' job keeps recurring every five seconds
I learned (the hard way) that DDL statements cannot be executed in the non-transactional context of a logon trigger, and that the solution is a job. I want the job to be executed immediately and one ...
0
votes
1answer
27 views
Actual processing time of hadoop job
My cluster is currently occupied by a job A that takes long time and has VERY_LOW priority.
I started another job B yesterday while A was already running and I think it should have ran quite fast.
...
0
votes
1answer
166 views
Marquee Progress Bar freezes in Powershell
I have been working with Powershell for a time now, it is not the ideal programming environment, but got stuck with my program.
My program is an GUI with a marquee progressbar and a search job.
...
0
votes
3answers
44 views
Start a script manually without load it
I need to reduce the loading time of a page that has to load a thousand files to make a ranking by starting a script manually but without loading it (like a cron job started manually).
Is there a way ...
0
votes
1answer
114 views
The remote server returned an error: (403) Forbidden. error occurred when posting job from my application
I am getting error "The remote server returned an error: (403) Forbidden. " when posting job using Job API from my application.
I found code from here:
...
0
votes
0answers
58 views
PHP How to set a cronjob
I need some help: I need to create a cron job to acces once a week a php script and I don't know how. I founded this site http://livecronjobs.com/how-to-set-cronjobs-using-php but don't working.
...
0
votes
0answers
27 views
hudson to build only changed project
I have a requirement to build only changed project in hudson. We have out repository structure as
Projects/
------- Project A/src
------- Project B/src
------- Project C/src
We have arount 100+ ...
0
votes
1answer
63 views
PHP - Start a cron job manually / let the server works instead of the user
I have a quite slow script that need to be executed frequently (about 30 times in a minute) so the user can't execute it and the cron job runs at most every minute.
So, is there a way (using PHP) to ...
1
vote
0answers
88 views
Oracle Job does not work with tables under Oracle Label Security
I have a database schema MYUSER under Oracle Label Security (OLS) and a job MYUSER.MYJOB executing a procedure MYUSER.MYPROC, which selects from or updates tables in the MYUSER schema. User MYUSER is ...
0
votes
1answer
32 views
jenkins Running jobs based on packages available
i have test packages like
test.regression.pacakgea
test.regression.pacakgeb
test.regression.pacakgec
these packages are developed by different people and am running them on VMs. i have configured ...
0
votes
0answers
7 views
Quartz.net jobs default credentials
I'm using quartz.net in couple of my projects. Recently I've faced a problem with Job's thread credentials. As some of my projects use service account to connect to MS SQL databases, I wonder if there ...
0
votes
2answers
33 views
Find out home directory [closed]
I'm new to using cron job on cpanel and I have created a cron job but it's not working. I believe the problem must be from the path specified by me in the command line because I'm not sure what my ...
1
vote
1answer
84 views
start a .exe in the background with parameters in a powershell script
I have a programm which i usually start like this in powershell:
.\storage\bin\storage.exe -f storage\conf\storage.conf
What is the correct syntax for calling it in the background? I tried many ...
0
votes
1answer
25 views
Can't write correct filepath for the file that could be read from sepatare jobs
I use maven project and run it using Jenkins
Have problem with filepath: I write some info from one job to the file that is in the root directory of the project. Then I run another job and I need to ...
-1
votes
1answer
114 views
How to stop a SQL Server Job that runs without being running
I just created a console application that will be started by a Job on a daily basis. This is a proof of concept. My main aim is to check for some records on a DB. This proof is just an console ...
0
votes
1answer
133 views
Quartz doesn't remove deleted job from the scheduling
I'm developing scheduled services.
The application is developed using JDK 1.6, Spring Framework 2.5.6 and Quartz 1.8.4 to schedule jobs.
I've two clustered servers with WebLogic Server 10.3.5.
The ...
1
vote
0answers
32 views
Jenkins: How do I skip a tests job if the class being tested hasn't changed?
I'm having a lot of trouble setting up a conditional build job in Jenkins.
Here's my setup:
I have a series of jobs such as: JobA <- JobB <- JobC <- JobC-tests, where <- means "produces ...
1
vote
0answers
76 views
Multiple delayed job processes starting same job
I'm using delayed job in a setup where I run multiple workers. For the sake of my question, it doesn't really matter, but let's say I run 10 workers (doing that in development mode currently).
The ...
0
votes
1answer
76 views
autosys job error
We have a set of autosys jobs already on our server and now we are trying to set up a new autosys job, but unable to succeed due to an error with the “Owner” field. The old/existing jobs on the server ...
1
vote
1answer
31 views
cron one time higher priority job exception
Is there a way of telling cron that if there is a job with higher priority at the same time it should only execute the higher priority job?
For example:
0 12 * * * ~/ring_a_bell.sh # mplayer ...
0
votes
1answer
67 views
Processing a large amount of data using jobs in php
We have a website that has 'projects' on it with a given number of people subscribed to each project.
At the 'end' of a project, all the subscribers are gathered and processed. In this case, there ...
0
votes
4answers
145 views
running multiple jobs from a batch file in pentaho
I would like to ask if there is a more efficient way of running multiple transformations(70 transformations) besides the IDE? Doing it the IDE way is alright but it does become tedious having to click ...


