Parse files in directory newer than MM/DD/YYYY

In the attached VI I am trying to figure out how to pull in and parse all .txt log files in Folder path newer than a particular date instead of just the *.txt (all text files) as it is set to now. The date I will be entering from a sub VI is a string in the format MM/DD/YYYY. The date & time are included in the file names. The comma delimited .txt file names are broken down into "TesterID UUTSerial# Date TimeTested.txt". I have attached one of the comma delimited .txt files that the path contains. Anyone have any suggestions? I am running LV2009 SP1.
Thanks!
Solved!
Go to Solution.
Attachments:
Concatenate Files.vi ‏12 KB
2 123456789 Jun 24 2010 124729.txt ‏1 KB

Extracting the date from the filename and comparing it to an input date seemed like a fun thing to write.  So I wrote a VI to do that.  Here it is.  Just wire in the filenames array and the desired date to compare.  The output is a list of files that are greater than or equal to the specified date.  You can change the compare function if you want something different.  The filename must have a 3-letter month followed by a space, followed by a date, another space, the year, a space then whatever else.  The compare date must be in the form mm/dd/yyyy.
- tbob
Inventor of the WORM Global
Attachments:
File_GTEQ_Date.vi ‏22 KB

Similar Messages

  • Devenv always rebuilds my project, because a typescript file is newer than a pdb file

    I have a project with typescripts. devenv constantly rebuilding this project. Diagnostics output contains this line:   
    Project 'Benefits' is not up to date. Input file 'C:\abc\UI\BenefitsWeb\Scripts\Benefits\Modules\PPACA\ApprovalScreen.ts' is modified after output file 'C:\abc\UI\BenefitsWeb\bin\Dayforce.Web.Benefits.pdb'.
    So, how do I resolve this issue? The aforementioned typescript file is truly newer than the PDB. But the PDB is not the output of the typescript compilation !!! 
    Here is how I compile my typescript files:
        <PropertyGroup>
          <CompileDependsOn>
            $(CompileDependsOn);
            CompileTypeScript
          </CompileDependsOn>
        </PropertyGroup>
        <Target Name="GetInputs">
        </Target>
        <Target Name="GetOutputs">
        </Target>
        <Target Name="CompileTypeScript"
    DependsOnTargets="GetInputs;GetOutputs"
    Inputs="@(InputTypeScripts)"
    Outputs="@(OutputJavaScripts)">
        </Target>
    The project specifies the typescript files in the `TypeScriptCompile` item group, for instance:  
    <TypeScriptCompile Include="Scripts\Benefits\Modules\PPACA\CalendarSetup.ts" />
    Of course, @(OutputJavaScripts) lists the expected .js files only. No PDB files there.
    So how come devenv matches a typescript file with a PDB file? How do I fix it?
    I would like to clarify. It does not actually recompile the typescript or C# files (well for the first time it does recompile the typescript files, but only that). It starts the build, because typescript is newer than a PDB, but then it recognizes that no PDB
    dependency has actually changed. The same is true for the javascript files - they are all up-to-date. So nothing is actually rebuilt, but why to enter the build sequence in the first place!

    Hi mark,
    >>The project type is C# (csproj).
    C# is a programming language. The project type likes console application, windows forms application and web application.
    Have all project types the issue? If it is, try resetting VS to the default settings with the following commands to see if it helps.
    1.devenv.exe /resetsettings
    2.devenv.exe /resetuserdata
    regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Wrong result then parsing file in applet

    My applet is parsing a 3ds-file and it's working good in both applet viewer and as a stand alone application but then i try it as an applet in a browser it sometimes parses wrong.
    This is the printout i get then parsing is correct:
    Found data/model/chest.3ds in jar file.
    main chunk
    unused chunks : 2 with length: 10
    3d editor chunk
    unused chunks : 3d3e with length: 10
    unused chunks : ffffafff with length: 170
    unused chunks : 100 with length: 10
    object chunk
    Namnet p� objektet �r inl�st: Chest01
    triangular mesh chunk
    vertices list chunk
    Antalet vertices 424
    Antalet uv-koordinater 424
    unused chunks : 4160 with length: 54
    Antalet faces 168
    unused chunks : 4130 with length: 349
    unused chunks : 4150 with length: 678
    unused chunks : ffffb000 with length: 221
    This is the printout then run in an applet:
    Found data/model/chest.3ds in jar file.
    main chunk
    unused chunks : 2 with length: 10
    3d editor chunk
    unused chunks : 3d3e with length: 10
    unused chunks : ffffafff with length: 170
    unused chunks : 100 with length: 10
    object chunk
    Namnet p� objektet �r inl�st: Chest01
    triangular mesh chunk
    vertices list chunk
    Antalet vertices 424
    Antalet uv-koordinater 424
    unused chunks : ffffed3e with length: -1572921687
    unused chunks : 7856 with length: 1381233982
    This problem only occurs in some files.
    I'm parsing it by reading in the correct number of bytes and converting them to the correct type (int, char ..ect).
    Is there any difference in parsing files in a browser than in an application? The only difference I had so far is the browser beeing case sensitive in the filenames then the appletviewer isn't.
    I can post the code if you want to.
    Please help me, thanks.
    / Robert

    Ifanyone else having the same trouble I'm publishing the wrapper I used successfully.
    private static void read(InputStream in, byte[] buffer) throws IOException
            int bytesRead = 0;
            int bytesToRead = buffer.length;
            while (bytesToRead > 0)
                int read = in.read(buffer, bytesRead, bytesToRead);
                bytesRead += read;
                bytesToRead -= read;
        }

  • Files in /var/lib/pacman/local newer than in extra? [solved]

    Earlier today tried pacman -Syu and got the following message:
    bash-3.00# pacman -Syu
    :: Synchronizing package databases...
    :: testing is up to date
    :: current is up to date
    :: extra is up to date
    :: unstable is up to date
    :: community is up to date
    :: a52dec: local (0.7.4-3) appears to be newer than repo (extra/0.7.4-2)
    :: arts: local (1.4.2-4) appears to be newer than repo (extra/1.4.1-1)
    :: dbus: local (0.50-2) appears to be newer than repo (extra/0.34-1)
    :: eject: local (2.1.2-2) appears to be newer than repo (extra/2.0.13-1)
    :: faac: local (1.24-2) appears to be newer than repo (extra/1.24-1)
    :: ffmpeg: local (20050806-1) appears to be newer than repo (extra/0.4.9.pre1-1)
    :: gnokii: local (0.6.7-2) appears to be newer than repo (extra/0.6.7-1)
    :: gpgme: local (1.0.3-2) appears to be newer than repo (extra/1.0.3-1)
    :: gst-plugins: local (0.8.11-1) appears to be newer than repo (extra/0.8.10-1)
    :: gstreamer: local (0.8.11-1) appears to be newer than repo (extra/0.8.10-1)
    :: gwenview: local (1.3.0-2) appears to be newer than repo (extra/1.2.0-1)
    :: hal: local (0.5.4-1) appears to be newer than repo (extra/0.5.3-1)
    :: jack-audio-connection-kit: local (0.100.0-3) appears to be newer than repo (extra/0.100.0-1)
    :: jasper: local (1.701.0-3) appears to be newer than repo (extra/1.701.0-2)
    :: k3b: local (0.12.4a-1) appears to be newer than repo (extra/0.12.2-1)
    :: kde-common: local (3.4.2-6) appears to be newer than repo (extra/3.4.1-1)
    :: kdeaccessibility: local (3.4.2-3) appears to be newer than repo (extra/3.4.1-1)
    :: kdeaddons: local (3.4.2-4) appears to be newer than repo (extra/3.4.1-1)
    :: kdeadmin: local (3.4.2-3) appears to be newer than repo (extra/3.4.1-1)
    :: kdeartwork: local (3.4.2-3) appears to be newer than repo (extra/3.4.1-1)
    :: kdebase: local (3.4.2-5) appears to be newer than repo (extra/3.4.1-4)
    :: kdebindings: local (3.4.2-3) appears to be newer than repo (extra/3.4.1-1)
    :: kdeedu: local (3.4.2-4) appears to be newer than repo (extra/3.4.1-1)
    :: kdegames: local (3.4.2-3) appears to be newer than repo (extra/3.4.1-1)
    :: kdegraphics: local (3.4.2-4) appears to be newer than repo (extra/3.4.1-1)
    :: kdelibs: local (3.4.2-5) appears to be newer than repo (extra/3.4.1-2)
    :: kdemultimedia: local (3.4.2-4) appears to be newer than repo (extra/3.4.1-1)
    :: kdenetwork: local (3.4.2-4) appears to be newer than repo (extra/3.4.1-2)
    :: kdepim: local (3.4.2-4) appears to be newer than repo (extra/3.4.1-1)
    :: kdesdk: local (3.4.2-3) appears to be newer than repo (extra/3.4.1-1)
    :: kdetoys: local (3.4.2-3) appears to be newer than repo (extra/3.4.1-1)
    :: kdeutils: local (3.4.2-4) appears to be newer than repo (extra/3.4.1-1)
    :: libgphoto2: local (2.1.6-2) appears to be newer than repo (extra/2.1.6-1)
    :: libidn: local (0.5.17-2) appears to be newer than repo (extra/0.5.17-1)
    :: libieee1284: local (0.2.10-2) appears to be newer than repo (extra/0.2.10-1)
    :: libmal: local (0.40-2) appears to be newer than repo (extra/0.40-1)
    :: libmpcdec: local (1.2-2) appears to be newer than repo (extra/1.2-1)
    :: libraw1394: local (1.1.0-2) appears to be newer than repo (extra/1.1.0-1)
    :: libsamplerate: local (0.1.2-2) appears to be newer than repo (extra/0.1.2-1)
    :: musicbrainz: local (2.1.1-3) appears to be newer than repo (extra/2.1.1-2)
    :: net-snmp: local (5.2.1-3) appears to be newer than repo (extra/5.2.1-2)
    :: openexr: local (1.2.2-4) appears to be newer than repo (extra/1.2.2-1)
    :: openslp: local (1.2.0-2) appears to be newer than repo (extra/1.2.0-1)
    :: pilot-link: local (0.11.8-4) appears to be newer than repo (extra/0.11.8-3)
    :: pth: local (2.0.3-2) appears to be newer than repo (extra/2.0.3-1)
    :: qscintilla: local (1.6-1) appears to be newer than repo (extra/1.5.1-1)
    :: qt: local (3.3.5-1) appears to be newer than repo (extra/3.3.4-8)
    :: sane: local (1.0.16-2) appears to be newer than repo (extra/1.0.15-5)
    :: speex: local (1.1.10-3) appears to be newer than repo (extra/1.1.10-1)
    :: t1lib: local (5.1.0-1) appears to be newer than repo (extra/5.0.2-1)
    :: taglib: local (1.4-2) appears to be newer than repo (extra/1.3.1-2)
    :: tunepimp: local (0.3.0-5) appears to be newer than repo (extra/0.3.0-4)
    :: Above packages will be skipped.  To manually upgrade use 'pacman -S <pkg>'
    How did this happen and what can I do to fix it. I mean, obviously all the files shown in local were downloaded using pacman, so how can the local version be greater than the individual versions found in current, extra, testing, unstable or community?!!
    Thanks,
    Gary :x
    Figured this out. Apparently the first mirror listed in the /etc/pacman.d extra file is out of sync. Commented out the first two. Ftp.arch is working fine. Updated the extra db and found two apps needed updating. No more errors, since the /var/lib/pacman/extra directory was completely updated. Will try the original mirror in a few days. 

    Yep, loads of files were updated earlier today, so the mirrors were mostly out of sync for a while.  Look here for more info:
    http://bbs.archlinux.org/viewtopic.php?t=15505

  • Could not load file or assembly because runtime is newer than currently loaded run time

    I have recently upgraded to TestStand 2010 and Visual Studio 2010 from TestStand 4.2.1 and Visual Studio 2008. I am now getting the following error in the sequence analysis for all calls to my .net dlls.
    "Module for Step 'My_StepType' not Loadable. Could not load file or assembly or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded."
    I do not know what runtime it is referring to. It all worked previously. I have tried to browse to the dll again but that doesn't make any difference.
    Any ideas?
    Thanks.
    Solved!
    Go to Solution.

    Hi,
    By default the TestStand Sequence Editor targets .NET 2.0 and the .NET adapter can call assemblies built in .NET 2.0-3.5.  This is because those versions of .NET all share the same CLR version.  .NET 4.0 however moved to a new CLR, meaning that if you want to call .NET 4.0 assemblies you will need to make the Sequence Editor target .NET 4.0 as well.  You can do this by creating an app config file for SeqEdit.exe. 
    Without going into too many details, just create a file named "SeqEdit.exe.config" and put the following text in it:
    <configuration>
      <startup useLegacyV2RuntimeActivationPolicy="true">
        <supportedRuntime version="v4.0"/>
      </startup>
    </configuration>
    Then place this file in the same directory as SeqEdit.exe.  I believe we have an article explaining this in more detail.  I'll try and find it.  Your other option is to target an earlier framework with your .NET assemblies (this is just a project setting in VS 2010).

  • TS2570 On start up of my new iMac it locks on the grey screen with the apple logo and the progress wheel spins. Boot up in safe and this is where it stopped at "BootCacheControl: Unable to open /var/db/bootcache.playlist: 2 no such file or directory. "

    On start up of my new iMac it locks on the grey screen with the apple logo and the progress wheel spins. Boot up in safe and this is where it stopped at "BootCacheControl: Unable to open /var/db/bootcache.playlist: 2 no such file or directory. "

    Reinstalling MacOS does NOT fix the problem for me.  I'm still searching a solution !
    Bernard

  • How to include more than 12 files in a new PDF document?

    I have a Adobe PDF Pack, and when I click on crating a new PDF document, they say that I cannot combine more than 12 files...!
    And I want to have a document of hundreds of pages!
    Someone can help me?
    Pleeeeaaase!!!!!!

    Hi Hisami,
    Thank you very, very much!
    It is very useful what you explain.
    One only question, since I have the trying version of Acrobat Pro: how many files can you combine at the time with it?
    May be it depends on the files size.
    I tried yesterday to combine 50 files at the time and it just blocked everything...
    Thanks a lot!
    Have a very good day.
    Henric
    Henric Caldas
    30 rue de Belleville
    75020 Paris
    Home : +33.1.46.36.04.55
    Mobile : +33.6.59.08.02.27
    [email protected]
    Le 28 janv. 2014 à 22:48, "H.Spector" <[email protected]> a écrit :
    Re: How to include more than 12 files in a new PDF document?
    created by H.Spector in Adobe PDF Pack (formerly CreatePDF) - View the full discussion
    To combine more than 12 files into a single PDF file:
    1. Combine file 1 to file 12 then name it (combined 1 for example)
    2. Combine file 13 to file 24 then name it (combined 2 for example)
    3. Keep doing those steps #1 and #2 then combine "combined 1, Combine 2.....Combine 12).
    Another way is to use Adobe Acrobat. Please download Acrobat XI Pro Trial version from www.adobe.com or you can upgrade your subscription to Acrobat Plus(please see more information about Acrobat Plus subscription at https://www.acrobat.com/acrobatplus/en/home.html?trackingid=JPZKR).
    In Acrobat XI Pro:
    1. Launch Acrobat
    2. Select "File" menu > Create > Combine Files into a Single PDF
    3. Click "Add Files" button at top left corner
    4. After adding your files click "Combine" button at the bottom of the dialog.
    Thank you
    Hisami
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6062261#6062261
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6062261#6062261
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6062261#6062261. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe PDF Pack (formerly CreatePDF) at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • AMule known.met.new No such file or directory

    Today I've seen that Kad doesn't have nodes and this message:
    2012-02-06 20:33:07: Connected to Kad (ok)
    2012-02-06 20:33:35: Error: Impossible to get permissions for file '/home/user/.aMule/known.met.new' (error 2: No such file or directory)
    Efectively, there's no file known.met.new maybe refers to known.met or known2_64.met but I don't know how to change.

    The server is going to look for the file relative to its current directory which is directory in which the jvm was started. You should use the ServletContext gerRealPath method to create an absolute path to the file.
    http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)

  • Is there any way to upload iWeb files updates only with a 3rd party ftp program to a new hoster, e.g. Godaddy? I see no posts newer than 2007

    Is there any way to upload iWeb files updates only with a 3rd party ftp program to a new hoster, e.g. Godaddy? I see no posts newer than 2007.

    If you are using iWeb V 3, there are two other options for publishing the site...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    Some pointers for choosing hosting...
    http://www.iwebformusicians.com/iWeb/Website-Hosting.html

  • Xmlparser.parse error: No such file or directory

    Hello,
    Please forgive me if this has already been answered, but I did quite a bit of searching and could not find any resolved threads on this matter.
    I'm getting the following error from my call to xmlparser.parse(parser, Path || File);
    ERROR at line 1:
    ORA-20100: Error occurred while parsing: No such file or directory
    ORA-06512: at "SYS.XMLPARSER", line 22
    ORA-06512: at "SYS.XMLPARSER", line 79
    ORA-06512: at "MyProcedure", line 219
    ORA-06512: at line 1
    Now, I've seen that sometimes this can be caused because of a missing dtd, so I've set the following:
    xmlparser.setValidationMode(parser, FALSE);
    Moreover, I can access the same file with a call to:
    utl_file.fopen(Path, File, 'r');
    What can I begin to do to try and solve this?
    Thanks,
    Ryan

    Oh - I think this is the problem:
    http://www.lc.leidenuniv.nl/awcourse/oracle/appdev.920/a96621/adx20ppl.htm#1005695
    Argument Description: 'dir'
    "should be specified as a complete path name" - I was using a directory alias

  • Anyone know how I can get an audio file imported into my iTunes' podcast directory, rather than the music directory?

    Anyone know how I can get an audio file imported into my iTunes' podcast directory, rather than the music directory?
    I downloaded a series of podcasts recently.  They were imported into my "music" directory instead, making it more difficult for me to recall where I left off with the last podcast I listened to before having to stop it for whatever reason.  Thanks in advance for any help.

    You can do it, though the result isn't ideal. Import your episode, then select it in the Music list and hit command-i to bring up the info panel:
    However each episode you do this with will turn up as a 'podcast' with no name - and it doesn't seem possible to give it one - containing the one episode:

  • Outofmemory while creating a new object of file with size more than 100 MB

    I have created an application which generates a report by getting the data from our archived files (.zip file).By the time, the application is reaching a file with size more than 100 mb, it is running out fo memory while creating the object of that particular file. Can some one help me by tellin if there id way to resolve this issue?
    Thanks in advance

    If you're getting OutOfMemoryError, the simplest thing to try is to give the VM more memory at startup. For Sun's VM, I believe the default is 64 MB. You can increase this by using the -X args that control the heap size. For example: java -Xms128m -Xmx256m ... etc. ... This says start with 128 MB of heap, and allow it to grow up to 256 MB.
    One thing to consider, though, is do you need that much stuff in memory at once? A more intelligent approach might be to unpack the archive to the file system, and then read a file at a time or a line at a time or a whatever at a time is appropriate for the processing you need to do.

  • RAC 11g Installation Failing, saying "$GRID_HOME/bin/crsctl : No such file or directory"

    Hi All,
       I've the below mentioned problem.
    Some time ago, I installed Oracle 11g RAC. As this installation failed, I removed both Grid Home and Database Home using "rm", rather than deinstalling as deinstall failed while running. Now, when I do a fresh install of Oracle 11g RAC, I get the below response while running $GRID_HOME/root.sh:
    [code]
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= grid
        ORACLE_HOME=  /u02/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying coraenv to /usr/local/bin ...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2013-08-28 00:15:36: Parsing the host name
    2013-08-28 00:15:36: Checking for super user privileges
    2013-08-28 00:15:36: User has super user privileges
    Using configuration parameter file: /u02/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    Improper Oracle Clusterware configuration found on this host
    Deconfigure the existing cluster configuration before starting
    to configure a new Clusterware
    run '/u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig'
    to configure existing failed configuration and then rerun root.sh
    [code]
    I ran "/u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig", But, I get the below errors:
    [code]
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig
    2013-08-28 00:17:19: Parsing the host name
    2013-08-28 00:17:19: Checking for super user privileges
    2013-08-28 00:17:19: User has super user privileges
    Using configuration parameter file: /u02/app/11.2.0/grid/crs/install/crsconfig_params
    Failure to execute: No such file or directory for command /u02/app/11.2.0/grid/bin/crsctl check cluster -n racnode2
    Failure to execute: No such file or directory for command /u02/app/11.2.0/grid/bin/crsctl check cluster -n racnode2
    Oracle Clusterware stack is not active on this node
    Restart the clusterware stack (use /u02/app/11.2.0/grid/bin/crsctl start crs) and retry
    Failed to verify resources
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/bin/crsctl start crs
    -bash: /u02/app/11.2.0/grid/bin/crsctl: No such file or directory
    [code]
    In fact, there are no "crsctl" under GRID_HOME/bin.
    OS : Linux
    Can someone help. I am willing to provide any information.
    Thanks,

    Hi Pradeep,
       Your suggestion helped immensely. I removed all the oracle related files and directories from /etc/oracle, removed entry in /etc/inittab and removed links to startup/kill scripts from /etc/rc.d/*.
    I've added below steps I followed so it may be helpful:
    1. Removed these directory lastgasp,  oprocd,  scls_scr from /etc/oracle
    2. removed ocr.loc.orig, olr.loc, olr.loc.orig from /etc/oracle
    3. Removed the entry h1:35:respawn:/etc/init.d/init.ohasd run >/dev/null 2>&1 </dev/null from /etc/inittab
    4. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc0.d
    5. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc1.d
    6. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc2.d
    7. Removed S96ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc3.d
    8. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc4.d
    9. Removed S96ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc5.d
    10. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc6.d
    Then, Grid installation was started, and root.sh went well. The Grid Infrastructure was installed successfully on both the nodes.
    This has been performed on all nodes in the cluster. In fact, I had only 2 nodes in the cluster.
    Thanks again,

  • Bursting Problem - A file or directory in the path name does not exist

    I'm trying to burst some data via email using the standard DocumentProcessor java code but receiving an error relating, I assume, to an invalid temporary directory. I've checked that the directory exists, as do the data file and control file. By the way I am not running in Apps, just stand alone mode. Any ideas would be much appreciated.
    [042308_104249440][oracle.apps.xdo.batch.bursting.FileHandler][EXCEPTION] java.io.FileNotFoundException: /u02/DIAS/bursting/BIPublisher/tmp/042308_104249338/xdo2.tmp (A file or directory in the path name does not exist.)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:205)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:96)
    at oracle.apps.xdo.template.RTFProcessor.setOutput(Unknown Source)
    at oracle.apps.xdo.batch.bursting.FileHandler.rtf2xsl(Unknown Source)
    at oracle.apps.xdo.batch.bursting.ProcessDocument.getXSLFile(Unknown Source)
    at oracle.apps.xdo.batch.bursting.ProcessDocument.processTemplate(Unknown Source)
    at oracle.apps.xdo.batch.bursting.ProcessCoreDocument.processLayout(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.batch.DocumentProcessor.process(Unknown Source)
    at PIreportburst.bEngine(PIreportburst.java:24)
    at PIreportburst.main(PIreportburst.java:51)
    -Below is the java code I'm using
    public void bEngine(String ctrlFile, String dataFile, String tmpDir) {
    try {
    DocumentProcessor dp = new DocumentProcessor(ctrlFile,dataFile,tmpDir);
    dp.process();
    catch (Exception e) {
    System.out.println(e);
    }

    Thanks Ike
    Where do you suggest setting the temp directory:
    DocumentProcessor("control.xml","data.xml","/u02/DIAS/bursting/BIPublisher/tmp/042308_104249338/xdo2.tmp")
    or in the xdo.cfg:
    <property name="system-temp-dir">/u02/DIAS/bursting/BIPublisher/tmp/042308_104249338/xdo2.tmp</property>
    ..and thanks for the link to the BIPublisherIDE
    Cheers, Mike

  • TS2570 Still cant access my computer, followed instructions to perform a safe boot and last line of script it shows: BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory. Any idea?

    Brand new Mac Book Pro
    Purchased in Mexico's Department store Liverpool on June 20th 2012
    Purchased Memory upgade to 8Gb, on june 27th, at Apple Store Memorial City, Houston
    Upgraded memory from 4Gb to 8Gb on June 28th.
    Tried to write on my external HD (previously written on a windows based PC) with no success.
    Upon reccomendation from a Mac assistant, copied all my external HD contents into my Mac Hard drive.
    Then formatted my external HD and copied back all my information to it.
    deleted all the  information from my MacBook Pro HD.
    Attempted to repeat the same operation with another external HD, but got a message saying there was not enough epace on the computer HD (even though I have a 750Gb Hard Drive.
    Looked in the trash bin and there it was, all the information previously deleted..
    Could not empty the trash bin, although I got a message asking me to safely delete all the information from the trash bin,
    Could not get enough space released, after several attpempts the trash bin was finally emptied.
    All happy getting acquainted with my new MacBook Pro. Two days later, got a gray screen and not able to start the computer.
    Looking in to Mac support I found article http://support.apple.com/kb/TS2570 and followed instructions to perform a safe boot:
    "Perform a Safe Boot
    Simply performing the Safe Boot may resolve this issue.
    Shut down your Mac. If necessary, hold your Mac's power button for several seconds to force it to power down.
    Start your Mac, then immediately hold the Shift key. This performs a Safe Boot. Advanced tip: If you want to
    see the status of a Safe Boot as it progresses, you can hold Shift-Command-V during start up (instead of just Shift).
    Note: A Safe Boot takes longer than a typical start up because it includes a disk check and other operations.
    The following is the script that appears on the screen upon safe boot. and halt after the last line.
    AppleACPICPU:Processor Id=6 LocalAplicId=255 Disabled
    AppleACPICPU:Processor Id=7 LocalAplicId=255 Disabled
    AppleACPICPU:Processor Id=8 LocalAplicId=255 Disabled
    calling mpo_policy_init for TMSafetyNet
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    calling mpo_policy_init for Sandbox
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    calling mpo_policy_init for Quarantine
    Security policy loaded: Quarantine Policy (Quarantine)
    Copyright (c) 1982, 1986, 1989, 1991, 1993
            The Regents of the University of California. All Rights Reserved.
    MAC Framework Succesfully initializad
    using 16384 buffer headers and 10240 cluster IO buffer headers
    IOAPIC: Version 0x20 Vextors 64:87
    ACPI: System State [SO S3 S4 S5] (S3)
    PFM64 (36cpu) 0xf10000000, 0xf0000000
    Aplconsole relocated to 0xf1000000
    PCI configuration changed (bridge=16 device=4 cardbus=0)
    [ PCI configuration end, bridges 12 devices 16 ]
    Firewire (OHCI) Lucent ID 5901 built-in now active, GUID 3c0754fffe9b2aa2; max speed s800.
    Pthread support ABORTS when sync kernel primitives misused
    com.apple.AppleFSCompressionTypeZlib kmod start
    com.apple.AppleFSCompressionTypeDataless kmod start
    com.apple.AppleFSCompressionTypeZlib load succeeded
    com.apple.AppleFSCompressionTypeDateless load succeeded
    AppleIntelCPUPowerManagementClient: ready
    BTCOEXIST off
    wl0: Broadcom BCM4331 802.11 Wireless controller
    5.100.98.75
    AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitializad
    rooting via boot-uuid from /chosen: 6E918706-FC0D-37460-A3A0-6268A51DF93B
    Waiting on <dict ID="0"><key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleAPIPCI/SATA@1F,2/AppleIntelPchSe riesAHCI/PRT0@0/AOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlock
    storageevice /IoBlockStorageDriver/TOSHIBA MK7559GSXF Media/IOGUIDPartit
    BSD root: disk0s2, major 14, minor 2
    Kernel is LP64
    com.apple.launchd 1   com.apple.launchd 1   *** launchd[1] has started up. ***
    com.apple.launchd 1   com.apple.launchd 1   *** Verbose boot, will log to /dev/console. ***
    Running fsck on the boot volume...
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing FSCK_HFS (version diskdev_cmds-540.1~25).
    BootCacheControl: UNable to open /Var/db/BootCache.playlist:2 No such file or directory
    launchctl:Dubious permissions on file (skipping): /Library/LaunchDaemons
    launchctl:Dubious permissions on file (skipping): /System/Library/LaunchDaemons
    Any help or suggestions on what to do next would be welcomed.
    I am in the middle of the Atlantick, stuck with a brand new, non working Apple MacBook Pro.
    Best regards
    Sergio Ramos

    Reinstalling MacOS does NOT fix the problem for me.  I'm still searching a solution !
    Bernard

Maybe you are looking for

  • For-each loop with colon in group name

    When making my first simple RTF report with XML Publisher, I am encountering problems with an XML tag name that contains a colon. When I set the tag name as the group for a loop - <?for-each:Blah1:Blah2?>, where Blah1:Blah2 is the tag name in my XML

  • X201 Ultrabase Keyboard / Mouse Issues

    Hello, I have recently deployed 3 identical X201 systems with the Ultrabase to some of my users, they are imaged systems and should all work virtually the same but one is having an odd quirk.  If he turns the system on while it is docked, the externa

  • None approval process for Purchasing Info Record

    Hi, Are there some approval process in SAP for Purchasing Info Record? Now, we use ME11 to creat Purchasing Info Record. And use ME12 to modify Purchasing Info Record. I feel it is very dangerous. Becase if someone make a mistake. Nobody know. If the

  • Drag & Drop a JButton -- URGENT

    I have two Jpanels, one panel contains my set of JButtons and i have to be able drag and place them on the second panel. how much ever i try am unable to do this. I need some help with with what are the flavors i should set. please could someone tell

  • External reference for USB 5132

    Hello, I have a couple (hopefully) general questions about using an external reference clock on our USB 5132 digitizer.  We want to lock it to the other oscillators in our system, all of which are presently locked to one 10 MHz reference.  If I conne