browser adress line parameter
I am stumped with this one!!
If I add "....&userid=uname/pswd@dbname....." to the address line in the browser the following happens:
1) using the local WebLogic/WLS_FORMS ---> "http://localhost:8888/forms/frmservlet?form=C:\AIC\main14.fmx&userid=uname/pswd@dbname"
the forms open and I am connected to the database
2) using the development-server WebLogic/WLS_FORMS "http://asr-pitsscon.assessor.maricopa.gov:8888/forms/frmservlet?form=e:\forms\main14.fmx&userid=uname/pswd@dbname"
the forms just sits there with the cursor in "WAIT" state and nothing happens
What am I doing wrong?
Are there differences in the parameters that work locally vs. app-server (mid-tier server)?