Home » Developer & Programmer » Forms » D2K Report not run (WINXP SP2)
D2K Report not run [message #329945] Fri, 27 June 2008 02:13 Go to next message
jatingogoi
Messages: 4
Registered: June 2008
Location: INDIA
Junior Member

Hi
I am working on d2k. When i run report from report builder, then report runs. but when calling report within FORMS using run_product then report background engine does not start so report does not run.
Earlier it was working but suddenly since last 4 days it is stop working. Please help me out
Re: D2K Report not run [message #329973 is a reply to message #329945] Fri, 27 June 2008 03:07 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
What did you / your DBA / your sysadmin do 4 days ago?
Re: D2K Report not run [message #329991 is a reply to message #329973] Fri, 27 June 2008 03:48 Go to previous messageGo to next message
jatingogoi
Messages: 4
Registered: June 2008
Location: INDIA
Junior Member

I do't make any changes. But same reports are running other machine and working fine . I am using oracle 10g, OS is Windows XP. Report are still working when i run from report bulider but from run_product report are not run. when i start report it is hang and i have use end process from task manager to close the application .Background engine is alos not start
Re: D2K Report not run [message #337144 is a reply to message #329991] Wed, 30 July 2008 01:10 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
The report server is currently not running on that machine. Use 'web.show_document' which will start the server if it isn't running.

David
Re: D2K Report not run [message #337150 is a reply to message #337144] Wed, 30 July 2008 01:15 Go to previous messageGo to next message
jatingogoi
Messages: 4
Registered: June 2008
Location: INDIA
Junior Member

Thank you for your reply . I am fixed the problem. problem is due to the other third party software.
Re: D2K Report not run [message #337514 is a reply to message #337150] Thu, 31 July 2008 02:23 Go to previous messageGo to next message
reenapatel
Messages: 11
Registered: July 2008
Junior Member
Hello

we have requirement to create or convert report data into pdf file ,excel file and
we have made it for excel and word using ole2 package but not able to create pdf file
i.e we dont know how to create obj of ole2 package for pdf file

like for excel we have

Application := OLE2.create_obj('Excel.Application');
OLE2.set_property(Application, 'Visible', 1);
Workbooks := OLE2.get_obj_property(Application, 'Workbooks');
Workbook := OLE2.invoke_obj(WorkBooks, 'Add');
Worksheets := OLE2.get_obj_property(Workbook, 'Worksheets');
Worksheet := OLE2.get_obj_property(Application, 'ActiveSheet');


for word

application := OLE2.CREATE_OBJ('Word.Basic');
OLE2.INVOKE(application, 'Appshow');


but dont know for pdf

even we dont have any idea is thr any better way apart from this to create pdf file

actually we have form on which we have radiobuttons related to excel,pdf,direct view and html .and if user select radiobutton of excel and click on report button then he get excel file of related report ,if he pressed only view then we have to show only report.


Re: D2K Report not run [message #337531 is a reply to message #337514] Thu, 31 July 2008 03:09 Go to previous message
jatingogoi
Messages: 4
Registered: June 2008
Location: INDIA
Junior Member

hi

To create pdf you install cutepdf writer. it will install as a printer in your machine. then print the report by selecting cutepdf writer. it will create pdf for you .

Previous Topic: FRM-41009 when clicking Save in 6i
Next Topic: Detail Block Problem
Goto Forum:
  


Current Time: Mon Feb 03 09:38:14 CST 2025