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

  • ...016-12-09 21:21:03,249 [Appian Work Item - 3303 - ProcessExec02 : 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.
    21:21:03,250 INFO [stdout] (Appian Work Item - 3303 - ProcessExec02 : 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)
    21:21:03,

    Can any one let me know what we need to do in order to create folder using this plugin

    Cheers
    RajHasti
  • 21:21:03,250 INFO [stdout] (Appian Work Item - 3303 - ProcessExec02 : UnattendedJavaActivityRequest) 2016-12-09 21:21:03,249 [Appian Work Item - 3303 - ProcessExec02 : 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.
    21:21:03,250 INFO [stdout] (Appian Work Item - 3303 - ProcessExec02 : 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)
    21:21:03,
  • 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.
  • @rajasekharh Have you have a chance to look at the post at forum.appian.com/.../e-227584 I believe this may give you leads.
  • 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

  • Can you try folderURL with relative folder path value.

    for example
    FolderURL ="RootFolder/Folder"
  • thanks Vineet...that error got solved but this time its the certification issue

    sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  • Here is the full error log

    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at java.lang.Thread.run(Thread.java:745)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at org.jboss.threads.JBossThread.run(JBossThread.java:122)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest) Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:747)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:123)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           at org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:94)
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest)           ... 89 more
    21:32:28,250 INFO [stdout] (Appian Work Item - 3512 - ProcessExec02 : UnattendedJavaActivityRequest) Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target