Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
6 subscribers
Views
2460 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
I am using the Third Party Credential Store in Appian Administrator console.
sapnas
over 11 years ago
I am using the Third Party Credential Store in Appian Administrator console.
To get started , I tried to connect from my Appian server to SharePoint server using SharePoint connector function in expression editor of the console. I passed the values of 3 fields namely Username, Password and Domain that are required for authentication in the credentials section of the console.
I am getting "Connection failed" error message when I click on Test Connection .
Can you please guide me with resolution as I have followed the exact syntax mentioned in forum examples from below link -
forum.appian.com/.../Connector_Functions
Code snippet of my connector function -
a!shpInvoke(
scsExternalSystemKey: "sharepoint",
usePerUserCredentials: false,
hostname:"11.22.33.44',
port: "80",
path: "/sites/testsiteforappian/_api/Web/getfolderbyserverrelativeurl('Shared%20Documents')/Files?$select=Name,ServerRe...
OriginalPostID-110982
OriginalPostID-110982
Discussion posts and replies are publicly visible
Parents
0
sapnas
over 11 years ago
...lativeUrl,TimeCreated",
httpMethod: "GET",
timeout: "60000",
retries: "1"
)
SharePoint server -
11.22.33.44/.../testsiteforappian
Rest URL -
11.22.33.44/.../Files
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sapnas
over 11 years ago
...lativeUrl,TimeCreated",
httpMethod: "GET",
timeout: "60000",
retries: "1"
)
SharePoint server -
11.22.33.44/.../testsiteforappian
Rest URL -
11.22.33.44/.../Files
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data