Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Saolesforce Input error

LinhNguyen
8 - Asteroid

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?

LinhNguyen_0-1575326259451.png

 

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

 

7 REPLIES 7
RishiK
Alteryx
Alteryx

@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?

RishiK
Alteryx
Alteryx
LinhNguyen
8 - Asteroid

I installed the 4.0 version and it seems to work now

RishiK
Alteryx
Alteryx

@LinhNguyen Boom I am glad its working. Shout out to @BrandonB also.

bishtpriyanka
7 - Meteor

I am also facing similar issue and the link that you provided says 'Access Denied'.

bishtpriyanka_1-1590085573798.png

 

Also, the deprecated tool doesn't give me the option to connect to Reports.

 

bishtpriyanka_0-1590085536595.png

Can you please tell me if I am missing anything?

Amber_Holmstadt
7 - Meteor

I'm in the same situation. Depreciation isn't specific enough and the regular Salesforce Input, i can grab my report, but i get the Traceback error. Please advise!

rmashton
5 - Atom

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"

 

 

Labels