• Hiep Lee
  • NEWBIE
  • 15 Points
  • Member since 2017
  • Software Bridge Engineer
  • FPT Japan

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 5
    Replies
 If you are using Email-to-Case on Salesforce, there is a super handy standard feature that will send an e-mail out to the case owner when a new incoming e-mail is filed against one of their cases.
   This is an option turned on via Setup > Customize > Cases > Email-to-Case and then checking the box "Notify Case Owners on New Emails".
<An email has been received for case 00001089: Test.
 
Please click the link below to review the new email and respond appropriately.
 
https://toshiba-memory--dev11.cs11.my.salesforce.com/02sZ0000002ERN6
 
NOTE: It is not recommended that you forward this email because its association with the original case may be lost.
>
 But my customers who are Japenese wants to change it to Japanese. It's any possible way to create an auto-mail like that in Japanese.

Thanks and best regard.
Le Tien Hiep
My customers want to export special data from Salesforce to local windows server daily. They are using Dataloader in the manual way to export data every day. But they want to save human resource by creating a tool which auto export data every day without any extra actions. I am doing the Dataloader Windows command line but I have some question: 
- Can I do many actions in one process-conf.xml file? The system will be extended and many data from many objects need to be backup every day.
- Is it good to run with many users and many servers?
- There is any better coding solution?
 
I using Dataloader and windows command line to auto schedule export, import data daily. I follow all step of Data Loader Guide but 
I still got an error about sent request. I pretty sure that I have used the working proxy in the browser and Dataloader manual way in conflict file.
Here is my conflict file process-conf.xml:
Thank you guy and best regard.
 
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<bean id="accountInsert"
class="com.salesforce.dataloader.process.ProcessRunner"
singleton="false">
<description>accountInsert job gets the account record from the CSV file
and inserts it into Salesforce.</description>
<property name="name" value="accountInsert"/>
<property name="configOverrideMap">
<map>
<entry key="sfdc.debugMessages" value="true"/>
<entry key="sfdc.debugMessagesFile"
value="C:\DLTest\Log\accountInsertSoapTrace.log"/>
<entry key="sfdc.endpoint" value="https://test.salesforce.com"/>
<entry key="sfdc.username" value="hiep1.le_tmc@glb.toshiba.co.jp.dev11"/>
<!--Password below has been encrypted using key file,
therefore, it will not work without the key setting:
process.encryptionKeyFile.
The password is not a valid encrypted value,
please generate the real value using the encrypt.bat utility -->
<entry key="sfdc.password" value="hiding"/>
<entry key="sfdc.proxyHost" value="proxy.toshiba.co.jp"/>
<entry key="ssfdc.proxyPort" value="8080"/> 
<entry key="sfdc.timezone" value="TimeZone.getDefault()"/>
<entry key="process.encryptionKeyFile" 
value="C:\DLTest\Command Line\Config\key.txt"/>
<entry key="sfdc.timeoutSecs" value="600"/>
<entry key="sfdc.loadBatchSize" value="200"/>
<entry key="sfdc.entity" value="Account"/>
<entry key="process.operation" value="insert"/>
<entry key="process.mappingFile"
value="C:\DLTest\Command Line\Config\accountInsertMap.sdl"/>
<entry key="dataAccess.name"
value="C:\DLTest\In\insertAccounts.csv"/>
<entry key="process.outputSuccess"
value="c:\DLTest\Log\accountInsert_success.csv"/>
<entry key="process.outputError"
value="c:\DLTest\Log\accountInsert_error.csv"/>
<entry key="dataAccess.type" value="csvRead"/>
<entry key="process.initialLastRunDate"
value="2005-12-01T00:00:00.000-0800"/>
</map>
</property>
</bean>
</beans>
 If you are using Email-to-Case on Salesforce, there is a super handy standard feature that will send an e-mail out to the case owner when a new incoming e-mail is filed against one of their cases.
   This is an option turned on via Setup > Customize > Cases > Email-to-Case and then checking the box "Notify Case Owners on New Emails".
<An email has been received for case 00001089: Test.
 
Please click the link below to review the new email and respond appropriately.
 
https://toshiba-memory--dev11.cs11.my.salesforce.com/02sZ0000002ERN6
 
NOTE: It is not recommended that you forward this email because its association with the original case may be lost.
>
 But my customers who are Japenese wants to change it to Japanese. It's any possible way to create an auto-mail like that in Japanese.

Thanks and best regard.
Le Tien Hiep
My customers want to export special data from Salesforce to local windows server daily. They are using Dataloader in the manual way to export data every day. But they want to save human resource by creating a tool which auto export data every day without any extra actions. I am doing the Dataloader Windows command line but I have some question: 
- Can I do many actions in one process-conf.xml file? The system will be extended and many data from many objects need to be backup every day.
- Is it good to run with many users and many servers?
- There is any better coding solution?
 
I using Dataloader and windows command line to auto schedule export, import data daily. I follow all step of Data Loader Guide but 
I still got an error about sent request. I pretty sure that I have used the working proxy in the browser and Dataloader manual way in conflict file.
Here is my conflict file process-conf.xml:
Thank you guy and best regard.
 
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<bean id="accountInsert"
class="com.salesforce.dataloader.process.ProcessRunner"
singleton="false">
<description>accountInsert job gets the account record from the CSV file
and inserts it into Salesforce.</description>
<property name="name" value="accountInsert"/>
<property name="configOverrideMap">
<map>
<entry key="sfdc.debugMessages" value="true"/>
<entry key="sfdc.debugMessagesFile"
value="C:\DLTest\Log\accountInsertSoapTrace.log"/>
<entry key="sfdc.endpoint" value="https://test.salesforce.com"/>
<entry key="sfdc.username" value="hiep1.le_tmc@glb.toshiba.co.jp.dev11"/>
<!--Password below has been encrypted using key file,
therefore, it will not work without the key setting:
process.encryptionKeyFile.
The password is not a valid encrypted value,
please generate the real value using the encrypt.bat utility -->
<entry key="sfdc.password" value="hiding"/>
<entry key="sfdc.proxyHost" value="proxy.toshiba.co.jp"/>
<entry key="ssfdc.proxyPort" value="8080"/> 
<entry key="sfdc.timezone" value="TimeZone.getDefault()"/>
<entry key="process.encryptionKeyFile" 
value="C:\DLTest\Command Line\Config\key.txt"/>
<entry key="sfdc.timeoutSecs" value="600"/>
<entry key="sfdc.loadBatchSize" value="200"/>
<entry key="sfdc.entity" value="Account"/>
<entry key="process.operation" value="insert"/>
<entry key="process.mappingFile"
value="C:\DLTest\Command Line\Config\accountInsertMap.sdl"/>
<entry key="dataAccess.name"
value="C:\DLTest\In\insertAccounts.csv"/>
<entry key="process.outputSuccess"
value="c:\DLTest\Log\accountInsert_success.csv"/>
<entry key="process.outputError"
value="c:\DLTest\Log\accountInsert_error.csv"/>
<entry key="dataAccess.type" value="csvRead"/>
<entry key="process.initialLastRunDate"
value="2005-12-01T00:00:00.000-0800"/>
</map>
</property>
</bean>
</beans>
Hi,

I am stuck at the Create and Train the Dataset step on the Build a Cat Rescue App That Recognizes Cat Breeds Trailhead module.

I have successfully created the lightning component, uploaded the zip file and clicked on the train button but when I try to Verifiy I get the following error message:
"Challenge Not yet complete... here's what's wrong: 
Could not find a successful cat dataset training. The training may take a couple of minutes after the model is created."

Could you please advise ?

Thanks for your help.