XmlStreamWriter Releasing of File Issue

Hi
I am trying to use xmlStreamWriter. On my windows system, even after calling the xmlStreamWriter.close(), I am unable to open the created file d:\sample.xml in wordpad (is in use by another application and cannot be accessed), until the program is terminated. Please can you tell me how to over come this?
try {
XMLOutputFactory xmlOutputFactoryInst = XMLOutputFactory.newInstance();
XMLStreamWriter xmlStreamWriter = xmlOutputFactoryInst.createXMLStreamWriter(new FileWriter("d:\\sample.xml"));
xmlStreamWriter.writeStartDocument();
xmlStreamWriter.writeEndDocument();
xmlStreamWriter.flush();
xmlStreamWriter.close();
System.out.println("Try to open now, the File d:\sample.xml using wordpad...");
Thread.sleep(60000);
System.out.println("Exiting");
} catch (FactoryConfigurationError e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}

Thanks my dear friend, for that reply...
Now the question is how to get the handle for the underlying fileWriter from xmlStreamWriter ? coz it was a prewritten code and my method receives only the xmlstreamwriter. I have to close and release the file in my method. Any idea on that?
public static void main(String[] args) {
      XMLOutputFactory xmlOutputFactoryInst = null;
         XMLStreamWriter xmlStreamWriter = null;
         xmlOutputFactoryInst = XMLOutputFactory.newInstance();
         String fileName = "d:\\samplexml";
         try {
              xmlStreamWriter =
                     xmlOutputFactoryInst
                             .createXMLStreamWriter(new FileWriter(fileName));
             xmlStreamWriter.writeStartDocument("utf-8", "1.0");
             xmlStreamWriter.writeEndDocument();
             xmlStreamWriter.flush();
             xmlStreamWriter.close();
             System.out.println("Sleeping");
             Thread.sleep(60000);
             System.out.println("Exited");
         }catch (Exception e){
              e.printStackTrace();
         }Edited by: wizsen on Oct 23, 2009 10:14 AM

Similar Messages

  • Acrobat won't release a file

    Everyone,
    I'm using visual basic to manipulate a pdf file opened in Acrobat. The code below opens the file and searches for a text string. If it finds the text string, the pages containing are deleted. Once the text string is no longer found, the file is closed, the application is hidden and then exited. All of this works just fine.
    My problem occurs with the last line of code. I want to rename the file and place it in another directory. However, I get a file path error which indicates to me that Acrobat is still holding on to the recently closed file.
    Is there a method to get Acrobat to release the file? Any help is appreciated.
    MikeCJ
    Dim pdfAcroExchApp As Acrobat.AcroApp
    Dim pdfAVDoc As Acrobat.AcroAVDoc
    Dim pdfPDDoc As Acrobat.AcroPDDoc
    Dim pdfPath, sText As String
    Dim foundText, Rsp, x As Integer
    Dim check As Boolean
    'Check establishes whether an MSDS has a chemical Evaluation form attahced.
    check = True
    Do While check = True
        'If the text string frmChemEval is found it is a certainty the MSDS file contains a Chemcial Evaluation Form
        sText = "frmChemEval"
        pdfPath = "Q:\" & Form_frmControlPanel.fldautoMSDSNbr & ".pdf"
        'set pdfAVDoc for searching
        Set pdfAcroExchApp = CreateObject("AcroExch.App")
        Set pdfAVDoc = CreateObject("AcroExch.Avdoc")
        pdfAVDoc.Open pdfPath, ""
        pdfAcroExchApp.Show
        Set pdfPDDoc = pdfAVDoc.GetPDDoc
        Set pdfPDDoc = CreateObject("AcroExch.PDDoc")
        pdfPDDoc.Open pdfPath
        x = pdfPDDoc.GetNumPages
        foundText = pdfAVDoc.FindText(sText, 0, 1, 1)
            If foundText = -1 Then
                check = True
            Else
                check = False
            End If
            If check = True Then 'The MSDS already contains a Chemical Evaluation Form
                    pdfPDDoc.AcquirePage pdfPDDoc.GetNumPages - 1
                    pdfPDDoc.DeletePages pdfPDDoc.GetNumPages - 1, pdfPDDoc.GetNumPages - 1
            End If
    Loop
    pdfPDDoc.Close
    pdfAcroExchApp.Hide
    pdfAcroExchApp.Exit
    Name (pdfPath) As ("Q:\MSDS Temp\MSDStoMerge.pdf")

    Bernd,
    It was an omission on my part. I've included a save statement just before the close statement. Any thoughts of the "releasing" issue?
    Thanks,

  • Drag and drop, it won't release the file.

    Upon booting up my 15"MBP with osx Lion, when I drag and drop a file, it won't release the file.  This happens across files, other programs, etc. The only fix is to put the computer to "sleep", then when it turns back on drag and drop works fine.
    Is there a fix for this issue?  It happens on every boot up.

    To clarify, it's not just Air DIsplay but any third-party video driver. When any of these is installed (not even necessarily active) on a MBP5,1, MBP5,2, or MBP5,3, you'll have this issue. The workaround is detailed here: Air Display on Lion with NVIDIA 9400/9600
    Dave at Avatron

  • Hello dps team,  A few weeks ago we renewed our dps licence. Now we want to release our newest issue but we can't. Following error message appears "At the attempt to release the folio creates an error. The process could not be started. Please try again la

    Hello dps team,
    A few weeks ago we renewed our dps licence. Now we want to release our newest issue but we can't. Following error message appears "At the attempt to release the folio creates an error. The process could not be started. Please try again later."
    Is there a problem with our dps version or any maintenance work at the servers from Adobe?
    Best,
    Oliver

    Hi Oliver,
    Please login to your DPS dashboard and contact support by clicking "Contact support" at the bottom left
    Thanks
    Lohrii

  • Ocrfile is not being written to.  open file issues.  Help please.

    I've been troubleshooting an open file issue on our Test environment for quite a while now. Oracle has had me update to latest CRS bundle for 10.2.0.3, then upgrade to 10.2.0.4, then two more patches via OPatch to bring 10.2.0.4 RAC to it's most recent patch. None of these patches resolved our problem. We have ~8700 datafiles in the database and once the database is started, we're at ~11k on Production but on Test we're at ~37K or higher. It takes 1-2 days to hit the 65536 limit before it crashes. I have to 'bounce' the database to keep it from crashing. Yes, I could raise the ulimit but that isn't solving the problem.
    Over the weekend I noticed that on Production and DEV, the ocrfile is being written to constantly and has a current timestamp but on Test, the ocrfile has not been written to since the last OPatch install. I've checked the crs status via 'cluvfy stage -post crsinst -n all -verbose' and everything comes back as 'passed'. The database is up and running, but the ocrfile is still timestamped at April 14th and open files jump to 37k upon opening the database and continue to grow to the ulimit. Before hitting the limit, I'll have over 5,000 open files for 'hc_<instance>.dat, which is where I've been led down the path of patching Oracle CRS and RDBMS to resolve the 'hc_<instance>.dat bug which was supposed to be resolved in all of the patches I've applied.
    From imon_<instance>.log:
    Health check failed to connect to instance.
    GIM-00090: OS-dependent operation:mmap failed with status: 22
    GIM-00091: OS failure message: Invalid argument
    GIM-00092: OS failure occurred at: sskgmsmr_13
    That info started the patching process but it seems like there's more to it and this is just a result of some other issue. The fact that my ocrfile on Test is not being written to when it updates frequently on Prod and Dev, seems odd.
    We're using OCFS2 as our CFS, updated to most recent version for our kernel (RHEL AS 4 u7 -- 2.6.9-67.0.15.ELsmp for x86_64)
    Any help greatly appreciated.

    Check Bug... on metalink
    if Bug 6931689
    Solve:
    To fix this issue please apply following patch:
    Patch 7298531 CRS MLR#2 ON TOP OF 10.2.0.4 FOR BUGS 6931689 7174111 6912026 7116314
    or
    Patch 7493592 CRS 10.2.0.4 Bundle Patch #2
    Be aware that the fix has to be applied to the 10.2.0.4 database home to fix the problem
    Good Luck

  • Sudden MTS File Issues

    I have been editing MTS files (AVCHD) from a Panasonic GH2 (Some hacked some stock firmware) for over 2 years with little to no issues. I am using the CS5.5 Master Collection, Premiere Pro in this case, on a 3 year old Sager laptop (64-bit, i-7 720qm, 8GB RAM, 2 internal HDDs, nVidia GeForce GTX 285M). I am not sure if I am having hardware issues or a corrupt file but something is not right.
    I am now in the middle of a project and all of the sudden my computer is VERY sluggish and it takes minutes before things update (such as scrolling in my timeline to a different frame) and sometimes it just freezes up all together. There is also an issue (could be related) with the second set of spanned clips (detailed below) from this project.
    The timeline is DV 24P widescreen since it is going to DVD and also uses footage shot from a DVX100b for cutaways. The GH2 footage was all shot with stock firmware 1.1 at 24H, all shot on one day and the first recording time was just shy of an hour, then about 20 minutes and then another for about an hour. This produced 3 mts files for the first section, 1 solo file for the short section and 4 files for the last long section.  I copied the whole card to my D drive without altering any of the folder structure like a good boy. I brought in the clips to the project window and had no issues with editing the first hour section. I will say that I did not use the media browser as I have learned recently is the preferred way to import these clips. For the last 2 years I have dragged and dropped using the windows explorer window and have not had any issues until now. I have dealt with spanned clips, a music video hat required over ten video tracks and much higher bit rates so I am not sure what the trigger is for these issues. What is odd about the second longer clip is that when the first clip is dragged in to the timeline( 00004), it only brings that clip, not the others that should be attached. The first section worked but not this one. And all of the files that follow this clip are numbered differently but look identical to (00004) when dragged to the timeline. They all appear normal in explorer (smaller clips that should be spanned together) so the footage is in tact, just not in PP.
    I experimented a little and copied clip 0005 into it's own folder, dragged it in and it then displayed properly (not a copy of 00004). The sluggish issue is still there so I am not ready to just grin and bear it with this workaround. I also experimented by creating a brand new project, copying the original footage from my archive drive (never imported into a timeline so no xmp files) into a new folder and used media browser to bring in the footage. It didn't show clips 00005 and up since the media browser is only supposed to show the first of the spanned clips but it was still only 24 minutes long and obviously not including the rest of the clips. MEdia browser recognizes these clips are supposed to be together, but PP is seeing them all as copies of 00005.
    I will greatly appreciate any opinions but bear in mind that I have used this same workflow on this same system for over 2 years. The only variable is that these spanned clips may be slightly longer than I have used in the past but not by much. I really don't know if there is a peice of hardware malfunctioning, if the clip is somehow corrupt or if I am missing something obvious.
    What coulod cause this sudden change in performance? Would editing with a proxy help? Should I convert this trouble clip to a different format? Am I asking too much of my system? Are there ways to check if my computer is functioning properly?
    Thanks in advance for any insight and for reading this rather lengthy explaination.
    Cole

    I wanted to give a quick update on this MTS file issue. I was able to get my system back to normal by isolating the trouble files in their own folders outside of the "Private" folder(the actual source files, not in the premiere project). I copied the first clip of the group into a folder by itself and the last 3 clips into another folder. I deleted the originals from premiere and imported (dragging and dropping from windows, not using media browser) the isolated files and they worked fine. Obviously they were now 4 independent files that I had to place side by side in the timeline but they lined up and there is no more lag in the system and there are no more duplicate files.
    Far from conventional but it has me editing again and I didn't have to buy a new computer to be back in business. I can only guess that something glitched when it was conforming and it wouldn't recognize the spanned clips.
    A special thanks to Eric at ADK for offering some suggestions that I fortunately didn't have to try.

  • Oracle 11g - External Table/Remote File Issue?

    Oracle 11g - External Table/Remote File Issue?
    =============================
    I hope this is the right forum for this issue, if not let me, where to go.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04
    We are not allowed to put files on the CSV file system (Server A), where DB instance is running. We are able place CSV files on another server(Server B), where DB instance is not running.
    We are trying to use oracle external table to load text files in .CSV format.
    How do we create a Directory (Create Directory) on Server A DB to point to File system of Server B?
    Is it feasible?
    Any idea?
    Thanks in helping.

    The Solaris DBA should be able to mount the filesystem for you. Either that or you have to get creative transferring the file like this;
    http://www.linkedin.com/groups/Getting-creative-external-table-preprocessor-140609.S.50474382?qid=ba673ce4-c4bb-40c5-8367-52bd2a2dfc80&trk=group_search_item_list-0-b-ttl&goback=%2Egmp_140609
    Cheers
    David

  • Lock Box File issue

    I in the process of trying to test the lockbox upload and I was hoping someone could help me on this file issue.
    the bank is providing the file as below for the "6" and the "4" record
    620000100000480351220002470375406600000000014936CONCISYS INCORPORATE20111026    
    42000016019                     901293890        0000048035                
    my issue is I cannot get SAP to match the invoice number becuase of the spaces.     If I remove the spaces from the  fil SAP will l match the invoice and clear the invoice.  The bank is giving me the file in a Fixed Length format.  
    I have also tried the file this way
    620300100000455000759116030755701208000000279048SIGNICAST           20120117    
    4203001601900000018000606470000045500  
    sap does not like the extra "0"  in the fields.
    I am  indicating the file is a BAI2.
    Any insight would help.

    Hi,
    If your file is in BAI2, this is the format, For Record type 6 :
    Here for example the Check total amount is 15670.89
    Data Type     Length     Description     
    NUMC     1     Record Type for Lockbox     6
    NUMC     3     Batch Number for Lockbox (Bundle Number)     001
    NUMC     3     Batch Item Number for Lockbox     001
    NUMC     10     Remittance Amount  (Check total  Amount) for Lockbox     0001567089
    CHAR     9     Remitter Identifier 1: Transit Routing Number for Lockbox (Customer' bank transit routing number)     111000614
    CHAR     10     Remitter Identifier 2: Account Number for Lockbox  (customer bank account number)      0000000000
    NUMC     9     Check Number     000014801
    CHAR     35     Data Element Type CHAR Length 35     ENERFLEXENERGYSYSTEMINC
    For above example the record type 6 should be:
    600100100015670891110006140000000000000014801ENERFLEXENERGYSYSTEMINC
    And for Record type 4:
    For below mentioned example:
    Invoice number is - 1800000001 (But total character space is 16, as this field is CHARACTER in nature so we will add 0's at the end)
    Invoice amount - 15670.89
    Deduction amount - 0
    Data Type     Length     Description     
    NUMC     1     Record Type for Lockbox     4
    NUMC     3     Batch Number for Lockbox (Bundle Number)     001
    NUMC     3     Batch Item Number for Lockbox     001
    NUMC     1     Type of Overflow(Recd Type 4 Still Belongs to a Recd Type 6)     6
    NUMC     2     Sequence Number - Serial Number of Record Type 4     01
    NUMC     1     End Indicator ('9' the Last Record of a Type 4 Series)     9
    CHAR     16     Invoice number     1800000001000000
    NUMC     10     Payment Amount     0001567089
    NUMC     10     Deduction amount     0000000000
    CHAR     3     External Reason Code for Payment Differences     000
    CHAR     30     30 Characters     
    The record 4 should be:
    40010016019180000000100000000015670890000000000000
    Assuming that its a first and last record in 4, that means 1 invoice and 1 check only.
    Sometimes instead of using zeros bank uses space, the choice can be yours. You can tell the bank that you want zeros instead of space. I am also working on Lockbox and already did several testing by creating mock files. Create your own mock files and see how your system is  responding. Then ask bank to follow the same.
    For rest of the records like RT 1, 2, 5, 7, 8, 9, you will get the standard BAI2 format from SE12 - Database - FLB01, FLB02, FLB05, FLB26, FLB24, FLB07, FLB08, FLB09. Create some FI invoices in B70 and create your mock files using the standard BAI2 format. upload the file using FLB2 and test it. Test with different scenarios like within tolerance, w/o tolerance, with reason code etc
    Thanks
    Meha

  • Patch set 3 - release not file - [SOLVED]

    Hi all. I have no direct access to metalink, so is there someone that can put here or give me a link to release note file of patch set 3 for Oracle Form??
    Thanks in advance,
    Fabrizio
    Message was edited by:
    fdellipriscoli

    Hi Rajesh:
    Can you please also send me a copy ([email protected])
    Thanks,
    Thomas

  • Cant install PSE 11 shared files issue?

    Hi - I cant seem to install PSE 11 as I keep getting shared file issues. Ive managed to work my way into the manual error log and its saying this - Any ideas please? Please go slow I am so not technical at all!
    Thanks
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 3.5.8.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 247.39 miliseconds (0.24739 seconds) DTR = 371.882 KBPS (0.363166 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Nina\Adobe Photoshop Elements 11\PSE 11\ElementsSTIInstaller
    Updating media info for: {0449467E-102A-4514-9F4D-91BCEE129390}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Photoshop Elements 11
      Path: C:\Users\Nina\Adobe Photoshop Elements 11\PSE 11\ElementsSTIInstaller\payloads\ElementsCameraRawProfile7.0All-160512123011\Install.db
    Updating media info for: {2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Photoshop Elements 11
      Path: C:\Users\Nina\Adobe Photoshop Elements 11\PSE 11\ElementsSTIInstaller\payloads\AdobeXMPPanelsAll\Install.db
    Updating media info for: {3A8D4A3A-5E08-4E33-8831-50CB4DC101E6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Photoshop Elements 11
      Path: C:\Users\Nina\Adobe Photoshop Elements 11\PSE 11\ElementsSTIInstaller\payloads\ElementsCameraRaw7.1All-x64\Install.db
    Updating media info for: {5A73BC84-244A-48B4-ADDB-99CE9E2DBBE7}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Photoshop Elements 11
      Path: C:\Users\Nina\Adobe Photoshop Elements 11\PSE 11\ElementsSTIInstaller\payloads\ElementsCameraRaw7.1All\Install.db
    Updating media info for: {98CE8819-87AA-4814-8167-ADDDD513485F}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Photoshop Elements 11
      Path: C:\Users\Nina\Adobe Photoshop Elements 11\PSE 11\ElementsSTIInstaller\payloads\PSE11STIInstaller\Install.db
    Updating media info for: {D1B83970-7269-48BE-8B0E-5120D9327E52}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Photoshop Elements 11
      Path: C:\Users\Nina\Adobe Photoshop Elements 11\PSE 11\ElementsSTIInstaller\payloads\AdobeAPE3.101-mul\Install.db
    Updating media info for: {F6F5021E-0548-43C1-82CC-C5C7A6906585}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe Photoshop Elements 11
      Path: C:\Users\Nina\Adobe Photoshop Elements 11\PSE 11\ElementsSTIInstaller\payloads\ElementsCameraRawProfile7.0All\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,3.5.8.0]
    [    3392] Tue Jul 02 20:12:47 2013 ERROR
    Payload {98CE8819-87AA-4814-8167-ADDDD513485F} of version: 4.0.19.0 is not supported by this version: 3.5.8.0 of RIBS
    Payload {D1B83970-7269-48BE-8B0E-5120D9327E52} of version: 4.0.19.0 is not supported by this version: 3.5.8.0 of RIBS
    Unsupported payload versions included
    [    3392] Tue Jul 02 20:12:47 2013  INFO
    :: END TIMER :: [Total Timer] took 326.856 miliseconds (0.326856 seconds) DTR = 293.707 KBPS (0.286824 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ERROR: Payload {98CE8819-87AA-4814-8167-ADDDD513485F} of version: 4.0.19.0 is not supported by this version: 3.5.8.0 of RIBS
    ERROR: Payload {D1B83970-7269-48BE-8B0E-5120D9327E52} of version: 4.0.19.0 is not supported by this version: 3.5.8.0 of RIBS
    ERROR: Unsupported payload versions included
    Search the same string above to find when the error occured.
    Exit Code: 21 - payloads version is not supported by installed version of RIBS
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

    I have come across this on another forum but I dont have any idea how to do this? Can someone help please?
    So resolve this TIME consuming problem, i had another look at that support page and this is what i did to fix it Thank you for your help 99jon for the link.
    Copied the elements folder to the root of the HD, then renamed the folder with the installer files contained within to c:\PSElements9Installer then ran the setup.exe as administrator and hey presto, it worked and fully completed the install grrrrr.
    Cheers people of the Digital World, ive now relieved my stress
    Was this helpful?Yes  NoSubmit
    Reply

    Mark as:
        1 posts
    11-Apr-2013
    Currently Being Moderated
    3. TangAdmin,
    11-Apr-2013 17:04   in reply to Digital Controller
    Report
        Had the same problem with PSE10 Copying it to kthe root of c and renaming it to PSElements10Installer Worked perfectly.  
    thanks to all involved
    Was this helpful?Yes  No

  • C-Series Merged files issue

    C-series merged files issue...
    Question # 1 Can we delete these merged files?
    Question # 2 What if we use third party software to delete these files?
    Question # 3 If nokia updates the software of the device (C2-03), then is it possible that device will work fine?
    Question # 4 Is it possible to reinstall the software without restoring backup files in the PC suite?
    Question # 5 Is it possible to install an app in memory card in the device (C2-03)?
    Question # 6 what is the alternative way to restore all default setting in the device (C2-03)?
    Question # 7 Why nokia does not provide a guide that give some guidelines instead of creating, messages, making calls and playing music stuff like that?
    C-Series drawbacks

    Brian,
    If you're able to, I would really encourage you to attend the 2day class as it will provide you with the tools you need to do exactly what you are asking. However, if you are not able to attend an instructor-led training, we offer virtual classroom training as well that may provide the information you're looking for as well. Please visit http://training.ironport.com for a schedule and description of class offerings
    Charles

  • Adobe CS3 file issues update????

    Has there been any news on when Apple is going to fix the CS3 file issues that have popped up?
    This is disastrous for all pros out there. This just might be as bad as the great 10.2.8 debacle, if not worse.....

    Welcome to Apple Discussions!
    Read:
    http://discussions.apple.com/thread.jspa?threadID=1543369&tstart=0
    As you see this is not exclusive to 10.5.3. The issue is that Adobe doesn't program their file save routines properly. As for asking when Apple will fix something, no one on this board knows. The terms of use specifically forbid speculation. And people who know what Apple is doing in the future are under non-disclosure agreement. We only know what is currently possible.

  • ZEN AO .MSP file issues with Adobe Acrobat

    I'm currently having the following problem...
    I've got two ZEN AO's. One for Adobe Acrobat 7.0 Professional and one for
    Adobe Acrobat 7.0 Standard. I've added the latest Adobe Acrobat 7.0.5 .msp
    (Windows Installer Patch) file to it's respective ZEN AO and incremented the
    AO version number. On my test workstations that are cleanly imaged I
    associate and install either Adobe Acrobat 7.0 ZEN AO and neither object
    applies the 7.0.5 msp during the initial installation of the object/package.
    What gives? I've noticed that during the last part of the installation when
    it looks like it's applying the .msp I see "gibberish" in the text field
    right above the progress bar of the ZEN "Distributing blah blah blah" dialog
    box. I can launch Adobe and verify that the patch has not been applied. I
    can then verify (via NAL in myapps.html) the application and the patch
    applies as expected (I can verify that by launching the application). A new
    install of these objects/packages should include the patch should it not?
    Also if the application was previously installed by this "same" AO (only the
    patch has been added and the version number incremented) and I "install" the
    application (keep in mind it's already installed) NAL / Windows Installer
    goes through the routine of installation and then appears to apply the .msp,
    again I notice the gibberish in the text field right above the progress bar
    of the ZEN "Distributing blah blah blah" dialog box. I can then verify the
    application and the patch applies as expected (again, I can verify that by
    launching the application). What is up with this? I can't believe after
    roughly fifteen agent releases (I say fifteen based on the # of releases on
    the agent release TID) that Novell can't get this basic functionality right.
    Windows 2000 SP4 Update Rollup 1 (including all updates)
    Windows XP SP2 (including all updates)
    Novell Client 4.9 SP1 (including all updates)
    ZEN Agent IR5 and ZEN Agent IR6
    Bryan

    B,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Standby creating archives log files issue!

    Hello Everyone,
    Working on oracle 10g R2/Windows, I have created a dataguard with one standby database, but there is a strange issue that happen, and I'll need someone to shed the light to me.
    By default archived log created from the primary database should be the  sent to the stanndby database, but I found that the standby database has plus one archived log file.
    From the primary database:
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination C:\local_destination1_orcl
    Oldest online log sequence 1021
    Next log sequence to archive 1023
    Current log sequence 1023
    contents of C:\local_destination1_orcl
    1_1022_623851185.ARC
    from the standby database:
    SQL> archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination C:\local_destination1_orcl
    Oldest online log sequence 1022
    Next log sequence to archive 0
    Current log sequence 1023
    contents of C:\local_destination1_orcl
    1_1022_623851185.ARC
    1_1023_623851185.ARC ---> this is the extra archive file created in the standby database, should someone let me know how to avoid this?
    Thanks for your help

    SELECT FROM v$version;*
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 64-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    The standby database is a physical standby database (not logical standby)
    Thanks against for your contribution, but I'm still not know why standby create and arhive files too?

  • PLM Design to Release PIP Installation Issue

    Hi,
    I was trying to install PLM Design to Release PIP on existing installation of FP2.4 on Linux.
    Installation went successful through GUI but when I was doing verification as per installation document I found that some of the EBS Service and BPEL Processes are not deployed.
    There are may errors in installation log file log file like "CommonComponents.xsd:265:48: src-resolve: Cannot resolve the name 'IdentificationType' to a(n) 'type definition' component"
    But there is no error regarding specific processes which have not got deployed .
    Basically ABCSImpl and ABCS services are not visible/deployed.
    Let me know if anybody has came across this issue and possible solution.
    Regards
    Shyam

    Hello Shyam,
    I am pretty new with this Integration - Agile 9.2.2.4 & Oracle EBS 12.1.1 . I have just gone through the Installation Guide for Oracle Application Integration Architecture 2.2. I have started downloading the necessary products from E-Delivery.
    I am planning to install everything from scratch on windows 2003. With your experience could you give me some tips (do's & do-not's, right version, patches, sequence) that I should consider during the installation process?
    Thanks,
    Sam

Maybe you are looking for