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...
Funnily enough Ive just bought the book 'Developing XML Applications' or sommat issue by Microsoft.
Somebody else had mentioned using XML.
Can you point me to the right area's to concentrate on.
Thanks for replying
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...
Thanks for the reply but I don't really see how that makes it tighter. Another instance will have the same code so could nip in and set another marker before my SQL statement has interoggated which TID the first instance set the marker on.<br>Or am I too much of a perfectionist?
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...
I think Ive found a half way house solution for the second question (I tried the label tag but I couldn't update it through the DOM) but that isn't a problem anymore.<br><br>The first problem is still there though. What I probably didn't make plain is that this bug seems to be perculiar to the...
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...
Better late than never:-)<br><br>Maybe my initial posting was a bit confusing (now Ive read it again).<br>The main question is how do you distribute an MTS package over multiple machines. At the moment I have all my business objects running in MTS on one machine. What are the steps involved in...
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...
Thanks for your help I think I'll mull it over for now. I think the problem is that I have got used to never taking a trip across the network unless I have to and this is probably in direct conflict with n-tier architecture. In the bad old days networks were slow and this could have a...
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.