• smeeh
  • NEWBIE
  • 25 Points
  • Member since 2006

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 3
    Replies
Operation: insert.Contact

By user/organization: 00520000000vb7q/00D200000000vUt

Caused the following Apex resource warnings:

Approaching limit for non-selective query against large object type (more than 100000 rows). Current size is approximately 76265 rows. When the limit is reached, the query will fail. Consider an indexed filter or contact salesforce.com about custom indexing.
Even if a field is indexed a filter might still not be selective when:
1. The filter value includes null (for instance binding with a list that contains null)
2. Data skew exists whereby the number of matching rows is very large (for instance, filtering for a particular foreign key value that occurs many times)
null
""Approaching limit for non-selective query against large object type (more than 100000 rows). Current size is approximately 76265 rows. When the limit is reached, the query will fail. Consider an indexed filter or contact salesforce.com about custom indexing.
Even if a field is indexed a filter might still not be selective when:
1. The filter value includes null (for instance binding with a list that contains null)
2. Data skew exists whereby the number of matching rows is very large (for instance, filtering for a particular foreign key value that occurs many times)""

now, what is going on here? and how to solve this?
 
  • October 15, 2015
  • Like
  • 0

L.S.

 

I am trying to copy an email address from one object to another related object.

 

if I select the "text" type in a formula field, it copies the email address allright. But then is is not recognised as an email adres and therefor can not be used for sending e-mails.

 

Any suggestions?

 

Any help is highly appreciated

 

Henk

 

 

  • October 24, 2009
  • Like
  • 0

I am trying to deploy and get these errors. What is going on?

Any help is highly appreciated.

  

 

!SESSION 2009-10-02 09:09:17.515 ------------------------------

-----------------
eclipse.buildId=M20090211-1700
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY com.salesforce.ide.core 2 0 2009-10-02 09:09:22.921
!MESSAGE  WARN [2009-10-02 09:09:22,921] (ProxyManager.java:init:49) - No proxy bundle found - default proxy service will be initialized


!ENTRY com.salesforce.ide.core 2 0 2009-10-02 09:15:28.921
!MESSAGE  WARN [2009-10-02 09:15:28,921] (BasePackageService.java:waitForResult:146) - Deploy or retrieve operation to 'eu0-api.salesforce.com' failed: UNKNOWN_EXCEPTION: An error occurred on your page. (UNKNOWN_EXCEPTION)


!ENTRY com.salesforce.ide.core 2 0 2009-10-02 09:15:28.937
!MESSAGE  WARN [2009-10-02 09:15:28,921] (PackageDeployService.java:deployWork:328) - Unable to retrieve components: ServiceException: UNKNOWN_EXCEPTION: An error occurred on your page. (UNKNOWN_EXCEPTION)


!ENTRY com.salesforce.ide.core 4 0 2009-10-02 09:15:28.937
!MESSAGE ERROR [2009-10-02 09:15:28,937] (BuilderController.java:handleException:134) - Unable to perform save on all files.

!STACK 0
com.salesforce.ide.core.services.DeployException: com.salesforce.ide.core.services.ServiceException: UNKNOWN_EXCEPTION: An error occurred on your page. (UNKNOWN_EXCEPTION)
    at com.salesforce.ide.core.services.PackageDeployService.deployWork(PackageDeployService.java:329)
    at com.salesforce.ide.core.services.PackageDeployService.deploy(PackageDeployService.java:160)
some 50 more
Message Edited by smeeh on 10-02-2009 04:49 AM
  • October 02, 2009
  • Like
  • 0
Hallo community,

I am running a (joomla) website with user registration.
I would like to abandon the joomla registration and use SF for registration.

It should work like this:
New User
a. new user gets access to a registration form
b. user data is temporary registrered in SF
c. SF sends email with confirmation link
d. user clicks on link and user data is finally registrered in SF

Existing user:
a. existing user signs in with user id+password
b. existing user gets access to a special html page, only accessible for registerd users

Additional functionality:
a. existing user can request password to be resend


It there may be allready an add-on available?

Any help will be appreciated.

Hendrik Smeenk
the Netherlands
hendrik@hgsmeenk.demon.nl
  • February 23, 2007
  • Like
  • 0
Operation: insert.Contact

By user/organization: 00520000000vb7q/00D200000000vUt

Caused the following Apex resource warnings:

Approaching limit for non-selective query against large object type (more than 100000 rows). Current size is approximately 76265 rows. When the limit is reached, the query will fail. Consider an indexed filter or contact salesforce.com about custom indexing.
Even if a field is indexed a filter might still not be selective when:
1. The filter value includes null (for instance binding with a list that contains null)
2. Data skew exists whereby the number of matching rows is very large (for instance, filtering for a particular foreign key value that occurs many times)
null
""Approaching limit for non-selective query against large object type (more than 100000 rows). Current size is approximately 76265 rows. When the limit is reached, the query will fail. Consider an indexed filter or contact salesforce.com about custom indexing.
Even if a field is indexed a filter might still not be selective when:
1. The filter value includes null (for instance binding with a list that contains null)
2. Data skew exists whereby the number of matching rows is very large (for instance, filtering for a particular foreign key value that occurs many times)""

now, what is going on here? and how to solve this?
 
  • October 15, 2015
  • Like
  • 0

L.S.

 

I am trying to copy an email address from one object to another related object.

 

if I select the "text" type in a formula field, it copies the email address allright. But then is is not recognised as an email adres and therefor can not be used for sending e-mails.

 

Any suggestions?

 

Any help is highly appreciated

 

Henk

 

 

  • October 24, 2009
  • Like
  • 0

I am trying to deploy and get these errors. What is going on?

Any help is highly appreciated.

  

 

!SESSION 2009-10-02 09:09:17.515 ------------------------------

-----------------
eclipse.buildId=M20090211-1700
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY com.salesforce.ide.core 2 0 2009-10-02 09:09:22.921
!MESSAGE  WARN [2009-10-02 09:09:22,921] (ProxyManager.java:init:49) - No proxy bundle found - default proxy service will be initialized


!ENTRY com.salesforce.ide.core 2 0 2009-10-02 09:15:28.921
!MESSAGE  WARN [2009-10-02 09:15:28,921] (BasePackageService.java:waitForResult:146) - Deploy or retrieve operation to 'eu0-api.salesforce.com' failed: UNKNOWN_EXCEPTION: An error occurred on your page. (UNKNOWN_EXCEPTION)


!ENTRY com.salesforce.ide.core 2 0 2009-10-02 09:15:28.937
!MESSAGE  WARN [2009-10-02 09:15:28,921] (PackageDeployService.java:deployWork:328) - Unable to retrieve components: ServiceException: UNKNOWN_EXCEPTION: An error occurred on your page. (UNKNOWN_EXCEPTION)


!ENTRY com.salesforce.ide.core 4 0 2009-10-02 09:15:28.937
!MESSAGE ERROR [2009-10-02 09:15:28,937] (BuilderController.java:handleException:134) - Unable to perform save on all files.

!STACK 0
com.salesforce.ide.core.services.DeployException: com.salesforce.ide.core.services.ServiceException: UNKNOWN_EXCEPTION: An error occurred on your page. (UNKNOWN_EXCEPTION)
    at com.salesforce.ide.core.services.PackageDeployService.deployWork(PackageDeployService.java:329)
    at com.salesforce.ide.core.services.PackageDeployService.deploy(PackageDeployService.java:160)
some 50 more
Message Edited by smeeh on 10-02-2009 04:49 AM
  • October 02, 2009
  • Like
  • 0