ContributionsMost RecentMost LikesSolutionsRe: How to append filename with element from json? Thank you it`s ok you can close this thread. How to append filename with element from json? Hi, i`m trying the example pipeline named “test_JSON_Formatter” Json generator → Mapper → Json Formater → File Writer in Mapper i have: Expression: _p_run_id.length != 0 ? $PAYLOAD.interface_id : $interface_id Target path : $interface_id in Json Formatter: i put nothing In File Writer: I want to append the filename with the content of the json element interface_id i tried this c://temp//“test”+ $interface_id+“.xml” but it returns error : interface_id is not defined Where shoud i define the interface_id? How snaplogic gets its content from the json? Thank you Re: When executing pipeline it throws error with JMSWMQ2008 Thank you Mina, you can close this thread. Re: When executing pipeline it throws error with JMSWMQ2008 Hi Mina, when you said: “You can also install activeMq to test the snaps out as you will be the admin and can check everything there.” So i have istalled activemq and it works with the following java code: Java Insider JMS with ActiveMQ Sample example – Java Insider Posts about JMS with ActiveMQ Sample example written by Rudra Narayan Garnaik My producer and consumer work as intended in the website. Now what is the relation with snaplogic? How can i test my snaplogic with activemq? Or maybe i misunderstood your tip. part of java code: public class Consumer { // URL of the JMS server private static String url = ActiveMQConnection.DEFAULT_BROKER_URL; // default broker URL is : tcp://localhost:61616" // Name of the queue we will receive messages from private static String subject = “PASCAL-MESSAGE-1”; Thank you Re: When executing pipeline it throws error with JMSWMQ2008 very sorry for this, you are right it works in internet explorer Re: When executing pipeline it throws error with JMSWMQ2008 Hi, this url returns error 401 Re: When executing pipeline it throws error with JMSWMQ2008 Thank you Mina. The error for pipeline2 seems to be an error queue manager name, i need to confirm inside my organization. I tried activeMq but i throws error 401 when opening 127.0.0.1:8161 see my cmd execution for activemq: Im not able to copy all execution in cmd but i see this at begining C:\activeMQ\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin>activemq start* at the end i saw this: INFO | Apache ActiveMQ 5.16.0 (localhost, ID:S46493-53080-1594950562502-0:1) started INFO | For help or more information please see: activemq.apache.org INFO | ActiveMQ WebConsole available at 127.0.0.1:8161/ INFO | ActiveMQ Jolokia REST API available at 127.0.0.1:8161/api/jolokia/ When executing pipeline it throws error with JMSWMQ2008 Hi, i`m new to snaplogic, i have a simple pipeline like: File Reader → JMS Producer In File Reader i set a path to a csv file In JMS Producer i set Destination with a name of a queue like QUEUE_NAME1 Destination type : QUEUE Messafe type: TEXT When i run this pipeline it works without error. So i suppose the file is sent to the queue. In my organization the dev team say: the queue name is changed before sending the csv file. So the name QUEUE_NAME1 is changed to QUEUE_NAME2 now So i created a second pipeline to check whether the file cvs is arrived or not. So i did this: JMS Consumer–>Binary to document -->Mapper -->JMS Acknowlegde in JMS Consumer i set: Client_ID : name of the MQ manager Destination: QUEUE_NAME2 When i run the second pipeline it throws error: JMSCMQ0001: IBM MQ call failed with compcode ‘2’ (‘MQCC_FAILED’) reason ‘2085’ (‘MQRC_UNKNOWN_OBJECT_NAME’). Caused by: com.snaplogic.api.ConfigurationException: An error occurred while creating the consumer Caused by: com.ibm.msg.client.jms.DetailedInvalidDestinationException: JMSWMQ2008: Failed to open MQ queue ‘QUEUE_NAME2’. JMS attempted to perform an MQOPEN, but IBM MQ reported an error. Use the linked exception to determine the cause of this error. Check that the specified queue and queue manager are defined correctly. Questions: 1-Is my first pipeline correct? 2-Is my second pipeline correct? 3- Is there a way to check if the queue name changed using java code only? i m not able to check the specified queue and queue manager are defined correctly. because i don t have permission level. Thank you