Hello again.
We have an internal web server that is built using SQL Developer 2000. THis is on our DMZ on the firewall.
we can not link to it from our internal network to transfer data to the sql tables. to test i opened all traffice between dmz and the internal network to test and no success.
is it because it is the developer edition???
Software/Hardware used:
ASKED:
December 29, 2004 12:23 PM
UPDATED:
December 30, 2004 12:31 PM
Melvin,
Could be several things.
I assume since the SQL server is in the DMZ, you have some type of 192.xxx.xxx.xxx IP scheme going on. If this is so, make sure your workstations can ping it. If they cant, a simple route add command to the workstation route table is neccesary.
Secondly, do the users have the correct rights to the server and/or database where the tables are stored? These rights are from you AD, not necessarily from rights to the SQL table. If the users do not have read/write access to the physical resource, they will not be able to update the tables.
That should work. I would first check the network settings on you SQL server and verify first that you are using IP and your port is set for 1433. Not knowing how you are connecting I would setup an ODBC and verify connectivity that way. You can also try and telnet to 1433 so see if it repsonds. you can also do a netstat -a on the sql server to verify what ports it is listening on.
thanks,
As an admin i tried to create an odbc connection to the sqlbox on the dmz and it times out. I can ping the sql box fine.
any other ideas and thanks for the help so far