FTP SSL/TTL protocol?

Anyone know of an FTP client for the iPad hat supports SSL/TTL protocol?

You can download our trial of our FTP/SSL Java client, edtFTPj/SSL, and try it out. This works with most FTP servers supporting SSL.
See
http://www.enterprisedt.com/products/edtftpjssl/overview.html
If it works for you it may be cheaper to purchase it than tussle with the intricacies of FTP/SSL.
regards
Bruce Blackshaw

Similar Messages

  • How Redirect browser(client) based on non-negotiable SSL/TLS protocol or cipher

    Hi guys,
    we have a security requirement wherein we have to  force the browsers accessing our asp.net application hosted on windows server 2012 to have atleast tsl 1.1 , but we don't want to simply block the request, instead we would like to redirect the request
    to a unsecured static html page with the instructions on how to get them onto tsl.
    can any one help me here?>? actually i found a similar and exactly same thread on stackoverflow but i think that is probably directed towards linux family.   http://serverfault.com/questions/591188/redirect-browser-based-on-non-negotiable-ssl-tls-protocol-or-cipher
    please help me guys..
    ps: i have posted the same question on IIS forum (http://forums.iis.net/t/1223352.aspx?How+Redirect+browser+client+based+on+non+negotiable+SSL+TLS+protocol+or+cipher+from+IIS)
    and got a reply saying that it can be done at windows kernel level(possibly).

    Hi,
    As far as I know, once SSL handshake fails, no subsequent communication would occur between the server and client.
    Therefore, as the way I see it, the goal cannot be achieved.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • FTP/SSL Connection Problem for FTP Receiver Adapter

    Hello All,
    We are trying to establish an FTPS/SSL connection with one of our customers from our XI(Unix) system, and are receive following error:
    <b>iaik.security.ssl.SSLException: Server certificate rejected by ChainVerifier</b>
    Communication Channel Parameters:
    Connection Security: FTP (FTP Using SSL/TLS) for Control Connection or FTP (FTP Using SSL/TLS) for Control Connection and Data Connection
    Command Order: AUTH TLS, USER, PASS, PBSZ, PROT
    Checkbox - Use X.509 Certificate.... checked (Certificate was provided by third party (customer issued) and uploaded to service_ssl certificate store on J2EE server)
    Data Connection: Passive
    Port: 10021
    Keystore: service_ssl
    X.509 Certificate & Private Key: ssl-credentials
    Note: Initial handshaking occurs but connection is being dropped by the third party FTP Server when SSL certificate credentials are being validated. We also tried connecting to the third party FTPS server using standard FTPS client(FileZilla software), this connection gets established successfully with no certificate issues which means certificate and third party FTP Server is functioning correctly.
    We therefore are thinking that the problem lies with our XI system being unable to load the certificate information correctly at the point when FTPS session is being established.
    Your help and suggestions will be greatly appreciated.
    Thanks and Best Regards
    Prashant Rajani

    Hello All,
    Further in order to test connection set up and communication channel configuration we tried simulating the FTP connection locally by configuring FTP Server using FileZilla at a local machine and accessed it from Client's XI Server.
    This set up simulates the problem we encounter with our customer's FTP Server.
    If connection security parameter in communication channel for Sender FTP Adapter is set to <b>"FTPs( FTP Using SSL/TLS) with Control Connection" only</b>, file gets successfully created with data at the FTP server but as soon as we switch the connection security parameter to <b>"FTPs( FTP Using SSL/TLS) with Control and Data Connection"</b>, we receive error "Certificate rejected by Chain Verifier". The initial handshaking happens successfully and file gets created at the FTP Server but its empty, connection fails when attempt is made to write data into file and we end up with said error thereby closing the connection.
    This is what the FTP (FileZilla) sees when the XI system attempts to set-up a fully encrypted data  (FTPS) connection i.e., connection security parameter value as<b>"FTPs( FTP Using SSL/TLS) with Control and Data Connection"</b> :-
    - (not logged in) (10.18.106.34)> Connected, sending welcome message...
    - (not logged in) (10.18.106.34)> 220-FileZilla Server version 0.9.18 beta
    - (not logged in) (10.18.106.34)> 220-written by Tim Kosse ([email protected])
    - (not logged in) (10.18.106.34)> 220 Please visit http://sourceforge.net/projects/filezilla/
    - (not logged in) (10.18.106.34)> AUTH TLS
    - (not logged in) (10.18.106.34)> 234 Using authentication type TLS
    - (not logged in) (10.18.106.34)> SSL connection established
    - (not logged in) (10.18.106.34)> USER test
    - (not logged in) (10.18.106.34)> 331 Password required for test
    - (not logged in) (10.18.106.34)> PASS ***********
    - test (10.18.106.34)> 230 Logged on
    - test (10.18.106.34)> PBSZ 0
    - test (10.18.106.34)> 200 PBSZ=0
    - test (10.18.106.34)> PROT P
    - test (10.18.106.34)> 200 Protection level set to P
    - test (10.18.106.34)> SYST
    - test (10.18.106.34)> 215 UNIX emulated by FileZilla
    - test (10.18.106.34)> PWD
    - test (10.18.106.34)> 257 "/" is current directory.
    - test (10.18.106.34)> CWD /payment/
    - test (10.18.106.34)> <b>250 CWD successful. "/payment" is current directory.</b>- test (10.18.106.34)> TYPE I
    - test (10.18.106.34)> 200 Type set to I
    - test (10.18.106.34)> PASV
    - test (10.18.106.34)> <b>227 Entering Passive Mode (10,27,7,103,15,63)</b>- test (10.18.106.34)> STOR BHPDSB20060911-153840-834.txt
    - test (10.18.106.34)> <b>150 Connection accepted</b>
    - test (10.18.106.34)> <b>Data connection SSL warning: SSL3 alert read: fatal: bad certificate</b>
    - test (10.18.106.34)> <b>Data connection SSL warning: SSL_accept: failed in SSLv3 read client certificate A</b>- test (10.18.106.34)> <b>Data connection SSL warning: error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate</b>- test (10.18.106.34)> <b>Data connection SSL warning: error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure</b>- test (10.18.106.34)> <b>426 Connection closed; transfer aborted.</b>- test (10.18.106.34)> QUIT
    - test (10.18.106.34)> 221 Goodbye
    - test (10.18.106.34)> SSL connection established
    Please suggest your valuable inputs if we are missing out something. Any helpful inputs in this regard is highly appreciated.
    Thanks and Best Regards
    Prashant

  • File Adapter - FTP/ NFS:Transport protocol

    Dear All,
    We have a requirement to pick the file form the Sever which is inside the company network also
    Client is not ready to install the FTP / any other protocol and they simply want us to pick the file from the specified folder,
    let me know the way forward how can achieve this?
    Regards,
    Manikandan Shanmugam

    Hello,
    You need to write the Shell Script or Java based web service code in the Server where the file is there.........the Shell script will pick the file from the server and place it in PI server( Script need to be scheduled background so that it will check for the file, if file exist then picks the file).........u need to take take help from Unix admin guy for writing the code.
    this is not standard as we can't monitor the script, but we can go for it as both the systems are in same network so there will not be any issues. Once the file is placed in your PI system normal process need to send file from ur PI system to target system.
    as your requirement is tricky there is no other option.

  • How Redirect browser(client) based on non-negotiable SSL/TLS protocol

    Hi guys,
    we have a security requirement wherein we required to force the browsers accessing our application to have atleast tsl 1.1 , but we don't want to simply block the request, instead we would like to redirect the request to a unsecured static html page with the
    instructions on how to get them onto tsl.
    can any one help me here?>? actually i found a similar and exactly same thread on stackoverflow but i think that is probably directed towards linux family.   http://serverfault.com/questions/591188/redirect-browser-based-on-non-negotiable-ssl-tls-protocol-or-cipher
    ps: i have posted the same question on IIS forum (http://forums.iis.net/t/1223352.aspx?How+Redirect+browser+client+based+on+non+negotiable+SSL+TLS+protocol+or+cipher+from+IIS) and got a reply saying
    that it can be done at windows kernel level(possibly by making use of
    http.sys, ksecdd.sys and schannel).
    can any one help me here guys.
    Thanks,
    Haroon 

    Hi,
    As far as I know, once SSL handshake fails, no subsequent communication would occur between the server and client.
    Therefore, as the way I see it, the goal cannot be achieved.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Generic - FTP 1.0 Protocol is not creating ASCII file

    Hi,
    We have a requirement to create ASCII file using Generic - FTP 1.0 Protocol for outbound transactions, but it is creating Binary file now.
    Appreciate your immediate response in this regard.
    Thanks
    Sathish

    We are sending EDI data via VAN to our business partners. We have setup the FTP channel to write files to VAN FTP system. Files are getting created but in binary mode and VAN is unable to process them.
    Transfer type is set to ASCII only. If i see the logs, i could see that type is ascii, is_binary is false but file.sender.type=BINARY. I have removed user id and server info fom these logs
    portProperties.TransportProperties():password=file.sender.ccc=false;type=ascii;channel_mask=None;folder=;marker=false;ccc=false;file.sender.marker=false;host=;keep_connections=false;file.sender.password=file.sender.user=;file.sender.van=false;filename=abc_2010Nov23_14_37_23_088_308_182.dat;is_binary=false;file.sender.type=BINARY;preserve_filename=false;useProxy=false;van=false;polling_interval=5;user=;
    Pls let me know how we can transfer ascii files.

  • FTP SSL Client

    Hi, I would like to have a java client to a secure FTP server.
    is there a simple way to connect to a FTP server using SSL ?
    or do I have to implement the protocol and work with SSLSocket ?
    Thanks in advance
    (any sample code welcome)

    Well, in fact I finally opted for a simple and dirty option:
    I will use the FTP client of WS-FTP, enterprise edition.
    It enables the SSL connection in a script, so I will only have to launch my client as an external program.
    Of course I will loose portability but in my case it is not a major problem. Certainly less than having to develop an FTP client supporting SSL from scratch in Java (i haven't found any open source project/this on the web).
    Note: to launch this program I use the following snippet:
    try {
    String line;
    Process p = Runtime.getRuntime().exec("...mypath.../wsftp.exe");
    BufferedReader input =
    new BufferedReader
    (new InputStreamReader(p.getInputStream()));
    while ((line = input.readLine()) != null) {
    System.out.println(line);
    input.close();
    catch (Exception err) {
    err.printStackTrace();

  • Enable FTPS, SSL, File Adapter, Configuration, Certificates

    Hi All,
       Right now I have some file to file (FTP_XI_FTP)scenarios that are working fine. With SP14 we got a option to use FTPS(FTP over SSL). 
    1.  Can any one tell me the exact steps we need to follow to use FTPS?
    2. What is the config we need to do in RZ10.
    3. What is the confing we need to do in the Visual admin?
    4. What are all the steps we need to do with the ftp server.
    4.  How to test the configuration.
       1. We are on sp14/XI3.0/kernal640/Solaris/oracle
       2. Installed SAP Cryptographic Software.
       3. Right now i could be able to connect to FTP server at a secure port 32, using PUTTY software.
    Thank you
    Raj Akula

    Hi,
    There is a blog on SSL- have look at that-
    /people/aniket.tare/blog/2005/03/22/ssl-certificate-installation-procedure-for-sap-j2ee-engine-630-150-steps-in-visual-administrator
    I hope you have gone thru following link-
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
    May be useful
    Regards,
    Moorthy

  • File Adapter FTP SSL SSL Certificate Exception

    After reviewing the results of searching on this error, I do not find anything that fits my situation:
    SAP File Adapter (PI 7.1) using FTP with FTPS connection security.
    I am not using X.509 certificate for client authentication.
    My connection is using a non-public certificate.
    I have added the SSL certificate to TrustedCAs and DEFAULT keystores.
    I am getting the following error:
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error when getting an FTP connection from connection pool: com.sap.aii.af.lib.util.concurrent.ResourcePoolException: Unable to create new pooled resource: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier
    Since I am using an non-public certificate, it will not validate. Even adding to the TrustedCAs and DEFAULT keystore it seems the configuration is still attempting to validate the certificate.
    Any recommendations?

    Hi,
    The main reasons for this error are:
    1. The correct server certificate could not be present in the TrustedCA
    keystore view of NWA. Please ensure you have done all the steps
    described in these two URLs:
    Security Configuration at Message Level
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/ea/c91141e109ef6fe1000000
    0a1550b0/frameset.htm
    2. The server certificate chain contains expired certificate. Check for
    it (that was the cause for other customers as well) and if it's the case
    renew it or extend the validation.
    3. Some other people have reported similar problem and mainly the
    problem was that the certificate chain was not in correct
    order. Basically the server certificate chain should be in order
    Own->Intermedite->Root. To explain in detail, if your server certificate
    is A which is issued by an intermediate CA B and then B's certificate is
    issued by the C which is the root CA (having a self signed certificate).
    Then your certificate chain contains 3 elements A->B->C. So you need to
    have the right order of certificate in the chain. If the order is B
    first followed by A followed by C, then the IAIK library used by PI
    cannot verify the server as trusted. Please generate the certificate in
    the right order and then import this certificate in the TrustedCA
    keystore view and try again. Please take this third steps as the
    principal one.
    Hope it solves your querie.
    Regards,
    Caio Cagnani

  • FTP SSL trouble

    Hi,
    I want to close our plain-text FTP to the internet. Some customers migrated
    to a SSH FTP connection. Another one wnats to use SSL-FTP (Explicit)
    We are trieing to connect with a explicit connection in passive mode. We've
    tried Filezilla and WS_FTP 9.01 as a clint.
    We've tried two different Netware FTP servers (SP5 and SP6) on two different
    internet location.
    Both servers react the same way. When you connect... the certificate is
    offered to the clint. Once the clint accepts the certificate nothing
    happens. Listing is not possible. We also tried a clint in the local
    network of the SP6 server. Same result. :(
    Any info on this? How do I get NWFTPD work in SSL mode succesfully?

    What most often causes the symptoms you are describing is the combination
    of SSL encryption and passing through a NAT firewall. Most firewalls are
    educated about FTP and they watch inside the FTP data for some of the
    extra information that gets passed back and forth about IP addresses.
    This is one of the few cases where NAT will translate inside the data
    portion of a packet rather than just in the TCP/IP headers.
    But once you put FTP inside of SSL, the NAT firewalls can no longer see
    inside the data an can't translate some of those addresses anymore,
    preventing the extra data connections (needed for dir lists and file
    transfers) from addressing their targets correctly.
    For NetWare FTP Servers that need to do SSL, are behind NAT (FTP server
    has private address), and passive data connections are needed, see TID
    3931251.
    For FTP clients that need to do SSL and are behind NAT, and active data
    connections are needed, you will need to find a setting in the FTP client
    which says something like, "use this address for active (nonpassive) data
    connections."
    > Hi,
    >
    > I want to close our plain-text FTP to the internet. Some customers
    migrated
    > to a SSH FTP connection. Another one wnats to use SSL-FTP (Explicit)
    >
    > We are trieing to connect with a explicit connection in passive mode.
    We've
    > tried Filezilla and WS_FTP 9.01 as a clint.
    >
    > We've tried two different Netware FTP servers (SP5 and SP6) on two
    different
    > internet location.
    >
    > Both servers react the same way. When you connect... the certificate is
    > offered to the clint. Once the clint accepts the certificate nothing
    > happens. Listing is not possible. We also tried a clint in the local
    > network of the SP6 server. Same result. :(
    >
    > Any info on this? How do I get NWFTPD work in SSL mode succesfully?
    >
    >

  • Default SSL Context Protocol on Java 1.4.2

    What is the default SSLContext for Java 1.4.2? Specifically, if I use the default SSLSocketFactory, the SSLContext is automatically created behind the scenes. The protocols supported on this version are:
    SSL
    SSLv3
    TLS
    TLSv1
    I am moving away from the default SSLSocketFactory, but am wanting to ensure I am using identical protocols as before.
    Thanks.

    Good question. I thought it was written down somewhere but I can't find it, so I must just put it down to experience. Also, TLS supports SSLv3 by backwards compatibility so this would be the most logical default.

  • Need a good FTP/SSL client

    Hi,
    Can anyone suggest a good FTP client with SSL capabilities. I was looking at Jakarta's FTP Client but I don't think it works on SSL. Has anyone used edtFTPj/SSL? Are there any other such FTP clients?
    Thanks.

    hi!
    you searching for a client, a client library or what exactly?
    if you are searching for a free client library supporting implicit ssl, ssl, tls and many more features - soon it will support proxy's then you should have a look on:
    http://sourceforge.net/projects/ftp4che/
    greets

  • Secure FTP using FTPS (SSL/TLS) - need help!

    I am trying to use an FTP Sender Channel using Secure FTP.  I am currently getting a "java.net.ConnectException: Connection timed out: connect" error.
    I am on XI 3.0 with SP13. 
    Settings are FTPS (FTP Using SSL/TLS for Control and Data)
    Command Order Auth TLS, USER, PASS, PBSZ, PROT.
    I am able to connect from my pc using WSFTP Pro which looks to be using the same command order.  I made sure WSFTP Pro was set for passive connections as XI only supports this until SP15.
    I have asked our Basis support to make sure the proper ports are open that are used for the connection and file transfer.  They have deployed the Java Cryptographic Toolkit on XID, and changed the startup mode for SSL runtime from 'manual' to 'always'.  The site I will connect to uses a certificate from Equifax which was added to the TrustedCAs keystore view.  After still not being able to get a file, I also added the certificate of the site, which I was able to export from WSFTP Pro and import onto XI with STRUST.
    I have increased the J2EE trace for com.sap.aii.adapter.file to Debug, but I haven't been able to get much out of the log.  I see entries, such as some SSL activity and the timeout, but nothing that points me to an answer.  Of course, I really don't know what to look for.
    I have tried to connect to the remote server by name or ip with the same connection timeout. 
    I currently don't have it set to use X.509 certificate for Client Auth, but I did try a few of those options with no luck.
    Any pointers would be appreciated.
    Thanks,
    Eric Peterson

    Eric,
    Did you ever solve the problem ? I am having the same issue.
    Cheers
    Jon

  • Seeburger Host FTP SSL Error

    I have a scenario that has been working in production for some time (> 6mo). Today I am getting the following error on all communication channels that use Host FTP (they all go to our same VAN account). I have reloaded the certificate in Java Administrator, reset the password, and confirmed from the system that the remote ftp host is accessible. I did check the user (SEEBURGER) is not locked.<br>
    <br><br>
    Message : com.seeburger.jftp.app.exception.FtpExceptionConfigurationError: Error while creating socket chain CAUSED BY: java.lang.Exception: Error while preparing SSLContext CAUSED BY: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Access Denied. CAUSED BY: com.sap.engine.services.security.exceptions.BaseSecurityException: Internal server error. An error log with ID [001517B19DC9001F0000036500002670000488BA247963F4] is created. For more information contact your system administrator.
    Stack trace:
    Exception: com.seeburger.jftp.app.exception.FtpExceptionRethrowError: Error in session:
         at com.seeburger.jftp.app.JFtpSession.executeTask(JFtpSession.java:399)
         at com.seeburger.jftp.app.JFtpSession.execute(JFtpSession.java:211)
         at com.seeburger.jftp.JFTPProcessor.execute(JFTPProcessor.java:132)
         at com.seeburger.frame.core.FrameWorkListener.syncNewData(FrameWorkListener.java:523)
         at com.seeburger.xi.connector.fw.SynchronousTaskExecutor.executeTask(SynchronousTaskExecutor.java:40)
         at com.seeburger.xi.connector.queue.QueueProcessorImpl.doOutboundTransmission(QueueProcessorImpl.java:791)
         at com.seeburger.xi.connector.queue.QueueProcessorImpl.executeAsynchronously(QueueProcessorImpl.java:664)
         at com.seeburger.xi.connector.queue.QueueProcessorImpl.execute(QueueProcessorImpl.java:455)
         at com.seeburger.xi.connector.queue.QueueProcessorImpl.process(QueueProcessorImpl.java:482)
         at com.seeburger.xi.connector.queue.QueueProcessorImpl.run(QueueProcessorImpl.java:213)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.seeburger.jftp.app.exception.FtpExceptionConnectionError: Error while connection to remote host
         at com.seeburger.jftp.app.process.ftp.FtpEngine.connect(FtpEngine.java:192)
         at com.seeburger.jftp.app.process.ScriptEngine.commandOpen(ScriptEngine.java:368)
         at com.seeburger.jftp.app.process.ScriptEngine.executeCommand(ScriptEngine.java:234)
         at com.seeburger.jftp.app.process.ScriptEngine.executeScriptInRange(ScriptEngine.java:186)
         at com.seeburger.jftp.app.process.ScriptEngine.executeScriptBegin(ScriptEngine.java:136)
         at com.seeburger.jftp.app.JFtpSession.executeTask(JFtpSession.java:321)
         ... 13 more
    Caused by: com.seeburger.jftp.app.exception.FtpExceptionConnectionError: Error while opening control socket
         at com.seeburger.jftp.app.process.ftp.FtpControlSocket.open(FtpControlSocket.java:85)
         at com.seeburger.jftp.app.process.ftp.FtpClient.open(FtpClient.java:80)
         at com.seeburger.jftp.app.process.ftp.FtpEngine.connect(FtpEngine.java:121)
         ... 18 more
    Caused by: com.seeburger.jftp.app.exception.FtpExceptionConfigurationError: Error while creating socket chain
         at com.seeburger.jftp.app.process.ftp.FtpSocket.createSocketChain(FtpSocket.java:352)
         at com.seeburger.jftp.app.process.ftp.FtpSocket.connectOpen(FtpSocket.java:97)
         at com.seeburger.jftp.app.process.ftp.FtpControlSocket.open(FtpControlSocket.java:72)
         ... 20 more
    Caused by: java.lang.Exception: Error while preparing SSLContext
         at com.seeburger.communication.socketmodel.wizards.SslConnectWizardKSMAlias.<init>SslConnectWizardKSMAlias.java:117)
         at com.seeburger.jftp.app.process.ftp.FtpSocket.createSocketChain(FtpSocket.java:316)
         ... 22 more
    Caused by: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: Access Denied.
         at com.seeburger.ksm.xi.cryptoapi.XICryptoApi.constructException(XICryptoApi.java:743)
         at com.seeburger.ksm.xi.cryptoapi.XICryptoApi.getAliasCollection(XICryptoApi.java:136)
         at com.seeburger.communication.socketmodel.wizards.SslConnectWizardKSMAlias.<init>SslConnectWizardKSMAlias.java:101)
    Edited by: Tadd Bryan on Jun 10, 2010 10:46 PM

    Just to provide the community the final answer to my problem... After working with Seeburger support the issue was identified. During a BASIS team review of the Java settings, the Security Model was changed from "no" to "Token."
    In J2EE Visual Administrator, Under Server, Services, Security Provider:
    Components - SAP-J2EE-Engine
    Authentication Template: "no" (correct value)
    BasicPasswordLoginModule: SUFFICIENT

  • Where can I download free Java Libraries supporting FTPS(FTP+SSL)

    as the title, thanks!

    Ya, I have found some valuable information
    but if anyone has encounted the same problem, his experience will be very favorable for me
    Thanks

Maybe you are looking for

  • Price difference of iWorks in app store and apple store

    Hi there, I'm from Singapore and I'm a Macbook Pro user and I've been considering getting the Keynote, Pages and Numbers softwares. I've noticed that in the App Store, the price is listed as $19.99 for each individual app (for Singapore location), an

  • Difference between Business Packages MSS

    Hello, I´ve got a question regarding to the difference between Business Packages containing Manager-Self-Services. Where ist the exact difference between the BP for MySAP ERP and MySAP ERP 2004? The documentations seem to be quite different. Another

  • Dynamic access to work area fields

    Hi I've got a DataBase table with 20 fields with different names. field1 field2 field3. field20 I'm using a work area to read values and i wanna read an specific field of this work area. The problem is the following: I don't know the name of the fiel

  • TNSNAMES.ora for DR And Primary Instance

    I have 2 node rac, how do i specify load balance and failover in the client tnsnames.ora including DR hostnames so that when the primary instance is not available it automatically goes to DR. Instead of flipping the tnsnames.ora.

  • Installing  Solaris 2.5

    I have an Sun Ultra 5 work station. But the hard drive that I have has windows NT installed. How can I install Solaris 2.5? Do I need to format? If so what is the syntax. I should also let you know that I have tried booting off the Desktop 1.1 cd wit