• jv
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 3
    Replies
I can get DataLoader to run with JRE 1.4.2, but not with JRE 1.5.04. I'm getting a Null Pointer Exception at Login.

Is anyone else seeing this/

Jason
  • September 22, 2005
  • Like
  • 0

We're added a number of "custom" Task.Types and Event.Types?  Which table(s) in Salesforce contain these values?  We'd like to be able to extract them from the datasource as opposed to trying to manually track these.

Thanks,
Jason

 

  • May 05, 2004
  • Like
  • 0

We have some custom columns that we have added to Contacts.  We're already changed the default view under Contacts itself, but we would also like to configure the viewed Contact columns when coming in via the Account screen.

Thanks,
Jason

  • May 03, 2004
  • Like
  • 0

I'm sending the following soap request and getting a 1112 fault code.  Isn't my login/password the same as www.salesforce.com/us?  (And no I send the real value in my code).

------------------------------------------------------------
Raw Soap Request Envelope
------------------------------------------------------------
URL : http://www.salesforce.com/servlet/servlet.SoapApi
Method : POST

<SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOA
P-ENV:Body>
<ns:login xmlns:ns="urn:soap.sforce.com">
<ns:username>jasonvogel@yahoo.com</ns:username>
<ns:password>xxx</ns:password>
</ns:login>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


------------------------------------------------------------
Raw Soap Response Envelope
------------------------------------------------------------
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="salesforce" xmlns:types="salesforce/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" >
<soap:Header/>
<soap:Body>
<soap:Fault>
<faultcode>1112</faultcode>
<faultstring>username or password not valid</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>

  • February 11, 2004
  • Like
  • 0

The API doc has an example SOAP msg (request & response) for creating an Account.  Could someone please post an example SOAP msg (request & response) for creating an Opportunity. 

Thanks,
Jason

 

  • February 11, 2004
  • Like
  • 0

I know that an individual user can manually upload a "document" to salesforce.com, but I really haven't found any automated options.

Options I'd like to consider are :

  • load an html document via a webservice
  • C# - Upload the document
  • Java - Upload the document

The salesforce.com help describe a "document" from the API standpoint, but that appears to be after it's been uploaded.

So in other words, I'm looking for example code for all 3 options.

Thanks,
Jason

 

  • February 05, 2004
  • Like
  • 0
Hi all,
When i login to the SFDC i get this error very frequently "System.Net.WebException: The underlying connection was closed: Could not establish secure channel for SSL/TLS." Please help me, this is urgent.

Regards
Hans
I can get DataLoader to run with JRE 1.4.2, but not with JRE 1.5.04. I'm getting a Null Pointer Exception at Login.

Is anyone else seeing this/

Jason
  • September 22, 2005
  • Like
  • 0