• Suresh440
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies

Hi All

 

Iam trying to extract the recoords of account from salesforce to the csv file through the scripted data loader but i am getting the below error  , how do i know that the process is getting connected to the salesforce and how can i identify where the error is. when i running the process through the command prompt i am getting the below error ,can you help me to resolve this issue. 

 

 

C:\Program Files\salesforce.com\Apex Data Loader 22.0\bin> process C:\Program Fi
les\salesforce.com\Apex Data Loader 22.0\samples\conf\process-conf csvAccountExt
ractProcess
0 [main] INFO com.salesforce.dataloader.process.ProcessConfig - Loading process
configuration from config file: C:\Program\process-conf.xml
234 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
Loading XML bean definitions from file [C:\Program\process-conf.xml]
453 [main] ERROR com.salesforce.dataloader.process.ProcessConfig - Error loadin
g process: Files\salesforce.com\Apex configuration from config file: C:\Program\
process-conf.xml
org.springframework.beans.factory.BeanDefinitionStoreException: IOException pars
ing XML document from file [C:\Program\process-conf.xml]; nested exception is ja
va.io.FileNotFoundException: C:\Program\process-conf.xml (The system cannot find
the path specified)
java.io.FileNotFoundException: C:\Program\process-conf.xml (The system cannot fi
nd the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at org.springframework.core.io.FileSystemResource.getInputStream(FileSys
temResource.java:85)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBea
nDefinitions(XmlBeanDefinitionReader.java:167)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBea
nDefinitions(XmlBeanDefinitionReader.java:148)
at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFa
ctory.java:68)
at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFa
ctory.java:56)
at com.salesforce.dataloader.process.ProcessConfig.getBeanFactory(Proces
sConfig.java:79)
at com.salesforce.dataloader.process.ProcessConfig.getProcessInstance(Pr
ocessConfig.java:68)
at com.salesforce.dataloader.process.ProcessRunner.getInstance(ProcessRu
nner.java:260)
at com.salesforce.dataloader.process.ProcessRunner.getInstance(ProcessRu
nner.java:246)
at com.salesforce.dataloader.process.ProcessRunner.main(ProcessRunner.ja
va:219)
3672 [main] FATAL com.salesforce.dataloader.process.ProcessRunner - Failed to c
reate process
com.salesforce.dataloader.exception.ProcessInitializationException: Error loadin
g process: Files\salesforce.com\Apex configuration from config file: C:\Program\
process-conf.xml
at com.salesforce.dataloader.process.ProcessConfig.getProcessInstance(Pr
ocessConfig.java:72)
at com.salesforce.dataloader.process.ProcessRunner.getInstance(ProcessRu
nner.java:260)
at com.salesforce.dataloader.process.ProcessRunner.getInstance(ProcessRu
nner.java:246)
at com.salesforce.dataloader.process.ProcessRunner.main(ProcessRunner.ja
va:219)
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: IOExc
eption parsing XML document from file [C:\Program\process-conf.xml]; nested exce
ption is java.io.FileNotFoundException: C:\Program\process-conf.xml (The system
cannot find the path specified)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBea
nDefinitions(XmlBeanDefinitionReader.java:180)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBea
nDefinitions(XmlBeanDefinitionReader.java:148)
at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFa
ctory.java:68)
at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFa
ctory.java:56)
at com.salesforce.dataloader.process.ProcessConfig.getBeanFactory(Proces
sConfig.java:79)
at com.salesforce.dataloader.process.ProcessConfig.getProcessInstance(Pr
ocessConfig.java:68)
... 3 more
Caused by: java.io.FileNotFoundException: C:\Program\process-conf.xml (The syste
m cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at org.springframework.core.io.FileSystemResource.getInputStream(FileSys
temResource.java:85)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBea
nDefinitions(XmlBeanDefinitionReader.java:167)
... 8 more
C:\Program Files\salesforce.com\Apex Data Loader 22.0\bin>

Hi 

 

  I found in google to delete the WSDL cache files. to prevent future caching, we need to add this line:

ini_set("soap.wsdl_cache_enabled",0);

or dynamically:

 

   But where i need to add this line Could you please help me ?

 

 

$client =newSoapClient('http://somewhere.com/?wsdl', array('cache_wsdl'=> WSDL_CAC

Hi 

 

  I found in google to delete the WSDL cache files. to prevent future caching, we need to add this line:

ini_set("soap.wsdl_cache_enabled",0);

or dynamically:

 

   But where i need to add this line Could you please help me ?

 

 

$client =newSoapClient('http://somewhere.com/?wsdl', array('cache_wsdl'=> WSDL_CAC


Hi All

       i developed a vf page with list of sobject records using pagination now i have kept the checkbox for every record to operate some action on it . Now the problem is when i checked any one of the checkbox and click the next button i am geeting tis error.

System.VisualforceException: Modified rows exist in the records collection!

Error is in expression '{!Next}' in page Listofsalesorders

Hi All,

 

Iam trying to obtain or view the notes and Attachments Document of an object  in a visualforce Page if the Notes&Attachment file is in Text format

 

Thanks In advance

HI,

I have a scenario where I need to first filter Region then filter District which are in drop-down list and If I select District from drop-down I need to display that particular district's Terriotries in pageblocktable as records.

 

 

Please suggest any Ideas.

  • October 22, 2013
  • Like
  • 0

Hi All

       i developed a vf page with list of sobject records using pagination now i have kept the checkbox for every record to operate some action on it . Now the problem is when i checked any one of the checkbox and click the next button i am geeting tis error.

System.VisualforceException: Modified rows exist in the records collection!

Error is in expression '{!Next}' in page Listofsalesorders

Hi,

 

Please help me on How to display Notes and Attachments inside Visualforce page