Questions tagged [integration]

The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole. For numerical integration problem, please use tag [numerical-integration].

Integration can also refer to the Integration function in Calculus.

Useful Links

Related Tags

5329 questions
1
vote
2 answers

ORA-30483: window functions are not allowed here in ODI Mapping

I am working on ODI mapping where I am calculating" Min(ID) over parition by(device_num, sys_id) as min_id" in expression component, I used another expression component to filter duplicates using row_number() over partition by (ID) order by(min_id)…
1
vote
1 answer

Integration of a vector function in GSL

I am trying to integrate a vector valued (49 components) function f[] which as an example may look like: f[0] = 1 f[1] = cos(x) f[2] = cos(2x) f[3] = cos(3x) ... and so on. I was wondering if there was a way to integrate such a vector function in…
user2844647
  • 163
  • 4
1
vote
0 answers

Integral of an Array Valued function using quadgk command

I want to integrate a given matrix elementwise using quadgk command, where the entries of my matrix are highly oscillatory functions. It seems the command integral got the option 'ArrayValued', whereas quadgk doesn't. Here I give a simplified…
Mokrane
  • 11
  • 1
1
vote
0 answers

Dynamics 365 connection with SAP, via plugin, with errors

I'm just a junior, and I'm taking care of a support project alone, and with many doubts. I have a plugin made, which connects the dynamics with the SAP system. every occurrence created within the dynamics, automatically has to create a protocol in…
Gb Gb Any
  • 11
  • 2
1
vote
2 answers

ERP Integration using C#/Windows Application

I need to insert some fields of data (example: Customer Phone etc) from outside(Externally) into the already developed/working (Installed) ERP Invoicing application. When I open the ERP application those fields should automatically appear in the…
Girish
  • 123
  • 1
  • 4
  • 14
1
vote
1 answer

Can Spring Integration be used in Mutli Server Environment

Can we use Spring Integration to configure directory polling for files such that - With 2 servers configured, polling occurs on 1 server and corresponding processing get distributed b/w both the servers. Also, can we switch the polling on either of…
1
vote
1 answer

Spring Integration custom processing order not working

I have configured spring integration to poll a directory. I have configured InBoundChannelAdaptor with poller configuration of maxMessagesPerPoll = -1 trigger = PeriodicTrigger(1000) Also I have provided custom comparator while creating the…
Kshitiz
  • 21
  • 3
1
vote
1 answer

How to commit file to github using REST API for CI integration

I want to send my .apk file to the github repository through REST API. File is converting to base64 and send as blob: BLOB_SHA=$(curl -X POST https://api.github.com/repos/{user}/{repo}/git/blobs -H "Accept: application/vnd.github.v3.raw+json" -H…
luker
  • 11
  • 2
1
vote
0 answers

Error while Integrating POSTMAN with AWS API Gateway. Getting empty List of API Gateway in the drop down

I am trying to integrate my postman collection with AWS API Gateway. I want this suite to be part of the code build there. While selecting the value from a list of API Gateways, getting this: Unable to fetch API Gateways Something went wrong while…
Khyati Sehgal
  • 375
  • 1
  • 6
  • 21
1
vote
1 answer

DailogFlow API fulfillment to public endpoint gives Unauthorized 401

I am new to this Dialog flow which I am using to try to connect my Google assistant with Salesforce based system. Now, I have a public facing GET end point which I want to call from DialogAPI fulfillment But it always fails with "webhookStatus":…
Kaushik Ray
  • 555
  • 2
  • 8
  • 21
1
vote
0 answers

ReactJS: adding scripts to project Unexpected token '<'

I am trying to integrate a javascript project into my reactjs one. The plain js project augments images in 3D space using matrix3d css. https://github.com/zoltan-dulac/Matrix-Construction-Set I want this project to act separately in a modal inside…
kakakakakakakk
  • 467
  • 10
  • 31
1
vote
2 answers

Self-Hosted Integration Runtime times out after ADF pipeline loads a few tables

I have recently installed Integration Runtime for a local server which hosts an Access DB. The idea is to pull data from it and store in in Azure SQL DB. I have done the following: Integration Runtime Services Installed on local machine hosting the…
ezaidi
  • 25
  • 6
1
vote
1 answer

How to invite participant to an existing call in MS teams using API?

I am trying to invite participants to an existing Teams meeting Using API. https://learn.microsoft.com/en-us/graph/api/participant-delete?view=graph-rest-1.0&tabs=http#invite-a-participant-to-an-existing-call I am referring this above link to call…
user16991217
1
vote
0 answers

Can I integrate my Dialogflow agent into Wordpress with NO plugins and NO suscription to Wordpress?

I have a client that maintains that it should be posible, and I couldn't find anything. When I take the Dialogflow Text Integrations html code and put it into my private server, it works like a charm. When I put it into a Widget (footer) or directly…
1
vote
0 answers

CORS problem rises when I embed my Unity App inside a React App

This is a quite convoluted issue but maybe I'm missing something that is more general and not strictly related to my specific context. Long story short: I have a CORS error when I make an http request from my Unity App (WebGL build) which is…
Giggioz
  • 457
  • 7
  • 21