Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Salesforce.com | - |
Customer might get below error while getting meta data using Salesforce Tools 'Get Metadata' of Salesforce Plugin even though the Salesforce Connection Test is successful:
***************************************
Caused by: Error occurred while executing the Salesforce SOAP method: The method is [ describeGlobal ], details - [ INVALID_OPERATION_WITH_EXPIRED_PASSWORD: The users password has expired, you must call SetPassword before attempting any other API operations ].
at com.tibco.plugin.salesforce.axis.AxisDynamicInvoker.invokeMethod(AxisDynamicInvoker.java:125)
at com.tibco.plugin.salesforce.axis.DescribeMetadata.getGlobal(DescribeMetadata.java:45)
at com.tibco.plugin.salesforce.axis.DescribeMetadata.getGlobalTypes(DescribeMetadata.java:54)
at com.tibco.ae.tools.palettes.salesforce.GetMetadataAction.busyGetGlobalTypes(GetMetadataAction.java:768)
... 7 more
Error occurred while executing the Salesforce SOAP method: The method is [ describeGlobal ], details - [ INVALID_OPERATION_WITH_EXPIRED_PASSWORD: The users password has expired, you must call SetPassword before attempting any other API operations ].
at com.tibco.plugin.salesforce.axis.AxisDynamicInvoker.invokeMethod(AxisDynamicInvoker.java:125)
at com.tibco.plugin.salesforce.axis.DescribeMetadata.getGlobal(DescribeMetadata.java:45)
at com.tibco.plugin.salesforce.axis.DescribeMetadata.getGlobalTypes(DescribeMetadata.java:54)
at com.tibco.ae.tools.palettes.salesforce.GetMetadataAction.busyGetGlobalTypes(GetMetadataAction.java:768)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.tibco.util.Trampoline.invoke(Trampoline.java:136)
at com.tibco.ui.BusyWait.run(BusyWait.java:428)
at java.lang.Thread.run(Thread.java:748)
***************************************