I have been tasked to programmatically determine what certificate a webservice is looking for.
The site does have a web page to connect to. When connecting to that web page a dialog box pops up, "Choose a digital certificate", with some of the certificates from the personal store to choose...
I am submitting jobs to the Report Server to generate a report. This is working fine. However, some the reports can take a while.
I would like to be able to check on whether or not the report has finished. I can use the showjobs "function" and get a list of all the jobs with their Job Id and...
How to get around Report Server Logon page?
I am trying to kick off a report in a trigger. I cannot use the event driven publishing, due to OS versions. So, I am trying to submit a job using UTL_HTTP. The report server has been setup to accept a job through a web page, I tested it and it...
The short of it.
Currently we are running an oracle 8i(8.1.7) database on one machine(222.222.222.001) oracle report server on a second macine(222.222.222.002). When the report server generates a report it gets saved to /tmp/reports on the second machine.
Which works great so that they can be...
Ok, Here is what I am trying to do:
I have Java app that is being called through an Oracle stored procedure wrapper
CREATE OR REPLACE FUNCTION TEST_STR( ARG IN VARCHAR2 ) RETURN VARCHAR2
AS
LANGUAGE JAVA NAME
'testapp.longstring(java.lang.String) return java.lang.String';
now this app simply...
The short of it:
I need to take data from an Oracle 8i database and create an XML document on a Unix OS.
What is the best way (apps, language, process, etc...) to do this?
The long of it:
There is a debate about what the best way to get data from the Oracle 8.1.74 database into an XML format...
I am using Microsoft Visual Studio .NET 2003, and buildiing a solution with 3 projects all in C#.
I have gone through my code and added the XML comments for all the bits and pieces, and in every place I can think of.
Howver I can not seem to find the correct place to add them so that after I...
I need to create an application that will act like a Web Server. I need it to be able to capture all traffic, process the traffic, and return a response.
I just need something to hit up against on my local machine, but I need to be able to view and manipulate the data as it is processed by the...
I need to be able to Identify if a given folder resides on a mapped network drive or the local machine.
I know in VB there is the "Scripting.FileSystemObject" that has a "Drive.DriveType" object that provides exactly what I am looking for. Is there an equivalent in C#...
I am new to C# and .NET.
I have created an app that will list files in a listview control for specified directories.
I need to be able to do drag and drop file opens. Exactly like Windows Explorer.
For example:
If a text file (abc.txt) is in the listview, I need to be able to grab that entry...
I am new to C# and .NET and I am tring to display a listing of files and some information on each file from a specified directory.
I need the file name, create date, modified date, and owner name. The first three are easy, its the last that I have no clue how to get within the .NET frame work...
I am a newbie to flash, and like 500 other newbies I want to know about the menu that displays when a users right clicks on a flash movie. (the one with about macromedia)
However I do not want to get rid of it, I just want to know how to emulate the options that are displayed when a user right...
I am trying to build some dynamic drop down menus, I load the javascript arrays first. Then when a user makes a selection the next ones in line are populated.
In IE 6.0 everything works fine, but in Netscape 7.0 the error "Error: too many literals" appears in the JavaScript console. I...
I am using Delphi 5 on Windows 2000.
The database(paradox) has a constraint not allowing duplicate records and requires some fields to have a value.
I have a TDBGrid and TDBMemo connected to a TDatasource that is connected to a TQuery. A TDBNavigator is used to add, update, delete, scroll...
I know it seems like too simple of a question but I am obviously very new at this.
I am using PB 7.0 on Windows 2000
I am connecting to 2 diffrent ODBC sources:
Adaptive Server Anywhere
Microsoft Access
both exist on the local machine (no network connection)
I have built the executable...
EVERY time I try to run my executable I am getting the error
APP.exe has generated errors and will be closed by windows. You will need to restart the program. An error log is being created.
It will run and perform as expected inside Powerbuilder, but when I build the executable and then try to...
I have been tasked to create an application that will access a "mydata.db" file.
I am using Delphi 7 on Windows 2000.
What I know about the file:
It was being used in a Powerbuilder 6.0 desktop application
When I open it in word pad it references
"WATCOM International...
How do I connect to a Web Server LDAP from a Client machine?
I am using Delphi 7 and using the indy components.
I am currently using the indy componets TidHTTP and
TidSSLIOHandlerSocket to post to a web page from a client
machine(Windows 2000). This part works fine.
They are talking about...
With a client side application I need to set and read a cookie that a web page will then be able to read.
I have a client side application built in Delphi 7 that makes a post to a web server. I got that working.
Now I have been tasked with a sort of single sign on. If the user opens the...
I have recently been assigned to a project that was written in Delphi 5 and uses ICS(FPiette) components. The application currently sends a file to the server using FTP.
I have been tasked to try and do this using HTTPS.
The application will be migrated to Delphi 7, where I am told that I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.