• guddu
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 13
    Questions
  • 13
    Replies
hello,
 
 my problem is when i am going to create new lead in my application it throws the  exception :INVALID_SESSION_ID: INVALID SESSION ID FOUND IN SESSIONHEADER
 
is there any solution on this ?
 
plz reply
 
 

Dear Sir,

 

Thanks in advance, we are using Salesforce.com. And we are doing some projects around Salesforce.com. Your applications hold major core part of our developments.  

 

We need to know best way for handling the problem occurs because of session timeout.

Currently we are using API version 7.0.   And in this version if any session timeout exception occurs it is throwing the following message-

 

AxisFault

 faultCode: {urn:fault.enterprise.soap.sforce.com}INVALID_SESSION_ID

 faultSubcode:

 faultString: INVALID_SESSION_ID: Invalid Session ID found in SessionHeader

 faultActor:

 faultNode:

 faultDetail:

        {urn:fault.enterprise.soap.sforce.com}fault:<ns1:exceptionCode>INVALID_S

ESSION_ID</ns1:exceptionCode><ns1:exceptionMessage>Invalid Session ID found in SessionHeader</ns1:exceptionMessage>

 

Now on the basis exception code (INVALID_SESSION_ID) of the above message we are going ahead in our projects. Just we want to make sure that in future whether you will make any changes in this code. If so how we will able know about this change.

 

It will be great if you will help us to solve this issue.

 

Regards

Deepak.R

 

 

 

hello,
i am using sforce API 6.0 and asp.net using c#.
I have added one custom link to account page .This custom link is created using
s-control. when i click on this custom link i got error like - object doesn't support this property or method. i have written html body i.e. java script when i created scontrol.
in this html body i have called webservices of my project.
when i write same java script in outside explorer page it works finely.
can anyone tell me solution on this .


thanx.
hello,
i am using sforce 6.0 api.
i have to use partner.wsdl for my application .
how can i add custom fields to account and lead using partner.wsdl
Hi,

I need conceptual direction towards addressing 2 things. I want to do these 2 things, please read on, and provide your valuable advice/suggestion/tip.

1) I have created a custom object. I want that when ever a new record is added or an existing record is edited from this custom object, My application should be notified. I know about WorkFlow rules and alerts, but will they work for my custom object? Also, instead of getting an email alert, Is it possible to get a software alert (e.g. a callback ...etc) ?

2) I have added a custom field "PreviousOwnerId" to the "Lead" Object. When ever the owner of any Lead record changes, I want to save its previous owner id in this custom field. Any idea about this? Also, the real need is to find the previous owner id, (if not by saving it in a custom field, then by some other mechanism). Can we use Activities to track the change in owner id of a Lead ?

Please give your ideas and tips. I am quite a new one to this, so don't have much information about this. I would "Thankfully" welcome every suggestion.

Thanks,

** Vipul ;


PS: Language = VB.NET, Version = 6.0

I try to use a query API call that looks as follows:

select Id from Account where InstitutionType__c = <value>

The problem (Malformed query error) occurs when value = Doctor's Office because it contains a single quote.

InstitutionType__c is a custom field that we added to Account entity.

How can I fix this query? 

Thanks,

Yuriy Kovarskiy

I am trying to develop a Microsoft SQL Server Reporting Services report by plugging into the sForce.com web service.  Is this functionality currently available?  If so, how do I reference the web service from MS Reporting Services?

Thanks in advance!

Hi All,
I am looking for some means of running 2 queries but the results of one should be depenedent on the results of other - so basically a JOIN.
 in usual SQL I am looking for results as would be returned by:

select C.id, C.accountid, C.last name, A.AccountName
from Contact C
JOIN Account A
ON C.accountid=A.id
WHERE A.Website='abcd'

Could someone please help me with achieving equivalent results through the SF API calls? What is the best way to achieve this?
Looking forward to some early responses...
Natasha