Act of processing several items together.

learn more… | top users | synonyms (2)

0
votes
0answers
4 views

How do I batch rename image files already on the server?

I have hundreds of images on my server (Linux-based shared hosting) already. I want to rename these files at once using batch processing. The names are some gibberish, and what I want them named as is ...
2
votes
2answers
33 views

How do I find a string in text files and print the matches in a Windows batch file?

Is there a way to search for a defined string within several thousand text files and to print the names of the files that have a match?
0
votes
0answers
15 views

Execute a bactch file through a PROCEDURE in MySQL?

I am trying to execute a batch file through a PROCEDURE in MySQL database and in batch file i have some SQL statements like LOAD DATA statements which are not allowed inside the procedure. SQL ...
0
votes
1answer
16 views

How to take db backup of agilefant (my sql database) using batch file

as we have installed agilefant and Bugzilla, i need to take the back up of both in mysql by using batchfile.. please do help @echo off echo Running dump.. C:\mysqlserver\MySQL Server ...
0
votes
1answer
32 views

needing to iterate through a folder and store documents into a variable

I need to iterate through a folder and collect all the documents and store them into a variable. Im stuck on how exactly to do this process. (has to be done as a batch file) Currently im here: ...
0
votes
1answer
26 views

Running same script with different input variables using batch command

I would like to run a script called 'myscript' using the batch command: j = batch('myscript') My script has a function in the beginning so: function myscript(input) ... end Is it somehow ...
0
votes
0answers
12 views

Dynamoid gem way to find_or_create_by records in batch

I'm using dynamoid gem which is class that inherits from active records and uses aws_sdk gem to communicate with AWS dynamo db. im trying to record ~300k lines my current code is: @seclines.each do ...
0
votes
0answers
14 views

Batch requests in Google Maps Places API. - Objective C

I'm looking at https://developers.google.com/coordinate/v1/batch to try and find out how to perform batch lookups of Place references. However, I'm a bit confused with the example post on sending the ...
2
votes
2answers
57 views

CURSOR function equivalent in SQL Server

I would like to ask regarding a code equivalent in SQL Server I'm working on a project wherein we will be converting unix batches to windows batches due to database migration. Since I'm on shell ...
2
votes
1answer
37 views

Batch Processing in MySQL and PHP?

I am making an application in which once a week will have to perform multiple operations (calculations) based on all users of the system. Initially estimated about 300 users. My question is, is there ...
0
votes
0answers
18 views

how can wmic out put pc name in the domain?

Can any1 help me find what's wrong with this script? I m trying to output the pc name that has certain process running on it. but the output file always empty.....please give me a hint. @echo off ...
0
votes
1answer
19 views

postgres multiple JDBC select statements in batch

How do you issue a single JDBC call to Postgres which includes 2 select statements? The two select statements select from different sets of tables and return two different result sets - so cannot be ...
0
votes
3answers
45 views

Ruby: How to store large arrays in code

I have a controller in my rails app. It's a vulnerability scanner in which the signatures are read using nokogiri from an xml file every time the code is executed. This is clearly not the best way to ...
2
votes
2answers
37 views

How to batch insert same clip scene at the beginning of multiple videos?

I have been for a few days researching on a suitable auto or semi-automatic way of mass merging files this way. Basically, what I want to achieve is inserting the same clip, before a bunch of other ...
0
votes
0answers
36 views

Need Framework/Design pattern for ETL Batch job processing and scheduling [closed]

I am newbie to ETL and batch job processing tasks. Could you please mention some frameworks or design patterns to develop a utitlity program for ETL batch jobs. For example, huge data transformation ...
0
votes
2answers
28 views

Script for batch processing files in sequence

I need some help writing a bash script to invoke a command line program to do batch processing. What I want to do is to invoke a command line program called enfuse, which combines multiple images of ...
0
votes
0answers
27 views

Large scripts with variables in Firebird

I need to run a large script involving variables in Firebird 2.5. Is it possible to do this without using EXECUTE BLOCK? In .NET, using FbBatchExecution it fails with "Error reading data from the ...
2
votes
2answers
83 views

Batch processing tab-delimited files in XSLT

I have an XML file with a list of 92 tab-delimited text files: <?xml version="1.0" encoding="UTF-8"?> <dumpSet> <dump filename="file_one.txt"/> <dump ...
0
votes
2answers
62 views

Neo4J and Talend BD inserting a relationship - node doesn't exist

I use Talend Open Studio Big Data to migrate my MySQL DB to Neo4j, i successfully migrated about 5 tables and 4 relations but I got stuck on a very weird problem. When inserting a relationship I get: ...
1
vote
1answer
34 views

Neo4j: Create various Nodes of type 1 and type 2 relate these 2 types of Nodes with 2 different relationships

I'm using Neo4j to store data. I have 2 types of data of GDP and Health. Each data has set of countries(say around 20) and set of years (say 1990-2013). Now I want to store each country as unique ...
0
votes
1answer
49 views

Spring Batch : multi file processing using multi threads

I have requirement where I have to deal with multiple files (say 300 csv files). I need to read --> process --> write, each individual file as I need to apply some transformation logic on the data. ...
0
votes
1answer
50 views

'forfiles' is not recognized as an internal or external command

I ran the code in Windows 7 and it is working fine... when I run this code in Windows XP, I am getting forfiles not recognized. call :moveOldFiles D:\coupon\Source\1 *.* %days% ...
4
votes
4answers
76 views

Leaky java library slowly takes all memory, no OutOfMemoryException is thrown, workarounds?

I am using java odftoolkit library (simple-odf-0.6.6) for odf document manipulations. We iterate all documents in the loop : TextDocument textdoc = TextDocument.loadDocument(odtFileName); . changing ...
1
vote
1answer
29 views

Execute batch instructions sequentially

I have a problem with my batch file (.bat). It has the following lines : start /d "\\Pcaldatp01\myroute" App1.exe start /d "\\Pcaldatp01\myroute" App2.exe start /d "\\Pcaldatp01\myroute" App3.exe ...
0
votes
1answer
74 views

PHP Batch Processing: send checkbox and radio values of table rows together

I am generating a table using the result of mysql query with checkboxes and radio buttons in each row like: while($row4 = mysql_fetch_array($q4)) { $pids = $row4['pid']; echo "<tr>"; echo ...
1
vote
0answers
95 views

How to add Headers to multiple sheets in a workbook using Apache POI

I have created a Batch Reporting using Apache POI. I need to know how to add Headers to both sheets. I used getHeader() but that adds same Headers for both sheets and I need to add different headers ...
0
votes
0answers
31 views

Debugging a OperationApplicationException insert failed

I am going to try to simplify this situation as much as possible. Observe the following code: //... ArrayList<ContentProviderOperation> batch = Lists.newArrayList(); ...
0
votes
0answers
29 views

In R, when running mclapply, I get “execution halted” if running in batch mode but not in interactive mode.

I have a messy function that I'm calling on simulated datasets from inside mclapply() (from the parallel package). When I run the script using R CMD BATCH script.r script.out, I get many "Execution ...
0
votes
1answer
31 views

Batch rename 2k+ image files with title from .csv column entry [closed]

I have 4500+ items listed in a relational database (currently a .csv file) with 2300+ images in a folder which correspond to a part number (sometimes an image depicts multiple products). I want to ...
1
vote
3answers
39 views

batch command input menu

i have a question . It is possible to make a batch menu to accept multiple commands at the same time? Example : ( my code ) @ECHO OFF set tries=6 :top cls set /a tries=%tries% -1 if %tries%==0 ( ...
0
votes
2answers
40 views

Increase number in string in bat file?

How can I increment the value of an int in a string ? Say I have foo-815-bar. I'd like to have foo-815-bar. foo and bar can be constants (although if bar can be an unknown variable, it would be ...
0
votes
1answer
30 views

RavenDB and batch API

Hi in my project we are doing an import if lets say products. We will have a web service where we will get maybe 10 calls for one import, so we need to have a transaction that can be over several ...
0
votes
1answer
148 views

How to create Backup Batch file that copys only modified files & delete the dest files/folders that do not exist in the source?

I want to create a backup Batch file that meets these requirements: Requirement: 1-Only copy the source files if the source file got modified. 2-If the destination contains the files/folders that ...
0
votes
1answer
35 views

Catching a return code from a non-interactive R script execution

I need to launch in batch some R processes and I'd like to catch a return code from the scripting language to understand if the R process had or not a poblem in its execution. Generally speaking what ...
0
votes
1answer
48 views

Parsing a string from CSV with different values each time

I'm currently working with poteto's ipgeolocation script but am changing it slightly to suit my own needs. below is what I have def get_batch(batch_filename): # "Creates list containing all the ...
2
votes
1answer
54 views

Copy Multiple Files with Same Characters to a Single File

I have a lot of files that need to be joined. Existing file naming structure is 20130514ABCD.txt where the file naming convention is year, month, date, city. I would like to merge files with same last ...
0
votes
1answer
112 views

Delete rows in a batch using JPA EntityManager

I was trying to delete rows in a batch using JPA EntityManager. I got the following exception. java.lang.IllegalStateException: Not allowed to create transaction on shared EntityManager - use Spring ...
0
votes
1answer
34 views

Getting Job Downtime in a Logfile if it has a duplicate

I'm trying to figure out how to determine the corresponding restart time (the last restart before job finally completed) of a specific job that abended (abnormal termination). For example: Job ABC ...
1
vote
2answers
66 views

How to return status information during lengthy batch process in MVC 4 action?

In my MVC 4 app, I have a view that uploads a file from the client machine with: <snip> @using (Html.BeginForm("Batch", "Home", FormMethod.Post, new { enctype = "multipart/form-data" })) { ...
1
vote
1answer
62 views

Cannot write result of batch file processing using DOS START command

I have a batch file which will run multiple programs using DOS start command. However, I could not write the programs' result to their respective text file. start program1.exe > result1.txt start ...
0
votes
0answers
27 views

Batch upload and process files in Django

For a Django site, I need to upload about 5 million xml files, parse them, and associate the fields I get from the xml files with fields in my models. I was wondering if there's a (relatively) easy ...
1
vote
0answers
113 views

NHibernate command_timeout does not work with batches

Today I experienced an issue with timeouts. I have the following configuration which is used to create a SessionFactory: <property name="adonet.batch_size">50</property> <property ...
0
votes
1answer
51 views

Batch import through the REST API for neo4j

I am using neo4j's rest api for batch importing. As per the docs ( http://docs.neo4j.org/chunked/stable/rest-api-batch-ops.html ) This service is transactional. If any of the operations ...
0
votes
1answer
113 views

create a temp datatable to store values of records

Need help with dataset I am working on I have a dataset with 2 tables one holds only the primary key values which is "Statementnumber" and the other hold a rest of the details with one to many ...
0
votes
1answer
20 views

Does BatchFetch change the fetch type?

I am using EclipseLink 2.1.0 in my Java EE application and optimized the loading of nested entity lists using @BatchFetch. Now I'm curious if this Annotation will change the fetch mode, meaning does ...
0
votes
0answers
11 views

how to distribute batch mode jobs to individual boards running linux mounted over NFS

Few boards running linux kernel with common root file system mounted over NFS. A file, in NFS mounted file system, holds the job description to be run in batch mode. Each line in the File holds one ...
0
votes
1answer
67 views

Mysql error 1267 in batch-file

I have a batch like this: mysql.exe -h -u -p data_base < D:\data_base.dat In this data_base.bat i have a query. This query creates a table, like this: CREATE TABLE table_name( select * from a ...
0
votes
1answer
58 views

How to log input and output of a batch file to a text file?

I have created a batch file with 2000 lines of code and which will peroform various operations in my daily work. For this batch file I have to give some inputs to enable/disable some of the ...
0
votes
1answer
46 views

Batch Insert using a loop to add to table storage in windows azure

I am trying to do a batch insert from a list of objects to table storage in windows azure. I am using the storage emulator for now. I get this error "Unexpected response code for operation". I tried ...
1
vote
2answers
248 views

Batch File > Javascript > WinSCP > Check if file exists

I have a batch file that will launch a .js file which, via WinSCP, checks if a file exists and returns to the batch file if it does or not. The problem IS: It always returns not found, and I cannot ...

1 2 3 4 5 13