rep-0110:unable to open file [message #317042] |
Tue, 29 April 2008 05:14 |
orarep
Messages: 56 Registered: September 2007
|
Member |
|
|
hi
i have a form which have forms_ddl('create or replace view .....') and then i send on parameter and call the report based on these views but i am getting the following error
REP-0110 : unable to open file
REP-1070 : Error while opening and saving a document
what i did to try to solve the prob:
i check the parameter name,type and width in report builder and at form done the same and they are ok.
re-run the report but no progress.
ple4ae help regarding my prob
regards
orarep
|
|
|
|
Re: rep-0110:unable to open file [message #317273 is a reply to message #317060] |
Wed, 30 April 2008 05:50 |
orarep
Messages: 56 Registered: September 2007
|
Member |
|
|
hello littlefoot
i have checked the following and found correct
1. name of the fille correct
2. path is correct
3. i have the privillage as i connecta s DBA
As far as system error is concerned i don't know and if it is there so how should i know? i have talked about the views i made so what you think, there might be something because of the views or what u can advice me to check back at database or somewhere esle to now about the possible system error.
thank u sir
regards
orarep
|
|
|
|
Re: rep-0110:unable to open file [message #317443 is a reply to message #317275] |
Thu, 01 May 2008 06:47 |
orarep
Messages: 56 Registered: September 2007
|
Member |
|
|
hi
by path i mean the directory and file path of my .rdf file, form where it read the file, so that is correct.
secodly i have the administrator rights in win xp
is it can be due to some virus or trojan.
thanks for reply
orarep
|
|
|
|
Re: rep-0110:unable to open file [message #317449 is a reply to message #317446] |
Thu, 01 May 2008 07:29 |
orarep
Messages: 56 Registered: September 2007
|
Member |
|
|
sir waht is REPORTS_PATH? some path isn't it and need to be set or what.
Other thisng i have spaces in my directory name so i will remove it then come to you sir but what is REPORTS_PATH?
regards
orarep
|
|
|
|
Re: rep-0110:unable to open file [message #318296 is a reply to message #317450] |
Tue, 06 May 2008 07:22 |
orarep
Messages: 56 Registered: September 2007
|
Member |
|
|
hi sir
well i also remove spaces from the directory name (as you told me above) but still not running, i am pasting the code
pl_id := Get_Parameter_List('tmpdata');
IF NOT Id_Null(pl_id) THEN
Destroy_Parameter_List( pl_id );
END IF;
pl_id := Create_Parameter_List('tmpdata');
Add_Parameter(pl_id,'EXAMINER',TEXT_PARAMETER,:ST1.EXAMINER);
Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
Run_Product(REPORTS, 'd:\cdept\reports\award_list\AWARD_LIST', SYNCHRONOUS, RUNTIME,FILESYSTEM, pl_id, NULL);
and the error is
Starting report AWARD_LIST [Thu May 01 05:59:11 2008] ...
REP-0110: Unable to open file 'd:\cdept\reports\award_list\AWARD_LIST'.
REP-1070: Error while opening or saving a document.
REP-0110: Unable to open file 'd:\cdept\reports\award_list\AWARD_LIST'.
End report AWARD_LIST [Thu May 01 05:59:11 2008].
Regards
orarep
|
|
|
Re: rep-0110:unable to open file [message #419486 is a reply to message #318296] |
Sun, 23 August 2009 00:54 |
mrferozali
Messages: 2 Registered: November 2007 Location: Hyderabad
|
Junior Member |
|
|
Hi,
Probably there should be one .rep file saved in the Bin folder with same name the one which you are trying to run. If it is present then delete it from Bin folder then rerun.
Regards
Feroz
|
|
|
|
|
Re: rep-0110:unable to open file [message #591524 is a reply to message #587181] |
Mon, 29 July 2013 07:58 |
|
Hello Sir,
I am also facing the same problem with Oracle Reports
I have installed oracle 10g database in windows 7 64 bit os and developer suite in virtual machine windows 7 32 bit os.
All fmb files , functions, packages, proceedures have been compiled and the forms are working fine.
when i try to run report through forms it gives
REP-110: Unable to open file .
REP-1070: Error while opening or saving a document.
REP-0110: Unable to open file .
the same report works fine when run through report builder.
is the problem because the application in virtual machine is not connecting the database.
the backup dump file is taken from linux server where everything is working fine. is there any problem in this.
In one of the forum i found this reply for the mentioned problem
"Please make sure that you got the file transferred to your machine in Binary mode and not in ASCII."
I am not sure how to do this.
Any Help is appreciated...
|
|
|
|
Re: rep-0110:unable to open file [message #591641 is a reply to message #591560] |
Tue, 30 July 2013 07:50 |
|
sir,
i take backup of the source files of forms and reports from linux server and copy it to client system using winscp.
This source file i have copied to my laptop while installing oracle .I am not sure if this source files need to be in binary / ASCII mode.
i am also not sure if the error message is due to binary / ASCII also. Problem might be due to some other thing also. Since i happened to see this suggestion i had mentioned it.
Pl guide me to resolve this problem
|
|
|
|
|
|
|
|
Re: rep-0110:unable to open file [message #591704 is a reply to message #591696] |
Wed, 31 July 2013 01:48 |
|
sir,
let me tell you how i did the configuration. i am not sure if its right. after installation of developersuite i did the configuration in formsweb.cfg, default.env,forms.conf and registry.dat.
In default.env i only gave the forms_path. is it necessary to give path for reports also. i was told that it is not needed to do since the link of the source files which has both forms and reports has been given in forms_path.
Also in regedit i have the path in forms_path.
my forms and reports are in this path c:\source\Common;c:\source\Pension;c:\source\Templates;. this has been defined in regedit >Forms_path and in default.env>Forms_path.
thats how the forms are working.
I might have missed out on something. i am not sure.
|
|
|
|
Re: rep-0110:unable to open file [message #593397 is a reply to message #593392] |
Fri, 16 August 2013 06:16 |
|
hi sandeep,
thanks for the reply.
I have installed oracle in my laptop and the database and developersuite are in the same laptop. i have not connected it to any server.
i have one doubt. my database is 64 bit and developersuite is in 32 bit. Also some of the reports are working and some are not working.
the ones which are not working gives an error "cannot create rep file".
I am not sure what is the problem. is it anything to do with lower version
|
|
|
|
Re: rep-0110:unable to open file [message #627896 is a reply to message #317042] |
Tue, 18 November 2014 00:03 |
|
Hi minjire
Sorry for the late reply and opening a old thread. I was not able to work on this issue for some reason. As suggested by you i had a look at the .conf file in my laptop. What you have suggested is for Linux version. In windows my reports conf file was in this path (E:\DevSuiteHome_1\reports\conf) as rep_comp.conf.
figured out <!--property name="sourceDir" value="your reports source directory"/--> as you had mentioned .
<property name="sourceDir" value=" what should the value be here"/>. I did not get this point. My rdf files are in this path "D:\source\Pension". I tried giving this path but yet it did not work.
Could you please correct me where i am going wrong
|
|
|