Get answers.  Share knowledge.  Collaborate with peers.




How can I keep a Windows folder from being moved accidentally
Yes. Use the NTFS permissions to remove peoples ability to delete the folders. This will prevent them from moving them to another location. To remove delete permissions you have to edit the rights in the advanced editor then remove the delete right from the folder. You should also remove the Take owership and change permissions [...]

View Answer   |  February 26, 2013  11:29 PM
Microsoft Windows, NTFS permissions, User Permissions
answered by:
64,520 pts.

Why do you think IT sales continue to stall?
It’s rare for me to come across a client that is not experiencing budget reductions across their business. Perhaps it’s CIOs and CTOs being smart with their money and realizing that  they really don’t need new computers, OSs, and applications as much as the vendors try to push their wares. Perhaps it’s partly impacted by [...]

View Answer   |  February 26, 2013  8:34 PM
IT sales, Networking, Storage
answered by:
10,860 pts.

What security trend worries you the most for 2013?
I’d say, based on what I see in my security assessment work, that malware is indeed a problem – more than many believe. Traditional anti-virus is not enough for many enterprises. Mobile too. It’s mostly out of control. Not good for security. The one thing that many still overlook is web vulnerabilities that have gone [...]

View Answer   |  February 26, 2013  8:53 PM
cybersecurity, Security
answered by:
11,410 pts.

Error in position while printing variable
Got the answer.It is due to memory management of Packed decimal,it is being printing at 70 and not 71.We can use ‘.’ to adjust the correct position. Thanks Tom.

View Answer   |  February 26, 2013  6:00 AM
AS/400, AS/400 Printer File
answered by:
60 pts.

Subfile with scroll bar.
0000.10 A*%%TS SD 20130225 015246 ATANEJA REL-V5R4M0 5722-WDS 0000.20 A*%%EC 0000.30 A DSPSIZ(24 80 *DS3) 0000.40 A CF03(03) 0000.50 A R SFL1 SFL 0000.60 A*%%TS SD 20130225 015246 ATANEJA REL-V5R4M0 5722-WDS 0000.70 A TEXT(‘y’) 0000.80 A SEMP# 7A O 7 11 0000.90 A SENAME 15A O 7 22 0001.00 A SSALARY 7S 0O 7 43 [...]

View Answer   |  February 26, 2013  7:52 AM
AS/400, AS/400 Subfiles
answered by:
670 pts.

what is dos command to run .msa file
If you mean a dos window within Windows to install via script or something similar the basic command is msiexec /i <fullpath to msifile> you can also see the following link for more options http://technet.microsoft.com/en-gb/library/cc759262%28v=ws.10%29.aspx

View Answer   |  February 26, 2013  5:58 AM
.MSI files, DOS command
answered by:
10 pts.

Vsphere Client VM console problem
Are there any firewalls between you and the ESXi hosts?  This looks like somthing is blocking the port for the console connection

View Answer   |  February 26, 2013  1:55 AM
vSphere client
answered by:
50 pts.

maximum subject length
I guess it is 32K of size. Like you can not enter more than 32000 character

View Answer   |  February 26, 2013  8:25 AM
Lotus Notes, Lotus Notes Fields
answered by:
25 pts.

Science graduate wants to learn SAP
Hi, Myself Ashok having 8 years experience in SAP. As you have already experience in Sales the module suits for you is SAP Sales and Distribution. With your domain experience it is easy to understand scenarios in sales and can be mapped easily into SAP.

View Answer   |  February 25, 2013  5:34 PM
SAP, SAP Career
answered by:
5 pts.

Evidence of RMAN backup run
If you run RMAN with a respository, then oracle will store that information in tables in this database. Data will be kept and grow (just like all tables) and then rman management will be needed to remove obsolete records. When you do not use a recovery catalog, the control file is the sole source of [...]

View Answer   |  February 25, 2013  7:26 PM
Oracle backup, RMAN
answered by:
15 pts.

SharePoint alternatives?
My recommendation for a Microsoft SharePoint alternative would be Drupal (www.drupal.org) and open source (free) Content Management Platform that can be used to achieve the business goals that you have described. A quick way and easy way to get started with Drupal is to download and install a fully functioning environment from BitNami at http://bitnami.org/stack/drupal. [...]

View Answer   |  February 25, 2013  11:42 PM
Collaboration tools, Document management software, SharePoint
answered by:
2,280 pts.

Window keyword in display file
If you can get on the AS400 that has this issue, and you can recreate it, then I recommend that you start two AS400 session side-byside; one on a machine that does not thave this issus and the machine that does have the issue. Go into DEBUG on both machines and step through the code. [...]

View Answer   |  February 25, 2013  10:18 PM
AS/400, AS/400 Display File
answered by:
32,915 pts.

Why is my internet so slow?
I see and hear about this a lot for business and home users. It’s likely your PC. I’ve found a deep malware scan using Webroot and Malwarebytes to be a great starting point for troubleshooting such problems. Beyond that, I’ve found that reloading Windows to be the best fix.

View Answer   |  February 25, 2013  10:22 PM
Internet access, Internet connection, Internet speed
answered by:
10 pts.

Lost paper
Start over? More info would definitely help us help you. There might be a way to recover it from your system temp directory or by using a file recovery tool such as Davory.

View Answer   |  February 25, 2013  11:03 PM
Microsoft Word, Microsoft Word documents
answered by:
15 pts.

Query in subfile with SFLNXTCHG
Your subfile record probably has (or should have) a SFLNXTCHG keyword conditioned by one or more indicators.  Set the indicators so the SFLNXTCHG condition is TRUE when you write or update each subfile record that you want the READC to read.

View Answer   |  February 25, 2013  4:34 AM
AS/400, AS/400 Subfiles
answered by:
70 pts.

Code review checklist for AS/400 application
Generally a Code Review is not include in the Unit Test Process. The Unit Test is done by the QA staff or the end users. A code review is the IT Developement staff looking at the actual source code.

View Answer   |  February 25, 2013  6:17 PM
AS/400, AS/400 applications
answered by:
10 pts.

AS/400 Query – how do you split names in field into seperate fields
You are not going to be able to do this with Query, You need to use a language that allows for scan and substring. With the format you defined: LASTNAME, FIRSTNAME MI Start at pos 1 and scan for ‘,’. When found all data preceding the comma is LASTNAME. Now start at the position of [...]

View Answer   |  February 24, 2013  3:56 PM
AS/400, AS/400 Query, iSeries
answered by:
11,410 pts.

Connecting visual basic with SQL server
you can use ado to connect vb to sql server.

View Answer   |  February 23, 2013  8:45 AM
SQL Server, Visual Basic 2008
answered by:
245 pts.

How to install Ubuntu.
Here’s some steps: Download and install the Ubuntu .iso file here. Once the .iso file has been downloaded, use that file to create a bootable CD. Once the CD has been created or if you already have an Ubuntu CD, start the computer with the CD in the computer. Select “Start or install Ubuntu”, which [...]

View Answer   |  February 23, 2013  3:16 PM
Linux Ubuntu, Ubuntu
answered by:
60 pts.

IT help desk first come first serve
It is not always appropriate to base support on a strictly, first-come, first-served basis. If your top-selling executive has an issue that stops his productivity, this is certainly more critical than the part-time data entry clerk who has a question about mouse speed. I firmly believe that Triage is as important to a Help Desk [...]

View Answer   |  February 22, 2013  9:17 PM
IT Help Desk, IT support
answered by:
11,410 pts.