I am attempting to construct an array from a method, but I am receiving an error that the array must have an array size or array initializer. I thought the code below would do this, but it seems that C# is wanting more information up front, and I am not entirely sure what to give it. If I try...
The location in question has a cable connection for their internet that serves a business and other users. The cable modem is connected to a RVS4000 Cisco Small Business Router. The router has been configured to separate the users from the business using VLANs. Everything on the user side...
Here is the current setup of the system I work with:
Internet comes in at one building where it is connected to a firewall and this goes to a point to point wireless device. That signal hits a second omnidirectional device where the signal is then transmitted to the final point to point device...
I have a report in which it queries the database for information and runs IIf statement. This works without a problem, but when I go to create a new report and then try this same query, I get an #Error for the result. I tried a copy and paste of the statement, no luck. Looked up the #Error...
feherke,
I was under the impression that php code could be embedded in html without a problem.
1) The file is being requested through a webserver.
2) I am using a hosting service. Yebohost.
3) Unknown.
4) Unix.
5) I am unable to login to the command line, but per the hosting provider, PHP is...
I am just starting with php, but I have been unable to find a solution. I have a simple html page with php.
<html>
<head>
<style type="text/css">
@import url(file);
</style>
<title>Page</title>
</head>
<body>
Text here.
<hr>
<?php
echo "Hello World!";
?>
<hr>
</body>
</html>
While...
Why not do this instead?
1) Remove the group write permissions from the home directory.
2) Create a new dropoff directory for these archives.
3) Create the ssh keys as per the man page.
4) Script can now connect in a secure manner, the base home directory cannot be violated.
As far as the...
hokky,
The server can still have a password. If you use ssh-keygen, this should solve your problem. If for some reason you cannot do this, even though it is more secure than putting a password inside a script, see below for an expect example.
#!/usr/bin/expect
spawn telnet
expect "login: "...
I have two databases that exact mirrors of each other. All the tablespaces match, with the exception of the number of pages being used and the number of pages free.
Database 1 reports having fewer free pages than Database 2. The tablespace state is fine, but I am unable to determine why this...
elgrandeperro,
We have jobs that promote files to this permanent directory on a regular basis.
Truss shows that the file is always removed and then replaced by tar during extraction. (Creating lots of I/O.) But what I cannot understand is why this problem does not always exist. Anytime they...
Issue:
When unarchiving tar files on some of our servers, I am running into long extraction times for a paticular directory. There are about 1,000,000+ files in this directory all with 444 permission. This slice is about 200 GB.
The servers are running Solaris 5.8 with 2 processers (@ 1200...
Recently the company I work for moved to supporting double byte characters in the UDB8.2 database. As the DB was already setup as (utf-8, codepage=1208) this was not much of an issue, but when we loaded our first test case, it failed.
db2 "load from <DAT_FILE> of del modified by chardel~...
I have some files that I want to pattern match on, but I cannot get it to work right.
Test Files (0 byte touched files)
Test_GroupUIDxxx_FILETYPE_SERVER_DATE_NO.tar
Test_GroupUIDyyy_FILETYPE_SERVER_DATE_NO.tar
Test_GroupUID_FILETYPE_SERVER_DATE_NO.tar...
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.