Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Can't allocate space for object 'Syslogs' in database 'grdb' because the 'logsegment' segment is full. If you ran out of space in Syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase the size of the segment.
I am running a virtual hosting server. The configuration of server is as follows:
Windows 2000 IIS 5.0
All the virtual hosting sites are running as seperate user ie for the site www.xxx.com is running under xxxIIS and www.yyy.com is running as yyyIIS. I have also taken some precautionary file system security measures like the group everyone is not present in c: and directories corresponding to sites. But at the same time I can not remove everyone access from the full system, I will need to keep them in few directories.
This can lead to an asp code that is present on the server to do stuff like browsing through the file system, reading the contents of file etc. For ex if I have everyone acccess to c:winntsystem32 then any person on the server can write code to view the contents inside folder.
I want to know if there is any way to restrict the script belonging to one virtual hosting site to access only the contents of that site. example the site www.xxx.com present inside
c:inetpubwwwrootwww.xxx.com directory and can access only the contents inside this and the child directories. Is this possible? I searched the on google but could not find any link that gives me any information on this. It will really be a valuable information to me.
I would like for server-side VBscript code to save a file to a remote server's network share. I've noticed that the exact code that would run from the command prompt does not get access to files on remote disks via ASP. Is there a workaround? Do you know if ASP.Net has a solution?
Looking for some good resources on coding an existing page to display images that are uploaded from a secured admin section. I.E. The only individual I want adding images to the page is the one I give permission to behind our Staff Section.
The Picture page is open to the public. Currently I have to create thumbnails, upload those then upload the full size image and then link it all on the pictures page. Looking for a way to let the end user do this themselves.
Just hoping to get some leads on how I can go about doing this. Do I need to save the images to a database, or can I just save them to a folder?
point me to some resources about Email Auto Verification. I'm using ASP.What my system is doing is after the user sign up, my system need to send an email automatically back to the user's email. The user only can login after he receives that email from our system. This is to make sure the email he keys in is valid.
I'm using application variables for a web based sales tracking application. I use the variables for stuff like connection string, database name, etc. I store the values in a asp file that is included in a login page. The assignments are in a procedure that I then call on the login page. This is done everytime a user connects to the login page.
what's happening to the variables? Are they being overwritten everytime a user accesses the page? I'm not checking for the existence of the variables. I just call the routine everytime the page is accessed. I know the values are shared for all users but, I was wondering if I should check for the existence of variables? Will it free up resources? Should I be using locks?
I am currently developing a final year project which is a web based tracking system tracking exam questions. I am using IIS as the server, MS access for the database, and ASP with VBScript for the scripting side of things.
One of the things I want to do would be to e-mail a user/moderator whenever a exam question is edited/completed/updated. does anyone have any previous expierence in this? i don't even know where to start.
What is the asp code variable for System Date and System Time? Are they built-in system variables, or is there some code involved to return the values?
I've created a system DSN called 'accessDSN' for a MS Access DB. I get an error when running the following.
Code : <% Set Con = Server.CreateObject("ADODB.Connection") Con.Open "accessDSN" sqlString = "INSERT INTO Products(product_name,product_price) values('Gift Basket',34.54)" Con.Execute sqlString Con.Close %>
Error :
Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. /asp/l52.asp, line 5
I want to stick with VB on this project. The only problem I have with this is that I might have a problem with printing. The POS system is designed on a small 10-15 computer networked system. They are all good systems so nonone say that it may be a little to intensive for the systems.
Now once the system runs through basic checks: change exchange, enough money to pay, and other smaller features then it has to print the invoice. Now we have a small Epson Thermol (prints like Lazer) printer. How would my VB application send that information to the printer?
Microsoft, in one of its "Help & Support" pages on ADO, says that a System DSN is three times faster than a File DSN. I find that a bit odd for the simple reason that won't it be faster for a script to access a file to get info about the database source than access the same info from the registry which will be the case if a System DSN is used instead of a File DSN?
I wanna build an email/messaging system whereby all members of a portal can send messsages to each other (internally). An example of this application would be the system available in www.friendster.com whereby all friendster members can message each other. Each member has his/her own inbox, trash, sent messages and so on. Can anyone help me with this? I would be eternally grateful
Secondly, i need help with building a forum as well. So far i'm having difficulties getting one that is easily customisable.
I have been working on a simple eLeave System. I would like to get more advice of my db design. Basically, I have 2 tables here: user and leave_application. I will just put the relevant field needed for leave calculation. user: date_employment, type, t_annual_entitled, t_annual_actual_taken, t_annual_balance leave_application: date_leave_from, date_leave_to There are 2 values under type, E - Executive and NE - Non-Executive.
Example - If type = E, t_annual = 22 - If date_employment = 7 July 2005, t_workingdays = 187 - So, my formula for t_annual_entitled = (22 * 187) / 365
So, is my db design and my formula okay for this system? Any other better ways?
Created a basic ASP/ADO/Access 2000 Newsletter system using JMail. Basically client has 300+ subscribers and wants to send 1 newsletter email to them all every 1 - 2 months.
Missed my client's call to say it wasn't working, but having checked with my ISP (FastHosts), they have some kind of embargo on the amount of emails that can be sent every 10 seconds.
how to create a simple rating system just like the ones on Amazon.com? I found a link which i tried and i think it is flawed. No attemp was made to provide the source files
At the beginning of the month,the whole DB server is down because of the change and upload of tables. So naturally the ASP pages would show errors. I have 1 dbconnect.asp page which gives the db connection information. How can I display a status.html based on the DB's down period?
I am spawning a process on the web using ProcessInfo and Process classes. Running on my dev. XP Pro machine all is fine. Running the same thing on w2k3 server I get "Access Denied" on the page. It seems like a security problem though I don't know how to resolve it. I have tried all sorts of combinations on directories, vdirs, etc.
Am implementing an alert system that will notify users by mail of activity on a pre-defined date. What function or event can I use to achieve auto-execution of this alert on a specified date without human intervention.
I wanna build a mail/messaging system whereby all registered members of a portal can send messages to one another (internally). An example of such an application would be the mail/messaging system at www.friendster.com whereby users can send messages to other friendster users. Can someone help me with this?
i need a rating system on my website were people would be able to vote out of to topics and once say 10 votes have been made it adds up the totals and inputs the result of the topic which won
I am currently working on a site that's hosted on IIS. I need to implement a user login system for multiple members. Basically I need to secure mulitple pages and each member would be directed to a different page once they log in.
For example:
client1 logs in and is directed to /client1/reports.html client2 logs in and is directed to /client2/reports.html
Also, it would be good to be able to display error message below the form if the username or password is incorrect.
I am new to asp and IIS and am having problems finding something that works easily. Can anyone refer me to a script that I can use? It can even be something retail, I have a small budget to pay for something that works.
I recently developed my first website and I hosted it on my pc.But when I try to access it from other computers, I am able to do that only when I turned the firewall off.Is there any possibility to access my website in internet on providing security to my system?
And one more problem is when ever I access any control on my webpage in internet, I am getting a dailogue box indicating that "connecting to mysite.dnsalias.com" and it is asking for userid and password.If any one knows please tell me why I'm getting the dailogue box and how to avoid getting it.
I have this simple problem and I have no idea why I havent got this to work. How can I change the system time with asp --> 08/28/2005 to a format like this --> 28.08.2005?
I am trying to create an online class booking system for a project, how can I sort out the classes so that when a user selects one it gives them the date of the next class, which would be the week afterfor example if I book a class for Thursday then I will be told that the next available class will be Thursday next week. Also if it was Thursday and I wanted to book a class on Monday then I would want it to book the next coming Monday.
The classes are changed every four months, therefore having to put these in a calendar would be extremely time consuming. Is there a calculation I can use in ASP to automate this on the basis of the above example?
What is the syntax for running say. a batch file (.bat) from within ASP?
For example... in MS Access you can say something like this... ---------------------------------------------------------- CurrentDBDir = "c:" ShellWait CurrentDBDir & "runthis.bat", vbNormalFocus ----------------------------------------------------------
This would run the "runthis.bat" file located in the c: directory. How would one accomplish this same thing in ASP?
I am trying to pull all of the rows out of a DB table called "Thread Topic", and display all of the data for the table column "ThreadTitle" on the ASP page. But when I pull the data and put it into a variable, it prints out this:
"System._ComObject"
...I have a loop to display every record in the "ThreadTitle" column, so it prints this System._ComObject thing for every record I am trying to print.
Here is the portion of my code that this is dealing with...(keep in mind this is just a portion of the code, the relevant code only, variables that look like they are not declared are declated earlier in the page ...