Getting problem while editing a binary file

Hi All,
I am trying to edit a binary file using Java.The file contain a string that I have to replace with some other string.For exanple let us assume following is the content of the file -
õgëÓÌ©™ÿÿ ABC õgëÓÌ©™ÿÿ
Here, I have to replace this ABC(a string) with some other string.Now,if the replace string length is more than 3(the length of exiting string) then, the binary file is generating some blank space at the end.
My Code::
//Here I am trying to insert "Hello" in place of "ABC".
FileInputStream fis = null;
fis = new FileInputStream(aFile);
FileOutputStream to = new FileOutputStream(aF);
byte[] aTes=new byte[1024];
String str="Hello";
aTes=str.getBytes();
byte[] buffer = new byte[4096];
int bytesRead;
while ((bytesRead = fis.read(buffer)) != -1) {
to.write(buffer, 0, 5);
to.write(aTes);
to.write(buffer, 5, bytesRead);
Plesae guide me to solve this problem.
Regards,
Soumitra

Okay. So was that code you posted supposed to be a failed answer to the question, and you need help with fixing it? Because to me it just looks like code which copies a file, with random modifications. It doesn't look for ABC in any way, it uses the magic number "5" for no apparent reason, and the other modifications are buggy too. So clarification of what the code is supposed to be would be helpful.

Similar Messages

  • Getting problem while posting Invoice

    Hi all,
            Ofcourse this problem is related functional thing, i am posting in ABAP group. we are getting problem while posting invoice through f-43 transaction. The error is "Fiscal year 0000 not allowed for year-dependent commitment items". Please let me know if u have any solution.
    Thanks in advance.
    chandrasekhar.

    Hi chandrasekhar,
    pls post some infos:
    1) application aerea of the message and message no.
    2) document date / posting date
       and ohter date-fileds of the document
    3) SAP-Release
    Have you search in SAP-OSS with the message no. or
    message text ?
    regards Andreas

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • Urgent, Please help me in this problem.I am getting problem while installation

    I am using Windows 8 in my system. I am trying to install Sql Server in system . Everything is fine, but finally  when i click on install button i am getting the following error .
    please help me quickly. I well be thankful to you.

    Triple post meanwhile:
    http://social.msdn.microsoft.com/Forums/en-US/7fafa499-ca1e-42f7-a117-73df924d9847/urgent-please-help-me-in-this-problemi-am-getting-problem-while-installation?forum=sqlsetupandupgrade
    http://social.msdn.microsoft.com/Forums/en-US/a1c7978c-2f84-495f-a8b6-9e9fe46654d7/getting-problem-while-installing-sql-server-2012?forum=sqlsetupandupgrade
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Getting Problem while publishing Problem while publishing java.lang.IllegalArgumentExcep

    getting Problem while publishing Problem while publishing java.lang.IllegalArgumentExcep while deploying persistance with ejb sample application into cloud. can any one please tell me why i am getting this?

    Hi Goutham,
    I am facing the same issue. Please let me know how you have resolved it.

  • Getting problem while installing Snow Leopard (10.6.3) on my Mac Mini. The following issue is showing :  "mac os x snow leopard cannot be installed on this computer"  And My Mac Configuration details:  Model Name: Mac Mini Model Identifier: Macmini2,1

    Getting problem while installing Snow Leopard (10.6.3) on my Mac Mini. The following issue is showing : 
    "mac os x snow leopard cannot be installed on this computer" 
    And My Mac Configuration details:  Model Name: Mac Mini Model Identifier: Macmini2,1
    Intel Core 2 Duo
    1.83Ghz
    l2Cache: 2mb
    Memory : 2GB
    Bus Speed: 667MHz
    Please help me......
    Thanks

    Actually i have Mac OS X 10.5.4 DVD, I need to upgrade it to Snow Loepard(OS X 10.6)...
    Please suggest me what to do???
    Thanks

  • My iPad2 getting problem while charging through charging adaptor it's getting on off consist sly please hep me in this regard

    My iPad2 getting problem while charging through charging adaptor it's getting on off consist sly please hep me in this regard

    My iPad2 getting problem while charging through charging adaptor it's getting on off consist sly please hep me in this regard

  • Can I get a list of all binary files and what they do?

    I'm a newbie to Oracle. Needless to say I'm blindly muddling my way through the experiance of installations/setup and managing my first database. I realize that there is a three tier system and for my system all three of the tiers are on the same pc! In short I need help with what executables do what. I've tried going through Linux howto's, online docs, and even bought a book on the subject but the book seems to stroke the benifits of using Oracle instead of actually telling me how to use Oracle. I'm using Oracle8i 8.1.7 EE (enterprise edition) on Linux RH 7.0. I would like a link to a list or the actuall list of all the binary files in $OracleHOME/bin/ and what each of them do. Also important log files I should consult regularly would be most helpfull. Thanks.

    While you're at it, see if you can get a complete description of all the X$ tables.

  • Problem while sending IDOC to File Senario

    Hi Experts
        I am having problem while sending the Idoc from SAP R/3 to File
       I have done all the setting in SAP as well in XI but while pushing IDOC
       I am getting error in the transaction sm58 in SAP R/3
      " <b>The service for the client 300(My SAP R/3 client) is not present in Integration
      Directory</b>"
    I can any one explain me what to done on this....all the connections are fine
    Waiting for Response
    Adv points and thanx
    Rakesh

    Reason and Prerequisites
    You send IDocs from system ABC to the exchange infrastructure (XI) of system XIZ, and error messages are issued in system ABC (Transaction SM58) for the IDOC_INBOUND_ASYNCHRONOUS function module.
    This note proposes solutions for the following error messages:
    a) No service for system SAPABC client 123 in the integration directory
    b) Transaction IDX1: Port SAPABC, client 123, RFC destination
    c) ::000
    d) NO_EXEC_PERMISSION: "USER" "Business_System"
    e) IDoc adapter inbound: Error error ...
    Solution
    a) Error message: No service for system SAPABC client 123 in the integration directory
    Solution:
    You send IDocs from system ABC to XI. In the control record of the IDoc, the SNDPOR field contains the value "SAPABC". The client of the sending system is determined by the MANDT field of the control record. The system ID and client are then used to determine a service without party of the type (business-system/business-service):
    Business system
    Activities in the System Landscape Directory (SLD)(Create technical system):
    Create a technical system for system ABC in the SLD, and create the client for this. Do not forget to assign an "ALE logical system" (for example, "ABCCLNT123") to this technical system.
    SLD (Business system):
    You can now explicitly assign a business system to this client.
    For more details, refer to the SLD documentation.
    Activities in system ABC (self-registration in the SLD):
    Alternatively, you can register the system in the SLD in system ABC with Transaction RZ70. You will find detailed information about the SLD registration of systems on the SAP Service Marketplace for the "Exchange Infrastructure" in the document "Exchange_Installation_Guide.pdf".
    In system ABC, you can check your configuration with TransactionSLDCHECK.
    Activities in Integration Directory (import business system from SLD):
    You will find the business systems under Services Without Party in the Integration Services. In the Service menu, you will find the system identifiers, the client, and the corresponding ALE logical system under "Objects"->"Adapter-specific identifiers".
    Use the Import/Update button to copy the data from the SLD, to create business systems, or to update their identifiers.
    Business service
    Activities in the Integration Builder directory:
    You want to create a service without party that is not part of your system infrastructure and is therefore not maintained in the SLD.
    In the Integration Builder directory, you will find the "Business-Services" under Services Without Party. In the Service menu, you will find the system identifiers, the client, and the corresponding ALE logical system under "Objects"->"Adapter-specific identifiers".
    Activate the change list in Integration Directory.
    In system ABC, you can restart the incorrect entry from Transaction SM58 .
    b) Error message: Transaction IDX1: Port SAPABC, client 123, RFC destination
    Solution:
    The Integration Server tries to load the IDoc metadata from the sending system. The IDoc schemas from the Integration Repository cannot be used because they are release-dependent.
    The sending system is determined by the value of the "SNDPOR" field from the IDoc control record (for example, "SAPABC").
    Activities in the central XI system:
    In Transaction IDX1, you can assign an RFC destination to the sending system (for example, "SAPABC"). This must be created beforehand in Transaction SM59.
    Note that the IDoc metadata is cross-client data. In Transaction IDX1, only one entry must be maintained for each system. Only the lowest client is used by the runtime for Idoc metadata retrieval with RFC.
    Ensure that only SAPABC and not "SAPABC_123" is entered in the port name.
    c) Error message: "::000"
    Solution:
    This error occurs if the central XI system tries to load the IDoc metadata from the sending system by RFC.
    There may be several different reasons for the failure of the metadata import, the error is not transferred in full by tRFC completely, and this results in the error message above.
    User cannot log onto sending system
    User/password/client is not correct or the user is logged due to too many failed logons.
    Activities in sender system ABC:
    Transaction SM21 contains entries for failed logons.
    Activities in the central XI system:
    Determine the sending port from the IDoc control record of the IDoc. If the ID of the sending system has the value "ABC", the value of the sending port is "SAPABC". You will find the RFC destination used for the "SAPABC" sending port with the lowest client in Transaction IDX1. In Transaction SM59, you will find the RFC destination containing the maintained logon data .
    User does not have the required authorizations
    Activities in the sender system ABC:
    In Transaction SM21, you will find entries relating to authorization problems and more exact details.
    Contact your system administrator and, if necessary, assign the user the required roles in user administration.
    IDoctyp/Cimtyp cannot be loaded
    Activities in sender system ABC:
    In the sender system, you can check your IDoc types in Transaction WE30 (IDoc type editor)  Take note not only of the errors, but also of the warnings.
    The most common errors are:
    - IDoc type or segments not released
    - Segments that no longer exist are listed in the IDoc type
    - Data elements that do not exist in the DDIC are assigned to fields
      in the segment.
    Contact your system administrator and correct these errors in the IDoc type.
    d) Error message: NO_EXEC_PERMISSION: "User" "Business_System"
    Solution:
    You created a list of users in the directory who are authorized to use the "Business_System". The user in the error message is not on the list.
    Alternatively, the same error is used if you have created a sender agreement with a channel of the IDoc type for the "Business_System" and the interface used. The user in the error message is not contained in the list of all authorized users defined there.
    e) Error message: IDoc adapter inbound: Error error
    Solution:
    You send IDocs to the central XI system, where they are received by the IDoc adapter. The IDocs are converted into IDoc XML, and a corresponding XI message is generated and transferred to the XI Runtime Engine. The Engine tries to read its own business system from the "Exchange Profile". If the Exchange Profile is currently unavailable, the message is not processed and it is returned to the sending system with an error message.
    Regard's
    Prabhakar.....

  • Getting error while compiling frmcmp_batch batch file

    HI
    I am getting error while running frmcmp_batch commant
    to create .fmx file
    following is command that i am using
    $ frmcmp_batch module=$AU_TOP/forms/US/DEMxxEOR.fmb userid=APPS/apps output_file=$PO/forms/US/DEMxxEOR.fmx module_type=form batch=no compile_all=specialfollowing is error that i am getting
    Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application >>Testing options
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.3.0 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.5.0 Production
    FRM-18108: Failed to load the following objects.
    Source Module:APPSTAND>> Source Object: STANDARD_PC_AND_VA
    Source Module:APPSTAND>>Source Object: STANDARD_TOOLBAR
    Source Module:APPSTAND>>Source Object: STANDARD_CALENDAR
    Compiling package specification APP_CUSTOM...>> No compilation errors.
    Compiling package specification APP_CUSTOM...>> No compilation errors.
    Compiling package body APP_CUSTOM...
    Compilation error on package body APP_CUSTOM:
    PL/SQL ERROR 302 at line 22, column 19
    component 'DISABLED' must be declared
    PL/SQL ERROR 0 at line 22, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 40, column 5
    identifier 'APP_WINDOW.CLOSE_FIRST_WINDOW' must be declared
    PL/SQL ERROR 0 at line 40, column 5
    Statement ignored
    Compilation errors have occurred.
    Form not created

    Hi;
    I am getting error while running frmcmp_batch commant
    to create .fmx file
    following is command that i am using
    $ frmcmp_batch module=$AU_TOP/forms/US/DEMxxEOR.fmb userid=APPS/apps output_file=$PO/forms/US/DEMxxEOR.fmx module_type=form batch=no compile_all=special
    Please try wiht below syntax
    frmcmp_batch userid=apps/apps module=/u01/VIS/apps/apps_st/appl/au/12.0.0/forms/US/INVTTMTX.fmb output_file=/u01/VIS/apps/apps_st/appl/au/12.0.0/forms/US/INVTTMTX.fmx module_type=form batch=no compile_all=yes
    Regard
    Helios

  • Problems writing a structured binary file...

    Hi Folks,
    I've been working with one of my students to convert this matlab routine into a VI to no avail:
    fwrite(fout,version,'char');
    fwrite(fout,nchar_text,'short');
    % convert wave_text into array of ascii integers
    fwrite(fout,wave_text,'char');
    % output a null character to terminate string
    %count=fwrite(fout,0,'char');
    fwrite(fout,n_bits,'char');
    fwrite(fout,n_bytes,'char');
    fwrite(fout,data_polarity,'char');
    fwrite(fout,user_data,'float');
    fwrite(fout,s_rate,'ulong');
    fwrite(fout,adrange,'float');
    fwrite(fout,n_pts,'long');
    fwrite(fout,wave,'short');
    fclose(fout);
    I've written a VI that can open the files written by this Matlab procedure with no problem (see openfile.VI), however I can't seem to recreate the method for writing this file to binary (writefile.VI).  I think the Matlab approach is very similar to C, and I'm guessing the issue has to do with converting datatypes effectively.  I've been searching the forms and google, but can't seem to come up with the proper solution.  Any pointers would be greatly appreciated!
    Best,
    Jason Gallant
    Attachments:
    writefile.vi ‏27 KB
    openfile.vi ‏26 KB

    crossrulz wrote:
    The additional bytes for the array and string lengths is what is throwing you off.  Even if you turn it off at the Write Binary File, because you built a cluster they will be in there.  You do not want to cluster up your data in this case.  You need to string together a bunch of Write Binary Files, one for each of your parts of data.  Similar to what you had to do in Matlab.
    Great suggestion!  We tried implementing this, and things are looking better.   I've attatched the new VI that implements this.   There still seems to be a problem, however with the datatypes being written.  As mentioned in the previous post, the data written is:
    version   - 'char
    nchar_text, 'short'
    wave_text, 'char'
    n_bits,'char'
    n_bytes,'char'
    data_polarity,'char'
    user_data,'float'
    s_rate,'ulong'
    adrange,'float'
    n_pts,'long'
    wave,'short'
    Should i be typecasting (or something similar) to string in order to make this readable by my previous routine?
    Attachments:
    writefile.vi ‏38 KB

  • VS2012 SSRS Project - Intellisense problem while editing dataset

    Environment: VS2012 with SSDT, Reporting Services project
    When editing the dataset query (which is T-SQL code) of any report and I try to type
    table.field, when I reach the period (.) character Intellisense pops up with Equals & ReferenceEquals, and interferes with completing the
    table.field statement.
    This is while editing in: Datasets>Mydataset>Dataset Properties>Query>Expression
    Its extremely annoying and unnecessary to have to correct the unhelpful and ignorant autocomplete of Intellisense.
    Turning off Intellisense in Tools>Options>Text Editor>SQL Server Tools>Intellisense has no effect.
    Is there a way to:
    1)  Inform Intellisense to NOT try to insert non-SQL code, or
    2) Turn off Intellisense in the Expression window?

    Hi TG99,
    In Reporting Services, when we type a dot behind alphabets or square brackets in Expression dialog box, it automatically pops up a list begin with “Equals”. This is by design.
    To work around this issue, we can directly write T-SQL query commands in Query pane or Query Designer pane of Dataset Properties dialog box. In this way, it wouldn’t pops up any character for auto IntelliSense.
    The following screenshots are for your references:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Getting problems while importing com.oracle.bpel.client.Locator

    I am trying to connect java class to BPEL.. so i am importing this class but i am getting error..so which jar file i need to get into the project properties please help in getting me the jar name

    You can find in
    OH/bpel/lib/orabpel.jar
    +DP                                                                                                                                                                                                               

  • Getting problems while playing video files in flex player

    Hi friends,
                    Here i can able to play all video file formats like .mp4,3gp,.flv,.swf.But the problem ,i can't able to play mobile recording video files in this player even if that files are mp4 or 3gp or flv.In this scenario,can't understand what should do and where is my problem.So it would be grateful if anybody suggests and share me some idea where i am wrong.
    Regards,
    abhishek

    People use one-player-per-video because you can't reuse player objects. Player is a parent class to a whole bunch of subclasses, each subclass is capable of playing a specific kind of video. So when you create your Player object, you're actually creating some subclass type that's specific to that video type. So while it's technically possible to use a single Player subclass to play more than one video, unless all of your videos are of the same video encoding / audio encoding...you won't be able to reuse it.
    What you need to do is dispose of the last player before you create a new player (player.close), and do that over and over again. That way, you're never using more than 1 player's worth of memory...

  • My file gets corrupted while editing it

    It happened already twice. I am working in one of my layers, I am changing the levels , the image in that layer gets black. I cant undo or go back in history. In the history pallette the original picture at the top goes black. If I try to save, all the layers get corrupted, with missing arbitrary squares in  all of them. The first time it happens the missing areas where white, the second time they change to black. The top picture in the history pallette maches the black or white color.
    The small picture in the icon in my desktop looks normal , but when open is tottally corrupted. If I have other files open, all of them get corrupted also if I tried to save.

    More trouble
    Now the wire behavior is happening in my layers selection, they are grey when selected instead of blue, so I can't work at all!
    Thank you so much for follow my postings!! I am going crazy because my work depends on Photoshop!
    Here is my system info, I have tried everything!, this latest  trouble are not affected by turning on and of the GL.
    Can Adobe send you a virus? I used to have Abobe suit installed, from a previous Co I work for, but they didn't upgrade the license , I was not using the software but it was still installed in my HD. (I recieved a couple of messages from Adobe to let me know that the license was expired) but I didn't paid attention to it because I didn't used. I was using my license CS5 version.
    I already uninstall that. The only other thing I did before all this started was buying Mac Keeper.
    THANK YOU SO MUCH for all your help.
    A
    Adobe Photoshop Version: 12.1.1 (12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]) x64
    Operating System: Mac OS 10.6.8
    System architecture: Intel CPU Family:6, Model:23, Stepping:10 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1
    Physical processor count: 2
    Processor speed: 3060 MHz
    Built-in memory: 4096 MB
    Free memory: 1816 MB
    Memory available to Photoshop: 3764 MB
    Memory used by Photoshop: 88 %
    Image tile size: 128K
    Image cache levels: 5
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: False.
    OpenGL Crash File: Not Detected.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Version: 2.1 NVIDIA-1.6.36
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: NVIDIA GeForce GT 130 OpenGL Engine
    Display: 1
    Main Display
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 0, bottom: 1200, right: 1920
    Video Renderer ID: 16918027
    Video Card Memory: 485 MB
    Serial number:
    Application folder: Macintosh HD:Applications:Adobe Photoshop CS5.1:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Macintosh HD, 931.2G, 783.1G free
    Primary Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS5.1:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.1.74.12761   64.452786
       adobe_caps.framework   adobe_caps   4.0.42.0   1.242162
       adobe_oobe_launcher.framework      2.0.0.36  
       AdobeACE.framework   AdobeACE   2.16.36.12130   64.449933
       AdobeAGM.framework   AdobeAGM   4.20.69.12130   64.449933
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.5.101.12636   64.436825
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.5.101.12636   64.436825
       AdobeBIB.framework   AdobeBIB   1.2.02.12130   64.449933
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   64.449933
       AdobeCoolType.framework   AdobeCoolType   5.07.83.12130   64.449933
       AdobeCrashReporter.framework   AdobeCrashReporter   5.5.20101001  
       AdobeExtendScript.framework   AdobeExtendScript   4.1.28.12764   61.452840
       adobejp2k.framework   AdobeJP2K   2.0.0.12130   64.181312
       AdobeLinguistic.framework      11696  
       AdobeMPS.framework   AdobeMPS   5.5.0.12130   64.450375
       AdobeOwl.framework   AdobeOwl   3.0.93   61.433187
       AdobeOwlCanvas.framework   AdobeOwlCanvas   3.0.68   61.2954
       adobepdfl.framework   AdobePDFL   9.9.0.12130   64.341419
       adobepdfsettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   5.5.0.1265  
       AdobeScCore.framework   AdobeScCore   4.1.28.12764   61.452840
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   64.140949   64.140949
       AdobeXMPFiles.framework   AdobeXMPFiles   64.140949   64.140949
       AdobeXMPScript.framework   AdobeXMPScript   64.140949   64.140949
       aflame.framework   AFlame   1.0.44.12636   64.444140
       aflamingo.framework   AFlamingo   2.1.103.12636   64.436825
       ahclient.framework   ahclient   1.6.0.20  
       aif_core.framework   AdobeAIF   2.0.00   53.419149
       aif_ogl.framework   AdobeAIF   2.0.00   53.419149
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   4.0.0.21  
       amtservices.framework      4.0.0.21  
       asneu.framework   AsnEndUser   1.7.0.1  
       boost_threads.framework   boost_threads   5.0.0.0  
       Cg.framework   NVIDIA Cg     
       data_flow.framework   AdobeAIF   2.0.00   53.419149
       dvaadameve.framework   dvaadameve   5.0.0.0  
       dvacore.framework   dvacore   5.0.0.0  
       dvaui.framework   dvaui   5.0.0.0  
       FileInfo.framework   FileInfo   64.140949   64.140949
       ICUConverter.framework   ICUConverter   3.61   "11" "." "6654"
       ICUData.framework   ICUData   3.61   "11" "." "6654"
       image_flow.framework   AdobeAIF   2.0.00   53.419149
       image_runtime.framework   AdobeAIF   2.0.00   53.419149
       LogSession.framework   LogSession   2.0.1.011  
       PlugPlug.framework   PlugPlug   2.5.0.232  
       UpdaterNotifications.framework   UpdaterNotifications   2.0.0.15   "2.0.0.15"
       wrservices.framework        
    Installed plug-ins:
       Accented Edges 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       ADM 3.10x16, Copyright © 1987-2008 Adobe Systems Inc.  All rights reserved. - from the file “AdobeADM.bundle”
       Angled Strokes 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 6.7 (339), Copyright © 2012 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©2002-2011 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Color Halftone 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©2003-2011 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Difference Clouds 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1997-2011 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Enable Async I/O 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  © 2004-2011 Adobe Systems Incorporated - from the file “Enable Async IO.plugin”
       Extrude 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1990-2011 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Fresco 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Grain 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 12.0, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 12.0x001  ©2001-2008 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Lens Blur 12.0, Copyright © 2002-2010 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 12.0.2, Copyright © 2002-2010 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 12.0.1, Copyright © 2001-2010 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Measurement Core 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Mezzotint 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       MMXCore Routines 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1990-2011 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1990-2011 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       OpenEXR 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1989-2011 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Picture Package Filter 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1989-2011 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1989-2011 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©2003-2011 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web & Devices 12.0, Copyright © 1999-2010 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 12.1, Copyright © 2011 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smart Blur 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sumi-e 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Targa 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Underpainting 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 12.0, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Water Paper 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wind 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1989-2011 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Plug-ins that failed to load:
       Lighting Effects NO VERSION - 32-bit plug-in not supported in 64-bit - from the file “Lighting Effects.plugin”
       Send Video Preview to Device NO VERSION - 32-bit plug-in not supported in 64-bit - from the file “FireWire Export.plugin”
       Variations NO VERSION - 32-bit plug-in not supported in 64-bit - from the file “Variations.plugin”
       Video Preview NO VERSION - 32-bit plug-in not supported in 64-bit - from the file “FireWire Export.plugin”
    Flash:
       Mini Bridge
       Kuler
       Access CS Live
       CS Review
    Installed TWAIN devices: NONE

Maybe you are looking for