• vpandit
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
I am looking at a Customer's EventAttendee data and find that there are duplicate ID values in this table. I thought that the ID field HAS to be unique!

Can someone from Salesforce explain this as it is imperative for us to understand the situations in which there can be duplicates? In the sample data below 1 have 4 rows that have exactly the same values!

Here is some sample data

Id                                   EventId                             CreatedDate

020000000008kTIAAY 00U00000004mlWhEAI 2007-11-22 02:11:56.000

020000000008kTIAAY 00U00000004mlWhEAI 2007-11-22 02:11:56.000

020000000008kTIAAY 00U00000004mlWhEAI 2007-11-22 02:11:56.000

020000000008kTIAAY 00U00000004mlWhEAI 2007-11-22 02:11:56.000


/Vinay
I wanted to know how to explicitly end a Salesforce Session using the Java API. There is a login method on the SoapBindingStub, but I donot see any method that will end the session.

Am I missing something? Does anyone know how to do this?

Regards
Vinay
Hi all,

    I have to write one application which will query salesforce data for every 5 mins & put that data in my local Databse.

But in the process os querying , some times i am getting "Connection reset " exception.

1) How to detect this exception?
2) How to avoid getting this exception?

After transferring some data to my target Db, some intermediate query is giving me this exception. So, my subsequent queries are failing.
As a result , my target Db is in inetrmediate state.I am using JDBC to connect to my target Db.

3)How to maintain consistancy for my target Db?

Please any body help me.

Thank you,
Sudheer Tumu.

The 10000 character limitation on the sql string for the query method limits the number of records that can be filter by IDs to approx. 340 records.  Any plans on removing the limitation?