Kafka configuration account
Hi, I am trying to configure kafka account in snaplogic but it always keeps getting timeout. I configured it in Postman and also in a rest post snap and that works with a header Authorization and then Basic xxxx. But in the kafka producer snap the account configuration only needs a bootstrap server (I have this one), lets say test:9092 But I also have a value pair Key: 123 and a value pair Secret: XYZ How do I configure these two value pairs I already tried tons of things like: Same as REST POST: Authorization: Basic xxx, also added Content-Type: application/json Key: 123 and Secret: XYZ Tried kafka.api.key: 123 and kafka.api.secret: XYZ They keep getting timed out. Has someone had a familiar case where they needed to configure a kafka account with a key and a secret and has some more insight in this? Regards Jens1.8KViews0likes0CommentsSSH and Password
Hi, Currently the SSH account supports only key based authentication, we have a requirement for 2 factor authentication with private key and password. Is this in the roadmap to support in SnapLogic? Ref: SFTP Two-Factor Authentication Using SSH Keys and Passwords3.7KViews0likes3CommentsBox account with our own Box connected app
Hi, Today while creating the Box account, SnapLogic internally uses a connected app in Box (client_id=4y9mpks2hql3xchpudijkct1vfhwwklx), it is not possible to override this with our own connected app. Due to this at the Box side all the API calls are registered against “Snaplogic app” connected app. There is no way to track which project in SnapLogic is actually using the APIs. In our case we have many projects uses Box, each have their own quota of Box usage, since SnapLogic is using same connected app at the Box side we are not able to govern the Box usage accurately. Is there a way or implementation plan in progress to allow feed in out own client_id for Box account? Regards, Sripathi4KViews0likes2CommentsFile Writer and Accounts
Hi Snap Community, I’m a new user and I’m trying to set up File Write/File Read to a shared local directory. I set up an SMB account and a Basic Authorization Account. I’m getting the following errors (blanked out the server on purpose): SMB – got the same using port 445 as well: Failed to write to smb://xxxxx.xxxxx.xx:139/Banner/IT/test.csv Resolution Check for URL syntax and file access permission Reason Possible reasons can be failure in URL connection or file access denial, detail: Logon failure: unknown user name or bad password. Simillar error when I tried Basic Authorization: Failed to write to file:///xxxxx.xxxxx.xx/Banner/IT/test.csv Resolution Check for URL syntax and file access permission Reason Possible reasons can be failure in URL connection or file access denial, detail: An error occurred while creating the parent directory: /xxxxx.xxxxx.xx/Banner/IT/test.csv Any thoughts as to what I’m doing wrong? Anything I can check? Thanks, BobSolved6.3KViews0likes5CommentsWorkday Account Creation
Here are few steps on how to create a Workday Account for the Workday Read and Write Snaps. There are some important facts that you must know in order to create a Workday Account in SnapLogic. Here is a screenshot of the basic Workday Account Creation dialog box As you can see, there are some important fields. Label: An account Label for you to easily identify this Workday Account. This will be visible in your accounts section. Username: The Workday Account User Name (Typically an ISU - Integration System User) through which the workday connection is made with proper security configured on that account. Password: The workday account password Version: Typically the latest version just in numbers. As of this writing, it is “28.0” (Quotes not needed) Your Tenant and Host follow a combination of details assigned to you by Workday. Tenant: Typically a tenant name is assigned and allocated by Workday. During implementations, it will have _impl<1> as a suffix as negotiated during the implementations. The tenant name is usually a negotiated acronym during the Workday Implementations. Every environment has a different tenant name as is a general practice in multi-tenanted environments. So, be sure to find out the tenant name and environment you are connecting to. Host: This is often a quirky item where there is a lot of confusion. This is no different if you have already connected to Workday using Workday studio, EIBs etc. Typically Workday has multiple data centers and each customer is assigned a data center and a disaster recovery data center. So the host name is generally established during the implementation phases. As of this article’s date, Workday has 3 data centers and their respective derivation of information is as follows. These are directly quoted from Workday Community websites and can be verified if you have access to the Workday Community. 1. Portland 2. Ashburn 3. Dublin Remember that host name determines where and which environment you are connecting to. These vary during implementation times before you are in production and will change significantly after you are in production The other way you can get the host name is from the REST or Workday URL from a custom report developed in Workday. Once you have the custom report, click on Actions–>View URLs–> Copy the hyperlink for the Workday or Rest or any other URL on that page. The host name is the first part of the report URL. Hope this helps a bit in configuring the account for Workday. You can use the Workday Dynamic Account in case if you want to use variables to determine your connection details. The Dynamic Account supports Expressions.4.5KViews1like0CommentsPlatform Upgrades and Snap Accounts with Refresh Tokens
Some accounts may have a fixed time for refresh tokens, such as Google accounts must be refreshed every hour. If that refresh needs to occur when the platform is down for an update, the refresh does not occur. To prevent these accounts from failing after a new platform deployment, it is recommended that you refresh your accounts before the designated down time.2KViews0likes0Comments