I created a web part that has a text box, command button and a
label. User enters the ticker in the text box, and clicks on the
command button. On click event Web part code connects to a DB2
database, retrieve ticker price and display it on the label.
Everything works fine on my development PC. I logged in on the test
Sharepoint server as an admin and installed web part. The problem
starts now. If I try to browse that page from my PC I can see web
part, I can enter the ticker, click on the button, and the price is
displayed on the label. But when anyone else who is not
administrator on that server tries, they can see the web part, they
can enter the ticker, but when they click on the button, the page
get posted and and label is blank. It looks that Web part doesn't
even connects to the database. They don't get any errors though. Web
part is visible with entered ticker still in the text box, but label
is blank. Web part uses the same hardcoded UserID and password to
connect to a database. Any ideas?