diff --git "a/experts-exchange_com/experts-exchange_com_samples.json" "b/experts-exchange_com/experts-exchange_com_samples.json" new file mode 100644--- /dev/null +++ "b/experts-exchange_com/experts-exchange_com_samples.json" @@ -0,0 +1,602 @@ +[ + { + "url": "https://www.experts-exchange.com/questions/27304471/Crystal-Reports-database-table-lookup-in-formula.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Crystal Reports: database table lookup in formula | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
BlearyEye🇺🇸

asked on

Crystal Reports: database table lookup in formula
\n
\nI'm using Crystal Reports for VS 2010. In a CR formula I'd like to be able to lookup a database table. The function would be something like this:
\n   lookup(tablename, pk_col, result_col).
\n
\nFor example, lookup("States", "StateCode", "StateName") would look up a state code such as "AK" from table "States" and return "Alaska".
\n
\nIs there any such thing?\n
\n
\n
\"Avatar
Mike McCracken
\nThe full versions of Crystal have what os called a SQL Expression.
\n
\nCheck the field explorer to see if you have that.
\nIf so create a new one.  It is just basically SQL but it can only return a single VALUE.
\n
\nSomething like
\n
\nSELECT FullStatename FROM States WHERE StateCode = {StateCodeField}
\n
\n
\nmlmcc\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
GJParker🇬🇧
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
BlearyEye🇺🇸

ASKER

\nThe SELECT expression doesn't seem to work in the VS version. That's too bad, since it would be nice if it were available. But adding the extra tables did the trick.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26405959/Active-Sync-OWA-not-working-with-IAG.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Active Sync, OWA not working with IAG | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
cahillj🇺🇸

asked on

Active Sync, OWA not working with IAG
\n
\nIntermittently on my IAG box W3wp.exe is at 99% cpu. When this happens it does not allow anymore connections. So OWA and AS stop working. If you kill the process the process starts up again (in a normal CPU range) and then OWA and AS start working again. There are no error messages in the event viewer and I’m not sure what to look for in the httperr logs.
\n
\nRunning 2003r2 sp2 – Celestix IAG box
\n2FE Exch servers (2003)
\n7BE Exch servers (2003)
\n
\nAny thoughts?
\n\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Saakar🇮🇳
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29013475/VirtualBox-can't-ping-host.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: VirtualBox can't ping host | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
snoopaloop🇺🇸

asked on

VirtualBox can't ping host
\n
\nI setup my first guest machine through Windows OpenBox.  It's setup with NAT by default.  However, a simple ping to the host machine does not respond.  I want the host to share a folder and have the guest access it.  I also want remote desktop functioning on the guest machine.\n
\n
\n
\"Avatar
DIPRAJ🇮🇳
\nhi,
\nkindly check the following details:
\n
\n1. there are two NIC for teamming/ Load balancing.
\n2. a public ip has been given to the teamed adapter
\n
\ndo-
\n1. Remove the team.
\n2. disable the second NIC.
\n
\nand then check.
\n
\nthanks.\n
\n
\"Avatar
snoopaloop🇺🇸

ASKER

\nWhere am I checking?
\n
\n\"User\n
\n
\"Avatar
Natty Greg🇨🇦
\nUnder advanced tab, enable promiscuous mode - its currently denied see if that works, under the interface tab or system tab make sure you check shared resources like cdrom, network, storage etc.\n
\n
\"Avatar
snoopaloop🇺🇸

ASKER

\nThanks for the promiscuous mode.  I searched that term in their help file...
\n
\nNote
\nBridging to a wireless interface is done differently from bridging to a wired interface, because most wireless adapters do not support promiscuous mode. All traffic has to use the MAC address of the host's wireless adapter, and therefore VirtualBox needs to replace the source MAC address in the Ethernet header of an outgoing packet to make sure the reply will be sent to the host interface. When VirtualBox sees an incoming packet with a destination IP address that belongs to one of the virtual machine adapters it replaces the destination MAC address in the Ethernet header with the VM adapter's MAC address and passes it on. VirtualBox examines ARP and DHCP packets in order to learn the IP addresses of virtual machines.
\n
\nI plugged in an ethernet cable and I was able to ping via IP address.  So how do I access the guest via RDP?  Also, I need to expand the storage.   Where do I go to increase the storage?
\n
\n\"User\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Natty Greg🇨🇦
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
snoopaloop🇺🇸

ASKER

\nsorry, I will check this out early next week.\n
\n
\nI think this has to do with some firewall policy on one or both guest and host machines.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22033666/changing-from-gcj-to-sun-java.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: changing from gcj to sun-java | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
BAJ05🇫🇷

asked on

changing from gcj to sun-java
\n
\nHi,
\n
\nI am trying to use EPIC with eclipse to develop Perl projects.
\nI got a lot of error messages when trying to download the sources. After searching a bit I found out that apparently GCJ is not working correctly with Eclipse. So I installed java5.0 from sun and then copied the installation files from eclipse over the ones that came with my FC4. I am still running into problems. Now I want to change to the sun-java version, but don't know how. Can someone please help me?
\n
\nthanks,
\n
\nBernd\n
\n
\n
\"Avatar
BAJ05🇫🇷

ASKER

\nI think it works now:
\nI removed /usr/bin/eclipse and appended /usr/share/eclipse to $PATH. Now starting eclipse from the command line works.
\nI also downloaded all the relevent files/features for EPIC and pointed the eclipse to that local site. Then I added the specific directory again for download and finally succeeded in installation. So far so good. I can at least see some Perl functionality within eclipse now. Let's see what else I can do...
\n
\nBernd\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Kerem ERSOY
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nOoops: There's a typo in the very first line:
\nPlease note that now all java applications are Java 5.0 compatible
\nmust read
\nPlease note that *not* all java applications are Java 5.0 compatible
\n
\nSorry for typo :)
\n\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/articles/10845/Creating-tutorials-in-place-of-FAQs.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Creating tutorials in place of FAQs | Experts Exchange\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n
\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n \n
\n
\n
\n \n

\n \n

\n
\n
\n
\n
\n
\n \n
\n
\n
\n Ask
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n Log In\n
\n
\n
\n
\n \n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n \n
\n
\n
\n \n

\n \n

\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n Log In\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n
\n
\n
\n

Creating tutorials in place of FAQs

\n
\n
\n \"\"\n
\n
\n Thomas Zucker-Scharff\"\"Senior Data Analyst\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n
\n Veteran in computer systems, malware removal and ransomware topics.  I have been working in the field since 1985.\n
\n
\n
\n Published: \n
\n
\n
\n Updated: \n
\n
\n
\n
\n Browse All Articles > Creating tutorials in place of FAQs\n
\n
\n
\n
\n I have found that much of my time doing support ends up being a constant repetition of the same steps to different people.  Early on I stated using web pages with Frequently Asked Questions (FAQs) to alleviate most of the burden.  Sometimes this just wasn't enough.  I've played with various different ways of augmenting this over the years and a couple of years back found one solution that topped the rest.\n
\n
\n I've tried apps like AviScreenPortable (files were way too large), screencastr (limited time) and screenr (limited time).  The best so far has been Wink by Debugmode.  The tutorial can be as long as you wish, you can add all sorts of elements, including voiceover.  You can also link from either a main menu to other tutorials or from one wink to another.  The end product is in interactive flash (swf file) so although it is extremely small in size it cannot be played on devices like an iPad (can't play flash).\n
\n
\n In order to make a wink project you first need to download and install wink from the link above.  I have tested it on windows xp sp2 and 3, windows 2003 r2 server, and windows 7.  Once the program is installed, first start the program you wish to capture, like IE.  Start wink and click the first icon - a blank page, to start a new project.  \n
\n
\"Wink\n
\n At this point you see the \"New Project Wizard\"\n
\n
\"Wink\n
\n Make sure \"Hide Wink Window\" is checked then if you wish to only capture the window in which you are working, select window in the drop down box and then click choose.  When you hover your mouse over different windows and different parts of each window, you will see an outline appear around the select area.  If you click on this area you then see green corners around the area you are going to capture.  When you are satisfied with your selection (you can go back by clicking cancel), click OK.  Now you will see step 2 of the New Project Wizard:\n
\n
\"Wink\n
\n This window explains how wink will work during the capture.  Read this carefully the first time you use wink.  When you are done click the \"Minimize to Tray\" button.\n
\n
NOTE that your project has not started until you hold down the Shift key and press the Pause button.\n
\n
\n Once you do press the key combination everything you do on screen, in the area you designated, will be captured.  The wink project file can be very large (even before you add extras), but the resulting flash file when you render it is very small. \n
\n
\n When you download wink, it comes with a tutorial that is very good and explains much of what it can do.  Not only that but the tutorial itself is made with wink.\n
\n
\n Some of the tutorials I have made can be accessed from this wink menu:\n
\n
http://www.einstein.yu.edu/centers/cancer/tutorials\n
\n
(the public page includes only those tutorials that are cleansed for the public, and some of them can take a bit of time to load, so please be patient)\n
\n
\n You will note if you watch the tutorials on the above page that some use a specific window and some capture the whole screen.  You can not only navigate them using the arrows, but also with the scroll bar at the bottom of the screen.\n
\n
\n The author does a great job of explaining virtually everything you can do with wink.\n
\n
\n WARNING: It has come to my attention since publishing this article, that there is a bug in wink that will cause it to crash intermittently when using the audio dubbing feature.  Therefore it is advisable to save frequently and note which frame you are editing when adding audio from within the program.  The only fix I have found is to eiher run wink on a windows XP machine or in a virtual windows XP machine (XP Mode doesn't seem to solve the problem).\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n 1\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n 4,028 Views\n
\n
\n
\n
\n
\n
\n
\n \n \n Comment\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
    \n
  • Facebook\n \n
  • \n
  • Twitter\n \n
  • \n
  • LinkedIn\n \n
  • \n
  • https://www.experts-exchange.com/articles/10845/Creating-tutorials-in-place-of-FAQs.html copy
  • \n
    \n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n \"\"\n
\n
\n Thomas Zucker-ScharffSenior Data Analyst\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n
\n Veteran in computer systems, malware removal and ransomware topics.  I have been working in the field since 1985.\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n

Comments (1)

\n
\n
\n \n
\n
\n \"\"\n
\n
\n
\n Thomas Zucker-Scharff\"\"Senior Data Analyst\n
\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n
\n

Author

\n Commented: \n
\n
\n
\n
\n
\n Please note that I do note have any association with wink or it's author.  I am purely a user of the product who is extremely pleased with it.\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n \n
\n
\n
\n
\n
\n

Have a question about something in this article?\n You can receive help directly from the article author. \n Sign up for a free trial to get started.

\n
\n
\n
\n
\n
\n \n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n \n

The Original Tech Community

\n
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n
\n
\n
\n © 1996-2025 Experts Exchange, LLC. All rights reserved. Covered by US Patent.\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
© 1996-2025 Experts Exchange, LLC. All rights reserved. Covered by US Patent.
\n
\n
\n \n
\n \n
\n \n \n \n \n
\n
\n
\n
\n
\n \n \n \n\n\n" + }, + { + "url": "https://www.experts-exchange.com/questions/21209858/Not-in-Subquery-with-WildCards.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "\nSolved: "Not in" Subquery with WildCards... | Experts Exchange

TOPICS

Featured

Programming

Virtualization

OS

Microsoft

Databases


\"Avatar
xTheBanditx

asked on

"Not in" Subquery with WildCards...
\n
\nI have two tables - the first is a list of projects with Project Numbers in the 'PROJ' field like this:
\n
\nTE47000
\nTE47300
\nBD40999
\nBD43999
\nFI50000
\nFI49999
\n
\netc etc
\n
\nI want a query to filter this list of projects bby wildcards eg:
\nNot Like \"FI*\"
\n
\nHowever I want to hold the list of wildcards in a seperate table (there are going to be multiple queries which need updating regularly, so I dont want to have to edit each query - I'd rather hold the list of wildcards as a separate table.
\n
\nSo I've tried doing this as a subquery like this:
\n
\nSELECT DISTINCT PROJECTTABLE.PROJ
\nFROM PROJECTTABLE
\nWHERE (((PROJECTTABLE.PROJ) Not In (Select [FILTERTABLE].[WILDCARD] from [FILTERTABLE])))
\n
\nThis doesnt work as the original project numbers dont match the filters, so it returns all projects..  What I need to do is make if 'Not Like' rather than 'Not In' but this returns an error.
\n
\nAny ideas?..
\n\n
\n
\n
\"User\"User

\"Avatar
Last Comment
xTheBanditx
\"Avatar
\nMaybe <> ?\n
\n
\"Avatar
NGPSoft1🇺🇸
\nIt's a little crude, but you could use something like
\n
\nSELECT DISTINCT PROJECTTABLE.PROJ
\nFROM PROJECTTABLE
\nWHERE Left(PROJECTTABLE.PROJ,2)<>\"FI\"\n
\n
\"Avatar
\nThis isnt the solution I need... I need the list of 'FI' and other types to sit in a seperate table and compare the two, rather than edit these in the query itself..
\n
\nAny0one else?\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
NGPSoft1🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
\nthats the puppy.... much obliged... ;)
\n
\nnick\n
\n

Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.

226K
Questions
11K
Followers
\"User\"User\"User
Top Experts
Get a personalized solution from industry experts
Ask the experts
\n\n\n\nads via Carbon\n
\"LinkedIn\"Facebook\"X\"Instagram\"TikTok\"YouTube
\n

\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29070812/RDS-on-Server-2016-and-hiding-server-drives.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: RDS on Server 2016 and hiding server drives | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
crp0499🇺🇸

asked on

RDS on Server 2016 and hiding server drives
\n
\nI've asked this in several different ways on here and I never get a clear answer.  I know I need a group policy, but I'm not having any luck making it happen.
\n
\nMy setup is Microsoft RDS on server 2016.  I'm publishing one app.
\n
\nWhen my users go to save, the drives on the server are visible, as are the libraries.  I need these to be hidden.
\n
\nCan someone tell me what GP (computer or user) to use and whether or not it's loopback.
\n
\nThanks
\n
\nCliff\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Cliff Galiher🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Yasir Arfat🇨🇦
\nHere is something I have tried in server 2012 r2 it might help
\n
\nIn the Group Policy management editor As this is User policy therefore on the left hand side frame, expand “User Configuration”, expand Policies, Administrative Templates Policy, Windows Components and select File Explorer. In the right hand side frame, double click on the “Hide these specified drives in My Computer”.
\n
\nIn the “Hide these specified drives in My Computer” window. Select Enabled to hide the drives using Group Policy. Under Options select the drive that you want to hide you’ll see options like “Restrict A and B drives only”, “Restrict C drive only”, “Restrict D drive only”, “Restrict all drives”, etc. For this practical, we’ll select C drive only. Click on Apply and then click on Ok agin to enable the hide drives group Policy.
\n
\nOnce the policy is defined and enabled, ensure you check it and confirm that it shows “Enabled” in the state.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28294135/Find-cause-of-C-drive-growth-Windows-2012-Server-Essentials.html", + "domain": "experts-exchange.com", + "file_source": "part-00188-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Find cause of C drive growth Windows 2012 Server Essentials | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Stephen Hoyle🇬🇧

asked on

Find cause of C drive growth Windows 2012 Server Essentials
\n
\nI'm running a Windows 2012 Server Essentials box which also has SQL Server 2012 installed. It has two drive partitions C and D. All data, network shares, SQL data and logs are on the D drive. I have disabled all client machine backups.
\n
\nI'm also running Storagecraft ShadowProtect and Image Manager to backup the C and D drives and then replicate them offsite.
\n
\nThe problem I'm having is that the C drive is growing randomly by at least 2GB per day, which is causing problems replicating the ShadowProtect backup images over the 0.5Mbps upload ADSL link I have.
\n
\nCan anyone help me track down what is causing the growth of the C drive?
\n
\nI have mounted two backup images of the C drive at a point where it has grown 3GB between backups to try and compare and find where the increase is. I should point out that the C drive has actually grown, it's not just a change in the size of the backup images created.
\n
\nThe Page file is currently on the C Drive, but doesn't appear to have changed between these backups.
\n
\nThe strange thing is that if I look at the properties of the first image, it is 114GB in size, the second is 117GB. However if I view the properties of each folder in each of the images, they are all virtually the same size.
\n
\nCan someone help me where this growth is hiding please?\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
David Atkin🇬🇧
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Stephen Hoyle🇬🇧

ASKER

\nFantastic - thank you! I had been trying to find a program to identify large files and Windirstat has quickly identified the cause of the problem.
\n
\nEssentials does a backup on any Windows 8 clients by default of "File History Backups" which includes users My Documents folder. One of my users had a 2.5GB pst file in his My Docs which he adds to on a regular basis, so this was being backed up to the C drive at least once a day with a default retention period of 12 months!
\n
\nFile history backup is now turned off and hopefully problem resolved.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29076288/How-to-Creating-Primary-Key-On-SQL-Server-Table.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How to Creating Primary Key On SQL Server Table | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
mlcktmguy🇺🇸

asked on

How to Creating Primary Key On SQL Server Table
\n
\nI am using SQL Server Developer 14.  I am pretty new to SQL Server.
\n
\nI was working on the indexes for a table in the SQL DB.  I added a new index and wanted to delete one that was no longer needed.  Instead of deleting the index I intended, I deleted the PrimaryKey index,, which was on the Indentity column (PayRecID) of the table.
\n
\nI recreated a clustered, unique index to replace the Primary Key index but I'm not sure if that is sufficient.  I don't see anything in the available options to create a Primary Index on a table.
\n
\nHow can I create a Primary index on the table for column PayRecID?\n
\n
\n
\"Avatar
Abhimanyu Suri🇺🇸
\nIndexes that are created as the result of creating PRIMARY KEY or UNIQUE constraints cannot be dropped by using DROP INDEX.
\nThey are dropped using the ALTER TABLE DROP CONSTRAINT statement.
\n
\n"I deleted the PrimaryKey index,, which was on the Indentity column (PayRecID) of the table" -- Did you drop index or constraint here ?
\n
\nPlease check the columns primary key constraint is on, it could be a composite non clustered index and you may have dropped some other clustered index that involves one of the columns of PK.
\n
\nIn case the table has FOREIGN KEY constraints, those constraints would have to be removed first.\n
\n
\"Avatar
mlcktmguy🇺🇸

ASKER

\nI deleted the index while in SSMS.  In the object explorer I expanded the table, then expanded the indexes.
\n
\nAll the indexes including the Primary Key show there.  I right clicked on the Primary Key index and selected 'Delete' from the drop down.  Gone.
\n
\nThe picture is not of the table I removed the Primary Key From
\n
\n\"User\n
\n
\"Avatar
mlcktmguy🇺🇸

ASKER

\nTurns out to be way easier than I thought.  In the same object explorer, righ click on the table and select 'Design'.
\n
\nClick on the column to be the Primary Key
\n
\nThen click on the Primary Key symbol in the header.  That's it.
\n
\n\"User\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
mlcktmguy🇺🇸

ASKER

\nThank you.  I'm on a steep learning curve.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27992715/VB-Script-Find-and-Replace-in-pipe-delimited-file.html", + "domain": "experts-exchange.com", + "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: VB Script - Find and Replace in pipe delimited file | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
elwayisgod🇺🇸

asked on

VB Script - Find and Replace in pipe delimited file
\n
\nTrying to get our source files in best possible shape so they load to database faster.  I have a text file that is pipe delimited.  It has 14 fields.  First 4 are metadata and last 10 are data. Here's what I need.
\n
\nFor each field:
\n
\nField 1 - Nothing - Stays as is
\nField 2 - Change 'Fiscal Rcpt' to 'Fiscal' and 'Fiscal Sales' to 'Fiscal'.  So 'Fiscal Sales Aug' would  be 'Fiscal Aug' and so on.
\nField 3 - Nothing - Stays as is
\nField 4 - Change '2012' to '2012_New'
\nField 5 to Field 14 - Change '0' to #Missing and/or '0.00' to #Missing.  These have to be exact matches only.  So 50 cant become 5#Missing.  Only '0' and '0.00' can be changed to #Missing.
\n
\nThis has to run as fast as possible as this is whole point as we are bumping up against SLA already.  I have a bunch more of these so some way where I can change a few things around for a different file would be helpful too.
\n
\nSo a way where I can identify the filename to apply this to and then the resulting file would just be prefixed with 'LD_'.   That would be great.
\n
\nI appreciate all help you gurus have been providing.\n
\n
\n
\"Avatar
elwayisgod🇺🇸

ASKER

\nHere's an example of before and after files.
\nBefore.txt
\nAfter.txt\n
\n
\"Avatar
Patrick Matthews🇺🇸
\nTry this.  It's VBScript.
\n
\n
\n
\n\n
Dim fso, tsIn, tsOut, arr, TheLine, Counter\n\nSet fso = CreateObject("Scripting.FileSystemObject")\nSet tsIn = fso.OpenTextFile("c:\\oldfile.txt")\nSet tsOut = fso.CreateTextFile("c:\\newfile.txt", True)\n\ntsOut.WriteLine tsIn.Readline\n\nDo Until tsIn.AtEndOfStream\n    TheLine = tsIn.ReadLine\n    If TheLine <> "" Then\n        arr = Split(TheLine, "|")\n        arr(1) = Replace(Replace(arr(1), "Fiscal Rcpt", "Fiscal"), "Fiscal Sales", "Fiscal")\n        If arr(3) = "2012" Then arr(3) = "2012_New"\n        For Counter = 4 To 13\n            If arr(Counter) = "0" Or arr(Counter) = "0.00" Then arr(Counter) = "#Missing"\n        Next\n        tsOut.WriteLine Join(arr, "|")\n    Else\n        tsOut.WriteLine\n    End If\nLoop\n\ntsIn.Close\ntsOut.Close\nSet tsIn = Nothing\nSet tsOut = Nothing\nSet fso = Nothing

Open in new window

\n
\n
\"Avatar
elwayisgod🇺🇸

ASKER

\nThis looks really good.  You want to talk offline about side work.  Have a many (10) more.\n
\n
\"Avatar
shorvath🇨🇦
\ntook the long way around but added a dialog box and the ability to configure each field
\n
\n
\n\n
Const ForReading = 1\nConst ForWriting = 2\n\nSet objFSO = CreateObject("Scripting.FileSystemObject")\nSet ObjCDG = CreateObject("UserAccounts.CommonDialog")\n\nObjCDG.Filter = "Text Documents|*.txt|All Files|*.*"\nObjCDG.FilterIndex = 3\nObjCDG.InitialDir = "C:\\temp\\Test\\"\nInitCDG = ObjCDG.ShowOpen\n\nIf InitCDG = False Then\n    Wscript.Echo "Script Error: Please select a file!"\n    Wscript.Quit\nEnd If\n\nSet objFileIN = objFSO.OpenTextFile(ObjCDG.FileName, ForReading)\nSet objFileOUT = objFSO.OpenTextFile(ObjCDG.InitialDir & "LD_" & objFSO.GetFileName(ObjCDG.FileName), ForWriting, True)\n\t\n\nDo Until objFileIN.AtEndOfStream\n\tstrText = objFileIN.ReadLine\n\taData = Split(strText,"|")\n\n\t' mdse_sty   Field 1 - Nothing - Stays as Is\n\tstrNewText = aData(0) & "|"\n\t\n\t' fis_sls_mo  Field 2 - Change 'Fiscal Rcpt' to 'Fiscal' and 'Fiscal Sales' to 'Fiscal'.\n\tIf instr(1, adata(1), "Fiscal Rcpt") > 0 Then\n\t\tstrNewText = strNewText & Replace(adata(1), "Fiscal Rcpt", "Fiscal") & "|"\n\tElseIf instr(1, adata(1), "Fiscal Sales") > 0 Then\n\t\tstrNewText = strNewText & Replace(adata(1), "Fiscal Sales", "Fiscal") & "|"\t\n\tEnd If\t\n\t\t\n\t' mdse_typ   Field 3 - Nothing - Stays as Is\n\tstrNewText = strNewText & aData(2) & "|"\n\t\n\t' fis_sls_yr   Field 4 - Change '2012' to '2012_New'\n\tIf adata(3)= "2012" Then\n\t\tstrNewText = strNewText & Replace(adata(3), "2012", "2012_New") & "|"\n\tElse\t\n\t\tstrNewText = strNewText & aData(3) & "|"\n\tEnd If\n\t\n\t'Field 5 to Field 14 - Change '0' to #Missing and/or '0.00' to #Missing. \n\t' unit_sls_ttl\n\tIf adata(4) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(4) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(4) & "|"\n\tEnd If\t\n\t\n\t' rtl_sls_ttl_local\n\tIf adata(5) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(5) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(5) & "|"\n\tEnd If\t\n\t\t\n\t' unit_sls_regpromo\n\tIf adata(6) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(6) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(6) & "|"\n\tEnd If\t\n\t\t\n\t' rtl_sls_regpromo_local\n\tIf adata(7) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(7) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(7) & "|"\n\tEnd If\t\n\t\t\n\t' unit_sls_mkd\n\tIf adata(8) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(8) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(8) & "|"\n\tEnd If\t\n\t\t\n\t' rtl_sls_mkd_local\n\tIf adata(9) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(9) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(9) & "|"\n\tEnd If\t\n\t\t\n\t' cst_sls_ttl_local\n\tIf adata(10) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(10) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(10) & "|"\n\tEnd If\t\n\t\t\n\t' cst_sls_regpromo_local\n\tIf adata(11) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(11) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(11) & "|"\n\tEnd If\t\n\t\t\n\t' cst_sls_mkd_local\n\tIf adata(12) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(12) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(12) & "|"\n\tEnd If\t\n\t\t\n\t' rec_order\n\tIf adata(13) = "0" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElseIf adata(13) = "0.00" Then\n\t\tstrNewText = strNewText & "#Missing" & "|"\n\tElse\n\t\tstrNewText = strNewText & adata(13) & "|"\n\tEnd If\t\n\t\t\n\t\n\tobjFileOUT.WriteLine strNewText\n\nLoop\n\nobjFileIN.Close\nobjFileOUT.Close

Open in new window

\n
\n
\"Avatar
elwayisgod🇺🇸

ASKER

\nIn the same script is it possible to add this logic too, but the output file is a different name.  Field 2 and 4 slightly different.  I can make it a different question too.
\n
\nSource File is same file:
\n
\nField 1 - Nothing - Stays as is
\nField 2 - Change 'Fiscal Sales Dec' to 'LY Fiscal Dec' and 'Fiscal Sales Jan' to 'LY Fiscal Jan'.  
\nField 3 - Nothing - Stays as is
\nField 4 - Increase each value by 1 except 2012. Have to start at 2018 and work way back too, I think :)
\n
\n2018 is 2019
\n2017 is 2018
\n2016 is 2017
\n2015 is 2016
\n2014 is 2015
\n2013 is 2014
\n2012 is 2013_New
\n2011 is 2012
\n2010 is 2011
\n2009 is 2010
\n2008 is 2009
\n2007 is 2008
\n2006 is 2007
\n2005 is 2006
\n2004 is 2005
\n2003 is 2004
\n 
\n
\nField 5 to Field 14 - Change '0' to #Missing and/or '0.00' to #Missing.  These have to be exact matches only.  So 50 cant become 5#Missing.  Only '0' and '0.00' can be changed to #Missing.\n
\n
\"Avatar
elwayisgod🇺🇸

ASKER

\nShorvath.  This has to run without any input from a user.  It will be a scheduled task.\n
\n
\"Avatar
shorvath🇨🇦
\nOK, so how will the original files be remove from the folder?  Sholud the script put the 'LD_' prefix in front of the new file and delete the old one?\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
elwayisgod🇺🇸

ASKER

\nno.  Original files stay there.  Scripts just create two new files. in same directory.  Mathews script is very fast and I like it alot.  Just needs tweaked a tad\n
\n
\"Avatar
shorvath🇨🇦
\ntry this
\n
\nConst ForReading = 1
\nConst ForWriting = 2
\n
\nSet objFSO = CreateObject("Scripting.FileSystemObject")
\n
\n
\nsFolder = Wscript.Arguments.Item(0)
\nIf sFolder = "" Then
\n    Wscript.Echo "No Folder parameter was passed"
\n    Wscript.Quit
\nEnd If      
\nSet folder = objFSO.GetFolder(sFolder)
\nSet files = folder.Files
\n 
\n 
\n
\n 
\nFor each folderIdx In files
\n
\n 
\n      Set objFileIN = objFSO.OpenTextFile(sFolder & objFSO.GetFileName(folderIdx.Name), ForReading)
\n      Set objFileOUT = objFSO.OpenTextFile(sFolder & "LD_" & objFSO.GetFileName(folderIdx.Name), ForWriting, True)
\n            
\n      
\n      Do Until objFileIN.AtEndOfStream
\n            strText = objFileIN.ReadLine
\n            aData = Split(strText,"|")
\n      
\n            ' mdse_sty   Field 1 - Nothing - Stays as Is
\n            strNewText = aData(0) & "|"
\n            
\n            ' fis_sls_mo  Field 2 - Change 'Fiscal Rcpt' to 'Fiscal' and 'Fiscal Sales' to 'Fiscal'.
\n            If instr(1, adata(1), "Fiscal Rcpt") > 0 Then
\n                  strNewText = strNewText & Replace(adata(1), "Fiscal Rcpt", "Fiscal") & "|"
\n            ElseIf instr(1, adata(1), "Fiscal Sales") > 0 Then
\n                  strNewText = strNewText & Replace(adata(1), "Fiscal Sales", "Fiscal") & "|"      
\n            ElseIf instr(1, adata(1), "Fiscal Sales Dec") > 0 Then
\n                  strNewText = strNewText & Replace(adata(1), "LY Fiscal Dec", "Fiscal") & "|"      
\n            ElseIf instr(1, adata(1), "Fiscal Sales Jan") > 0 Then
\n                  strNewText = strNewText & Replace(adata(1), "LY Fiscal Jan", "Fiscal") & "|"      
\n            Else
\n                  strNewText = strNewText & adata(1) & "|"      
\n            End If      
\n                  
\n            ' mdse_typ   Field 3 - Nothing - Stays as Is
\n            strNewText = strNewText & aData(2) & "|"
\n            
\n            ' fis_sls_yr   Field 4 - Change '2012' to '2012_New'
\n            If IsNumeric(adata(3)) = True Then
\n                  If adata(3)= "2012" Then
\n                        strNewText = strNewText & Replace(adata(3), "2012", "2012_New") & "|"
\n                  Else      
\n                        strNewText = strNewText & cstr( cint(aData(3) + 1)) & "|"
\n                  End If
\n            Else
\n                  strNewText = strNewText & aData(3) & "|"
\n            End If
\n            
\n            'Field 5 to Field 14 - Change '0' to #Missing and/or '0.00' to #Missing.
\n            ' unit_sls_ttl
\n            If adata(4) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(4) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(4) & "|"
\n            End If      
\n            
\n            ' rtl_sls_ttl_local
\n            If adata(5) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(5) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(5) & "|"
\n            End If      
\n                  
\n            ' unit_sls_regpromo
\n            If adata(6) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(6) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(6) & "|"
\n            End If      
\n                  
\n            ' rtl_sls_regpromo_local
\n            If adata(7) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(7) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(7) & "|"
\n            End If      
\n                  
\n            ' unit_sls_mkd
\n            If adata(8) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(8) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(8) & "|"
\n            End If      
\n                  
\n            ' rtl_sls_mkd_local
\n            If adata(9) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(9) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(9) & "|"
\n            End If      
\n                  
\n            ' cst_sls_ttl_local
\n            If adata(10) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(10) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(10) & "|"
\n            End If      
\n                  
\n            ' cst_sls_regpromo_local
\n            If adata(11) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(11) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(11) & "|"
\n            End If      
\n                  
\n            ' cst_sls_mkd_local
\n            If adata(12) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(12) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(12) & "|"
\n            End If      
\n                  
\n            ' rec_order
\n            If adata(13) = "0" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            ElseIf adata(13) = "0.00" Then
\n                  strNewText = strNewText & "#Missing" & "|"
\n            Else
\n                  strNewText = strNewText & adata(13) & "|"
\n            End If      
\n                  
\n            
\n            objFileOUT.WriteLine strNewText
\n      
\n      Loop
\n      
\n      objFileIN.Close
\n      objFileOUT.Close
\n      
\n      'objFSO.DeleteFile(folderIdx.Name, True
\nNext\n
\n
\"Avatar
elwayisgod🇺🇸

ASKER

\nMathewPatrick,
\n
\nThis is looking really sweet.  Only two things left.. Sorry, as I forgot about these.
\n
\n1 - There is a possibility that the Year Field 4 is 'Other Yr'.  If that is found then it stays the same in both output files.
\n2 - In output file #2, I actually need each line that is '2013' to create two duplicate lines.  One with the Year increasing by 1 to '2014' and one duplicate with Year equal to '2013_New'.
\n
\nIs that possible?\n
\n
\"Avatar
elwayisgod🇺🇸

ASKER

\nAnd on the when it's looking for a value to change can it not be case sensitive?  It didn't change 'Fiscal Rcpt Dec' when source file was 'Fiscal Rcpt DEC'.  Not sure how case will come in and whether it's consistent or not.  These are files with millions of rows so no way to check.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27490348/Excel-2010-files-opening-as-read-only.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Excel 2010 files opening as read-only. | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
infosys3🇺🇸

asked on

Excel 2010 files opening as read-only.
\n
\nI am haveing an issue with a users who has created a number of spreadsheet in Excel 2003.  I upgraded her to Office 2010, and did all the service paks (I think).  When she opens an ".xls" sheet it opens with "read only"...the error message specifies that the file is open by "" (a blank user???".  The only work around I have found is to "save-as" a 2010 Excel spreadsheet.  Is ther something I am missing or is there a real solution to this problem.   Thanks in advance for your reply. \n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
n2fc🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
infosys3🇺🇸

ASKER

\nMS KB article was somewhat helpful, but it did lead me to a solution.  Since I could open these speadsheets in 2003, but got an error message about "read-only" when opening same spreadsheet in 2010 I found that going to Options in 2010 Excel, then File and checking to be sure that the file was being "saved" as .xls rather than *.xlxs.   It seemed to solve my problem.  Many thanks for your speedy reply, I appreciate it.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29076184/How-do-I-check-for-my-user-unchecking-a-box-that-is-checked-by-default.html", + "domain": "experts-exchange.com", + "file_source": "part-00089-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How do I check for my user unchecking a box that is checked by default? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Bruce Gust🇺🇸

asked on

How do I check for my user unchecking a box that is checked by default?
\n
\nMy user has just submitted a form and, based on the input they've just entered, a box is going to be checked by default like this:
\n
\n<input type="checkbox"  name="spanish_alert_yes" id="spanish_alert_yes" onchange="spanishAlertYes(this)" value="Y" checked>
\n
\nHere's a screenshot:
\n
\n\"User
\nOn the original form, I've got a little "interview" that's revealed in stages based on the way in which the user checks certain boxes. Should the user click on "yes" in response to the first question ("Will this Employer need a Spanish version and an English version? Check "yes" in the box to the right if you do..") , the "spanishAlertYes" function is triggered and it looks like this:
\n
\n\n
\tfunction spanishAlertYes(check)\n\t{\n\t\tif(check.checked)\n\t\t{\n\t\t\t$('.submit_class').show(100);\n\t\t\t$('#spanish_alert_no').prop("checked", false);\n\t\t\t$('.employer_options').hide(100);\n\t\t\t$('#submit_explanation').html("<br><div style=\\"width:95%; margin:auto; text-align:center; border:1px solid #cccccc; border-radius:10pt; padding:10px;\\">When you click on \\"Submit,\\" you will be creating the basic aesthetics of your user's landing page. From here, you'll be directed to another interface where you'll being creating the user's Landing Page experience in Spanish.</div>");\n\t\t}\n\t\telse\n\t\t{\n\t\t\t//if this isn't checked, should the user have proceeded past this point and then backtracks and unchecks this button, you need to uncheck and zero out every checkmark that may have been put in place\n\t\t\t$("#emp_spouse_no").prop("checked", false);\n\t\t\t$("#emp_spouse_yes").prop("checked", false);\n\t\t\t$('#spanish_alert_no').prop("checked", false);\n\t\t\t$('.submit_class').hide(100);\n\t\t\t$('#submit_explanation').html("");\n\t\t\t$(".employee_spouse_name").hide(100);\n\t\t}\n\t}

Open in new window

\n
\n...and it works just fine when the user is starting off with a new form and a checkbox that isn't checked by default.
\n
\nWhen the user is at this point - where they've submitted the form, their response has been entered into a database and the box is checked by default - when they uncheck it, nothing happens. If they check on the "no" box or if they check the "yes" box again, then the Javascript functionality will kick in and everything works fine. But I want to engage the "else" portion of my "spanishAlertYes" function and I don't know how if the user is simply unchecking a box that is checked by default.
\n
\nHow can I code things so if a box that is checked by default is unchecked, my function will be triggered?
\n
\nThanks!\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
leakim971🇬🇵
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
\"Avatar
hielo🇼🇫
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
Bruce Gust🇺🇸

ASKER

\nPerfect!
\n
\nThanks!\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28682097/Folder-Redirection.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Folder Redirection | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
crp0499🇺🇸

asked on

Folder Redirection
\n
\nThe environment is Server 2012 R2 domain controllers on a windows network.  The workstations are Windows 7.
\n
\nIn AD for each user, I am setting the home folder H: to \\\\networkdevice\\home
\n
\nThis network device is actually a synology device, so, the home folders don't actually get created under \\home because the synology device is doing some kind of black magic and making a home folder under the \\homes folder and naming it \\username -random#
\n
\nThat's fine really and everyone is getting an H: drive and can store documents there.  
\n
\nMy problem comes in when I try to set up folder redirection.  
\n
\nI set folder redirection to H:\\My Documents  OF course I get the pop up about if that local drive isn't available, the redirect will fail, but it IS available since I'm setting it in AD.  
\n
\nFolder Redirect is failing.
\n
\nI think it's because H: isn't mapped yet at login, so I need folder redirection to run AFTER mapping the H: drive so that my redirect to H:\\My Docs will work.
\n
\nIt seems I recall a setting somewhere that will put off the application of a redirect until after networking components are loaded but I can't recall where it is.
\n
\nThe redirect to \\\\networkdevice\\home doesn't work because of the way the synology device does it's black magic in creating folders in places other than what is specified in AD.  I've tried it seven ways to sunday.
\n
\nIdeas on how I can make the folder redirect apply only after mapping the H: drive or any suggestions better than the one I'm using?
\n
\nThanks
\n
\nCliff\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Will Szymkowski🇨🇦
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
crp0499🇺🇸

ASKER

\nGPP.  Their H: drive is given to them off of profile TAB in AD, under home folder.  So they get and H: drive from AD and then the GP runs to redirect the My Docs.  
\n
\nI'm sorry....can you provide more detail on your method?\n
\n
\"Avatar
crp0499🇺🇸

ASKER

\nCrazy!!!  What it turned out to be was the space between My and Documents.  The synology device doesn't like the space so if I remove the space from the folder redirection UNC, the synology device works as expected and child folders follow as well.\n
\n
\nVery bizzard, but glad you got your answer!
\n
\nWill.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22918288/Error-2501-with-include.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Error 2501 with #include | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
sprnova

asked on

Error 2501 with #include
\n
\nI have a Binary tree header that compiles fine on its own but when I #include it on a form.h header I get loads of errors
\n error C2146: syntax error : missing ';' before identifier 'data'
\nmissing storage-class or type specifiers
\nthe tree header contains a
\n#ifndef BST_H
\n#define BST_H
\n
\ndoes any one know the reason for  this?
\n
\n\n
\n
\n
\"Avatar
evilrix🇬🇧
\nIt's a "header guard" TO stop the header being included multiple time, which would most likely result in the breech of the One Definition Rule (ODR). It is the same as the Visual Studio #pragma once.\n
\n
\"Avatar
evilrix🇬🇧
\nWithout more info it isn't really possible to answer this question. Try using the /E option on the compiler to get the preprocessed source file and then you might be able to see what's happening.
\n
\nhttp://msdn2.microsoft.com/en-us/library/3xkfswhy(VS.80).aspx\n
\n
\"Avatar
sprnova

ASKER

\nIt is a regular form where #pragma once is already defined\n
\n
\"Avatar
sprnova

ASKER

\nI meant is there any way to resolve these errors
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
evilrix🇬🇧
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
sprnova

ASKER

\nare you allowed to include another header in a windows form header?\n
\n
\"Avatar
evilrix🇬🇧
\nI see no reason why not. Ignoring the fact that it's Microsoft managed code, it's still C++ and (mostly) normal rules apply. I suspect the problem is more likely to be related to the content of the header. When you say the header compiles fine on its own, what do you mean? Headers don't get compiled, they get included into translation units. I presume you mean you have included it in a .cpp and that is what you have compiled? If you've never included it in anything it would never have been compiled. So, maybe the problem is the binary tree header itself and nothing to do with using it in the Windows form translation unit? Try including it in an empty .cpp file -- does it still build?\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26553010/XP-Pro-lost-its-smart-card-and-is-no-longer-with-the-domain-but-the-user-profile-is-locked-out.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: XP Pro lost its smart card and is no longer with the domain but the user profile is locked out. | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
ejsky

asked on

XP Pro lost its smart card and is no longer with the domain but the user profile is locked out.
\n
\nI have a XP pro Laptop which is an IBM Lenovo T61. This laptop was part of a domain which I've been no longer part of for a little over a year. I had to still use a smart card to get into the computer but after I had updated AVG 2011 Free edition I had lost my internet, so I removed the AVG by uninstalling it and a AXA program that I didn't relized that was partly used by the smart card then I restarted the system. When it booted backup I didn't have to worry about the smart card any more but when I loged on It was a different profile (like a new profile was created but missing my data and Outlook 2003 was also missing my configuration. And its PSTs. When I explorer I notice the profile with my user data is still in my orignal profile but its marked by a lime green color and when I try to open a File it states I don't have permission to the file. So I reset my file permissions and ownership of the folders and fiiles and still unable to open or move any of the data in lime green color. Anyone knows how to get around this or to really take over the files to make use of them again. Help would be appreciated.\n
\n
\n
\"Avatar
lobo797🇺🇸
\nYou might have encrypted the files, somehow... Probably domain requirements.  Not sure if they can be unencrypted using the following method if they were set with GP.  Worth a try:
\n
\nhttp://www.bidn.com/blogs/DustinRyan/ssis/222/green-file-names-what-in-the-world
\n
\n\n
\n
\"Avatar
ejsky

ASKER

\nI see that it is the case of the files are encrypted but they wont allow me to unencrypt them. Is it possible that a GPO is inplace and if so how can I remove this without destory the OS / data files? Or How can I unencrypt them in this case.\\? Here is a screen shot showing the files and the failed message
\nFilesEncrytionMessage.doc\n
\n
\"Avatar
lobo797🇺🇸
\nAre you certain that your current login username has full control of the files?  Right click on a file in question, click Security > Advanced > Use the Owner and/or Effective Permissions tab to see if the owner is who it is supposed to be and what the effective permissions are for that owner.  \n
\n
\"Avatar
ejsky

ASKER

\nHere is a updated file with screen shots of the files with its ownership. I'm loged in on the administrator account. But I'll double check on this while you look over this. Thank you for your help.
\nFilesEncrytionMessage.doc\n
\n
\"Avatar
ejsky

ASKER

\nI just tried logging on one of the other profiles with no luck and now the computer is restarting with a quick BSD error 0x0c000022 which I might have a virus that I'm unaware of or its a GPO that thinks there is a hack attack happening. \n
\n
\"Avatar
lobo797🇺🇸
\nAre you logging into the machine with a domain username and password or a local account?  The username shown in the encryption detail wouldn't happen to be one you have access to login with, even if it's a domain account?  IOW, when you login, is there a domain name to choose or is it just the machine name?\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
lobo797🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
ejsky

ASKER

\nIts the local machine builtin admin account. and the othe user account that looks like a domain member isn't working. Its no longer been with a domain for a little over a year. I'm only concern in getting the data to decrypt or to be useful. I'm currently creating a full backup just in case I start to losing the partition over this. \n
\n
\"Avatar
lobo797🇺🇸
\nIt's almost 10/19/2010 where I'm at and it's been a long day.  Here's hoping you find a solution, but I'll check back in the morning.
\n
\nAll the best..\n
\n
\"Avatar
ejsky

ASKER

\nI come to find out that the system has other issues such as other group polocies in the way but I need to still get to the encrypted data. I did find that I need to look at the Temp folders for possible pieces of data which might point to a hidden Data Recovery agent. Any suggestions would be very well appriecaited. So far the best help has been from lobo797 and thank you. I'm going to keep at it until I find a solution to fully complete this issue but if no one else has anything better than I'll be giving the solution credit to lobo797. \n
\n
\"Avatar
ejsky

ASKER

\nhttp://windows.microsoft.com/en-US/windows-vista/Create-a-recovery-certificate-for-encrypted-files
\nThe link above gave me some more help from Microsoft. If this fails then I'll need to call the company who had set it up and see if they have a backup Data Recovery agent for my old account with them. Thanks\n
\n
\"Avatar
lobo797🇺🇸
\nIt won't do anything to change the encrypted file issue, but is laptop still joined to the domain for any reason?  You can check in right clicking My Computer > Properties > Computer name and see if it's on a domain or in a workgroup.  If it is on a domain and you disjoin back to a workgroup, that should take care of GP's that were applied from a domain.
\n
\nI would sure try the above recover solution, but it seems to go against the idea of encrypting files.  There's usually a good reason to encrypt and would be only right to not be able to unencrypt easily.  I'm thinking that if the recover certificate is not on the laptop, you'll need to contact the company who set it up.
\n
\nAll the best..\n
\n
\"Avatar
ejsky

ASKER

\nI had all  ready tried the disjoining the domin into workgroup but when the system rebooted it had locked me out all together of the whole system by stating it had cancealed a autocheck. I just found out that the company had already wiped my account from their system about 8 months ago. \n
\n
\"Avatar
ejsky

ASKER

\nThis part of the solution the other part is it will need a code breaker who knows bianary coding and encryptology. Mathimatics would be the other part of this solution which is almost impossible to break.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/23512564/RPC-service-unavailable-Server-2003-2008.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: RPC service unavailable Server 2003/2008 | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
brianounsted

asked on

RPC service unavailable Server 2003/2008
\n
\nI have two domain controllers, DC1 and DC2.  DC2 is a new DC and is having problems becoming a full DC because it cannot replicate through the File Replication Service.  DC1 is a MS server 2008 + DNS and DC2 is a virtual MS server 2003 + DNS.  Using \u0018net share\u0019 on DC2 shows that SYSVOL and NETLOGON shares are missing.
\nThe Event Viewer, File Replication Service, on DC2, indicates a 13508 error every hour.
\nI have tried the following on both DCs:
\nnetdiag /fix    -no errors except domain controller failure on DC2
\ndcdiag /test:frsevent    -error is, DC2 failed test frsevent
\nntfrsutl  version DC1 <FQDN  and then DC2 <FQDN    -both seem to work OK
\nntfrsutl sets  -this test indicates \u0018LastSndStatus: RPC_S_SERVER UNAVAILABLE
\nIf I try to force replication from AD Sites and Services of DC2, I get an error, \u0018The naming context is in the process of being removed or is not replicated from the specified server.\u0019
\nThis server, DC2, has been operating for several weeks, and nobody noticed it had not finished the DCPROMO cycle.  I was going to demote it and try again, but it won\u0019t demote gracefully because it is not yet a full DC.  So rather than the hassle of a forced demotion I thought I would try and fix it.
\nWe have checked all the obvious things, like firewall, routers, anything that might block RPC.  Using Event Viewer and connecting to another computer works both ways from DC2, but not from any other computer to DC2.  The error reported is : The RPC server is unavailable.  It has been my experience that almost all of these kinds of errors are traceable to a faulty DNS installation but I can\u0019t find anything wrong with the DNS.
\nI was hoping that maybe someone at Experts Exchange might have an answer we have overlooked.  We are willing to try anything to resolve this problem.  
\nThank you
\nBrian
\n\n
\n
\n
\"Avatar
ChiefIT🇺🇸
\"Avatar
brianounsted

ASKER

\nDon't see the revelence.  This DC is not a multihomed server and workstations have no problem with log in.  DC2 is simply a back up (or secondary) DC that has not quite made it.
\n
\nI think if I was you, I would recommend we squash the machine and start over.  I just wanted to know the fix in case I run in to it again.
\n
\nThanks
\nBrian\n
\n
\"Avatar
ChiefIT🇺🇸
\nWen you bring a new server on line, the SRV records and Host A records need to be put on that server, then replicated to other DCs, especially the replication partner. The SRV records are used for things like LDAP, replication, netlogon. Without those records straight, communication with the new server is difficult. You will probably see events 4004 and 4015 saying the DNS server doesn't exist. On top of all that, many problems with the RPC server occure when it relies upon these SRV records. The SRV records in DNS are important to the operation of the DC that has just come on line.
\n
\nAs far as a multihomed server, this is a problem with both NICs or IPs register the SRV records. Often on a multihomed server, you will see errors like "this DC does not exist or can not be contacted" This happens when the client conatcts the server via DNS and the server sees the one NIC as busy and sends out the reply for services on the wrong NIC.
\n
\nIn either case, the lack of SRV or too many NICS can prevent a direct path back to the client. However, you will still be able to join the domain and logon. You may, when requesting services from the Domain controller receive "Domain can't be contacted" or "there are currently no logon servers to process your request" or "RPC server not available"
\n
\nIt's not well documented that finishing up bringing a server on line will require you straighten out these SRV and HOST A records. \n
\n
\"Avatar
ChiefIT🇺🇸
\nWith that said:
\n
\nThat is not a gaurantee that is your problem. Many things can knock down the RPC server. Endpoint mapper protection and CA certs can also make the RPC server unavailable. Even antivirus and firwalls that block out things above port 1024 could knock down the RPC server.\n
\n
\nSee http://support.microsoft.com/kb/257338 about troubleshooting missing netlogon and sysvol shares.
\n
\nA reason for preventing the DC from promoting correctly can be that replication isn't working because the firewall is enabled and blocking the necessary ports. See http:/support.microsoft.com/kb/555381 for information about howto configuring DC-communication to work over firewall.
\n\n
\n
\nGentlemen, than you for your input.
\nI have been working on this problem on and off for about a week so I have checked the more obvious solutions.  Some of the tests I have run are listed in my original help request.
\nI have throughly checked the SRV records and they seem correct and intact.  I also compared the records to another operating system and they seem to match.
\nThe only other error message I get, other than the 13508, is attched, along with the associated text.  But as with many error messages there is little helpful information.
\nI think my next step is a forceful demotion and redo.
\nThanks,
\nBrian
\n
\nerror2.jpg
\nerror1.txt\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
ChiefIT🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27475901/disabling-controls-on-form.html", + "domain": "experts-exchange.com", + "file_source": "part-00188-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: disabling controls on form | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
davetough

asked on

disabling controls on form
\n
\nHello, am attaching db
\nopen database- click enter time sheet button
\nselect name: dade mike
\npassword: 654321
\nweekend date: select dec 3rd, 2011
\nclick log on.
\n
\nI am trying to create method to disable the controls on forms that are not displaying data for the current week.
\nIf you look in the form load code-
\nI created a field in tblTimeSheets called [Locked]
\nand there is code in the forms load procedure - but it does not work-
\ntrying to make allowadditions, deletions, and edits False
\n-
\nwhat i am want is to have controls locked on old time sheet forms and also way admin can unlock to edit.
\nthank you
\nT-Example.accdb\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
mbizup🇰🇿
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28337815/Problems-with-Logitech-wireless-mouse-keyboard.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Problems with Logitech wireless mouse + keyboard | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
RadioGeorge🇺🇸

asked on

Problems with Logitech wireless mouse + keyboard
\n
\nI recently bought a Logitech wireless keyboard/mouse combo which came with one unifying device. I set it up and they both worked perfectly with a laptop. I then bought a second unifying device to use in my desktop, thinking I could use the same keyboard and mouse.
\n
\nBut I just can't seem to get it to work. I have tried it in the laptop and it works just fine. I read in the logitech setup program notes (I think!) that each unifying unit has to be in a single computer, which makes sense, but when I put one in each computer, one works and one doesn't.
\n
\nCan you offer some words of wisdom on what i thought originally would be a no-brainer?\n
\n
\n
\"Avatar
Gareth Gudger🇺🇸
\nNot sure you can pair the same keyboard / mouse with multiple unifying devices. I believe it was the other way round, where you could use multiple keyboards/mice with one unifying device.\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Gary Case🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26868356/How-to-SetFocus-based-on-a-value-in-a-TempVar.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How to SetFocus based on a value in a TempVar | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
moot2010

asked on

How to SetFocus based on a value in a TempVar
\n
\nHello. I have a form that displays search results. When the user clicks on a certain record, a macro saves the "ID" value (number) to a TempVar (AccredID_Set).
\n
\nI then have a macro that opens a new form showing all accreds of the unit the person selected. I would like to SetFocus on the exact record the person selected in the search result form. (So the person doesnt have to go searching through the records again.)
\n
\nI need to figure out how to set focus based on matching the Accred ID of the new form with the AccredID of the old form. (Saved as a TempVar). I am not finding the syntax or where I should stick the code... (On Load?)
\n
\nThanks for the help!
\n
\n\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Scott McDaniel (EE MVE )🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
moot2010

ASKER

\nTHANKS! I appreciate your help. I know I didn't ask in my original question, but is there a way to select the whole record? Not just the field?\n
\n
\nThe example code provided worked perfectly.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28156261/Trying-to-figure-out-how-a-certain-page-look-was-accomplished.html", + "domain": "experts-exchange.com", + "file_source": "part-00188-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Trying to figure out how a certain page look was accomplished. | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
dorianit

asked on

Trying to figure out how a certain page look was accomplished.
\n
\nI don't know if it's a trend, but I've seen web apps where the layout contains two columns.  The left column is approx 20% in width and is the menu. The remaining column is for the content.  The menu has rows that you click on and it slides up and down to present the menu options.  Sorry, i don't have a screenshot to show you.
\n
\nIs this look part of a framework that's available in Codeigniter or Zend?  Where can i learn more about it?
\n
\nThank you for your answers.\n
\n
\n
SOLUTION
\"Avatar
Jagadishwor Dulal🇳🇵
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
dorianit

ASKER

\nCOBOLdinosaur,  
\n
\nThank you for the honest feedback.   I take that it that you're not against JQuery; it's just that the code out on the web is done poorly?
\n
\nOnce I determine the business and functional requirements, is there a best practice for how I should lay it out in the web app?  Is there a UI framework to provide advice?\n
\n
\nI think Jquery is one of many tools and I occasionally use it, but most of the time when you see it being used it is unnecessary bloat.  Many common menu effects can be done with CSS transitions with little or no scripting.
\n
\nOnce you have nailed down your requirements, you could try a couple of quick prototypes with products that look like they fit your plans. When you find a product you are comfortable with and you have a general layout, then play with your layout options.  That may sound like it burns development time, but playing with it enhances the learning process and will save you time when you get down to the fine details.
\n
\nAs you start developing the code we can help you over any rough spots.
\n
\nCd&\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28399631/SMB-signing-problem-between-Windows-and-NetApp.html", + "domain": "experts-exchange.com", + "file_source": "part-00637-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: SMB signing problem between Windows and NetApp? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
olaf_joerk

asked on

SMB signing problem between Windows and NetApp?
\n
\nHi,
\nI have a number of users in another building accessing our central storage as a mapped share, lets say drive Z:. Randomly (mostly just once a day, always at different times) one ore some of them loose the connection to Z:. They still see Z: in explorer but can't access any directory or file. These people are not always the same. These users are using (still) XP and most of them Win7. We checked IP connectivity, DNS resolution, switches and firewall. Nothing to take care of there. Just our NetApp is reporting some error messages.
\n
\n\n
Thu Mar 27 13:56:26 CET [storage-01: ems.engine.inputSuppress:error]: Event 'cifs.trace.smbSignMismatch3' suppressed 4 times since Wed Mar 26 12:36:17 CET 2014.\n:\nThu Mar 27 13:56:26 CET [storage-01: cifs.trace.smbSignMismatch3:error]: CIFS: Request from client 1.2.3.4 for operation 117 (tconX) was rejected because the client requested enforcement of security signatures (SMB signing) and the signature provided by the client did not match the value calculated by the filer.

Open in new window

\n
\nWe are running SMBv2 at NetApp.
\n
\nThere is another error message, where I'm not sure if it has something to do with my problem.
\n
\n\n
Thu Mar 27 09:33:41 CET [storage-01: auth.trace.authenticateUser.loginTraceIP:info]: AUTH: Login attempt by user pc08$ of domain DOMAIN from client machine 1.2.3.4 (PC08).\n:\nThu Mar 27 09:36:17 CET [storage-01: auth.trace.authenticateUser.loginRejected:info]: AUTH: Login attempt by user rejected by the domain controller with error 0xc0000064: DC indicates user is not from a trusted domain.

Open in new window

\n
\nHere I'm not sure if this message belongs to the one before. There is a gap of nearly 3 minutes.
\n
\nIs there anybody out there who had solved such a problem in the past? Thanks for any hints.
\n
\nRegards
\n
\nOlaf\n
\n
\n
\"Avatar
jrhelgeson🇺🇸
\nLooks like you're having AD replication issues and your users are authenticating against a domain controller that isn't recognized as trusted by the filer.  This is very common... that is to say I see this kind of stuff frequently.
\n
\nFirst step - on the users machine, from the command prompt, run "KLIST" to get the list of certificates the user/computer holds, and also run "echo %logonserver%" to get the name of the server that they logged into.
\n
\nGathering those two bits of information you'll start to see patterns.   One server is likely not generating Kerberos tickets that match the encryption/signing requirements of the NAS/filer.  The second error indicates that it doesn't recognize the user credentials/Kerberos ticket at all.  That is where you'll want to check the tickets, and the logon server.
\n
\nGo to the logon server (domain controller) and verify that replication is taking place. Run the following commands from an elevated command prompt.
\nrepadmin /syncall /Aedq
\nrepadmin /syncall /AePdq
\n
\nEnsure that all FSMO roles are held by an existing server.
\n
\nI don't want to go into detail on AD repair until we are certain this is the issue.\n
\n
\"Avatar
olaf_joerk

ASKER

\nThanks for your reply. I tested with two clients (I had access to) and the Logonserver was the right one. Klist gave me a list of cached certificates. But I don't know what to do with them.
\n
\nAt the domain controllers I checked replication and all was well. The FSMO roles point to our first domain controller. So far I can't see a problem.
\n
\nBTW, I still entertain suspicion that the problem is name resolution related. But I haven't found anything concrete.\n
\n
\"Avatar
jrhelgeson🇺🇸
\nI hope you kept a list of the certificates, and I trust the machines were having problems at that time?
\n
\nWithin the list of certs, what did the Kerberos ticket look like for that CIFS Share on the filer?  e.g. \n
#4>     Client: jrhelgeson @ FOO.LOCAL\n        Server: cifs/NETApp.FOO.local @ FOO.LOCAL\n        KerbTicket Encryption Type: RSADSI RC4-HMAC(NT)\n        Ticket Flags 0x40a40000 -> forwardable renewable pre_authent ok_as_delegate\n        Start Time: 3/28/2014 8:13:12 (local)\n        End Time:   3/28/2014 18:12:15 (local)\n        Renew Time: 4/4/2014 8:12:15 (local)\n        Session Key Type: AES-256-CTS-HMAC-SHA1-96

Open in new window

\n
\n
\nAt the moment the computer doesn't have problems. The ticket looks like:
\n
\n\n
#2>   Client: user @ DOMAIN.NAME\n        Server: cifs/STORAGE-01 @ DOMAIN.NAME\n        KerbTicket (Encryption Type): RSADSI RC4-HMAC(NT)\n        Ticket Flags 0x40a00000 -> forwardable renewable pre_authent\n        Start Time: 3/28/2014 16:25:25 (local)\n        End Time:   3/29/2014 2:25:25 (local)\n        Renew Time: 4/4/2014 13:31:23 (local)\n        Session Key Type: RSADSI RC4-HMAC(NT)

Open in new window

\n
\nApart from Ticket Flag and Session Key Type all looks the same. Is the number significant? All tickets had similar entries. Shall I look only to klist output if the computer has problems?
\nThanks for your support. Wish you a nice weekend.\n
\n
\"Avatar
jrhelgeson🇺🇸
\nThe number only signifies the numerical order so you can find it/reference it easier.  No significance outside that.
\n
\nWhat is curious is that the ticket only has the device name, not the FQDN (on line 2).  Server: cifs/STORAGE-01 @ DOMAIN.NAME - versus -
\nServer: cifs/STORAGE-01.DOMAIN.NAME @ DOMAIN.NAME
\n
\nAlso, the encryption type for the session key - last line, that one is important.
\n
\nI take it this was on a machine that was working?  You'll need to do this on a machine when it doesn't work to compare.
\n
\nAlso; Are you using WINS in this environment?  It could be that the filer isn't able to see back to the machine because it cannot 'see' it without the FQDN for a DNS lookup.
\n
\nEnsure that your DHCP server is registering leases with the DNS server, and removes those DNS/PTR records when the lease is expired.  Also ensure that the filer has the FQDN info and is pointing to valid DNS servers.\n
\n
\nOk, I asked the the staff with problems in the remote location to send me the klist output, if problems occur again. We are using WINS. The DHCP server is registering/removing leases with the DNS server. The filer points to valid DNS servers.
\n
\nI'll wait for the user output ...\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
jrhelgeson🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nHi,
\nyou pointed into the right direction. It was a WINS- AND DNS-problem. We sorted it out.
\nWe had a broken WINS replication and one of the name servers treated our computers as externals and so it did not give out the internal view. It's all fixed now. Thank you for your support.
\n
\nRegards
\n
\nOlaf\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/10315381/Windows-NT-admin-password-break.html", + "domain": "experts-exchange.com", + "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Windows NT admin password break | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
divya_sg

asked on

Windows NT admin password break
\n
\nHello All,
\n
\n     Good Day. I wanted to know whether there is anyway to break the administrator password if one forgets about it? . Please let me know how to save my files which is important as I have forgotten my admin password and also the guest password. Please help .
\n
\nWith kind regards
\nDivya.
\n
\n\n
\n
\n
\"Avatar
gooberis
\ntry downloading l0phtcrack
\nat www.l0pth.com
\n\n
\n
\nsorry thats www.l0pht.com
\n\n
\n
\"Avatar
Tim Holman🇬🇧
\nThis is not a hacker's forum !!
\n
\nPassword cracking will take 2-3 days for a 6-8 char password, exponentially longer for more.
\n
\nNot worth it.
\n
\nIf you want to recover files, get hold of NTFSDOS from www.sysinternals.com
\n
\nOr - install NT to another directory on the system, and bootup into that to recover your files.
\n\n
\n
\nNote: this is not for hacker purposes, only a way to get hold of a forgotten administrator password, or if a hacker has change it:
\n
\nDownload l0phtcrack from www.l0pht.com.
\nDownload NTFSDOS from www.sysinternals.com.
\nBoot the NT-machine from a DOS/Win98-floppy/hd, run NTFSDOS.
\nCopy the file SAM from the directory C:\\WINNT\\system32\\config.
\nStart L0phtcrack and open the SAM-database.
\nStart processing the passwords.
\nWait..
\n
\nAs Tim says, it could take days to get the passwords. But it does'nt have to. It depends on how complicated and long the passwords are (dots, dashes, etc).
\n
\nI have used this solution a couple of times when costomers had forgotten the administrator passwords or when someother before you have installed the NT-machine and not have documented passwords.
\n
\nRegards.
\nFW.\n
\n
\nYou can get the files off the drive simply by putting the disk in another machine (as a slave) and boot off the original (where you know the admin password) and you can access the drive and copy off the files you need.
\n
\nIf you the want to blank the admin password, you can delete the sam file.\n
\n
\ngood grief..this answer should be rejected ..
\n
\nfuncwecker,
\nyou cant post other people responses as an answer .\n
\n
\nIn my opinion the comments before me does not clearly explains the hole solution. I've tried to shortly explain a complete solution to divya_sg's question. Is there anything wrong in that?
\nShould we help each other solve problems and learn more together here at E-E? That was only my intention anyway..
\n
\nBut, as I am so kind, I withdraw my answer and hope that divya_sg solves his problem.
\n\n
\n
\nYou can do it making a repair disk, make the boot disk and insert them, when the system ask for the type of installation (Upgrade, Installation or Repair) select repair and one moment you have to select the type of fix, from there you can shutdown the administrator's password\n
\n
\"Avatar
Tim Holman🇬🇧
\nIf you can't be bothered with all this, buy the package from www.lostpassword.com, which just goes in and changes the admin password to something you hopefully won't forget.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/21151149/PROBLEM-Lost-a-focus.html", + "domain": "experts-exchange.com", + "file_source": "part-00089-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: PROBLEM: Lost a focus | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
DanDaemon🇺🇦

asked on

PROBLEM: Lost a focus
\n
\nHello All,
\n
\nI have small problem...
\n
\nI have a form with two elements, TWebBrowser and TEdit. When I show some information in TWebBrowser TEdit losts focus in any ways... I did so to fix this problem:
\n---
\n    if(edChatMess.CanFocus)then begin
\n      Self.ActiveControl:=edChatMess;
\n      edChatMess.SetFocus;
\n    end;
\n---
\n
\nAnd sometimes I get same trouble...
\n
\nCan somebody suggest me way to fix this trouble: I need that TEdit always has focus in any cases!
\n
\nThanks,
\nDan\n
\n
\n
\"Avatar
esoftbg🇧🇬
\nSet by ObjectInspector:
\n
\n  edChatMess.TabStop := True;
\n
\nfor all other controls:
\n
\n  ContolName.TabStop := False;
\n
\n\n
\n
\"Avatar
esoftbg🇧🇬
\nprocedure TForm1.WebBrowserEnter(Sender: TObject);
\nbegin
\n  edChatMess.SetFocus;
\nend;
\n\n
\n
\"Avatar
DanDaemon🇺🇦

ASKER

\nHello All,
\n
\nPlease give me a constructive solutions.
\n
\n2esoftbg, sorry but you gave me 'low skills' solutions.
\nWhich will not solve my problem.
\n
\nThanks,
\nDan\n
\n
\"Avatar
esoftbg🇧🇬
\nUse
\n  TSpeedButton  // does not get the focus
\ninstead of TButton and TBitButton\n
\n
\"Avatar
esoftbg🇧🇬
\nSorry,
\nI just try to help ....\n
\n
\"Avatar
DanDaemon🇺🇦

ASKER

\n2esoftbg,
\n
\nNP... In example I described a very simple form, just for example... but in real application,
\nmy form has many components and this components can have focus also, but when some
\ninformation is shown in TWebBrowser it means that TEdit should get focus...
\n
\nThanks,
\nDan\n
\n
\nThe hammer/egg approach would surely be to have coding in all of the relevant twebbrowser events which brings focus back to the tedit.
\n
\nWhere there is code already present in the onwhatever event then put the setfocus at the end of the custom coding.\n
\n
\nI see what you mean... error messages.\n
\n
\"Avatar
DanDaemon🇺🇦

ASKER

\nDear moorhouselondon,
\n
\nDo you have sample code?
\n
\nThanks,
\nDan\n
\n
\ncan you show the code on how you are "loading information in TWebBrowser"???
\n
\nit might be as simple as:
\ntry
\n  //load info into WebBrowser, whatever you are doing here
\nfinally
\n  edChatMess.SetFocus;
\nend
\n
\nif you want to get the focus back to WHATEVER control was focused before loading the data, you would do something like:
\n
\nvar
\n  aControl:TWinControl;
\nbegin
\n  aControl:=ActiveControl; //grab the control that has the focus
\n  try
\n    WebBrowser1.Navigate('www.experts-exchange.com');
\n  finally
\n    ActiveControl:=aControl //return the focus to whatever control had the focus
\n  end
\nend;
\n\n
\n
\"Avatar
DanDaemon🇺🇦

ASKER

\n2BlackTigerX,
\n
\nI was using same code, but it did not work properly when user clicks on TWebBrowser body.
\nAfter this click focus to TEdit does not work.
\n
\nThanks,
\nDan
\n
\nP.S. I want to know that somebody knows low-level WinAPI functions to set focus. Need small example.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
pritaeas🇳🇱
\nCan't you use the WinAPI function SetFocus(hWnd) ? Seems to me that is what you want. See MSDN for details.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26908543/How-to-convert-an-EXT2-HDD-to-NTFS-without-data-loss.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How to convert an EXT2 HDD to NTFS without data loss? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Don_Alberto

asked on

How to convert an EXT2 HDD to NTFS without data loss?
\n
\nHi,
\nused to have a linux based NAS, which unfortunately not supported any more. Now I have a terabyte EXT2 HDD with some 500 GB of content.
\nIs there a way or tool to convert the partition without the need of backup data somewhere else (omg. 500GB, where should I backup it and how long can it take!?!?!?)
\n
\nTx.
\n
\nI have several PCs and Macs, on them I could perform the conversion\n
\n
\n
\"Avatar
upanwar🇮🇳
\nAs per my knowledge there is no such type of tool available.\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Don_Alberto

ASKER

\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
upanwar🇮🇳
\nSounds good\n
\n
\"Avatar
JRoyse🇺🇸
\n1. Download a linux file reader for Windows:
\n
\nhttp://www.howtoforge.com/access-linux-partitions-from-windows
\nhttp://www.diskinternals.com/linux-reader/
\n
\n2. connect the ext linux HDD - maybe with a USB-to-HDD adapter?
\n3. copy the needed data to somewhere else: a Windows partition or a separate External Hard Disk
\n4. Re-use the Linux formatted drive for your next project.\n
\n
\nNo need to convert, new NAS supports EXT2\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/21849964/IE-page-requesting-add-on-that-is-disabled.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: IE. page requesting add-on that is disabled | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
viperacom

asked on

IE. page requesting add-on that is disabled
\n
\nWhenever I access the web-page of my IP Camera it cannot show the image because it uses a disabled activex control.
\nI have added the site (http://192.168.0.200) to the local intranet zone and set all activex settings to "enable".
\nI have gone into manage add-ons and there are no disabled add-ons.
\nI have used the "reset web settings" button but this did not work either.
\nI keep getting a message saying the page is trying to use an add-on that is disabled but I can't see anywhere that says anything is disabled.
\nI have even checked in untrusted publishers and nothing is in there either...
\n
\nPlease help I am out of ideas thank you \n
\n
\n
\"Avatar
rindi🇨🇭
\nMaybe you have to delete the cookies first, and you might also have to enable popups for that site.
\n\n
\n
\"Avatar
viperacom

ASKER

\nHi, Tried both of those but still won't show up.\n
\n
\"Avatar
rindi🇨🇭
\nTry using a good browser, like firefox.
\n
\nhttp://mozilla.org\n
\n
\"Avatar
MikeSel🇬🇧
\nYou need to goto tools > Internet Options > Programs (tab) > Manage Add-on's button
\n
\nIn there will be a list of addon's internet explorer is currently 'blocking'
\n
\nBest thing to do, is enable them one by one and see what stops the message popping up!
\n
\nThanks\n
\n
\nWhat is the exact error message you get?\n
\n
\"Avatar
MikeSel🇬🇧
\n"The page is trying to use an add-on that is disabled"
\n
\nPops up in a yellow baloon on bottom toolbar of IE
\n
\nIIRC\n
\n
\nYes I have checked this numerous times, every single add-on in every section is enabled.
\nI even did "reset web settings" and then went back in and enabled every add-on, one at a time.
\nI also checked in untrusted publishers but nothing is in there.
\n
\nMy guess is that perhaps some anti-spyware software in the past has disabled it elsewhere... registry perhaps?
\nWhere else can I check or how can I reset all settings to do with active x?\n
\n
\"Avatar
MikeSel🇬🇧
\nHave you used Microsoft's Antispyware app?
\n
\nI know you can disable addons in there.
\n
\nThere are lots of other apps that can also do this.
\nFar two many to list..
\n
\nDo you know the make\\model of the camera?
\n
\nThat way you can find out what the active x is called, and we can try and enable it\n
\n
\nWhich specific add-on is being blocked?
\nYou can get the details by clicking on the balloon that pops-up
\nI believe it appears the first 5 times.
\n
\nYou can temporarily disable the restricted list of disabled add ons and see whether it works.
\n
\nHKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft
\n\\Windows\\CurrentVersion\\Policies\\Ext\\
\n
\nName: RestrictToList
\n
\nType: DWORD
\n
\nValue:
\n•      
\n
\n1 (Anything not on the Add-on list is considered disabled.)
\n•      
\n
\n0 (Anything not on the Add-on list works as it would without policy.)
\n
\nAdd-on List
\n
\n
\n
\nThe list of add-ons is kept in the following registry key
\n
\nHKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft
\n\\Windows\\CurrentVersion\\Policies\\Ext\\CLSID
\n
\nEach add-on is a value in this registry key with following properties:
\n
\nName: GUID of add-on
\n
\nType: REG_SZ
\n
\nValue:
\n•      
\n
\n0 - Add-on is disabled and cannot be managed by the end user.
\n•      
\n
\n1 - Add-on is allowed and cannot be managed by the end user.
\n•      
\n
\n2 - Add-on is allowed and can be managed by the end user.
\n
\nThe Add-on (CLSID) lists are empty by default.
\n
\n
\nI suspect that your add on could have the value 0.
\n
\n
\nHope that helps.\n
\n
\nTry, running this command, I had a customer's computer do something similar, and the answer was easy but so hard to find and your's has some basic similarities.  though I know I could be wrong
\n
\ngoto Start > Run : Regsvr32.exe vbscript.dll   <enter>
\n
\nthis will re-register vbscript.dll into the system,  make sure all browser windows are closed, or have been closed, prior to attempt accessing the errrant page.
\n
\nCheers,
\nMichael\n
\n
\nturns out I had to allow unsigned activex but leave some settings set to prompt, not enabled. That way the first and second prompts actually allow you to install the control properly. Error is misleading as if it is already installed but disabled. In this case it wasnt even installed properly in the first place\n
\n
\nSUGGEST REFUND
\nanswered my own question\n
\n
\"Avatar
rindi🇨🇭
\nFollow the instructions in my link above to initiate a refund...\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
CetusMOD🇳🇱
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22753477/Need-to-clear-space-on-C-of-win-2003-server.html", + "domain": "experts-exchange.com", + "file_source": "part-00188-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Need to clear space on C: of win 2003 server | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
mkurtzhals

asked on

Need to clear space on C: of win 2003 server
\n
\nNeed to clear space on C: of win 2003 server.  Last admin set the partion to only 10 gigs.  Of course all the windows updates, java updates, and few apps have filled this up.  Any windows logs and or files that anyone can think of that I can safely remove?  Or any other files for that matter.  I have cleaned up all user profiles and temp files.\\
\nThanks\n
\n
\n
\"Avatar
Lee W, MVP🇺🇸
\n10 GB is typically sufficient (though a little on the lower side of what *I* like).
\n
\nThe server just has to be managed appropriately.
\n
\nWhat's taking up the space?  Have you moved the pagefile to another disk?\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Malli Boppe🇦🇺
\nrun disk cleanup an compress old files\n
\n
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nIf you have applications that store large amounts of Data..MDAEMON for example...consider changing the data directory to another drive\n
\n
SOLUTION
\"Avatar
ocon827679🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
mkurtzhals

ASKER

\nThanks for all the suggestions..I will move the pagefile and look at some other options.
\n
\nThanks\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26928961/Share-files-between-host-and-vm-in-VMware-server.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Share files between host and vm in VMware server | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
McKuser🇨🇦

asked on

Share files between host and vm in VMware server
\n
\nHi, I've got VMware server running in Windows 2008 server.  I have 3 VMs running.  How can I share files between the VMs and the host without using network sharing.  The reason I don't want network sharing is because I cannot enable the network bridge/connection due to conflict in our network.  This is a test situation.
\n\n
\n
\n
\"Avatar
yobri🇺🇸
\nUsing RDP (if the VMs are indeed Windows clients) is a viable option in light of your network situation. Provided you can RDP to the client VM systems, you can add drives that will be made available from the host in the RDP session (essentially, available to the guest during the RDP session).
\n
\nTo do this, Window Orb (aka Start) > type mstsc in the Search programs and files search box > Enter key on your keyboard.
\n
\nAt the Remote Desktop Connection window, click the Options arrow down to expand the available options. In the General tab, type the guest VM client's name (or IP address) in the Computer field > go to the Local Resources tab > click the More... button in the in the Local devices and resources frame > in the resulting window, check the Drives checkbox (if you want to become granular about the drives to be shared, expand the plus sign near the Drives checkbox and individually select the local host drives that you wish to be shared) > press the OK button after complete > then Connect button in the Remote Desktop Connection window. If prompted with the Do you trust this remote connection? prompt, continue to the next Connect button.
\n
\nOnce into the RDP session, open up Computer (or My Computer depending upon OS version). Here you should see the drive(s) you have shared from the host system now in the guest VM. Using this method, you can share files between the host and guest systems. \n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)🇬🇧
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
coolsport00🇺🇸
\nConcur as above. Your only other option without traditional "shared" folders is to create mapped network drives on your VMs, and select to 'reconnect at logon'. Though not a 'share' it is still using network access. I don't see any other way to do what you want other than sharing a folder or create network drives on your VMs.
\n
\n~coolsport00\n
\n
\"Avatar
McKuser🇨🇦

ASKER

\nThank you. The files are huge between 55 and 550 GB. However, now that you mentioned USB drives, I've attached a 3TB external USB drive and it seems to work.
\nIt would be great if VMware server does file sharing between the VMs.
\nPls note that for the other people who suggested file sharing, I've indicated network connection is not an option for me right now. I cannot enable network bridge on the VMs.  Thanks and case close.\n
\n
\nthanks, VMware Server is End of Life. June 2011, if I seem to recall. It's unlikely it will be developed further, options either to "migrate" to VMware Workstation (type 2 hypervisor) that does have the Shared Folders feature or free VMware vSphere Hypervisor (ESXi) (type 1 hypervisor), which does not have the shared folder feature.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/20551408/Login-Form-VB6-Access-Database.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Login Form - VB6 &amp; Access Database | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
steve_blade

asked on

Login Form - VB6 &amp; Access Database
\n
\nHi,
\n
\nI was wondering if anyone could help me with this seemingly easy problem.
\n
\nI am creating a log in form for an application, which the user puts their employee no. in txtempno field, and password in txtpassword field. After clicking the cmdlogin button, the application should look at the database table and find the employee whose employee no matches the value of txtempno, then see if the password matches.
\n
\nThe problem I'm having with it is I keep getting a "Syntax error in FROM clause" statement. I have tried every possible combination of apostrophes, but all to no avail!
\n
\nPlease could someone help me figure out this seemingly simple, yet frustrating query!
\n
\nThe code I have written is below, any questions, feel free to ask.
\n
\nThanks a bunch,
\n
\nSteve.
\n
\nPrivate Sub cmdlogin_Click()
\nDim db As New ADODB.Connection
\nDim rs As ADODB.Recordset
\nDim pw As String
\npw = txtempno
\ndb.Open "provider=Microsoft.Jet.OLEDB.4.0;" & _
\n"Data Source=R:\\Dissertation Files\\Data Base\\a97DBase.mdb;"
\nSet rs = db.Execute("select * from Password where Employee_No = '" & txtempno & "'")
\nIf rs!Password <> txtpassword Then
\nMsgBox "Wrong Password. Please enter again", vbOKOnly, "Log In"
\ndb.Close
\nEnd If
\nEnd Sub\n
\n
\n
\"Avatar
steve_blade

ASKER

\nPlease ignore the pw variable in the code!!\n
\n
\nI think it shouldn't be
\n
\nselect * from password
\n
\nwhat is the name of the field on the table where the password is located ??
\n
\nfor example. If the table name is password, and it has the following fields :
\n
\nemployee_no
\npass
\n
\nthen you should do the following :
\n
\n"select pass from password where employee_no = '" & txttempno & "'"
\n
\nMaybe something like that ?
\n
\nGood Luck\n
\n
\"Avatar
Mayank S🇮🇳
\n>> "select * from Password where Employee_No = '" & txtempno & "'"
\n
\nEmployee_No is an integer, I guess. Then, please don't provide the enlcosing single quotes as you have in your query.
\n
\n"select * from Password where Employee_No = " & txtempno & "" ' quotes removed
\n
\nHope that helps, as long as the name of the table is Password.
\n
\nMayank.
\n
\n\n
\n
\nMayank,
\n
\nI have tried what you said. Unfortuantely, I am still getting the same "Syntax error in FROM clause" message again. You are correct, the Employee_No is an integer, if this makes any difference.
\n
\nThis should be so simple though!
\n
\nDoes anyone else have any ideas?
\n
\nThanks,
\n
\nSteve.\n
\n
\"Avatar
Mayank S🇮🇳
\nPlease post your updated query statement (and specify the data types of the variables and attributes).
\n
\nMayank.
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nNo comment has been added lately, so it's time to clean up this TA.
\nI will leave a recommendation in the Cleanup topic area that this question is:
\n
\nAccept mayankeagle   comment as answer.
\n
\nPlease leave any comments here within the next seven days.
\n 
\nPLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
\n 
\ncerebralPC
\nEE Cleanup Volunteer
\n\n
\n
\"Avatar
Mayank S🇮🇳
\nWell my comment didn't relly help as he figured it out himself. If he wishes, he can also close the question and get the points refunded (if possible).
\n
\nThanks,
\n
\nMayank.
\n\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27654149/Delphi-GetFileSecurity-Example-Needed.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Delphi GetFileSecurity Example Needed | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
LesterClayton🇳🇴

asked on

Delphi GetFileSecurity Example Needed
\n
\nDoes anybody have example code of being able to fetch the ACL's of a file or directory using Delphi?  I'm trying to work through the Microsoft SDK but the more I delve into it, the more confusing it's getting.  I've managed to get this far but I don't know where to go from here.
\n
\n\n
ProcedureTForm1.GetPermissions(Path : String);\nvar\n    SecDescSize: Cardinal;\n    SecDesc: PSECURITY_DESCRIPTOR;\n    ACL: PACL;\n    DaclPresent, DaclDefaulted : LongBool;\n\nbegin\n  GetFileSecurity(PChar(Path), OWNER_SECURITY_INFORMATION or GROUP_SECURITY_INFORMATION or DACL_SECURITY_INFORMATION, nil, 0, SecDescSize);\n  SecDesc := GetMemory(SecDescSize);\n  if GetFileSecurity(PChar(Path), OWNER_SECURITY_INFORMATION or GROUP_SECURITY_INFORMATION or DACL_SECURITY_INFORMATION, SecDesc, SecDescSize, SecDescSize) then\n    Begin\n      If GetSecurityDescriptorDacl(SecDesc,DaclPresent,ACL,DaclDefaulted) Then\n        Begin\n          if DaclPresent then\n            Begin\n              // I don't know where to go from here!\n            End;\n        End;\n    End\n  Else\n    Begin\n      // No Access to read security\n    End;\n  FreeMem(SecDesc, SecDescSize);\n  //\nend;

Open in new window

\n
\nI don't need to know who the owner of the file/directory is, nor do I need to modify the ACL's - I just want to see what the permisisons are - like if I was getting the output from ICACLS.
\n
\nI could write a wrapper application to get the output of ICACLS and then get the information that way, but that's cheating, and will slow down my application a great deal.  I want to use native API calls.
\n
\nGoogle has not been helpful enough, everything I find is incomplete information.
\n
\nThanks in advance!\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Ferruccio Accalai🇮🇹
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
LesterClayton🇳🇴

ASKER

\nYes, thank you very much for this suggestion.  My application is working just great, and I'm able to pull the ACL's very easily.  It doesn't support 64 bit yet but he says it's currently in progress :)\n
\n
\nGlad to have helped you. Stay sure that Madshi will update his packages often an for long time.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22033693/Workaround-ListBox-SelectedIndexChanging-Winforms-event.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Workaround: ListBox SelectedIndexChanging Winforms event | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
brotherbill999

asked on

Workaround: ListBox SelectedIndexChanging Winforms event
\n
\nIn .net it doesn't appear that Bill Gates provided the SelectedIndexChanging event for the ListBox, using Winforms.
\nThis event would allow cancelling changing the SelectedIndex, depending on a cancel parameter.
\nIt would be ideal to have this event.  Know anyone who has built this component as freeware
\nor payware?  I would pay $100 for a listbox with this feature, since this is requiring workarounds.
\n
\nexample usage:
\nProtected Sub  myListBox.SelectedIndexChanging(oldSelectIndex as Integer, proposedSelectIndex as Integer, e as SomeEventWithCancel)
\n   ' Some processing with oldSelectIndex
\n   If not processingWentOK()
\n         e.Cancel = True            ' which causes the proposed change to not occur.
\n   End
\nEnd Sub
\n\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
newyuppie🇪🇨
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\ni usually just test for this error on the listbox_droppeddown  event\n
\n
\"Avatar
brotherbill999

ASKER

\nGreat, here's a sample of using the treeView.BeforeSelect to prevent the user from selecting "World"
\nThis event is also a great place to stick code which need to run with the existing state, but know whats coming.
\nFor me, it will be used to save data.
\n
\n    Private Sub TreeView1_BeforeSelect(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewCancelEventArgs) Handles TreeView1.BeforeSelect
\n        Dim tn As TreeNode = TreeView1.SelectedNode   ' This was selected node prior to this selection
\n        If e.Node.Text = "World" Then                            ' e.Node.Text is the proposed node by the user
\n            e.Cancel = True                                            ' Reject the user's change, keeping the prior node
\n        End If
\n    End Sub
\n
\nBTW, on mouse down, the proposed node shows selected, but on mouse up, it reverts to the prior selected.
\n
\nAh, if only the .NET team would have added this event to the humble ListBox
\n
\nBrother Bill\n
\n
\nA minor difference between the ListBox and TreeView is that the ListBox highlights the entire line, whereas the Treeview only highlights the node's Text.
\nI can live with that.\n
\n
\nTo highlight the entire width of the row, set FullRowSelect property to True.\n
\n
\"Avatar
newyuppie🇪🇨
\ngreat it worked out for you, treeview is quite powerful and probably the best move.
\n
\nthanks for the grade and the tips
\nNY\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26889537/How-can-I-modify-this-query-so-it-won't-change-all-degree-col-to-null.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How can I modify this query so it won't change all degree col to null. | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
lapucca

asked on

How can I modify this query so it won't change all degree col to null.
\n
\nI ran this query 2 or 3 times.  When I open the table, all degree column data is now null.  How can I modify this so if degree doesn't meet any of the when condition then it doesn't get changed.  thanks.
\n\n
Update dbo.PersonDegree\n\tSET degree = \n\tcase \n\t\twhen (degree='M.D.') then 'MD'\n\t\twhen (degree in('B.Sc.', 'B.S.', 'B.S', 'BS(High Honors)', 'BS/MS', 'B.sc.', 'BSc')) then 'BS'\n\t\twhen (degree IN('Ph. D.', 'Ph D', 'Ph.D.')) then 'PhD.'\n\t\twhen (degree IN('M.S.', 'Masters', 'M. Sci.')) then 'MS'\n\t\twhen degree='DMD' then 'DDM'\n\t\twhen degree ='Psy.D' then 'DPSY'\n\t\twhen degree in('B.A', 'B.A.') then 'BA'\n\t\twhen degree='B.M.S.' then 'BMS'\n\t\twhen degree='D.O.' then 'DO'\n\t\twhen degree='DNSC' then 'DSN'\n\t\twhen degree='M.A.' then 'MA'\n\t\twhen degree='M.B.B.S' then 'MD'\n\t\twhen degree='MS.B' then 'MSB'\n\t\twhen degree='P.A.' then 'PA'\n\t\twhen degree='MSN BS' then 'MSN'\n\tEnd

Open in new window

\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
lexlythius🇦🇷
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nadd this to the end of the case statement
\n   
\n
\n   when degree='MSN BS' then 'MSN'
\n   else degree=degree
\nEnd

\n\n
\n
\"Avatar
lapucca

ASKER

\nThanks\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27316652/using-SESSION-in-mixed-codeigniter-enivronment.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: using $_SESSION in mixed codeigniter enivronment | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
DanRaposo🇺🇸

asked on

using $_SESSION in mixed codeigniter enivronment
\n
\nHello,
\n
\nI am working on a project that (for some reason) has mixed a codeigniter environment with a standard php environment.  Codeigniter based pages have urls to non-codeigniter pages.
\n
\nI can't seem to get $_SESSION to work.  Cookies are enabled and the session_start is not called until i enter the non-codeigniter code.
\n
\nAnyone aware of any issues with $_SESSION getting clobbered or disabled  by codeigniter?
\n
\nThanks,
\n\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Bernard Savonet🇫🇷
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nGreetings DanRaposo,
\n
\nI strongly suggest that you use the native session class CodeIgniter provides. $_SESSION has issues with CodeIgniter. There's no point of using a Framework if you are not going to take advantage of its libraries. If I were you, I would give a look to the Session User Guide (http://codeigniter.com/user_guide/libraries/sessions.html) and replace $_SESSION in your application.
\n
\nBest regards,
\n-JJ\n
\n
\"Avatar
DanRaposo🇺🇸

ASKER

\nGang,
\n
\nUnfortunately, we inherited a system that is a mix of CI and non-CI.  We'll just have go one way or the other to resolve this.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28503589/Dreamweaver-forms-Drop-down-list-will-not-page-to-show-info-in-database.html", + "domain": "experts-exchange.com", + "file_source": "part-00637-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Dreamweaver forms: Drop down list will not page to show info in database. | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
James Coats🇺🇸

asked on

Dreamweaver forms: Drop down list will not page to show info in database.
\n
\nI have a form made in dreamweaver with a paging feature to move through records. Everything works as it should except that the drop down field doesn't work. It just shows the same info that is in the drop down list and not what is actually in the table.
\n
\nI am not able to get it to work like the other fields. I had a server behavior in the drop down field but this didn't seem to help either.
\n
\nI have attached the file.
\nfarmDepre.php\n
\n
\n
\"Avatar
Jason C. Levine🇺🇸
\nThe select field is dependent on a recordset named rs_busDepre which doesn't appear to be set on the attached PHP page.\n
\n
\"Avatar
James Coats🇺🇸

ASKER

\nLooking into this now\n
\n
\"Avatar
James Coats🇺🇸

ASKER

\nDon't know why but my DWCS6 is crashing a lot today.
\n
\nI looked at the select field and I think I see what you point out. The record set rs_busDepre will correctly submit whatever is selected from the drop down menu to the database table. It just doesn't show records submitted when you page through the records in the form.
\n
\nI don't know how to set the record set rs_busDepre so that it is attached to the page. I am self taught and I have holes in my knowledge base. Do you mean something like an "include" statement or file pointed at the page? Or do I have to define this in the record set itself??\n
\n
\nLet's clarify.
\n
\n\n
\nThe record set rs_busDepre will correctly submit whatever is selected from the drop down menu to the database table. \n
\n
\nNo.  rs_busDepre sets the options of the select field.  Whatever the user selects is submitted with the rest of the form.
\n
\nThe do { } while() construct in the code below is a loop that runs through the recordset.  With no recordset, there is nothing to loop through, so no options appear
\n
\n\n
        <select name="farmDepreMeth" title="<?php echo $row_rs_farmDepre['farmDepreMeth']; ?>">\n          <?php\ndo {  \n?>\n          <option value="<?php echo $row_rs_busDepre['busDepreMeth']?>"><?php echo $row_rs_busDepre['busDepreMeth']?></option>\n          <?php\n} while ($row_rs_busDepre = mysql_fetch_assoc($rs_busDepre));\n  $rows = mysql_num_rows($rs_busDepre);\n  if($rows > 0) {\n      mysql_data_seek($rs_busDepre, 0);\n\t  $row_rs_busDepre = mysql_fetch_assoc($rs_busDepre);\n  }\n?>\n      </select>

Open in new window

\n
\n\n
\nI don't know how to set the record set rs_busDepre so that it is attached to the page.\n
\n
\nJust create the recordset on this page.
\n
\n\n
\nholes in my knowledge base.\n
\n
\nSo I'm a little unclear as to what you want this select field to do.  Are you entering data elsewhere and want that value to be a default for this select field (it shows up with something already selected) or are you entering data elsewhere and those values update the available choices for this select field?\n
\n
\"Avatar
James Coats🇺🇸

ASKER

\nThe select field to me seems to be doing what it should. It shows the selections that are available and it will submit the one selected to the table where it belongs. Once the data has been submitted I want to be able to page through the records and see the various records that have been submitted.
\n
\nI can see all the records that have been submitted as you page through them in the form except for the drop down field which continues to show the first selection on the drop down list. This page is actually live and you can visit it here:
\n
\nhttp://tax-toolbox.com/Farm/farmDepre.php
\n
\nHope this helps.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
James Coats🇺🇸

ASKER

\nI think I'll use the second suggestion you gave. Thanks.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28525746/Keeping-a-NT-4-0-Workstation-Alive-with-No-Server.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Keeping a NT 4.0 Workstation Alive with No Server | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
1namyln🇺🇸

asked on

Keeping a NT 4.0 Workstation Alive with No Server
\n
\nI have a NT 4.0 Workstaiton that is attached to the domain.  The server (domain) will soon be no more and we'll just be peer to peer.  My question is, when the domain controller disappears will the NT 4.0 box still be able to login with stored credentials?  I have another box I've been testing that has been away from the domain for many months and I can still login to the system and access the network.  Thanks in advance.\n
\n
\n
\"Avatar
Brian Pringle🇺🇸
\nIt will continue to use stored credentials, but what is the point if its server is removed?  You can create a local account for that workstation and then won't have to worry about it.  Access to all resources will still be based on a username and password and you can type them in as you need to use them.\n
\n
\"Avatar
1namyln🇺🇸

ASKER

\nThe profile that is being used has CNC software installed along with lots of saved files pertaining to the CNC.  The system can be touchy and I'd soon leave it as is so long as I can still login with the same profile.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
1namyln🇺🇸

ASKER

\nI will do the just in case too.  Thanks for your help.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27727924/libreoffice-doesn't-open-any-file-after-upgrade-to-ubuntu-12-04-lts.html", + "domain": "experts-exchange.com", + "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: libreoffice doesn't open any file after upgrade to ubuntu 12.04 lts | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
g1arash

asked on

libreoffice doesn't open any file after upgrade to ubuntu 12.04 lts
\n
\nHi experts,
\n
\nAfter upgrading my ubuntu to version 12.04 lts I can not open any file which usually should open in libreoffice.
\nWhen I click on e.g. x.odt start libreoffice but half a way it disappear! I shows no error message.
\n
\nAny idea how can i fix this issue?\n
\n
\n
\"Avatar
Dave Baldwin🇺🇸
\nSome library that Libreoffice was using probably got replaced.  I'd try reinstalling it after checking to see if Ubuntu 12.04 is a supported system.\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
g1arash

ASKER

\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
g1arash

ASKER

\nbecause i foud self the answer to my own question\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26885443/Why-does-server-unexpectedly-dropped-the-connection-only-from-a-specific-location.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Why does server unexpectedly dropped the connection only from a specific location? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
bafforosso

asked on

Why does server unexpectedly dropped the connection only from a specific location?
\n
\nHello,
\n
\nmy company has got a private ftp server in our office in the US, it's set up with Rumpus and it's accessible via HTTP on a web browser on a public IP address.
\nI can access it without any problem on every internet connection i tried, except from one of our European offices. This office has got 2 connections, one XDSL on which the FTP access via HTTP is working fine and another one, ADSL on which is the problem :
\n
\nEvery time I try to connect (and i tried from several machines) :
\n- Firefox leaves me on a blank page
\n- Chrome tells me : The webpage at http://www.XXX.com/ might be temporarily down or it may have moved permanently to a new web address.
\nError 324 (net::ERR_EMPTY_RESPONSE): Unknown error.
\n- Safari tells me : Safari can’t open the page “http://www.XXX.com/” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.
\n
\nWhere could the problem come from and what can i do???\n
\n
\n
\"Avatar
Tom Scott🇺🇸
\nSome diagnostics to consider:
\n\n
\nCan you ping the server over the ADSL link?\n
\n
\nHave you tried to Telnet an FTP session with the server?\n
\n
\nAssuming you are using HTTPS for your FTP sessions, is HTTPS allowed over the ADSL link?
\n
\nIf you are using two firewalls, the rules may be different between them. Try a "stare and compair" of the firewall rules between the two firewalls. If using a single firewall but with two external ports for the XDSL and ADSL links stare and compare the rules for the two ports. If you are using a SonicWALL the two ports are NORMALLY in the same "zone" and this should not be a problem (cause), in that case.
\n
\nThese are initial ideas.
\n
\n - Tom\n
\n
\"Avatar
bafforosso

ASKER

\nHi,
\n
\nthanks for the advice.
\n
\nYes i can ping the server without packet loss.
\n
\nI can reach the server when I Telnet an FTP session but it'll keep telling me Login Failed, even when my login and password are the right ones.
\nWe are using a SonicWALL for the XDSL link and a built-in on a Thompson modem-router for the ADSL one, but i tried disabling it completely and it doesn't change anything, could it be a problem on the ISP side?\n
\n
\"Avatar
Tom Scott🇺🇸
\nSome ISPs block various traffic (some even FTP) for various reasons. However, that should block the entire session and not cause the credentials to fail.
\n
\nJust to compare apples to apples as much as possible, are you able to use Telnet to FTP to the server via the "good" Internet connection? If not, we need to do so. It could be that your server is configured in such a way as to make this test invalid for your situation.
\n
\nIf both fail using Telnet, are the failure messages the same?
\n
\n - Tom\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
AlexPace🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nHello,
\n
\ni solved my problem, thanks AlexPace, it helped me a lot. I found that my predecessor had set up heuristic blacklist layer ahead of the ftp server to prevent Rumpus' last resort solution, "disable account". And at a certain point it blacklisted our European office IP.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22045726/Open-a-file-Programmatically-in-Fortran.html", + "domain": "experts-exchange.com", + "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Open a file Programmatically in Fortran. | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Aiysha🇺🇸

asked on

Open a file Programmatically in Fortran.
\n
\nI want a small code in Fortran that opens a .txt file when executed. I have Lahey90 V4.5 to compile this program.
\n
\nThank you.\n
\n
\n
\"Avatar
cup
\nYou didn't say whether you wanted to read from it or to write to it.
\n
\nTo open a file for reading on channel nnnn
\n
\nopen (nnnn, 'afile.txt', status='old')
\n
\nTo open for writing
\n
\nopen (nnnn, 'afile.txt', status='new')
\n\n
\n
\"Avatar
Aiysha🇺🇸

ASKER

\ncup,
\nI might be asking for too much, but can you please send me a entire program, so I can just compile it..I am very new to fortran..
\n
\nThank you.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/articles/2963/Hijackthis-some-Tips-Tricks.html", + "domain": "experts-exchange.com", + "file_source": "part-00637-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Hijackthis - some Tips & Tricks | Experts Exchange\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n
\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n \n
\n
\n
\n \n

\n \n

\n
\n
\n
\n
\n
\n \n
\n
\n
\n Ask
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n Log In\n
\n
\n
\n
\n \n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n \n
\n
\n
\n \n

\n \n

\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n Log In\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n Community Pick: Many members of our community have endorsed this article.\n
\n
\n Editor's Choice: This article has been selected by our editors as an exceptional contribution.\n
\n

Hijackthis - some Tips & Tricks

\n
\n
\n \"\"\n
\n
\n rpggamergirl\"\"\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n
\n
\n Published: \n
\n
\n
\n Updated: \n
\n
\n
\n
\n Browse All Articles > Hijackthis - some Tips & Tricks\n
\n
\n
\n
\n
\n There are many HijackThis tutorials on the web already, so this article is about tips that help utilize HijackThis' full potential as a diagnostic tool.\n
\n
\n Download HijackThis from a TrendMicro link or from known reliable sources only.\n
http://free.antivirus.com/hijackthis/\n
\n
\n
Never run HijackThis from a Temporary Folder:\n
\n
\n You need to save HijackThis.exe into its own permanent folder e.g. C:\\HijackThis, not in any temp locations where it can be accidentally deleted when you run temp files cleaner. This is very important because by default hijackthis saves a backup of all 'Fixed' entries and you don't want those backups to be deleted when you change your mind and decide to restore some of the entries.\n
\n
\n
Restoring from the Backup:\n
\n
\n At any time when you want to restore items that were previously Fixed just start HijackThis again and go to Config > Backups or Misc Tools > Backups  and click on the Restore button, click Yes on the prompt and that particular entry/entries will be restored instantly.\n
\n
\n Be aware also that running it from your desktop if you're using your real name as your user account may not be a good idea if posting your log online with that info for the world to see (example below). If that's the case, remove your name before posting the log.\n
Same thing goes when running other scanners from a desktop.\n
\n  \n
\n C:\\Documents and Settings\\Edward Cullen\\Desktop\\HiJackThis.exe\n
\n C:\\Documents and Settings\\Leroy Jethro Gibbs\\Desktop\\ComboFix.exe\n
\n
\n So it's a good idea to install it so it will be running from the default location of Program Files folder, then your account name will not show up in the log like the below example.\n
\n C:\\Program Files\\Trend Micro\\HijackThis\\Hijackthis.exe\n
\n
\n
HijackThis scan must be done in Normal Mode:\n
\n
\n DO NOT run HijackThis in safe mode unless that's the only mode the pc boots into. Normal mode is the mode it should be run when all nasties lurking in the system are active and running. You would want to know everything that are running(bad or good) in order to know what infection is present and what method to use for removal.\n
\n
\n
MSConfig and HijackThis:\n
\n
\n DO NOT uncheck any entries in MSConfig > Startup prior to running Hijackthis. It is important that you do not disable any startup entries because Hijackthis will not scan them and the log will not show all the programs or nasties running in the system. \n
\n
I have seen suggestions on threads where Experts advised users to disable startup entries in msconfig and then suggested a HijackThis scan after. \n
\n This is not a good method(if you haven't seen the log yet) because we want to know all the programs that are running at startup and if you disable those then they are not being scanned therefore won’t be listed in the log. You can disable them after the scan or alternatively just disable them using HijackThis by fixing the relevant entries.\n
\n Fixing the 04 entries in HijackThis is equivalent to unchecking entries in MSConfig > Startup.\n
\n
\n If it's a work PC or if it's part of the company's network, be aware that your company’s Domain name or IP address can also show up in the log and you may not want to post a log online with that info for the hackers to see.\n
\n
\n There is an automated analyzer at www.hijackthis.de/ that basically tells you whether the entries are legit or not but you mustn't rely on its findings as any automated analyzer is only as good as its database. So use it only as a guidance.\n
\n
\n NOTE:\n
\n A clean HijackThis log doesn't necessarily mean a clean system because a lot of nasties can now hide from the HijackThis scan. So other scanners are needed or other diagnostic tools need to be used if the system is infected. HijackThis is not a standalone removal tool, it can't remove infections on its own so it often needs other tools to complete the removal.\n
If you want someone to analyze your log, ask a Question in the HijackThis Zone and attach your log.\n
https://www.experts-exchange.com/Virus_and_Spyware/HijackThis/\n
\n
Supported Operating Systems:

HijackThis supports Windows 98, Windows 2000, Windows ME, Windows XP, Windows Vista \n
\n and Windows 7.\n
\n
\n Though it will run on non-supported systems(the diagnostic scan side of it) it may not function as well as expected when you start fixing entries or deleting files etc. The report can be misleading as may show legit entries that look suspicious, and shows \"file missing\" when in fact they are not missing, e.g. below. So be aware before you start fixing entries or using HijackThis' other functions on these systems.\n
\n
\n C:\\Documents and Settings\\Alice Cullen\\WINDOWS\\System32\\smss.exe\n
\n O23 - Service: Event Log (Eventlog) - Unknown owner - C:\\WINDOWS\\system32\\services.exe (file missing)\n
\n O23 - Service: HTTP SSL (HTTPFilter) - Unknown owner - C:\\WINDOWS\\System32\\lsass.exe (file missing)\n
\n
\n For info on HijackThis entries, check out this tutorial:\n
http://www.bleepingcomputer.com/tutorials/tutorial42.html\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n 14\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n 6,783 Views\n
\n
\n
\n
\n
\n
\n
\n \n \n Comment\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
    \n
  • Facebook\n \n
  • \n
  • Twitter\n \n
  • \n
  • LinkedIn\n \n
  • \n
  • https://www.experts-exchange.com/articles/2963/Hijackthis-some-Tips-Tricks.html copy
  • \n
    \n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n \"\"\n
\n
\n rpggamergirl\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n

Comments (5)

\n
\n
\n \n
\n
\n \"\"\n
\n
\n
\n younghv\"\"\n
\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience. Experts with Gold status have received one of our highest-level Expert Awards, which recognize experts for their valuable contributions.\n
\n
\n
\n Author of the Year 2011\n
\n Author of the Year is awarded to the Expert whose Experts Exchange articles posted over the course of the year earned the highest number of views from other members. Recipients of this award are recognized for the consistency, quality, and impact of their work.\n
\n
\n
\n Top Expert 2006\n
\n The Distinguished Expert award recognizes two experts in the top 50 most active topic areas: a veteran and a rookie. The winners of this award are the Expert and rookie who have earned the highest number of points in a specific topic over the course of the year.\n
\n
\n
\n
\n

\n Commented: \n
\n
\n
\n
\n
\n rpggamergirl -
\n Some great (and really timely) advice for anyone using HJT.
\n Thank you for putting it together.
\n
\n "Yes" vote up above.\n
\n
\n
\n
\n
\n \n
\n
\n \"\"\n
\n
\n \n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience. Experts with Gold status have received one of our highest-level Expert Awards, which recognize experts for their valuable contributions.\n
\n
\n
\n Most Valuable Expert 2024\n
\n Most Valuable Expert is awarded by the community to the Experts who go above and beyond to share their knowledge and help other members solve challenging problems. MVEs are nominated by their peers for consistently demonstrating exceptional problem-solving skills while maintaining a high level of respect and professionalism. The members with the highest number of MVE nominations will win, and multiple MVEs are typically awarded each year.\n
\n
\n
\n Most Valuable Expert 2023\n
\n Most Valuable Expert is awarded by the community to the Experts who go above and beyond to share their knowledge and help other members solve challenging problems. MVEs are nominated by their peers for consistently demonstrating exceptional problem-solving skills while maintaining a high level of respect and professionalism. The members with the highest number of MVE nominations will win, and multiple MVEs are typically awarded each year.\n
\n
\n
\n
\n

\n Commented: \n
\n
\n
\n
\n
\n Thanks - Thumbs up vote from here!\n
\n
\n
\n
\n
\n \n
\n
\n \"\"\n
\n
\n \n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n Top Expert 2007\n
\n The Distinguished Expert award recognizes two experts in the top 50 most active topic areas: a veteran and a rookie. The winners of this award are the Expert and rookie who have earned the highest number of points in a specific topic over the course of the year.\n
\n
\n
\n
\n

Author

\n Commented: \n
\n
\n
\n
\n
\n younghv, MASQUERAID,
\n
\n Thanks for the Yes vote! :)\n
\n
\n
\n
\n
\n \n
\n
\n \"\"\n
\n
\n
\n b0lsc0tt\"\"IT Manager\n
\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n
\n

\n Commented: \n
\n
\n
\n
\n
\n How useful is HJT now?  I may not be up to date (or confusing it with another) but I thought I read the program was purchased by a big company who hadn't updated it.  Great points and info and I am a huge fan of the program.  Even out of date it would still be useful I would think for certain things but I was just curious, especially when I noticed support for Windows 7, if it is now being updated and actively developed.
\n
\n Thanks for the article and your time to create it!
\n
\n bol\n
\n
\n
\n
\n
\n \n
\n
\n \"\"\n
\n
\n \n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n Top Expert 2007\n
\n The Distinguished Expert award recognizes two experts in the top 50 most active topic areas: a veteran and a rookie. The winners of this award are the Expert and rookie who have earned the highest number of points in a specific topic over the course of the year.\n
\n
\n
\n
\n

Author

\n Commented: \n
\n
\n
\n
\n
\n "How useful is HJT now?"
\n
\n Good question. HJT is still a useful tool, it depends what you want it for...it has lots of features and functions.
\n You can disable startup programs, disable/delete services, delete file on reboot, kill process etc.... but as a malware diagnostic tool it is NOT that useful anymore because a lot of nasties can now hide from its scan. A clean Hijackthis log doesn't mean that the system is clean.
\n
\n "I may not be up to date (or confusing it with another) but I thought I read the program was purchased by a big company who hadn't updated it."
\n
\n Yes, TrendMicro bought Hijackthis, but unfortunately Trend doesn't have a good history of maintaining their acquired tools. If you remember CWShredder which they also acquired, it become obsolete.
\n Yes, HJT is still being updated, but nothing dramatic is happening there. I only hope that what happened to CWShredder will not happen with HijackThis.
\n
\n Thanks for the Yes vote, :)\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n \n
\n
\n
\n
\n
\n

Have a question about something in this article?\n You can receive help directly from the article author. \n Sign up for a free trial to get started.

\n
\n
\n
\n
\n
\n \n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n \n

The Original Tech Community

\n
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n
\n
\n
\n © 1996-2025 Experts Exchange, LLC. All rights reserved. Covered by US Patent.\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
© 1996-2025 Experts Exchange, LLC. All rights reserved. Covered by US Patent.
\n
\n
\n \n
\n \n
\n \n \n \n \n
\n
\n
\n
\n
\n \n \n \n\n\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26830961/Regex-for-Date-onkeypress.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Regex for Date onkeypress | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Obadiah Christopher🇮🇳

asked on

Regex for Date onkeypress
\n
\nIs it possible to write a regular expression to Validate a date in the onkeypress event of a textbox?
\n
\nThe user should be able to enter dates in the following formats.
\n
\n1. MM/dd/yyyy - 12/25/2011
\n2. MMMM dd, yyyy - December 25, 2011
\n3. dd MMM,yyyy - 25 Dec,2011
\n
\nI have a dropdown in which the user will select the format of the date to be entered, so I would require 3 different Regex.
\n
\nI can write a regex on blur event. But is it possible to write it in keypress event of textbox.\n
\n
\n
\"Avatar
Bardobrave🇪🇸
\nThe problem of using keypress event is that your regex comparison will be fired with each key pressing, so it will never pass until the last character is pressed (and thus it will return warning, error, or whatever are you using to alert your user of it each time).
\n
\nMaybe you can launch it on keypress but only check for conformance with the regular expression when the correct number of characters are inserted.\n
\n
\"Avatar
Obadiah Christopher🇮🇳

ASKER

\nExactly. But is it possible to prevent the user frm entering any other characters other than valid ones. \n
\n
\"Avatar
Bardobrave🇪🇸
\nOf course you can, but not matching against a full regular expression (as in each keypress you'll only have a bit of the date builded).
\n
\nYou can use different reg exps for the different steps in the creation or use code to validate each keypress depending on what format you expect.
\n
\nThe problem in this is... what if your user copy/paste the date into your textbox? You should maintain the onBlur validation.\n
\n
\"Avatar
Obadiah Christopher🇮🇳

ASKER

\nOnblur validation is already present. But they want keypress also. I'm doing all these validations in onBlur event. The problem is for keypress event.\n
\n
\"Avatar
Bardobrave🇪🇸
\nYou can do a function for keypress event.
\n
\nWhen if fired, this function check if the current value of the textField matches with the expected format for a string of it's length.
\n
\nIf the pressed key don't match, you can erase the last char from the textbox. This maybe don't work very well when users types fast, as maybe your function finishes it's execution after the next key is pressed, so the erasing of the last char will have a delay.
\n
\nProbably will be better to simply show a message alerting user that introduced date doesn't match with the expected format instead of trying to block the pressing of erroneus keys.\n
\n
\"Avatar
Obadiah Christopher🇮🇳

ASKER

\nThe regular expression is the thing that I'm looking for. Can somebody help me with writing this Regular Expression.\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Bardobrave🇪🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Obadiah Christopher🇮🇳

ASKER

\nAccepting the answer for the regex. However, I assume that it is not possible to do it on keypress.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27988638/access-subform-printing-one-record.html", + "domain": "experts-exchange.com", + "file_source": "part-00089-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: access subform-printing one record | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Richard

asked on

access subform-printing one record
\n
\nI have one table Clients and this has a relationship to Files.
\nOne client can have many files.
\n
\nI have a subform Files on the main form Clients
\n
\n
\nWhat I would like to do to is to print the contents of one record of the sub form.
\n
\nI need to make a report, prob based on a query and then have a filter in the report to filter one client AND that particular file
\nSo as to print all the clients details and the details for ONE file.
\nIdeally select the file record from a double click from the file records.
\n
\nAssistance please appreciated.\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Rey Obrero (Capricorn1)🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nSomething like this:
\nDatabase181.mdb\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28788559/Backup-Exec-15-Cloud-connector-to-Amazon-S3-Charges.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Backup Exec 15 Cloud connector to Amazon S3 Charges | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Rio_10🇨🇾

asked on

Backup Exec 15 Cloud connector to Amazon S3 Charges
\n
\nMorning All,
\n
\nI have confirgured Backup Exec 15 to backup to Amazon S3. I did a test backup of a 48GB VM and im a bit confused with the pricing (see attachement.
\n
\nThe backup completed and I was charged $0.00 for the upload of 48GB but I was charge $4.23 for transfer out for 47GB. How is this possible, surely a backup is just an upload of data? or has the job verification have anything to do with this?
\n
\nThanks in advance
\nAmazonS3.docx\n
\n
\n
\"Avatar
Stuart Scott🇬🇧
\nHi,
\n
\nThe only reason I could feasibly think of why you are being charged this is like you say, some kind of verification check.  
\n
\nI haven't used Backup Exec 15 so I don't fully understand how it verifies that the data was written successfully.
\n
\nMany thanks,
\n
\nStuart\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28590222/DNS-Server-Replication.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: DNS Server Replication | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
dankyle67

asked on

DNS Server Replication
\n
\nHi,
\nUp until last week, we had 2 DNS servers running in 2 different sites.  One on the west coast and the primary on the east coast.  They were both 2003 domain controllers and we extended the schema so that a new 2012 server could be promoted to a domain controller in the east coast as a 2nd DNS server and another 2008 domain controller was promoted in the west coast site so all in all there are currently 4 DNS servers, 2 on each site.  My question is, that all 4 are reporting as authoritative and wanted to know if this is correct given that they are all active directory integrated.  The main or primary DNS server resides in east coast and is 2003 server.  Also, each server is pointing to the primary in east coast as the primary dns server on its nic card settings and the secondary for each is the loopback of 127.0.0.1.  In the event of the primary going down, would the others take over automatically or would i have to point the client machines to the other servers ip address?  Thanks.\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
David Johnson, CD🇨🇦
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
dankyle67

ASKER

\nJust to clarify, the 4 ip addresses of the DNS servers would be entered into the client pc nic cards correct? As for the DNS servers themselves, I have the primary DNS as the DNS server in east coast and the secondary as 127.0.0.1. Is this sufficient or should I add the other 2 DNS servers as well?\n
\n
SOLUTION
\"Avatar
footech🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/24990027/cachestore-flush-a-bad-thing.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: cachestore flush - a bad thing? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
fvillena

asked on

cachestore flush - a bad thing?
\n
\nI notice from my event logs that we are receiving a lot of cachestore flush notices and then subsequent notices of databases being opened.
\n
\nThe situation is better described in the post https://www.experts-exchange.com/questions/24072323/cachestore-flush-error.html?sfQueryTermInfo=1+cachestor+flush
\n
\nI see that I could probably get rid of these notices by setting each database auto close setting to off but I'm wondering whether from a performance point of view it is better to close, flush and then reopen or set the auto close to false and leave them open all the time.
\n
\nThe environment is Windows 2003, SQL Server Express and we're running abourt 20-30 websites which utilise SQL Server Express.
\n
\nIt should be noted that we are not currently having any performance issues relating to SQL Server.\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Guy Hengel [angelIII / a3]🇱🇺
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
fvillena

ASKER

\nCorrect answer\n
\n
\nBelow is a stored procedure which will set Auto Close to Off on all databases
\n
\nUSE MASTER
\ndeclare
\n        @isql varchar(2000),
\n        @dbname varchar(64)
\n       
\n        declare c1 cursor for select name from master..sysdatabases where name not in ('master','model','msdb','tempdb')
\n        open c1
\n        fetch next from c1 into @dbname
\n        While @@fetch_status <> -1
\n                begin
\n                select @isql = 'ALTER DATABASE @dbname SET AUTO_CLOSE OFF'
\n                select @isql = replace(@isql,'@dbname',@dbname)
\n                print @isql
\n                exec(@isql)
\n               
\n                fetch next from c1 into @dbname
\n                end
\n        close c1
\n        deallocate c1\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29163025/iPhone-Send-Mail-with-Large-Attachment.html", + "domain": "experts-exchange.com", + "file_source": "part-00637-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: iPhone Send Mail with Large Attachment | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Billy Ma🇭🇰

asked on

iPhone Send Mail with Large Attachment
\n
\nI am using iPhone 6 Plus, I tried to export Whatsapp chat with Media of 1 contact and send it via the Mail app.
\n
\nThe attachment was 48MB, the Mail app provided two options for me to choose as the attachment was too big.
\nOption 1: Use Mail Drop
\nOption 2: Trying sending attachment.
\n
\nI selected Option 2, but I never receive any error, never receive the email, and I even cannot find it in the Outbox.
\n
\nWhere is the email then?
\n
\nSimilar to this article: https://www.nytimes.com/2017/07/10/technology/personaltech/sharing-large-files-with-mail-drop.html\n
\n
\n
\"Avatar
Kimputer
\nIt's against etiquette to send such big files through email. Most mail servers will reject it.
\nJust consider it lost, and start again, now for option 1.\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Billy Ma🇭🇰

ASKER

\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28127687/Loud-Power-Supply-Fan-and-No-Bootup-After-Adding-Memory.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Loud Power Supply Fan and No Bootup After Adding Memory | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
chantalcookware

asked on

Loud Power Supply Fan and No Bootup After Adding Memory
\n
\nHello.
\nI recently tried to add memory to an Emachines T6524. I researched and purchased the correct memory to upgrade. When the new memory is added, the computer will start with a loud and long fan roar from the power supply fan, but will not boot, or activate display on the monitor. I have tried several combinations of new memory with the same result. I have upgraded the power supply and still get the same result. When I use the same 1 GB stick that it came with, there is no problems. I can't find any BIOS updates, and the computer is said to have a max memory of 4GB.
\nAny ideas?
\nThanks.\n
\n
\n
\"Avatar
iammorrison🇨🇦
\nHave you by chance tried the memory in a different machine? Could be a bad stick, you would usually be presented with some sort of code on POST if you had a mismatch of some sort\n
\n
\"Avatar
Scott C🇺🇸
\nNeed a bit more information...What brand and size of memory did you buy?  Also how many sticks?\n
\n
\"Avatar
chantalcookware

ASKER

\nI have tried 4 different sticks of brand new memory. All are from Crucial.com and selected using the memory selector. I have tried each of them individually and in combinations with the same result. The only one I can get to work is the original stick.\n
\n
\"Avatar
Scott C🇺🇸
\nI would doubt that all 4 would be bad.  I would return them and try a different brand.  It looks like even though the memory selector said they were compatible they aren't.
\n
\nYou might try Kingston or Mushkin or Gskill, I've had good luck with all three of these brands.\n
\n
\nThe memory purchased is Crucial PC3200 DDR 400. CL3, 184-pin Unbuffered. 1GB sticks. I have 4 total sticks and have tried in various configurations as well as each individually.\n
\n
\"Avatar
Scott C🇺🇸
\nI've bought Mushkin in these and they worked perfectly.
\n
\nThese have great reviews.
\n
\nhttp://www.newegg.com/Product/Product.aspx?Item=N82E16820146326\n
\n
\nI have also tried Samsung with the same results.\n
\n
\nThe stick that does work is the same specs, but the brand is PNY.\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Scott C🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nSo multiple types of ram that are certified to be compatible with the computer can actually be incompatible? I would have figured there was something else, motherboard or bios setting?\n
\n
\"Avatar
iammorrison🇨🇦
\nIt may actually come down to incompatible latency timings. While not overly common, I have seen this be an issue on entry level systems before. Can you verify that the latency timing is the same on the working and non-working sticks?\n
\n
\nCan it be latency timings if I am only using the new memory, and not the old in combination? They are all CL3 according to the labels.\n
\n
\"Avatar
Scott C🇺🇸
\nIt's possible that the timings in BIOS are set different than on the memory.  However, most of the time on a computer you buy from a retailer you can't get into the granular settings to change them.
\n
\nAnd yes, sometimes "certified" memory may not work as manufacturing processes change over time.   The memory you are using is relativly old technology and their processes have most likely changed over the years.\n
\n
\"Avatar
nobus🇧🇪
\ncould it be you dislodged the cpu heatsink a bit?
\nremove it and renew the heatpaste to test\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/21078585/How-to-zap-curly-quotes-or-smart-quotes-from-scraped-page.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How to zap &quot;curly quotes&quot; or &quot;smart quotes&quot; from scraped page | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
nysus1

asked on

How to zap &quot;curly quotes&quot; or &quot;smart quotes&quot; from scraped page
\n
\nI'm scraping content (news headlines) from another web site which I then feed into a MySQL database.  But the morons who create content for the site have "special quotes" or "curly quotes" generated by Microsoft products in their text.  So when a headline has an apostrophe, it shows up as a question mark on my web pages.  So instead of "can't", you see "can?t"
\n
\nI ran the HTML generated by the offending page thourgh a hex editor and found the apostrophe it creates has a hex code of 92.  A real apostrophe has a hex code of 27.
\n
\nI've always been confused as hell by character sets and getting around these kinds problems.  Is there a function in PHP that will solve this problem.  I tried the htmlspecialchars() function with no results.  Any tips/help would be great.\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Zyloch🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
nysus1

ASKER

\nYou da man!  That did it.  But why would htmlentities work and not htmspecialchars?  The PHP at manual at http://us4.php.net/htmlentities says the two functions are identical 'except with htmlentities(), all characters which have HTML character entity equivalents are translated into these entities.'  Not too clear to me.
\n
\n\n
\n
\"Avatar
Zyloch🇺🇸
\nYes, it means with htmlspecialchars, it'll only change ",',& and some other basic chars but htmlentities changes every single one that has an equivalent char code in HTML, basically anything that appears on the ASCII chart.
\n
\nRegards,
\n${Zyloch}\n
\n
\"Avatar
nysus1

ASKER

\nOK, one more question then, if I might.  Why does htmlspecialchars need a third argument, then?  If all it is translating is &, ", ' <, and > chars, why would it need to know which character set to use in the conversion?  Wouldn't those basic characters have the same ascii code across the different character sets?\n
\n
\"Avatar
Zyloch🇺🇸
\nNot necessarily. For instance, Big5 is mainly for Asian languages and may have different character codes representing different characters. Most of the time, though, you'll only be using the default.
\n
\nRegards,
\n${Zyloch}\n
\n
\"Avatar
nysus1

ASKER

\nOK, thanks for you help and explanation.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29065312/how-to-shutdown-Hyper-v-Microserver-and-SAN-so-i-could-change-UPS-batteries.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: how to shutdown Hyper-v, Microserver and SAN so i could change UPS batteries? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
russus🇬🇧

asked on

how to shutdown Hyper-v, Microserver and SAN so i could change UPS batteries?
\n
\nExperts,
\n
\nI  need to change the batteries of our UPS so I need to switch everything off before I start. And I don't know where to start.
\n
\nwe have 2 hyper-v , HV1 and HV2. (HP DL360)
\nwe have 6 virtual servers.
\nwe have SAN (MSA1040)
\nMicroserver (HP G2020)
\n
\nCould you please help me. what do i switch off first and how? and in what order?
\nthen once i am done with the UPS, how to switch all back on and the order?
\n
\nThank you for your help\n
\n
\n
\"Avatar
Farhan Kazi🇦🇺
\nI assume you can manage your infrastructure from your local system or any jump box which is not running on servers that you going to shutdown.
\n 
\n1. Shutdown virtual machines (first applications, databases - if any) either via console, RDP, SSH.
\n2. Shutdown Microserver if it is being used as an application server or database server.
\n3. Shutdown Hyper-v servers (any order)
\n4. Shutdown SAN
\n
\nPower on sequence is opposite to above sequence.
\n1. Power on SAN
\n2. Power on Hyper-v servers
\n3. Power on database servers (VMs on physicals)
\n4. Power on all other application servers (VMs on physicals)\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Philip Elder🇨🇦
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
russus🇬🇧

ASKER

\nthank you both for your answers.
\n
\nPhilip, i think the unit i've got (GXT2-3000) along with a battery cabinet (GXT2-72VBATT) are about 10 years old. i've asked around and looks like you're right, i should be able to hot swap the batteries without interrupting the load. But i must be sure before fiddling with it.  
\nthank you for your help\n
\n
\"Avatar
Philip Elder🇨🇦
\nFor us, as a rule once we've cycled a couple of battery changes through the UPS we're looking at replacing the entire lot. The electronics tend to get a little flaky depending on heat/cool cycles they have gone through.\n
\n
\"Avatar
pgm554🇺🇸
\nMake sure the batteries haven't expanded to the point where things will not pull out.
\nI've had these issues in the past and the last thing you want is fighting with a stuck battery.\n
\n
\"Avatar
russus🇬🇧

ASKER

\nthanks pgm but what can be done in that case? must take them out\n
\n
\"Avatar
Philip Elder🇨🇦
\nHave a crow's foot handy (crowbar, J-Bar). I've had to use one to convince some very bloated batteries out of a 2U enclosure. ;)
\n
\nA set of pry bars or larger flat head screwdrivers could be used as well. Just make sure to have some strong and wide plyers available to help "influence" the UPS battery enclosure back into shape.\n
\n
\"Avatar
russus🇬🇧

ASKER

\nhehe thanks Philip. I've swapped the batteries of the unit but i was very disappointed at the time as the battery cabinet is completely different structure and didn't want to do something i wasn't sure of.
\nanyhow, batteries retested and now i have no warning error and no beeps and i have green lit led panel :)
\n
\nthank you all for your help\n
\n
\"Avatar
Philip Elder🇨🇦
\nNo worries. Does the UPS have a network management setup?\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22505257/Starting-IE-up-need-to-pause-code-until-IE-ready-for-navigate-command.html", + "domain": "experts-exchange.com", + "file_source": "part-00637-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Starting IE up - need to pause code until IE ready for navigate command | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
JohnDoeSr

asked on

Starting IE up - need to pause code until IE ready for navigate command
\n
\nOccasionally my code restarts Internet Explorer on purpose using:
\n
\nobjIE.Quit
\nSet objIE = Nothing
\nSet objIE = New InternetExplorer
\nobjIE.Visible = True
\n
\nBut it seems that sometimes, the code sends a navigate command to IE a little too soon after restarting. IE isn't ready and errors out. I've inserted a 3 second pause, and that has seemed to help, but I still occasionally get the same error. How can I hold all further instruction until IE is up and ready to receive commands?\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
quiklearner
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
jkaios🇲🇭
\nYou can implement a loop to wait until the current page is loaded or the state is ready.
\n
\nDo Until (objIE.ReadyState = 4)   'READYSTATE_COMPLETE
\n   DoEvents
\nLoop
\n
\n-OR- use this:
\n
\nDo While (objIE.Busy)
\n   DoEvents
\nLoop
\n\n
\n
\"Avatar
JohnDoeSr

ASKER

\nquiklearner: If I can't find any other solution then it sounds like I'm going to have to do this
\n
\njkaios: I've already got got that code in, right after the new the IE visible = true and it doesn't seem to help. \n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/20802983/Temporarily-disabling-an-e-mail-account.html", + "domain": "experts-exchange.com", + "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Temporarily disabling an e-mail account | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
aszumilo

asked on

Temporarily disabling an e-mail account
\n
\nUsing Lotus 6 for OS/400 on an IBM iSeries server.  I have a couple of employees that are on Military LOA.  Is there a simple way to disable their e-mail accounts, temporarily, until they return?  I know I can add them to the deny access group, but, then they will still show in the address book, correct?  I want it so that they are not receiving e-mail and filling up their alloted quota.  Thanks for the help.\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
HemanthaKumar
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
aszumilo

ASKER

\nOK, tried that, but the name still shows in the address book.  I went to the person record, document properties, security tab and set only the Admin to read it.  Does it take awhile for this to propagate or is there a way to speed the process up?  Or, did I miss something?  Thanks again.\n
\n
\nIf you are in admin group it will still show up, try with some other user id. Also wait till all the nab's are replicated...Enable Server also to read this doc or else it will delete it from other replicas.
\n
\nCaution: Always do a backup before doing any changes to nab\n
\n
\nReplication should take care of it.. Did it ?\n
\n
\nYou are the man.  I tried it on a different id and it still was there.  I forced a replication and looks like it is working.  I really appreciate the help.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28664748/Shell-while-loop-command-not-running-properly.html", + "domain": "experts-exchange.com", + "file_source": "part-00089-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Shell - while loop command not running properly | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
joaotelles🇺🇸

asked on

Shell - while loop command not running properly
\n
\nHi again,
\n
\nIm trying to figure out how to make the backspace to work when I have a 'read' clause in my shell script...
\n
\nFor eg. in the script I have:
\nread variable_a
\n
\nSo when I run it and I enter the variable input, if I hit backspace to correct some mistype mistake I get ^H^H when I hit backspace..
\n
\nIs there a way to make the backspace to work? Any option in the read clause for eg... ?
\n
\nTks,
\nJoao\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
n2fc🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
\"Avatar
simon3270🇬🇧
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
joaotelles🇺🇸

ASKER

\nBoth worked.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/20561596/Removing-Domain-Controller-Policy-Denying-Administrators-Logon-Access-on-ADS.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Removing Domain Controller Policy Denying Administrators Logon Access on ADS | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
NeonKnight

asked on

Removing Domain Controller Policy Denying Administrators Logon Access on ADS
\n
\nHere's a mouth watering one for you, and a should provide a good laugh if anything.
\n
\nOn a single domain control Win2k server a set of documents where encrypted using EFS for added security. In fact the administrator was so security minded that she completely lockdown the system as much as possible using every possible Group Policy on every possible level and OU. So much so that she even denyed herself logon access to the one and only server (with the one and only admin account), rebooted the system and could no longer logon.
\n
\nThe documents are ironically business critical and available on a shared folder, so they are visible from the network to any other user, but sadly not avaiblable for access or copying in any way whatsoever.
\n
\nSo, she still has the admin password, but can't logon with it, can see the files using any user account, but can't open them due to the EFS encryption whose key is held by the one and only admin account. The key is intact, the account exists, just not accessible and the files are visible, but you can't copy them or do anything else with them, because access is denied.
\n
\nNo other account exists with any level of control on the system, (i.e. only 1 admin account and the rest are user accounts). No backup, no way out except to remove the restrictions on the admin loggin so that the files maybe decrypted and things put to rights.
\n
\nShould anyone have time after rofl, and have a bright spark of an idea, please help the poor soul.
\n
\nA kind and carring boyfriend!\n
\n
\n
\"Avatar
Ghost_Hacker
\nAhhhh...EFS strikes again!!!
\n
\n
\nThis article may help in resetting the user rights in group policy to the defaults.
\n
\n
\nhttp://support.microsoft.com/?kbid=226243
\n
\n
\nGood Luck :)
\n
\n\n
\n
\nIf she can access the adminsitartive share from another workstation \\\\servername\\C$, she can browse to the C:\\Winnt\\System32\\Gropu Policy folder.  If she modifies the rights on the folder so she still has full control, but does not have read or execute access, the polices will not apply to her.  
\n
\nI am not sure this will cure the local policy inforce denying her ability to login.  Hopefully terminal services is installed, she could access the Domain Controller Security policy through a Terminal Services session.\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
NeonKnight

ASKER

\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nI hope you created a backup admin account.   Hopefully she will start taking policies more seriously, they are one of Microsfts steps (small) toward building a secure OS.  EFS is about the only really secure thing they have made, and if you use it you better know how it works and have a backup key!
\n
\nI would post a request under community support with a copy of the URL to this question to get it closed, that is if Ghost Hacker does not object.\n
\n
\nNo objection from me! Thanks for posting the solution to your problem. That's one to file away. :-)\n
\n
\nNeonKnight:
\nThis old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
\nEXPERTS:
\nPost your closing recommendations!  No comment means you don't care.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22058494/how-to-make-transparent-control-in-win32-window.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: how to make transparent control in win32 window | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Raj_Kau

asked on

how to make transparent control in win32 window
\n
\nHi
\ni created a dialog in win32 and on that i have some bitmaps.
\n
\nnow i want to make some bitmap transparent.
\n
\nPlease help me
\n
\nRaj\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
jkr🇩🇪
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Raj_Kau

ASKER

\nhi jkr
\nit make transparent but they make full window transparent not the particular cotrol or bitmap.
\n
\nRaj\n
\n
\"Avatar
jkr🇩🇪
\nHave you checked the 2nd article also?\n
\n
\"Avatar
Raj_Kau

ASKER

\njkr
\ni told you again what i want. i think that help u to solve my problem.
\n
\nactually i want to make diffrent control whith diffrent percentage and i also want to make transparent to my window also.
\n
\ni think now u help me better
\n
\n
\nRaj
\n\n
\n
\nHello Raj,
\n
\n  I suggest that you use PNG Images, they could be transparent images and can be loaded to win32 applications directly using GDI+.
\n
\nHowever, if u insist on using BMP images and u need to make it transparent, you can use the function(alpha blended):
\n
\nSetLayeredWindowAttributes(hwnd, 0, (255 * 70) / 100, LWA_ALPHA);
\n
\nwhere 70 indicates that the opacity of the image is 70%. In this case, i think u need to handle every BMP as a seperate window.
\nHere's a link to explain how to use it:
\n
\nhttp://msdn2.microsoft.com/en-us/library/ms997507.aspx
\n\n
\n
\nGoing again through your comments, I want to add this: you can pass the handle of every control seperatley to this function and change the opacity of every control.
\n
\n  Hope this helps.
\n
\n     MJ \n
\n
\"Avatar
Raj_Kau

ASKER

\nMazen
\n
\ni already try your second suggestion but its not working.
\n
\n
\nRaj\n
\n
\nHello Raj,
\n
\nI have tried a simple application and it seems that this doesn't work if the control has WS_CHILD style. If you remove this style the controls will appear transparent, but you face other problems in this case which are related to the prosition of the controls and  resizement and movement of the parent window. I think what you can do is handle all window movement and resizement messages and relocate the controls your self.  
\nNote, you should use CreateWindowEx() when trying to create controls and use the extended style WS_EX_LAYERED.
\n
\nI can post some code if you would like to try it or I can email u the application I worte.
\n
\n     Mazen
\n
\n    \n
\n
\"Avatar
Raj_Kau

ASKER

\nthanks mazen
\nthat look cool. i also will try what you suggest but please you also send.
\n
\n
\nRaj\n
\n
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
Raj_Kau

ASKER

\nmazen
\n sorry for late response. that code work but i do not want to use CreateWindowEx.
\n
\ncan you tell me how i load PNG image.
\n
\nRaj\n
\n
\nHello Raj,
\n
\n  Here's the code that can load png images or any image type:
\n
\nHDC hdc = GetDC(hWnd);
\nCImage m_image;
\nm_image.Load("c:/1.png");
\nm_image.Draw(hdc,0,0);
\nReleaseDC(hWnd,hdc);
\n
\nYou have to include this inorder for CImage to work:
\n
\n#include "atlimage.h"
\n
\n  Regards,
\n     Mazen\n
\n
\"Avatar
Raj_Kau

ASKER

\nMazen
\ni did not able to include
\n#include "atlimage.h"
\nwhen i include this it give fatal error
\nthen how i can show this image into a static control..
\n
\n
\n
\nRaj\n
\n
\nRaj,
\n
\nAre u using VC++ 6.0? Because if so, CImage is not supported and you will get a "fatal error" if you include atlimage.h . I'll post a code that uses GDI+ in this case to load images.
\n
\nIf you are using .net version of visual studio, then post to me the part where u included the atlimage.h library.
\n
\nWaiting for your reply.
\n
\n   Regards,
\n     Mazen
\n
\n\n
\n
\"Avatar
Raj_Kau

ASKER

\nMazen
\n
\nYes i use VC++ 6.0.
\n
\n
\nRaj\n
\n
\"Avatar
Raj_Kau

ASKER

\nMazen
\n
\ncan you have the idea about "AlphaBlend"
\n
\nRaj\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28353140/Email-On-Apple-Devices.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Email On Apple Devices | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
oo7ml

asked on

Email On Apple Devices
\n
\nHi,
\n
\nI've been struggling to find a good reliable email setup between all of my Apple devices (Macbook, iPhone & iPad) for some time now.
\n
\nI have 3 emails accounts (2 for work and one personal):
\n
\nEmail 01: exchange
\nEmail 02: imap
\nEmail 03: gmail
\n
\nI would greatly appreciate any help anyone could give on all of this and i'd love to hear how you have all of your email setup.
\n
\nNOTES
\nA - I'm sure it's a mixture of the type of email service that i have and my hate for Macbook Mac Mail that contributed to my unreliable email setup.
\n
\nB - i don't want to forward all 3 accounts to 1 email address
\n
\nC - i don't want to use a different email client for different email addresses
\n
\n
\nQUESTIONS
\n01 - is is possible to push gmail through on iOS mail instantly (this was working fine up until about 12 months ago, however someone told me that Google changed their email service so this was not possible anymore without using the gmail app)
\n
\n02 - i've heard lots about mailbox, but it seems to only cater for my gmail?
\n
\n03 - is there any other email client that will handle all of my 3 emails on all 3 devices
\n
\n
\nThanks in advance for your help... any help would be greatly appreciated.\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Eoin OSullivan🇮🇪
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
oo7ml

ASKER

\nThanks Eoin. What is the best way to setup gmail on your phone, using the default iOS email client?\n
\n
SOLUTION
\"Avatar
s3e3🇨🇦
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nI use the Apple Mail client on iOS and access GMail with the IMAP settings.\n
\n
\"Avatar
oo7ml

ASKER

\nAre you choosing the 'Other' setting or 'Google' setting when adding through the default iOS mail client?\n
\n
\nYes. Use other then select IMAP. More stable than gmail option. Get all values from gmail settings page where you enable IMAP in the first place\n
\n
\"Avatar
oo7ml

ASKER

\nThanks Eoin, i just tried to get all of the settings from Gmail but they have provided the below
\n
\nhttps://support.google.com/mail/troubleshooter/1668960?rd=1#ts=1665018,1665143
\n
\nThey seem to want you to select the Google option on mac mail\n
\n
\nIgnore that .. just look under the "Other" Mail Client setting to get the IMAP settings
\nhttps://support.google.com/mail/troubleshooter/1668960?rd=1#ts=1665018,1665144
\n
\n
\nIncoming Mail (IMAP) Server - Requires SSL
\nimap.gmail.com
\nPort: 993
\nRequires SSL:Yes
\n
\nOutgoing Mail (SMTP) Server - Requires TLS
\nsmtp.gmail.com
\nPort: 465 or 587
\nRequires SSL: Yes
\nRequires authentication: Yes
\nUse same settings as incoming mail server
\n
\nFull Name or Display Name: [your name]
\nAccount Name or User Name: your full Gmail address (username@gmail.com). Google Apps users, please enter username@your_domain.com
\nEmail address: your full Gmail address (username@gmail.com) Google Apps users, please enter username@your_domain.com
\nPassword: your Gmail password\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27375895/Domain-SSL-certificate-Replacement.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Domain SSL certificate Replacement | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
IT_Group1🇮🇱

asked on

Domain SSL certificate Replacement
\n
\nHello Experts
\n
\nWe currently have a UCC SSL certificate purchased from GODADDY,
\nAnd we want to change the SSL certificate to a WILDCARD.
\nMy questions are as follows:
\n
\n1. What is the Best practice for demolish the current cert and creating the new wildcard one.
\n2. What to do with the Implications on the Exchange, ActiveSync sync while without an SSL.
\n3.  How to Verify that the new * SSL will be able to work with multiple private keys, which means different servers. Please check also if there's a private-keys/servers limitation.
\nI would be glad if you can assist me on this issue,
\nThank you.
\n\n
\n
\n
\"Avatar
Jaroslav Mraz🇸🇰
\nFor bether know how certicate works we must start from end.
\n
\nHow woud you know that this will work. You must knowthat wildcard certificate have only ONE PRIVATE KEY it just have more dns names in side of it. So if you wanted this working you must have for every wilde name A grade DNS to your server and import certificate inside every IIS instance.
\n
\nYou can also do one thing if you have more domains you can buy Certificate for your own microsoft Certification Autority and you can then make any certificate and all of them will be trusted becouse ROOT CA signs your CA and then you are save.
\nreed more here http://www.davidpashley.com/articles/cert-authority.html
\n
\nBest practice is to make new Certificate on autority then use replace function on every servis for example in IIS it is import new certificate and then activate of it. After you replace certificate on every service you will go to managment panel of CA and revoke your certiciate (rewoking is dont trust this cert any more) and ict the same like destruction becouse it cant be used anywere.\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
khairil🇲🇾
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26821053/Cannot-change-folder-permissions-on-2008-Domain-controller.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Cannot change folder permissions on 2008 Domain controller | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
stankfunk

asked on

Cannot change folder permissions on 2008 Domain controller
\n
\nHaving an issue with a new 2008 Server Standard installation. Domain controller. Added the server to the existing domain successfully and it is working fine for the most part. Users can access the file share just fine. DNS and Active Directory appear to be happy.
\n
\nThe problem is when attempting to change security permissions of a shared folder (add/remove users) on the server, I'm prompted with a user-name and password box with the instructions "Enter the name and password of an account with permissions for "server-name". I'm already logged in as domain\\administrator. There is also a log generated with error4625 with a Null SID. It seems like the computer is not allowing the domain\\administrator account permission to make changes. I can however browse the network from another DC and make changes to the share security from there (as domain\\administrator). Another clue is that on the problem server if I browse the network to itself and then try to open the share folders I get the same user-name and password prompt. I can however see the share and access the share from any other server or workstation on the network. We installed two of these servers, the other one is fine.
\n
\nI'm thinking I may dis-join and rejoin the computer to the Domain. What do you guys think? Let me know if yo need further details. Thanks!\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Darius Ghassem🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
stankfunk

ASKER

\nDCdiag.exe results:
\n
\nMicrosoft Windows [Version 6.0.6002]
\nCopyright (c) 2006 Microsoft Corporation.  All rights reserved.
\n
\nC:\\Users\\administrator.MARINCC>dcdiag.exe
\n
\nDirectory Server Diagnosis
\n
\nPerforming initial setup:
\n   Trying to find home server...
\n   Home Server = Server-SanRafael
\n   * Identified AD Forest.
\n   Done gathering initial info.
\n
\nDoing initial required tests
\n
\n   Testing server: Default-First-Site-Name\\SERVER-SANRAFAE
\n      Starting test: Connectivity
\n         ......................... SERVER-SANRAFAE passed test Connectivity
\n
\nDoing primary tests
\n
\n   Testing server: Default-First-Site-Name\\SERVER-SANRAFAE
\n      Starting test: Advertising
\n         ......................... SERVER-SANRAFAE passed test Advertising
\n      Starting test: FrsEvent
\n         ......................... SERVER-SANRAFAE passed test FrsEvent
\n      Starting test: DFSREvent
\n         There are warning or error events within the last 24 hours after the
\n         SYSVOL has been shared.  Failing SYSVOL replication problems may cause
\n         Group Policy problems.
\n         ......................... SERVER-SANRAFAE failed test DFSREvent
\n      Starting test: SysVolCheck
\n         User credentials does not have permission to perform this operation.
\n         The account used for this test must have network logon privileges
\n         for the target machine's domain.
\n         ......................... SERVER-SANRAFAE failed test SysVolCheck
\n      Starting test: KccEvent
\n         ......................... SERVER-SANRAFAE passed test KccEvent
\n      Starting test: KnowsOfRoleHolders
\n         ......................... SERVER-SANRAFAE passed test
\n         KnowsOfRoleHolders
\n      Starting test: MachineAccount
\n         Could not open pipe with [SERVER-SANRAFAE]:failed with 1326:
\n         Logon failure: unknown user name or bad password.
\n         Could not get NetBIOSDomainName
\n         Failed can not test for HOST SPN
\n         Failed can not test for HOST SPN
\n         ......................... SERVER-SANRAFAE passed test MachineAccount
\n      Starting test: NCSecDesc
\n         ......................... SERVER-SANRAFAE passed test NCSecDesc
\n      Starting test: NetLogons
\n         [SERVER-SANRAFAE] User credentials does not have permission to perform
\n         this operation.
\n         The account used for this test must have network logon privileges
\n         for this machine's domain.
\n         ......................... SERVER-SANRAFAE failed test NetLogons
\n      Starting test: ObjectsReplicated
\n         ......................... SERVER-SANRAFAE passed test
\n         ObjectsReplicated
\n      Starting test: Replications
\n         ......................... SERVER-SANRAFAE passed test Replications
\n      Starting test: RidManager
\n         ......................... SERVER-SANRAFAE passed test RidManager
\n      Starting test: Services
\n         ......................... SERVER-SANRAFAE passed test Services
\n      Starting test: SystemLog
\n         ......................... SERVER-SANRAFAE passed test SystemLog
\n      Starting test: VerifyReferences
\n         ......................... SERVER-SANRAFAE passed test VerifyReferences
\n
\n
\n   Running partition tests on : Schema
\n      Starting test: CheckSDRefDom
\n         ......................... Schema passed test CheckSDRefDom
\n      Starting test: CrossRefValidation
\n         ......................... Schema passed test CrossRefValidation
\n
\n   Running partition tests on : Configuration
\n      Starting test: CheckSDRefDom
\n         ......................... Configuration passed test CheckSDRefDom
\n      Starting test: CrossRefValidation
\n         ......................... Configuration passed test CrossRefValidation
\n
\n   Running partition tests on : marincc
\n      Starting test: CheckSDRefDom
\n         ......................... marincc passed test CheckSDRefDom
\n      Starting test: CrossRefValidation
\n         ......................... marincc passed test CrossRefValidation
\n
\n   Running enterprise tests on : marincc.org
\n      Starting test: LocatorCheck
\n         ......................... marincc.org passed test LocatorCheck
\n      Starting test: Intersite
\n         ......................... marincc.org passed test Intersite
\n
\nC:\\Users\\administrator.MARINCC>\n
\n
\nAre you running this a Domain Admin? \n
\n
\nYes. running as admin'\\domain. Wound up just completely rebuilding the server and adding to Domain.\n
\n
\nYeah that is what I was about sau just rebuild\n
\n
\nHad to completely rebuild the server to fix.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/24567487/Padding-Left-Side-Of-Number-VB-NET.html", + "domain": "experts-exchange.com", + "file_source": "part-00089-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Padding Left Side Of Number - VB.NET | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
milani_lucie🇺🇸

asked on

Padding Left Side Of Number - VB.NET
\n
\nHi,
\n
\nI have a database field to represent in fixed length - Say length (7). If i have a value "123" from database then i want to represent it with "0000123". Similarly for "1234", i want to represent it with "0001234". Can you please provide me simple function which will do this task in VB.NET ?
\n
\nThanks\n
\n
\n
SOLUTION
\"Avatar
Kevin Cross🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Kevin Cross🇺🇸
\nThe VB.NET way more quickly adapts to numbers greater than 7 characters if you ever breach the limits of the 7 digits.  However, here is the SQL version (MS SQL example).
\n\n
SELECT RIGHT('0000000' + CAST(123 AS VARCHAR(10)), 7);\n

Open in new window

\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
Kevin Cross🇺🇸
\nAre those still around?  Nice suggestion, Idle Mind.  I use to love using those functions think was in MS Access then Microsoft decided to get rid of them for whatever reason.  Forgot they are now back, or maybe I was misinformed all these years. ;)\n
\n
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nMessageBox.Show(RightPadString)  Should Be: MessageBox.Show(PadString)
\n
\n
\n
\n
\n\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/20300906/library-files.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: library files | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
sorty

asked on

library files
\n
\nI'm trying to determine exactly which jar files I need for my program.
\nIn my code I have import statements calling:
\n
\nimport javax.xml.parsers.*;
\nimport org.w3c.dom.*;
\nimport javax.servlet.http.*;
\n
\nHowever, when building my code, and specifying the exact
\nclasspath to my jar files, I find that I don't need the
\njar files for javax.xml.parsers and org.w3c.dom.
\nAre these included automatically with the jdk somewhere
\nbecause why is my build not complaining that they are missing?
\n
\nIt complains if I don't have the javax.servlet.http class files but not the other two. Anyone?\n
\n
\n
\"Avatar
girionis🇬🇷
\n  Are you using any classes of the javax.xml.parsers and the org.w3d.dom packages? Because if you do not then there is no need for it to use them (and thus no complaints). If you are using any Servlet-related classes and the VM cannot find them then it will complain.
\n
\n  Hope it helps.\n
\n
\"Avatar
sorty

ASKER

\nI AM using classes of the javax.xml.parsers and org.w3d.dom
\npackages. Where can it be getting these files from if I'm not providing it.
\nWhen I compile using the -classpath option, it should only read from this path right? so even if I have the files in another path it shouldn't read it as long as I don't have them in my classpath environment variable.
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
sorty

ASKER

\nHi Yoren,
\n
\nthanks, I am using jdk1.4 and therefore that must be where
\nit is picking it up from.
\nDo you know where it resides in the jdk1.4 and what form it takes? eg if it is a jar file.
\nThe reason I'm asking is that I tried looking for it.
\nI only have the jdk1.4\\bin in my classpath and this only contains all the exe files.
\nHow does it know where to find it?\n
\n
\"Avatar
girionis🇬🇷
\n>When I compile using the -classpath option, it should only
\n>read from this path right? so even if I have
\n>the files in another path it shouldn't read it as long as I
\n>don't have them in my classpath environment
\n>variable.
\n
\n  Yes this is right. It will read from your classpath only your user-made classes or third-party APIs (the core Java classes are read by the VM even if the classpath does not point at them). So yes it will not read your other two files if your classpath is not pointing at them.
\n
\n  But let me get your problem right. You are using the DOM classes even if you are not importing them and you are not putting the JAR file in the classpath? If yes then this is really weird.
\n
\n  I think the latest version of JDK includes support for these classes but you would still have to import them in order to use them. Are you sure that your classloader doe snot look somewhere else first? Are your jar files under the /ext folder? If not then they will be presumed as part of the JDK or to have themselves been installed as extensions.\n
\n
\nThe classes are in jre/lib/rt.jar, which has all of the basic Java classes and is automatically included. The included parser is Crimson, which you can get separately from http://xml.apache.org/crimson .\n
\n
\"Avatar
sorty

ASKER

\ngirionis,
\nIts perhaps not so weird! I am NOT putting the path into my -classpath option (I don't even have the jar files), but I AM putting the import statement into my code.
\nTherefore, the problem was only where the compiler was reading the files if I didn't have them.
\n
\nThe answer is as voren said which is that they are automatically included into the jdk1.4.
\n
\n\n
\n
\"Avatar
girionis🇬🇷
\n  Yes, then this is the answer. They are bundled together with the  rest of the JDK1.4 classes. I thought you were using them without imporitng them.\n
\n
\nQuestion abandoned; force-accepted.
\n
\nNetminder
\nEE Admin\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/20957782/Intel-855PM-Chipset-vs-333-DDR-Memory-support.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Intel 855PM Chipset vs 333-DDR Memory support??? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
mowgli1977

asked on

Intel 855PM Chipset vs 333-DDR Memory support???
\n
\nFirst of all, apology if this question is posted on the wrong 'topic' area.
\n
\nI recently bought an ACER 804LCi with following specs: Centrino 1.7, 855PM Chipset.
\n
\nThe system comes with 512 MB (266-DDR) memory on a single bank. My questions are as follow:
\n
\n1. Does the chipset support PC2700 (333 DDR) if I want to install one? (I have looked through the intel website, the 855PM product description webpage says it *does* support 333 DDR memory. But when I searched the net further, there was this white paper regarding the chipset, with no mention of 333 DDR, only supports for 266 and 200 DDR.)
\n
\n2. If it turns out that I can install 333 DDR, can I mix and match? i.e. a 512(333 DDR) bank + 512(266 DDR) bank?
\n
\nHope someone can help me out, please. Thank you guys.
\n
\nRegards.
\n
\n\n
\n
\n
\"Avatar
surki1
\nWell thats a good question.......
\nAs far as i know the DDR works like this
\nThe empty slot shoud have the same equal size of memory i.e u have 266 the other slot should have the same size 266 if you can purcahase two 333 and replace it with 266 it will work...
\nBut in case of SD RAM there can be mis match but DDR unfortunately it has to have a matching memory size.\n
\n
\"Avatar
mowgli1977

ASKER

\nThanks for feedback surki1,
\n
\nJust had a browse through the net again today, and it's turned out that the chipset supports DDR-SDRAM...am not sure whether this is right?
\n
\n...but still cant find the answere to if 855PM chipset actually supports 333...
\n
\nNevertheless, when I looked into a website of one of the acer notebooks online retailer, to check what kind of memory options are they selling for the acer notebooks, they didnt seem to make any distinction regarding which memory options (i.e. 333/266) will fit into which of the acer notebooks(which some are running on 855GM or 855PM or even AMD based system). I could only conlcude that if I buy the 333, it should work well with my notebook. But again, I dont want to splash out a lot of money only later to find out it doesnt work, and worst, most most retailers wont accept memory package which has been opened.
\n
\nAny advice? Anyone?
\n
\nRegards.\n
\n
SOLUTION
\"Avatar
Callandor🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nThank you Callandor and Chris.
\n
\nI am aware that faster memory, i.e. PC2700 will run at the fastest bus speed supported, i.e. 266, if fitted on such board.
\n
\nI am trying to establish if it's any worth buying PC2700 (am planning to buy 2x512 MB PC2700) to replace my 2x256 PC2100. There is
\n1. Significant price different betwen PC2700 and PC2100 here in London, UK.
\n2. I thought it woud be nicer to get a faster DDR, and *actually* works at 333Mhz with my chipset.
\n
\nBut thank you for the feedbacks.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\n1. Rang acer, they didnt know anything, all they say. it's *possible, but we cant guarantee* so, that is as good as *dont know*
\n
\n2. Am giving up
\n
\n3. Thanks for feedbacks guys\n
\n
\nIf you have a local vendor who will take returns, you can buy the faster and slower parts, and benchmark them in your system, and take back the slower or more expensive part.
\n
\nIf I were you, I'd buy the PC2100 if it's cheaper.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29075172/Installing-Google-Chrome-on-my-new-MacBook-Pro.html", + "domain": "experts-exchange.com", + "file_source": "part-00089-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Installing Google. Chrome on my new MacBook Pro | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Dwight Baer🇨🇦

asked on

Installing Google. Chrome on my new MacBook Pro
\n
\nI'm a PC guy, and just bought a MacBook Pro.  I'm not used to Safari yet.
\n
\nWhen I download Chrome, and click google chrome.dmg in my Downloads, nothing happens.  What am I missing?  I'm trying to follow the directions on the Youtube video.  Something should start installing when I click google chrome.dmg
\nThanks\n
\n
\n
SOLUTION
\"Avatar
Adelaido Jimenez🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
\"Avatar
David Favor🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
\"Avatar
8046586🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
Dwight Baer🇨🇦

ASKER

\nThaks.  Sorry for the delayed response - Christmas happened.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26924929/Could-not-find-the-main-class-error.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: &quot;Could not find the main class&quot; error | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
jjharr

asked on

&quot;Could not find the main class&quot; error
\n
\nMy program compiles fine, but when I attempt to launch a java program on Linux using the "java" command, I get a NoClassDefFoundError for a class that is definitely in the classpath and another error that says it could not find the main class. I have ruled out most of the basic problems for this error.
\n
\nMy program is just 40 lines of code and sends a basic email. It links to one jar - the mail.jar available from Oracle/Sun. The command I'm using is :
\n
\njava MailTest -classpath ./mail.jar
\n
\nI have unset the $CLASSPATH variable to prevent conflicts. $JAVA_HOME is correctly set and I have tried running the java executable with the full java path with the same result. The directory is readable and writable by the user I'm logged in as. The case in the command matches the case of the MailTest.class file.
\n
\nThe program was compiled with 'javac MailTest.java -classpath ./mail.jar' and successfully generated a MailTest.class file. The NoClassDefFoundError I'm getting is for the javax/mail/Address class which is definitely in the mail.jar file which is explicitly listed in my classpath.
\n
\nI'm completely stumped. Suggestions?
\n
\n\n
\n
\n
\"Avatar
CEHJ🇬🇧
\nshould be
\n\n
java-classpath ./mail.jar MailTest

Open in new window

\n
\n
\"Avatar
CEHJ🇬🇧
\nOops - missing space
\n\n
java -classpath ./mail.jar MailTest

Open in new window

\n
\n
\"Avatar
jjharr

ASKER

\nI tried that. I get the same error except my NoClassDefFoundError references MailTest instead of the jar class.\n
\n
\nDoes sending mails not require activiation.jar as well? You might be chasing a red herring\n
\n
\"Avatar
CEHJ🇬🇧
\nPlease post the output of the following
\n\n
ls -l *.jar

Open in new window

\n
\n
\"Avatar
jjharr

ASKER

\n
\nI don't think so. The javamail downloadable has a sample (msgsend) example that doesn't require it and my code follows the same process. I think you mostly need it for MimeType if you're going to send a multipart message. It also seems like that would give me a compile or run time error relating to that jar. But I added it anyway with no change in the error.
\n
\nI might try compiling their test programs and see if I see similar issues.\n
\n
\"Avatar
CEHJ🇬🇧
\nThe output? http:#35281760\n
\n
\"Avatar
jjharr

ASKER

\n
\n
\n-rw-rw-r-- 1 josh josh  56290 Mar 31 10:09 activation.jar
\n-rw-rw-r-- 1 josh josh 494975 Mar 31 08:51 mail.jar
\n\n
\n
\"Avatar
jjharr

ASKER

\n
\nFor completeness, the entire 35-line source (personal info X'ed out) :
\n
\n \n
import java.util.Properties;\n\nimport javax.mail.*;\nimport javax.mail.internet.*;\n \npublic class MailTest {\n \n\tpublic static void main(String[] args) {\n \n\t\tProperties props = new Properties();\n\t\tprops.setProperty("mail.transport.protocol", "smtp");\n\t\tprops.setProperty("mail.host", "localhost");\n\t\tprops.setProperty("mail.user", "josh");\n\t\tprops.setProperty("mail.from", "XXXXX@XXXXX.com");\t\t\n \n\t\tSession session = Session.getInstance(props);\n \n\t\ttry {\n\t\t\tMessage message = new MimeMessage(session);\n\t\t\tmessage.setFrom(new InternetAddress("XXXX@XXXX.com));\n\t\t\tmessage.setRecipients(Message.RecipientType.TO,\tInternetAddress.parse("XXXXXX@gmail.com"));\n\t\t\tmessage.setSubject("Test Mail");\n\t\t\tmessage.setText("Test Body");\t\t\t\n\t\t\t\n\t\t\tTransport mailTransport = session.getTransport();\n\t\t\tmailTransport.connect();\n\t\t\tTransport.send(message);\n \n\t\t\tSystem.out.println("Done");\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\tthrow new RuntimeException(e);\n\t\t}\n\t}\n}

Open in new window

\n
\n
\"Avatar
CEHJ🇬🇧
\nWell if that's the JavaMail mail.jar , there's no class in it called 'Mail' and there's no other class in that file, so there's no class to run\n
\n
\"Avatar
jjharr

ASKER

\n
\nYou kind of lost me. Are you talking about the .setProperty values? If so, I'm just using the same values as in the JavaMail example that uses exactly the same jars.\n
\n
\"Avatar
CEHJ🇬🇧
\n>>and there's no other class in that file
\n
\nSorry - theabove should have said
\n
\nand there's no other class file in that directory. Where's the class you want to run?\n
\n
\"Avatar
jjharr

ASKER

\n
\nI'm still clueless :( I have very little experience with standalone java. I thought I was just trying to execute main() in the MailTest class?
\n
\nI have to go out for a while, but I very much appreciate your help and I'll respond when i get back.\n
\n
\"Avatar
CEHJ🇬🇧
\nBut where is this MailTest class? Not in the directory. I don't think there's one in the mail.jar of JavaMail\n
\n
\"Avatar
Mick Barry🇦🇺
\ntry this:
\n
\njava -classpath mail.jar;activation.jar;. MailTest
\n\n
\n
\"Avatar
for_yan🇺🇸
\nOr this way:
\n
\nset CLASSPATH=.\\;.\\mail.jar;.\\activation.jar
\njava MailTest\n
\n
\"Avatar
jjharr

ASKER

\n@objects and for_yan, I've tried the equivalents of those (in most Linux implementations, paths use colons instead of semi-colons to separate path elements). At this point I don't think it's a classpath issue, or at least not an obvious one.
\n
\n@CEHJ: If there's a missing MailTest class, that would be consistent with the errors I see, but I'm not sure how there would be. The main() function is wrapped in a statement that defines the MailTest class. Presumably there's an implicit constructor. I don't see how it's substantially different than writing the basic "hello world" Java program, except that one external jar is required.
\n
\nI'm going to try to run the JavaMail examples tomorrow and see what happens. It's kind of hard (for me) to believe something so basic should be so hard to debug.\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
for_yan🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
CEHJ🇬🇧
\nWhat was the problem?\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29062201/Office-365-check-if-email-reached-our-tenant-or-rejected.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Office 365 check if email reached our tenant or rejected | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
dbl clickit

asked on

Office 365 check if email reached our tenant or rejected
\n
\nIn an Office 365 E3 subscription/tenant, is there a way to check if incoming mail from a specific email address successfully made it to our mail store, was rejected for some reason, or other?  Trying to track down why a user is not getting mail from a specific user and the sender is not blacklisted, and email is not in spam/junk folder.  
\n
\nWhen we used to have an on-prem Exchange server, there was a Message Tracking Center which, while basic, allowed us to identify things like this.
\n
\nDoes Office 365 admin functionality support this ability in another way?  PowerShell perhaps if no GUI?
\n
\nThank you\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Adam Brown🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Éric Moreau🇨🇦
\nI created a script that I run on a daily basis to report such emails: http://emoreau.com/Entries/Articles/2016/12/More-PowerShell-for-Office-365--Devices-and-failed-emails.aspx\n
\n
\"Avatar
dbl clickit

ASKER

\nThanks much - that did the trick but you're right the GUI is kludgy.  Also wanted to add that apparently there is a PowerShell route to this that I found in a TechNet article...there's a cmdlet available in the Exchange Management Shell called "Get-MessageTrackingLog" though I've not used it yet.\n
\n
\"Avatar
Adam Brown🇺🇸
\nGet-messagetrackinglog doesn't work against O365. You have to run get-messagetrace, and the results for it are usually very low detail and difficult to use.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/21826558/Internet-Explorer-Application-Not-Found-Mozilla.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Internet Explorer - Application Not Found - Mozilla | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
grevels

asked on

Internet Explorer - Application Not Found - Mozilla
\n
\nI installed IE 7 Beta a while back and really liked it save a few sites that wouldnt' work. I had ditched IE6 a while back in favor of Mozilla, which I use almost exclusively until recently. The problem is, to get into our Pix firewall I have to use IE, but IE7 didn't work. I figured I'd just uninstall IE 7 to get back to IE 6 and everything would work just fine.
\n
\nNow when I open up IE 6 and type in a URL and hit enter, it tries to open the link in Mozilla. I figured maybe I could uninstall Mozilla and it would work since maybe it was just a default browser issue. After that, I would just get an application not found error message. I have went in and asked IE to make sure it is default browser and set IE as the default browser in Program Access and Defaults.
\n
\nAny ideas?\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
war1🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
grevels

ASKER

\nVery nice, the 1st comment after the article on that page was my problem exactly. Thanks.\n
\n
\"Avatar
war1🇺🇸
\ngrevels, glad I could help!\n
\n
\nThank you for this info. I had the exact same problem. The same rout IE7 the mozilla en then back IE6
\nRemoved the registry key and all is well.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28299414/Counting-multiple-conditions.html", + "domain": "experts-exchange.com", + "file_source": "part-00642-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Counting multiple conditions | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Europa MacDonald🇬🇧

asked on

Counting multiple conditions
\n
\nThe code below counts the number of rows, the value of the third column (in my data set), and will list the value of the third column along with the number of rows that it appears in.
\n
\nso for this sample data set:
\n101,102,143,145,146,149
\n101,102,143,145,147,148
\n101,102,143,145,247,149
\n102,120,143,147,248,149
\n102,134,144,245,346,447
\n102,125,144,145,446,548
\n102,125,144,145,446,549
\n
\nwhen 101 is the first value it will list data for the third column as:
\n
\n143 4
\n144 3
\n
\nCould the code be adjusted to count all incidences for 101 AND 102 ?\n
\n
\n
\"Avatar
farzanj🇨🇦
\nWhich code?\n
\n
\"Avatar
Europa MacDonald🇬🇧

ASKER

\napologies .... :)
\n
\n
\n#!/usr/bin/perl
\nuse strict;
\nuse warnings;
\nopen M,"<master.vim" or die "master.vim $!";
\nmy %c;
\n
\n /^101,[^,]*,(\\d+)/ &&  $c{$1}++ while <M>;
\n
\nclose M;
\n
\nopen C,">count.txt" or die "count.txt $!";
\nprint C "$_ $c{$_}\\n" for sort{$a<=>$b}keys %c;
\nclose C;\n
\n
\"Avatar
ozo🇺🇸
\n/^10[12],[^,]*,(\\d+)/ &&  $c{$1}++ while <M>;\n
\n
\"Avatar
farzanj🇨🇦
\nYou mean
\n
\n\n
#!/usr/bin/perl\nuse strict;\nuse warnings;\nopen M,"<master.vim" or die "master.vim $!";\nmy %c;\n\n /^10[12],[^,]*,(\\d+)/ &&  $c{$1}++ while <>;\n\nclose M;\n\nopen C,">count.txt" or die "count.txt $!";\nprint  "$_ $c{$_}\\n" for sort{$a<=>$b}keys %c;\nclose C;

Open in new window

\n
\n
\"Avatar
Europa MacDonald🇬🇧

ASKER

\nthat alteration just hangs for a long time :(\n
\n
\"Avatar
ozo🇺🇸
\nIf you altered <M> to <> it will be waiting for you to enter the data in STDIN\n
\n
\"Avatar
Europa MacDonald🇬🇧

ASKER

\nI corrected <M> but it still hangs on my main data and doesnt show any return on count.txt in my sample data short list\n
\n
\"Avatar
farzanj🇨🇦
\nSorry, I had made changes to see what you were getting.
\n
\nThis should run for you.
\n
\n
\n\n
#!/usr/bin/perl\nuse strict;\nuse warnings;\nopen M,"<master.vim" or die "master.vim $!";\nmy %c;\n\n /^10[12],[^,]*,(\\d+)/ &&  $c{$1}++ while <M>;\n\nclose M;\n\nopen C,">count.txt" or die "count.txt $!";\nprint C "$_ $c{$_}\\n" for sort{$a<=>$b}keys %c;\nclose C;

Open in new window

\n
\n
\"Avatar
Europa MacDonald🇬🇧

ASKER

\nits not working for me at all.
\n
\nthis is the sample data
\n
\n101,102,103,104,105,106
\n101,102,103,104,105,106
\n101,102,103,104,105,106
\n101,103,104,105,106,107
\n101,103,104,105,106,107
\n101,103,104,105,106,107
\n102,103,106,107,108,109
\n102,103,106,107,108,109
\n
\nthe program should show
\n
\n101 103 3
\n101 104 3
\n102 106 2
\n
\nIs this possible ?\n
\n
\"Avatar
ozo🇺🇸
\nchanging
\n/^10[12],[^,]*,(\\d+)/ &&  $c{$1}++ while <M>;
\nto
\n/^(10[12]),[^,]*,(\\d+)/ &&  $c{"$1 $2"}++ while <M>;
\nshould change the output from
\n103 3
\n104 3
\n106 2
\nto
\n101 103 3
\n101 104 3
\n102 106 2
\n
\nBut then you may also want to change
\nsort{$a<=>$b}keys %c
\nto
\nsort keys %c
\nto get rid of the Argument  isn't numeric warning message\n
\n
\"Avatar
farzanj🇨🇦
\nOr you can try this:
\n
\n\n
#!/usr/bin/perl\n#\nmy %count;\n\nwhile(<>)\n{\n        my ($n1, $n2) = /^(\\d+),[^,]+,(\\d+)/;\n        $count{$n1}{$n2}++;\n}\n\nforeach my $v1 (sort keys %count)\n{\n        foreach my $v2 (sort keys %{$count{$v1}})\n        {\n                print $v1, " ", $v2, " ", $count{$v1}{$v2}, "\\n";\n        }\n}

Open in new window

\n
\n
\"Avatar
Europa MacDonald🇬🇧

ASKER

\nusing my sample data which I just ran from 1-60, count.txt contains
\n
\n12 43 600
\n12 29 18240
\n12 42 1015
\n12 44 310
\n12 17 19840
\n12 26 23023
\n12 35 8008
\n12 40 2268
\n12 33 11200
\n12 46 33
\n12 39 3120
\n12 20 25578
\n12 18 22475
\n12 25 24288
\n12 15 11968
\n12 24 25300
\n12 30 16473
\n12 31 14688
\n12 28 19950
\n12 38 4125
\n12 19 24360
\n12 23 26000
\n12 32 12920
\n12 27 21560
\n12 37 5280
\n12 36 6578
\n12 34 9555
\n12 22 26325
\n12 14 6545
\n12 21 26208
\n12 45 128
\n12 41 1568
\n12 16 16368
\n
\nwhen I use
\n
\n/^(1[2]),[^,]*,(\\d+)/ &&  $c{"$1 $2"}++ while <M>;
\n
\nMaybe I have asked the question wrong ?\n
\n
\"Avatar
ozo🇺🇸
\nI thought you wanted
\n/^(10[12]),[^,]*,(\\d+)/\n
\n
\"Avatar
farzanj🇨🇦
\nTry my solution above by running like
\n
\n./scriptname count.txt\n
\n
\"Avatar
Europa MacDonald🇬🇧

ASKER

\nfarzanj, thanks but Im a non-programmer working on a stats project. Dont know how to do that yet.
\n
\nozo, what is /^(10[12]),[^,]*,(\\d+)/ ?
\n
\nmy data starts 101 mostly, then 102 etc.\n
\n
\"Avatar
farzanj🇨🇦
\nWhat I mean was that you need to put that in a file.  You can name it anything but I named it
\n
\nscriptname
\n
\nAnd the file you want it to read it count.txt, right?
\nAnd you need to make it executable
\n
\nchmod +x scriptname
\n
\nThen on command line you need to say
\n./scriptname count.txt\n
\n
\"Avatar
ozo🇺🇸
\n/(10[12])/ is equivalent to /(101|102)/\n
\n
\"Avatar
Europa MacDonald🇬🇧

ASKER

\nsorry, farzanj, youve lost me, Im just hoping for a simple solution :)
\n
\n
\nthanks ozo
\n
\nis it possible to change the script to analysis two sets at the same time ?\n
\n
\"Avatar
ozo🇺🇸
\nThe script should already analyse two sets at the same time
\nunless you mean something else by at the same time than I am understanding.\n
\n
\"Avatar
Europa MacDonald🇬🇧

ASKER

\nI havent explained myself properly
\n
\njust now it analyses the first column (for101) and the third column and it counts
\n
\nCould it analyse the first column for 101, 102, 103 etc and still count the rows and values of third column ?\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
ozo🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27851065/AD-Restricted-Group-GPO-Applied-and-lost-domain-admin-rights-MAX-POINTS-Will-be-awarded.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: AD - Restricted Group GPO Applied and lost domain admin rights. MAX POINTS Will be awarded | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
SouthernGen

asked on

AD - Restricted Group GPO Applied and lost domain admin rights. MAX POINTS Will be awarded
\n
\nI have a SBS 2011 Server with 2008R2 and a mixed enviroment of Windows 7 and XP.  
\n
\nI have a second Server 2008R2 member server that I have been trying to get the Microsoft Assessment and Planning Tool (MAP) working - this is what caused me my  problem!
\n
\nI was trying to create a domain admin account that had local admin rights to all PCs on the domain and I didnt want to use my domain admin account.  So I created a security group and added a user account that has domain admin rights.
\n
\nI then created a GPO and linked it to the SBS Computers OU.  In the GPO I created a Resticted Group rule added the security group and then added the "Administrators" to the Group Members (bottom half of window) and saved the GPO.
\n
\nI tested this new setting on a XP pc and quickly realized that my domain admin account that I remoted in with no longer had domain rights on that PC. PLease see attched screen shots.
\n
\nI deleted the Restricted Group rule and gpupdate /force on the DC.
\n
\nI went back to the same PC and found that I still do not have domain Admin rights. I even updated the policy on that PC but it didnt matter.
\n
\nI waited 24 hours and further investigation I found I have 7 XP boxes that are in the same boat.
\n
\nPlease advice how I can fix the 7 Windows XP PCs.
\n
\nYour assistance is greatly appreciated
\nrsop-error.JPG
\nrsop-error-2.JPG\n
\n
\n
\"Avatar
SouthernGen

ASKER

\nI have added a third snap shot showing both Domain admins and my new security group added by resticted Group GPO.  
\n
\nEven after I deleted the Restricted Group GPO, the group is still listed as a member of the local admin group.
\nAdmin-group.JPG\n
\n
\"Avatar
Rob Williams🇨🇦
\nThe restricted group policy will remove existing admins, including domain admins from the PC's.  You need to re-enable your restricted group policy and add the domain admin account.
\n
\nRestricted groups is a powerful tool but you have to be careful when applying it is possible to apply to the domain a completely lock yourself out.  Fortunately you nly applied to the computers OU.
\n
\nWhen running gpupdate /force, you need to do so on the PC not the server, or wait 90+ minutes.\n
\n
\"Avatar
Ayman Bakr🇦🇪
\nHow did you come to the conclusion that you don't have domain admin rights on the PCs? Just because you were denied access to RSOP? Try running gpupdate /force. Does it run successfully?
\n
\nIf yes, then after restarting the PC, log in with your domain admin account and do the following:
\n
\n-> open CMD and run the following series of commands to re-register userenv DLL
\n-> cd %systemroot%\\system32
\n-> regsvr32 /n /I userenv.dll
\n-> cd wbem
\n-> mofcomp scersop.mof
\n-> mofcomp rsop.mof
\n-> mofcomp rsop.mfl
\n
\nRestart the winmgmt service\n
\n
\nWhen I try to run gpupdate /force on the workstation, it does not refresh.  I have tried other commands like gpresult, etc and get access denied.  I have rebooted the PC and no change.
\n
\nI have created a test user with domain admin rights and still can not get the PC to to update the policy.
\n
\nShould I consider loading the default template?? Secpol???\n
\n
\ngpupdate /force is to be used on desktops.\n
\n
\nI would agree with Rob. Restricted Groups GPO is targeted into Computers OU, so during server reboot, GPO (if was changed) will be re-applied. Restricted Groups is a part of Computer Configuration node not a User. That means, policies are applied during computer/server startup process then user policies are started. To fix that, follow Rob's suggestion to repair your environment.
\n
\n1) Open GPMC
\n2) Create new group policy (leave default "Authenticated Users" filter)
\n3) Set up new Restricted Groups (you may reuse the same group name)
\n4) Put all required users into that group
\n5) Restart server
\n
\ncheck if it helped (should solve your issue)
\n
\nRegards,
\nKrzysztof\n
\n
\nFirst off thanks to everyone for your input.  I have created a TEST OU and moved one PC to that OU.  
\n
\nI have created a TEST GPO and created the same Restricted Groups GPO but this time added Domain Admins.  I have attached the screenshot.
\n
\nPlease advise if this is correct??
\n
\n
\nThanks Again
\nTEST.JPG\n
\n
\nYes, this policy is correct. But do not change GPO filtering, leave its defaults (Authenticated Users) and you may reboot that machine from TEST OU to get it applied
\n
\nKrzysztof\n
\n
\nI other idea is to dis join the pC from the domain, re-boot then jion it back to the domain using the connectcomputer process hoping that it over rights the exisiting policies??
\n
\nI have rebooted the server and will check on the TEST PC shortly
\n
\nAgain thank you for your input and advice\n
\n
\nI am also considering to try to create a GPP??   Thoughts??\n
\n
\nYes it is also some workaround but it requires much more administrative effort :)
\nGPO with Restricted Groups is really good option but as Rob has written, you need to be careful ;)
\n
\nLet's try to login using domain administrator account into PC from TEST OU and tell us please what happened there
\n
\nKrzysztof\n
\n
\nWaiting for the server to return online.  Ya I have gone down the school of hard knocks on this one.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nWell the results are in and sadly enough I am still not about to run domain admin commands like rsop or gpupdate /force etc.
\n
\nNot sure what to try next??\n
\n
\nPlease run on that PC in command line
\n
\ngpresult /z >"c:\\users\\YourProfile\\Desktop\\gpresult.log"
\n
\nand attach this file for analyze here, please
\n
\nKrzysztof\n
\n
\nPlease ensure also if that previous GPO in not enforced. I would also disable GPO link for the old policy at this moment to be sure that it is not enforced.
\n
\nKrzysztof\n
\n
\nI will try this but I have been gettting access denied when trying to run gpresult\n
\n
\nI got a return of :
\n
\nError: Login Failure: Unknown username or bad password\n
\n
\nWell Im calling it a night.  I will try later this morning and keep everyone posted.
\n
\nAgain I really appreciate everyone's assistance
\n
\nJon\n
\n
\"Avatar
Ayman Bakr🇦🇪
\n@SouthernGen,
\n
\njust follow the steps I have posted earlier and you will find your rsop issue, voila, evaporated.
\n
\nYou will lose nothing by the way if you follow them (on every desktop you have the issue).\n
\n
\n@Mutawadi
\n
\nI tried your suggestion and recieved error.  I hav eattached the error.
\nDll-INstall-in-userenv-failed.JPG\n
\n
\"Avatar
violageek🇺🇸
\nWhat I would do is create that restricted group Administrators again and add Domain Admins,   local Administrator and any other user you have created to on the machine locally to be used as an administrator (in case of windows 7) as members of that restricted group. Apply the policy to your workstations OU again.  It will take the machine about 2 restarts to apply the policy or you can just do a simple gpupdate without any switches to grab the policy. Remember that group memberships are recognized when the user logs off and logs back in.
\n
\nHope this helps.\n
\n
SOLUTION
\"Avatar
Ayman Bakr🇦🇪
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nI want to thank everyone for thier input.  Turns out that removing the PC from the domain corrected the problem.  I have awarded points based on input and thier solution did assist with resolving this issue.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28364210/Excel-Formatting-Change-colour-based-on-date.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Excel Formatting: Change colour based on date | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Angeal

asked on

Excel Formatting: Change colour based on date
\n
\nHi Experts,
\n
\nI'm managing a spreadsheet that has a list of servers with the warranty expiration date (Date format: YYYY-MM-DD). How can I add a rule that will change the text font colour to red if the warranty date has expired, , change the text font colour to orange if the warranty expiration date is approaching in the next 6 months, and finally green if the warranty is still valid for at least 6 months?
\n
\nI believe this is done by creating a new formatting rule (Conditional Formatting > New Rule > Select "Use a formula to determine which cells to format) but I'm not sure what the formula's should be.
\n
\nAny ideas?
\n
\nThanks!
\n
\nA.\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
NBVC🇨🇦
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Angeal

ASKER

\nHi NBVC,
\n
\nThanks for your help. I The dates are in the "I" column starting with "I2". I modified the above to reflect this.
\n
\nUnfortunately, it didn't work - RED included 2 dates that weren't quite yet expired. No Yellow (I changed it to orange) - and some were green - but not all.
\n
\nThe first screenshot shows how it should look - the second is how the rules are configured, in case I did it wrong.
\n
\nA,\"User\"User\n
\n
\"Avatar
NBVC🇨🇦
\nIsn't January 23, 2014 in the past (therefore expired)?
\n
\nAnd none of those dates are within the next 6 months, so none should be yellow (according to how I read your initial request).
\n
\nCan you please review your original request and check to see if what you actually want reflects that?\n
\n
\"Avatar
Angeal

ASKER

\nThanks again NBVC!\n
\n
\"Avatar
NBVC🇨🇦
\nYour welcome.
\n
\nIf you desire a different output, just let me know the logic and I can revise the CF formulas for you.\n
\n
\"Avatar
Harry Lee����🇦
\nNBVC, I don't think the Green conditional format need the AND part.
\n
\nAs long as =A2>=EDATE(Today(),6) it should meet the requirement.\n
\n
\"Avatar
NBVC🇨🇦
\nHarry, you could be right depending on how you read it I suppose.
\n
\nI read it as turn green if it is good for at least an extra 6 months after the "yellow" 6-month range....  so I figured Angeal would want essentially to mark everything out to 12 months with colour and leave anything later uncoloured (black).....
\n
\nI did reply to Angeal asking if the desired output is different, that I would help revise my initial conditions.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22504547/Lotus-notes-address-book.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Lotus notes address book | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
mathan80

asked on

Lotus notes address book
\n
\nI have user who has names.nsf from previous location wants to replace with the current one. The current one has few connection docs and few things configured. I am not sure what exactly names.nsf contains. I can see its more than contact information. I renamed current onto names.old and I copied the old one. I can see that he can't see any login prompt. Only thing I want is to copy all the contacts from his old address book.  Experts I need some direction here. \n
\n
\n
\"Avatar
SysExpert🇮🇱
\nI would think that all he needs is his contact info, so rename hos old one to namesold.nsf
\n
\nand use the new names.nsf to enter notes, then manually open the old one via File - open, and go into the contact view, select all and then copy.
\n
\nOpen his new Names.nsf and do a paste.
\n
\nI hope this helps !
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
SysExpert🇮🇱
\nActually, I mentioned the same thing first.
\n
\n\n
\n
\"Avatar
Venabili🇧🇬
\nNot exactly from how I read it. \n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/10244245/static-variables.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: static(?) variables? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
paulwhelan

asked on

static(?) variables?
\n
\ni use a script that initialises some values to
\nbe zero....then during the script these values are incremented but seeing as i have the values defined
\nto be zero first, when the script is called again
\nthe values are reset!
\nis there a way to define a variable to be zero
\nand then if it changes it will always stay changed
\n
\nthanks
\npaul
\n\n
\n
\n
\"Avatar
mjswart
\nYou want a global variable. Most variables in perl are global by default.
\n
\nFrom programming Perl:
\n....global variables ... work a bit like C's file static variables or C++'s class static variables.
\n
\nWhat you need to do then is initialise the variable at the top of the file where it will be executed first and more importantly only once.
\n
\nperhaps even:
\n
\nBEGIN { $myvar = 0 }
\n
\nat the top of the file
\n
\n\n
\n
\"Avatar
paulwhelan

ASKER

\ni put the variables in like this BEGIN { $myvar = 0;$myvar2=0; etc }
\nbut they still get set to zero when the script runs again
\npaul
\n \n
\n
\nWhen you run a script more than once, subsequent executions appear brand new to the interpreter. What's to distinguish the first time a script get's run from a second time a script gets run?
\n
\nPerhaps you could store the value when the script exits and load the value when the script starts.\n
\n
\n"Perhaps you could store the value when the script exits and load the
\n                     value when the script starts."
\nyes but how do u do that?
\npaul
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28275059/Problem-logging-in-the-Administrator-to-Outlook-Web-Access-on-Exchange-2010.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Problem logging in the Administrator to Outlook Web Access on Exchange 2010 | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
cloughs🇬🇧

asked on

Problem logging in the Administrator to Outlook Web Access on Exchange 2010
\n
\nHello,
\n
\nWe have recently migrated from Exchange 2003 to 2010 and have got a problem with only the domain administrator account logging on to its email account via OWA.  After putting correct info in and clicking logon we get the message below.  Mailbox Features shows OWA enabled so puzzled.
\n
\nThe Active Directory resource couldn't be accessed. This may be because the Active Directory object doesn't exist or the object has become corrupted, or because you don't have the correct permissions.
\n
\nThanks\n
\n
\n
\"Avatar
Will Szymkowski🇨🇦
\nHave you renamed your administrator account to something else? This can be done via group policy.
\n
\nWill.\n
\n
\"Avatar
cloughs🇬🇧

ASKER

\nNo I havent, why should I have to do that?!\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
cloughs🇬🇧

ASKER

\nNo florin that hasnt helped.  
\nHave checked the permissions and they appear to be correct Spec01.  
\n
\nEdit: Found one permission that wasnt correct and have corrected it.  All OK now - many thanks!\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28518502/unix-disk.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: unix disk | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
sara2000

asked on

unix disk
\n
\nI have an appliance which is centos based os. It has several disks with raid configuration.
\nHow do I identify the physical disk in which slot etc in case if I have to replace ?
\nIn windows os e use vendors tool to identify the disk VD etc and they all GUI based.
\nWe can make the led to flash etc.\n
\n
\n
SOLUTION
\"Avatar
rindi🇨🇭
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/21136500/Windows-Small-Business-Server-2003-Dedicated-Server.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Windows Small Business Server 2003 Dedicated Server | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
hfjeremy

asked on

Windows Small Business Server 2003 Dedicated Server
\n
\nHey all -
\n
\nI've done a lot of searching online, and I can't find anyone who's offering dedicated servers running Windows 2003 SBS for a reasonable price (<= $100 or so per month). I want to have Server 2003 stuff available to me, like Sharepoint Services, but I like the fact that SBS includes other stuff, particularly Exchange. I'm confused about why virtually no one offers SBS, just Win 2003 Standard and Web.... SBS is way cheaper than Standard. There are plenty of Windows 2003 Standard servers online for something like $89-$120.
\n
\nSo, in short, does anyone know where I can get a SBS dedicated server somewhere in the US for around the price range I'm talking about? Or does anyone work for someone who does (or would) offer this?
\n
\nThanks.\n
\n
\n
\"Avatar
humeniuk🇨🇦
\nYou may have a point that this is a niche in the market that isn't being supplied.  Dedicated Windows servers tend to be more expensive than Linux servers primarily because they cost more.  Likewise, Exchange hosting can be quite expensive.  You would think that if someone could offer SBS with Exchange (& Sharepoint) for a reasonable price, they would, but like you, I only know of these services being offered separately or for a very high monthly cost.\n
\n
\"Avatar
hfjeremy

ASKER

\nYeah, exactly. And IIRC, SBS 2003 has been out for nearly a year now; I'd understand a bit more if it were only a month or two old. It seems like a perfect opportunity for hosting companies to offer more stuff for a lower cost, and I'm baffled as to how people specifically in that business aren't jumping on it. Maybe there's something in the licensing or network requirements that makes it hard for them the way they have things set up (it has to be primary domain controller; there can be only one SBS per domain; etc.). Also, I believe it comes with 5 Outlook client licenses... I wonder how they'd manage that in terms of reusing the CALs when there's customer turnover.
\n
\n-Jeremy\n
\n
\"Avatar
humeniuk🇨🇦
\nThat's possible.  The whole rationale behind SBS is setting a price point that small businesses can afford.  Relative to the cost of Standard Edition plus Exchange, you really do get a lot with SBS.  Perhaps, when it comes to hosting companies, MS has set up the licensing structure in such a way that it discourages user of SBS or simply makes it unavailable.\n
\n
SOLUTION
\"Avatar
Jeffrey Kane - TechSoEasy🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nBuy online HP DL 350 G4 with 3 *36 GB drives 1GB RAM SBS pre-installed and a 72GB tape drive comes out at $103/month on their website - bound to be Dells and IBMs for lease at similar price. Are you expecting it to be available at a co-lo/hosting site at that price or is it for in your office?\n
\n
\nThe reason as to why there isn't any Windows SBS 2003 hosting solution is because, an SBS 2003 installation only allow single domain.
\n
\nAlthough, a customised package that a webhost can do is, package Windows 2003 IIS hosting plus Hosted Exchange 2003 service. That'll be ideal but sadly, no one has invent this wheel yet (Microsoft or anyone, potential good market gap here to fill...)
\n
\n
\nIf that option is available, I too would like to go with that plan...
\n
\n(i'm on my path to build my own SBS 2003 at home for IIS web and Exchange email and DC too)
\n
\nKel.\n
\n
\"Avatar
humeniuk🇨🇦
\nYes, although both IIS and Exchange that come with SBS can host multiple domains.\n
\n
\nYes, they can host multiple domains... but there is still a limit of 75 CAL's.  The main point is that SBS is designed for a specific market niche... one that has over 3,000,000 potential customers in the US alone... so I think they're approaching it rather well.  The server is designed to be an on-site solution, because it is also a print server, fax server, file server, active directory... and (you didn't hear it from me) the next version will most likely have a PBX (phone/voice mail) server as well... everything that a company of under 30 people or so would need to handle their operation.
\n
\nAs for the "at home" idea... I think that's the untouched market for SBS... I have one in my house, and recommend them for many of my clients for home use.  Especially because the HP ML110 @ $399.00 works just fine for home use.
\n
\nTechSoEasy\n
\n
\"Avatar
humeniuk🇨🇦
\n<< Yes, they can host multiple domains... but there is still a limit of 75 CAL's >>
\nWhich would be applicable to Exchange users or users who need other forms of authentication.  If you're primarily using it as a web server (where the CAL's aren't really going to apply), Web Edition is cheaper.
\n
\n<< The server is designed to be an on-site solution, because it is also a print server, fax server, file server, active directory... >>
\nA very good point.  When you consider the features, the intended use and target market is pretty clear.  It's a very good (and affordable) solution for a small office.\n
\n
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nYeah, I'd pretty much figured that all these things would be problems with dedicated servers (mostly the domain issues). And I agree that the thing is meant to be on-site, to serve as the all-in-one server for a small office. I'd absolutely love to use it that way, and I realize that I can get a pretty cheap server running it for just such a purpose, from Dell or others. The problem is that I'm trying to organize a project among 4 people, and we're not at the same location; I mostly need the server for IIS, FTP, a deployment and code versioning environment, and ideally Sharepoint... but if I'm setting all that up, I want to move my mail server from where it's currently being hosted, and instead utilize Exchange so that we can all share calendars, tasks, and other stuff.
\n
\nI'd host it here, but I'm on cable -- I'd have to pay quite a bit more to move up to business class, and RR's first tier of business class doesn't even increase bandwidth (it just guarantees a fixed IP).
\n
\nI just didn't want to have to pay an ASP layered costs for the server, Exchange, Sharepoint, etc. when for my purposes SBS does everything I need, and for a lower price than Win2k3 Server. It seems like I'd be able to finance a Dell SBS, and then have it colocated, but it seems like the overall price will be higher that way. And is it even possible? If I could colocate my OWN SBS somewhere, why couldn't the colocation place offer dedicated servers with that same setup ready to go in the first place?
\n
\n-Jeremy\n
\n
\"Avatar
humeniuk🇨🇦
\nNot to mention the fact that co-location can be as expensive as leasing a dedicated server.  \n
\n
\nIndeed, I don't think you'll find a co-lo for less than $50/month/U with you supplying the server, you could always get SBS hosted at www.havenco.com/ for $750 per month, they'll setup one of their 1U servers with just about whatever you want on it for that price!\n
\n
\"Avatar
humeniuk🇨🇦
\nMakes a business class account with RR look a little more reasonable, doesn't it?\n
\n
\nYeah... if you want your business critical data on a server that's in CYPRUS.
\n
\njeremy... since I already got chided for putting in a promotional link above, i'll be careful with this post... there are a number of open source alternatives to sharpoint which will accomplish what you are looking for... MANY hosting companies (including mine) offer these add-on scripts (scripts is unix-speak for "program") at little or no additional charge (contact me if you want to know the details... but basically, you can accomplish the whole thing for under $200.00/year).
\n
\nTake a look at http://www.dotproject.net and http://www.phprojekt.com.  Both of these scripts are included among the 50 or so which are part of Fantastico (see http://www.netsoeasy.com/fantastico.html for the full list).  Of course you'd also get a full web hosting account (accomplishes your IIS need... and with Mono, you can now host .aspx pages on Unix), and email (accomplishes your Exchange need... plus the project scripts have full calendering, etc).
\n
\nIt's all pretty easy to do... just go with a company that is reputable and keeps your data private and secure.
\n
\nJeff
\nTechSoEasy\n
\n
\nCyprus? I realise it is an exorbitant price but it's not in Cyprus. Anyway it doesn't help hfjeremy since they're not going to be able to rent a 1U server, or even a blade, with SBS on it for less that $100.\n
\n
\nQueried whois.opensrs.net with "havenco.com"...
\n
\nRegistrant:
\n HavenCo Limited
\n Box 53104
\n Doma Building
\n 227 Archbishop Makarios III Avenue
\n Limassol, Cyprus CY-3300
\n CY
\n
\n Domain name: HAVENCO.COM
\n
\n
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
humeniuk🇨🇦
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nHavenCo is on Roughs Tower in the North Sea, it's just their postal address that is in Cyprus.
\nI only used it as an example of why nobody offers a hosted SBS box with bandwidth for $100,
\n- because the going rate is about twice that.\n
\n
\nGuys -
\n
\nThanks for all the help, and sorry it took so long to wrap it up -- I've had several things come up to keep me busy, and the new comment notifications are going to an old email address. Anyway, I appreciate all the suggestions, and though I didn't find exactly what I was looking for, there are very real technical reasons why not. I just found out that I may be able to get most MS products I want through a partner program, and I can buy a cheap server from Dell for under $300; combined with RR business class, I think that will be a fine starting point for the four of us doing this project.
\n
\nThanks again,
\nJeremy\n
\n
\"Avatar
humeniuk🇨🇦
\nThat sounds like the best way to go overall.  Thanks for taking the time to close the question and good luck with the project.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/25044541/Computer-Browser-services-on-Windows-2003-keeps-stopping.html", + "domain": "experts-exchange.com", + "file_source": "part-00637-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Computer Browser services on Windows 2003 keeps stopping | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Yashy🇬🇧

asked on

Computer Browser services on Windows 2003 keeps stopping
\n
\nI literally posted about a problem we were having connecting to the Terminal Services via RD. We couldn't get in as it said the RPC server is not available etc. So we found out that the Domain Controller's Computer Browser services had stopped. We restarted it and everything began working. However, it keeps intermittently stopping. I've gone to the Properties in Computer Browser services and selected the 'Recovery' tab and changed the First Failure and Second Failures to 'Restart the Service'. So that keeps everything up and running.
\n
\nMy question is, can anybody help in terms of preventing this from happening? We were fine before and suddenly this popped up.
\n
\nMuch appreciate your help.
\nY\n
\n
\n
\"Avatar
Cláudio Rodrigues🇨🇦
\nThis link may help.
\nhttp://forums.practicallynetworked.com/showthread.php?t=6418
\n
\nCláudio Rodrigues
\nCitrix CTP\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
ChiefIT🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28709474/how-to-choose-best-switch-configuration-10-gigabit-or-1-gigabit.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: how to choose best switch configuration. 10 gigabit or 1 gigabit | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
sfabs🇬🇧

asked on

how to choose best switch configuration. 10 gigabit or 1 gigabit
\n
\nI'm a little confused in this area and have been told a few things but am struggling to find clear documentation in this field.
\n
\nHere is my problem.
\n
\nI am trying to spec up the best switch configuration for some client sites...
\n
\nThe user machines all have 1 gigabit network cards.
\n
\nI have been given differing advice from people...
\n
\n1. one person told me if all my clients are 1 gig. there is no point installing a 10 gig card in my servers feeding a (example) 24 port 1 gig switch with 4 times 10 gig ports (for the servers). as the clients cannot take advantage or subdivide the 10 gig traffic... is this true?
\n2. Others have said this is wrong?
\n3. Someone suggested I am best of with a high speed core switch for the servers (10 gig), and a 1 gig client edge switch (with multiple 1 gig connections from the core switch to the edge switch)?
\n
\nIm happy to invest in the right configuration, on one site I have about 50 one gigabit clients and 4 servers, I'd be happy to invest in a good core and edge switch as long as I know how I am going to get the best speeds I can to my clients.
\n
\nCan anyone give me some clear advice on the subject please?\n
\n
\n
\"Avatar
Kash🇬🇧
\nIn order to support 10G traffic from servers to Clients workstations at 10G speed, you need to have identical hardware on both ends.
\n
\nif you have a 10GB connection from a server to a 1GB switch, the network speed will be 1GB which is the slowest device.
\n
\nIf you have special requirements i.e: a backup device which supports a 10G card, you can use the connection from server to backup device and data will transfer at 10G speed.
\n
\nUnless you have a budget to upgrade all workstations to 10G NICs and switches and all other intermediary equipment then staying at 1G is what I would suggest.
\n
\nHowever, for config purposes to optimize performance, you can invest into Managed switches which will allow you to setup topologies to match your network.
\nHope this helsp.\n
\n
\"Avatar
Jan Bacher🇺🇸
\nWhat you really need to be concerned with is multiple clients sending traffic up to 1G to these servers simultaneously.
\n
\nIf you have or will have sufficient traffic to clog the pipes, install 10G.
\n
\nThe only way that you will know for sure is to monitor current port utilization on all switches.\n
\n
\nThinking only in Gigabit speeds and nothing else, isn't very budget efficient. You can invest thousands and thousands of dollars in the highest speeds swtiches, but if that company has an Exchange Server 2010 with 8GB RAM, Outlook WILL HALT to a standstill, no matter what switches you buy.
\nThe speeds the switches are capable of, mostly exceeds whatever the other hardware (mostly servers or storage devices) are capable of. Some disks are maxed out at 20MB/s. In a networking environment, serving a few people, that already drops to a few MB/s per user (if copying files concurrently). So while it is nice you have budget for 10Gbit equipment, have a look at other hardware, have a look at how people are working (do they even copy big files across the network?), are there other bottlenecks (slow servers, slow hard disks)?
\nI'd rather have a 1Gbit network, with the extra budget spend on solving bottlenecks, than using all the budget for 10Gbit, and letting the bottlenecks be what they are.\n
\n
SOLUTION
\"Avatar
Bill Bach🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Mal Osborne🇦🇺
\nIf it were me, I would be looking at 10Gb between the switches and servers, with 1Gb to the workstations.  An 8 port , 10Gb switch with 4 connection to the servers, and 2 to the other switches should work well.
\n
\nIf you are doing any sort of transfers between RAID volumes, like a Disk to Disk backup, then a pair of modern servers will easily saturate a 1Gb connection.  Also multiple users pulling down huge files would be noticeably slower if there was a single 1Gb link in there anywhere.  On most sites, however, this is a rare thing; unless you have users who copy movies around routinely or something, the difference would not be noticeable.\n
\n
\"Avatar
Kash🇬🇧
\ngood thread. there's a lot of advice here.
\nI have installed switches and configs where it was necessary to put 10G kit in based on initial analysis of the business but then we have some place where we are ok with 1GB or even 10/100.
\n
\ngood luck\n
\n
\"Avatar
sfabs🇬🇧

ASKER

\nHello Everyone
\n
\nThank you for your input.
\n
\nOK... this is part of a site upgrade. The servers and switches have reached end of life, the clients have been upgraded. The servers will wait till next year. The switches wont as I am already short of switches and ports so it's time to deal with the switches.
\n
\nWe have a positive budget. So I am interested in good equipment and configurations, best practices and future proofing. As long as it doesn't cost the world.
\n
\nBillBach
\n
\nThis was my original thought. 10 gig ports on the switch connecting to the servers and 1 gig to all clients.
\n
\nBut someone I respect suggested I investigate further as they didnt believe that with 1 gig clients you could simply sum to 10 gig. you made the example 10 x 1 gig clients each using 800MB/sec data = 8 gig, therefore 10 gig connection makes sense... right... they said they thought this was incorrect, but werent sure and suggested I investigate... so here I am... true or false? or does it depend on switch specification?
\n
\nMalmensa
\n
\nInvestigation led me to what I believe is similar to what you are saying when working to best practice.
\n
\nfor example... 8 port 10 gig core switch: 4 x 10 gig connections to 4 servers, 2 x 10 gig connection to Edge switch in building A (edge switch has 2 x 10 gig ports to communicate with core switch and remaining ports are 1 gig for clients), ANOTHER 2 x 10 gig connection to Edge switch in building B (edge switch has 2 x 10 gig ports to communicate with core switch and remaining ports are 1 gig for clients)
\n
\nthis is where my mind was going... what do you think? what switch specifications should I be looking out for...? managed? switch backplane limit?\n
\n
SOLUTION
\"Avatar
Bill Bach🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
sfabs🇬🇧

ASKER

\nBrilliant... just brilliant BillBach
\n
\nExactly the information I was looking for... the analogy was perfect as well, cars, motorways... clear as day for me, thank you.
\n
\nJust quickly, you have mentioned Fibre and bonding to get 20gig to the switches. If length wise (90m) cat 6 is possible is not better (cheaper) to stick with Cat 6 then fibre? Is bonding the only way to make use of 2 connections (a managed switch wont balance traffic through 2 connections)?
\n
\nThat's the last link in my chain, then I'm ready to go...
\n
\nThanks again\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Bill Bach🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
sfabs🇬🇧

ASKER

\nOutstanding Knowledge from the Expert, absolutely outstanding!\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/23111413/Storing-data-from-a-calculated-field-into-a-table.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Storing data from a calculated field into a table. | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
jcuzzola

asked on

Storing data from a calculated field into a table.
\n
\nI have a form name frm_BrowseAdd with a txtbox named % Viable the value in the field was originally static but I want to store it in my table:  tbl_U2_Spinners ! UserVar07.
\n% Viable is calculted from 2 txt boxes a the form. txtViable and txtTotal.
\n
\n% Viable  = [TxtViable]/[TxtTotal]*100.
\n
\nTxtViable and TxtTotal are stored in tbl_U2_Spinners. How could I create a procedure mabey an after update that would store this value in my table. Or calculate it from the data that already exists in my table?
\nIt would be good if I can back calculate all of the existing data..
\n
\n
\nCan anyone help?
\n
\nJCz \n
\n
\n
\"Avatar
Rey Obrero (Capricorn1)🇺🇸
\nfirst, it is not advisable to store calculated values in the table. ( you can always get the values using queries)
\n
\n\n
\n
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
jcuzzola

ASKER

\nI know this however,  I am trying to obtain this value in a query and I cannot get accurate output using the last comand in the QBE builder. I think I can store this value and then pull it into a report much easier.\n
\n
\"Avatar
clarkscott🇺🇸
\nI agree with Capricorn1.  Storing calculated data in the record will lead to problems if there's a data entry error and the elements of the equation are changed.  There's nothing in Access to force the calculated field to re-calculate.
\n
\nIt's much easier, and more efficient, to create a query for your forms and reports, and add the calculation as a new query column and display it dynmacally.  If any of the data should change, the 'calculated column' will instantly change also.
\n
\nYou can still use this 'calculated column' as a field on a report or form and 'sum' it, just like any other recordsource field, etc.
\n
\nScott C\n
\n
\"Avatar
Jez Walters🇬🇧
\nWon't 'back-calculating' the existing data present you with the same inaccuracy problem?\n
\n
\"Avatar
Jez Walters🇬🇧
\nAs for putting your calculated value into your table (the above comments notwithstanding), is your field in the record source for your form?
\n
\nIf so, it's just a case of doing the following in the form's before update event handler:
\n\n
Private Sub Form_BeforeUpdate(Cancel As Integer)\r\n    [UserVar07] = [%Viable]\r\nEnd Sub\n

Open in new window

\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Jez Walters🇬🇧
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nJust got back from lunch I will try it but I may need it to loop. I will fool witj it now....\n
\n
\nThis is what I have there are syntax errors Help please
\n
\nPrivate Sub cmd_Via_Click()
\n
\n''The piece below is from EE
\n
\nCurrentDb.Execute "UPDATE tbl_U2_Spinners" & "SET UserVar07 =  Me.Viable" & "WHERE Viable  =  Me.TxtViable/Me.TxtTotal * 100,"
\n
\n
\n End Sub\n
\n
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
Jez Walters🇬🇧
\nLooks to me like you've got some confusion between the FIELDS in tbl_US_Spinners and the CONTROLS on your form.  It's always a good idea to name a CONTROL differently from the FIELD to which it is bound precisely for this reason.
\n
\nPerhaps you could clarify which of the items you've mentioned are CONTROLS on your form and which are FIELDS from tbl_US_Spinners - you won't get the update query working until you get this right!\n
\n
\"Avatar
Jez Walters🇬🇧
\nI can't tell you for sure without the above information, but the query you posted in ID: 20745857 is missing spaces (as pointed out by boag2000) but also ends with a trailing comma (NOT pointed out by boag2000).
\n
\nYou've also missed off the dbFailOnError parameter - without the Access just ignores problems, which can be really confusing when bebugging.
\n
\nJust for future reference, cut/paste aviods this sort of problem.\n
\n
\"Avatar
Jez Walters🇬🇧
\nSorry, I meant to say that the missing spaces/trailing comma are DEFINITELY a problem, but I can't give you the final corrected SQL without knowing the names of your fields and controls!\n
\n
\"Avatar
Jez Walters🇬🇧
\nYour SQL should also be built up by EVALUATING the relevant text boxes and concatenating the result, not REFERENCING the text boxes directly within the SQL.  Again I can't correct this without knowing your field/control names.
\n
\nI don't think your WHERE condition is right either - you should be updating ONE tbl_US_Spinners record only, not ALL records that have a matching Viable percentage.  \n
\n
\nJezWalters,
\n
\nHow was your weekend?
\n:)
\n
\n
\n...now back to business...
\n<but also ends with a trailing comma (NOT pointed out by boag2000).>
\nHey Jez, I did point it out:
\n<20748528>
\n<Also, why is there a comma after 100?>
\n:)
\n
\nMy theory was that if they at least cleaned up the obvious stuff, they could then take your design advice and apply it.
\n:)
\n
\nJeffCoachman\n
\n
\"Avatar
Jez Walters🇬🇧
\nBy the way does changing your Viable field to use the 'Double' data type help the accuracy problem any?  You could have a go using the 'Decimal' data type, with a suitably large Scale value too.\n
\n
\"Avatar
Jez Walters🇬🇧
\nMy most humble apologies Jeff - you can't see the wood for the trees sometimes!  :-)\n
\n
\nNo problem.
\n;)
\nGood luck with this Q, I am interested in what the final resolution will be.
\n
\nJeff\n
\n
\"Avatar
Jez Walters🇬🇧
\njcuzzola,
\n
\nIs there any chance we could have an example of the original accuracy problem you mentioned?\n
\n
\nGood Morning Fellas,
\n
\nI hope you had a great weekend...:)
\n
\nJust got in and I am determined to solve this problem. I've got too much going on.  I will apply your thought  and get back asap...\n
\n
\"Avatar
Jez Walters🇬🇧
\nDid you ever get round to changing the data type of your 'Viable' field?  And what about that WHERE clause too - it still looks like you're updating too many records to me!\n
\n
\nI must not have submitted the last comment I posted. I managed to store the value using the Use the ControlSource Property to Store Calculated Values as described on the MS website, http://support.microsoft.com/kb/209172 It corrects and restores the value if any of the variables change as well. I thought by storing the value, the problem I'm having retrieving the last record would be corrected. It is not so. I'm gonna try and create a basic query containing the basic variables and get back to you in a new question. I have to solve this problem... It is for a critical report.
\n
\nThanks for stying with me...
\n
\nJCz\n
\n
\"Avatar
Jez Walters🇬🇧
\nIt'd be a good idea to post a link to the new question here, when you're ready.  A bit more detail of the source of the problem would be useful too.
\n
\nBest of luck!  :-)\n
\n
\nThanks
\n
\nWill do thanks.\n
\n
\nThe link to the new question is here...ID: 23119092  \n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/21866159/upload-local-database-to-a-live-database.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: upload local database to a live database | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
noel4nopun

asked on

upload local database to a live database
\n
\nI had a question for ya...
\n
\nHopefully it will be brief...
\n
\nI have a client that is a mechanic.
\n
\nHe wants to have a worksheet/form that he fills out on every repair he does.
\n
\nIts basically about 50 yes no or NA questions, that I will set up as radio buttons.
\n
\nI believe I can handle most everything on the form and the database.
\n
\nThe issue That I have is that I want to set up a Laptop for him that he can use while doing the repairs.
\n
\nThat he can fill the form out and it will store it in a local database.
\n
\nThen when he is in his office all he will need to do is upload it to his "live" website database...
\n
\n
\nAny ideas on how I could do that?\n
\n
\n
\"Avatar
Lowfatspread🇬🇧
\nwhich Database system are you intending to use...
\n
\nif it was SQL server then the process could be handled by merge replication...
\n
\nwhat is your actual scenario ...
\n
\nwill the mechanic just be acting on "pulled" worksheets
\nor will he actually be able to create "new" work that will also need to be inserted into the main database?
\n
\n\n
\n
\nGenerate a flat file or XML file. There are lots of methods to upload flat files to most databases.\n
\n
\"Avatar
noel4nopun

ASKER

\nI want to set it up using php and mysql
\n
\nnot sure about the "pulled" but I would assume it is a new one...
\n
\nHe wants to have a "PM" (which is the form of 50 or so questions), he wants a form for say 5 different types of trucks. and keep these all collected by clients.
\n
\nI am sure that the database design itself is going to keep me quit busy, But my Main concern for now is...
\n
\nI was thinking of setting apache + php + mysql on a local laptop for him to use onsite...
\nAnd then my hopes are that he would then later be able to upload his "local" databse up to the "live" one.
\n
\nNot too sure how to approach this.
\n
\nPS I am new to expert exchange, tis is my first question and I want to thank you for getting back to me...
\n
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nI think this idea of coping a table to the hard drive/disc then updating the database is the way to go.
\n
\nNow on to, how to figure that out.
\n
\nwew
\n
\n\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/10117873/Controls-in-an-MDI-child-window.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Controls in an MDI child window. | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
rrammage

asked on

Controls in an MDI child window.
\n
\nHow do you put ActiveX controls in a Document view object?
\n
\nMy document's data would best be visualized by a combination of Text boxes, toggle buttons and plots.  I know how to do this in a dialog based program but have not been able to figure out how to add controls to a window in the document/view architecture.\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
jrmcg
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n>> Then just associate your document variables with the variables you assign to the
\n>> controls as you normally would.
\n
\nvariables you assign to the controls
\n
\nnot actually control variables, but like the CString variable you would assign to a CEdit box control.
\n
\nI didn't want to throw you off.
\n
\nJ.R.
\n
\n
\n\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22458241/Can-I-change-my-default-C-compiler-from-cc-r-to-gcc-in-Perl.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Can I change my default C-compiler from cc_r to gcc in Perl?? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
bemara57

asked on

Can I change my default C-compiler from cc_r to gcc in Perl??
\n
\nPerl came with my server (5.8) so it shows it was compiler with AIX's default C compiler cc_r. This compiler I never installed since GCC was free. But now I am forced to install all modules using cc_r because Perl is set up with that compiler. How can I change Perl's default compiler to gcc instead of cc_r? This is what my version says. I want to change cc='cc_r' to cc='gcc':
\n
\n# perl -V|grep cc_r
\n    cc='cc_r', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong',
\n
\nPlease let me know if this is possible or do I really have to install a second instance of Perl using gcc to compile it? Any help is greatly appreciated.
\n\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Tintin
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nprecompiled version of perl with gcc will do the trick and will work perfectly.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28369027/eclipse-server-separate-jvm.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: eclipse server separate jvm | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
gudii9🇺🇸

asked on

eclipse server separate jvm
\n
\nHow and who allocate memory to JVM.
\nWhen the JVM starts ? is it at the start of the eclipse or is it start of the web or application server like tomcat/weblogic etc within the eclipse.
\nIs there is separate jvm for eclipse and web or application server?
\n
\n
\nWithin eclipse when i  include and start up a webserver, like Apache Tomcat is  there is a  sepatate JVM for the web server/application server. Does the memory allocated to that specific separate JVM may need to be adjusted for this specific situation inside eclipse.init .
\n
\nAt any moment how to find out which JVM is using how much memory. Is there is a posibility that specific jvm can use less than Initial Memory?
\n
\nplease advise
\nAny links resources ideas highly appreciated. Thanks in advance\n
\n
\n
\"Avatar
Ken Butters🇺🇸
\n
\nHow and who allocate memory to JVM. \n
\nThe memory is allocated to the JVM when the JVM starts up.  The JVM starts up when you execute "java.exe".
\n
\nIn eclipse... if you don't specify any VMargs to override it... the amount of initial and the amount of max memory allocated to the JVM heap is defined by the eclipse.ini file.
\n
\nWhen you are running a Java Application you can set your JVM's in the run configuration for that app.
\n
\nWhen you are running a web server you can set the JVM arguments in that web server.
\nHere is an example of setting the Heap size for a tomcat server.
\nhttp://viralpatel.net/blogs/setting-tomcat-heap-size-jvm-heap-eclipse/
\n
\n
\n\n
\nWhen the JVM starts ? is it at the start of the eclipse or is it start of the web or application server like tomcat/weblogic etc within the eclipse.
\nIs there is separate jvm for eclipse and web or application server?\n
\nYes when the JVM starts according to whatever arguments are sent to java.exe.  
\nThose arguments can be determined by eclipse.ini or overridden for a specific application by adding JVM arg as specified in answer to prior question.
\n
\n
\n\n
\nWithin eclipse when i  include and start up a webserver, like Apache Tomcat is  there is a  sepatate JVM for the web server/application server. Does the memory allocated to that specific separate JVM may need to be adjusted for this specific situation inside eclipse.init . \n
\nThere is one JVM that is started.  if you are running a webserver, the webserver will start an instance of the JVM by executing java.exe.
\n
\nYou need to worry about adding more memory if your application is getting out of memory errors. (unless your application is not working correctly).
\n
\n
\n\n
\nAt any moment how to find out which JVM is using how much memory. Is there is a posibility that specific jvm can use less than Initial Memory?\n
\n
\nI haven't used it myself, but JConsole can show you how much memory the JVM is using.  Here is some documentation on it.
\nhttp://docs.oracle.com/javase/6/docs/technotes/guides/management/jconsole.html\n
\n
\"Avatar
gudii9🇺🇸

ASKER

\nwhen i tried to launch on tomcat 6 instead of  i got error as below
\n
\nTomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules
\n
\nPlease advise on how to fix\n
\n
\"Avatar
gudii9🇺🇸

ASKER

\nI used tomcat 7 and went to the Arguments as given in link
\nhttp://viralpatel.net/blogs/setting-tomcat-heap-size-jvm-heap-eclipse/
\n
\nwhat is the optimal value i should give there.
\n
\nThe link gave valie
\n-Xms 64 -Xmx254
\n
\nPlease advise\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Ken Butters🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/articles/2666/Allow-relaying-on-Exchange-2007-Exchange-2010-in-4-easy-steps.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Allow relaying on Exchange 2007 & Exchange 2010 in 4 easy steps | Experts Exchange\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n
\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n \n
\n
\n
\n \n

\n \n

\n
\n
\n
\n
\n
\n \n
\n
\n
\n Ask
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n Log In\n
\n
\n
\n
\n \n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n \n
\n
\n
\n \n

\n \n

\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n Log In\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n Community Pick: Many members of our community have endorsed this article.\n
\n
\n Editor's Choice: This article has been selected by our editors as an exceptional contribution.\n
\n

Allow relaying on Exchange 2007 & Exchange 2010 in 4 easy steps

\n
\n
\n \"\"\n
\n
\n Akhater\"\"Solutions Architect\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n
\n
\n Published: \n
\n
\n
\n
\n Browse All Articles > Allow relaying on Exchange 2007 & Exchange 2010 in 4 easy steps\n
\n
\n
\n
\n
\n I have this application/website that needs to send emails, I have it configured to use our exchange server as SMTP. It can send emails to internal users without any problem however external ones are failing with a \"550 5.7.1 Unable to relay\" error\n
\n
\n I have been answering this question, under different forms, so often on Experts Exchange lately that I have it copied on a notepad and end up by pasting it again every now and then, so let's see how to fix it.\n
\n
First of all you should know that a mail server should be configure to unconditionally (not talking about spam/viruses here) accept emails sent to users in the SMTP domains it is serving. However, to avoid spamming others and being blacklisted, it should be very careful about who gets to send emails to other SMTP domains using its services, and that's what is called relaying.\n
\n
\n This should explain why, in the above scenario, emails sent to internal users are received but not to external one, that is because Exchange is refusing to relay. To solve your problem and enable your application/web server to be able to send external emails, you should allow it (or its IP address) to relay emails through your Exchange server and here is how to do it in Microsoft Exchange 2007 and Microsoft Exchange 2010.\n
\n
\n    1. Add another internal IP to your exchange server, say 1.1.1.1\n
\n    2. Create a new receive connector, configure it to listen only to the newly added IP address & accept SMTP connections only to the application\\web server IP address. This can be done by GUI using Exchange Management Console or through Exchange Management Shell by running\n
\n
\n       New-ReceiveConnector -Name AllowRelay -usage Custom -Bindings '1.1.1.1:25' -fqdn server.domain.com -RemoteIPRanges WebServerIpAddress -server MYEXCHANGESERVER -permissiongroups AnonymousUsers\n
\n
\n    3. Now that the connector is created, you should allow relaying on that connector, this can only by achieved using Management Shell as shown below. \n
\n
\n       Get-ReceiveConnector AllowRelay | Add-ADPermission -User \"NT AUTHORITY\\ANONYMOUS LOGON\" -ExtendedRights \"ms-Exch-SMTP-Accept-Any-Recipient\"\n
\n
\n    4. Finally configure your web server or Application to use the Exchange server's newly assigned IP 1.1.1.1 as SMTP server.\n
\n
N.B.:Make sure to change the 1.1.1.1 by the additional IP you added to your Exchange server, WebServerIpAddress with the IP of your Webserver/application, MYEXCHANGESERVER by the name of your exchange 2007/2010 and server.domain.com by the FQDN of your exchange server.\n
\n
\n Hope this clears out things a little bit\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n 13\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n 14,442 Views\n
\n
\n
\n
\n
\n
\n
\n \n \n Comment\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
    \n
  • Facebook\n \n
  • \n
  • Twitter\n \n
  • \n
  • LinkedIn\n \n
  • \n
  • https://www.experts-exchange.com/articles/2666/Allow-relaying-on-Exchange-2007-Exchange-2010-in-4-easy-steps.html copy
  • \n
    \n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n \"\"\n
\n
\n AkhaterSolutions Architect\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n

Comments (10)

\n
\n
\n \n
\n
\n \"\"\n
\n
\n \n
\n
\n

\n Commented: \n
\n
\n
\n
\n
\n This appears to be a common problem. I spent about 8 hours hunting for solutions on the web. This is the only one that worked!
\n
\n A lot of people mentioned that you should set up a new receive connector, but you are the only one that mentioned the need to bind it to a new ip address.
\n
\n well done\n
\n
\n
\n
\n
\n \n
\n
\n \"\"\n
\n
\n
\n PSGITech\n
\n
\n
\n

\n Commented: \n
\n
\n
\n
\n
\n do i need to bind to a new ip?  I only have one card in the server.  I just tried this and it works find to insternal address but not outside addresses\n
\n
\n
\n
\n
\n \n
\n
\n \"\"\n
\n
\n
\n Akhater\"\"Solutions Architect\n
\n
\n CERTIFIED EXPERT\n
\n Our community of experts have been thoroughly vetted for their expertise and industry experience.\n
\n
\n
\n
\n

Author

\n Commented: \n
\n
\n
\n
\n
\n you can have 2 IPs on the same NIC, there is no need for another NIC\n
\n
\n
\n
\n
\n \n
\n
\n \"\"\n
\n
\n
\n PSGITech\n
\n
\n
\n

\n Commented: \n
\n
\n
\n
\n
\n if it works to install addresses doesn't that mean it is fine, just something else needs to be setup to send it out of the network?\n
\n
\n
\n
\n
\n \n
\n
\n \"\"\n
\n
\n \n
\n
\n

\n Commented: \n
\n
\n
\n
\n
\n UPDATE - You dont have to use another IP address.  Just create the connector and run the Power Shell command to enable Relay Access.
\n
\n The key is the powershell command for some reason.  I didnt have to do this with copiers, but with Symantec Backup Exec you seem to have to use the powershell command to get it to work.
\n
\n \n
\n
\n
\n
\n
\n

View More

\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n \n
\n
\n
\n
\n
\n

Have a question about something in this article?\n You can receive help directly from the article author. \n Sign up for a free trial to get started.

\n
\n
\n
\n
\n
\n \n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n \n

The Original Tech Community

\n
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n
\n
\n
\n © 1996-2025 Experts Exchange, LLC. All rights reserved. Covered by US Patent.\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
© 1996-2025 Experts Exchange, LLC. All rights reserved. Covered by US Patent.
\n
\n
\n \n
\n \n
\n \n \n \n \n
\n
\n
\n
\n
\n \n \n \n\n\n" + }, + { + "url": "https://www.experts-exchange.com/questions/21124785/Exchange-2003-'Out-of-the-office'.html", + "domain": "experts-exchange.com", + "file_source": "part-00188-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Exchange 2003 'Out of the office' | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
elieazzi🇺🇸

asked on

Exchange 2003 'Out of the office'
\n
\nHi,
\n
\nI use a Windows 2003 Server and Exchange 2003.   The 'out of office' is working only for our internal email which is abc@zzzzz.com okay.  
\n
\nI've add a list of contacts Via 'Active Directory Users and Computers' -> Domain Controllers --> New Contact --> Name --> Modify --< STMP> mail address ex. Joe@hotmail.com.
\n
\nI've set up the 'Out of office' wich is working internale.  
\n
\nDoes anyone have any ideas on how to fix this one, to let Joe@hotmail.com receive my 'out of office'.  I don't want all the people from the internet receive my 'Out of office'.  I need it only for my contacts not for JUNK emails as reply.
\n
\nAnywone can help please.  Thank you for your time.
\n
\nRegards,
\nElie.
\n\n
\n
\n
\"Avatar
ColinRoyds
\nAs far as I know you cannot restrict Out of Office except either internal reply only or reply to everyone, the way to enable Out ot Office responses to go out on to the net is as follows
\n
\nRESOLUTION
\nTo turn on out-of-office replies to the Internet, follow these steps:
\nOn the Exchange server, start Exchange System Manager.
\nDouble-click Global Settings, and then click Internet Message Formats.
\nIn the Details pane, right-click a domain name, and then click Properties. The default SMTP domain is "*".
\n
\nIn the Properties dialog box, click the Advanced tab, and then click to select the Allow out of office responses check box. This turns on out-of-office responses to the Internet for the selected domain.
\n
\nStop the Simple Mail Transfer Protocol (SMTP) and Microsoft Exchange Routing Engine services, and then restart them.
\n\n
\n
\nI have done a few searches and have found something that might help
\n
\nhttp://www.winnetmag.com/MicrosoftExchangeOutlook/Article/ArticleID/42533/42533.html
\n
\nhave a look at the above page, there is a registry hack you can do that will help and stop OoO replies going to certain types of mails\n
\n
\"Avatar
elieazzi🇺🇸

ASKER

\nThank u for the great explanation but one more question...
\n
\nOkay, but you think i'm not able to select a few users which i've already added to my contacts or this will not work.  EITHER all the net or I can't?\n
\n
\nNo as far as i am aware want you want to do is not possible, it's only the previous options which I have explained
\n
\nEither
\nOoO to LAN only
\nOoO to Everyone
\nOoO to Everyone except for those meeting the criteria as eplaine in the KB article, I don't think there is anything else unfrotunately.
\n
\nthe better way to do it, is to have a anit-spam app catching all the spam before it gets to you, therefor no OoO replies will go back to them.
\n
\nyou could use
\nMail Marshall or Mail/Mime Sweeper, as well as many more
\n\n
\n
\"Avatar
elieazzi🇺🇸

ASKER

\nYeah your right, so which anit-spam app do you recommand.
\n
\nIn the mean time I'm looking for an Antivirus for Exchange 2003. What do you think I should have.
\n
\nI've order it Veritas Basckup for Windows 2003 Small buisness Server, do you think i'm able to backthe exchange 2003 with this software or I need additional license or something else.
\n
\nPlease advice.
\nThank you Elie.
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
elieazzi🇺🇸

ASKER

\nThank you, Did you ever heart about this software:
\n
\nTrendMicro / Scan Mail (Exchange 2003).
\n
\nSo normal a license of Veritas Backup 9.1 for Windows Smal Bus Server doesn't have the license to backup Exchange Server 2003 right?
\n
\nAnd If want to backup every laptop in the office.  I have around 5 laptops connected to my network, what utility I should have to backup theire C:\\drive to server or I need a batch file?
\n
\nRegards,
\nElie.\n
\n
\nthe SBS version has all the licenses you need for SBS including Exchange, but for desktop you will probably need and extra license, never tried that though,
\n
\nI have heard of Trend Micro, never used it, but apperantly it is very good\n
\n
\"Avatar
elieazzi🇺🇸

ASKER

\nthank you for your reply.  What is SBS?\n
\n
\nNo problem, SBS is Small business server, but if you have Veritas SBS, you must run it on Windows 2K/3 SBS, if you have Windows 2k/3 standard then you will need the extra licenses, as I don't "Think" you can use SBS
\n\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/21829693/Dual-core-vs-single-core.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Dual core vs single core | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Pilky

asked on

Dual core vs single core
\n
\nMy company provides online questionnaires for children, the site utilises Flash and SAPI 5 speech engine and when the child logs on they download a 0.5MB renderer and off they go.
\nWe had a dedicated which was hosted externally and was a Server 2003 machine with SQL 2000 running on it with 100+ databases.  The spec of the server was 2.8GHz dual core Pentium P4 with 2GB of RAM, and it worked OK.  When a young person logged on Task Manager reported that the sqlservr.exe will go up to about 2% and the change to network usage is negligible.
\nThe problems started when we fell out with the hosting company and moved elsewhere.  We got a server with the same spec as the previous one ie 2.8GHz P4 processor with 2GB RAM and Server 2003 and SQL 2000 standard edition (SP4).  The problem now is that whenever someone tries to logon to our site the sqlservr.exe process is shooting up to 90+% and is falling over altogether if more than 5 people try to log on at once, whch is a disaster when we used to have classrooms full of kids accessing our site at the same time.  Our programmers say that the code on both servers is identical, so the only cause of this issue can be the hardware, and the only difference between the 2 servers is that the old server had a dual core processor and the new one doesnt.  I cant believe that a dual core processor can be the difference between 90+% CPU usage and 2% CPU usage.  Please can somebody let me know if a dual core processor can make such a difference, and if this is considered unlikely, does anybody have an idea what could be causing this problem.
\nI asked my current hosting company to put a dual core processor in and they said the motherboard wouldnt support it, so possibly that may be a factor.
\nPlease, please, does anybody have any ideas as to what could be causing such a difference in performance on 2 servers which barring a few minor things are considered identical. \n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Callandor🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Pilky

ASKER

\nThis is what I thought, but I cannot find any difference between how SQL is configured in both servers.  Do you have any idea as to what part of SQL config I should look at?\n
\n
\"Avatar
Callandor🇺🇸
\nSorry, I'm just a hardware guy, I don't configure SQL Servers :-)  I should try taking that up.  I'm sure someone in the Microsoft SQL TA would know the answer to that.\n
\n
\"Avatar
Pilky

ASKER

\nThanks for your rather prompt help. As a last question, in your experience, can you expect a dual core processr to improve performance a lot in a site such as the one I have described? Or would the likely performance difference between dual core and single core be negligible?
\nThanks.\n
\n
\"Avatar
Callandor🇺🇸
\nA dual core will help if you have a single core that is near capacity.  If you expect more than 30 simultaneous users or observe that the cpu is reaching maximum utilization, a dual core will help.  Otherwise, a single core is sufficient.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/10036077/How-do-I-compile-Pascal-source.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How do I compile Pascal source? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
tothetop

asked on

How do I compile Pascal source?
\n
\nI am preraring AP Computer Science test and I need a Pascal compiler to practice Pascal programs.
\nWhere can I get the compiler? I have MS Visual C++ 4.
\nI looked for it at CompUSA but I could not find it.
\nPlease let me know... e-mail:leesh@ibm.net\n
\n
\n
\"Avatar
mitchell042997
\nGood luck finding one.  There is no freeware or shareware TP compiler to my knowledge.  I used TP 5.0, which came with an old, old version of MS-DOS.  Wow, that was a long time ago.
\n
\n:)
\n
\n
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
tothetop

ASKER

\nThank you.
\n\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28237397/Update-table-from-another.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Update table from another | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
rp🇵🇹

asked on

Update table from another
\n
\nI needed to add two more fields to a table. I need to make the update of these two columns with the corresponding fields from the other table. I have a common key to both tables. However there are some records in a table that does not exist in the other, and I would leave them to zero.
\nHow can make update query.
\nExample.jpg\n
\n
\n
\"Avatar
Tony303🇳🇿
\nWhat are the Vat and Wvat values for record 1236?
\nBlank or NULL....it makes a difference.\n
\n
\"Avatar
Tony303🇳🇿
\nDo on a Test System first....
\n
\nUpdate TableB
\nSET TableB.Vat = TableA.Vat
\nFROM TableA, TableB
\nWHERE TableA.Stamp = TableB.Stamp
\n
\nThis next script updates the rest of TableB
\n
\nUpdate TableB
\nSET Vat = 0, Wvat = 0
\nWhere Stamp Not IN (SELECT STamp FROM TABLEA)\n
\n
\"Avatar
rp🇵🇹

ASKER

\nNull values\n
\n
\"Avatar
tigin44🇹🇷
\nUPDATE A
\nSET A.colx= ISNULL(B.colx,0), A.coly = ISNULL(B.coly, 0)
\nFROM tableA A
\n   LEFT OUTER JOIN tableB B ON A.id= B.id\n
\n
\"Avatar
Tony303🇳🇿
\n@rfloencio
\n
\nMine will work, try in a test system first.
\n
\nTony\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Qlemo🇩🇪
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27310340/Remotely-renaming-Host-names-of-Cisco-devices.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Remotely renaming Host names of Cisco devices | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Dragon0x40

asked on

Remotely renaming Host names of Cisco devices
\n
\nI am renaming Cisco devices remotely and these devices are several hours away if I have to drive over so I would like a confirmation that I am entering the correct commands and not forgetting something?
\n
\n1.) Open two ssh sessions to each device
\n2.) reload in 15
\n3.) "hostname xxxx"
\n4.) "zeroize rsa key"
\n5.) "crypto key generate rsa" select a 1024 modulus
\n6.) Open third session and test ssh connection
\n7.) wr mem (if third session connects successfully)
\n8.) reload cancel
\n9.) show reload\n
\n
\n
SOLUTION
\"Avatar
Soulja🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
\"Avatar
Ernie Beek🇳🇱
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
Dragon0x40

ASKER

\nWill the reload revert the RSA key to the original also?
\n
\nThe problem with renaming a host is that the RSA key is based on domain and hostname and once the host name is changed the RSA key does not match anymore?
\n
\nIs the new RSA key stored in running-config only until wr mem?\n
\n
\"Avatar
Ernie Beek🇳🇱
\nI don't think so. If I remember correct the key is saved directly to NVram so a reload won't help.\n
\n
SOLUTION
\"Avatar
Soulja🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
Soulja🇺🇸
\nEnter a sh crypto key mypubkey rsa to show the current running hostname and key. \n
\n
\"Avatar
Ernie Beek🇳🇱
\nOk, learning every day ;)\n
\n
\"Avatar
Soulja🇺🇸
\n@ erniebeek
\n
\nAs we all are.  ;-)\n
\n
\nI was able to rename the devices with no problems.
\n
\nUsed "reload cancel" to cancel reloads and did not have to reboot any of  the devices.
\n
\nOnly step that I would add to my original steps is that when you log in after changing the hostname and the rsa key. You should get a warning saying that the cached rsa key in your ssh client does not match the current rsa key and you should click yes to accept the new rsa key.
\n
\nIf you don't get this message then the rsa key probably did not get changed and you probably won't be able to log in either.
\n
\n6.) Open third session and test ssh connection (should get prompt rsa key different)
\n\n
\n
\"Avatar
Soulja🇺🇸
\nGreat!\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27435731/How-to-rebuild-dns-zones-suddenly-gone.html", + "domain": "experts-exchange.com", + "file_source": "part-00188-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How to rebuild dns zones - suddenly gone. | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
chlaas

asked on

How to rebuild dns zones - suddenly gone.
\n
\nHi.
\n
\nToday when I arrived at work, the server was not working. I have had some trouble with this server for a week. The server stop working and I havent been able or had the time to resolve this problem. The solution was to restart the server and the managed switch and it worked for a while.
\n
\nBut today when I came to work, the restart of the server did not work. I found out that the clients could not map drives, could not print or in any way communiqate with the server. I could ping the server adress xx.xx.xxx.xx. When I searched the server for errors the DNS was not working. After repairing the DNS and reebooting the server, nothing changed - the forward and the reverse lookup zones were gone.....
\n
\nAfter a while I tried to make a new zone - but get the error: ...required application directory partition does not exist. Only Enterprise Administrators ...appropriate permissions...
\n
\nActive Directory cannot communiqate with the global catalog.
\nInternatl ID failure: 33200c89
\n
\nThe DNS gets an critical error from AD
\n
\nWIndows cannot determine the user or computer name. (Access denied)
\n
\nMS DTC could not correctly process a DC Promotion/Demotion event. ...... PID: 408 No Callback.
\n
\nThere was also a message that there could be two computers with the same name - the server and another computer. But I cannot find any other computer with the same name as the server.
\n
\nPlease - help me.
\nIf there is more information needed I will submit it quickly.
\n
\nRegards
\nChristoffer\n
\n
\n
\"Avatar
edster9999🇮🇪
\nWas this machine the domain controller ?
\nIf it is then try a repair or go back to last backup.
\nIf it is not then remove it from the domain (by taking it back to workgroup) and then add it back in.
\n\n
\n
\"Avatar
Sajid Shaik M🇸🇦
\ninitially remove network connection /connections from the domain ... go to services... make sure these services ar working fine .. DNS server, computr browser, server and workstation...
\n
\nthen feed back me
\n\n
\n
\"Avatar
chlaas

ASKER

\nHi.
\n
\nThe computer is a domain controller, I have restarted the services and they all start up without problems, but still the zones in the DNS are completly gone.
\n
\nI am running an imcremental backup of the server, but need to backup some files since the backup is only sett to run every second day. Will the restore function also restore my problems with the DNS and Active Directory?
\n
\n\n
\n
\nif the issue was there while backup mostly yes...\n
\n
\"Avatar
edster9999🇮🇪
\nDo you have any other servers running that could be taking on the PDC job while this one is broken ?  It is possible one has called an election and taken the job.
\nWhile you fix this, close down any other server machines.
\n
\nNow if the issue is still there.  Reboot and press F8 as it starts to load windows.
\nSelect Domain Repair and see if there is anything you can do in there.
\n
\nIf that doesn't work go for the restore.
\n
\nThis type of work is best done out of hours so you do not have users messing with the server as you try to work on it.
\n\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
chlaas

ASKER

\nOk, Thank you for some good suggestions. I will try them out tomorrow.
\n
\nAs soon as I get working I will keep this quiestion up to date. The time here is now 23.30 and I start to work on the server agein tomorrom at about 09.30.
\n
\nThank you for the response so far.
\n
\nRegards
\nChristoffer\n
\n
\nthats fine my time tooo 1:30 am... i was waiting for your reply..
\n
\nany how take care
\nsee u tomorrow ... i too get sleep
\n
\n\n
\n
SOLUTION
\"Avatar
p_nuts🇳🇱
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
chlaas

ASKER

\nIt is the only domain controller. I have tired to restart dns, I am going to try to use the vb script that i got from ahaiksaj, but I have to make a new backup of the server this afternoon, the clients are using the servers ip adress to still be able to access the folders.  \n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29096026/All-email-going-to-Poison-Queue-in-Exchange-2106.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: All email going to Poison Queue in Exchange 2106 | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
AaronSSH🇺🇸

asked on

All email going to Poison Queue in Exchange 2106
\n
\nI set up a new domain and a new Exchange 2016 server and noticed that no email is being delivered to any mailboxes. Whether from one user to the other on the exchange server, or whether external email is being sent in, all email is going to the Poison Queue. Why, and how can I stop this behavior?
\n
\nSome steps I have taken:
\n- tested the domain at MXToolbox.com (comes up clean)
\n- tested the domain at https://testconnectivity.microsoft.com and all tests come up clean
\n- tested from iPhone too, same result. Messages show up in "Sent" but nothing is being delivered.
\n- enabled logging on the send and receive connectors, then examined the logs. I see no errors.\n
\n
\n
\"Avatar
J0rtIT🇻🇪
\nLet's start with the basic.
\nAre you sending emails within the same local domain in the exchange 2016?.
\nDo you have a send connector?
\n
\ndid you configure SPF, virtual folder's URLs, and the public certificate?
\n
\ndo you see any errors in the Event log for the exchange server?\n
\n
\"Avatar
AaronSSH🇺🇸

ASKER

\nSame local domain, yes.
\nYes, send connector is set up and logging enabled. It is working properly.
\nExecuting the command Test-ServiceHealth returns that all required services are running.
\n
\nThere were some errors in the Event Log for Exchange that stated a registry key was not accessible.
\nEvent ID 10003: "The transport process failed during message processing with the following call stack: System.UnauthorizedAccessException: Access to the registry key 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\ExchangeServer\\v15\\WorkerTaskFramework\\IdStore\\ProbeDefinitionIDConflicts' is denied."
\n
\nI went in and modified the permissions on that key to be more inclusive and then rebooted but this did not fix the problem.
\n
\nThere are also a lot of Event ID 4999: "Watson report about to be sent for process id: 17032, with parameters: E12IIS, c-RTL-AMD64, 15.01.1466.003, edgetransport, mscorlib, M.W.RegistryKey.CreateSubKeyInternal, System.UnauthorizedAccessException, 15ca-dumptidset, 04.07.2117.000."\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
AaronSSH🇺🇸

ASKER

\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
AaronSSH🇺🇸

ASKER

\nI followed the steps in this article and it resolved the mail flow issue!
\nhttps://smtp25.blogspot.com/2017/10/\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27987882/Handling-Multiple-Error-Possibilities.html", + "domain": "experts-exchange.com", + "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Handling Multiple Error Possibilities | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
John Carney🇺🇸

asked on

Handling Multiple Error Possibilities
\n
\nI can't seem to remember how to do this. Please take a look at the attached workbook. Column D has numbers that designate the week in which each incident occurred. (Dates in Column N). The "SpinOffWeeks' macro would work fine except that not every week is accounted for. Week 16 is followed by Week 19, Week 19 is followed by Week 21, etc.
\n
\nThe macro as I have it now will handle the Week 16 error, but it bugs on the Week 19 error.
\n
\nHow do I handle the fact that the sought-after number for 'btm' isn't always i + 1?
\n
\n\n
Set top = Incidents.Columns("D:D").Find(What:=i, After:=[D4], LookIn:=xlValues)\nSet btm = Incidents.Columns("D:D").Find(What:=i + 1, After:=[D4], LookIn:=xlValues).Offset(-1, 0)

Open in new window

\nI need something that will find the next number higher than i, whether it's i + 1 or i + 2 or i +7, etc.
\n
\nThanks for solving my day ruiner! Here's to a better tomorrow :- )
\n
\nJohn\n
\n
\n
\"Avatar
Saqib Husain🇵🇰
\nFile not found error\n
\n
\"Avatar
Martin Liss🇺🇸
\nJust to be clear, what ssaqibh means is that you forgot to attach your workbook.\n
\n
\"Avatar
John Carney🇺🇸

ASKER

\nThat fits with the kind of day I had yesterday that I would forget to attach the workbook! :- )
\nXYZ-Converter-Demo.xlsm\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Saqib Husain🇵🇰
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
John Carney🇺🇸

ASKER

\nThanks, ssaqibh. Sorry for doing one of my famous disappearing acts!\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28695971/SQL-Record-locks.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: SQL Record locks | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Laurence Martin🇬🇧

asked on

SQL Record locks
\n
\nI have an access front-end to a SQL server database.
\n
\nTo create a new record the front-end runs an INSERT statement in VBA.  But this statement hangs if another user is editing the table.
\n
\nI think I need to know more about how record locks work.  Where can I get more information?
\n
\nCheers\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Mayank Gairola🇮🇳
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
\"Avatar
Tomas Helgi Johannsson🇮🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
Laurence Martin🇬🇧

ASKER

\nAccess definitely has a property for record locking, and I was hoping that someone could shed some light on what takes precedence.
\n
\nThe form where the user was editing the record has the Record Locks property set to No Locks, but as soon as he came out the Insert statement started working again.
\n
\nI only have sight of the database when I'm at the client site, so can't check, but I'm sure it hasn't been changed from the default (No Locks and Open databases by using record-level locking).
\n
\nI'm actually using DAO, but I'm not creating a recordset in this case, but simply running an Insert statement.  The data source for the form is the same table.  Should I organise things differently?
\n
\nCheers
\n
\nLJM\n
\n
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nLJKMartin, do you still need help with this question?\n
\n
\"Avatar
Laurence Martin🇬🇧

ASKER

\nHi, there were a number of useful comments and the links explained how locks work in an earlier version of sql server, but nothing about how to control it, so I'm not much further forward.
\n
\nI not sure i understand what john says is a temporal record.  a temporary record wouldn't do what the client wants (they are freaked out by the fact that the ID isn't generated first), so I have to insert the record and then display it.
\n
\nThe diagnosis of the problem hasn't reached a conclusion - although it doesn't seem to be locking after all.  Also, it hasn't happened for a couple of weeks now.
\n
\nI appreciate all the suggestions, but should close the question.
\n
\nCheers\n
\n
\"Avatar
Dale Fye🇺🇸
\nIf you are using SQL Server as your backend, it will not generate an identity value until the record is saved.  The problem with this is that if the user then decides to cancel the entry, they will not be able to generate that same identity value again.
\n
\nIf you have a field that you want the customer to see, it should not be an identity (autonumber) field.  You should generate it yourself.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/23144128/NT4-EIDE-mirror-drive-error.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: NT4 EIDE mirror drive error | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
jnelipowitz

asked on

NT4 EIDE mirror drive error
\n
\nIn NT4 I have mirrored 2 drives on the same primary controller.  Every thing appears to work fine and NT forces a reboot of the server for changes to take place.
\n
\nWhen the NT server is rebooting it get stuck on the blue nt screen with only on period displaying.  The system then goes into a reboot loop and the system won't start.  When I disconnect the second drive the server restart fine.\n
\n
\n
\"Avatar
SysExpert🇮🇱
\n1) Either the second drive is not workin gproperly, or you may have a power supply issue.
\n
\nTest the second drive in a separate machine using the Vendor's  Diagnostics CD to see if the drive passes all tests.
\n
\nYou might look at UBCD or UBCD4WIN for a CD that has  a lot of diagnostics tools on it.
\n                                                                                                                                                       
\nI hope this helps !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ��                                                                                                                                                                                                                                                                                                                                                                                                                         
\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
\n
\n
\n
\n\n
\n
\"Avatar
Callandor🇺🇸
\nDid you install the RAID drivers for this motherboard when you installed the OS?\n
\n
\"Avatar
jnelipowitz

ASKER

\nDid the standard OS install on this system.  The main disk is the  mirrored disk after the main disk failed.
\nI'm attempting to add a second disk drive to establish a new mirror set.    \n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Callandor🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27478527/How-to-remote-control-from-a-cruise-ship.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How to remote control from a cruise ship? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
K A🇺🇸

asked on

How to remote control from a cruise ship?
\n
\nActually, even though we DO need to remote control an office pc from a cruise ship, the more generic way to ask this is:  how to remote control without having to download an activex or Java or anything else.
\n
\nHere are some details of our configuration:
\n
\nIn the office we have Microsoft Windows Server 2008 (not SBS), and 5 workstations, a mixture of XP and Windows 7.  We have a SonicWall device that we use to connet remotely under "normal" circumstances... that is, where we can download an activex control or configure our browser to user jave.  However, from time to time, we need to access one of our PCs from a hotel lobby computer, or in this case, from a cruise ship computer, where we will have no ability to download anything onto the remote computer.
\n
\nWe do ahve the liberty to configure our firewall in the office to open up a port or something... our need really is to find some (free?) software that doesn't require ANY installation on the remote computer.
\n
\nSuggestions?\n
\n
\n
\"Avatar
jakethecatuk🇬🇧
\nIt's possible to run Chrome or Firefox from a USB stick which would remove some the restrictions you have (and you can then run activex/java stuff without restriction) - but that assumes you can access a USB stick.  Would this be an option?
\n
\nTeamviewer has a portable version of the application that can be run on any machine without installation (you would need a client installed on your office machine though).
\n
\nIf you have a sonic wall firewall, you could open up port 3389 to go to one machine on your network and connect using Remote Desktop Connection - but this will assume that the PC you are on allows port 3389 traffic.
\n
\nTBH, if there are restrictions in place that will block IE, they will more than likely block VPN connections.\n
\n
\nYou can use http://www.logmein.com.  Using this web site doesn't require anything to be installed on your side.  The computer you want to control must have a small app and that is all.  
\n
\nSince LOGMEIN is web based, it doesn't require any port to be opened on your firewall.  The data between the computers is encrypted and as long as you choose a strong password for the computer you want to control, this is a very safe tool.
\n
\nI use this tool all the time to control PCs in remote locations.  If you have a tablet or a smartphone, there is a LOGMEIN version for them that you can can even use over 3G.\n
\n
\"Avatar
K A🇺🇸

ASKER

\nThanks for both replies... before points are awarded, I'd like to double-check one issue... Lavis10, you suggest that LogMeIn does not require any installation, download, ports, or WHATEVER on the remote computer.  I use LogMeIn quite a bit (free version), and I'll agree that, TO THE BEST OF MY KNOWLEDGE, it doesn't require any local downloads... but I'd like to ask other to confirm that.
\n
\njakethecatuk, thanks for the reference to TeamViewer.  I've heard many people refer to that tool, but I haven't used it.  Can you double-check to make sure it doesn't require anything to be modified on the remote computer?
\n
\nThanks so far...
\n
\nAnyone have anything to add?\n
\n
\"Avatar
jakethecatuk🇬🇧
\nteamviewer runs as a portable application - so no install required.  provided you can get to the folder and run the application, you'll be good to go.
\n
\ndepending on the browser depends on what will happen.  under IE, you will get prompted to install the activex components - however, you can click on the option to continue regardless without installing activex.
\n
\nI use both products and I do prefer logmein, but IMO, it's a bit heavier on network traffic than teamviewer.  having used the internet from a cruise ship in the past myself, speed is never that great.\n
\n
\"Avatar
jakethecatuk🇬🇧
\nDOH!!!!
\n
\nThe following statement was referring to LOGMEIN: -
\n
\n'...depending on the browser depends on what will happen.  under IE, you will get prompted to install the activex components - however, you can click on the option to continue regardless without installing activex....'\n
\n
\ngolferski - If you carefully read what I wrote you'll see the following:
\n
\nUsing LOGMEIN:
\n
\n** On YOUR side (the side the controls other slave computers) there is nothing that needs to be installed.  The only prerequisite is JAVA.
\n
\n** On the CONTROLLED side you need to install a small and free application that you download from the LOGMEIN website.  On that remote site there is no port that needs to be opened.
\n
\nlavis10\n
\n
\"Avatar
K A🇺🇸

ASKER

\nThanks, lavis10... I just tried to connect to a LogMeIn host from a remote laptop that hasn't used LogMeIn before, and sure enough, it needed to install a Java applet, (and coicindentally, I had JUST finished installing Java on that laptop), so I'm still unconvinced that LogMeIn would work from the cruise ship, or any computer that doesn't let you "install something."
\n
\nNow, I'm a humble man, so I reserve the right to be wrong, but it would seem to me that if an IT specialist had locked down that cruise ship computer so that it was designed for "maximum security" (whatever that is), then it wouldn't allow the user to download that Java applet that LogMeIn required.
\n
\nConsider this:  using OWA to access one's Exchange email wouldn't require any kind of download at all, to my knowledge.  It's that kind of remote access tool we're seeking.
\n
\nBy the way, I tried TeamViewer (nice tool!), but it too requires a download on the remote side.
\n
\nSo, thanks for the info, but I'm still looking....\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
jakethecatuk🇬🇧
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
K A🇺🇸

ASKER

\nThanks, jakethecatuk... great point about the laptop... maybe one last question:  how do you get LogMeIn to run without java?  Just decline to install it if it asks? Or is there a special procedure for doing that?\n
\n
\"Avatar
jakethecatuk🇬🇧
\njust decline/and/or click on the continue without installing option.
\n
\nwhy not fire up a fresh VM with just an OS on it and see for yourself how it works.\n
\n
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
K A🇺🇸

ASKER

\nThanks to both for their replies, but still looking for a solution, though one might not exist, that TRULY would not require ANY downloads to a local computer.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/27403739/GPO-not-applying-to-one-new-PC.html", + "domain": "experts-exchange.com", + "file_source": "part-00828-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: GPO not applying to one new PC | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
TheSonicGod

asked on

GPO not applying to one new PC
\n
\nHi Everyone,
\n
\nHave a strange error, I have a new system that was wiped reloaded with Windows XP (shipped with Windows 7) but had to do it because of some legacy apps.
\n
\nAnyway, it joined the domain fine, was able to login with domain admin and some GPO's have applied without issue. However, we have one GPO that installs all the require software for the client once it joins the domain like Office and such and it will not apply. This GPO is over 2 years old and I have never had an issue with it previous.
\n
\nOn the system if I run gpresult it says the GPO applied but the software is not installed - did the 3 reboot to try to fix but still nothing
\n
\nIf I run a query on one of the 3 DC's this is what I get for that system:
\n
\nGroup Policy Infrastructure failed due to the error listed below.
\n
\nThe specified domain either does not exist or could not be contacted.
\n
\nNote: Due to the GP Core failure, none of the other Group Policy components processed their policy. Consequently, status information for the other components is not available.
\n
\nAdditional information may have been logged. Review the Policy Events tab in the console or the application event log for events between 10/18/2011 10:24:02 PM and 10/18/2011 10:24:02 PM.
\n 
\nEFS recovery (N/A) 10/18/2011 6:52:03 PM
\nRegistry (N/A) 10/18/2011 6:52:00 PM
\nSecurity (N/A) 10/18/2011 6:52:03 PM
\nSoftware Installation (N/A) 10/18/2011 10:06:03 PM
\nSoftware Installation did not complete policy processing because a system restart is required for the settings to be applied. Group Policy will attempt to apply the settings the next time the computer is restarted.
\n
\nAdditional information may have been logged. Review the Policy Events tab in the console or the application event log for events between 10/18/2011 10:06:03 PM and 10/18/2011 10:06:03 PM.
\n 
\nI have tried to gpupdate /force on the DC and system and multiple reboots. I even wiped and reloaded XP again to try to fix.
\n
\nOne interesting items is that if I ping DOMAIN.LOCAL I get the IP address of one of the DC's if I reboot I sometimes get the same DC IP or one of the other ones. Assume this is a normal behaviour,
\n
\nAny suggestions on what to try next would be great.
\n
\nthanks in advance,
\n
\nTheSonicGod\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Aaron Tomosky🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
TheSonicGod

ASKER

\nThanks aarontomosky
\n
\nYes install was done with SP3 disk and ALL 130+ updates have been installed and checked the logs - no errors\n
\n
\nAlso - just a note I see via a rerun of the query on the DC and 4 GPO have been applied including my software installer one but only the software one has the error posted above so it looks like some policies are applying just not the one that installs software - the other are various security and mappings - default domain policy is one of them for example\n
\n
\nsolutions was not confirmed but did point me in the direction I needed to resolve the issue\n
\n
\nThanks aarontomosky
\n
\nI ended up manually loading the software on this system but another XP system I reloaded using HP recovery disks had only SP2 on it and it accepted the GPO without issue so it looks like your SP3 issue may have been the cause
\n
\nthanks for your help\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26468732/javascript-onbeforeunload-event.html", + "domain": "experts-exchange.com", + "file_source": "part-00332-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: javascript onbeforeunload event | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
raju_surya

asked on

javascript onbeforeunload event
\n
\nHi All,
\n
\nI am a new customer to experts-exchange and this is my first question.
\nI am also fairly new to javascript.
\n
\nI have a requirement to capture any changes made to a form when a user clicks the browers BACK or FORWARD button and show a warning message.If no edits are made in the form then the warning message should not appear
\nCan I do it using javascript?
\nIf I can do it can any one tell me what are the events that I have to use?
\nI have searched google a little bit and undrestand that onbeforeunload does this functionality.
\nBut how would i recognise whether any changes are made to form data in the onbeforeunload event.
\n
\nAny help is gretly appreciated.
\n
\nThank you
\nRaj\n
\n
\n
\"Avatar
pavlejovanov
\nin .Net code
\n<script language="javascript" type="text/javascript">
\nwindow.onunload = function() {
\n            PageMethods.SomeFunction();
\n        }
\n</script>
\n
\nin C# code
\n
\n[WebMethod]
\npublic static void SomeFunction()
\n{
\n        //Some code
\n}
\n
\nyou also must have ScriptManagerr in page\n
\n
SOLUTION
\"Avatar
Badotz🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
\"Avatar
kadaba🇮🇳
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\"Avatar
mickey159🇺🇸
\nTry this:
\n<script language="JavaScript">
\n  window.onbeforeunload = confirmExit;
\n  function confirmExit()
\n  {
\n    return "You have attempted to leave this page.  If you have made any changes to the fields without submitting, your changes will be lost.  Are you sure you want to exit this page?";
\n  }
\n</script>
\n\n
\n
\"Avatar
Badotz🇺🇸
\nmickey159: Your script tag is outdated ("language=" should be "type="); your function comes AFTER it is referenced (possibly inconsequential); your example adds nothing new (except the prompt, of course, but otherwise...).\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/24331680/Limited-or-no-Connectivity-through-LAN-Ethernet.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Limited or no Connectivity through LAN (Ethernet) | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Monkey_Bazooka

asked on

Limited or no Connectivity through LAN (Ethernet)
\n
\nA clients computer is unable to access the internet at all. When I first went and saw them, I found that their modem had a dodgy power button and any slight movement would turn the modem off. 1 new modem later and the problem still remains.
\n
\nAfter checking the usual - IE settings, LAN settings - I determined that it must be a faulty onboard NIC. 1 new NIC card later and the problem remains. I took the machine home.
\n
\nI have a wireless Desktop with ICS set up through its nic to my 'test' PC and a wireless laptop successfully accessing the net with my Belkin Modem router. 1 Vista, the rest XP pro. So my Router is a happy camper.
\n
\nI wired the clients PC directly to the router through ethernet (they have XP home) on both the new card and the onboard and get "Limited Or No Connectivity" bubble appear.
\n
\n**WHAT I HAVE TRIED**
\n
\n=  Checked IE settings: Never dial up, obtain automatically, no proxy, no dialup accounts left behind
\n
\n=  Local Area Connection is set to obtain automatically. Tried to set a static IP with the same settings as my test pc (using that machines PSU as that is broken on clients machine too) with the same result.
\n
\n=  Tried firefox (clutching at straws, but you never know). Same deal.
\n
\n=  Found a remnant folder of CA eTrust security suite in the program folders. This had obviously not been uninstalled correctly\\fully. *feigns shock*   Found a previous post on here relating to this and removed all reg entries and folders. Nothing checked in startup menu.  (This is my biggest suspicion of the culprit)
\n
\n=  Drivers are fine. (brand new PCI nic card remember?)
\n
\n=  I have reset the TCP\\IP through cmd (netsh ip reset) and also gone into the local area connection and reinstalled through there.
\n
\n=  Ethernet cable works fine with other machines so it is not a faulty cable.
\n
\n=  Rebooted my router for good measure
\n
\nThey tell me it just "stopped working a couple of months ago." I have tried my laptop on their connection just to test it out and it works fine. If I had to guess I would say that the CA firewall remnant (it was in the startup list) laid dormant until SP3 came along and played its screwy game on it.
\nI am at a total loss and am tearing my hair out! Any help is greatly appreciated. I am really really trying to avoid a reinstall and just really really wanna go play with my new laptop I got today!\n
\n
\n
\"Avatar
rionroc🇺🇸
\nHello
\n
\nIf it is a wireless connection, be sure SSID was inputed correctly, and also check if the DHCP on the router was enabled, and the ip addresses are configured correctly.
\n
\nCheers!\n
\n
\"Avatar
NetAdmin2436🇺🇸
\nIs there any firewalls or Antivirus programs (besides the remnense of CA eTrust) on the computer? If so, I would disable and even uninstall them. I've seen this behavior, especially with them Antivirus 'suites'.
\n
\nAlso, look in your Network Connections and make sure that only your Local Area Connection exists. I remember one time a connection called 'gateway for windows' (or something like that) was somehow installed and was messing everything up.
\n
\ncheck your Local Area Connections Properties, on the general tab, you only really need TCP/IP and typically File and Printer Sharing, and Client for Microsoft Networks installed. If anything else appears, I would uninstall it.
\n
\nNext thing you can try is to start disabling services. Short of a complete reinstall, would be to start uninstalling software.
\n
\nI hope this helps\n
\n
\"Avatar
Monkey_Bazooka

ASKER

\nNot wireless. And there is definitely no other AV or firewall on there. By all accounts and purposes it should be connecting with no issues? Again all help is appreciated.\n
\n
\"Avatar
rionroc🇺🇸
\n>until SP3 came along?
\n
\nUse the update fix of service pack 2.
\n
\n
\nGood Luck!\n
\n
\nSorry, missed that one. Tried it and got error stating that it was a higher version than the fix was meant for. Something along those lines, anyways. Thanks for the input, though, every bit of info is helpful. I know this is a hard one (imagine how I feel getting shut down at every possible solution!) but I know someone has the answer.
\n
\nAnd they will be crowned king! :)
\n
\nThanks again guys.\n
\n
\"Avatar
_🇧🇸
\nTry changing NetBIOS from Default (use if needed blablabla) to Use NetBIOS over TCP/IP
\n
\nTry completely taking out winsock
\n
\nStep 1: Delete the 'corrupted' registry keys.
\nThis is usually safe, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. And you might back up the registry before you modify it. Then, you can restore the registry if a problem occurs.
\nBack up and restore the registry  (http://support.microsoft.com/kb/322756/ )
\n
\nClick Start, and then click Run. In the Open box, type regedit, and then click OK.
\nIn Registry Editor, locate the following keys, right-click each key, and then click Delete:
\n
\nHKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Winsock
\nHKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Winsock2
\n
\n(if you see any others - like a GoogleSock -- take them out also. A bad GoogleBar uninstall had me running in circles for days)
\n
\nWhen you are prompted to confirm the deletion, click Yes.
\nNote: Restart the computer after you delete the Winsock keys. Doing so causes the Windows XP operating system to create new shell entries for those two keys. If you do not restart the computer after you delete the Winsock keys, the next step does not work correctly.
\n
\nStep 2: Install TCP/IP Right-click the network connection, and then click Properties. Click Install. Click Protocol, and then click Add. Click Have Disk. Type C:\\Windows\\inf, and then click OK. On the list of available protocols, click Internet Protocol (TCP/IP), and then click OK.
\n\n
\n
\"Avatar
_🇧🇸
\nAdded note:
\nsometimes you get lucky and don't need to do the Have Disk part, Windows just starts installing it.\n
\n
\nOkay. Sorry for the delay. Tried the above with no luck once again. I ended up rolling back to SP2 just to see if there was any change. Lo and behold - instant internet! I reinstalled SP3, thinking maybe it was a dodgy install the first time. That dreaded bubble reappears and internet is gone again.
\n
\nSo, my conclusion is that SP3 has broke it, but how? No fixes from Microsoft that I can see.
\n
\nPossiblity that there are remnants of CA (possibly Zone alarm as well? Thought I saw the name in the registry somewhere) that is mixing with the SP3 update causing the issue? Have read many posts where people have simply turned off the zone alarm firewall and internet has been fine, but obviously I don't have that luxury.
\n
\nStill doubtful its driver issues - 2 NIC cards with the exact same issue is just too coincidental.
\n
\nWhat do you guys reckon? Try a reinstall (still REALLY reluctant. If it didn't work I would be charging the client for nothing and I will have wasted my time) or rollback and turn off updates? Unless of course someone knows of an M$ fix?
\n
\nThanks fellas.\n
\n
\"Avatar
Jaduff🇦🇺
\nI think it'd be worthwhile testing to make sure its not some bizzare hardware problem, such as a faulty PCI Bus (Been there!).
\n
\nUse UBCD4Win to test.
\nIf you're not familiar with this, it is based of Bart's PE (Pre-installed Environemnt), meaning it is effectively a copy of windows you can run from a CD drive. This lets you test whether a totally independent copy of the operating system will show the same problems or not. I'd expect that it will work fine, but its worth the test anyway.
\n
\nHead over to http://www.ubcd4win.com/, follow the instructions, and see how you go.
\n
\nAlso, you'll need a windows XP CD.
\n
\nIf UBCD4Win works, it means it is definitely a problem on the installed OS.
\n
\nI'd next recommend using the Windows Install CleanUp Utility to totally remove any remaining bits of the CA Firewall you mentioned. It'll create a list of all installed (or partially installed) programs, and give you the option to remove them. Head over to http://support.microsoft.com/kb/290301 for more information.
\n
\nHope this helps.\n
\n
\"Avatar
_🇧🇸
\nSP3 has been causing some wierd problems. Including breaking networks.
\nI can't remember if a reinstall with SP3, then setting up the network did the trick, or if they just had to stay with SP2. But it seems like SP2 was the answer one time, along with a bug note to MS.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
_🇧🇸
\nNice job of tracking that down. I haven't heard of Zone doing that before.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/20937078/Selected-Text-From-an-Active-Window.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Selected Text From an Active Window | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
TheLeader

asked on

Selected Text From an Active Window
\n
\nGreeting...
\nHow can I read selected text from an Active Window [using hot key] without the need to know title name or program name, modify the text in my program, and send it back to the same window I toke it from ?
\n
\nSelected text from an active window => modify it => replace the selected text with the modify text.
\n
\nplease i need a clear code, i don't know much about API
\nthank you.\n
\n
\n
\"Avatar
geobul
\nHi,
\n
\nuses Clipbrd;
\n
\nvar s: string;
\nbegin
\n  // Ctrl-C
\n  keybd_event(VK_CONTROL, 0, 0, 0);
\n  keybd_event(ORD('c'), 0, 0, 0);
\n  keybd_event(ORD('c'), 0, KEYEVENTF_KEYUP, 0);
\n  keybd_event(VK_CONTROL, 0, KEYEVENTF_KEYUP, 0);
\n  if Clipboard.HasFormat(CF_TEXT) then begin // there is text in the clipboard
\n    s := Clipboard.AsText; // get the text
\n    if Length(s) > 0 then begin
\n      s:= 'Hello'; // modigy it here. You must write your own code instead of this line
\n      Clipboard.SetTextBuf(PChar(s)); // write to the clipboard
\n      // Ctrl-V
\n      keybd_event(VK_CONTROL, 0, 0, 0);
\n      keybd_event(ORD('V'), 0, 0, 0);
\n      keybd_event(ORD('V'), 0, KEYEVENTF_KEYUP, 0);
\n      keybd_event(VK_CONTROL, 0, KEYEVENTF_KEYUP, 0);
\n    end;
\n  end;
\nend;
\n
\nRegards, Geo\n
\n
\nReplace the lines above
\n
\n  keybd_event(ORD('c'), 0, 0, 0);
\n  keybd_event(ORD('c'), 0, KEYEVENTF_KEYUP, 0);
\n
\nwith
\n
\n  keybd_event(ORD('C'), 0, 0, 0);
\n  keybd_event(ORD('C'), 0, KEYEVENTF_KEYUP, 0);
\n
\nSorry.\n
\n
\"Avatar
TheLeader

ASKER

\ngeobul, it seems (did not tested yet) your code will work perfect, but it uses clipboard
\ncan you do it in another way, I don't want the user loses clipboard data.
\nthank you\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nPerfect :)
\ndo you suggest any book, website, or article to help as you wrote this code ?
\nthank you.\n
\n
\nYou are welcome :-)
\n
\nExcept GetWindowText function which I already had I wrote the rest using Delphi help (Win32 Programmer's Reference mainly) and the MSDN site http://msdn.microsoft.com 
\n
\nRegards, Geo\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28705826/VB-net-Prompt-user-using-Windows-form.html", + "domain": "experts-exchange.com", + "file_source": "part-00023-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: VB.net Prompt user using Windows form | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Murray Brown🇬🇧

asked on

VB.net Prompt user using Windows form
\n
\nHi
\n
\nI have a Windows Form that I use to prompt the user. It is loaded with a list that the user
\nhas to make a selection from.
\nI have an OK button that then runs the rest of the code.
\nIs there a way to pause the code, show the form and then run the rest of the code
\nwithout havening to channel it through the OK button?
\n
\nIn essence, I want the Windows form to gather feedback just like the OpenFileDialog would in the
\nfollowing code and gather feedback from the user
\n                      With Globals.ThisAddIn.oAUTOMATOR.OpenFileDialog1
\n                            .FileName = ""
\n                            .InitialDirectory = System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)
\n                            .Filter = Nothing
\n                            '.AddExtension
\n                            .ShowDialog()
\n
\n                            sFileAndPath = .FileName
\n                            sPath = System.IO.Path.GetDirectoryName(sFileAndPath)
\n                            sFile = System.IO.Path.GetFileName(sFileAndPath)
\n                            oSource_File = sFileAndPath
\n                        End With\n
\n
\n
\"Avatar
Éric Moreau🇨🇦
\nYou need to replace .ShowDialog() with .Show() but ...
\n
\nThat will cause another problem: the line that follows check for .FileName which will be empty at best.
\n
\nThat means that you cannot have code after .Show that is dependant on the result of the dialog box.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Murray Brown🇬🇧

ASKER

\nThanks very much. That is exactly what I was looking for. The question was probably not that clear.\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28352009/IIS7-Configuring-two-sites-with-same-file-folder-but-different-index-page.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: IIS7 Configuring two sites, with same file folder but different index page | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
BenjyAdams

asked on

IIS7 Configuring two sites, with same file folder but different index page
\n
\nA client has a site with three "sub-sites" that client has decided needs different domains for the different sections.
\n
\nI've configured IIS7 with the domains etc - all work fine, however when I try and tell one of the sites to have one index page, and the other to have another - they seem to sync up - and both settings get added to both.
\n
\nI want one site to have the default to be index-a.html, and the other to have index-b.html (both files sit in the same folder).
\n
\nI'm aware that I could create subfolders, and change all the links in the html etc - but I want to try and avoid this if I can.
\n
\nAs all the site files are in the same folder (For ease of updates etc) - is there a way I can make it so that when I change the setting of one site in IIS (with the same folder) that it wont effect the other site (with the same folder).
\n
\nHope this makes sense.
\n
\nHelp please :)\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
David Johnson, CD🇨🇦
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/28366759/How-to-add-extent-a-VMDK-storage.html", + "domain": "experts-exchange.com", + "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How to add/extent a VMDK storage | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Mushfique Khan

asked on

How to add/extent a VMDK storage
\n
\nI've just added a VMDK storage using:
\n
\nhttps://www.experts-exchange.com/questions/28360518/Vmware-vSphere-Client-add-a-RAW-device.html
\n
\nBy mistake assigned only 10g to it, because was not sure, will it work or not, now it's all exhausted.
\n
\nHave already installed Oracle Gird (running too) and when was installing Oracle db, gave this error.
\n
\nNow the question, can I add or extent the existing, without shutting down vms or just suggest/guide, what are my best options to proceed further with my Oracle db installation too.
\n
\nThanks & much appreciated.\n
\n
\n
\"Avatar
Subhashish Laha🇮🇳
\nYou can increase the VMDK size by editing the VM settings but you will require a reboot of Guest OS to reflect the new disk size. After reboot, you can extend the Partition size in Guest OS.\n
\n
\"Avatar
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)🇬🇧
\nPlease see my EE Article
\n
\nHOW TO:  Resize a VMware (VMDK) Virtual Disk\n
\n
\"Avatar
Mushfique Khan

ASKER

\nI shutdown the vms and extended the space and now when tried to start, getting this error, changed back the size to original too ... 10g, but still error.
\nerror.JPG\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nI followed Subhashish Laha comments only :(\n
\n
\nI mean when you configured the VMDK Sharing, did you use this article and configuire
\n
\nMutli Writer...
\n
\nhttp://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1034165\n
\n
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\nI just followed this article, did as is and all worked too:
\n
\nhttp://vpirate.in/2013/09/01/clustering-using-sharing-of-vmdks-between-virtual-machines/
\n
\nwas able to install Oracle Grid and now doing Oracle db, when out of space error raised.\n
\n
\nDid you read this at the end of my blog post
\n
\nYou might want to turn the Multi-writer flag in the advanced options of VM so you can let the machines write to the disk. Follow the below link for the same
\n
\nYou are getting a error related to multi-writer flag. Enable it.\n
\n
\nbut how Abhilash Hb ... can you please, but in simple steps/language, thanks.\n
\n
\nIn the vSphere Client, power off the virtual machine, go to Edit Settings > Options > Advanced > General > Configuration Parameters. Add rows for each of the shared disks and set their value to multi-writer.
\n
\nAdd this entry in Configuration parameters
\nscsi1:0.sharing = "multi-writer"
\nscsi1:1.sharing = "multi-writer"
\n
\nFollow the steps in this KB
\nhttp://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1034165\n
\n
\nstill error (attached)
\nerror2.JPG\n
\n
\ndo I need to put " " or not?\n
\n
\nBy extending the disk, through the vSphere Client it has changed the virtual machine disk format, from eager zeroed thick disk format to lazy zeroed thick disk format
\n
\n(well actually  it's the extended part, which is lazy!)
\n
\nlazy zeroed thick disk format are not supported for Clustered Disks.
\n
\nsee this VMware article
\n
\n
\nA virtual machine fails to power on with the error: Thin/TBZ disks cannot be opened in multiwriter mode. VMware ESX cannot open the virtual disk for clustering.

\n
\nYou will now have to create a new virtual disk in eager zeroed thick disk format
\n
\nvmkfstools -d eagerzeroedthick -i <virtual-disk-source>.vmdk <virtual-disk-target>.vmdk
\n
\nand then use this new disk, in place on the old disk, in your configuration, by removing the original disk from the VM (do not delete from disk), and then adding this new disk, you have created, make sure the same SCSI ID is used in this operation.\n
\n
\nthanks Andrew Hancock & Abhilash Hb, was able to create the db :)\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/23118280/Auto-Redirection-of-HTTP-to-HTTPS-for-my-MOSS-2007-Portal-site.html", + "domain": "experts-exchange.com", + "file_source": "part-00188-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: Auto Redirection of HTTP to HTTPS for my MOSS 2007 Portal site | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
ISS-Yokogawa

asked on

Auto Redirection of HTTP to HTTPS for my MOSS 2007 Portal site
\n
\nHi all,
\n
\nIs it possible for MOSS 2007 to have an auto redirection of HTTP request to HTTPS?
\nFor example, when a user types in http://moss2007/sites/xxx/yyy in his IE; the request is auto routed to https://moss2007/sites/xxx/yyy without showing the Error 403 msg.
\nAny good guides I can follow?
\n
\nthanks in advance for the help..
\n
\n\n
\n
\n
\"Avatar
Greg Besso🇺🇸
\nWhile this is probably something you don't really want to do for security purposes, if you are referring to an intranet site, it's probably no big deal.
\n
\nJust create a new web application that is using port 80 in IIS. Create a .ASP file in the home directory for that site. (Create a folder somewhere, put the ASP file in there, use that folder as the home directory for this site.
\n
\nThen, in the ASP file have the following code...
\n
\n<%
\nResponse.Redirect("https://moss2007/site")
\n%>
\n
\nIf you want ALL URL's to be forwarded, you probably have to do some catching of the server variables to get the URL, then replace the http with https, and then response.redirect to it.
\n
\n\n
\n
\"Avatar
murgroup🇺🇸
\nYou can do it with Microsoft ISA 2006. I'm no expert on it but many on this site are. \n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
ISS-Yokogawa

ASKER

\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\nMy solution was provided by Microsoft Premier Support and it works in my environment.
\n
\nThanks...\n
\n
\"Avatar
Vee_Mod🇺🇸
\nClosed, 125 points refunded.
\nVee_Mod
\nCommunity Support Moderator\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/29167189/VMware-Cip-Message-Proxy-Service-nag-screen.html", + "domain": "experts-exchange.com", + "file_source": "part-00733-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: VMware Cip Message Proxy Service nag screen | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
Ben Conner🇺🇸

asked on

VMware Cip Message Proxy Service nag screen
\n
\nWhen I log in to the VCSA I'm now getting a popup window asking to "Please start the VMware Cip message Proxy Service".  I installed their enhanced authentication plugin a little while ago.  
\n
\nLooking at the services available, the only ones I see are:
\n\n
    \n
  1. VMware Alias Manager and Ticket service
  2. \n
  3. VMware CAF AMQP Communication Service
  4. \n
  5. VMware CAF Management Agent Service
  6. \n
  7. VMware Snapshot Provider
  8. \n
  9. VMware Tools
  10. \n
\n
\nOnly #1 and #5 are running.   To make sure something hadn't tanked I reinstalled the authentication plugin.  No change.  I'm signing on to the VCSA (6.7) with Firefox.  I see no plugins from VMware in the list within Firefox.  ?
\n
\n--Ben\n
\n
\n
\"Avatar
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)🇬🇧
\nlooks like you are missing the service.
\n
\nVMware CIP Message Proxy Service.\n
\n
\"Avatar
Ben Conner🇺🇸

ASKER

\nAgreed.  What installs it?  I installed the EAP from VMware-EnhancedAuthenticationPlugin-6.7.0.exe recently but not sure if that has anything to do with it.
\n
\n--Ben\n
\n
\nIt's installed by the plugin installer.\n
\n
\"Avatar
Ben Conner🇺🇸

ASKER

\nHuh.  Removed/reinstalled it again, making sure I ran it as Administrator.  Service still didn't appear.
\nAnd it shows in the list of installed programs (vsn 6.7.04882)
\nI don't have to reboot, do I?\n
\n
\nIt's Windoze you always have to reboot!\n
\n
\"Avatar
Ben Conner🇺🇸

ASKER

\nNo change.  Service didn't show up.  Is it a requirement or just a convenience to have that plug-in?\n
\n
\nNo requirement for it!
\n
\n(unless you need the features!)\n
\n
\"Avatar
Ben Conner🇺🇸

ASKER

\nI'm not completely sure what it does for a living; installed it due to the suggestion at the bottom of the login screen.\n
\n
ASKER CERTIFIED SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Ben Conner🇺🇸

ASKER

\nThat's....all it does?  Sigh.  Agreed.
\n
\nThanks Andrew.
\n
\n--Ben\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/26454273/How-to-make-enhanced-CD.html", + "domain": "experts-exchange.com", + "file_source": "part-00105-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: How to make enhanced CD? | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
dxbdxb2009

asked on

How to make enhanced CD?
\n
\nHi EEs,
\n
\nWhat software i must use to make a enhanced CD,
\n
\nI got one CD which is made using Mecromedia Software but i am not able to get with which software it was made. when ever i insert this cd into drive it opens with autorun media player...
\n
\nKindly advice the software by which i can make enhanced CD
\n
\nFor your ref i am enclosing the property & contains of the cd as well.
\n
\nan earlier reply will be highly appreciated,
\n
\nmany thanks,
\n
\ndxb
\nAutorunCD.JPG\n
\n
\n
\"Avatar
dxbdxb2009

ASKER

\nAny Updatesssssssssssssssssssssssssssssssssssssssssssssssssssssssss\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
Merete🇦🇺
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
\"Avatar
Merete🇦🇺
\nJust to add in one of your snaps your using WMP, and of course it's looking up codecs
\nWMP will not play flash try using any of these
\nswiff player
\nhttp://www.globfx.com/products/swfplayer/
\nshockwave player
\nhttp://get.adobe.com/shockwave/
\nVLC
\nhttp://www.videohelp.com/tools/VLC_media_player\n
\n
\nEnhanced CD's or CD-Plus used to be widely used for advertising media when PC DVD players were not widely available, the limitation on data content means they have to a great extent been abandoned in favour of the higher storage capacity (better quality content) that mass produced DVDs can provide.
\nThey work by combining two different formatted areas providing separate audio CD format and video/data format.  The downside remains that they rely on PC playback and can't be used in standalone CD players.
\nI could write a lot on building your own but there is already a site that does this
\nStart here, it's a site written by a Russian programmer who created E-CD's to promote their band (some of the site is translated into English - fortunately this includes all the important instructions).
\nHere's some more detail on the structure and practical tips.  Remember that when this was written the recordable CD was king.  Some of the software mentioned is no longer available but most burning packages will work as long as you remember to record data CD with multiple sessions.
\nInteresting project and I hope you'll learn a lot.
\n\n
\n
\nthanks for your info...
\n
\nmy autorun file says it is a "micromedia projector"
\n
\nwould be great for me if you could just search for me a software which can do the same....will be easy for me...
\n
\nan earlier reply lwould be highly appreciated,
\n
\nmany thanks,
\n
\ndxb\n
\n
\"Avatar
Merete🇦🇺
\nCan do the same, hmm I dont have personal experience with Macromedia flash MX Dreamweaver,
\nwhat type of files do you wish to work with?
\nAny experience with video editing?
\nWhat tools do you currently have?
\nIf specifically for flash you'd need flash tools, Macromedia is very expensive and requires an extensive learning curb, Adobe products also very expensive
\nChameleon Flash trial
\nhttp://www.chameleonflash.com/
\nhttp://www.flashperfection.com/tutorials/How-to-Create-a-Flash-based-CD-menu-for-a-DVD-CD-and-USB-stick--59579.html
\nPhoto Flash Maker
\nhttp://www.photo-flash-maker.com/
\n
\nA work around is to create your project first, regardless the format
\nAny video editing tool  can add your clips together on a video timeline with audio then convert it to flash
\n and burn an auto run cd with the Flash projector since it allows you to run Flash files as a standalone executable
\nhttp://animation.about.com/od/faqs/f/faq_projector.htm
\nhttp://www.flashmagazine.com/reviews/detail/projector_tool_showdown/
\nhttp://www.ehow.com/how_5942407_create-projector-files-adobe-flash.html
\nyou can use numerous software with editing capabilities such as Quicktime Pro
\nhttp://www.apple.com/quicktime/extending/
\nWindows MovieMaker quite good in windows 7 free
\nhttp://www.windowsmoviemakers.net/
\nhttp://www.microsoft.com/windowsxp/using/moviemaker/default.mspx
\nSony Vegas Movie Studio
\nhttp://www.sonycreativesoftware.com/products/vegasfamily.asp
\nCamatasia Studio
\nhttp://www.techsmith.com/camtasia.asp
\nThis is quite a large topic so I hope I have covered it moderately for you
\nRegards Merete\n
\n
\nMarcomedia Projector format is just a cointainer that allows the SWF Flash file to be played without a browser present.
\nGoogle for SWF to EXE unlerss you already have any Flash products in which case a Projector Creator is included.
\n\n
\n
\nThanks to all of you...for being with me ....well i can say this links help me solving my prob..
\nhttp://www.communitymx.com/content/article.cfm?cid=B31A5
\nmany thanks once again..
\nDXB
\n\n
\n
\"Avatar
Merete🇦🇺
\nThankyou very much always happy to know we assisted in someway.
\nAll the Best
\nMerete\n
\n
\n" + }, + { + "url": "https://www.experts-exchange.com/questions/22046571/WinPE-2005-Deploy-Windows-2003-Server-Proliant-DL380-G5.html", + "domain": "experts-exchange.com", + "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000", + "content": "Solved: WinPE 2005 Deploy Windows 2003 Server - Proliant DL380 G5 | Experts Exchange
\"Link
Create AccountLog in
\"Avatar
microIT🇺🇸

asked on

WinPE 2005 Deploy Windows 2003 Server - Proliant DL380 G5
\n
\nWe are using WinPE to deploy our OS, build our array, etc. Our issue is that once the WinPE shell gets ready to launch the server reboots. We can't get any further.
\n
\nHas anyone ran into a problem using WinPE 2005 like the one described?
\n
\nPlease ask questions and I can provide the information needed to answer the question.\n
\n
\n
ASKER CERTIFIED SOLUTION
\"Avatar
bigjimbo813🇺🇸
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
\"Link
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
\n" + } +] \ No newline at end of file