XI2 scheduling to file location problem

source file error. CrystalEnterprise.DiskUnmanaged: The system cannot find the path specified.
I receive the above error when scheduling to put a file in a file location.
I have used the format
servername\directory\subdirectory\subdirectory
and
servername\directory\subdirectory\subdirectory
The scheduler appears to change all \ to / - not sure if this is relavent
Previously I was receiving file cannot be found error and I replaced a space in the path name with %20 and I received the cannot find path specified.

I am using XI 3.1, so I am not sure whether this is the enhancement compared to XI R2.
I have used Directory path llike
//servername/directory/subdirectory/subdirectory
& it works fine.
-Raghu

Similar Messages

  • Where is the Scheduler log file located?

    I'm trying to track down and diagnose this error in my scheduling/bursting:
    Error!! Could not deliver the output for Delivery channel: EMAIL.  Please check the Log for error details...
    But a search of my entire drive does not reveal any file with a .log extension that has been updated recently, nor do I see a reference to the location of said log file anywhere in the documentation.
    Where is the log file to which this error message is referring? Running the OBIEE Suite 10.1.3.4.1 under Windows.
    Thanks!

    Hi Mthompson,
    Look at this on how to create the log file.
    http://winrichman.blogspot.com/search/label/xdodebug
    am sure, you did not create the email/smtp configuration, thats why you see this error.

  • File location problem

    Hi,
    I am new in JSP and need help in locating the files of the project. I'm using Jdeveloper and context path of the project is "Change%20Request-ViewController-context-root" .I have one image-Apps.jpg ,which I want to use, having path as Change%20Request-ViewController-context-root/img/Apps.jpg
    Now problem is, when I check if the Apps.jpg file exist or not through
    String s=Change%20Request-ViewController-context-root/img/Apps.jpg;
    File image=new File(s);
    System.out.println(image.exists()); //returns false;
    %>
    where as :<img src="<%=s%>"> shows the image.
    How can we check the existence of the file ?

    hsperhar wrote:
    Thanks for the same,it gave the direction and solved the problem. I used the following code and now it is picking up the image:
    String s=application.getRealPath("/")+"img\\"+app_id+".jpg"; //path of img is contextPath/img/Apps.jpg
    java.io.File app_file=new java.io.File(app_iconid);You can also just doString path = application.getRealPath("/img/" + app_id + ".jpg");
    But, is it going to work fine when I upload the website and it would start taking the path as like www.hostname:port/contextpath ?The getRealPath() is independent from that. There it is for. That's why I suggested to use it.

  • File location problems in Lightroom 3.5

    It is 2011 and Adobe has offered us Lightroom, a truly great tool to do most needed changes to photographs, rendering Photoshop to special use for most.
    But at the core of the system is a file handling technology that is long outdated. Importing photos, LR wants to put the pictures in folders for each day, for whatever reason. Yes, sometimes it maskes it easier to find a photo but photo projects often go over several days, making it cumbersome to handle these pictures later in Finder. Well, since it creates those folders itself, you would think it would recognize the same structure when photos are moved. not so. My Mac is starting to fill up, and I thus want all new photos to go to my LaCie disk. Sometimes I miss the info that these photos indeed go to my Mac, thus making me open Finder later on and move them to my Lightroom structure on the LaCie. Opening LR again, there are all those same pictures - not to be found. So, I click on the question mark for one picture and tell it where the picture is. In InDesign, Adobe got this right. If one link has been moved (surprise, people do change their file hierarchy sometimes), adn when I select the very folder this link is in, it finds the file itself within that folder, as well as updating all other files in that same folder. In LR, telling the system something, is not reused elsewhere. A bit unsmart?
    My wish is for LR to up InDesign and make it even easier to locate file hierarchies. That would be one major step forward and save this user a ton of time.

    u can get the current location by
    getServletContext().getRealPath("/");
    this will return to u the current path
    place ur xml file there
    regards
    shanu

  • File location problems in Tomcat5.0.

    I write a Controller servlet to read mappings form an xml file which locates in %TOMCAT_HOMT%/webapps/myweb/web-inf/classes/system/.
    The file is ActionMapping.xml.
    The Controller source is below:
    package system;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletOutputStream;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.DocumentBuilder;
    import org.w3c.dom.Node;
    import org.w3c.dom.NodeList;
    import org.w3c.dom.Document;
    import org.w3c.dom.Element;
    import java.io.*;
    public class Controller extends HttpServlet {
      String command;
      String action;
      public void init() throws ServletException {
      public void doGet(HttpServletRequest request,HttpServletResponse response) throws ServletException,IOException {
        doPost(request,response);
      public void doPost(HttpServletRequest request,HttpServletResponse response) throws ServletException,IOException {
        ServletOutputStream out = response.getOutputStream();
        File file = new File("ActionMapping.xml");
        out.print(file.exists());
        try {
          out.print("aa");
          DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory.newInstance();
          DocumentBuilder documentBuilder = documentBuilderFactory.newDocumentBuilder();
          out.print("bb");
          Document document = documentBuilder.parse(file);  
    out.print("testdfs");
          NodeList mappingNodeList = document.getElementsByTagName("mapping");
          Element mappingNode;
          Element commandNameNode;
          Element mappingClassNode;
          for(int i = 0; i < mappingNodeList.getLength() ; i++) {
            mappingNode = (Element)mappingNodeList.item(i);
            commandNameNode = (Element)mappingNode.getElementsByTagName("command-name").item(0);
            mappingClassNode = (Element)mappingNode.getElementsByTagName("mapping-class").item(0);
            command = commandNameNode.getTextContent();
            action = mappingClassNode.getTextContent();
        catch(Exception e1) {
        out.print(command + "\n");
        out.print(action);
    }I used the "File file = new File("ActionMapping.xml");" to find the file object,
    then i use the file.exists() method to check if the file is exist,(i'm sure the location and the file name are both correct).
    But when i use the ServletOuputStream to print the result whether the file is exist,
    it return "false".
    Why?
    I'm sure the Controller.class and the ActionMapping.xml file is in the same directory.
    Why didn't the file exist?

    u can get the current location by
    getServletContext().getRealPath("/");
    this will return to u the current path
    place ur xml file there
    regards
    shanu

  • Scheduling a report with output (excel) to file location

    Able to schedule a webi report and output format to excel and destination to file location.
    Report is running at scheduled time/interval and writing the output excel file onto file location on BO server. The issue is, its creating the file extension in uppercase (ex: testfile.XLS). Is there a way to control the file extension to be lowercase.
    Also tried to force "testfile.xls" (with extension in lowercase) in the instance title of report scheduler but still creating extension with uppercase (ex: testfile.XLS).
    Any pointers ??
    Environment - BO XIR3.1

    Hi,
    I believe you can do this by switching the view to Excel and turning off the use job server defaults. You can then enter the name and extension as well as the destination folder.
    Regards
    Alan

  • Scheduling a report to FILE LOCATION

    Hello All,
    One of the user is trying to schedule a report to the below file location.
    However the report only keeps running without any error message  and does not complete .
    dbg.ads.db.com\nyc-ibops-g\xxx_xxxxxxx_xxx_xx_and_x_xx_and_xxx\GSI_GRP\xxxxxxx.xxxxx\DBFC\Client Service\xxxx\ScheduledReports "
    Could anyone please help ? Is there any guideline to be followed for a directory name ?
    Alternatively , we were planning to inform the users to generate the report into User's inbox and then send it to the above shared drive  but when we tried it at our end we get an error "This operation is not supported".
    Is this not supported by BO ?
    Thanks,
    BO XI R2

    Hi Philippe,
    We have recentky started using BO .
    Could you please let us know where exactly we need to check the properties of our job server ? and what exactly are we looking for ?
    We did add the filename in the destination.We get an error message saying " Access not granted on the file "
    We are using BO XI R2.
    Regards,
    BO XI R2

  • Java 7: Problems launching applets with jars on "file://" location

    Hi,
    We are experiencing a problem when updating our client's JRE from Java6 U 21 up to Java7 U 55.
    We have developed an Applet which is composed by several JAR files. Some of those JARs must be stored in local drive, and the JAR with the main Java class is stored on server.
    Let's supose we have a similar scenario like this:
    https://blahblahbah/bar.jar
    https://blahblahbah/test.html
    C:/foo.jar
    The code of test.html:
    <embed
      archive="file:///C:/foo.jar"
      cache_archive="bar.jar"
    />
    This code works fine on Java 6 and Applet is correctly loaded.
    However, with Java 7 a security exception is raised when trying to load JAR files from "file:///" location during Applet launch:
    java.lang.SecurityException: Permission denied: file:/C:/foo.jar
        at sun.plugin2.applet.Applet2Manager._loadJarFiles(Unknown Source)
    We have tried several tests using a java.policy file which grants all possible permisions:
    grant codeBase "file:/C:/foo.jar" {
        permission java.security.AllPermission;
    grant {
      permission java.security.AllPermission;
    We also tried to low Java's security level to "MEDIUM", with no success.
    We finally only managed to run the Applet if we explicity disable the "Next-Generation Plugin" with Internet Explorer 8. However, that's not a suitable solution, and still does not work with Mozilla family browsers.
    Eventhought with Mozilla browsers is still not working.
    Is there any restrictions in Java 7 that prevents to read jars from being loaded from local drive when launching Applets?
    Thanks in advance,

    Thank you baftos.
    I had read the whole message before posting mine. It's not the same problem. I'm able to run the sample signed applet always having the jar in the same location than the HTML page serving the applet via JNLP:
    <jar href="SignedAppletTest.jar" main="true"/>
    However, the security exception raises when trying to read that jar from local drive:
    <jar href="file://C:/SignedAppletTest.jar" main="true"/>
    ExitException[ 3]java.lang.SecurityException: Permission denied: file://C:/SignedAppletTest.jar
        at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
    I have even tried to decompile JNLP2Manager class, without seeing anything useful on that loadJarFiles method
    The only way I managed to avoid the problem is unchecking the New Generation Plugin and running the Applet with IE. Not a suitable solution for me at all..

  • Problems with file locations

    Hi,
    I've done a file location, but I've problems when I register the location with the next root path (This directory is on my local host):
    c:\test\
    All works fine, but when I execute the mapping that contais the file (prueba.dat), I obtain the next error:
    SQL*Loader-500: Unable to open file (c:testprueba.dat)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    I have problems with the character "\", because it doesn't appear in the file name (view SQL*Loader-500).
    I'm using Windows XP as local host, Oracle Wareuse Builder installed on a Linux Machine, version 9.2.0.4.0
    Any idea of what could happen?
    Thanks in advance,
    Carlos.

    I am using the client OWB11 through CITRIX (an emulator Xterm - similar to anyone else). In the configuration of my locations, I am not using local directories of my Win, I use only unix directories, such as (/ swpkg/oracle/11g/owb/bin/unix). Now DBAdministrator asked him to verify the existence of these directories.
    We attach the Log generated by OWB.
    MAP_T_ITZ_ACCOUNT_SUPPORT
    Description : Runtime User : OWBHYP Started : 2008-08-22 12:15:25.0
    Name
    Status
    Log
    MAP_T_ITZ_ACCOUNT_SUPPORT
    Error
    RPE-01013: SQL Loader reported error condition, number 1.
    SQL*Loader: Release 11.1.0.6.0 - Production on Fri Aug 22 12:15:26 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Control File: /swpkg/oracle/11g/owb/bin/unix/MAP_T_ITZ_ACCOUNT_SUPPORT.ctl
    Character Set WE8MSWIN1252 specified for all input.
    Data File: /swdata/db/ora_rman/inbound/SWPLAN_ACCOUNT.CSV
    Bad File: /swdata/db/ora_rman/inbound/bad/SWPLAN_ACCOUNT.BAD
    Discard File: /swdata/db/ora_rman/inbound/dis/SWPLAN_ACCOUNT.DIS
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 200 rows, maximum of 50000 bytes
    Continuation: Concatenate every 1 physical records
    Path used: Conventional
    Table "SWAHY_INTER"."SWA_HY_T_ITZ_ACCOUNT_SUPPORT", loaded from every logical record.
    Insert option in effect for this table: TRUNCATE
    Column Name Position Len Term Encl Datatype
    "PARENT" 1 * ; O(X) CHARACTER
    "CHILD" NEXT * ; O(X) CHARACTER
    "ALIAS" NEXT * ; O(X) CHARACTER
    "DATASTORAGE" NEXT * ; O(X) CHARACTER
    "TWOPASSCALC" NEXT * ; O(X) CHARACTER
    "UDA" NEXT * ; O(X) CHARACTER
    "SMARTLIST" NEXT * ; O(X) CHARACTER
    "DATATYPE" NEXT * ; O(X) CHARACTER
    "ACCOUNTTYPE" NEXT * ; O(X) CHARACTER
    "TIMEBALANCE" NEXT * ; O(X) CHARACTER
    "EXCHANGERATETYPE" NEXT * ; O(X) CHARACTER
    "VARIANCEREPORTING" NEXT * ; O(X) CHARACTER
    "SOURCEPLANTYPE" NEXT * ; O(X) CHARACTER
    "MEMBERVALIDFORPLAN1" NEXT * ; O(X) CHARACTER
    "PLAN1AGGREGATION" NEXT * ; O(X) CHARACTER
    "MEMBERVALIDFORPLAN2" NEXT * ; O(X) CHARACTER
    "PLAN2AGGREGATION" NEXT * ; O(X) CHARACTER
    "MEMBERVALIDFORPLAN3" NEXT * ; O(X) CHARACTER
    "PLAN3AGGREGATION" NEXT * ; O(X) CHARACTER
    value used for ROWS parameter changed from 200 to 10
    SQL*Loader-500: Unable to open file ( /swdata/db/ora_rman/inbound/SWPLAN_ACCOUNT.CSV)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    Table "SWAHY_INTER"."SWA_HY_T_ITZ_ACCOUNT_SUPPORT":
    0 Rows successfully loaded.
    0 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 49020 bytes(10 rows)
    Read buffer bytes: 65536
    Total logical records skipped: 0
    Total logical records read: 0
    Total logical records rejected: 0
    Total logical records discarded: 0
    Run began on Fri Aug 22 12:15:26 2008
    Run ended on Fri Aug 22 12:15:26 2008
    Elapsed time was: 00:00:00.08
    CPU time was: 00:00:00.01
    SQL*Loader: Release 11.1.0.6.0 - Production on Fri Aug 22 12:15:26 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL*Loader-500: Unable to open file ( /swdata/db/ora_rman/inbound/SWPLAN_ACCOUNT.CSV)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: No such file or directory
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    Message was edited by:
    ignacio.vega

  • Error writing to temporary file location. If this problem persists contact customer support. (-70)

    I've been trying to update/install Creative Cloud applications via Adobe Application Manager and no matter which application I try to install I receive this error: "Error writing to temporary file location. If this problem persists contact customer support. (-70)"
    Prior to this I was having trouble running updates to an application, and it told me I needed "Administrative Privleges" to do so. I have tried everything I can think of with the assistance of the Apple Store. Can anyone at Adobe help me?

    You do not have the permission on the TMP folder for write because of which you are facing the issue.
    Tmp folder is hidden on the Mac hence you have to unhide it first to check the permission and getting it corrected.
    I would recommend you to check the install/update from
    1) New user account
    2) Run the Disk repair utitlity
    if these steps doesn't help then contact support to get the permission corrected.

  • Problems with file location variables and Oracle 9i

    I'm new to Oracle and I'm seeing if I can get Oracle 9i running and do anything useful for me on a Solaris 9 platform.
    The installation of Oracle went OK except step three, creating a starter database. The installation wanted to put it on the same file system as {ORACLE_HOME} although I told the installation that I wanted {ORACLE_BASE} on another file system. So of course there wasn't enough room on the file system to make the starter database.
    I thought I'd be able to correct this after installation. I tried to make a General Purpose Database with Database Configuration Assistant but DBCA in step 5 of 7, File Location Variables still shows {ORACLE_BASE} to be the same as {ORACLE_HOME}, and no way to change that variable on this screen. Don't I want to change { ORACLE_BASE} to a file system that has enough space to make the data base? How do I change this variable? When logged in as the oracle user, I don't see it listed by setenv.
    When I ignored this setting and tried to finish DBCA, it hung.

    I looked for the {ORACLE*} environmental variables in the profile and login files of my oracle user, but didn't find that they were added by my Oracle setup. So I didn't think defining them as environmental variables would persist or overrule the global variables set at dbca run time.
    In the dbca windows, step 5 displays these global variable settings provocatively in a table, as if Oracle wants me to verify and edit them if necessary, but I keep poking at them with right mouse clicks, left mouse clicks, backspace, and delete, but all I can do is turn them blue.
    Currently when I use dbca to try to create a general purpose database, it hangs at 50% done, but not much space is used up on {ORACLE_HOME}. So it doesn't really look like the hang is caused by the disk being full. One of the processes that is hung is jre, so I thought I'd review the Oracle requirements and locations for JRE on my system.

  • Problem: '\' character of file location disappears

    Hi
    I am trying to pass the location of a file on local disk as parameter to a java function... the function accepts 'String' type... but when I do this... the '\' characters in the location disappear.
    For Example: If C:\Documents and Settings\Hllo\Desktop\trials is passed then it appears as C:Documents and SettingsHlloDesktop       rialsI dont understand what is happening... any pointers....?
    How do I overcome this? Please help..

    Ok,
    This is what I am trying to do:
    1. From a web page a user selects a file
    2. On a button click, JavaScript function gets invoked and the file location is stored in a local variable and passed as parameter.
    3. I am using DWR (AJAX), where the server side code 'FileOpener' will accept this string as parameter and tries to open the file.
    So therefore I need something in this server side code to escape the backslash characters from the received argument.... How do I do it?
    At present this is what I am doing and it shows me error:
    BufferedReader read = new BufferedReader(new FileReader(fileLocation));
    while((line = read.readLine()) != null) {
                       str = str + " " + line ;
    read.close();

  • Flat-File Loading problem

    Hi Friends,
    I am struggling with flat-file loading problem. I am trying to load a .csv file into data target. I took all pre-cautions while loading data. I look into preview and simulate the data. Everything is ok, but when i schedule the data, i found 0 records in the monitor. The following is the STATUS message of the above problem:
       No data available
    Diagnosis
    The data request was a full update.
    In this case, the corresponding table in the source system does not
    contain any data.
    System response
    Info IDoc received with status 8.
    Procedure
    Check the data basis in the source system.
             Can anybody help me what is the problem and procdure to resolve it?
    Regards,
    Mahesh

    Hi Eugene,
    Thanks for the quick reply. The following screen-shot tells you the messages of detail tab;
    OVER ALL STATUS MISSING WITH MESSAGES OR WARNINGS
    REQUEST: MISSING MESSAGES
    EXTRACTION
    EVERYTHING IS OK
    DATA REQUEST RECEIVED
    NO DATA AVAILABLE DATA ELECTION ENDED.
    PROCESSING
    NO DATA
               The above message was shown in details tab. Pls guide me to locate the problem.
    Regards,
    Mahesh

  • Regarding Background Job scheduling for file to file scenario

    Hi Guru's
    Good morining all of u
    I have one doubt on ...
    can we do background job scheduling for file to file scenario?
    Please give me response as early as possible.
    thanks and regards
    sai

    background jobscheduling for file adapter...
    you can schedule the file adapter according to your requirement as follows:
    In the  Communication Channel Monitoring Locate the link Availability Time Planning,  In Availability Time Planning, choose the Availability time as daily and say create, give the time details, select the communication channel in your case file adapter , goto the Communication Channels tab and filter and add the respective channel, save it
    /people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

  • Error while accessing a file located in the server from JSP

              Hi
              I am having problem while accessing the file located in the server from a JSP
              page. I am not getting the RealPath from a JSP page using getRealPath(request.getServletpath()).
              The same code is working if the jsp placd under defaultwebApp directory and not
              working if i create a war and deploy the same.
              I am using weblogic server 7.0 trail version.I am setting the context path also.
              Can any help me in this regard.
              Thank And Regards
              Anand Mohan
              

              Hi
              Thank you.Is there a way to read a file which is existing in the war file.
              Regards
              Anand Mohan
              "Wenjin Zhang" <[email protected]> wrote:
              >
              >In Weblogic, if your files are archived in a WAR, you cannot get an entry
              >as individual
              >file since it is only bytes in a large archive file. So getRealPath will
              >give
              >you null result. If you only want the path, try to use other getXXXPath,
              >getURL,
              >or getURI method. If you want to read the content, use getResource.
              >
              >
              >"Anand" <[email protected]> wrote:
              >>
              >>Hi
              >>I am having problem while accessing the file located in the server from
              >>a JSP
              >>page. I am not getting the RealPath from a JSP page using getRealPath(request.getServletpath()).
              >>
              >>The same code is working if the jsp placd under defaultwebApp directory
              >>and not
              >>working if i create a war and deploy the same.
              >>
              >>I am using weblogic server 7.0 trail version.I am setting the context
              >>path also.
              >>
              >>Can any help me in this regard.
              >>
              >>Thank And Regards
              >>
              >>Anand Mohan
              >
              

Maybe you are looking for