hai,
could you please tell me how to setlogon info.I am using following code to setlogon info.
userid = "user"
password = "password"
set crtable = session("oRpt"
.Database.Tables.Item(1)
crtable.SetLogonInfo "DB_WEB_CONFERENCE", "VDP", cstr(userid), cstr(password)
due to this problem i am getting two errors
1)"An Error has occured on the server in attempting to access the data source", when i use the report file after unchecking the option "save data with report " in seagate crystal report and then save the file .
2)"CRAXDRT error occured on server-server has not yet been opened" when i refresh the report which was saved with data in browser.
if i uncheck the option "save data with report" and then save the report file i am getting the above first error.
if any body knows about these please let me know.Since lastweek i am facing this problem.
thanks
ram
could you please tell me how to setlogon info.I am using following code to setlogon info.
userid = "user"
password = "password"
set crtable = session("oRpt"
crtable.SetLogonInfo "DB_WEB_CONFERENCE", "VDP", cstr(userid), cstr(password)
due to this problem i am getting two errors
1)"An Error has occured on the server in attempting to access the data source", when i use the report file after unchecking the option "save data with report " in seagate crystal report and then save the file .
2)"CRAXDRT error occured on server-server has not yet been opened" when i refresh the report which was saved with data in browser.
if i uncheck the option "save data with report" and then save the report file i am getting the above first error.
if any body knows about these please let me know.Since lastweek i am facing this problem.
thanks
ram