I'm using sitemap but are not getting the results I expected. I have three groups defined.
admin
programmers
citymanager
One of the nodes in my menu has three options. I want the options to be available only for certain groups. However all of the groups can see all of the three menu...
I'm trying to document an ER model. I'm trying to use the correct (crow) symbols and I'm a little confused. Are you suppose to use the symbols that would show relationships between tables that should occur or only what you plan on inforcing with constraints?
For example: Say you have a...
I have a VB.Net windows service that gets started automatically when a server gets rebooted. Problem is that the first thing the service does is connect to a SQL Server database. Without putting code in my program to loop or wait, I'm at a lost.
I was hoping for a SQLServer service that I...
I need to write a program that can run as a service. The program needs to monitor a server for when files gets created. I can write a program to run file system commands in VB to look for files created since the last time the program ran but I was hoping there is a faster approach.
The server...
Okay, I'm a little confused. When you stated to run your service as a different user that does have network access. What service were you talking about? The IIS service or the Web Service I am creating?
I tried changing the user for the IIS service with no luck. I'm re-reading your...
I need help with what user to use. I entered my local account on the log on tab of the IIS Admin service and I get the following error when trying to click apply.
Service IISAdmin could not be configured to run under account name .\scwade on computer Local Computer. Service IISADMIN runs in a...
I tried that approach first and got the unknown username and password error. My web server is running on my PC and my credentials exists on both the web server and remote server. I know if I try to connect to a server from Windows explorer it uses my credentials to connect. Who's credentials...
We are in the process of creating a Web Service to run on our IIS Web Server. We want the Web Service to be able to read a file system on another server. I would like to know what our options are.
1) Map Drive
2) UNC naming
3) Virtual Directory
I would rather not use a map drive unless I...
I'm a Window's Visual Basic programmer switching to the IBM's Websphere environment. I am used to writing application error messages to the Window's Event Log on the server running the application. Is there something similar in the IBM's Websphere environment? From my limited knowledge...
I am trying to copy a file from one server to another server without using drive letters inside a VB.Net program. If I have both servers mapped in Windows Explorer to a drive letter, UNC naming in my VB.Net works great. If I remove the drive letters and reboot and then try to run the VB.Net...
I have a database file that has questions and answers in it. I want to be able to read the database file and output the questions and answers into a text file. It has to be a standard text file b/c we are going to upload it to our imaging system to be viewed by our users. The imaging system...
RoquePoet01,
What did you end up doing about installing the exe on the server for everyone to run from one place? We have the same issue here and was wondering on what I need to do.
Thanks,
Scott
After you said something about clearing memory, I looked in a book and saw set cn = nothing. I tried it and it didn't resolve the issue. Thanks for the tip. I will use in the future.
I didn't answer your question earlier about whether or not the program runs continuously or on demand. Its...
I learn by example, so please any input (pos or neg) is appreciated. Here is the code.
Option Explicit
Public is_Log As String
Public ib_LogFileAvailable As Boolean
Public Sub Main()
On Error Resume Next
Dim Input_file As String
Dim Output_file As String
Dim SearchChar As String
Dim J As...
BB,
I have been able to reproduce bug on test 2000 server. I changed the program to do as little as possible to determine what is causing problem.
My first attempt was changing the VB pgm to only write to a log file. I ran that for 2 days straight without any errors.
My second attempt...
We have recently upgraded from Windows NT Server to Windows 2000 server and we now have some VB programs that are failing with the following popup error on the server:
Application popup: MemoryTest Part 2.exe - Application Error : The instruction at "0x77fcca14" referenced memory at...
I have an editable Flex Grid with several columns. I want to put logic in the program to keep the user from entering alpha chars in some of the columns. I want the program to not accept alpha chars from the keyboard. So where do I put the logic in to send the backspace when this happens?
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.