Oracle 10g report server startup

By ukmodak | March 31st 2024 10:32:28 AM | viewed 234 times

To create report server run the following command

c -> rwserver server empsrv

Oracle 10g report server batch file creation

Go to D:\DevSuiteHome_1\reports\conf and if have any existing empsrv.conf and sdi-uzzal.conf then delete sdi-uzzal.conf

on home screen -> right click -> new->shortcut and enter ->rwserver server=empsrv status=on ->enter file name :report_server_batch_file

go to /devsuit/reports/conf/rwservlet.properties and replace the following

 #RELOAD_KEYMAP=NO as  RELOAD_KEYMAP=YES

go to /devsuit/reports/conf/cgicmd.dat and replace the following

ukrpt:[space here]userid=dalerp/dalfactoryerp@ukapextest[space here]%*
DECLARE
report_server VARCHAR2(50);
format VARCHAR2(50);
login_user VARCHAR2(50);
report_path VARCHAR2(50);
BEGIN
report_server :='http://SDI-Uzzal:8889/reports/rwservlet?ukrpt';
format :='&desformat=pdf&destype=cache';
report_path :='&report=D:\hrmdemo\shift.rdf';
web.show_document(report_server||format||report_path,'_blank');
END;

How to compile report

Shift+Ctrl+K

Report server startup tutorial link:

Report srw package link

srw package link

SET_BLOCK_PROPERTY link

SET_BLOCK_PROPERTY link

SET_ITEM_PROPERTY link

bONEandALL
Visitor

Total : 20977

Today :31

Today Visit Country :

  • Germany
  • United States
  • Singapore
  • China
  • United Kingdom
  • South Korea
  • Czechia