Questions tagged [wsc]

Windows Script Components (WSC), formerly known as Scriplets, is a technology for developing powerful COM components.

WSC's can be authored in any scripting language that has implemented the ActiveX Scripting Interfaces, which means that units of PerlScript code can be encapsulated as Windows Script Components.

19 questions
0
votes
0 answers

How can I solve this exception in the tSalesforceOutputBulkExec Talend component

I've recently upgraded to ODI 5.5.1 and Java 1.7. Since doing so I have not been able to perform bulk processes into salesforce using tSalesforceOutputBulkExec. I consistently get the following exception message when attempting to run jobs. Starting…
Born2BeMild
  • 534
  • 1
  • 4
  • 16
0
votes
1 answer

Problems building WSC jar files from SalesForce enterprise WSDL

As specified in these instructions, I downloaded my organization's enterprise.wsdl file, downloaded wsc-23.jar from the Web Services Connector downloads page, and ran the following command from the directory containing the two downloaded files: java…
CFL_Jeff
  • 2,589
  • 3
  • 31
  • 49
0
votes
2 answers

Getting the metadata of columns from SOQL Query

I have a simple SOQL query in java for extracting Salesforce standard object as follows - String soqlQuery = "SELECT FirstName, LastName FROM Contact"; QueryResult qr = connection.query(soqlQuery); I want to get the datatype of the object fields.
Sonam Daultani
  • 749
  • 3
  • 11
  • 18
-2
votes
1 answer

Proper file transclusion for classic JScript

I want to have something like C's #include directive or Python's import() function. I would appreciate it if you consider that this is not a Javascript, VBScript, nor a JScript.Net question. I want the functionality in the JScript .js files run by…
Foad S. Farimani
  • 12,396
  • 15
  • 78
  • 193
1
2