Hi Jehan,
u can use the commandline to execute the job.
u can make a bat or shell script using that commandline, and use that script as the source for autosys/CA.
Type: Posts; User: fusionobject; Keyword(s):
Hi Jehan,
u can use the commandline to execute the job.
u can make a bat or shell script using that commandline, and use that script as the source for autosys/CA.
i want to have the webservice-client packaged and run thru java, not any other tool.
Any help ?
Hi All,
1. some application is exposed as webservice which is running on server, with WSDL exposed.
2. now, i need create a standalone client for the webservice, to invoke few operations.
...
Thanks Dave,
Yes, Your suggestion from other posts helped to choose that route.
This topJob will run only once.
But what i wanted to do is;
Job-A read DB and fetch N rows, for each ROW run JOB-b
In a process, where
1. dbreader and dbwriter involved, if i introduce itemprocessor, will be degrade the performance.
in itemprocessor, am going to add some extra/default value, no big operations.
Hi spongybob,
For every record in the reader, i need to call a job, and pass that row value as parameter ?
can you just post me a simple example ?
Your example, looks like, sequential job...
Hi Dave,
Nice idea,
For every record in the reader, i need to call a job, and pass that row value as parameter ?
can you just post me a simple example ?
Any other method of doing this ?
1. i have a reader , which read data-base, gets data,
2. now for each record, i need to query the different database to get a lot of data and write to DB.
i...
Any other method of doing this ?
i have a reader , which read data-base, gets data, now for each record, i need to query the different database to get a lot of data and write to DB.
i can use the...
Awesome, and thanks to you for taking effort,
i was half way through the path.
thanks Martem,Gary and Dave.
Thanks Guys,
But i will have to use POI with Itemreader impl.
can we use spring batch fileitemreader to read XLS file ?
pass value in step 1 programmatic-ally and collect that value in step 2 using {STEPEXECUTIONCONTEXT} bind method ?
any example ?
I agree.
this is the req.
1. have multiple txt file in a folder. each file contains a number, a single value.
2. i need to read each file and read the number.
3. then i need to run a query on...
Thanks Arno.
Hi,
I need to read a file and file contains a single value, a number,
which i need to propagate to next step , which is sqlquery based.
i need a example of how to pass values between steps.
...
Any working model for this ?
Need the code for implementing StepExecutionListener
and accessing the attributes between steps and Job.
You have to use, MultiResourceItemReader and delgate it to FileItemReader.
Am looking for same,
Need a sample for this. not able to find.
If you have the sample working, please post it here.
can anyone give , simple example of this ?
Any pointer / help ?
Hi Experts,
I have following requirement.
i have a folder , which contains multiple txt file..
1. read file by file using MultiResourceItemreader from folder.
2. read the content of that...
Hi Dave,
Can you please let me know,the example name ?
tried to find it,was not able to, find , probably i miss something.
I need the example which has staging to db as you mentioned.
Thanks...