ContributionsMost RecentMost LikesSolutionsRe: XML Generator error Thanks for your reply. My root element was wrong. I was able to get this work by changing it. Thanks, Murugan XML Generator error Hi, I am trying to generate XML using XSD. I am getting below error. Attached is the XSD. AdvanceShipNotices.txt (23.0 KB) Thanks, Murugan SolvedRe: Global Error Pipeline Thanks for the Reply. I will try that. Parameter reader is always executed? Global Error Pipeline We have a “Global Error Handler” pipeline called from every pipeline. We recently started seeing slowness in the Error Pipeline in the “Parameter Reader” snap. Also we recently noticed “Global Error Log Writer” snap is called even though the “Router” is returning false for “Write Error Log” view. This is happening even though we are not getting any errors. We would like to know if there is any change recently made to the the way Error Pipeline works. Image of the “Global Error Handler” attached. "_snaptype_shared_map Objec created automatically I am creating a Pipeline and SnapLogic is automatically creating “_snaptype_shared_map” object in between my original object. This is created inconsistently, so I am not able to access my object. Anyone have an idea of when is this created and how can I access the object without mentioning this object. Example. “interface_settings”: { "_snaptype_shared_map": { "GENERAL": { "UNPROCESSED_FOLDER": "Unprocessed", "ARCHIVE_FOLDER": "Archive", "ERROR_FOLDER": "Error" } } Re: REST OAuth2 Account - 'Client Credentials' grant type Sorry for a delayed response. My bearer token is refreshed even though I don’t get a refresh token while creating the account. Thanks for all your help. Re: REST OAuth2 Account - 'Client Credentials' grant type Yes. I tried that but I am not getting any Refresh Token when I authorize in the account creation. When did we solve this problem? Re: REST OAuth2 Account - 'Client Credentials' grant type Thanks for the reply. I understand. I have created my own REST POST to get the authorization token. It is not working. URL - https://login.microsoftonline.com/{{TenantID}}/oauth2/token grant_type - ‘client_credendials’ I have client_id and client_secret. I am able to get the Bearer token from POSTMAN by giving this information in Body. I would like to know how to give this information in REST GET or REST POST snap. Thanks, Murugan Re: REST OAuth2 Account - 'Client Credentials' grant type I am working on a similar app where I am not getting the Refresh Token. Will you be able to share the REST Post snap you are using for the authorization request? Re: Directory Browser vs File Poller snap Thanks for all your help. This is really helpful. I have not tried multi-file reader. At this point we are comfortable with Directory Browser + File Reader + Task scheduler. I will keep posted after we try multi-file reader.