To get SMTP Configuration

Hi,
Is there a way to get the SMTP configurations of the Enterprise Portal in web dynpro?
I am sending mails through my application and i want my application to use the SMTP details that are already configured for EP.
Thanks,
Venkat

Hi Venkatram..
See this check..
http://www.artmantechnologies.com/Links/SapNetweaver.asp#EnterprisePortal
http://www.leadingtraining.com/course_Netweaver.htm
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9143ec90-0201-0010-11af-c520ff14054a
Urs GS

Similar Messages

  • Wont get past "configuring updates stage 3 of 3 0%" and wont let me log into computer..HELP!!!

    heres a picture of the screen i keep getting.
    -HP Pavilion dv6700 as you can see its home premium
    i kept getting a vista spyware alert saying i had 34 infected files and wouldn't stop and i also tried updating some things on my laptop while i updated to the new internet explorer 9. around 12noon today i rebooted my laptop to get all the updates to work and i got this configuring updates screen and was like ok. it kept going. it does it for a while, shuts down and restarts and goes back i didnt think anything was wrong made it to stage 3 and wont stop and move on from 0%. its now 10pm and its been doing it all day. ive tried shutting it down and rebooting myself but no matter what i do, it wont let me access my computer to do anything. i have avast virus protection but it said it was unable to move viruses to chest i pressed repair and it said it was postponed until next reboot so i did it this morning and figured its taking so long maybe because its trying to repair them but im sure it doesnt take 10 hours...im extremely upset. someone please help. and also, anyone know how i can get the viruses out? i dont have money for a better protection right now so im using my moms computer but she works on it so its hard. hp said they cant help because my warrenty is up, was a 1 year warrenty, got laptop in 2008 and warrenty expired in 2009. please help me.

    After installing updates from Windows Update, you may get into a Reboot loop where you machines gets to “configuring updates 3 of 3. x% complete” then freezes or reboots.
    Solution: 
    1a. Boot from the Windows System Repair Disc and choose the repair option in the lower left hand corner, choose System Restore, and select a Restore Point predating the attempted installation of the updates.
    1b. If you don't have the DVD and the Vista/W7 came preinstalled on the machine, boot to the Recovery Environment using F8 at the HP logo during boot, choose "repair your computer" from the list, let RE load and do a system restore from there.
    If restore fails, load the recovery environment command prompt and enter:
    Del C:\Windows\winsxs\pending.xml
    exit recovery environment and restart the pc, you may get 3 of 3 again but be patient, the desktop should load. Create a manual restore point and Turn off Windows  Automatic updates until you can figure out which update caused the loop.
    If you get it booting again:
    You may be infected
    Follow the order given below to disinfect your PC
    1.) On a PC that is Not infected, Make a boot AV disc then boot from the disc on the Infected PC and scan the hard drive, remove any infections it finds, I prefer the Kaspersky disc myself. The New 2010 Kaspersky disc can update the AV dat files if you are connected to the internet at the time of scan and is suggested to update before the scan.
    http://www.techmixer.com/free-bootable-antivirus-rescue-cds-download-list/
    2.) Then boot into Windows:
    Install free MBAM, run the program and go to the Update tab and update it, then go to the Scanner Tab and do a quick scan, select and remove anything it finds.
    http://download.cnet.com/Malwarebytes-Anti-Malware/3000-8022_4-10804572.html
    3.) When MBAM is done install SAS free version, run a quick scan, remove what it automatically selects.
    http://www.superantispyware.com/download.html
    These last 2 are not AV softwares like regular Anti Virus Software, they are on demand scanners that only scan for nasties when you run the program and will not interfere with your installed AV, these can be run once a day or week to ensure you are not infected. Be sure you update them before each daily-weekly scan.

  • Get SMTP reply code

    Hi,
    I am using destination mail server to send emails. For example to send an email to [email protected] , I do an MX lookup on mailservers for hotmail.com and use that to send mail to user fred. The reason for this is that
    I get better email validation. For example - if user fred does not exist then, I know it straight away as I get error 550.
    From what I can see, Javamail does not provide functionality to retreive SMTP reply code. It will be good if a method is added to Messaging Exception class that returns the SMTP reply code that caused the exception.
    From what I understand, the only method to get SMTP reply code is to parse the exception message for an int.
    Is there any alternative to get the SMTP reply code that caused the exception?
    Regards,
    Anmol

         public static int getSmtpErrorCode (Exception ex){
              String exceptionString = ex.toString();
              StringTokenizer tokens = new StringTokenizer(exceptionString);
              int code = 0;
              boolean flag = false;
              while(tokens.hasMoreTokens()){
                   if (flag == true) {
                        break;
                   try {
                        flag = true;
                        code = Integer.parseInt(tokens.nextToken());
                   } catch (Exception e){
                        flag = false;
              return code;
         }

  • Function module to get the configuration of Individual objects

    Hi all,
    Is there is any std function module to get the data of individual object configuration.
    In table COM_TA_R3_ID, I can able to get the PRODUCT_GUID (for material and serial number) and I dont know how to get the configuration of the product by using the PRODUCT_GUID.
    Pl  through some light on this.
    Regards
    A.Sureshbabu.

    Hi,
    You can get the item configuration using FM CRM_CONFIG_READ_OW.
    This is used to read the product configurations for IPC calls.
    Just pass the configured item guid and it will return the configuration data.
    Use FM CRM_PRODUCT_I_READ_OW to get the product configurations but this FM checks whether any item has this product guid.
    Regards,
    Arun Kumar
    Edited by: Arun Kumar on May 12, 2010 10:20 AM

  • To get the configuration detials of a material from sales order

    Hi Gurus,
    I know we can get the configuration details of a material from Purchase order using function module 'ME_VAR_GET_CLASSIFICATION'. I need an equivalent function module for getting configuration details of a material from sales order. Is there any?...
    thanks in advance...

    Hi Gurus,
    Myy probelm is solved. I used the same funcitton module ME_VAR_GET_CLASSIFICATION. wiht Material and configuration as the inputs. then i used table CABN to filter the hidden characteristics using the field ACTVE.
    This link in SDN will be more useful. please try this.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/2007/09/12/classification+concept&showcomments=true

  • IFS-20010 Unable to get service configuration

    Hi,
    I'm trying to connect to iFS from a Java application. Basically it's a remote server which we'll connect to using RMI for some integration work. It will run on the same server as CM SDK.
    Anyway, I try and connect to the service using:
    LibraryService.startService(name, schemaPassword, serviceConfig, domainName)
    and it comes back with this error:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (SmallServiceConfiguration)
    java.lang.NullPointerException
    at oracle.gss.util.NLSLocale.getNLSLanguage(NLSLocale.java:675)
    I'm running it from the command line, I have a batch file to set the classpath. Interestingly, if I run an Agent (i.e., a java class that extends oracle.ifs.management.domain.IfsServer) standalone, it works fine.
    This makes me think there's some element of the classpath that I'm missing, but I'm not entirely sure what!
    Could anyone shed any light on this? Metalink doesn't seem to have anything!
    Cheers,
    Phill
    P.S. -- my CLASSPATH is as follows:
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\ifs\cmsdk\lib\cmsdk.jar;%ORACLE_HOME%\lib;
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\jdbc\lib\classes12.zip;%ORACLE_HOME%\j2ee\home\lib;
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\j2ee\home\jazn.jar
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\jdbc\lib\nls_charset12.jar
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\ifs\cmsdk\settings\

    Just FYI, the solution to this was that the java security policy was denying access. I changed the java.policy to
    grant {
         permission java.security.AllPermission;
    And this solved the problem.

  • Cannot get smtp online, all info for email provider correct

    I cannot get SMTP online on a POP email accout. All settings confirmed with email provider....any ideas?

    Hello,
    Who is your eMail provider, the part after the @ sign?
    In Mail's Window Menu, choose Connection Doctor, any red dots for status, if so what is the message?
    Then click the Show Details button & Check again.

  • Mail configuration in sap (smtp configuration)

    hi all,
        i am Hardik Patel. i want to cofigure mails in sap means smtp configuration.
    if anybody knows that how to configure it then let me know please.
    if anybody is having step by step guide documents for this configuration then he/she can send me on this e-mail id - "[email protected]"
    thanks in advance,
    regards,
    hardik.

    hi all,
        i am Hardik Patel. i want to cofigure mails in sap means smtp configuration.
    if anybody knows that how to configure it then let me know please.
    if anybody is having step by step guide documents for this configuration then he/she can send me on this e-mail id - "[email protected]"
    thanks in advance,
    regards,
    hardik.

  • No access to get JPR configuration

    Dear Experts,
    in the adapter monitoring i'm getting the following error:
    SLD host:port = KFGKWERPSM02:50000
    Error getting JPR configuration from SLD. Exception: No entity of class SAP_BusinessSystem for DP1.SystemHome.kfgkwerpep05 found.
    No access to get JPR configuration
    And Also
    When I click on the adapter type in the integration directory - the window is empty. I have a central SLD which is solution manager.
    I read in another threads that i have to import the sap basis content 7.0 , but i don't know how /where?
    So could you help to solve this problems?
    Thanks in advance
    Sherif

    Dear nisar,
    I have imported the Basis component as per your instructions successfully in the IR.
    I tried to check if the JPR configuration if it was done or not, i found a stranger thing
    in the SLD "i'm using centeral SLD" under the technical systems , i found my XI system but without any installed products ,
    I tried to add Netweaver200s as new Product but the ADD New Product butten is not active " i'm using the J2EE_Admin user".
    also i found that the Busines systems i have created before dissapeared.
    i don't know why all of these things happen.
    the only thing i did on sld yesterday was importing  the CR and CIM latest version and it was done successfully.
    What should i do?
    thanks
    Sherif

  • How can I get role configuration key in an abap program?

    Hello there!
    In a abap program I would like to get which configuration key it is running.
    The idea is, our abap program will decide which instruction execute depend on the current configuration key, but, we donu2019t know how to get this information.
    Does anybody know a BAPI, BADI or something like that to do this?
    Regards,
    Laercio

    Hi,
    Threre is no standard API provided for this however you can use following code snippet do get your jobe done.
         data: LV_PROFILE type ref to IF_CRM_UI_PROFILE.
         data: LV_ROLE type string.
         LV_PROFILE = CL_CRM_UI_PROFILE=>GET_INSTANCE( ).
         if LV_PROFILE is bound.
            LV_ROLE = LV_PROFILE->GET_PROFILE( ).
         endif.   
    Now, the LV_ROLE will contain the ID of the Business Role.
    If you're interested in the role config key you might add the following lines of code.
           if LV_PROFILE is bound.
             RV_RESULT = LV_PROFILE->GET_COMPONENT_PROFILE(
                           CL_CRM_UI_PROFILE_ROLE_CONFIG=>GC_PROFILE_ID ).
           endif.

  • Could not get server configuration in ldap

    for months my server is ok.
    but, today it happened the following error
    Could not get server configuration in ldap, using cached configuration information
    Please help me. What to do?

    I have verified that ldap is running
    The error log shows like this:
    [26/Sep/2005:16:36:39 -0500] - slapd started.
    [26/Sep/2005:16:38:46 -0500] - cos_cache_build_definition_list: Found n
    initions, cos disabled while waiting for updates
    [26/Sep/2005:16:38:46 -0500] - cos_cache_create: failed to build cache
    [26/Sep/2005:16:38:46 -0500] - cos_cache_getref: no cos cache created
    And the access log:
    [26/Sep/2005:16:38:52 -0500] conn=8 op=0 BIND dn="uid=admi
    =TopologyManagement,o=NetscapeRoot" method=128 version=3
    [26/Sep/2005:16:38:52 -0500] conn=8 op=0 RESULT err=0 tag=
    [26/Sep/2005:16:39:04 -0500] conn=0 op=1 UNBIND
    [26/Sep/2005:16:39:04 -0500] conn=0 op=1 fd=24 closed - U1
    [26/Sep/2005:16:39:04 -0500] conn=1 op=1 UNBIND
    [26/Sep/2005:16:39:04 -0500] conn=1 op=1 fd=25 closed - U1
    [26/Sep/2005:16:39:04 -0500] conn=7 op=1 UNBIND
    [26/Sep/2005:16:39:04 -0500] conn=7 op=1 fd=32 closed - U1
    [26/Sep/2005:16:39:04 -0500] conn=8 op=1 UNBIND
    [26/Sep/2005:16:39:04 -0500] conn=8 op=1 fd=33 closed - U1

  • Error in SMTP configuration

    Hi all,
    I am having problem regarding SMTP config. The error in SOST is occured whenever i am sending mail through a report program .
    the long text of error message is as follows:
    <b>Cannot process message in SAP System</b>
    Message no. XS817
    <b>Diagnosis</b>
    Processing could not be continued due to a technical or configuration error in the SAP system.
    <b>System response</b>
    Processing was terminated.
    <b>Procedure</b>
    Processing was terminated in the SAP system. The reason is given in the details below:
    <b>No ESMTP Plug-In Is Available for SAPconnect
    </b>
    I have checked my SMTP configuration and it has been rightly configured as per http://help.sap.com/saphelp_nw04/helpdata/en/af/73563c1e734f0fe10000000a114084/frameset.htm.
    If you have any suggestions to rectify  this please give me.
    Thanks and Regards
    Amit KUmar

    Hi Amit,
    Did you ever work a solution to this problem?
    I am having the same issue at the moment and can work it out.
    Cheers,
    David Pepperell

  • Error getting JPR configuration from SLD

    I get the following error (red ball) when I test my adapter configuration (SLD access) for http://sap.com/xi/XI/System:
    SLD host:port = netweaver1:50000
    Error getting JPR configuration from SLD. Exception: No entity of class SAP_BusinessSystem for DEV.SystemHome.netweaver1 found
    No access to get JPR configuration
    I have checked the other referenced notes but nothing yet has helped.  Does anyone have any suggestions on how I may resolve this issue?
    Thanks, Dave

    hi,
    see below links
    Have a look into SAP Note 809420,
    This might help you,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ac6de690-0201-0010-54ac-8923089dcc97
    JPR Adapter shows red!
    regards
    ajai

  • HT1199 just starting getting smtp error message on all email accounts, receive emails ok but cannot send

    just starting getting smtp error message on all email accounts, receive emails ok but cannot send

    lisablox,
    Go to mail preferences>accounts>account info tab, make sure the SMTP: is not set to none, from the drop down select your server and click use only this server.
    Also see the following:
    http://support.apple.com/kb/TS3276
    Hope this  helps

  • IFS-20010 : Unable to get service configuration properties

    Hi all,
    I am trying to connect to IFS using JDeveloper. I have coded a JSP which makes a call to my java class to connect.
    I know that I can connect from my machine because I can run a simple application from the command line to create
    a file in IFS.
    Anyway, I set up my classpath under Project Settings as follows (same as my classpath on command line):
    C:\oracle\JDeveloper\9ifs\settings;.;C:\DOCUMENT\jars\adk.jar;C:\DOCUMENT\jars\email.jar;
    C:\DOCUMENT\jars\repos.jar;C:\DOCUMENT\jars\utils.jar;C:\DOCUMENT\jars\xmlparserv2.jar;
    C:\oracle\ora90\jdbc\lib\classes12.zip
    When I run the jsp under JDeveloper I get the following output on my developer console.
    Should the classpath value be what I have entered for my classpath under Project Settings?
    Any help is appreciated,
    Paul
    C:\jdev9i_902\jdk\bin\javaw.exe -ojvm -classpath C:\jdev9i_902\j2ee\home\oc4j.jar com.evermind.server.OC4JServer -config C:\jdev9i_902\jdev\system\oc4j-config\server.xml
    [Starting OC4J using the following ports: HTTP=9011, RMI=23916, JMS=9252.]
    [waiting for the server to complete its initialization...]
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    Target URL -- http://127.0.0.1:9011/maps-ifs-context-root/docScreens/test.jsp
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    void oracle.ifs.common.IfsException.<init>(int, java.lang.Object[])
    oracle.ifs.common.AttributeValue[] oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(java.lang.String)
    oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startService(java.lang.String, java.lang.String)
    oracle.ifs.beans.LibrarySession com.fujitsu.docHandler.dao.BusinessDocument_IFS_DAO.connect(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
    void com.fujitsu.docHandler.dao.BusinessDocument_IFS_DAO.<init>(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
    void docscreens.testForm._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
    void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    void com.evermind.util.ThreadPoolThread.run()

    Did anyone find a solution to the problem described in this thread?
    I have made a simple stateless session bean in JDeveloper from which I try to connect to iFS. If I use the
    embedded oc4j container in JDeveloper, I get the following exception:
    Standard output of the EJB:
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)Print stacktrace:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
         void oracle.ifs.common.IfsException.<init>(int, java.lang.Object[])
         oracle.ifs.common.AttributeValue[] oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(java.lang.String)
         oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startService(java.lang.String, java.lang.String)
         oracle.ifs.beans.LibrarySession xpackage1.impl.XSessionEJBBean.startSession(java.lang.String, java.lang.String)
         oracle.ifs.beans.LibrarySession XSessionEJB_StatelessSessionBeanWrapper0.startSession(java.lang.String, java.lang.String)
         java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
         void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
         void com.evermind.util.ThreadPoolThread.run()
    The test client gets these messages:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    If I use oc4j in the application server, then I get the following exception:
    Standard output of the EJB:
    Localized message: IFS-20102: Message unavailableMessage: IFS-20102: Message una
    vailableTo string :oracle.ifs.common.IfsException: IFS-20102: Message unavailabl
    e
    oracle.ifs.common.IfsException: IFS-20122: Message unavailable
    oracle.ifs.common.IfsException: IFS-12000: Message unavailable
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.b
    eans.resources.LibraryResources, locale no_NOPrint stacktrace:
    oracle.ifs.common.IfsException: IFS-20102: Message unavailable
    oracle.ifs.common.IfsException: IFS-20122: Message unavailable
    oracle.ifs.common.IfsException: IFS-12000: Message unavailable
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.b
    eans.resources.LibraryResources, locale no_NO
    void java.util.ResourceBundle.throwMissingResourceException(java.lang.St
    ring, java.util.Locale)
    java.util.ResourceBundle java.util.ResourceBundle.getBundleImpl(java.lan
    g.String, java.util.Locale, java.lang.ClassLoader)
    java.util.ResourceBundle java.util.ResourceBundle.getBundle(java.lang.St
    ring, java.util.Locale)
    void oracle.ifs.common.Localizer.<init>(java.util.Locale, oracle.ifs.bea
    ns.LibrarySession)
    void oracle.ifs.common.Localizer.<init>(java.util.Locale)
    void oracle.ifs.common.Localizer.<init>()
    void oracle.ifs.server.S_LibraryService.<init>(java.lang.String, java.la
    ng.String, oracle.ifs.common.AttributeValue[])
    oracle.ifs.server.S_LibraryService oracle.ifs.server.S_LibraryService.st
    artService(java.lang.String, java.lang.String, oracle.ifs.common.AttributeValue[
    oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startSer
    vice(java.lang.String, java.lang.String, oracle.ifs.common.AttributeValue[])
    oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startSer
    vice(java.lang.String, java.lang.String)
    oracle.ifs.beans.LibrarySession xpackage1.impl.XSessionEJBBean.startSess
    ion(java.lang.String, java.lang.String)
    oracle.ifs.beans.LibrarySession XSessionEJB_StatelessSessionBeanWrapper0
    .startSession(java.lang.String, java.lang.String)
    java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.
    lang.Object[])
    void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
    void com.evermind.util.ThreadPoolThread.run()
    The test client gets theese messages:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20122: Unable to construct service
    oracle.ifs.common.IfsException: IFS-12000: Unable to construct localizer
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.beans.resources.LibraryResources, locale no_NO
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.beans.resources.LibraryResources, locale no_NO
    The classpath of the actual project in JDeveloper is:
    C:\oracle\ora92ias\9ifs\settings;C:\oracle\ora92ias\9ifs\lib\adk.jar;C:\oracle\ora92ias\9ifs\lib\email.jar;C:\oracle\ora92ias\9ifs\lib\repos.jar;C:\oracle\ora92ias\9ifs\lib\utils.jar;C:\oracle\ora92\jdbc\lib\classes12.jar;C:\oracle\ora92ias\lib\xmlparserv2.jar;C:\oracle\ora92ias\j2ee\home\oc4j.jar;C:\oracle\ora92ias\j2ee\home\ejb.jar;C:\oracle\ora92ias\j2ee\home\jaas.jar;C:\oracle\ora92ias\j2ee\home\jaxp.jar;C:\oracle\ora92ias\j2ee\home\jdbc.jar;C:\oracle\ora92ias\9ifs\lib\http.jar;C:\oracle\ora92ias\9ifs\lib\provider.jar;C:\oracle\ora92ias\9ifs\lib\webui.jar;C:\oracle\ora92ias\jlib\javax-ssl-1_2.jar;C:\oracle\ora92ias\jlib\jssl-1_2.jar
    Other information:
    I have oracle 9i, application server and iFS installed on one machine with the windows advanced server 2000 os.
    Does anyone know what I can do in order to solve this problem?
    Thanks,
    Anne Sommerhein

Maybe you are looking for

  • Dynamic class instantiation

    Win2000 SunOne Studio J2SE I am developing an application. I would like to instantiate classes and invoke methods dynamically, given a string containing the name of the class and/or a string containing the name of the method. I have the following cod

  • LIKP and VBRK query

    Hi SAP gurus,   I'm now writing a query using table LIKP and VBRK to display outbound delivery number and its associated S/O number returning by field VBRK-ZUONR (assignment), because somehow i found this field contains the relevant S/O number i am a

  • Month Wise Schedule line Through MRP

    Dear Experts, At the time of running MRP am generating scheduling lines which are specific to date whereas my requirement is to generate schedule lines month wise How can I achieve this Regards Supergene

  • Could not write the AIF file (session error)

    I receive the error "Could not write the AIF file (session error)" when trying to record to Sound Track using any of my USB input microphones. Does anybody know how to resolve the problem? Also, does anybody have any suggestions about what product to

  • Afficher un graphe en fréquence

    Bonjour,  je souhaite faire une acquisition de donnée d'une clé tntt qui fonctionne comme un systeme sdr, afin de visualiser un spectre en fonction de la fréquence, jai utlise la methode TCP pour connecter la clé usb a labview, de ce programme : SDRL