Share point Integration plugin - Create Folder smart service

Hi,

We are on Appian version : 16.3 and Sharepoint version : 2013

Added the plugin Share point Integration plugin - Create Folder smart service that is listed under -
forum.appian.com/.../summary

Domain - left it as Blank
End Point URL - ="https://<site>/_vti_bin/Dws.asmx"
FolderURL ="https://<site>/RajHasti"
Secure Credential = "share point"
Added sharepoint secure credential in the the Third Party Credential

As well test the WSDL URL in the browser with my credential and it works fine
https://<site>/_vti_bin/Dws.asmx?wsdl

Where <Site> is the actual Share point Site.

On running the Process model getting below errors in the log file

21:21:03,250 INFO [stdout] (Appian Work Item - 3303 - ProcessExec02 : UnattendedJavaActivityRequest) 2...

OriginalPostID-251967

  Discussion posts and replies are publicly visible

Parents
  • I tried to add the plugins - Advanced WebService and Share point 2010 services to the third party credential for share point but still getting same errors

    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest) 2016-12-10 02:51:52,986 [Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest] ERROR com.appiancorp.ps.sharepoint2010.CreateFolderInSharePoint - This plug-in [com.appiancorp.ps.sharepoint2010] is not registered to access secured values for the given external system key [sharepointdev]. Check the external system’s plug-ins list in the Administration Console.
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest) com.appiancorp.suiteapi.common.exceptions.AppianException: This plug-in [com.appiancorp.ps.sharepoint2010] is not registered to access secured values for the given external system key [sharepointdev]. Check the external system’s plug-ins list in the Administration Console. (APNX-1-4229-003)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException.<init>(AppianRuntimeException.java:44)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException.<init>(AppianRuntimeException.java:33)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.security.external.ScsSecurityChecker.checkPermissions(ScsSecurityChecker.java:37)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.security.external.PluginAuthorizationMethodInterceptor.invoke(PluginAuthorizationMethodInterceptor.java:35)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.runtime.framework.DynamicProxyInvokationHandler.invoke(DynamicProxyInvokationHandler.java:24)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.sun.proxy.$Proxy570.getSystemSecuredValues(Unknown Source)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.ps.sharepoint2010.CreateFolderInSharePoint.run(CreateFolderInSharePoint.java:48)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.runtime.framework.DefaultActivityExecutor$1.call(DefaultActivityExecutor.java:113)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.runtime.framework.DefaultActivityExecutor$1.call(DefaultActivityExecutor.java:110)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.common.ContextClassLoaderSwitcher.runInContext(ContextClassLoaderSwitcher.java:25)
    02:51:52,988 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.runtime.framework.DefaultActivityExecutor.execute(DefaultActivityExecutor.java:110)
    02:51:52,988 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute(UnattendedJavaActivityRequest.java:83)
    02:51:52,988 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute0(UnattendedJavaActivityRequest.java:55)
    02:51:52,988 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.engine.ContinuationRequest.executeOuter(ContinuationRequest.java:71)
    02:51:52,988 INFO [stdout] (Appian Work Item - 346

Reply
  • I tried to add the plugins - Advanced WebService and Share point 2010 services to the third party credential for share point but still getting same errors

    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest) 2016-12-10 02:51:52,986 [Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest] ERROR com.appiancorp.ps.sharepoint2010.CreateFolderInSharePoint - This plug-in [com.appiancorp.ps.sharepoint2010] is not registered to access secured values for the given external system key [sharepointdev]. Check the external system’s plug-ins list in the Administration Console.
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest) com.appiancorp.suiteapi.common.exceptions.AppianException: This plug-in [com.appiancorp.ps.sharepoint2010] is not registered to access secured values for the given external system key [sharepointdev]. Check the external system’s plug-ins list in the Administration Console. (APNX-1-4229-003)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException.<init>(AppianRuntimeException.java:44)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException.<init>(AppianRuntimeException.java:33)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.security.external.ScsSecurityChecker.checkPermissions(ScsSecurityChecker.java:37)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.security.external.PluginAuthorizationMethodInterceptor.invoke(PluginAuthorizationMethodInterceptor.java:35)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.runtime.framework.DynamicProxyInvokationHandler.invoke(DynamicProxyInvokationHandler.java:24)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.sun.proxy.$Proxy570.getSystemSecuredValues(Unknown Source)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.ps.sharepoint2010.CreateFolderInSharePoint.run(CreateFolderInSharePoint.java:48)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.runtime.framework.DefaultActivityExecutor$1.call(DefaultActivityExecutor.java:113)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.runtime.framework.DefaultActivityExecutor$1.call(DefaultActivityExecutor.java:110)
    02:51:52,987 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.common.ContextClassLoaderSwitcher.runInContext(ContextClassLoaderSwitcher.java:25)
    02:51:52,988 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.runtime.framework.DefaultActivityExecutor.execute(DefaultActivityExecutor.java:110)
    02:51:52,988 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute(UnattendedJavaActivityRequest.java:83)
    02:51:52,988 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute0(UnattendedJavaActivityRequest.java:55)
    02:51:52,988 INFO [stdout] (Appian Work Item - 3463 - ProcessExec01 : UnattendedJavaActivityRequest)           at com.appiancorp.process.engine.ContinuationRequest.executeOuter(ContinuationRequest.java:71)
    02:51:52,988 INFO [stdout] (Appian Work Item - 346

Children
No Data