PI 7.3 - Read .RAR Files

Hi there,
I'm newbie at SAP PI, I've never seen it before and I'm in a project where the company hired a PI consultant to make it work for SAP GRC x NF-e  (Brazilian fiscal notes). This consultant is showing me what he did here and... I'll need to learn it because I'm going to be the responsible about PI when he finish it...
We have SAP GRC 10 and SAP PI 7.3.
One of requirements from this project is receive a e-mail from other companies, with xml files attached. This xml file sometimes can be within ZIP file, or RAR file... That's the problem: RAR Files.
The consultant did a ABAP Proxy who gets every kind of attachment and extract if it's a ZIP File, using CL_ABAP_ZIP, standard class.
What can we do to make it work to different kinds of files? (.rar, .7zip, etc). I have no idea, but... is it possible to do any Java Mapping, or something like that?
Thanks!

PI 7.3 has capable of processing larger size files.
Questions:
Have you picked EOIO quality of service? Hope you dont do mapping or content conversion for this file?
have you seen this link
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a06d79f3-d094-2e10-1a81-f4d802d0bcf1?QuickLink=index&overridelayout=true
http://help.sap.com/saphelp_nw73/helpdata/en/44/682BCD7F2A6D12E10000000A1553F6/frameset.htm

Similar Messages

  • RAR File Read

    Hi !
    I want to read the contents of a rar file (not J2EE rar) but a normal rar file. How can I do that ?
    Regards
    Mudit

    Maybe a combination of [RCVT tool - Command line archive conversion utility for Windows|http://www.rarlab.com/rar_add.htm|downloadable from this page] and runtime.exec()
    I can't see the project making any move towards Java from native compiled C/++. Hey, maybe you could write and publish the RARJAR-adapter wrapper classes. It's a cool name, and that's allways a good place to start. ;-)
    Keith.

  • Using SQL stored procedures How to get the list of .rar files from e:\Tempbackup directories from the different remote desktop windows server and delete the .rar files which contains the current month and date

    Concept:
    Every month i need to find the list of .rar files from the
    E:/TempBackup directory from the different environments (remote desktop servers) and i need to delete the current month
    .rar files alone from the respective (E:/TempBackup) directory. below is example files structure inside the
    E:/TempBackup.
    example:
    zDROP_2014_08_31_Backups.rar
    zDROP_2014_09_31_Backups.rar
    zDROP_2014_10_31_Backups.rar
    from the above list i need to delete the zDROP_2014_08_31_Backups.rar(current month) file alone and also logs should be capture for this deletion.
    key words for this are zDROP and Current month and date.
    i need a stored procedure for this concept. could you please help on this.

    Hello,
    You can schedule an operating system task (Control Panel -> Schedule task) to either call a batch file or a PowerShell script.
    Please read the following resources for examples:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/61373719-fffb-4d94-bdbe-7d8ed8620b44/delete-filesfolders-on-remote-servers-using-powershell?forum=winserverpowershell
    http://www.networknet.nl/apps/wp/archives/943
    http://jeffwouters.nl/index.php/2011/10/powershell-script-to-delete-files-older-that-a-week/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • NoClassDefFoundError error when deploying a resource adapter rar file

    Hi,
    Iam trying to deploy a resource adapter(RA) rar file which uses orabpel.jar.
    1. When i dont package the orabpel.jar along with the adapter, i get the following error during deployment
    [Apr 19, 2007 8:05:00 PM] Connector Module Deployer for BRMAdapter STARTS.
    [Apr 19, 2007 8:05:00 PM] Copy the archive to E:\product\10.1.3.1\OracleAS_1\j2ee\home\connectors\BRMAdapter\BRMAdapter.rar
    [Apr 19, 2007 8:05:00 PM] Unpacking BRMAdapter.rar
    [Apr 19, 2007 8:05:00 PM] Done unpacking BRMAdapter.rar
    [Apr 19, 2007 8:05:00 PM] Starting up resource adapter
    [Apr 19, 2007 8:05:00 PM] Exception: NoClassDefFoundError: oracle/tip/adapter/api/exception/PCRetriableResourceException
    [Apr 19, 2007 8:05:00 PM] Operation failed with error: oracle/tip/adapter/api/exception/PCRetriableResourceException
    2. If i package the orabpel.jar file along with the RA, i get ClassCastException.
    3. I tried including the imported-shared-libraries section in the packaged oc4j-ra.xml, but this gets overwritten as part of the deployment.
    4. I removed the above class which gave NoClassDefFoundError and then tried deploying and got the following error
    [Apr 19, 2007 7:49:07 PM] Connector Module Deployer for BRMAdapter STARTS.
    [Apr 19, 2007 7:49:07 PM] Copy the archive to E:\product\10.1.3.1\OracleAS_1\j2ee\home\connectors\BRMAdapter\BRMAdapter.rar
    [Apr 19, 2007 7:49:07 PM] Unpacking BRMAdapter.rar
    [Apr 19, 2007 7:49:07 PM] Done unpacking BRMAdapter.rar
    [Apr 19, 2007 7:49:07 PM] Starting up resource adapter
    [Apr 19, 2007 7:49:07 PM] Exception: NoClassDefFoundError: Missing class: oracle.tip.adapter.api.OracleConnectionFactory Dependent class: oracle.tip.adapter.brm.BRMConnectionFactory Loader: BRMAdapter:0.0.0 Code-Source: /E:/product/10.1.3.1/OracleAS_1/j2ee/home/connectors/BRMAdapter/BRMAdapter/BRMAdapter.jar Configuration: in E:\product\10.1.3.1\OracleAS_1\j2ee\home\connectors\BRMAdapter\BRMAdapter The missing class is available from the following locations: 1. Code-Source: /E:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar (from in /E:/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml) This code-source is available in loader oracle.bpel.common:10.1.3.
    [Apr 19, 2007 7:49:07 PM] Operation failed with error: Missing class: oracle.tip.adapter.api.OracleConnectionFactory Dependent class: oracle.tip.adapter.brm.BRMConnectionFactory Loader: BRMAdapter:0.0.0 Code-Source: /E:/product/10.1.3.1/OracleAS_1/j2ee/home/connectors/BRMAdapter/BRMAdapter/BRMAdapter.jar Configuration: in E:\product\10.1.3.1\OracleAS_1\j2ee\home\connectors\BRMAdapter\BRMAdapter The missing class is available from the following locations: 1. Code-Source: /E:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar (from in /E:/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml) This code-source is available in loader oracle.bpel.common:10.1.3.
    Here is the oc4j-ra.xml i package:
    <?xml version="1.0"?>
    <oc4j-connector-factories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.oracle.com/technology/oracleas/schema/oc4j-connector-factories-10_0.xsd"
    schema-major-version="10" schema-minor-version="0">
    <imported-shared-libraries>
    <import-shared-library name="oracle.bpel.common"></import-shared-library>
    </imported-shared-libraries>
    <connector-factory location="eis/BRM" connector-name="OracleBRMAdapter">
    <config-property name="ConnectionString" value="ip blrhpdv3 12006"></config-property>
    <config-property name="DBNumber" value="1"></config-property>
    <connection-pooling use="none"/>
    <security-config use="none"/>
    <connectionfactory-interface>
    javax.resource.cci.ConnectionFactory
    </connectionfactory-interface>
    </connector-factory>
    </oc4j-connector-factories>
    Currently i package orabpel.jar file along with the RA rar file, deploy, later go and modify the oc4j-ra.xml from application-deployments/... to include the imported-shared-libraries, remove the orabpel.jar from the connectors/BRMAdapter directory, restart the AS and it works
    Iam using Oracle AS 10.1.3 as part of the SOA Suite.
    Any help would be appreciated.

    Found a soln, add the codesource to the j2ee instance application.xml
    eg adding the following
    <imported-shared-libraries>
    <import-shared-library name="oracle.bpel.common"/>
    </imported-shared-libraries>
    solves the problem. Make sure the shared libraries are installed and is added to the instance server.xml
    This is described in "Oracle® Containers for J2EE Developer’s Guide 10g (10.1.3.1.0)"
    But not sure if the end customers need to be told to edit the configuration file manually.

  • MacBook Pro won't allow me to copy/unrar .RAR Files (error code -36).

    So basically, I've been downloading a lot of .RAR files and its been fine until now. I can't copy/unrar anything. I tried so much I even upgraded from snowy leopard to Lion. I'm pretty angry and I've tried dot_clean /users/manraj/desktop/
    I've reformatted my externals and honestly I can't even Time Machine back it up let alone copy it. Genius Bar won't help at all because they never back anything up. If anything they aren't responsible for loosing your files.
    Any ideas?
    Thanks,
    -Manraj

    Is this an external drive, internal drive, both?  Did you put a tons of files on your desktop which is  bad thing to do with OSX?
    General information on I/O error -36 - http://fuzzy.wordpress.com/2006/12/10/ioerror-36/
    General information about error -36 - https://discussions.apple.com/message/18221459 - bad disk or format; try using Terminal to copy file.
    Error -36 reported when copying files to external drive - http://discussions.apple.com/message.jspa?messageID=8467699
    Error -36 and filename characteristics - http://discussions.apple.com/thread.jspa?messageID=9629287 - FAT drives may not like all Mac filenames
    AD topic on Error -36 trouble shooting - http://discussions.apple.com/thread.jspa?messageID=8586572
    If copying to a FAT drive you may be encountering FAT format file size limitations (4GB for FAT32).

  • Opening an .rar file and converting flac files

    I am not sure this belongs in this topic area but since iTunes is the ultimate destination of this file I posted here.
    I have a .rar file. It is a compressed file when unzipped will have FLAC audio files in the folder. I need to know how I unzip the .rar file and then how to convert the FLAC file to AIFF or ALAC for use in iTunes.

    OK, you have 2 jobs ahead of you.
    First you need to uncompress the RAR archive. Find a tool that will do this on the Mac. Although I have not personally used it, UnRARx would be a possibility.
    When it is unpacked, you will see a folder containing the FLAC files. FLAC is the number one format for lossless audio, but iTunes is unable to handle it. So, use a conversion tool such as Switch for the Mac, and convert the files to AIFF, ALAC, or AAC. Add the converted files to your iTunes library.
    Then unless you need them for some non-iTunes purpose, you can discard the RAR archive and the FLACs.

  • I downloaded a rar. file of gradients I want to use with illustrator how do I install it so I can use it?

    I downloaded a rar. file of gradients how do I install it in illustrator to use it.

    have you expanded it to look at the contents?
    actually, let's start at the beginning just in case. do you know what a .rar file is? it's like a .zip, a container for compressing a file or folder. to open it, you need WinRAR or some other OS-specific app.
    once you've done that, you can look at/make use of what it contains. a file for gradients is probably a swatch file, which could have the extension .ai or .ase. you open one of those from the swatch palette menu (Open Swatch Library > Other Library).
    it might be a graphic style library, which you'd open similarly from the graphic styles palette (but it's more likely to be swatches).
    I guess it could be just a page arranged with various gradients, but that would be a messy way of doing things.
    or it could even be a bunch of different files. you're the only one with the file, so you'll have to see what you've got.

  • Java EE 5 Edition Trial .rar file is corrupt?

    Has anyone else noticed that "<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6">Java EE 5 Edition</a>" trial .rar file is corrupt? I get the following errors while extracting the contents, and setup.exe errors out:
    "!   SAPNWAS_JAVAEE5_T06.rar: CRC failed in setup.jar. The file is corrupt"
    "!   SAPNWAS_JAVAEE5_T06.rar: Unexpected end of archive"
    Also, general feedback for SAP: many companies block the ability to use FTP, which means potential customers cannot download your product...

    I don't know if it was a temporary issue or what, but I DL'd the file again Sunday and it worked without issue...

  • How to create SAP RAR file using NWDS 7.31: ResourceBundle issue

    Hello everybody,
    I successfully create SAP JCA Connector project for .java / .class files.
    When I try to use ResourceBundle in connector project, it isn't exported to JAR / RAR / EAR files.
    What should I do?
    The only builders are:
    * org.eclipse.jdt.core.javabuilder
    * org.eclipse.wst.common.project.facet.core.builder
    * org.eclipse.wst.validation.validationbuilder
    When I try to export connector project to SAP RAR file, I can switch between binary-only or binary with sources, not any checkbox for *.properties.
    Thank you in advance for any point.

    Here patching info.
    Source getting script:
    echo off
    set JN=com.sap.ide.j2ee.servicelayer_1.0.1.140801063136.jar
    set JAR=C:\NWDSsp12.p3\plugins\%JN%
    set FERN=C:\sap\fernflower.jar
    set UNZIP="C:\Program Files\7-Zip\7z.exe"
    java -jar %FERN% %JAR%  .
    mkdir src\com\sap\ide\j2ee\servicelayer\archive
    %UNZIP% x %JN% com\sap\ide\j2ee\servicelayer\archive\BuildRar*java
    move com\sap\ide\j2ee\servicelayer\archive\BuildRar*java src\com\sap\ide\j2ee\servicelayer\archive\
    rmdir /s/q com
    echo **************************************************************************
    echo *                                                                        *
    echo *                                                                        *
    echo *                                                                        *
    echo * Now fix BuildRar.createArchiveDescriptorForProjectWithPattern() method *
    echo * look for "if(sAddJavaFiles)" condition                                *
    echo *                                                                        *
    echo * if (sAddJavaFiles)                            =: if (true)            *
    echo * IPattern javaPattern = Pattern.getPattern(2); =: .getPattern(3)        *
    echo *                                                                        *
    echo **************************************************************************
    pause
    Classpath file:
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.resources_3.5.2.R35x_v20091203-1235.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.servicelayer_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ext.ra_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.extensionpoints_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.util_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.web_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.tssap.util.core_2.0.0.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.tssap.util.trace_1.0.0.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.tssap.tools_2.0.0.140801063136/lib/com.tssap.tools_api.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.core_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.eclipse.jarsap_2.0.0.140801063136/lib/com.sap.ide.eclipse.jarsap_api.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ear_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.client_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ejb_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ext.client_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ext.cmpejb_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ext.core_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ext.ear_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ext.ejb_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ext.web_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.adapter.ra_1.0.1.140801063136.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.ide.j2ee.ui_1.0.1.140801073130.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.tssap.util.sdk.ui_2.0.0.140801063136/lib/com.tssap.util.sdk.ui_api.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.core_3.5.2.v_981_R35x.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jst.j2ee_1.1.302.v201004131604.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jem.workbench_2.0.201.v200911302230.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jem.util_2.0.201.v201001252130.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3.5.2.M20100113-0800.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jst.j2ee.core_1.1.301.v200911302230.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.5.2.M20100120-0800.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ltk.core.refactoring_3.5.0.v20090513-2000.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.wst.common.modulecore_1.1.301.v201001252130.jar"/>
    <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.wst.common.project.facet.core_1.4.1.v200911141735.jar"/>
    <classpathentry kind="output" path="bin"/>
    </classpath>
    Patching:
    @echo off
    set JN=com.sap.ide.j2ee.servicelayer_1.0.1.140801063136.jar
    set JAR=C:\NWDSsp12.p3\plugins\%JN%
    set ZIP="C:\Program Files\7-Zip\7z.exe"
    set BLD=bin\com\sap\ide\j2ee\servicelayer\archive
    copy/b %JAR% .
    cd bin && %ZIP% a ..\%JN% com\sap\ide\j2ee\servicelayer\archive\*class
    echo **************************************************************************
    echo * Now replace:
    echo * %JAR%
    echo * with with .\%JN%
    echo **************************************************************************
    pause
    Attached: some scripts and project files.
    Also see NWDS_PatchRAR at google disc.

  • *.rar file not open in Linux!

    Hello, friends! I don't open .rar file in linux Oracle 6. Tell me please how do it?

    The following should do (assuming x86_64 since you did not specify):
    <pre>
    # yum install http://pkgs.repoforge.org/unrar/unrar-4.2.3-1.el6.rf.x86_64.rpm
    # unrar -x path_to_file
    </pre>

  • ERROR in Opening and RUNNING. EXE and .RAR files of Third Party softwarea

    Hello,
    I downloaded  third party softwares having .EXE and .RAR file extension. But none of these files open up  and
    I can NOT RUN them and install them on my WINDOWS 7  System.
    It is possible , some of the associations of these files might have been missing or may have been damaged earlier by any Virus . At moments my system is Virus-Free and clean. Even  downloaded Third Party softwares  are Virus-Free and clean 
    as shown by my Anti-Virus software
    Can any body help me to fix up these issues , or to RESTORE .EXE and .RAR  file extentions , so that I can RUN and install these Third party softwares on my PC
    My EMail ID : [email protected]
    Thanks,
    Shashikant

    Hi,
    What do you mean by saying "to RESTORE .EXE and .RAR file extentions " here?
    Any applications(or softwares) that with .EXE extention could not be run on your PC or only related to some specific application?
    Please take a look at the KB below:
    Can't open .EXE files in Windows 7 or Windows Vista
    Regarding .rar files, we might need some 3rd party tools to extract them and then take the install option.
    Hope this may help
    Best egards
    Michael
    If you have any feedback on our support, please click
    here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Can a .rar file be used to zip a Mac file?

    I've got a bunch of .rar files that are supposed to make up one big Mac file, but I've never heard of that being possible..always thought that's only a PC zip format....anyone know otherwise? If so, how do you unzip 'em? thanks

    There is one caveat: certain types of ‘legacy’ files, from Mac OS 9 and earlier—those with resource forks—can’t be safely stored in non-Mac-aware archives. Font suitcases, for example, are completely lost (become empty files); 68k-compatible applications are ruined; non-native image formats lose their previews. The only exception of which I am aware is a Zip archive created by OS X’s tool and equivalents, which use a special workaround to save resources and Finder Info in such a way that they can reconstitute the original file structure on extraction. Windows users +et al.+ just see an extra directory in these archives. AFAIK this isn’t available for rar, tar, gzip and other such compression formats—and if implemented by a particular Mac-aware utility, would require that a similar program be used for unpacking the archives.

  • Opening .rar files

    I tried opening a .rar file with no luck. What program should I get to open these zipped files. I want something free. Or maybe there is something on my iMac that I'm not aware of.
    Regards, Pat

    There's a freebie here I've used. Has worked for my use so far (for the few times I've needed to open a .rar file). rar is rarely used on the Mac, so there's little support out there for it.
    Stuffit also opens RAR files. The item linked to above is the only way to create RAR archives on the Mac. That is, from the Terminal as a command line only application. There has been no one yet that has written a RAR utility to create such files from the GUI that I've been able to find.

  • Single .rar file for multiple data sources

    Can we configure multiple data sources into single .rar file? . Currently,
    we are creating a seperate .rar file to configure each datasource by
    'only' modifing ra.xml file. This is proving to be a tedius operation in
    some cases when the application is integrated with multiple data sources.

    Siva-
    Unfortunately, no. One of the limitations of the resource adapter spec
    is that it doesn't provide a means of specifying multiple separate named
    configurations, so you can only have a single configuration.
    If you need more flexibility, you may want to consider programatically
    building up the PersistenceManagerFactory and then binding them into
    JNDI.
    In article <cqscdo$n1o$[email protected]>, Siva wrote:
    Can we configure multiple data sources into single .rar file? . Currently,
    we are creating a seperate .rar file to configure each datasource by
    'only' modifing ra.xml file. This is proving to be a tedius operation in
    some cases when the application is integrated with multiple data sources.--
    Marc Prud'hommeaux
    SolarMetric Inc.

  • How to attach the .emp files and .rar files in this forum.

    Dear Sir ,
                          I want to attach the ".emp" file or .emp file stored in the "rar", how to attach these files in this forum because whenever I am going to attch the .emp file or .rar file , it is showing the error that " The contents of the attachment doesn't match its file type".

    Well, you might think that. But you would be wrong.
    I'm not aware of any unix OS with an undelete function at the filesystem level.
    Such things don't tend to work well in a multiuser/server environment where lots of things are writing to the disk in the background.
    And trying to guess what the filesystem used to look like is a good way to court random file system corruption.

Maybe you are looking for