ContributionsMost RecentMost LikesSolutionsXml parser error hi all, I get the following error in xml parser Unexpected character ’ ’ (code 32) (missing name?)\n at [row,col {unknown-source}]: [1,507]" “SnapLabel”: “XML+Parser” when running as ultra pipeline. Normally when I validate the pipeline it never occurs. Can someone please help Re: Pipeline parameters values click on th “=” button to get expression values in mapper snap. click on the drop down to get pipeline parameters. Alternatively u can use _{parmaerter_name} to access the pipeline parameters Re: Support for gson sriram: sys.path.append() can be used to import external jars to a script (say Python) that you may have in place. Steps: Place a copy of the package / .jar file that you intend to use as part of the script in a directory on the Groundplex node (say under: /opt/snaplogic/<DIR_FOR_EXT_JARS>/…) If you have multiple node(s) dedicated to run the SnapLogic service, repeat Step (1) for all nodes Update your script in the “Script” snap to import the external library as follows: import sys . . sys.path.append(’/opt/snaplogic/<DIR_FOR_EXT_JARS>/sample.jar’) . . Note: The above method would work only for a “Script” snap based pipeline execution(s) done on Groundplex node(s). would definitely try this thanks Support for gson hi all, I m trying to use gson in my script snap by importing the package. but its giving me an error. so does snaplogic support external packages in their script snap apart from standard ones like java.util etc. Triggered task vs ultra Does anyone in the community use triggered task and whats the performance. since I m using triggered task for a project but it takes 3-4 sec for it to return a response. On the other hand using the same project as ultra reduces the time to 1 sec. Naturally one would prefer the latter but it has some restrictions on usage of certain snaps (group by n, etc). Is there any point in using triggered task??. If not can snaplogic remove retrictions on some snaps Access a shared account how do i access a account present in shared project space. using read account it gives an error that account or path doesnt exist what I am doing is : org_name/shared/account_name please help Re: Load testing in snaplogic can you please share some of your results ,like time taken,memory consumption of snaplex . Basically did it pass you test or achieved a level you initially thought Load testing in snaplogic I am curious to know community’s findings/results/observations on load testing in snaplogic. I am planning to test i against 100k documents. Can someone throw some light on issues like time taken, hanging/stopping of pipelines in the middle . Any unexpected errors . any help would be appreciated thanks Re: Using Github as a code repository for SnapLogic artifacts use this as a request body to rest put snap Re: Using Github as a code repository for SnapLogic artifacts may be you can use ref parameter in api requests to commit to other branch. I also use this parameter in apis . Better way is to take this as pipeline parameter and use that in api