ContributionsMost RecentMost LikesSolutionsRe: Getting Script error when trying to access pipeline So I exported the pipeline and added the account to the slp file for most of the snaps. I then reimported and that seems to have gotten me beyond the issue. Re: Getting Script error when trying to access pipeline Hi Mina. Currently getting this on one pipeline. I can escape out but I cannot enter a value in the account, so I cannot move forward. This is on an oracle lookup. Re: Pipeline details with Snaplex info Thanks Steve and Craig, I thought the API might have something but couldn’t find docs so ran to the community. I appreciate the help for sure! Re: Pipeline details with Snaplex info Yes, that would be great. When I listed the pipeline assets, it came back with a defaut_snaplex attribute so I figured I could somehow look that up and join it. But we really want to know what pipelines run on what snaplexes so that we can migrate off of an obsolete one. Pipeline details with Snaplex info Looking to get a report of pipelines and their default snaplex. Anyone know how to join that snap list? Re: Netsuite Account Setup Hi @ptaylor. Nice speaking with you today. Here’s the script we’re using, not really anything proprietary in there ns_oauth_script.txt (8.3 KB) Re: Netsuite Account Setup Don’t want to throw them under the bus. Suffice it to say they were sales oriented, hadn’t tried it, and suggested I open a support ticket. 😉 Not sure the Oauth1 account will work; it is asking for a few endpoints to request the token and authorize. With NetSuite, we already have the token and token secret. So that’s kinda where I’m going now. Re: Netsuite Account Setup Still working this issue. Snaplogic has stated that an oauth1 account will solve the issue. Investigating validity now… Re: Netsuite Account Setup right now i think it was our netsuite credentials that got changed and that’s why it’s not working. from netsuite: “Deprecation of RESTlet authentication through user credentials is planned for all new RESTlets created as of NetSuite 2021.1 or later.” Yes, we are using TBA for all our Netsuite snaps. for the rest calls we have the child pipeline which calculates the signature for each new url. but there is some tricky stuff where if we get an error we need to try again, and i haven’t figured out all that logic. Re: Netsuite Account Setup first post in this thread but not regarding this issue. (How to deal with paging in post response is one example). we use saved searchs with the netsuite snaps and we use a restlet with credential nlauth authentication. we are trying to convert the restlet to oauth. we had a parent pipeline that calls a child to do each batch of calls. but there were issues where the pipelines would succeed but the reports were incomplete, for example. priorities changed but now i am back on brushing off our solution and continue down the path. mainly was curious to know if any more stable solutions have been found.