Questions tagged [cross-server]
37 questions
1
vote
1 answer
Crossserver Apache SSI
Ok so the question is, "Can I use in Apache SSI files located on another local server?"
The example is quite simple. Lets say I have an index.shtml on first server and inner.shtml on the second one.
Will this work?
If not, what can work?

Alex Frenkel
- 409
- 5
- 15
1
vote
1 answer
How can I create a tracking JavaScript code like google analytics based on Javascript?
all I am trying to create Google Analytic clone. I know how to get information about the browser location IP and other similar things in PHP
What I want to know is how to create a java-script which sends this information from any website where my…

Lonare
- 3,581
- 1
- 41
- 45
1
vote
1 answer
cURL form cant show the information (very basic)
Hello people at StackOverflow,
I am trying to learn some more on cURL and have come up with the following form:

Jeroen van Veen
- 83
- 1
- 6
1
vote
3 answers
Cross-server ajax request
I've run into a situation where one of my company's clients is building a website with our service, but would like to include on our site the podcasts that get posted into a table dynamically generated on a page of their main business site.
I've…

Joshua Longanecker
- 181
- 1
- 13
1
vote
1 answer
Accessing the url of a remote window in Javascript
I open a new window to a Google docs presentation using the method window.open :
NewWindow = window.open("https://docs.google.com/presentation/d/1Qs9......");
I want to retrieve that url in order to know of it has changed (each slide of the…

user1323529
- 11
- 1
1
vote
1 answer
Cross-server SQL query to read from one table (shared) and write to another (local)
I've been having a very difficult time trying to read a table on one server and writing to another existing table on my hard drive (local... created using SQL Server Express).
Here's my code:
insert into…

user1315414
- 21
- 1
- 2
0
votes
0 answers
Making discord bot account for different channel types
I am attempting to make a discord bot with python that reads a channel post in one server; if they contain a video embedded link, then the bot automatically sends that message to another channel in a difference server.
However, the problem that I'm…
0
votes
0 answers
Can't get Font file defined by an url in a css located on an other server than the html page
I have 2 web site running on 2 different servers (but located on the same file system).
I use some common resources like css files, fonts, images, xml files ...
I want the second site using resources of the first site; i.e I store the common…

ThePEB
- 1
- 3
0
votes
1 answer
Can DB2REMOTE be used to point a file from another server?
Using the script below, I was able to load the data to the table with local files.
db2 load from SOME/LOCAL/File.txt of asc modified by reclen=123 method L \(1 11, 12 14\) REPLACE INTO schema.tablename
However, I want to achieve to load the file…

rjaycarl -
- 53
- 13
0
votes
0 answers
Is there a way to stop PHP SOAP to request each time a function called?
I have a PHP function class which has to work cross-server. So I've searched and decided to try SOAP without WSDL and it worked like a charm. But when there are more than 5-6 function calls ($soap->function()) in one page it generates results really…

ValDiMagra
- 73
- 1
- 8
0
votes
0 answers
How to cross join tables from multiple servers?
I'm working on a project to create a table that pull information from my local server and 2 online servers. The 2 online servers are both linked with my local server. I only have ability to read from the online servers and the data is to large for…

Sean Wu
- 3
- 2
0
votes
1 answer
Sending data from EJB server to another EJB server
I have to send data from P1 et P2 and P3 till reaching the 4th machine P4 which contains 2 EJBs. I don't know how to send data from EJB3A to EJB3B. Can a server be a client too?

fey
- 3
- 2
0
votes
1 answer
How to perform cross-server queries from Azure Cloud Database to On Premise Server Database
Goal
To create a query from an Azure server SQL Database to an on premise server server database.
This query used to be made using linked server objects from two on premise servers with their respective databases.
I have already successfully done…

Alex
- 4,821
- 16
- 65
- 106
0
votes
2 answers
Is there any cross server sql request utility like linqpad?
Is there any cross server sql request utility like linqpad?(at least pseudo cross server) or is there any way i can make cross server requests using management studio?

Grigoryants Artem
- 1,401
- 2
- 15
- 32
0
votes
0 answers
Corrupted MS Word/Excel file after File.OpenWrite
I am attempting to programatically update or create a MS Word or Excel file on a shared drive if the ContentLength does not match. The file is originally stored in a Sharepoint Database. I am able to do this successfully when the file is written…

MTL323
- 177
- 3
- 14