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 you7.7KViews0likes9CommentsRead .txt file with HTML code for email body to send an email
Hello, I am trying to configure an email sender snap which has reads the HTML code for the body of the email downstream. Currently, the HTML is in a .txt file in the groundplex, therefore I am using file reader to pick up the file but I do not know how to convert binary and then feed into the email sender snap. Thank you very much for your help6.2KViews0likes9CommentsSnaplogic Pipeline Exposed as API
When we create a Task for any Pipeline then it creates a task URL which is an API. If we give that URL to any third party application to run our pipeline from their application, How they will be able to trigger that API through external application. What we will have to do for this?6.1KViews0likes9CommentsFailed To Mount when attempting to attach file using Email Sender
I have several pipelines that use the Email Sender to attach a document to the email. These are all failing now with the error saying that “Mount failed due to logon failure or bad credentials:” This just stopped working as of 5/13. Is anyone else having this issue?5.5KViews0likes6CommentsDifference between HTTP Client and Rest Api(get,post....) snaps
Hi All, I am exploring the HTTP Client snap, I wanted to know what is difference between HTTP Client and Rest API methods (get,post…) snaps. Can any one please help to know about the below highlighted Entity Type in the snip. and also can we get the output as xml from the HTTP Client snap ? if yes, how? Thanks in advance @dmiller can you please help me5.4KViews0likes4CommentsHow much Load can SnapLogic handle?
I understand that SnapLogic is not perceived as a typical Migration tool for one time migration (i.e. an ETL tool) but more as an integration tool (iPaaS) for Integrations. Is that true ? If not, can SnapLogic be used for One time Migration and how much load can it handle ? For e.g. say we want to bring in a few million records in SnapLogic say Customer Master for the sake of this conversation, apply business rules and transformations on source data fields and then send it to downstream systems. Will SnapLogic be able to handle such a high volume load with transformations ? In short, can it be used for like an ETL tool that is typically used for One time Data loads as well? Thanks in advance.Automatically Starting and Stopping an On-premises Snaplex on Linux
Using the following procedure, Im unable to have the service stop/start [FAILED]. Suggestions? To add the Snaplex as a Service: Login to the Linux machine as root. Create a copy of jcc.sh file as follows: cp /opt/snaplogic/bin/jcc.sh /etc/init.d/snaplex echo “export SL_ROOT=/opt/snaplogic” >> /etc/sysconfig/jcc Add the softlink to chkconfig management as follows: chkconfig --add snaplex cat /etc/system-release CentOS Linux release 7.3.1611 (Core) service snaplex restart Restarting snaplex (via systemctl): Job for snaplex.service failed because the control process exited with error code. See “systemctl status snaplex.service” and “journalctl -xe” for details. [FAILED] service snaplex status ● snaplex.service - LSB: Starts Java Component Container Loaded: loaded (/etc/rc.d/init.d/snaplex; bad; vendor preset: disabled) Active: failed (Result: exit-code) since Tue 2018-09-18 22:41:28 UTC; 42s ago Docs: man:systemd-sysv-generator(8) Process: 15308 ExecStart=/etc/rc.d/init.d/snaplex start (code=exited, status=3) Sep 18 22:41:28 dev-gplex02-azr systemd[1]: Starting LSB: Starts Java Component Container… Sep 18 22:41:28 dev-gplex02-azr snaplex[15308]: Checking for java executable: [ OK ] Sep 18 22:41:28 dev-gplex02-azr snaplex[15308]: [91B blob data] Sep 18 22:41:28 dev-gplex02-azr systemd[1]: snaplex.service: control process exited, code=exited status=3 Sep 18 22:41:28 dev-gplex02-azr systemd[1]: Failed to start LSB: Starts Java Component Container. Sep 18 22:41:28 dev-gplex02-azr systemd[1]: Unit snaplex.service entered failed state. Sep 18 22:41:28 dev-gplex02-azr systemd[1]: snaplex.service failed. Hint: Some lines were ellipsized, use -l to show in full. systemctl is-enabled snaplex snaplex.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig snaplex --level=5 enabled BTW, This is my first time looking for support for SnapPlex. Please direct me to a better place to ask questions like this.3.4KViews0likes1CommentGroundplex not running on server Snaplex does not detect it
Hi I am trying to run an instance of groundplex on a server but I am not able to see the snaplex dectecting the node, I got jcc_error.json and I see this error: “ERROR”,“fi”:“RequestFilter.java:157”,“msg”:“JCC cannot be initialized properly [Error communicating with SLDB: htt ps://elastic.snaplogic.com/api/1/rest/cc/initialize PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]” I ran curl -v h ttps://elastic.snaplogic.com:443 as mentioned in this post but the I got a response indicating it is connected. jcc_error.txt (19.3 KB) Someone can help to diagnose what is required to do this work?3.2KViews0likes1Comment