REP-110: file cannot be opened - oracle

I have the following error:
when try to run the report without full path.
REP-110: File abc.rdf cannot be opened.
REP-1070: An error occurred while opening or saving a document.
REP-0110: File abc.rdf cannot be opened.
but with full path its ok.
Reports 11g is installed with weblogic server.

make sure that you added where the reports are in your registry editor in the following directory
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OH#########\REPORTS_PATH
Add
...ows\Fonts;C:\Oracle\Middleware\Oracle_FRHome1\reports

Related

Error during installation of Jasper Reportt Server

I'm trying to install Jasper Report Server but I keep getting always the same error: during the post-install actions I get the following
Problem running post-install step. Installation may not complete correctly
Error running C:\Jaspersoft\jasperreports-server-cp-8.0.0/buildomatic/js-ant.bat
load-sugarcrm-db:[create-ks] Failed to create the keystore C:\Users\Paolo\.jrsks
BUILD FAILED
C:\Jaspersoft\jasperreports-server-cp-8.0.0\buildomatic\build.xml:377: The
following error occurred while executing this line:
C:\Jaspersoft\jasperreports-server-cp-8.0.0\buildomatic\bin\setup.xml:377:
Keystore may have been tampered with.
Total time: 1 second
I'm using the default installation and windows 11. I also tried running it in compatibility mode for Windows 7 but nothing changed. Can someone help me?
My problem was that js-install.sh created the keystore and placed it in a user directory, where it then couldn't access it again.
You could check the access rights for the folder the keystore is placed, and check if your user has the right ones.

ODBC instant client install issue

I am trying to install odbc for instant client 19_14. I have downloaded the necessary .exe files etc and saved them down to my C drive. I have then navigated to the directory:
C:\oracle\instantclient_19_14>
And I execute the following:
C:\oracle\instantclient_19_14>odbc_install.exe
However I am getting the following error:
Couldn't find Oracle Instant Client in present directory.
Does anyone know why this is. I can see the odbc_install file in the folder, so its not clear why there is an error.
for Oracle client in Windows you need to define System Variable:
OCI_LIB32 -> C:\oracle\instantclient_19_14
and add to Path variable -> C:\oracle\instantclient_19_14
BR,
Ely

open and run the sql file from network drive in sql developer

I am trying to run the file from network drive but getting error message as Unable to open file.
I am trying below command to run in sql developer :
#\\chllrog.amastre.com\Shares\test\execute_report.sql
I also tried like this below but getting same error message:
#"\\chllrog.amastre.com\Shares\test\execute_report.sql"
When i open the execute_report.sql file from this location and execute the contents of the file which creates new excel file in the same directory then its creating new file and its working.
Use network map for your operating system (in Windows, right click the shared folder in explorer and Map Network Drive). Then you can run the script from SQL Developer using the mapped drive, for example: #z:\Shares\test\execute_report.sql
You can use the same addressing of file for spool and output file
It did work for me without drive mapping:
sqlplus /nolog "#\\server\path\file.sql"
sqlplus version 12.2.0.1
The quotes and '#' are important, apparently.

how to set directory permissions of windows server 2012 so Visual Basic 2015 windows app ‘kill’ doesn’t get file permission error

I have a Visual Basic windows app that reads incoming SMTP email files from c:\inetpub\mailroot\Drop\ and then moves them renamed to c:\primary\ .
I’ve set Windows file permissions of both directories c:\inetpub\mailroot\Drop\ and c:\primary\ to “everyone” full access.
I have a 2nd VB.NET windows app that reads each file, processes it, then deletes it using ‘kill(filepath)’ which gets the error:
“An unhandled exception of type 'System.UnauthorizedAccessException' occurred in Microsoft.VisualBasic.dll
Additional information: Access to the path '\\C\Primary\9255551212#vzwpix.com #71615 1.TXT' is denied.”
The file’s property > Security has “everyone” full access.
How do I set file permissions for the directories to prevent this error and be safe from hacker attack and not use “everyone” permission?
SOLUTION: Changed \\C to just "C:".

Creation of the virtual directory http://localhost:1234/ failed with the error

I'm trying to load a web-project in VS2013 and I get the following error.
Full Error: Creation of the virtual directory http:/ /localhost:1234/ failed with the error: The IIS Express applicationHost.config file contains invalid entries and must be corrected.
I've tried different numbers. If I use a portnumber that is configured in IIS I get the error that it's already configured for another webapplication
some of the relevant configuration:
<UseIISExpress>False</UseIISExpress>
<UseIIS>False</UseIIS>
<DevelopmentServerPort>1234</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl></IISUrl>
I had the same problem.
For me, decrypting IISExpress folder (that one with 'config', 'Logs' and 'TraceLogFiles' subfodlers) solved this issue.

Resources