
Gerry Mullin
- Total activity 138
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 58
Comments
Recent activity by Gerry Mullin Sort by recent activity-
If your Windows Services are not running as the Windows User that you want to authenticate against the SQL Server with, you can also enter the username and password in the DbUser and DbPassword fie...
-
Adding a new data flow with several options to read the file, as it looks like using "Stop at Delimiter" is causing 2 rows to get merged together making it easy to lose a row of data in this case. ...
-
There's an hidden parameter that can be added to the CSV/Delimited node in order to get your file work. It will be added into a future release but for now you can add it manually. Attached is a dat...
-
We will open a support ticket for you soon and reach out to you.
-
I have no direct experience with this, but the first thing that comes to mind to try is to import your certificate (server-ca.pem) into Analyze's cacerts truststore. The help documentation advises ...
-
Take a look at the brg attached. It does the following. Expects a parameter with the month name, spelled complete, e.g. January. You did not specify if there was a year given in your graph paramet...
-
In this case {{%ls.appdatadir%}} is evaluating /opt/app/p1lae1c1/Data3SixtyAnalyze/conf/site-7731, whereas you have placed the driver in /opt/app/p1lae1c1/Data3SixtyAnalyze/lib/db/db2. I would re...
-
Have a look at the Help doc for Transform node. Logging an error and failing the node upon encountering an error conditionConfigureFieldsout1 += in1ProcessRecordsout1 += in1 #AccountNumber is a req...
-
Hi Rubal, I don't follow when you say "The old worksheets present in the file are not getting reflected in the new file." I just ran the data flow again against the files uploaded (File.xlsx and Fi...
-
This might not be the most intuitive data flow but hopefully it more or less achieves what you need. What it does: 1. If CurrentMonth exists on the input Excel file, then we will read that sheet,...