Data Sources - Learn Integrations on the Now Platform

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 16

  • @TomFrost33
    @TomFrost33 9 месяцев назад +1

    Very helpful Chuck. Thank you!

    • @ChuckTomasi
      @ChuckTomasi 9 месяцев назад

      You are welcome. Thanks for watching. Don't forget to check out the rest of the series.

  • @AMServiceNowDeveloper
    @AMServiceNowDeveloper 2 года назад +2

    Tip by Chuck Tomasi:-
    Rather than reimport all the data from our Data Source over and over.
    Go to System Import Sets >Advanced > Import Sets > Select your related record.
    We can open a processed import set and use the Reprocess UI action to change its state back to loaded. This may be helpful.

  • @WhatIsTheDelta
    @WhatIsTheDelta 3 года назад +1

    Youve done it again Chuck! Excellent content as always.

    • @ChuckTomasi
      @ChuckTomasi 3 года назад +1

      Thank you. Plenty more to come

  • @VikramSingh-vm9ck
    @VikramSingh-vm9ck 3 года назад +1

    Can you please make a video on file retrieval method HTTPS and file path, as if I want import incidents from another instance incidents and transform them

  • @OanhKNguyen
    @OanhKNguyen 3 года назад +1

    Hi Chuck, can you show how to connect to Hadoop (HIVE) db using jdbc?

    • @ChuckTomasi
      @ChuckTomasi 3 года назад

      Hello Oanh, the purpose of this video series is to teach concepts. I'm sorry, but I don't have the bandwidth to get in to the specifics of connecting every type of service to our platform. (This was stated in the very first video of the series.) Regarding connecting Hadoop to ServiceNow, a quick Google search turned up several discussions in the community around this. I invite you to review the threads already there or start a new one if they don't answer your questions. www.google.com/search?q=servicenow+connect+to+hadoop&rlz=1C5GCEM_en&oq=servicenow+connect+to+hadoop&aqs=chrome..69i57j69i64l3.4217j0j7&sourceid=chrome&ie=UTF-8

  • @lizyflorence3475
    @lizyflorence3475 3 года назад

    Hi Chuck,
    Could we perform database operations in Snow with other App databases using SQL? Like Select, Update in App data bases??

    • @ChuckTomasi
      @ChuckTomasi 3 года назад

      If you are interacting with the ServiceNow instance data, it's all done via the GlideRecord, GlideQuery scripting APIs or Flow Designer record operations

    • @ChuckTomasi
      @ChuckTomasi 3 года назад

      JDBC queries can be done via a data source/import set for incoming data or MID server if you need to interact with databases in your enterprise.

    • @lizyflorence3475
      @lizyflorence3475 3 года назад

      @@ChuckTomasi Thank You Chuck for your kind reply. My question is to Perform database operations in my application database like (Update operations) and once the operation is complete i would close the request in service now. So through service now Is it possible to connect to other application databases If you had made any video on JDBC querying Kindly share the link

    • @ChuckTomasi
      @ChuckTomasi 3 года назад

      @@lizyflorence3475 I don't have any videos specifically on JDBC. It sounds like a great topic of discuss in the community however. community.servicenow.com. There are lots of very smart people there.