Jump to content

Salesforce.com


Recommended Posts

Posted

[quote name='Slim-Shady' timestamp='1354564402' post='1302889762']
main hoon na
[/quote]
Naku koncham help kavali bhayya. ApexDataloader lo Export and Upsert automate ela cheyalo naku teliyadu koncham help kavali.

Posted

[quote name='Slim-Shady' timestamp='1354564402' post='1302889762']
main hoon na
[/quote]
Atleast edaina manchi document vunte na mokana padeyi bhayya try chestanu.

Posted

[quote name='Desamudhuru' timestamp='1354564485' post='1302889777']
Naku koncham help kavali bhayya. ApexDataloader lo Export and Upsert automate ela cheyalo naku teliyadu koncham help kavali.
[/quote]


apex data loader ni automate cheyyatama...idi neneppudu cheyyaledu mama......

Posted

ma dost unnadu kannovala .. endi apex data loader aa .. kannukuni will tell..

Posted

http://www.sundoginteractive.com/sunblog/posts/automating-the-apex-data-loader

see if this helps!

Posted

http://na1.salesforce.com/help/doc/en/salesforce_data_loader.pdf

Posted

Using the Command Line Interface
For automated batch operations such as nightly scheduled loads and extractions, run Data Loader from the command line.
Before running any batch operation, be sure to include your encrypted password in the configuration file. For more information,
see Command Line Quick Start on page 42 and Encrypting From the Command Line on page 23. From the command line,
navigate to the bin directory and type process.bat, which takes the following parameters:
• The directory containing config.properties.
• The name of the batch process bean contained in process-conf.xml.
For more information about using process.bat, see Running Individual Batch Processes on page 39.
To view tips and instructions, add -help to the command contained in process.bat.
Data Loader runs whatever operation, file, or map is specified in the configuration file that you specify. If you do not specify
a configuration directory, the current directory is used. By default, Data Loader configuration files are installed at the following
location:
C:\Program Files\salesforce.com\Data Loader version number\conf

Posted

You use the process-conf.xml file to configure batch processing. Set the name of the process in the bean element's id
attribute: (for example <bean id="myProcessName">).
If you want to implement enhanced logging, use a copy of log-conf.xml.
You can change parameters at runtime by giving param=value as program arguments. For example, adding
process.operation=insert to the command changes the configuration at runtime.
You can set the minimum and maximum heap size. For example, -Xms256m -Xmx256m sets the heap size to 256 MB

Note: These topics only apply to Data Loader version 8.0 and later.

Posted

[url="http://www.youtube.com/watch?v=8NiCjSqk6HA"]http://www.youtube.com/watch?v=8NiCjSqk6HA[/url]

×
×
  • Create New...