Questions tagged [connect]

DO NOT USE! This tag is being burninated: https://meta.stackoverflow.com/q/418968/6296561

800 questions
-1
votes
1 answer

Does IBM Z/OS Connect EE allow authoring custom REST API

In our current project , We have a need to run queries from Azure on z/os systems. We plan to use IBM Z/OS Connect EE for integration from Azure cloud to Z/OS. We found that Z/OS Connect EE provides out of box features, to construct API on z/os…
-1
votes
3 answers

C++ About connect two string

This is a part of my code. I don't know why the string was partially overwrite by another string. for(int xd = 0 ; xd < 10; xd++) { if(booklist[xd].length() != 0) { string d =…
Kevin eyeson
  • 375
  • 4
  • 8
-1
votes
1 answer

Use R code in outsystems application

My question is as stated above: is it possible to use R code in an outsystems application? To connect the code to the application as an action or something? I had a basic course in outsystems, and I like how it works. Especially how easy it is for…
pk_22
  • 288
  • 1
  • 2
  • 18
-1
votes
1 answer

How are Hosts and Virtual machines connected?

I'm struggling to understand if the reason for a host and virtual machines connection is through the internet, if it communicates with the host as an application would communicate with the PC it is installed on or if it uses a protocol like TCP (As…
ter0revil
  • 9
  • 1
-1
votes
1 answer

Connect to Azure VM in Portal

I have seen tutorials on how to connect to a Data Science VM (running Linux) in the web-portal. Just click connect, and it will download a desktop client. However, I get the following message: *To connect to your Linux virtual machine using SSH, use…
Thomas
  • 13
  • 1
  • 3
-1
votes
1 answer

using connect's mapToProps vs reading and dispatching to the store as a global?

What's the difference between A) using the connect method of connecting state and dispatch function to a component and B) simply having functions in a component that do the dispatching as well as accessing the store as a global directly? (Not…
Andy
  • 1,452
  • 1
  • 13
  • 18
-1
votes
1 answer

Qt - connecting in class - something wrong - this

connect(from_file, SIGNAL(triggered()), MyQPlainTextEdit, SLOT(on_pushButton_clicked())); expected primary-expression before ',' token .. Why this doesn't work? When I use this, it works (in my case this is MyQPlainTextEdit(0x20429230,…
Artur Lodklif
  • 83
  • 1
  • 9
-1
votes
1 answer

C# connect with RDP to windows server 2012

I need to do the following things: 1) Сonnect to the server 2) Run the application E:\backup\backup.exe 3) copy E:\backup\log.txt in E:\backup\history\ 18.11.16 20-54-32.txt where the file name will be changed to the current time. 4) Disconnect from…
Dunkan
  • 21
  • 2
-1
votes
1 answer

Connecting 2 Beaglebone Black Devices Over Ethernet Network

The problem: I need to get information from one Beaglebone across an ethernet network to another Beaglebone, which will actuate a light based on the information the first Beaglebone provides. My background is mostly just in hardware, though, so I…
Ed Sawden
  • 39
  • 3
-1
votes
1 answer

Connect to Domino server with out name of Database in C#

I'm trying connect to domino server How can i connect to domino server with out name of database For example : i have a ip of server 1.1.1.1 . And in domino server i want list all database file (.nsf file). I was used…
jonny
  • 165
  • 3
  • 13
-1
votes
2 answers

SQL Server 2016 cannot connect remotely

I am using the "test.udl" to test the connect. When I use the IP which is from the router, it can connection test is succeeded. Then I try to use the real IP for testing connect, it got fall. The router has set as below: Archer C2>forwarding>Virtual…
ram wong
  • 1
  • 1
  • 2
-1
votes
1 answer

Handle python exception does not work

I am new to Python and facing some issues with exception handling. When I create a socket and connect it to an IP/port, I want to handle the socket exceptions and not display Python errors on console. I did that with the help of try and…
crazy_coder
  • 1,039
  • 2
  • 8
  • 18
-1
votes
2 answers

Check array on 4 in a row

I have this array which i want to check on 4 in a row (the game). I can do it with hundreds of if else but how can I do it in a loop? Is this even possible? This is my code. Thanks in advance! int array[][] = {{0, 1, 1, 1, 1, 0, 0}, …
-1
votes
1 answer

Not able to login in Microsoft SQL Management studio.(Error: Cannot connect to machine)

I have installed new setup of Microsoft SQL Server Management Studio using SQLManagementStudio_x86_ENU.exe on Windows 8. Installations was completed successfully. But I am not able to login using default logins e.g server name: (local), machine…
sahil
  • 1
  • 1
  • 2
-1
votes
2 answers

Qt, pass a custom variable between forms with signals and slot in a for cycle

I would like to pass an object to another form after a event, in this case a pressed button I can not use QSignalMapper because it is not an int, string or a widget. Signals and slots are for me the only solution, but I do not know how to pass the…
RobertAalto
  • 1,235
  • 1
  • 9
  • 12