Jsp for student information system(SIS)

I am a student and studying jsp Recently for my Graduation thesis named SIS.
who can give me some advice . thank you so much.

I am a student and studying jsp Recently for my Graduation thesis named SIS.
who can give me some advice . thank you so much.

Similar Messages

  • Student Information System Database Design

    Hi Experts,
    I am developing Student Information System (SIS). I
    need to know which factors should I have to consider while Database Design.
    Please help. I am new to Database Design.
    Note: I am using SQL-Server 2000.
    Thanks.

    The following script is a starter example for a student info database. Let us know if helpful.
    USE tempdb;  
    GO  
    CREATE TABLE Student (  
              StudentID int identity(1,1) PRIMARY KEY,  
              FirstName varchar(30),  
              LastName varchar(30),  
              Birthdate char(8),   -- example 19901023  
              SSNo varchar(20),  
              Email varchar(70),  
              CellPhone varchar(15),  
              ModifiedDate datetime default(getdate())  
    CREATE TABLE [Profile] (  
              StudentID int NOT NULL PRIMARY KEY 
                     REFERENCES Student(StudentID),  
              Gender char(1),  
              HighSchoolGPA smallmoney,  
              HeightFt tinyint,  
              HeightIn tinyint,  
              BirthPlace varchar(40),  
              MotherName varchar(50),  
              FatherName varchar(50),  
              -- SubmittedApplication XML,  -- SQL 2005 and SQL 2008 feature  
              ModifiedDate datetime default(getdate())  
    CREATE TABLE Course (  
              CourseID int identity(1,1) PRIMARY KEY,  
              Code char(8) NOT NULL UNIQUE, -- UNIQUE KEY constraint  
              Title varchar(90) NOT NULL,  
              Credits int  CHECK (Credits between 1 and 5), -- CHECK constraint  
              ModifiedDate datetime default(getdate())  
    CREATE TABLE Semester (  
              SemesterID int identity(1,1) PRIMARY KEY,  
              Code char(7) NOT NULL UNIQUE, -- YYYYMON like 2010SEP  
              [Description] varchar(90) NOT NULL,  
              ModifiedDate datetime default(getdate())  
    -- The following is a junction (or xref) table  
    -- It represent many to many relationship between students and courses  
    CREATE TABLE Enrollment (  
              StudentID int   
                     REFERENCES Student(StudentID),  
              CourseID int    
                     REFERENCES Course(CourseID),  
              SemesterID int NOT NULL 
                    REFERENCES Semester(SemesterID),  
              Grade char(2) default (''),  
              ModifiedDate datetime default(getdate()),  
              PRIMARY KEY (StudentID, CourseID),  
    GO  
    -- Population example  
    INSERT Student (FirstName, LastName, BirthDate, SSNo, Email, Cellphone)  
    VALUES('Kevin', 'Rogers', '19900315','111-22-4444',  
           '[email protected]','1-947-323-4444')  
    GO  
    SELECT * FROM Student  
    GO  
    /* Results  
    StudentID   FirstName   LastName    Birthdate   SSNo    Email   CellPhone   ModifiedDate  
    1   Kevin   Rogers  19900315    111-22-4444 [email protected]   1-947-323-4444  2009-01-17 08:20:54.017  
    INSERT Course (Code, Title, Credits)  
    VALUES ('CSSQLBI1','Introduction to Business Intelligence', 4)  
    GO  
    SELECT * FROM Course  
    GO  
    /* Results   
    CourseID    Code    Title   Credits ModifiedDate  
    1   CSSQLBI1    Introduction to Business Intelligence   4   2009-01-17 08:25:23.840  
    INSERT Semester (Code, Description)  
    VALUES ('2009JAN', '2009 Spring semester - JAN to JUN')  
    GO  
    SELECT * FROM Semester  
    GO  
    /* Resutls  
    SemesterID  Code    Description ModifiedDate  
    1   2009JAN 2009 Spring semester - JAN to JUN   2009-01-17 08:28:10.550  
    INSERT Enrollment (StudentID, CourseID, SemesterID)  
    VALUES (1,1,1)  
    GO  
    SELECT * FROM Enrollment  
    GO  
    /* Results  
    StudentID   CourseID    SemesterID  Grade   ModifiedDate  
    1   1   1       2009-01-17 08:31:05.350  
    -- Upon course completion, grading UPDATE  
    UPDATE Enrollment SET Grade = 'A+' 
    WHERE   StudentID = 1  
        AND CourseID = 1  
        AND SemesterID = 1  
    GO  
    SELECT * FROM Enrollment  
    GO  
    /* Results  
    StudentID   CourseID    SemesterID  Grade   ModifiedDate  
    1   1   1   A+  2009-01-17 08:31:05.350  
    /* Cleanup  
    drop table Enrollment  
    drop table Profile  
    drop table Semester  
    drop table Course  
    drop table Student  
    Kalman Toth, SQL Server 2008 Training, SSAS, SSIS, SSRS, BI: www.SQLUSA.com

  • Student Information System

    Hello,
    I am wondering if i would be able to use sharepoint as a student information system or if theres away i can use my access student information system for access with sharepoint?

    it is depend what type of information you want to store in it.You can use the OOTB feature to achieve it.
    you can use BCS and connect it to your database, in this case SharePoint will be front end.
    you can also take the advantage of the Access Web App.
    There are many school / colleges using the SharePoint. here are few ideas
    http://www.ucisa.ac.uk/groups/cisg/sharepoint.aspx
    Connect teachers, students, and parents with SharePoint Server 2007
    http://www.microsoft.com/casestudies/Microsoft-SharePoint-Server-2010/Boise-State-University/University-Solution-Unifies-Students-Faculty-Staff-and-Business-Critical-Systems/710000001775
    https://www.youtube.com/watch?v=VgKhZey5nHg
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • COMAC - COHV: manage object profile for order information system

    Hi,
    when you carry out an collective availability check from transaction COHV or COMAC, it is possible to select a layout or a profile. The layout can be defined within the transaction.
    What about the profile ? I can't find how to create a new profile in the  customizing for order information system.
    In standard the profiles are:
    000001 standard profile
    000002 pick list
    000003 collective availability check
    000004 documented goods movements
    Do you have any idea where the profiles can be maintained ?
    Many thanks
    Regards

    Hi,
    Go to SPRO > Production >Shop Floor Control > Information System>Define Profile for Order Information System.
    Hope this helps
    Regards
    Ali

  • Sales information systems(SIS) benefits

    Hi BW experts:
    Can some body explain me the benefits and use of BW SIS reports over R/3 standard SIS reports and also SD reports over R/3 SD standard reports/.
    Your inputs are highly appreciated.
    Thanks in advance.
    mahantesh

    Hi Mahantesh,
    Your question is somewhat vague. As far as I understood you want to compare BW std SD reports and R/3 std SD reports?
    SIS is a part of Logistics information system (LIS). SIS reports use the following characteristics:
    -     Customer
    -     Material
    -     Sales org.
    -     Shipping point
    -     Sales Employee
    -     Sales office
    There are number of SIS std reports. But as you can see they concerned mainly sales and distribution area. They are build on LIS structures. However, you can create custom structures and build non-std reports.
    BW SD reports may be build on data provided by these old LIS structures (practically the same reports as in SIS). But LO cockpit provide new data sources with more information. So, std BW SD-related reports give more information and more flexible.
    Additionally, to this SD reports we can add CRM reports.
    And finally, BW flexibility allows us not only to get data from sales info, but also to join it with data from the other application areas, for example with materials management or controlling. 
    Best regards,
    Eugene

  • Hyper-V for hospital information system, calculation and requirements?

    Hi All,
    This is my first post here, i am a technical support and developer for one of hospital information system, because its application for healthcare so this application demands performance, reliability and high availability, after a long discussion with my
    team, we decided to deploy our application and database on Hyper-V VM's. But the problem is we never deploy this apps in VM's before, we usually deploy on physical server, here are our scenario:
    for VM1 : Application server (Windows Server 2012 R2), our application would be optimal serve 100 users running on 1 processor with 6 cores  (if deploy on physical server) and 16GB memory.
    for VM2 : Database server (SQL Server 2012 R2), usually we use 4 to 6 cores (if deploy on physical server) with 16GB memory.
    the questions:
    1. Can someone help me with the Hyper-V VM's calculation or configuration regarding computing power for host and guest? like how much vCPU? Dinamyc Memory? (we intended using Hyper-V Server 2012 R2 as hypervisor)
    2. What if i want to use fail-over cluster ? does our fail-over must be on VM's too?
    3. For SQL Server on VM, which one more impact on performance, assign a lot of vCPU or memory?
    4. Can someone suggest me the hardware requirements for those scenarios?
    Thank you for the help.
    Regards,
    Mahdi.

    Without knowing the exact performance characteristics of the applications, it is really difficult to provide any information about the effects of oversubscribing the CPUs or memory.  So, just look at it as though it were a physical deployment.
    "1. Can someone help me with the Hyper-V VM's calculation or configuration regarding computing power for host and guest? like how much vCPU? Dinamyc Memory? (we intended using Hyper-V Server 2012 R2 as hypervisor)"
    Many servers you purchase today will come with two processors and 8 cores (forget about simultaneous multithreading at this point) giving you a total of 16 logical CPUs.  Create your VM with 6 virtual CPUs and 16 GB of memory for Application 1. 
    Configure your SQL VM similarly.  I don't know what issues might arise with Application 1 with dynamic memory, but SQL performs best without it.  Most servers today will have at least 64 GB of memory.  With the above configuration, you have
    plenty of headroom on a pretty average server.
    "2. What if i want to use fail-over cluster ? does our fail-over must be on VM's too?" 
    With Failover Clusters, you cluster the Hyper-V role.  This means that the VMs will fail back and forth.  Remember, though, this is at the VM level and not at the application level, meaning that if Hyper-V host 1 fails, the VMs restart on Hyper-V
    host 2.  Now, it is possible to also create failover clusters between VMs.  This is quite common with SQL.  When clustering VMs, you would need to install VMs on each node of the Hyper-V cluster.  Then if Hyper-V host 1 fails, there is
    an instance of SQL running on host 2 ready to take over.  The recovery time is much shorter.  You will have to ask the vendor of Application 1 if it is a cluster-aware application.
    "3. For SQL Server on VM, which one more impact on performance, assign a lot of vCPU or memory?"
    Without more information, that is pretty hard to answer.  Generally memory helps first, but depending on the types of query/update activity, multiple CPUs is also helpful.  Start at 4 and monitor to see if more would help.
    .:|:.:|:. tim

  • Sales Information System (SIS) Reporting- Alternative Units of Measure

    Guys,
    Does anyone know how can we view SIS Reports (either using Standard or Flexible Analysis) in Alternative Units of Measure? Currently, all the quantities (example Order Quantity) are displayed in Base Unit of Measure .
    Thanks a Lot

    Hai john ,
          If i copy the mc.1 to make -Z report in this how can i view the stock in alternative units  as Kgs..But in master datas we maitained as BUM-Nos . For the same material master we are maitaining in additional datas as 1000 nos =40 kgs, if i take the report system will calculate the current stock with the AUM as kgs .for this pls suggest ie have 1000 nos stock if i choose AUM it should shows as 40 Kgs  .How to make program for calculating formulas.PLs  reply me asap
    Thanks in advance
    viswa

  • Can anyone pls..  give me the material for sales information system?

    hi,
    good evening to all gurus,
    this is arunteja vasan
    pls.. if anybody have material for SIS, u will send me.
    thanks to all.

    Hi,
    1.create information structure by selecting the key figures and characteristics. After creating the information structure u must activate and generate.
    2.include updating rule for information structure. After including the updating rule the information structure u must activate and generate
    3.select the updating rule is whether for day, week, month, or year by double clicking on the information structure.
    4.Maintaining all seetings ie; customer statistics group, materialstatistics group, sales document, sales item, billing document, and assign all these to sales document type, sales item, billing type,
    5.Assign sales area to updating rule.
    6.check the sales area whether all settings are maintained or not.
    7.maintained customer statistics group in the customer master record, and material statistics group in the material master record.
    8.After all the settings use T.c. MCSI enter the sales area customer material and see the results, now u get the report or sales of a particular customer or organization.
    Note: Before doing the last step create a sales order, delivery, AND billing.
    Award points if useful.
    Regards,
    Amrish Purohit

  • Servlet or jsp for online ordering system?

    i'm new to servlet and jsp. i'm going to develop and online ordering which is still thinking to use servlet or jsp. If i want to develop a web-based ordering system with nice interface and most data will be retrieve from database, should i go for jsp? If choose servlet, will servlet able to do what jsp able to do?
    thanks

    If you're going to use JSP, only use it to produce HTML output. For complex logic like database access, use servlets. I suggest you have a look at this tutorial:
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html

  • Mobile information system

    Hi everyone!!
    I have been given a task to investigate and come up with an integrated all-in-one mobile student information system where students do the following:
    Students should be informed of:
    class changes by text
    inform lecturers that they will be absent
    Would be informed of upcoming seminars
    Also display a map of where they are on campus
    Provide them with information about rooms and buildings as they pass!so some kind of GPS
    for all the above issues!, what software should I be thinking of? what hardware? what technologies etc?
    what would the architecture of the potential solution be?
    Regards
    Shosoloza

    Hopefully this is not some kind of "student project", if it is, then just bag it now and tell the instructor that it is not doable within your budget and time constraints.
    If not, then you need to look at, in Java, J2EE. You're going to need a good deal of C along with that to make interfaces to other systems.

  • F.30-Accounts Receivable Information System -Dynamic selection

    Hi,
    I tried to execute the report RFDRRSEL-create evaluation for customer information system with dynamic selections-document type and reason code. These selections are not considered, how can i make it work with dynamic selection?
    Thanks

    Hi,
    Seems that the table, FII_AR_ADJUSTMENTS_F has been locked since it is being used by some other user.
    Make sure that the other users/programs are not performing some operation on this table.
    Regards,
    Sujoy

  • The document information panel was unable to load. the document will continue to open. For more information, contact your system adminsitrator.

    Hi Guys,
    I am creating the library using object model with custom content type.  When i am opening document from custom content type, the meta data fields are not displaying in the document and throwing below error.
    The document information panel was unable to load. the document will continue to open. For more information, contact your system adminsitrator.
    Document Information Panel cannot open a new form.
    The form contains schema validation errors.
    Content for element '{http://schemas.microsoft.com/office/2006/metadata/propertiesRoot}properties' is incomplete according to the DTD/Schema.
    Expecting: {http://schemas.microsoft.com/office/2006/metadata/properties}properties.
    But after saving the document, then meta data is enabled.
    Thanks in advance for suggested solutions.
    thanks
    Santhosh G

    Hi,
    For a better troubleshooting, I suggest to do as follows:
    1. Please try to update the Location column's schema by following the steps below.
     1) Go to Site Settings -> "Site Columns"
     2) Click on "Location", after the page is opened. Don't modify any settings, click "OK"  to forcibly update the field's schema.
    2. Re-edit the document information panel template to see if the issue still occurs.
    Please go to the Library setting > click the corresponding content type(need to enable managed of content types in Advanced settings) > click Document Information Panel settings.
    3. Here are some similar links about your issue, please take some time to look at them:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomizationlegacy/thread/243b4852-3f17-4a3a-b6d7-187d65a5f088/
    http://blogs.msdn.com/b/raresm/archive/2010/03/30/document-information-panel-cannot-open-the-form.aspx
    https://joranmarkx.wordpress.com/2012/02/10/sharepoint-document-information-panel-cannot-create-a-new-blank-form/
    If the issue still occurs, please check if the command below can help(change the site URL and the library name in the code):
    Apply-Fix -siteUrl "http://your site URL "
    function Apply-Fix($siteUrl)
    clear
    Add-PSSnapin "Microsoft.SharePoint.Powershell" -ErrorAction SilentlyContinue # -EA 0
    [Environment]::CurrentDirectory=(Get-Location -PSProvider FileSystem).ProviderPath
    foreach ($spwTarget in (Get-SPSite $siteUrl).RootWeb.Webs) {
    Write-Host "Checking Web: " $spwTarget.Url
    $list = $spwTarget.Lists["your library name"]
    $fields = $list.fields
    foreach($field in $fields)
    if($field.SourceId -eq '{$ListId:your library name;}')
    $schemaxml = $field.SchemaXML
    $schemaxmldata = [xml]$schemaxml
    $schemaxmldata.Field.SetAttribute("SourceID", $list.ID)
    $schemaxml = $schemaxmldata.get_InnerXml()
    $field.SchemaXML = $schemaxml
    $field.Update()
    Write-Host "Fixed" $field.Title "field in the library"
    Write-Host "Done."
    More information:
    SharePoint 2010: Creating a Custom Content Type using Visual Studio
    http://www.codeproject.com/Articles/410880/SharePoint-Creating-a-Custom-Content-Type-usi
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Dennis Guo
    TechNet Community Support

  • Attribute for user contains errors. Inform system admin

    Hello,
    We've got an issue with shopping carts created by a user that was deleted from system. When trying to see in Monitoring Shopping Carts header or item details of a given sc. A web error occurs:
    The URL http://srp.srm.gruposalinas.com.mx:8000/sap/bc/gui/sap/its/bbpsc11/! was not called due to an error.
    Note
    The following error text was processed in the system SRP : Attribute for user contains errors. Inform system admin.
    The error occurred on the application server srm-pro_SRP_00 and in the work process 2 .
    The termination type was: TH_RES_FREE
    The ABAP call stack was:
    Form: OUTPUT_EXPRESS_MESSAGES of program SAPLBBP_SC_UI_ITS
    Form: EXTERNAL_SCREEN_DETERMINE of program SAPLBBP_SC_UI_ITS
    Module: EXTERNAL_SCREEN_DETERMINE of program SAPLBBP_SC_UI_ITS
    We've cheked SAP NOTE 312058-BBPPU99: Error: Attribute for ... is missing. Inform ...
    But it seems that none of the information applies to us, since this issue is only present for Shopping carts that were created by this deleted user.
    So we tried to re-assing one of this sc, chaning PARTNER_NO,ADDR_NR    
    ADDR NP data in table CRMD_PARTNER according to a new given user, but it didn't work. So we need to know how to re-assing this sc or perhaps how to find what specific attribute is missing.
    Any advice is welcome.
    Thanks in advance.

    Hi
    <b>Which SRM version are you using ? This is an SRM error message.</b>
    The manager role should be enough to change user attribute. The transaction is BBPATTRMAINT. Employee role should have BBPUM02 or BBPAT05 to change their own attribute.
    <u>Please check whether the User ID you are using to Log into BBP_PD (and seems to be assigned in the org structure also)is consistent and has no errors in tcode USERS_GEN.  You should check the user, it's not set up properly in USERS_GEN Transaction, Else repair the user.
    To maintain the user attributes you must have the Administrator role.. Your user should have role SAP_BBP-STAL_ADMINISTRATOR and be integrated in the org structure. your user must be integrated in SRM organizational structure. To see which attributes are missing, you can click on the user in PPOMA_BBP to see details, and go to last tab "Check". This will list all required attributes depending on used scenarios (so you may not require all of them). You can also use transaction BBP_ATTR_CHECK to check user's attributes for a particular scenario.</u>
    <b>Please go through the following links as well -></b>
    bbp_mon_sc attributes
    Re: FM for attribute's value assignation in PPOMA ?
    Note 751022 - Monitor Shopping Cart: Item deletion causes termination
    Re: User Settings are not saved
    Re: Not able to generate user users_gen
    Re: SRM organization plan...
    Re: User creation error
    <u>Hope this will definitely help. Do let me know.</u>
    Regards
    - Atul

  • Logical System for Financial Accounting FI lacking; information systems

    Hello,
    we`ve got a problem with the creation of a SC. After the selection of a product (doesn`t matter if it`s a "free text", good or service), we got always the following Error:
    "Logical System for Financial Accounting FI lacking; information systems"
    I`ve already checked the attribute "ACS" in PPOMA_BBP and the RFC-Connections. Have anybody an idea, what i can do else or where i can get further information about this error (like System Log,...)?
    Regards Jochen

    Hi Jochen,
    Kindly check the following SPRO settings in your system
    1. SPROSRM ServerTech Basic settings--Define backend system for Prod category. (Ensure that your category which you are using in your SC is defined here with source/target system)
    2. SPROSRM ServerCross App Basic Settings--Define Objects in backend systems. (Ensure that Purch grp, prod category, source system, and PO details are maintained here)
    3. SPROSRM ServerCross App Basic Settings--Define G/L account for prod category. (Ensure that your Prod category, Source system, Acct assgnmt categry and G/L account are maintained)
    Pl check the above and revert back.
    Regards,
    Nikhil

  • I am a teacher of IT Information Technology for high school students of a public school in the state of Minas My Brazil, and would like to know if you guys have dreamweaver cs5 for students and flash, so I can teach students the construction of these site

    I am a teacher of IT Information Technology for high school students of a public school in the state of Minas My Brazil, and would like to know if you guys have dreamweaver cs5 for students and flash, so I can teach students the construction of these sites trough applications

    Hi,
    In addition to what Ken said, I would suggest that you give Edge Animate a shot as well.
    Creative Cloud is available as trial version for 30 days and almost all creative software is bundled with the Creative Cloud. Tutorials are included for each of the products on the respective sections of the website. For instance, this site Website builder | Download free Adobe Dreamweaver CC trial gives you access to the trial version as well as tutorials.
    I suggest that you go to http://creative.adobe.com and explore the various options available.
    For any purchase related information, feel free to send me a private message if you need further clarification. Click on my picture and use the message option. The experts on this forum can help you with other questions you have on using Creative Cloud.
    Thanks,
    Preran

Maybe you are looking for

  • TS2363 I am trying to update I Tunes to 10.6 but keep getting 'itunes was not installed correctly. error 7

    I have plugged in my Ipod and performed the update, at the end it said Itunes has not installed correctly, please reinstall Windows error 7 (error 5) any odeas how I can fix this I cant put my new music on my playlists without the upgrade

  • Cannot access web page anymore

    I can no longer access my banks web page anymore.  I was able to get to the page and sign in up to a few days ago. When I try to get to the page I get a message that says "Safari can't open the page "https://www.essabank.com/index.cfm?" because the s

  • Dunning Notice created with blank details

    Dear experts, We have an issue with Highest dunning level notice. After generating the 3rd level(highest level) dunning notice, in the next dunning run, system is generating 3rd level dunning notice without any line items - blank details (open items

  • Installing Pakcage in Non Global Zone

    Hi, I have SUNWbtool package that is installed in Global Zone but not installed in one my (Non-global) Zones called test Below are parameters of package on Global Zone. SUNW_PKG_ALLZONES='true' SUNW_PKG_HOLLOW='false' But somehow I can't see this pac

  • I get the following error when trying to open iTunes

    I get the following error when trying to open iTunes: iTunes.exe - Entry Point Not Found The procedure entry point AVCFAssetCreateWithByteStreamAnd Options could not be located in the dynamic link library AVFoundationCF.dll. Any help would be much ap