ContributionsMost RecentMost LikesSolutionsEmail Sender snaps throws error When using the Email Sender snap received the below Error: Failure: Failed to send email message, Reason: Failed to send email message: 534-5.7.9 Application-specific password required. Learn more at 534 5.7.9 Sign in with App Passwords - Google Account Help o21-v6sm37108103pfi.165 - gsmtp , Resolution: Please check for valid properties On looking at the error i see that it requires Application Specific password required however i have set up the Email with correct password. Is it asking for 2nd level authentication password but how so we set it up. Compression using command from Snaplogic Can i compress a file using a command just like below in Snaplogic ? a "“+ @[User::ExcelOutboxFileName]+ “.zip" -p@m3xP@sSw0rD "”+ @[User::OutboxFileFullPath]+”"" the above command is to compress the file (7-Zip compressor) and add a password top it and write it to a local machine Reading compressed file and writing compressed files Can we read a compressed password protected file and extract ? Vice versa can we read a file compress it and make it password protected? Re: Conditional Calling I tried using Aggregator, though i dont need any data to be passed to X2 , the X2 snaps getting executed before completion of X1 snaps. Re: Conditional Calling what would be the aggregation i should use.? Re: Conditional Calling No, Currently the design is Snap1 followed by Snap 2…etc at end in a pipeline Execute(X1 till here) which call X2. I can put 2 different Pipeline executes in a Master pipeline provided they can execute one after the other. Conditional Calling Hi, Is there any option where we can execute 2 dependent pipelines One after the Other. E.g : Pipeline X1 executes a series of Snaps. Execute Pipeline X2 only if X1 is Succesfull. Also, Can i set up both X1 and X2 in the same pipeline ? Re: Extracting from Json error Hi Stephen, Used Json splitter, and given the Json Path* as $[][][0:9] and the result was “ruuid”: “b40505c0-59a0-480b-b4cd-b35633007107”, “reason”: “Table ‘Netsuite.PAYROLL_ITEMS’ doesn’t exist, error code: 1146, SQL state: 42S02”, “failure”: “SQL operation failed”, “label”: “MySQL - Execute”, “resolution”: “Please check for valid Snap properties and input data.” the link where i verified is “http://jsonpath.com”, however the snaplogic does not allow this. Let me know , how can i extract the error Extracting from Json error Hi, i have a json error as below “error”: “Pipeline did not complete successfully”, “stacktrace”: “com.snaplogic.snap.api.SnapDataException: Pipeline did not complete successfully\n\tat com.snaplogic.snaps.flow.PipeExec$PipeCompletionHandler.run(PipeExec.java:1245)\n\tat com.snaplogic.snaps.flow.PipeExec$2.run(PipeExec.java:728)\n\tat java.lang.Thread.run(Thread.java:748)\n”, “reason”: “Snap errors: {ruuid=ba88d53f-a76b-4557-9da4-469c054f5ba0, reason=Table ‘Netsuite.PAYROLL_ITEMS’ doesn’t exist, error code: 1146, SQL state: 42S02, failure=SQL operation failed, label=MySQL - Execute, resolution=Please check for valid Snap properties and input data.}”, “resolution”: “Fix the child pipeline errors and try again”, “status_code”: “error”, “run_id”: “372fce27-d73b-41e3-9f61-d26b1af4f1c5”, “child_errors”: [ { “ruuid”: “ba88d53f-a76b-4557-9da4-469c054f5ba0”, “reason”: “Table ‘Netsuite.PAYROLL_ITEMS’ doesn’t exist, error code: 1146, SQL state: 42S02”, Can i extract the highlighted text and put it in a file in my data base. strong text. The design is somehting like this, I have a regular pipeline which calls an error pipeline on receiving any error, the error i receive is in Json and i need to have only the error highlighted above, is it Possinle and how? Thanks in Advance. Re: Single pipeline to call multiple pipelines Thank you, Stephen Issue resolved.