This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have a case where I need to simultaneously get data from a few sources, so I again tried to use a script object. I put the data in, and got the data out, and all looked fine. Unfortunately, even routers are skipping lines, or duplicating them. I...
I need to be able to get an OrgToInd relation, preferably by type(source and relation) and by value, though. I have tried several values and types, and haven’t been able to get it to work. The “example” pipelines all seem to be missing the very ke...
I was asked to change a relatively complex pipeline in a few ways, and was trying to see if I coud do it without ANY scripting. I figured it might be possible, but I can’t figure out how to do the aggregation without a script object. Is there a way...
I really hesitated to put this down earlier. It turned out that the issue was that there was a competing process on what I guess everyone believed was a new queue. It pulled off some of the messages.
Please read the entire message before answering.
In many companies, production promotion is handled by people that either aren’t, don’t want to be, and sometimes are forbidden to be, knowledgeable about things in that domain. Their job is simply to ...
I had the same kind of problem. One thing that you can do is have it send out only 5 records at a time, and have an earlier process{That could be done using a script object} send out only five records every second. When I had to do it, I was sendin...
I have only done it with a competing product, and various languages and utilities. I was actually on a contract where the SAME table had fields defined about 5 different ways. Luckily, I got the DBA to change the format to be consistent. But NONE ...
What is the PRECISE definition in teradata, and in snaplogic? There are at least 2 types of timestamps in teradata, and they are looking for relevant data for every byte. Make one mistake, and it will reject the data.
|TIMESTAMP (0)
CHAR (19)
Times...
BTW Maybe this is variable, or can be avoided in some way, but it is a good idea to determine where the files are wanted, and what space you can use.
For example, at least with reltio’s implementation, you are limited to something like 100K. I might...
I had a similar problem to what you described. Are you creating the document to put it in? If you are merely adding to the data coming into the snap, you don’t have to do anything. You can merely add the value. But if you are writing a different...