LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  special chars in server path on Sharepoint node

    Employee
    Posted 05-19-2015 13:03

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: jegnj

    what to do about all the %s?

    http://community.ssss.com/i/a2/prodr...ral%20Division


  • 2.  RE: special chars in server path on Sharepoint node

    Employee
    Posted 05-19-2015 13:09

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    I'm not sure what your question is.
    In the URL you pass to Sharepoint, you need to encode certain special characters such as blank which is commonly replaced by %20

    something like
    URL=URL.replace(" ","%20")
    will do the trick, but you will need to account for all the special characters that you need to use in your string.

    http://en.wikipedia.org/wiki/Percent-encoding


  • 3.  RE: special chars in server path on Sharepoint node

    Employee
    Posted 05-21-2015 11:00

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: jegnj

    Originally posted by: stonysmith
    					

    I'm not sure what your question is.
    In the URL you pass to Sharepoint, you need to encode certain special characters such as blank which is commonly replaced by %20

    something like
    URL=URL.replace(" ","%20")
    will do the trick, but you will need to account for all the special characters that you need to use in your string.

    http://en.wikipedia.org/wiki/Percent-encoding

    The error says
    Valid pattern cannot begin or end with a dot, cannot contain consecutive dots and cannot contain any of the following characters:
    ~ " # %e & * : < > ? { | }.

    But you think %20 would work? So far it does not.


  • 4.  RE: special chars in server path on Sharepoint node

    Employee
    Posted 05-27-2015 06:57

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: jegnj

    So I tried
    http://community.teamcomcast.com/i/a...nd\%20OP\%20ID

    Lavastorm seems to concatenate %e in front of every special character. I have tried with and without the \ before the %

    ERROR: Folder "http://community.teamcomcast.com/i/a2/prodra/documents/Forms/AllItems.aspx\%e3FRootFolder\%e3D\%e2Fi\%e2Fa2\%e2 Fprodra\%e2Fdocuments\%e2FAdjustments\%e20by\%e20R egion\%e20and\%e20OP\%e20ID"