The VB Application identified by the event source logged this Application iCOMGateway: Thread ID: 2624 ,Logged: MsgBox: , SSSS
Hi,
Does anyone have a clue what these information messages mean in the Application event log - they are happening all the time and are clogging it up. iCOMGateway is...
Hi,
Ive got a n-tier system which resides in MTS. Everything is OK but the support engineers would like to see an application on the MTS server that gives them stats about the current state of the system. The system connects to a third party company through a different third party product so...
To cut a long story short..
Background...
We have a system written in VB6 which comprises of a load of COM DLL's which sit in MTS on an NT4 server and currently our only presentation layer is ASP which works fine.
Our Third party IVR system sits on an OS/2 server and needs to interface to this...
This problem is really starting to get on my nerves...<br>I want to store some values in a cookie and set an expiry date in a months time..<br><br>Here's what I am doing (This is in VBScript)<br>document.cookie = "TOP=132; Expires=01-Sep-2000 12:00:00 GMT"<br>but when I look at the...
Hopefully someone knows the answer to this<br>I dynamically change the size of the browser window with the<br>following command <br><br>window.resizeTo 500,530<br><br>but I hate hard-coding anything so I would like to store the size of the browser window when I start. Does anybody know how you...
I would like to store the position of the Explorer window on the screen so that next time the app is run the window appears in the same position.<br>My first idea is to write to the client registry..is this possible from an ASP page? or is there an alternate method you can come up with<br><br>Thanks
Ive developed an n-tier application and I am just a few weeks away from it going live. To cut a long story short the only part of the system that I can't really give a good battering to is the front end ASP page. <br>Originally I just installed the option pack and created a project in IIS and...
I have got a table of TID's which have an available flag<br>What I want to do is take off the next available TID and mark it as unavailable. Ive done the SQL for that<br><br>UPDATE TIDS <br>SET Available=0<br>WHERE ID IN (SELECT TOP 1 ID FROM TIDS WHERE Available=1 ORDER BY TID)<br><br>The only...
We are currently converting a VB client/server system into an ASP front-end which processes business objects in MTS on the server.<br><br>The Users are used to a VB front-end which validates most of the input before they send it off so Im trying to include as much as possible field-level...
Hi,<br>Ive read the book VB6 Business Objects and I am going quite well. I like to see everything working so Im now trying to have my User-centric and data-centric tiers on different machines (Ive seen it working on one machine). I exported my MTS data-centric package onto the second machine and...
Im now getting a bit more familiar with this whole n-tier setup but I'd like to hear opinions on what must be a common situation/problem in converserion from a client/server setup to n-tier.<br>The application I am converting does Debit Card processing. At the moment when the Client application...
I have MTS on my NT4 Workstation and also on a NT4 Server with all the service packs. Im trying to test a simple 3 Tier architecture with COM/DCOM/MTS.<br>The presentation layer calls a business object within MTS which calls a Data object which returns a recordset back to the business object and...
I am involved in evaluating converting a small system to use DCOM and MTS. Ive read the Introduction to COM book (good book) and have managed to understand most of it. I have had DCOM working on two NT workstations when they've both been logged on with the same UserID and I am now looking to get...
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.