Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: selinis
  • Content: Threads
  • Order by date
  1. selinis

    "You are not authorized to access that database"

    Hi, I am new with Lotus Notes and I am trying to manage the access control over a user mailbox database. I receive the message above when attempting to do that. I'd like to mention that my username is member of "Full access admins", "Administrators","Database administrators" groups.The only...
  2. selinis

    "could not deliver the message in the limit specified"

    Your message did not reach some or all of the intended "recipients" "The following recipient(s) could not be reached: Recipient email address on 8/18/2007 3:11 PM Could not deliver the message in the limit specified. please retry or contact your administrator. <our domain name #4.4.7> this is...
  3. selinis

    Keyboard issue at startup

    Haven't seen this before: boot up computer, windows id loading, the keyboard is "dead", I can't type anything. I reboot and the issue resolves. This is happening once in a while, maybe 1 or 2 times in a week. Haven't notice any other "algorythm". Any ideeas?
  4. selinis

    GAL-field is greyed out

    Hi, I posted this message on the exchange forum as well, not sure if this is a client or server issue. Briefly: environment: server- Exchange 2003 client-Outlook 2003 Whenever someone looks under GAL and retrives the information for a person, the Business2 field (under Phone/Notes tab on...
  5. selinis

    Field in Outlook is greyed out:server settings?

    Hi, environment: server- Exchange 2003 client-Outlook 2003 Whenever someone looks under GAL and retrives the information for a person, the Business2 field (under Phone/Notes tab on person's properties..) is greyed out. Could be a server setting which disables/enables that field? Your help is...
  6. selinis

    backup DB to CD-ROM

    I'd like to "transfer" a database to a computer which is not in the network with my SQL Server.The only way is to make a full database backup on a cd. The question is: what can I do if the dimension of the .bak file is larger than 700 MB (dimension of the cd)? Is any solution to avoid using...
  7. selinis

    how to deal with &quot;Nothing&quot;

    Hi all! I get some strings into variables like: Dim value as string=request.params("some_value") I use these strings as Input parameters for a stored procedure wich is doing data insertion into a MS SQL server table. Here is the problem: I get some variables whose values are "Nothing" (as...
  8. selinis

    drawing charts

    Hi everybody! I have to draw some charts based on data inputed by user and some extra calculations. Does anyone know a quick method to acomplish this task? (a web control or something) thank you very much!
  9. selinis

    word verification

    HI all! as I see on the sign-up web pages there's a word verification against automatic registration. I thought that there is an image database behind (jpeg format). And about the random (?) characters that appears on the jpgeg,it seems to be a random ASCII character generator. I also have...
  10. selinis

    MSDE websit

    Hi! Does anyone built a websit based on MSDE? How does it work? Thank you!
  11. selinis

    Restore database error

    Hi! i made a database and i tried to restore it(with force option) from disk.The error message is: &quot;The media set for database_name has 2 family members but only 1 are provided.All members must be provided.Restore database is terminating abnormally.&quot; Does anyone have an idea of what...
  12. selinis

    Boot win XP problem

    Hi! I had to face a situation:i'm starting the computer,it loads until appears the blue screen with nothing on it but the hour glass.If I reset the computer, Windows is loading corectly.Please help me with an advice.Any help would be appreciated. thanks, sebastian
  13. selinis

    retrieving integer (AutoInc) type

    Hi! i have a local view with 2 tables in &quot;one-to-many&quot; relationship: people and ticket.ID is the primary key of &quot;people&quot; table (integer AutoInc type;i'm using VFP 8) and foreign key in &quot;ticket&quot; table. The problem occurs when i wish to add a new record.The update of...
  14. selinis

    XP client conectivity problem

    Hi! recently we change our nt server OS with win2000 server. We have also some HP workstations with windows XP professional as OS.Joining the XP clients to the domain it was a piece of cake,it was possible to browse any computer's shared files.After a period of time (10,15 minutes maybe..) it...
  15. selinis

    SQL security check

    Hi! context: an user fills an &quot;user name&quot; and a &quot;password&quot; field in a html page. IN my SQL Server I have defined a login named &quot;test&quot; with &quot;some_password&quot; password. This login is &quot;SQL Server Authentication&quot; type. I have a...
  16. selinis

    input data-from VFP or stored procedure(SQL Server)

    Hello, does anybody know which would be the best way to input data in a MS SQL Server database:VFP code or by building a stored procedure in the server? I'm using VFP 7.0 for client software.No more than 20 users are inputing data on the same time into database. thank you
  17. selinis

    VFP 7.0 and MS SQL security

    Hi! I have to built an app in VFP 7.0 which acceses a database from MS SQL server.I'm thinking to take advantage of MS SQL server security (user rights) to manipulate the database.The problem is with remote views.They depend on connections or data sources. Further more, these don't accept...
  18. selinis

    SQL Server ODBC driver error message

    Hi! Does anyone know how can I avoid displaying an SQL Server ODBC driver error message: &quot;Connection failed/SQL State:28000/SQL SErver Error:18456/...login failed for user..&quot;. I'm trying to store a connection handle into a variable using STORE SQLCONNECT TO variable;the code sequence...
  19. selinis

    MS SQL or MySQL

    Hello! Does anyone know which is the best choice between MS SQL Server and MySQL? Context: - TCP/IP protocol over the network - MS Visual FoxPro (5 or 6) as the front end development tool thank you!

Part and Inventory Search

Back
Top