Hello,
I received this error when I used the Salesforce input tool to get a report. Could anyone tell me what might be the problem here?
Error: Salesforce Input (2): Traceback (most recent call last):
File "main.py", line 160, in pi_push_all_records
File "C:\Users\Linh.Nguyen\AppData\Roaming\Alteryx\Engine\../Tools\SalesforceInput_v4.1.0\engine\sf_reports.py", line 13, in process_report
execute_report_run(self=self)
File "C:\Users\Linh.Nguyen\AppData\Roaming\Alteryx\Engine\../Tools\SalesforceInput_v4.1.0\engine\sf_reports.py", line 26, in execute_report_run
pull_report_data(self=self, report_results_id=report_results_id)
File "C:\Users\Linh.Nguyen\AppData\Roaming\Alteryx\Engine\../Tools\SalesforceInput_v4.1.0\engine\sf_reports.py", line 38, in pull_report_data
with sf_proxy.manual_proxy_context_for_url(self.session, report_endpoint):
NameError: name 'report_endpoint' is not defined
Solved! Go to Solution.
@LinhNguyen as a test can you see if the previous version of the Salesforce Input Tool works for you.
Go to the Connectors palette in the Tools at the top in Designer, right clock and "show depreciated tools". You should see the older version of the Salesforce Input Tool.
Can you see if this works?
I installed the 4.0 version and it seems to work now
@LinhNguyen Boom I am glad its working. Shout out to @BrandonB also.
I am also facing similar issue and the link that you provided says 'Access Denied'.
Also, the deprecated tool doesn't give me the option to connect to Reports.
Can you please tell me if I am missing anything?
I have a similar situation.
NameError: name 'report_endpoint' is not defined
There is something wrong with the Python code in 4.1 "sf_reports.py"