|
SCE |
Frequently Asked QuestionsGeneral:
Course Accounts:
Web Accounts:
Application Specific: ASP: JSP: SQL: How do I lookup my account information?(Student Account)A basic account lookup for SCE domain accounts is available at the accounts search page . How do I lookup my account information?(Faculty Account)A faculty account lookup for SCE domain accounts is available at the Faculty accounts search page . What is my password?The default password for an SCE account, which is used to connect to both sce.uhcl.edu and dcm.uhcl.edu, is set as your student id. How do I reset my password?By default your password is set to your student id. To change your password visit the password change site. This will not help if you have completely forgotten your password. Please contact us with your full name and student ID if that is the case. How long is my account active?Capstone (gradute) accounts are kept indefinitely on the server. Access to these accounts after the given semester may not be guaranteed. All course accounts are subject to deletion after that courses semester. Students are responsible for backing up their own files before the end of the semester. How do I use my account?The following default directories should be visible to all users from their root directory:
NOTE: It is very important that you do not delete or rename these folders as it could create problems trying to access your website. Users on the SCEWEB server will be able to view their website at the following URLs:
Users on the DCM server will be able to view their website at the following URLs:
The webserver will route any request for a users website to their pages folder with the same hierarchy. For example, if a request for a web page for the user SmithJ were requested at the url:
...the web server would look for contact.html in the following location:
Files not in the pages directory will not be visible to users via a web browser. How do I map my network drive?You can only map a network drive while you are on the UHCL network. It is not accessible from outside the UHCL network. When you map a network share, your shared directory will appear as a local hard disk on your computer and you can browse and save to the drive from any program. To map a network share follow these steps: On the web server (sceweb.uhcl.edu or sce.uhcl.edu):
How do I fix an "already mapped" or "Access is denied" error?If you receive an "already mapped elsewhere" error even though you have no network drives map, you must use the command line to ensure its mapping is not hidden.
How do I connect via FTP?You can connect SCEWEB server using any FTP program you like with the following credentials:
Can I run a forum?We highly recommend you run Snitz Forums 2000 as your ASP based forum software. If you forum is hacked due to out-of-date your account will be suspended permanently. Where can I get help for the Unix lab?The unix lab has its own FAQ. Questions outside of the Unix FAQ's scope should be directed to Krishani Abeysekera. I am not able to access my JSP Pages on the server?When trying to access a JSP page deployed on the server, you have to make sure that you are using proper case in the URL, i.e. for ex. if the url is exPage.jsp, then expage.jsp, cannot be used to access the page , and only exPage.jsp, can be used. I am not able to delpoy a database developed using MS SQL Express on the server?If in case you have developed the database for your project using SQL express, and you try to just put the mdf/ldf files on the server , it may not function properly, beacuse we have SQL Server on the server and not SQL Express. What can be done, in this case is attach your SQL Express files (ldf/mdf) to SQL Server on the server. For doing this you need to contact the one of the Krishani Abeysekkera's RA's. How do I get more help?If your question hasn't been answered by this FAQ, you can request further help by emailing one of Krishani Abeysekera's RA's. Please be very specific about the problem you are receiving including any error messages, prompts, account names or events that led you to this issue. The more appropriate information you provide, the faster your issue can be resolved. How do I apply for web hosting?Active students can apply for web hosting via the following URL: How long does my web account last?Personal web hosting for students last indefinitely. It is still up to the user to backup their own files in case of a hardware failure on the server. Can I get help setting up my web page?We do not help with designing web sites. There are a lot of good resources available on the web. You can begin with Google. What is my MSSQL/MySQL account information ?To login to MSSQL or MySQL, your account name is probably the same as your SCE account. This means you do not include the course prefix (e.g. c423007fa) before the username. The name of the database on the other hand DOES include the course prefix. By default the password to login to MSSQL/MySQL is your student ID. How do I connect to Database ?Here is the connection string to connect SQL database server SqlConnection myConnection = new SqlConnection("user id=your username;" + Can I access MSSQL/MySQL database from my laptop/desktop ?You can access MSSQL database ,
You can access MySQL database ,
My ASP application works at home on my local machine, but not on the server. What is wrong?There are a number of things that could be different between your configuration and the configuration on the server. For one, make sure you are basing your program on the .NET Framework 2.0 or higher (3.0 or 3.5) and not the 1.1. Second make sure you are not using any local paths or includes in your code. Lastly, Google the error you are receiving to see if anyone else is experiencing the problem. What is the name of my MSSQL or MySQL database?If your instructor has requested MSSQL or MySQL, the database name will be the same as your full share name. The only difference is that it is NOT proceeded by SCE\. MSSQL/MySQL logins are seperate from your SCE logins. When connecting to the database with ASP, use 'dcmweb' as the host name. When you are connecting with PHP, user 'localhost' as the hostname. What is my course account name?Course names use the following standard: c<Course Number><2 Digit Year><2 Letter Term (sp/su/fa)><Last name><First letter of first name> This whole username is truncated to a max of 20 chars with characters at the end being cutoff. If you name was John Smith, and you were enrolled in CSCI 4230 in the Fall of 2007 your account would probably be c423007spsmithj. How do I map my network drive?You can only map a network drive while you are on the UHCL network. It is not accessible from outside the UHCL network. When you map a network share, your shared directory will appear as a local hard disk on your computer and you can browse and save to the drive from any program. To map a network share follow these steps: On the courses server (dcm.uhcl.edu or dcmweb.uhcl.edu):
How do I connect via FTP?You can connect to DCM server using any FTP program you like with the following credentials: On the courses server (dcm.uhcl.edu or dcmweb.uhcl.edu): To connect to your account using the console FTP application follow these steps:
For more information on how to use the DOS FTP program, please view this tutorial or search for 'dos ftp' in a search engine. If you have problems connecting or staying connected and you are certain your login credentials are accurate, try to disable Passive Mode in the options of whichever FTP client you use. Research Assistants (RA)
|