I just recently added a functional mailbox to Outlook 2K (SP3). Since adding the mailbox, my Outlook does not shut down when I exit. It leaves the screen up that says Please Wait While Outlook Exits, but never exits. I can shut it down from the task manager. We have also had the problem with...
First off, I'm using XP Home but I figure you guys might be able to help. My laptop recently crapped out. Upon rebooting I would get the error something about "windows could not start file missing <windows root> ntoskrnl.exe." So I took the advice of about 10 forums and ran the recovery console...
I had a NetGear MR814 11Mbps wireless router hooked up to my desktop at home and was able to work fine from my HP laptop (Broadcom 802.11b/g WLAN, Driver V3.70.17.0). Then, one day, my network just got all sketchy. It would disconnect and after I would unhook my router and cable modem it would...
I have users who are trying to access a site behind a portal. Behind the portal they are able to access an applications page that allows them to choose their app. However, when they click on any link to an app. they will get a Page cannot be displayed error. If I go to the Internet Options ->...
We are using Citrix v8.0.24737.0 to run another application. A user's machine has been frequently locking. So far, there hasn't been a pattern as to what he is doing when it locks. We would just like to know how we can log out or end the program to unlock the machine. As you can tell, we are...
We have an application that requires JRE 1.4.1 to run. I have a user who has 1.4.1 installed on his machine correctly. However, when he attempts to access the application it gives him an error to the effect of "Java 1.2 is not properly installed." There was no entry in the Add/Remove Programs...
I'm havin a helluva day. I'm trying to access a txt file that has records from my db. The user selects the date (which is also the folder name) and the table (which is also the file name) then I want it to reload those records back into an empty table. Right now, It says it can't even open the...
This question is really basic but I'm having a Monday. Besides, this is why my handle is Perltard.
In the following code sample I keep getting an error reading, "Use of uninitialized value in join or string at G:\orant\REPORT60\DPRIS Web Page\CGI-BIN\table_backup.pl line 39." Now...
I am trying to assign the login information into strings so that the user dictates which db they log into by choosing the db name from a drop down list. The code below doesn't work but I think you can see what I'm trying to do.
my $dbname = param('dbname');
if ($dbname eq "Old...
Oracle beginner...
I have a script written that will transfer data from our production db to our test db to keep a mirror image of the production to test on. Looks like this.
INSERT INTO ORATESTDB.THIS_TABLE
SELECT *
FROM ORAAPP.THIS_TABLE;
This worked just fine until they decided to move the...
Here's the problem. I am taking data from an Oracle database, and putting it into a text file. I want to name a directory to put the text files into by using the DATE_LOCAL ENV var. But, the format of the DATE_LOCAL var includes the time like this hr:min:sec. That creates 2 problems: 1. Win file...
back again, still lost.
I am creating txt files and storing the data from an oracle database in them. I can create the files fine, as long as I point to the right directory. I want to create the directory, in the same manner I create the file and name it the date of the backup. Is this...
I am attempting to run a query in perl that will drop, create, and alter the tables of an Oracle DB. Below is a snippet of how I am doing one table. (Keep in mind, I'm actaully doing this to 21 tables) I used this Perl syntax to retrieve data from this database and write it to a file before and...
First off, my name says it all. I am a perl tard, so please bear with any stupid questions I may have.
I am trying to get the perl to spit out the contents of my database, comma seperated for backup purposes. Below is what I have. At the moment it spits out the data the way I want except for...
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.