DMS mongoDB to kinesis failed “Source column type = 20 not supported”How do I update/upsert a document in Mongoose?Mongod complains that there is no /data/db folderMongoDB and DateTimeOffset typeEnsure fields with same type across documents in a collection in mongodb“Large data” work flows using pandasMongoDB - Inserting a document with $type causes exceptionMongodb “auth fails” with mongodb php driver and new php libraryAzure MongoDB Api Condition not supported“Sync source had no feature compatibility version” error when adding MongoDB 3.6 member to 3.4 replica setMongodb kerberos authentication failed
Grid/table with lots of buttons
What's the explanation for this joke about a three-legged dog that walks into a bar?
My current job follows "worst practices". How can I talk about my experience in an interview without giving off red flags?
Why did NASA use Imperial units?
What would be the side effects on the life of a person becoming indestructible?
Why do people say "I am broke" instead of "I am broken"?
Considerations when providing money to one child now, and the other later?
What is the best word describing the nature of expiring in a short amount of time, connoting "losing public attention"?
How may I shorten this shell script?
Are glider winch launches rarer in the USA than in the rest of the world? Why?
Using paddles to support a bug net
Why is a dedicated QA team member necessary?
Idioms: Should it be " the internet is a seemingly infinite well of information" or "the internet is a seemingly infinite wealth of information"
The seven story archetypes. Are they truly all of them?
Why is DC so, so, so Democratic?
Is it OK to accept a job opportunity while planning on not taking it?
Using "Kollege" as "university friend"?
How to extract only values greater than a threshold
What is the spanish equivalent of "the boys are sitting"?
dos2unix is unable to convert typescript file to unix format
Sometimes you are this word with three vowels
Invert Some Switches on a Switchboard
How can I tell if there was a power cut when I was out?
In a script how can I signal who's winning the argument?
DMS mongoDB to kinesis failed “Source column type = 20 not supported”
How do I update/upsert a document in Mongoose?Mongod complains that there is no /data/db folderMongoDB and DateTimeOffset typeEnsure fields with same type across documents in a collection in mongodb“Large data” work flows using pandasMongoDB - Inserting a document with $type causes exceptionMongodb “auth fails” with mongodb php driver and new php libraryAzure MongoDB Api Condition not supported“Sync source had no feature compatibility version” error when adding MongoDB 3.6 member to 3.4 replica setMongodb kerberos authentication failed
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am working on creating a DMS migration from MongoDB to kinesis.
For some reason, it fails with the following error which I cannot find any documentation on (thanks AWS)
[TARGET_LOAD ]W: Source column type = 20 not supported for given target (field_mapping_utils.c:267)
If I change the target to S3 or something it works, the only issue is with kinesis.
what's going on? what is this type=20?
mongodb amazon-kinesis dms
add a comment |
I am working on creating a DMS migration from MongoDB to kinesis.
For some reason, it fails with the following error which I cannot find any documentation on (thanks AWS)
[TARGET_LOAD ]W: Source column type = 20 not supported for given target (field_mapping_utils.c:267)
If I change the target to S3 or something it works, the only issue is with kinesis.
what's going on? what is this type=20?
mongodb amazon-kinesis dms
add a comment |
I am working on creating a DMS migration from MongoDB to kinesis.
For some reason, it fails with the following error which I cannot find any documentation on (thanks AWS)
[TARGET_LOAD ]W: Source column type = 20 not supported for given target (field_mapping_utils.c:267)
If I change the target to S3 or something it works, the only issue is with kinesis.
what's going on? what is this type=20?
mongodb amazon-kinesis dms
I am working on creating a DMS migration from MongoDB to kinesis.
For some reason, it fails with the following error which I cannot find any documentation on (thanks AWS)
[TARGET_LOAD ]W: Source column type = 20 not supported for given target (field_mapping_utils.c:267)
If I change the target to S3 or something it works, the only issue is with kinesis.
what's going on? what is this type=20?
mongodb amazon-kinesis dms
mongodb amazon-kinesis dms
asked Mar 26 at 15:11
GleebGleeb
4,27111 gold badges61 silver badges112 bronze badges
4,27111 gold badges61 silver badges112 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55360494%2fdms-mongodb-to-kinesis-failed-source-column-type-20-not-supported%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55360494%2fdms-mongodb-to-kinesis-failed-source-column-type-20-not-supported%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown