Reports.sh file missing in ORAHOME \bin directory

I have successfully started the reports server from DOS and looked for the reports.sh file to change the REPORTS_PATH system variable but no file exists on my computer. I am also running the following code which opens a blank web page but then nothing happens, whilst loading though the reports server acknowledges the job in the queue. the code I am using is below:
DECLARE
v_repid REPORT_OBJECT;
vc_rep VARCHAR2(20);
vc_URL VARCHAR2(100);
vc_rep_job VARCHAR2(10);
vc_rep_status VARCHAR2(20);
BEGIN
v_repid := find_report_object('REPSOR');
SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_FILENAME,'C:\uni\mdt\cw1\repRequest.rdf');
SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_EXECUTION_MODE, RUNTIME);
SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_COMM_MODE, SYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_DESTYPE, CACHE);
SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_DESFORMAT, 'htmlcss');
SET_REPORT_OBJECT_PROPERTY(v_repid, REPORT_SERVER,'repsrv');
vc_rep := RUN_REPORT_OBJECT(v_repid);
vc_rep_status := REPORT_OBJECT_STATUS(vc_rep);
WHILE vc_rep_status IN ('RUNNING', 'OPENING_REPORT', 'ENQUEUED') LOOP
vc_rep_status := report_object_status(vc_rep);
END LOOP;
IF vc_rep_status = 'FINISHED' THEN
vc_rep_job := substr(vc_rep,instr(vc_rep,'_')+1);
message('Report Completed');
vc_URL := '/reports/rwservlet/getjobid' ||vc_rep_job||'?server='||get_report_object_property (v_repid,report_server);
web.show_document(vc_url, '_blank');
ELSE
message('Error running report');
END IF;
END;

Same here. The installation instructions for Oracle in AIX is asking to run the preRoot.sh. Where can I get it this file, since I do not have Oracle CD.

Similar Messages

  • XML files and assemblies in bin directory

    In VS 2010 the bin directory was very simple and straight forward.  Now in VS 2012 Web apps the bin directory is filled with a bunch of System and Microsoft assemblies a bunch of folders named with the two letter country code use in URLs and a bunch
    of xml files with the name of the System and Microsoft assemblies.  I can guess the reason for the assemblies is so that the web app can be deployed to servers without the .Net Framework installed or to which the installed app does not have access to
    the GAC.  But what is the reason for all of the xml files.  Then to add insult to injury, even though the project is  created with all of these xml files listed in the bin folder, each and everyone has a yellow triangle with an exclamation mark
    beside which I assume means that the file does not exist physically in the folder.  When you go to windows explorer sure enough they aren't there.
    What is the purpose of all of these xml files, and if they are needed then why aren't they added to the bin folder?  I can not publish my project because the files do not exist.  Can I delete these files with impunity?
    Edward R. Joell MCSD MCDBA

    How can you possibly think that this is an ASP.Net issue?
    Visual Studio 2012 created the listing for those files and foreign folders in the bin, NOT Asp.Net. 
    Visaul Studio 2012 listed those files in the bin and failed to create the files physically NOT Asp.Net. 
    Visual Studio 2010 does NOT put those extraneous files in the exact same kind of Asp.Net project, but Visual Studio 2012 does.
    This is behavior that only occurs with the new version of Visual Studio.  If it were an Asp.Net issue then Visual Studio 2010 would exhibit the same behavior.
    Visual Studio is the mechanism that carries out publishing the project.  This is a function of the IDE.  It is Visual Studio that is reporting it can not complete the task because it cannot find the files it did not create.
    This is new behavior from Visual Studio 2012,  which makes it impossible to work. 
    In addition, Visual Studio 2012 keeps having the Output and Errors window show up on the level where the code windows are suppose to open and the code windows open where the output window is supposed to open.
    This behavior has NOTHING to do with Asp.Net or it would be present in ALL versions of Visual Studio, but it is only happening in Visual Studio 2012.
    Are the moderators of this forum trying to avoid the hard questions, or are they trying to hide flaws in Visual Studio?
    Edward R. Joell MCSD MCDBA

  • ERROR: Unable to find AL_JobService.pid file in $LINK DIR/bin directory

    Hi,
        We have a recent issue and could not find an appropiate reason, we have been running jobs in the linux server for almost 5 months now and we never had an issue.
                     Today the jobs wouldnt start - a blank trace log so we decided to check the DS job server and found it to be running fine. When i try to stop the job server it shows this error
    Job Service Executable Path                           Status
    /opt/apps/rapidmart/businessobjects/dataservices/bin/AL_JobService      Running
    s: Start Job Service       o: Stop Job Service       q: Quit
    Enter Option: o
    Waiting for Job Service to terminate. This will take several seconds.
    Please Wait!!!
    ERROR: Unable to find AL_JobService.pid file in $LINK_DIR/bin directory.
    Please help
    Thanks
    AJ

    Hi Manoj,
    I have found your reply very helpful. Thanks for this.
    I was also experiencing the same error. While stopping the Job server I have interrupted it by control +c. so I was getting the same error. "ERROR: Unable to find AL_JobService.pid file in $LINK_DIR/bin directory"
    Solution:-
    First I have executed the command you shared to get the PID of AL_JobService
    ps -aef | grep -i al_job
    then I have executed another command to kill all the running instances of AL_Job
    kill -15 <pid of AL_JobService.exe>
    Then used regular command of Job Server utility.
    ./svrcfg
    It worked.

  • Hpi.dll, msvcrt.dll missing from JRE7/bin directory

    Hi,
    I was working on a project where I was using Java6 compiler and creating a installer. Now I want to move on java7 compiler, but stuck on one issue. My project was including \bin\hpi.dll,\bin\msvcrt.dll during installer creation, but while moving to Java7 , I found those DLLs are missing and installer is not getting created properly.
    Please let me know the alternate solution or if any other DDL needs to be included.
    thanks in advance :)

    From Wikipedia http://en.wikipedia.org/wiki/Microsoft_Windows_library_files#Msvcrt.dll_and_Msvcpp.dll:
    "Msvcrt.dll is the Microsoft Visual C Run-Time Library (and Msvcpp.dll is standard C++ library) for Visual C++ version 4.2 to 6.0".
    Now java 7 is using msvcr100.dll, and you should find it in the bin directory. They are therefore using Visual Studio 2010 for Java 7.
    A quick search for hpi.dll shows that it was part of Java 6 and it's (legitimately) not part of Java 7 anymore.

  • Missing javac file in bin directory

    I downloaded and installed jdk-6u5-windows-i586-p (March 27, 2008) but there is no javac file in the bin directory. Has this file been renamed?

    I have downloaded jdk-6u5-windows-i586-p.exe twice from
    https://sdlc5a.sun.com/ECom/EComActionServlet/DownloadPage:~:com.sun.sunit.sdlc.content.DownloadPageInfo;jsessionid=958052C0813CC2197D0ABA37C7BAB63A;jsessionid=958052C0813CC2197D0ABA37C7BAB63A
    I have install it twice from the different downloads and I still do not have a javac.exe file in C:\jdk1.6.0_05\bin
    Since there is no javac.exe in the latest download then either javac.exe has been renamed, download is bugged or I am downloading the wrong file.

  • XML publisher report with a template file missing

    I get the following error
    Active template file not found in the template definition <TEMPLATE_NAME> for date <EFFDT>. (235,2515)
    PSXP_RPTDEFNMANAGER.TemplateDefn.OnExecute Name:GetActiveTemplateFile PCPC:15872 Statement:346
    but in
    Reporting Tools > XML Publisher > Report Definition > Template tab
    I did have the setting Effective date, what cause the problem?

    Have a look at following post and run the sql in this post to see if your template definition is missing.
    http://peoplesoft.wikidot.com/xml-publisher-template-file-missing
    You could also run Application Engine PSXPCLEAN to clean orphan rows.
    Are you running the report online or through PeopleCode?
    In last case make sure the effdt is set correct in PeopleCode.
    Also have a look if your server time settings are correct.
    Hakan

  • PS CS4 64-bit (in Web Premium CS4) on Win 7 PC.  I did a duplicate file check on my hdd and deleted dup files. Now I get "Some of the application components are missing from the Application directory, Please reinstall.."

    PS CS4 64-bit (in Web Premium CS4) on Win 7 PC.  I did a duplicate file check on my hdd and deleted dup files. Now when I try to run PS 64-bit I get "Some of the application components are missing from the Application directory, Please reinstall the application." When I do this, it seems to install correctly until the very end, then it says "Installation Complete With Errors", and when I try to run I get the same 'component missing message'. What can I do? PS 32 bit runs fine. Some of the other applications ib Web Premium say the shortcut has been changed or removed. I appreciate your help...Thank you

    Best advice I can think of is to uninstall and run the Clean Script from here.
    Adobe - Adobe CS4 Clean Script

  • The package file is missing from the project directory

    Today after working in SSIS all day with no problems, I re-opened one of my projects and got the message:
    The package file ‘package_name.dtsx’ is missing from the project directory. This package has been skipped, and project will continue to load.
    So two of my packages loaded and all remaining packages where skipped, one pop-up dialog for each “missing” package. I then looked in my project directory and all my packages are still there.
    1. Has anyone experienced this and found why this happens?
    2. Can I just import my packages again and be good to go?
    Update:
    I discovered that this had to do with renaming my packages in SSDT. For some reason the name changes did not get saved into the project .dtproj file. I was able to correct by renaming the .dtsx files in the project directory to their original name. Then
    I re-opened the project, renamed the packages to the new names, saved and closed all packages. At this point you need to save the project, which actually wasn't really straight forward. You need to highlight the project name in Solution Explorer
    and then from the File menu select 'Save Selected Items'. This updates the .dtproj file.
    Upon closing SSDT, a dialog SOMETIMES appears asking you to save the project, after selecting Yes, the .dtproj file also updates. However, I've realized that upon closing the project, that the dialog asking to save the project does not always appear,
    depending on what has changed in the project. To be safe, use method previously described, especially after renaming packages. Also, if SSDT happens to crash after you have renamed a package, the project will not re-open properly.

    I remember one such occurrence when I used Source Control (if I recall right it was TFS), and yes, you can simply right-click on the packages folder and choose 'add existing package'.
    But check for project file perhaps it has a wrong reference. E.g. something from the outside manipulated on the package files.
    Arthur
    MyBlog
    Twitter

  • IWeb...error report, files missing??

    I'm not sure what's going on...I deleted one of my websites and all of the sudden I began having trouble with all my websites.  I have pictures, links to files, and other things missing.  Apparently iWeb can't find them.
    I did replace iWeb using Time Machine...got everything working perfectly again, and uploaded my websites...no problem!  It worked for one day.  And then this morning I open iWeb and I have the same error report and it says there are files missing.  As I scroll through my websites there are pictures and files missing all over the place.  Most are still there but many are not.
    The only think I did between it working again and this morning was that I restarted my computer holding command/alt/r/p because I was having airport problems and read that that might help.  I don't know why or how that could of affected iWeb.
    Other than that...I have no clue what is going on!!!
    Any suggestions?
    Please help.

    Try the troubleshooting steps under "Fix iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html

  • Webgate installation - not able to find .cgi file in bin directory

    Hi friends,
    I am trying to install webgate on ohs server (after webpass installation). But as told in installation document for webgate, we need to configure the webgate by giving relative path to dll or cgi file in bin directory.
    But when I tried to search .cgi file in bin directory, there is no cgi file there, there is only webgate.dll file.
    Please tell me what exactly is the issue I am facing here?
    Thanks in Advance,
    Amit

    Hi,
    Let me know which document you are following. While installing webgate, we need to provide the path configuration file of webserver. In your case, it is httd.conf.
    Regards
    GK Goalla

  • Files missing from install directory

    not sure what's happened to my computer but I can no longer install programs or updates for programs as I get the message "files missing from install directory"
    How did they get corrupt in the first place? I get this when trying to download yahoo messenger of all programs...duh!  I'm getting pretty frustrated since this has only started a month ago and I've been hoping something would fix itself but no....the last time my Toshiba service station updated was Jan 24 and now it says unable to connect with server....yet I got here to post a message and can get to the internet so don't understand why the updates can get in?
    any advice?

    that can be a problem with your windows.. your OS..
    rebuilding your OS should be able to fix it.
    oOo
    *Read EULA before installing any software.

  • No Bin directory in ORACLE_HOME\CTX.

    Hi,
    I've installed Oracle 8i EE on Redhat 6, and in
    oracle_home\CTX\ directory, the bin directory is missing. I need
    the executable file ctxhx which is in the bin directory.
    I 've installed all interMedia options in my Oracle8i
    installation.
    Can someone help me ??
    Thanks
    Bart
    null

    Bart (guest) wrote:
    : Hi,
    : I've installed Oracle 8i EE on Redhat 6, and in
    : oracle_home\CTX\ directory, the bin directory is missing. I
    need
    : the executable file ctxhx which is in the bin directory.
    Oracle Intermedia Text
    This looks like a part of INSO filters which are provided
    with context/intermedia on some other platfoms. If this is so,
    then from 8.1.5 (linux) release notes:
    The third party filters to extract pertinent ASCII information
    from documents being indexed are not provided by Oracle
    Intermedia Text for the Intel-Linux platform.Maybe there are licensing issues with those, maybe INSO doesn't
    have a linux version - I don't know.
    Andre
    null

  • Mod_wl_20.so file missing

    Hi Everyone
    Can any one help me in configuring the "mod_wl_20.so" file which is missing in the weblogic directory?
    from where can I download this file.
    I am trying to configure the Hyperion Reporting and Analysis BI, UI and client services. I was not able to move further until I provide this file inthat directory.
    Thanks
    TJM

    Hi John
    I am getting below error when I am configuring the sqlserver with odi.
    to configure sql server Iam getting below error even after placing sqljdbc.jar file which i downloaded from the google.
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getDriver(Unknown Source)
    at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
    at com.sunopsis.wizards.MasterRepositoryWizard.K(MasterRepositoryWizard.java)
    at com.sunopsis.wizards.MasterRepositoryWizard.X(MasterRepositoryWizard.java)
    at com.sunopsis.wizards.MasterRepositoryWizard.g(MasterRepositoryWizard.java)
    at com.sunopsis.wizards.MasterRepositoryWizard.d(MasterRepositoryWizard.java)
    at com.sunopsis.wizards.MasterRepositoryWizard.e(MasterRepositoryWizard.java)
    at com.sunopsis.wizards.MasterRepositoryWizard$IvjEventHandler.actionPerformed(MasterRepositoryWizard.java)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

  • Measurement and Automation Explorer (MAX) configuration export and import fails, files missing

    <I don't see a board for MAX so I posted it here.  I hope you don't mind.>
    I am trying to migrate to a new computer and have successfully moved the LV code but it relies on the configuration setup in MAX to operate.  There are many configuration items includes hardware configurations, scales, etc. I have LV 6.1 on Windows XP and MAX v 3.1.1 on both machines.  When I export all data from computer 1, I end up with an NCE file.  This file is binary.  I've tried exporting to text format but have not succeeded.
    When I try to import on computer 2, first MAX reports "Can not find RTE directory: C:\WINDOWS\system32\cvirte".  This seems weird since I didn't install LW/CVI when I installed LV.  I click OK.  I then get "Unable to open c:\program files\national instruments\max\bin\cvirte.rsc".  I click OK.  I then attempt to import the data from the NCE file but get "This wizard does not recognize the specified configuration file."
    I tried installing NI System Configurator v5.5.1f0 but get the same results.
    How can I safely migrate the MAX configuration data?

    Yes, MAX is also installed with the motion controller driver.
    NI-DAQ 6.9.2 is over 10 years old. I simply don't remember what issues it had, sorry. Version 7.4.4 was the latest for XP. Perhaps that works better.
    And the cvirte was required for some of the MAX features. It should have been installed automatically.

  • AFPASSWD & AFTBLGEN executables missing in $FND_TOP/bin in R12.1.3

    Hi all,
    DB:11.2.0.3.0
    EBS:12.1.3
    O/S: Solaris Sparc 64 bits
    After cloning from source instance, AFPASSWD and AFTBLGEN executable missing in $FND_TOP/bin in R12.1.3 in the target instance.
    /t000/test1/apps/apps_st/appl/fnd/12.0.0/bin]
    $ ls -ltr AF*
    AF*: No such file or directory
    How could we get the above executable back?
    The error message below occurred while applying patch 17287546:R12.FND.B
    ============================================================
    Done with link of rg executable 'RGSSRQ' on Thu Nov  7 09:29:42 GMT 2013
    Done relinking module RGSSRQ in product rg
    Done with link of product 'rg' on Thu Nov  7 09:29:42 GMT 2013
    adrelink is exiting with status 1
    End of adrelink session
    Date/time is  Thu Nov 7 09:29:42 GMT 2013
    Line-wrapping log file for readability ...
    Done line-wrapping log file.
    Original copy is /t000/test1/apps/apps_st/appl/admin/test1/log/adrelink.lsv
    New copy is /t000/test1/apps/apps_st/appl/admin/test1/log/adrelink.log
    An error occurred while relinking application programs.
    Continue as if it were successful [No] :
    adrelink.log
    ld: fatal: file processing errors. No output written to
    /t000/test1/apps/apps_st/appl/fnd/12.0.0/bin/AFPASSWD
    *** Error code 1
    make: Fatal error: Command failed for target
    `/t000/test1/apps/apps_st/appl/fnd/12.0.0/bin/AFPASSWD'
    Done with link of fnd executable 'AFPASSWD' on Thu Nov  7 09:26:45 GMT 2013
    Relink of module "AFPASSWD" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /t000/test1/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Please share the fix if anyone has faced before.
    Thank you for your time.
    Regards,
    user10088255

    Hi,
    Please see the following note:
    AFPASSWD Relink Fails While Applying Patch 14265552 (Doc ID 1499357.1)
    AFPASSWD Relink Fails While Applying R12 Patch with error undefined reference to `iifgcg' (Doc ID 1499357.1)
    Relinking of Executable 'AFPASSWD' has Failed with Error 'Undefined Reference' (Doc ID 1498187.1)
    Master Note - Troubleshooting Adpatch Relinking Errors (Doc ID 1523589.1)
    Thanks &
    Best Regards,

Maybe you are looking for